-- MySQL dump 10.16  Distrib 10.2.12-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: pvppic5_bgri491
-- ------------------------------------------------------
-- Server version	10.2.12-MariaDB-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES 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 `wp6x_commentmeta`
--

DROP TABLE IF EXISTS `wp6x_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_commentmeta`
--

LOCK TABLES `wp6x_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp6x_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp6x_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_comments`
--

DROP TABLE IF EXISTS `wp6x_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_comments`
--

LOCK TABLES `wp6x_comments` WRITE;
/*!40000 ALTER TABLE `wp6x_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp6x_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_links`
--

DROP TABLE IF EXISTS `wp6x_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_links`
--

LOCK TABLES `wp6x_links` WRITE;
/*!40000 ALTER TABLE `wp6x_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp6x_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_nf_objectmeta`
--

DROP TABLE IF EXISTS `wp6x_nf_objectmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_nf_objectmeta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `object_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) NOT NULL,
  `meta_value` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=487 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_nf_objectmeta`
--

LOCK TABLES `wp6x_nf_objectmeta` WRITE;
/*!40000 ALTER TABLE `wp6x_nf_objectmeta` DISABLE KEYS */;
INSERT INTO `wp6x_nf_objectmeta` VALUES (1,1,'date_updated','2015-10-26 15:54:13'),(2,1,'clear_complete','1'),(3,1,'hide_complete','1'),(4,1,'show_title','0'),(5,1,'status',''),(6,1,'form_title','Form 1'),(7,2,'date_updated','2015-10-26 16:07:21'),(8,2,'clear_complete','1'),(9,2,'hide_complete','1'),(10,2,'show_title','0'),(11,2,'status',''),(12,2,'form_title','Form 2'),(13,3,'date_updated','2015-10-26 16:14:33'),(14,3,'clear_complete','1'),(15,3,'hide_complete','1'),(16,3,'show_title','0'),(17,3,'status',''),(18,3,'form_title','Form 3'),(19,3,'append_page',''),(20,3,'ajax','0'),(21,3,'logged_in','0'),(22,3,'not_logged_in_msg',''),(23,3,'sub_limit_number',''),(24,3,'sub_limit_msg',''),(25,4,'date_updated','2016-01-25 19:19:37'),(26,4,'clear_complete','1'),(27,4,'hide_complete','1'),(28,4,'show_title','0'),(29,4,'status',''),(30,4,'form_title','Address Form (International)'),(31,4,'append_page',''),(32,4,'ajax','0'),(33,4,'logged_in','0'),(34,4,'not_logged_in_msg',''),(35,4,'sub_limit_number',''),(36,4,'sub_limit_msg',''),(37,5,'date_updated','2016-01-25 19:56:02'),(38,5,'clear_complete','1'),(39,5,'hide_complete','1'),(40,5,'show_title','0'),(41,5,'status',''),(42,5,'form_title','Address Form (US)'),(43,5,'append_page',''),(44,5,'ajax','0'),(45,5,'logged_in','0'),(46,5,'not_logged_in_msg',''),(47,5,'sub_limit_number',''),(48,5,'sub_limit_msg',''),(49,6,'date_updated','2018-05-22 16:48:50'),(50,6,'clear_complete','1'),(51,6,'hide_complete','1'),(52,6,'show_title','0'),(53,6,'status',''),(54,6,'form_title','Email Form (Traditional)'),(55,6,'append_page',''),(56,6,'ajax','0'),(57,6,'logged_in','0'),(58,6,'not_logged_in_msg',''),(59,6,'sub_limit_number',''),(60,6,'sub_limit_msg',''),(61,7,'date_updated','2016-01-25 19:57:11'),(62,7,'clear_complete','1'),(63,7,'hide_complete','1'),(64,7,'show_title','0'),(65,7,'status',''),(66,7,'form_title','Event Registration Form (Group Support)'),(67,8,'date_updated','2016-01-25 19:58:37'),(68,8,'clear_complete','1'),(69,8,'hide_complete','1'),(70,8,'show_title','0'),(71,8,'status',''),(72,8,'form_title','Event Registration Form'),(73,9,'date_updated','2016-01-25 20:15:15'),(74,9,'clear_complete','1'),(75,9,'hide_complete','1'),(76,9,'show_title','0'),(77,9,'status',''),(78,9,'form_title','Information Request Form'),(79,10,'date_updated','2016-01-25 20:34:07'),(80,10,'clear_complete','1'),(81,10,'hide_complete','1'),(82,10,'show_title','0'),(83,10,'status',''),(84,10,'form_title','Shipping Information Form'),(85,11,'date_updated','2016-01-25 19:53:41'),(86,11,'clear_complete','1'),(87,11,'hide_complete','1'),(88,11,'show_title','0'),(89,11,'status',''),(90,11,'form_title','Sign Up Form'),(91,12,'date_updated','2016-01-25 21:48:39'),(92,12,'clear_complete','1'),(93,12,'hide_complete','1'),(94,12,'show_title','0'),(95,12,'status',''),(96,12,'form_title','Customer Feedback Form'),(97,12,'append_page',''),(98,12,'ajax','0'),(99,12,'logged_in','0'),(100,12,'not_logged_in_msg',''),(101,12,'sub_limit_number',''),(102,12,'sub_limit_msg',''),(103,13,'date_updated','2016-02-09'),(104,13,'active','1'),(105,13,'name','Success Message'),(106,13,'type','success_message'),(107,13,'from_name',''),(108,13,'from_address',''),(109,13,'to',''),(110,13,'email_subject',''),(111,13,'email_message',''),(112,13,'attach_csv','0'),(113,13,'email_format','html'),(114,13,'reply_to',''),(115,13,'cc',''),(116,13,'bcc',''),(117,13,'redirect_url',''),(118,13,'success_msg','Thank you for getting in touch with us!  We will try our best to respond back to you within 24 hours.'),(119,14,'date_updated','2016-12-15'),(120,14,'active','1'),(121,14,'name','email'),(122,14,'type','email'),(123,14,'from_name','Pittsburgh Vehicle PPI'),(124,14,'from_address','pghppi@zoho.com'),(125,14,'to','pghppi@zoho.com'),(126,14,'email_subject','Form submission'),(127,14,'email_message','[ninja_forms_all_fields]'),(128,14,'attach_csv','0'),(129,14,'email_format','html'),(130,14,'reply_to',''),(131,14,'cc',''),(132,14,'bcc',''),(133,14,'redirect_url',''),(134,14,'success_msg',''),(135,15,'date_updated','2016-02-09'),(136,15,'active','1'),(137,15,'name','Success Message'),(138,15,'type','success_message'),(139,15,'from_name',''),(140,15,'from_address',''),(141,15,'to',''),(142,15,'email_subject',''),(143,15,'email_message',''),(144,15,'attach_csv','0'),(145,15,'email_format','html'),(146,15,'reply_to',''),(147,15,'cc',''),(148,15,'bcc',''),(149,15,'redirect_url',''),(150,15,'success_msg','Thank you for getting in touch with us!  We will try our best to respond back to you within 24 hours.'),(151,16,'date_updated','2016-12-15'),(152,16,'active','1'),(153,16,'name','email'),(154,16,'type','email'),(155,16,'from_name','Pittsburgh Vehicle PPI'),(156,16,'from_address','pghppi@zoho.com'),(157,16,'to','pghppi@zoho.com'),(158,16,'email_subject','Form submission'),(159,16,'email_message','[ninja_forms_all_fields]'),(160,16,'attach_csv','0'),(161,16,'email_format','html'),(162,16,'reply_to',''),(163,16,'cc',''),(164,16,'bcc',''),(165,16,'redirect_url',''),(166,16,'success_msg',''),(167,17,'date_updated','2016-02-09'),(168,17,'active','1'),(169,17,'name','Success Message'),(170,17,'type','success_message'),(171,17,'from_name',''),(172,17,'from_address',''),(173,17,'to',''),(174,17,'email_subject',''),(175,17,'email_message','Thank you for getting in touch with us!  We will try our best to respond back to you within 24 hours.'),(176,17,'attach_csv','0'),(177,17,'email_format','html'),(178,17,'reply_to',''),(179,17,'cc',''),(180,17,'bcc',''),(181,17,'redirect_url',''),(182,17,'success_msg','Thank you for getting in touch with us!  We will try our best to respond back to you within 24 hours.'),(183,18,'date_updated','2016-12-15'),(184,18,'active','1'),(185,18,'name','email'),(186,18,'type','email'),(187,18,'from_name','Pittsburgh Vehicle PPI'),(188,18,'from_address','pghppi@zoho.com'),(189,18,'to','pghppi@zoho.com'),(190,18,'email_subject','Form submission'),(191,18,'email_message','[ninja_forms_all_fields]'),(192,18,'attach_csv','0'),(193,18,'email_format','html'),(194,18,'reply_to',''),(195,18,'cc',''),(196,18,'bcc',''),(197,18,'redirect_url',''),(198,18,'success_msg',''),(199,19,'date_updated','2016-02-09'),(200,19,'active','1'),(201,19,'name','Success Message'),(202,19,'type','success_message'),(203,19,'from_name',''),(204,19,'from_address',''),(205,19,'to',''),(206,19,'email_subject',''),(207,19,'email_message',''),(208,19,'attach_csv','0'),(209,19,'email_format','html'),(210,19,'reply_to',''),(211,19,'cc',''),(212,19,'bcc',''),(213,19,'redirect_url',''),(214,19,'success_msg','Thank you for getting in touch with us!  We will try our best to respond back to you within 24 hours.'),(215,20,'date_updated','2016-12-15'),(216,20,'active','1'),(217,20,'name','email'),(218,20,'type','email'),(219,20,'from_name','Pittsburgh Vehicle PPI'),(220,20,'from_address','pghppi@zoho.com'),(221,20,'to','pghppi@zoho.com'),(222,20,'email_subject','Form submission'),(223,20,'email_message','[ninja_forms_all_fields]'),(224,20,'attach_csv','0'),(225,20,'email_format','html'),(226,20,'reply_to',''),(227,20,'cc',''),(228,20,'bcc',''),(229,20,'redirect_url',''),(230,20,'success_msg',''),(231,21,'date_updated','2016-02-09'),(232,21,'active','1'),(233,21,'name','Success Message'),(234,21,'type','success_message'),(235,21,'from_name',''),(236,21,'from_address',''),(237,21,'to',''),(238,21,'email_subject',''),(239,21,'email_message',''),(240,21,'attach_csv','0'),(241,21,'email_format','html'),(242,21,'reply_to',''),(243,21,'cc',''),(244,21,'bcc',''),(245,21,'redirect_url',''),(246,21,'success_msg','Thank you for getting in touch with us!  We will try our best to respond back to you within 24 hours.'),(247,22,'date_updated','2016-12-15'),(248,22,'active','1'),(249,22,'name','email'),(250,22,'type','email'),(251,22,'from_name','Pittsburgh Vehicle PPI'),(252,22,'from_address','pghppi@zoho.com'),(253,22,'to','pghppi@zoho.com'),(254,22,'email_subject','Form submission'),(255,22,'email_message','[ninja_forms_all_fields]'),(256,22,'attach_csv','0'),(257,22,'email_format','html'),(258,22,'reply_to',''),(259,22,'cc',''),(260,22,'bcc',''),(261,22,'redirect_url',''),(262,22,'success_msg',''),(263,23,'date_updated','2016-02-09'),(264,23,'active','1'),(265,23,'name','Success Message'),(266,23,'type','success_message'),(267,23,'from_name',''),(268,23,'from_address',''),(269,23,'to',''),(270,23,'email_subject',''),(271,23,'email_message','Thank you for getting in touch with us!  We will try our best to respond back to you within 24 hours.'),(272,23,'attach_csv','0'),(273,23,'email_format','html'),(274,23,'reply_to',''),(275,23,'cc',''),(276,23,'bcc',''),(277,23,'redirect_url',''),(278,23,'success_msg','Thank you for getting in touch with us!  We will try our best to respond back to you within 24 hours.'),(279,24,'date_updated','2016-12-15'),(280,24,'active','1'),(281,24,'name','email'),(282,24,'type','email'),(283,24,'from_name','Pittsburgh Vehicle PPI'),(284,24,'from_address','pghppi@zoho.com'),(285,24,'to','pghppi@zoho.com'),(286,24,'email_subject','Form submission'),(287,24,'email_message','[ninja_forms_all_fields]'),(288,24,'attach_csv','0'),(289,24,'email_format','html'),(290,24,'reply_to',''),(291,24,'cc',''),(292,24,'bcc',''),(293,24,'redirect_url',''),(294,24,'success_msg',''),(295,25,'date_updated','2016-02-09'),(296,25,'active','1'),(297,25,'name','Success Message'),(298,25,'type','success_message'),(299,25,'from_name',''),(300,25,'from_address',''),(301,25,'to',''),(302,25,'email_subject',''),(303,25,'email_message',''),(304,25,'attach_csv','0'),(305,25,'email_format','html'),(306,25,'reply_to',''),(307,25,'cc',''),(308,25,'bcc',''),(309,25,'redirect_url',''),(310,25,'success_msg','Thank you for getting in touch with us!  We will try our best to respond back to you within 24 hours.'),(311,26,'date_updated','2016-12-15'),(312,26,'active','1'),(313,26,'name','email'),(314,26,'type','email'),(315,26,'from_name','Pittsburgh Vehicle PPI'),(316,26,'from_address','pghppi@zoho.com'),(317,26,'to','pghppi@zoho.com'),(318,26,'email_subject','Form submission'),(319,26,'email_message','[ninja_forms_all_fields]'),(320,26,'attach_csv','0'),(321,26,'email_format','html'),(322,26,'reply_to',''),(323,26,'cc',''),(324,26,'bcc',''),(325,26,'redirect_url',''),(326,26,'success_msg',''),(327,27,'date_updated','2016-02-09'),(328,27,'active','1'),(329,27,'name','Success Message'),(330,27,'type','success_message'),(331,27,'from_name',''),(332,27,'from_address',''),(333,27,'to',''),(334,27,'email_subject',''),(335,27,'email_message',''),(336,27,'attach_csv','0'),(337,27,'email_format','html'),(338,27,'reply_to',''),(339,27,'cc',''),(340,27,'bcc',''),(341,27,'redirect_url',''),(342,27,'success_msg','Thank you for getting in touch with us!  We will try our best to respond back to you within 24 hours.'),(343,28,'date_updated','2016-12-15'),(344,28,'active','1'),(345,28,'name','email'),(346,28,'type','email'),(347,28,'from_name','Pittsburgh Vehicle PPI'),(348,28,'from_address','pghppi@zoho.com'),(349,28,'to','pghppi@zoho.com'),(350,28,'email_subject','Form submission'),(351,28,'email_message','[ninja_forms_all_fields]'),(352,28,'attach_csv','0'),(353,28,'email_format','html'),(354,28,'reply_to',''),(355,28,'cc',''),(356,28,'bcc',''),(357,28,'redirect_url',''),(358,28,'success_msg',''),(359,29,'date_updated','2016-02-09'),(360,29,'active','1'),(361,29,'name','Success Message'),(362,29,'type','success_message'),(363,29,'from_name',''),(364,29,'from_address',''),(365,29,'to',''),(366,29,'email_subject',''),(367,29,'email_message',''),(368,29,'attach_csv','0'),(369,29,'email_format','html'),(370,29,'reply_to',''),(371,29,'cc',''),(372,29,'bcc',''),(373,29,'redirect_url',''),(374,29,'success_msg','Thank you for getting in touch with us!  We will try our best to respond back to you within 24 hours.'),(375,30,'date_updated','2016-12-15'),(376,30,'active','1'),(377,30,'name','email'),(378,30,'type','email'),(379,30,'from_name','Pittsburgh Vehicle PPI'),(380,30,'from_address','pghppi@zoho.com'),(381,30,'to','pghppi@zoho.com'),(382,30,'email_subject','Form submission'),(383,30,'email_message','[ninja_forms_all_fields]'),(384,30,'attach_csv','0'),(385,30,'email_format','html'),(386,30,'reply_to',''),(387,30,'cc',''),(388,30,'bcc',''),(389,30,'redirect_url',''),(390,30,'success_msg',''),(391,31,'date_updated','2016-02-09'),(392,31,'active','1'),(393,31,'name','Success Message'),(394,31,'type','success_message'),(395,31,'from_name',''),(396,31,'from_address',''),(397,31,'to',''),(398,31,'email_subject',''),(399,31,'email_message',''),(400,31,'attach_csv','0'),(401,31,'email_format','html'),(402,31,'reply_to',''),(403,31,'cc',''),(404,31,'bcc',''),(405,31,'redirect_url',''),(406,31,'success_msg','Thank you for getting in touch with us!  We will try our best to respond back to you within 24 hours.'),(407,32,'date_updated','2016-12-15'),(408,32,'active','1'),(409,32,'name','email'),(410,32,'type','email'),(411,32,'from_name','Pittsburgh Vehicle PPI'),(412,32,'from_address','pghppi@zoho.com'),(413,32,'to','pghppi@zoho.com'),(414,32,'email_subject','Form submission'),(415,32,'email_message','[ninja_forms_all_fields]'),(416,32,'attach_csv','0'),(417,32,'email_format','html'),(418,32,'reply_to',''),(419,32,'cc',''),(420,32,'bcc',''),(421,32,'redirect_url',''),(422,32,'success_msg',''),(423,33,'date_updated','2016-02-09'),(424,33,'active','1'),(425,33,'name','Success Message'),(426,33,'type','success_message'),(427,33,'from_name',''),(428,33,'from_address',''),(429,33,'to',''),(430,33,'email_subject',''),(431,33,'email_message',''),(432,33,'attach_csv','0'),(433,33,'email_format','html'),(434,33,'reply_to',''),(435,33,'cc',''),(436,33,'bcc',''),(437,33,'redirect_url',''),(438,33,'success_msg','Thank you for getting in touch with us!  We will try our best to respond back to you within 24 hours.'),(439,34,'date_updated','2016-12-15'),(440,34,'active','1'),(441,34,'name','email'),(442,34,'type','email'),(443,34,'from_name','Pittsburgh Vehicle PPI'),(444,34,'from_address','pghppi@zoho.com'),(445,34,'to','pghppi@zoho.com'),(446,34,'email_subject','Form submission'),(447,34,'email_message','[ninja_forms_all_fields]'),(448,34,'attach_csv','0'),(449,34,'email_format','html'),(450,34,'reply_to',''),(451,34,'cc',''),(452,34,'bcc',''),(453,34,'redirect_url',''),(454,34,'success_msg',''),(455,35,'date_updated','2016-02-09'),(456,35,'active','1'),(457,35,'name','Success Message'),(458,35,'type','success_message'),(459,35,'from_name',''),(460,35,'from_address',''),(461,35,'to',''),(462,35,'email_subject',''),(463,35,'email_message',''),(464,35,'attach_csv','0'),(465,35,'email_format','html'),(466,35,'reply_to',''),(467,35,'cc',''),(468,35,'bcc',''),(469,35,'redirect_url',''),(470,35,'success_msg','Thank you for getting in touch with us!  We will try our best to respond back to you within 24 hours.'),(471,36,'date_updated','2016-12-15'),(472,36,'active','1'),(473,36,'name','email'),(474,36,'type','email'),(475,36,'from_name','Pittsburgh Vehicle PPI'),(476,36,'from_address','pghppi@zoho.com'),(477,36,'to','pghppi@zoho.com'),(478,36,'email_subject','Form submission'),(479,36,'email_message','[ninja_forms_all_fields]'),(480,36,'attach_csv','0'),(481,36,'email_format','html'),(482,36,'reply_to',''),(483,36,'cc',''),(484,36,'bcc',''),(485,36,'redirect_url',''),(486,36,'success_msg','');
/*!40000 ALTER TABLE `wp6x_nf_objectmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_nf_objects`
--

DROP TABLE IF EXISTS `wp6x_nf_objects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_nf_objects` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `type` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=37 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_nf_objects`
--

LOCK TABLES `wp6x_nf_objects` WRITE;
/*!40000 ALTER TABLE `wp6x_nf_objects` DISABLE KEYS */;
INSERT INTO `wp6x_nf_objects` VALUES (1,'form'),(2,'form'),(3,'form'),(4,'form'),(5,'form'),(6,'form'),(7,'form'),(8,'form'),(9,'form'),(10,'form'),(11,'form'),(12,'form'),(13,'notification'),(14,'notification'),(15,'notification'),(16,'notification'),(17,'notification'),(18,'notification'),(19,'notification'),(20,'notification'),(21,'notification'),(22,'notification'),(23,'notification'),(24,'notification'),(25,'notification'),(26,'notification'),(27,'notification'),(28,'notification'),(29,'notification'),(30,'notification'),(31,'notification'),(32,'notification'),(33,'notification'),(34,'notification'),(35,'notification'),(36,'notification');
/*!40000 ALTER TABLE `wp6x_nf_objects` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_nf_relationships`
--

DROP TABLE IF EXISTS `wp6x_nf_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_nf_relationships` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `child_id` bigint(20) NOT NULL,
  `parent_id` bigint(20) NOT NULL,
  `child_type` varchar(255) NOT NULL,
  `parent_type` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_nf_relationships`
--

LOCK TABLES `wp6x_nf_relationships` WRITE;
/*!40000 ALTER TABLE `wp6x_nf_relationships` DISABLE KEYS */;
INSERT INTO `wp6x_nf_relationships` VALUES (1,13,1,'notification','form'),(2,14,1,'notification','form'),(3,15,2,'notification','form'),(4,16,2,'notification','form'),(5,17,3,'notification','form'),(6,18,3,'notification','form'),(7,19,4,'notification','form'),(8,20,4,'notification','form'),(9,21,5,'notification','form'),(10,22,5,'notification','form'),(11,23,6,'notification','form'),(12,24,6,'notification','form'),(13,25,7,'notification','form'),(14,26,7,'notification','form'),(15,27,8,'notification','form'),(16,28,8,'notification','form'),(17,29,9,'notification','form'),(18,30,9,'notification','form'),(19,31,10,'notification','form'),(20,32,10,'notification','form'),(21,33,11,'notification','form'),(22,34,11,'notification','form'),(23,35,12,'notification','form'),(24,36,12,'notification','form');
/*!40000 ALTER TABLE `wp6x_nf_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_ninja_forms_fav_fields`
--

DROP TABLE IF EXISTS `wp6x_ninja_forms_fav_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_ninja_forms_fav_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `row_type` int(11) NOT NULL,
  `type` varchar(255) NOT NULL,
  `order` int(11) NOT NULL,
  `data` longtext NOT NULL,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=93 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_ninja_forms_fav_fields`
--

LOCK TABLES `wp6x_ninja_forms_fav_fields` WRITE;
/*!40000 ALTER TABLE `wp6x_ninja_forms_fav_fields` DISABLE KEYS */;
INSERT INTO `wp6x_ninja_forms_fav_fields` VALUES (2,0,'_list',0,'a:10:{s:5:\"label\";s:14:\"State Dropdown\";s:9:\"label_pos\";s:4:\"left\";s:9:\"list_type\";s:8:\"dropdown\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"1\";s:4:\"list\";a:1:{s:7:\"options\";a:51:{i:0;a:3:{s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:8:\"selected\";s:1:\"0\";}i:1;a:3:{s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:8:\"selected\";s:1:\"0\";}i:2;a:3:{s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:8:\"selected\";s:1:\"0\";}i:3;a:3:{s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:8:\"selected\";s:1:\"0\";}i:4;a:3:{s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:8:\"selected\";s:1:\"0\";}i:5;a:3:{s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:8:\"selected\";s:1:\"0\";}i:6;a:3:{s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:8:\"selected\";s:1:\"0\";}i:7;a:3:{s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:8:\"selected\";s:1:\"0\";}i:8;a:3:{s:5:\"label\";s:20:\"District of Columbia\";s:5:\"value\";s:2:\"DC\";s:8:\"selected\";s:1:\"0\";}i:9;a:3:{s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:8:\"selected\";s:1:\"0\";}i:10;a:3:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:8:\"selected\";s:1:\"0\";}i:11;a:3:{s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:8:\"selected\";s:1:\"0\";}i:12;a:3:{s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:8:\"selected\";s:1:\"0\";}i:13;a:3:{s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:8:\"selected\";s:1:\"0\";}i:14;a:3:{s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:8:\"selected\";s:1:\"0\";}i:15;a:3:{s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:8:\"selected\";s:1:\"0\";}i:16;a:3:{s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:8:\"selected\";s:1:\"0\";}i:17;a:3:{s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:8:\"selected\";s:1:\"0\";}i:18;a:3:{s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:8:\"selected\";s:1:\"0\";}i:19;a:3:{s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:8:\"selected\";s:1:\"0\";}i:20;a:3:{s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:8:\"selected\";s:1:\"0\";}i:21;a:3:{s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:8:\"selected\";s:1:\"0\";}i:22;a:3:{s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:8:\"selected\";s:1:\"0\";}i:23;a:3:{s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:8:\"selected\";s:1:\"0\";}i:24;a:3:{s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:8:\"selected\";s:1:\"0\";}i:25;a:3:{s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:8:\"selected\";s:1:\"0\";}i:26;a:3:{s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:8:\"selected\";s:1:\"0\";}i:27;a:3:{s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:8:\"selected\";s:1:\"0\";}i:28;a:3:{s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:8:\"selected\";s:1:\"0\";}i:29;a:3:{s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:8:\"selected\";s:1:\"0\";}i:30;a:3:{s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:8:\"selected\";s:1:\"0\";}i:31;a:3:{s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:8:\"selected\";s:1:\"0\";}i:32;a:3:{s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:8:\"selected\";s:1:\"0\";}i:33;a:3:{s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:8:\"selected\";s:1:\"0\";}i:34;a:3:{s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:8:\"selected\";s:1:\"0\";}i:35;a:3:{s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:8:\"selected\";s:1:\"0\";}i:36;a:3:{s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:8:\"selected\";s:1:\"0\";}i:37;a:3:{s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:8:\"selected\";s:1:\"0\";}i:38;a:3:{s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:8:\"selected\";s:1:\"0\";}i:39;a:3:{s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:8:\"selected\";s:1:\"0\";}i:40;a:3:{s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:8:\"selected\";s:1:\"0\";}i:41;a:3:{s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:8:\"selected\";s:1:\"0\";}i:42;a:3:{s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:8:\"selected\";s:1:\"0\";}i:43;a:3:{s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:8:\"selected\";s:1:\"0\";}i:44;a:3:{s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:8:\"selected\";s:1:\"0\";}i:45;a:3:{s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:8:\"selected\";s:1:\"0\";}i:46;a:3:{s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:8:\"selected\";s:1:\"0\";}i:47;a:3:{s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:8:\"selected\";s:1:\"0\";}i:48;a:3:{s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:8:\"selected\";s:1:\"0\";}i:49;a:3:{s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:8:\"selected\";s:1:\"0\";}i:50;a:3:{s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:8:\"selected\";s:1:\"0\";}}}s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";}','State Dropdown'),(3,0,'_spam',0,'a:6:{s:9:\"label_pos\";s:4:\"left\";s:5:\"label\";s:18:\"Anti-Spam Question\";s:6:\"answer\";s:16:\"Anti-Spam Answer\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";}','Anti-Spam'),(4,0,'_submit',0,'a:4:{s:5:\"label\";s:6:\"Submit\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";}','Submit'),(5,0,'_tax',0,'a:11:{s:5:\"label\";s:3:\"Tax\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:19:\"payment_field_group\";s:1:\"1\";s:11:\"payment_tax\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:11:\"conditional\";s:0:\"\";s:11:\"calc_option\";s:1:\"0\";s:4:\"calc\";s:0:\"\";}','Tax'),(6,0,'_text',0,'a:19:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','First Name'),(7,0,'_text',0,'a:19:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Last Name'),(8,0,'_text',0,'a:23:{s:5:\"label\";s:9:\"Address 1\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"1\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Address 1'),(9,0,'_text',0,'a:23:{s:5:\"label\";s:9:\"Address 2\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"1\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Address 2'),(10,0,'_text',0,'a:23:{s:5:\"label\";s:4:\"City\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"1\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','City'),(11,0,'_list',0,'a:16:{s:5:\"label\";s:5:\"State\";s:9:\"label_pos\";s:5:\"above\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"1\";s:4:\"list\";a:1:{s:7:\"options\";a:51:{i:0;a:4:{s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:4;a:4:{s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:5;a:4:{s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:6;a:4:{s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:7;a:4:{s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:8;a:4:{s:5:\"label\";s:20:\"District of Columbia\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:9;a:4:{s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:10;a:4:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:11;a:4:{s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:12;a:4:{s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:13;a:4:{s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:14;a:4:{s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:15;a:4:{s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:16;a:4:{s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:17;a:4:{s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:18;a:4:{s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:19;a:4:{s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:20;a:4:{s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:21;a:4:{s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:22;a:4:{s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:23;a:4:{s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:24;a:4:{s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:25;a:4:{s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:26;a:4:{s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:27;a:4:{s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:28;a:4:{s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:29;a:4:{s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:30;a:4:{s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:31;a:4:{s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:32;a:4:{s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:33;a:4:{s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:34;a:4:{s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:35;a:4:{s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:36;a:4:{s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:37;a:4:{s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:38;a:4:{s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:39;a:4:{s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:40;a:4:{s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:41;a:4:{s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:42;a:4:{s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:43;a:4:{s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:44;a:4:{s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:45;a:4:{s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:46;a:4:{s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:47;a:4:{s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:48;a:4:{s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:49;a:4:{s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:50;a:4:{s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:9:\"list_type\";s:8:\"dropdown\";s:10:\"user_state\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:13:\"populate_term\";s:0:\"\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','State'),(12,0,'_text',0,'a:23:{s:5:\"label\";s:15:\"Zip / Post Code\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Zip / Post Code'),(13,0,'_country',0,'a:10:{s:5:\"label\";s:7:\"Country\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:2:\"US\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Country'),(14,0,'_text',0,'a:25:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Email'),(15,0,'_text',0,'a:25:{s:5:\"label\";s:5:\"Phone\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"1\";s:10:\"user_email\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Phone'),(16,0,'_calc',0,'a:20:{s:9:\"calc_name\";s:9:\"sub_total\";s:13:\"default_value\";s:0:\"\";s:17:\"calc_display_type\";s:4:\"text\";s:5:\"label\";s:9:\"Sub Total\";s:9:\"label_pos\";s:5:\"above\";s:26:\"calc_display_text_disabled\";s:1:\"1\";s:17:\"calc_display_html\";s:26:\"<p>[ninja_forms_calc]</p>\n\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:11:\"calc_method\";s:4:\"auto\";s:4:\"calc\";s:0:\"\";s:7:\"calc_eq\";s:0:\"\";s:19:\"payment_field_group\";s:1:\"1\";s:13:\"payment_total\";s:1:\"0\";s:17:\"payment_sub_total\";s:1:\"1\";s:11:\"calc_places\";s:1:\"2\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Sub Total'),(17,0,'_calc',0,'a:20:{s:9:\"calc_name\";s:5:\"total\";s:13:\"default_value\";s:0:\"\";s:17:\"calc_display_type\";s:4:\"text\";s:5:\"label\";s:5:\"Total\";s:9:\"label_pos\";s:5:\"above\";s:26:\"calc_display_text_disabled\";s:1:\"1\";s:17:\"calc_display_html\";s:26:\"<p>[ninja_forms_calc]</p>\n\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:11:\"calc_method\";s:4:\"auto\";s:4:\"calc\";a:5:{i:0;a:2:{s:2:\"op\";s:3:\"add\";s:5:\"field\";s:2:\"70\";}i:1;a:2:{s:2:\"op\";s:3:\"add\";s:5:\"field\";s:2:\"69\";}i:2;a:2:{s:2:\"op\";s:3:\"add\";s:5:\"field\";s:2:\"15\";}i:3;a:2:{s:2:\"op\";s:3:\"add\";s:5:\"field\";s:2:\"61\";}i:4;a:2:{s:2:\"op\";s:3:\"add\";s:5:\"field\";s:2:\"70\";}}s:7:\"calc_eq\";s:5:\"5 + 5\";s:19:\"payment_field_group\";s:1:\"1\";s:13:\"payment_total\";s:1:\"1\";s:17:\"payment_sub_total\";s:1:\"0\";s:11:\"calc_places\";s:1:\"2\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Total'),(92,0,'_credit_card',0,'a:6:{s:5:\"label\";s:11:\"Credit Card\";s:19:\"payment_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:11:\"conditional\";s:0:\"\";}','Credit Card');
/*!40000 ALTER TABLE `wp6x_ninja_forms_fav_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_ninja_forms_fields`
--

DROP TABLE IF EXISTS `wp6x_ninja_forms_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_ninja_forms_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_id` int(11) NOT NULL,
  `type` varchar(255) NOT NULL,
  `order` int(11) NOT NULL,
  `data` longtext NOT NULL,
  `fav_id` int(11) DEFAULT NULL,
  `def_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=102 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_ninja_forms_fields`
--

LOCK TABLES `wp6x_ninja_forms_fields` WRITE;
/*!40000 ALTER TABLE `wp6x_ninja_forms_fields` DISABLE KEYS */;
INSERT INTO `wp6x_ninja_forms_fields` VALUES (1,1,'_text',0,'a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,6),(2,1,'_text',1,'a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,7),(3,1,'_text',2,'a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,14),(4,1,'_textarea',3,'a:19:{s:5:\"label\";s:7:\"Message\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"1\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(5,1,'_submit',4,'a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(6,2,'_text',0,'a:35:{s:5:\"label\";s:7:\"Subject\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(7,2,'_desc',1,'a:8:{s:5:\"label\";s:4:\"Name\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:13:\"default_value\";s:4:\"Name\";s:7:\"desc_el\";s:3:\"div\";s:5:\"class\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(8,2,'_text',2,'a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,6),(9,2,'_text',3,'a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,7),(10,2,'_text',4,'a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,14),(11,2,'_desc',5,'a:8:{s:5:\"label\";s:7:\"Address\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:13:\"default_value\";s:7:\"Address\";s:7:\"desc_el\";s:3:\"div\";s:5:\"class\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(12,2,'_text',6,'a:38:{s:5:\"label\";s:14:\"Street Address\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"1\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,8),(13,2,'_text',7,'a:38:{s:5:\"label\";s:14:\"Address Line 2\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"1\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,9),(14,2,'_text',8,'a:38:{s:5:\"label\";s:4:\"City\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"1\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,10),(15,2,'_list',9,'a:23:{s:5:\"label\";s:5:\"State\";s:9:\"label_pos\";s:5:\"below\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"1\";s:4:\"list\";a:1:{s:7:\"options\";a:51:{i:0;a:4:{s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:4;a:4:{s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:5;a:4:{s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:6;a:4:{s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:7;a:4:{s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:8;a:4:{s:5:\"label\";s:20:\"District of Columbia\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:9;a:4:{s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:10;a:4:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:11;a:4:{s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:12;a:4:{s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:13;a:4:{s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:14;a:4:{s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:15;a:4:{s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:16;a:4:{s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:17;a:4:{s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:18;a:4:{s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:19;a:4:{s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:20;a:4:{s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:21;a:4:{s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:22;a:4:{s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:23;a:4:{s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:24;a:4:{s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:25;a:4:{s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:26;a:4:{s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:27;a:4:{s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:28;a:4:{s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:29;a:4:{s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:30;a:4:{s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:31;a:4:{s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:32;a:4:{s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:33;a:4:{s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:34;a:4:{s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:35;a:4:{s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:36;a:4:{s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:37;a:4:{s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:38;a:4:{s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:39;a:4:{s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:40;a:4:{s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:41;a:4:{s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:42;a:4:{s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:43;a:4:{s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:44;a:4:{s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:45;a:4:{s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:46;a:4:{s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:47;a:4:{s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:48;a:4:{s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:49;a:4:{s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:50;a:4:{s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:9:\"list_type\";s:8:\"dropdown\";s:10:\"user_state\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:13:\"populate_term\";s:0:\"\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,11),(16,2,'_text',10,'a:38:{s:5:\"label\";s:15:\"Zip / Post Code\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,12),(17,2,'_country',11,'a:20:{s:5:\"label\";s:7:\"Country\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:2:\"US\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:24:\"country_use_custom_first\";s:1:\"0\";s:20:\"country_custom_first\";s:0:\"\";s:3:\"req\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,13),(18,2,'_text',12,'a:38:{s:5:\"label\";s:5:\"Phone\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"1\";s:10:\"user_email\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,15),(19,2,'_textarea',13,'a:19:{s:5:\"label\";s:7:\"Message\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"1\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(20,2,'_submit',14,'a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(21,3,'_text',0,'a:35:{s:5:\"label\";s:7:\"Subject\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(22,3,'_desc',1,'a:8:{s:5:\"label\";s:4:\"Name\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:13:\"default_value\";s:4:\"Name\";s:7:\"desc_el\";s:3:\"div\";s:5:\"class\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(23,3,'_text',2,'a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,6),(24,3,'_text',3,'a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,7),(25,3,'_text',4,'a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,14),(26,3,'_desc',5,'a:8:{s:5:\"label\";s:7:\"Address\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:13:\"default_value\";s:7:\"Address\";s:7:\"desc_el\";s:3:\"div\";s:5:\"class\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(27,3,'_text',6,'a:38:{s:5:\"label\";s:14:\"Street Address\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"1\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,8),(28,3,'_text',7,'a:38:{s:5:\"label\";s:14:\"Address Line 2\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"1\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,9),(29,3,'_text',8,'a:38:{s:5:\"label\";s:4:\"City\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"1\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,10),(30,3,'_list',9,'a:23:{s:5:\"label\";s:5:\"State\";s:9:\"label_pos\";s:5:\"below\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"1\";s:4:\"list\";a:1:{s:7:\"options\";a:51:{i:0;a:4:{s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:4;a:4:{s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:5;a:4:{s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:6;a:4:{s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:7;a:4:{s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:8;a:4:{s:5:\"label\";s:20:\"District of Columbia\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:9;a:4:{s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:10;a:4:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:11;a:4:{s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:12;a:4:{s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:13;a:4:{s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:14;a:4:{s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:15;a:4:{s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:16;a:4:{s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:17;a:4:{s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:18;a:4:{s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:19;a:4:{s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:20;a:4:{s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:21;a:4:{s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:22;a:4:{s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:23;a:4:{s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:24;a:4:{s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:25;a:4:{s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:26;a:4:{s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:27;a:4:{s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:28;a:4:{s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:29;a:4:{s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:30;a:4:{s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:31;a:4:{s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:32;a:4:{s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:33;a:4:{s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:34;a:4:{s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:35;a:4:{s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:36;a:4:{s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:37;a:4:{s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:38;a:4:{s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:39;a:4:{s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:40;a:4:{s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:41;a:4:{s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:42;a:4:{s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:43;a:4:{s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:44;a:4:{s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:45;a:4:{s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:46;a:4:{s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:47;a:4:{s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:48;a:4:{s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:49;a:4:{s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:50;a:4:{s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:9:\"list_type\";s:8:\"dropdown\";s:10:\"user_state\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:13:\"populate_term\";s:0:\"\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,11),(31,3,'_text',10,'a:38:{s:5:\"label\";s:15:\"Zip / Post Code\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,12),(32,3,'_country',11,'a:20:{s:5:\"label\";s:7:\"Country\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:2:\"US\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:24:\"country_use_custom_first\";s:1:\"0\";s:20:\"country_custom_first\";s:0:\"\";s:3:\"req\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,13),(33,3,'_text',12,'a:38:{s:5:\"label\";s:5:\"Phone\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"1\";s:10:\"user_email\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,15),(34,3,'_text',13,'a:38:{s:5:\"label\";s:15:\"Alternate Phone\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"1\";s:10:\"user_email\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,15),(35,3,'_list',14,'a:19:{s:5:\"label\";s:37:\"When is the best time to contact you?\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:4:\"left\";s:9:\"list_type\";s:5:\"radio\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"0\";s:4:\"list\";a:1:{s:7:\"options\";a:3:{i:0;a:4:{s:5:\"label\";s:7:\"Morning\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:9:\"Afternoon\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:7:\"Evening\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:21:\"user_info_field_group\";s:0:\"\";s:3:\"req\";s:1:\"0\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(36,3,'_list',15,'a:19:{s:5:\"label\";s:36:\"What is the best way to contact you?\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:4:\"left\";s:9:\"list_type\";s:5:\"radio\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"0\";s:4:\"list\";a:1:{s:7:\"options\";a:2:{i:0;a:4:{s:5:\"label\";s:5:\"Phone\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"1\";}i:1;a:4:{s:5:\"label\";s:5:\"Email\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:21:\"user_info_field_group\";s:0:\"\";s:3:\"req\";s:1:\"0\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(37,3,'_textarea',16,'a:19:{s:5:\"label\";s:7:\"Message\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"1\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(38,3,'_submit',17,'a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(39,4,'_text',0,'a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,6),(40,4,'_text',1,'a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,7),(41,4,'_text',2,'a:38:{s:5:\"label\";s:7:\"Address\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"1\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,8),(42,4,'_text',3,'a:38:{s:5:\"label\";s:9:\"Address 2\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"1\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,9),(43,4,'_country',4,'a:20:{s:5:\"label\";s:7:\"Country\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:24:\"country_use_custom_first\";s:1:\"0\";s:20:\"country_custom_first\";s:0:\"\";s:3:\"req\";s:1:\"1\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,13),(44,4,'_text',5,'a:35:{s:5:\"label\";s:25:\"State / Province / Region\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"1\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(45,4,'_text',6,'a:38:{s:5:\"label\";s:11:\"City / Town\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"1\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,10),(46,4,'_text',7,'a:38:{s:5:\"label\";s:17:\"Zip / Postal Code\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,12),(47,4,'_submit',8,'a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(48,5,'_text',0,'a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,6),(49,5,'_text',1,'a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,7),(50,5,'_text',2,'a:38:{s:5:\"label\";s:9:\"Address 1\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"1\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,8),(51,5,'_text',3,'a:38:{s:5:\"label\";s:9:\"Address 2\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"1\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,9),(52,5,'_text',4,'a:38:{s:5:\"label\";s:4:\"City\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"1\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,10),(53,5,'_list',5,'a:23:{s:5:\"label\";s:5:\"State\";s:9:\"label_pos\";s:5:\"above\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"1\";s:4:\"list\";a:1:{s:7:\"options\";a:51:{i:0;a:4:{s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:4;a:4:{s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:5;a:4:{s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:6;a:4:{s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:7;a:4:{s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:8;a:4:{s:5:\"label\";s:20:\"District of Columbia\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:9;a:4:{s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:10;a:4:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:11;a:4:{s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:12;a:4:{s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:13;a:4:{s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:14;a:4:{s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:15;a:4:{s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:16;a:4:{s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:17;a:4:{s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:18;a:4:{s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:19;a:4:{s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:20;a:4:{s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:21;a:4:{s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:22;a:4:{s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:23;a:4:{s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:24;a:4:{s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:25;a:4:{s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:26;a:4:{s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:27;a:4:{s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:28;a:4:{s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:29;a:4:{s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:30;a:4:{s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:31;a:4:{s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:32;a:4:{s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:33;a:4:{s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:34;a:4:{s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:35;a:4:{s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:36;a:4:{s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:37;a:4:{s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:38;a:4:{s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:39;a:4:{s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:40;a:4:{s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:41;a:4:{s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:42;a:4:{s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:43;a:4:{s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:44;a:4:{s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:45;a:4:{s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:46;a:4:{s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:47;a:4:{s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:48;a:4:{s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:49;a:4:{s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:50;a:4:{s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:9:\"list_type\";s:8:\"dropdown\";s:10:\"user_state\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:13:\"populate_term\";s:0:\"\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,11),(54,5,'_text',6,'a:38:{s:5:\"label\";s:8:\"Zip Code\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,12),(55,5,'_submit',7,'a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(56,6,'_text',0,'a:35:{s:5:\"label\";s:4:\"Name\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(57,6,'_text',1,'a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,14),(58,6,'_text',2,'a:35:{s:5:\"label\";s:15:\"Year Make Model\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(59,6,'_textarea',3,'a:19:{s:5:\"label\";s:7:\"Message\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"1\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(60,6,'_submit',4,'a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(61,7,'_text',0,'a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,6),(62,7,'_text',1,'a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,7),(63,7,'_text',2,'a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,14),(64,7,'_number',3,'a:17:{s:5:\"label\";s:10:\"Group Size\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:1:\"1\";s:10:\"number_min\";s:1:\"1\";s:10:\"number_max\";s:2:\"10\";s:11:\"number_step\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(65,7,'_textarea',4,'a:19:{s:5:\"label\";s:20:\"Special Instructions\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(66,7,'_submit',5,'a:8:{s:5:\"label\";s:8:\"Register\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(67,8,'_text',0,'a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',0,6),(68,8,'_text',1,'a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',0,7),(69,8,'_text',2,'a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,14),(70,8,'_textarea',3,'a:19:{s:5:\"label\";s:20:\"Special Instructions\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(71,8,'_submit',4,'a:8:{s:5:\"label\";s:8:\"Register\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(72,9,'_text',0,'a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,6),(73,9,'_text',1,'a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,7),(74,9,'_text',2,'a:38:{s:5:\"label\";s:8:\"Zip Code\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,12),(75,9,'_text',3,'a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,14),(76,9,'_text',4,'a:38:{s:5:\"label\";s:5:\"Phone\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"1\";s:10:\"user_email\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,15),(77,9,'_submit',5,'a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(78,10,'_text',0,'a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,6),(79,10,'_text',1,'a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,7),(80,10,'_text',2,'a:35:{s:5:\"label\";s:12:\"Company Name\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(81,10,'_text',3,'a:38:{s:5:\"label\";s:7:\"Address\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"1\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,8),(82,10,'_text',4,'a:35:{s:5:\"label\";s:17:\"Apartment / Suite\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(83,10,'_text',5,'a:38:{s:5:\"label\";s:4:\"City\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"1\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,10),(84,10,'_list',6,'a:23:{s:5:\"label\";s:16:\"State / Province\";s:9:\"label_pos\";s:5:\"above\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"0\";s:4:\"list\";a:1:{s:7:\"options\";a:53:{i:0;a:4:{s:5:\"label\";s:12:\"- Select One\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:16:\"(Not Applicable)\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:4;a:4:{s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:5;a:4:{s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:6;a:4:{s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:7;a:4:{s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:8;a:4:{s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:9;a:4:{s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:10;a:4:{s:5:\"label\";s:20:\"District of Columbia\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:11;a:4:{s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:12;a:4:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:13;a:4:{s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:14;a:4:{s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:15;a:4:{s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:16;a:4:{s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:17;a:4:{s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:18;a:4:{s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:19;a:4:{s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:20;a:4:{s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:21;a:4:{s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:22;a:4:{s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:23;a:4:{s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:24;a:4:{s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:25;a:4:{s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:26;a:4:{s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:27;a:4:{s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:28;a:4:{s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:29;a:4:{s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:30;a:4:{s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:31;a:4:{s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:32;a:4:{s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:33;a:4:{s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:34;a:4:{s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:35;a:4:{s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:36;a:4:{s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:37;a:4:{s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:38;a:4:{s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:39;a:4:{s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:40;a:4:{s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:41;a:4:{s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:42;a:4:{s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:43;a:4:{s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:44;a:4:{s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:45;a:4:{s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:46;a:4:{s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:47;a:4:{s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:48;a:4:{s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:49;a:4:{s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:50;a:4:{s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:51;a:4:{s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:52;a:4:{s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:9:\"list_type\";s:8:\"dropdown\";s:10:\"user_state\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:13:\"populate_term\";s:0:\"\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,11),(85,10,'_text',7,'a:38:{s:5:\"label\";s:15:\"Zip / Post Code\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,12),(86,10,'_country',8,'a:20:{s:5:\"label\";s:7:\"Country\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:24:\"country_use_custom_first\";s:1:\"0\";s:20:\"country_custom_first\";s:0:\"\";s:3:\"req\";s:1:\"1\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,13),(87,10,'_text',9,'a:38:{s:5:\"label\";s:5:\"Phone\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"1\";s:10:\"user_email\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,15),(88,10,'_submit',10,'a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(89,11,'_text',0,'a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,6),(90,11,'_text',1,'a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,7),(91,11,'_text',2,'a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,14),(92,11,'_submit',3,'a:8:{s:5:\"label\";s:7:\"Sign Up\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(93,12,'_text',0,'a:35:{s:5:\"label\";s:4:\"Name\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(94,12,'_text',1,'a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,14),(95,12,'_rating',2,'a:14:{s:5:\"label\";s:90:\"On a scale of 1 to 5 stars, how would you rate your experience with our product / service?\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:12:\"rating_stars\";s:1:\"5\";s:3:\"req\";s:1:\"1\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(96,12,'_list',3,'a:19:{s:5:\"label\";s:73:\"How likely are you to recommend our product / service to people you know?\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:4:\"left\";s:9:\"list_type\";s:5:\"radio\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"0\";s:4:\"list\";a:1:{s:7:\"options\";a:4:{i:0;a:4:{s:5:\"label\";s:6:\"Likely\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:15:\"Somewhat Likely\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:17:\"Somewhat Unlikely\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:8:\"Unlikely\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:21:\"user_info_field_group\";s:0:\"\";s:3:\"req\";s:1:\"1\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(97,12,'_list',4,'a:19:{s:5:\"label\";s:50:\"Would you use our product / service in the future?\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:4:\"left\";s:9:\"list_type\";s:5:\"radio\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"0\";s:4:\"list\";a:1:{s:7:\"options\";a:2:{i:0;a:4:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:2:\"No\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:21:\"user_info_field_group\";s:0:\"\";s:3:\"req\";s:1:\"1\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(98,12,'_list',5,'a:19:{s:5:\"label\";s:45:\"How long have you used our product / service?\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:9:\"list_type\";s:8:\"dropdown\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"0\";s:4:\"list\";a:1:{s:7:\"options\";a:5:{i:0;a:4:{s:5:\"label\";s:17:\"Less than a month\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:19:\"1 Month - 11 Months\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:16:\"1 Year - 2 Years\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:17:\"3 Years - 5 Years\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:4;a:4:{s:5:\"label\";s:12:\"Over 5 Years\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:21:\"user_info_field_group\";s:0:\"\";s:3:\"req\";s:1:\"1\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(99,12,'_textarea',6,'a:19:{s:5:\"label\";s:70:\"Please tell us what you liked or disliked about our product / service:\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(100,12,'_textarea',7,'a:19:{s:5:\"label\";s:20:\"Additional Comments:\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL),(101,12,'_submit',8,'a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}',NULL,NULL);
/*!40000 ALTER TABLE `wp6x_ninja_forms_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_options`
--

DROP TABLE IF EXISTS `wp6x_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=26168 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_options`
--

LOCK TABLES `wp6x_options` WRITE;
/*!40000 ALTER TABLE `wp6x_options` DISABLE KEYS */;
INSERT INTO `wp6x_options` VALUES (1,'siteurl','http://bg2017.pvppi.com','yes'),(2,'home','http://bg2017.pvppi.com','yes'),(3,'blogname','Pittsburgh Vehicle PPI','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','pghppi@zoho.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:146:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:13:\"^attribution$\";s:36:\"index.php?bg_attribution=attribution\";s:21:\"^attribution-staging$\";s:44:\"index.php?bg_attribution=attribution-staging\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"bg_attribution/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"bg_attribution/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"bg_attribution/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"bg_attribution/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"bg_attribution/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"bg_attribution/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"bg_attribution/([^/]+)/embed/?$\";s:47:\"index.php?bg_attribution=$matches[1]&embed=true\";s:35:\"bg_attribution/([^/]+)/trackback/?$\";s:41:\"index.php?bg_attribution=$matches[1]&tb=1\";s:43:\"bg_attribution/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?bg_attribution=$matches[1]&paged=$matches[2]\";s:50:\"bg_attribution/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?bg_attribution=$matches[1]&cpage=$matches[2]\";s:39:\"bg_attribution/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?bg_attribution=$matches[1]&page=$matches[2]\";s:31:\"bg_attribution/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"bg_attribution/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"bg_attribution/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"bg_attribution/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"bg_attribution/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"bg_attribution/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"bg-block-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?bg_block_type=$matches[1]&feed=$matches[2]\";s:50:\"bg-block-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?bg_block_type=$matches[1]&feed=$matches[2]\";s:31:\"bg-block-types/([^/]+)/embed/?$\";s:46:\"index.php?bg_block_type=$matches[1]&embed=true\";s:43:\"bg-block-types/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?bg_block_type=$matches[1]&paged=$matches[2]\";s:25:\"bg-block-types/([^/]+)/?$\";s:35:\"index.php?bg_block_type=$matches[1]\";s:36:\"bg-block/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"bg-block/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"bg-block/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"bg-block/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"bg-block/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"bg-block/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"bg-block/([^/]+)/embed/?$\";s:41:\"index.php?bg_block=$matches[1]&embed=true\";s:29:\"bg-block/([^/]+)/trackback/?$\";s:35:\"index.php?bg_block=$matches[1]&tb=1\";s:37:\"bg-block/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?bg_block=$matches[1]&paged=$matches[2]\";s:44:\"bg-block/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?bg_block=$matches[1]&cpage=$matches[2]\";s:33:\"bg-block/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?bg_block=$matches[1]&page=$matches[2]\";s:25:\"bg-block/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"bg-block/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"bg-block/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"bg-block/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"bg-block/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"bg-block/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=150&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:6:{i:0;s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";i:2;s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";i:3;s:36:\"boldgrid-ninja-forms/ninja-forms.php\";i:4;s:29:\"boldgrid-seo/boldgrid-seo.php\";i:5;s:37:\"boldgrid-staging/boldgrid-staging.php\";i:6;s:47:\"post-and-page-builder/post-and-page-builder.php\";}','yes'),(133,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1481829146','no'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','boldgrid-monument','yes'),(41,'stylesheet','boldgrid-monument','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','0','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:47:\"boldgrid-ninja-forms/deprecated/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:47:\"post-and-page-builder/post-and-page-builder.php\";a:2:{i:0;s:25:\"Boldgrid_Editor_Uninstall\";i:1;s:9:\"on_delete\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','150','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp6x_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:13:\"array_version\";i:3;s:22:\"footer-company-details\";a:4:{i:0;s:3:\"C-0\";i:1;s:3:\"	-0\";i:2;s:3:\"v-0\";i:3;s:3:\"b-0\";}s:17:\"boldgrid-widget-2\";a:0:{}s:17:\"boldgrid-widget-3\";a:1:{i:0;s:22:\"black-studio-tinymce-0\";}}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'cron','a:9:{i:1527004815;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1527004816;a:2:{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:1527005203;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:1527008179;a:1:{s:24:\"ninja_forms_daily_action\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1527008223;a:1:{s:29:\"wp_session_garbage_collection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1527083456;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1527257063;a:2:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1527274711;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}','yes'),(105,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1481820964;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(1576,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"pghppi@zoho.com\";s:7:\"version\";s:6:\"4.7.10\";s:9:\"timestamp\";i:1522906485;}','no'),(114,'_site_transient_timeout_browser_624a74c077a47cf0aab8606325ccd24d','1482422803','no'),(487,'boldgrid_installed_page_ids','a:19:{i:228;i:150;i:67;i:152;i:68;i:153;i:69;i:154;i:19;i:155;i:135;i:157;i:26;i:159;i:137;i:161;i:25;i:163;i:138;i:165;i:27;i:167;i:139;i:169;i:24;i:171;i:140;i:173;i:21;i:175;i:141;i:177;i:22;i:179;i:143;i:181;i:136;i:183;}','yes'),(488,'boldgrid_installed_pages_metadata','a:19:{i:150;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:152;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"post\";s:11:\"post_status\";s:7:\"private\";}i:153;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"post\";s:11:\"post_status\";s:7:\"private\";}i:154;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"post\";s:11:\"post_status\";s:7:\"private\";}i:155;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:157;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:159;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:161;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:163;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:165;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:167;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:169;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:171;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:173;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:175;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:177;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:179;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:181;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}i:183;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"staging\";}}','yes'),(290,'boldgrid_theme_revision_Monument','20180403124602-412','yes'),(291,'allowedthemes','a:2:{s:17:\"boldgrid-monument\";b:1;s:16:\"boldgrid-gridone\";b:1;}','no'),(292,'theme_mods_boldgrid-monument','a:25:{s:20:\"force_scss_recompile\";a:2:{s:6:\"active\";b:0;s:7:\"staging\";b:1;}s:21:\"boldgrid_compiled_css\";s:15189:\".color1-text-default{color:#fff}.color-1-text-contrast{color:#fff ! important}.color-1-text-contrast-hover:hover,.color-1-text-contrast-hover:focus{color:#fff ! important}.color2-text-default{color:#fff}.color-2-text-contrast{color:#fff ! important}.color-2-text-contrast-hover:hover,.color-2-text-contrast-hover:focus{color:#fff ! important}.color3-text-default{color:#fff}.color-3-text-contrast,.color-3-text-contrast-hover:hover{color:#fff ! important}.color4-text-default{color:#fff}.color-4-text-contrast,.color-4-text-contrast-hover:hover{color:#fff ! important}.color5-text-default{color:#333}.color-5-text-contrast,.color-5-text-contrast-hover:hover{color:#333 ! important}.color1-color{color:#585e6b ! important}.color1-color-hover:focus,.color1-color-hover:hover{color:#585e6b ! important}.color2-color{color:#2d3037 ! important}.color2-color-hover:focus,.color2-color-hover:hover{color:#2d3037 ! important}.color3-color{color:#18191a ! important}.color3-color-hover:focus,.color3-color-hover:hover{color:#18191a ! important}.color4-color{color:#ff000a ! important}.color4-color-hover:focus,.color4-color-hover:hover{color:#ff000a ! important}.color5-color{color:#fff ! important}.color5-color-hover:focus,.color5-color-hover:hover{color:#fff ! important}.color1-background{background:#585e6b ! important}.color1-background-hover:focus,.color1-background-hover:hover{background:#585e6b ! important}.color2-background{background:#2d3037 ! important}.color2-background-hover:focus,.color2-background-hover:hover{background:#2d3037 ! important}.color3-background{background:#18191a ! important}.color3-background-hover:focus,.color3-background-hover:hover{background:#18191a ! important}.color4-background{background:#ff000a ! important}.color4-background-hover:focus,.color4-background-hover:hover{background:#ff000a ! important}.color5-background{background:#fff ! important}.color5-background-hover:focus,.color5-background-hover:hover{background:#fff ! important}.color1-background-color{background-color:#585e6b ! important}.color1-background-color-hover:focus,.color1-background-color-hover:hover{background-color:#585e6b ! important}.color2-background-color{background-color:#2d3037 ! important}.color2-background-color-hover:focus,.color2-background-color-hover:hover{background-color:#2d3037 ! important}.color3-background-color{background-color:#18191a ! important}.color3-background-color-hover:focus,.color3-background-color-hover:hover{background-color:#18191a ! important}.color4-background-color{background-color:#ff000a ! important}.color4-background-color-hover:focus,.color4-background-color-hover:hover{background-color:#ff000a ! important}.color5-background-color{background-color:#fff ! important}.color5-background-color-hover:focus,.color5-background-color-hover:hover{background-color:#fff ! important}.color1-border-color{border-color:#585e6b ! important}.color1-border-color-hover:focus,.color1-border-color-hover:hover{border-color:#585e6b ! important}.color2-border-color{border-color:#2d3037 ! important}.color2-border-color-hover:focus,.color2-border-color-hover:hover{border-color:#2d3037 ! important}.color3-border-color{border-color:#18191a ! important}.color3-border-color-hover:focus,.color3-border-color-hover:hover{border-color:#18191a ! important}.color4-border-color{border-color:#ff000a ! important}.color4-border-color-hover:focus,.color4-border-color-hover:hover{border-color:#ff000a ! important}.color5-border-color{border-color:#fff ! important}.color5-border-color-hover:focus,.color5-border-color-hover:hover{border-color:#fff ! important}.breadcrumb li a.filler{background:#2d3037;color:#fff}.breadcrumb li a.filler:after{border-left-color:#2d3037}.breadcrumb li a:not(.filler){color:#fff}.breadcrumb li a:not(.filler):after{border-left-color:#585e6b !important}.breadcrumb li a:not(.filler):hover,.breadcrumb li a:not(.filler):focus{background:#2d3037;color:#fff}.breadcrumb li a:not(.filler):hover:after,.breadcrumb li a:not(.filler):focus:after{border-left-color:#2d3037 !important;color:#fff}.woocommerce div.product .stock,.woocommerce div.product span.price,.woocommerce div.product p.price{color:#585e6b}.wc-image-links .gallery-caption,.wc-gallery-captions-show .gallery-caption,.wc-gallery-captions-onhover .gallery-caption,.wc-gallery-captions-showon .gallery-caption{background-color:#18191a;color:#fff}.wc-image-links .gallery-caption > *,.wc-gallery-captions-show .gallery-caption > *,.wc-gallery-captions-onhover .gallery-caption > *,.wc-gallery-captions-showon .gallery-caption > *{color:#fff}.btn-color-1,.btn-color-1-flat{background-color:#585e6b;border-color:#585e6b;color:#fff !important}.btn-color-1:visited,.btn-color-1-flat:visited{color:#fff}.btn-color-1:hover,.btn-color-1-flat:hover,.btn-color-1:focus,.btn-color-1-flat:focus{background-color:#6f7787;border-color:#6f7787;color:#fff !important}.btn-color-1:active,.btn-color-1-flat:active,.btn-color-1.active,.btn-color-1-flat.active,.btn-color-1.is-active,.btn-color-1-flat.is-active{background-color:#626262;border-color:#626262;color:#41454f !important}.btn-color-2,.btn-color-2-flat{background-color:#2d3037;border-color:#2d3037;color:#fff !important}.btn-color-2:visited,.btn-color-2-flat:visited{color:#fff}.btn-color-2:hover,.btn-color-2-flat:hover,.btn-color-2:focus,.btn-color-2-flat:focus{background-color:#444853;border-color:#444853;color:#fff !important}.btn-color-2:active,.btn-color-2-flat:active,.btn-color-2.active,.btn-color-2-flat.active,.btn-color-2.is-active,.btn-color-2-flat.is-active{background-color:#323232;border-color:#323232;color:#16181b !important}.btn-color-3,.btn-color-3-flat{background-color:#18191a;border-color:#18191a;color:#fff !important}.btn-color-3:visited,.btn-color-3-flat:visited{color:#fff}.btn-color-3:hover,.btn-color-3-flat:hover,.btn-color-3:focus,.btn-color-3-flat:focus{background-color:#303335;border-color:#303335;color:#fff !important}.btn-color-3:active,.btn-color-3-flat:active,.btn-color-3.active,.btn-color-3-flat.active,.btn-color-3.is-active,.btn-color-3-flat.is-active{background-color:#191919;border-color:#191919;color:#000 !important}.btn-color-4,.btn-color-4-flat{background-color:#ff000a;border-color:#ff000a;color:#fff !important}.btn-color-4:visited,.btn-color-4-flat:visited{color:#fff}.btn-color-4:hover,.btn-color-4-flat:hover,.btn-color-4:focus,.btn-color-4-flat:focus{background-color:#ff333b;border-color:#ff333b;color:#fff !important}.btn-color-4:active,.btn-color-4-flat:active,.btn-color-4.active,.btn-color-4-flat.active,.btn-color-4.is-active,.btn-color-4-flat.is-active{background-color:#f20d16;border-color:#f20d16;color:#cc0008 !important}.btn-color-5,.btn-color-5-flat{background-color:#fff;border-color:#fff;color:#333 !important}.btn-color-5:visited,.btn-color-5-flat:visited{color:#333}.btn-color-5:hover,.btn-color-5-flat:hover,.btn-color-5:focus,.btn-color-5-flat:focus{background-color:#fff;border-color:#fff;color:#333 !important}.btn-color-5:active,.btn-color-5-flat:active,.btn-color-5.active,.btn-color-5-flat.active,.btn-color-5.is-active,.btn-color-5-flat.is-active{background-color:#fff;border-color:#fff;color:#e6e6e6 !important}.palette-primary{}.palette-primary .navbar-default .navbar-toggle{border-color:#585e6b}.palette-primary .navbar-default .navbar-toggle .icon-bar,.palette-primary .navbar-default .navbar-toggle:hover,.palette-primary .navbar-default .navbar-toggle:focus,.palette-primary .background-beta{background:#585e6b}.palette-primary .navbar-default .navbar-toggle:hover .icon-bar,.palette-primary .navbar-default .navbar-toggle:focus .icon-bar{background:#fff}.palette-primary .dropdown-menu{background:#585e6b}.palette-primary .navbar-default .navbar-nav > .open > a,.palette-primary .navbar-default .navbar-nav > .open > a:hover,.palette-primary .navbar-default .navbar-nav > .open > a:focus,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a,.palette-primary .dropdown-menu > li > a{background:#585e6b;color:#fff}.palette-primary .background-alpha,.palette-primary .background-delta,.palette-primary .mod-alpha{background:#2d3037}.palette-primary .mod-alpha h2{background:#2d3037;border-bottom:5px solid #585e6b;color:#fff}.palette-primary .mod-alpha h2,.palette-primary .mod-alpha p,.palette-primary .mod-delta p{background:#2d3037;color:#fff}.palette-primary .link-secondary{color:#2d3037}.palette-primary .sidebar-nav,.palette-primary .site-footer,.palette-primary .site-title,.palette-primary .site-description,.palette-primary #secondary-menu a,.palette-primary #menu-social a,.palette-primary #menu-social li a,.palette-primary .site-footer p,.palette-primary mark,.palette-primary ins{background:#18191a;color:#fff}.palette-primary .navbar-default .navbar-nav > li > a{color:#fff}.palette-primary .site-title a{color:#fff;border-bottom:5px solid #ff000a}.palette-primary .mod-delta-bg,.palette-primary .background-gamma{background:#18191a}.palette-primary caption,.palette-primary .widget-title{color:#18191a}@media only screen and (min-width:768px){.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,.palette-primary .table-striped > tbody > tr:nth-child(2n+1){background:#18191a;color:#fff}}.palette-primary a,.palette-primary a:hover,.palette-primary a:focus,.palette-primary .site-footer a,.palette-primary .current_page_item a,.palette-primary #menu-social li a:hover,.palette-primary #menu-social li a:focus,.palette-primary #secondary-menu a[href]:hover,.palette-primary #tertiary-menu a[href]:hover,.palette-primary #secondary-menu .current_page_item a,.palette-primary #tertiary-menu .current_page_item a,.palette-primary #menu-social .current_page_item a{color:#ff000a}.palette-primary .mod-beta h2{border-bottom:5px solid #ff000a}.palette-primary blockquote{border-left:5px solid #ff000a}.palette-primary .navbar-default .navbar-nav > li > a:hover,.palette-primary .navbar-default .navbar-nav > li > a:focus,.palette-primary .navbar-default .navbar-nav > .active > a,.palette-primary .navbar-default .navbar-nav > .active > a:hover,.palette-primary .navbar-default .navbar-nav > .active > a:focus,.palette-primary .navbar-default .navbar-nav > .current-menu-parent > a{background:none;color:#ff000a}.palette-primary #boldgrid-sticky-filler{background:#fff none repeat scroll 0 0}.palette-primary hr,.palette-primary .woocommerce-tabs .panel,.palette-primary #tertiary-menu{background:#fff;color:#333}.palette-primary #tertiary-menu a,.palette-primary .mod-divider a{background:#fff;color:#333}.palette-primary .product_title,.palette-primary .single .entry-title a{background:#fff;color:#333 !important}.palette-primary h1,.palette-primary h2,.palette-primary h3,.palette-primary h4,.palette-primary h5,.palette-primary h6,.palette-primary body,.palette-primary button,.palette-primary .media-heading,.palette-primary .comments-area .comment-content p,.palette-primary #reviews #comments ol.commentlist li .meta,.palette-primary .sidebar .widget-title{color:#333}.palette-primary #reviews #comments ol.commentlist li .comment-text{border:1px solid #333}.palette-primary .entry-title a,.palette-primary .entry-title a:hover,.palette-primary .entry-title a:focus{border-bottom:3px solid #333;text-decoration:none}@media only screen and (min-width:768px){.palette-primary .entry-title a,.palette-primary .entry-title a:hover,.palette-primary .entry-title a:focus{border-bottom:none;text-decoration:none;color:#fff;text-shadow:1px 1px 2px rgba(0, 0, 0, 1)}.palette-primary .page-template-default .entry-title{color:#fff}}.palette-primary .call-to-action h1{color:#fff;margin-bottom:25px;text-shadow:2px 2px 5px rgba(0, 0, 0, 0.5)}.palette-primary .title-main{border-bottom:1px solid #333;color:#333;border-top:1px solid #333}.palette-primary .mod-blockquote{border-left:7px solid #333}.palette-primary .mod-divider{border-top:1px solid #333}.palette-primary .mod-icon-circle i{border:2px solid #333}.palette-primary .page-template-default .entry-title a{text-shadow:2px 2px 5px rgba(0, 0, 0, 0.5)}.palette-primary .gridblock .heading-alt{color:#738599}.palette-primary input,.palette-primary select{color:#333}.palette-primary .button-primary{border:2px solid #585e6b;border-radius:0;color:#333 !important;background:#fff;background:-moz-linear-gradient(top, #fff 0%, #585e6b 100%);background:-webkit-linear-gradient(top, #fff 0%, #585e6b 100%);background:linear-gradient(to bottom, #fff 0%, #585e6b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'palette-primary_5 \', endColorstr=\'$palette-primary_1\',GradientType=0);}.palette-primary .button-primary:hover,.palette-primary .button-primary:focus{color:#333 !important;background:#fff;background:-moz-linear-gradient(top, #585e6b 0%, #fff 100%);background:-webkit-linear-gradient(top, #585e6b 0%, #fff 100%);background:linear-gradient(to bottom, #585e6b 0%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'$palette-primary_1\', endColorstr=\'$palette-primary_5\',GradientType=0);}.palette-primary .button-secondary,.palette-primary input[type=\"submit\"]{border:2px solid #2d3037;border-radius:0;color:#fff !important;background:#2d3037;background:-moz-linear-gradient(top, #2d3037 0%, #18191a 100%);background:-webkit-linear-gradient(top, #2d3037 0%, #18191a 100%);background:linear-gradient(to bottom, #2d3037 0%, #18191a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'$palette-primary_2\', endColorstr=\'$palette-primary_3\',GradientType=0);}.palette-primary .button-secondary:hover,.palette-primary .button-secondary:focus{color:#fff !important;background:#18191a;background:-moz-linear-gradient(top, #18191a 0%, #2d3037 100%);background:-webkit-linear-gradient(top, #18191a 0%, #2d3037 100%);background:linear-gradient(to bottom, #18191a 0%, #2d3037 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'$palette-primary_3\', endColorstr=\'$palette-primary_2\',GradientType=0);}.palette-primary.page-template-default .site-content{background:#fff;color:#333}.palette-primary.mce-content-body{background:#fff !important;color:#333}.palette-primary.error404 .site-content{background:#fff;color:#333}.palette-primary.search .site-content,.palette-primary.single .site-content,.palette-primary.archive .site-content,.palette-primary.blog .site-content{background:#fff;color:#333}.palette-primary.search .entry-title a,.palette-primary.single .entry-title a,.palette-primary.archive .entry-title a,.palette-primary.blog .entry-title a{background:#fff;color:#333 !important}.palette-primary.woocommerce.single-product .color2-color{color:#585e6b !important}\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1481822243;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:22:\"footer-company-details\";a:4:{i:0;s:3:\"C-0\";i:1;s:3:\"	-0\";i:2;s:3:\"v-0\";i:3;s:3:\"b-0\";}s:17:\"boldgrid-widget-2\";a:1:{i:0;s:22:\"black-studio-tinymce-0\";}}}s:18:\"_boldgrid_theme_id\";i:45;s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:8;s:6:\"social\";i:0;s:13:\"footer_center\";i:0;}s:24:\"default_background_image\";s:98:\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/monument-home-repair-imhwpb-pc3ceh4ocd7sc53.jpg\";s:13:\"bgtfw_version\";s:5:\"1.5.7\";s:22:\"boldgrid_color_palette\";s:242:\"{\"state\":{\"active-palette\":\"palette-primary\",\"active-palette-id\":\"8a2f0e1b8bc917b747b2e7ffa6e9fe13\",\"palettes\":{\"palette-primary\":{\"format\":\"palette-primary\",\"colors\":[\"#585e6b\",\"#2d3037\",\"#18191a\",\"#ff000a\",\"#ffffff\"]}},\"saved_palettes\":[]}}\";s:22:\"boldgrid_palette_class\";s:15:\"palette-primary\";s:18:\"custom_css_post_id\";i:-1;s:21:\"boldgrid_logo_setting\";i:305;s:16:\"background_image\";s:0:\"\";s:25:\"hide_boldgrid_attribution\";b:1;s:26:\"hide_wordpress_attribution\";b:1;s:27:\"boldgrid_background_pattern\";s:0:\"\";s:24:\"boldgrid_background_type\";s:7:\"pattern\";s:25:\"boldgrid_background_color\";s:16:\"rgba(0,0,0,0.45)\";s:18:\"boldgrid_logo_size\";s:3:\"180\";s:24:\"boldgrid_position_toggle\";b:1;s:15:\"logo_margin_top\";s:2:\"20\";s:18:\"logo_margin_bottom\";s:3:\"-20\";s:16:\"logo_margin_left\";s:3:\"-50\";s:24:\"hide_partner_attribution\";b:1;s:31:\"hide_special_thanks_attribution\";b:1;s:16:\"launched_staging\";b:0;}','yes'),(293,'current_theme','Monument','yes'),(298,'nf_convert_notifications_complete','1','yes'),(299,'nf_convert_subs_step','complete','yes'),(300,'nf_upgrade_notice','closed','yes'),(301,'nf_update_email_settings_complete','1','yes'),(302,'nf_email_fav_updated','1','yes'),(303,'nf_convert_forms_complete','1','yes'),(164,'boldgrid_editor','a:5:{s:12:\"updated_maps\";i:1;s:21:\"displayed_v1.3_notice\";i:1;s:13:\"custom_colors\";a:2:{i:0;s:7:\"#d90209\";i:1;s:7:\"#9e5b5d\";}s:19:\"has_flushed_rewrite\";b:1;s:15:\"preview_page_id\";i:758;}','yes'),(24367,'_transient_feed_mod_052500b17b6986c854ef52a9542abd78','1527248712','no'),(294,'theme_switched','','yes'),(115,'_site_transient_browser_624a74c077a47cf0aab8606325ccd24d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"50.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;}','no'),(120,'can_compress_scripts','1','no'),(24375,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1527291914','no'),(25828,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1527311539','no'),(25829,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1527268339','no'),(24371,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1527291914','no'),(24372,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"\n	Fri, 25 May 2018 08:06:43 +0000	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.0-alpha-43313\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"WordPress.org Privacy Policy 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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2018/05/wordpress-org-privacy-policy-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:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 May 2018 08:06:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s: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:\"privacy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=6047\";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:325:\"The WordPress.org privacy policy has been updated, hurray! While we weren&#8217;t able to remove all the long sentences, we hope you find the revisions make it easier to understand: how we collect and use data, how long the data we collect is retained, and how you can request a copy of the data you&#8217;ve shared [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:657:\"<p>The <a href=\"https://wordpress.org/about/privacy/\">WordPress.org privacy policy</a> has been updated, hurray! While we weren&#8217;t able to remove <strong>all</strong> the long sentences, we hope you find the revisions make it easier to understand:</p>\n<ul>\n<li>how we collect and use data,</li>\n<li>how long the data we collect is retained, and</li>\n<li>how you can request a copy of the data you&#8217;ve shared with us.</li>\n</ul>\n<p>There hasn&#8217;t been any change to the data that WordPress.org collects or how that data is used; the privacy policy just provides more detail now. Happy reading, and thanks for using WordPress!</p>\n<p>&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6047\";s: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:33:\"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress 4.9.6 Privacy 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:83:\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-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:\"Thu, 17 May 2018 19:21:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5920\";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:358:\"WordPress 4.9.6 is now available. This is a privacy and maintenance release. We encourage you to update your sites to take advantage of the new privacy features. Privacy The European Union&#8217;s General Data Protection Regulation (GDPR) takes effect on May 25. The GDPR requires companies and site owners to be transparent about how they collect, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Allen Snook\";s: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:13399:\"<p>WordPress 4.9.6 is now available. This is a <strong>privacy and maintenance release</strong>. We encourage you to update your sites to take advantage of the new privacy features.</p>\n\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?w=632&#038;ssl=1\" alt=\"A decorative header featuring the text &quot;GDPR&quot; and a lock inside of a blue shield, on multicolor green background.\" class=\"wp-image-5988\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=300%2C150&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=768%2C384&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=1024%2C512&amp;ssl=1 1024w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<h2 style=\"text-align:left\">Privacy</h2>\n\n<p>The European Union&#8217;s General Data Protection Regulation (<strong>GDPR</strong>) takes effect on May 25. The GDPR requires companies and site owners to be transparent about how they collect, use, and share personal data. It also gives individuals more access and choice when it comes to how their own personal data is collected, used, and shared.<br /></p>\n\n<p>It’s important to understand that while the GDPR is a European regulation, its requirements apply to all sites and online businesses that collect, store, and process personal data about EU residents no matter where the business is located.<br /></p>\n\n<p>You can learn more about the GDPR from the European Commission&#8217;s <a href=\"http://ec.europa.eu/justice/smedataprotect/index_en.htm\">Data Protection page</a>.<br /></p>\n\n<p>We&#8217;re committed to supporting site owners around the world in their work to comply with this important law. As part of that effort, we’ve added a number of new privacy features in this release.</p>\n\n<h2 style=\"text-align:left\">Comments</h2>\n\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?w=632&#038;ssl=1\" alt=\"A screenshot of a comment form, where the new &quot;Save my name, email, and website in this browser for the next time I comment&quot; checkbox is featured.\" class=\"wp-image-5986\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=300%2C291&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=768%2C744&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=1024%2C992&amp;ssl=1 1024w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<p>Logged-out commenters will be given a choice on whether their name, email address, and website are saved in a cookie on their browser.</p>\n\n<h2 style=\"text-align:left\">Privacy Policy Page</h2>\n\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=632&#038;ssl=1\" alt=\"A screenshot of the new Privacy Settings page.\" class=\"wp-image-5995\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=1898&amp;ssl=1 1898w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=300%2C177&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=768%2C453&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=1024%2C604&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<p>Site owners can now designate a privacy policy page. This page will be shown on your login and registration pages. You should manually add a link to your policy to every page on your website. If you have a footer menu, that’s a great place to include your privacy policy.<br /></p>\n\n<p>In addition, we’ve created a guide that includes insights from WordPress and participating plugins on how they handle personal data. These insights can be copied and pasted into your site&#8217;s privacy policy to help you get started.<br /></p>\n\n<p>If you maintain a plugin that collects data, we recommend including that information in WordPress’ privacy policy guide. <a href=\"https://developer.wordpress.org/plugins/privacy/\">Learn more in our Privacy section of the Plugin Handbook</a>.</p>\n\n<h2 style=\"text-align:left\">Data Handling</h2>\n\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=632&#038;ssl=1\" alt=\"A screenshot of the new Export Personal Data tools page. Several export requests are listed on the page, to demonstrate how the new feature will work.\" class=\"wp-image-5999\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=2372&amp;ssl=1 2372w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=300%2C221&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=768%2C565&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=1024%2C753&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<div class=\"wp-block-columns has-2-columns\">\n		<h3 class=\"layout-column-1\">Data Export</h3>\n	\n		<p class=\"layout-column-1\">Site owners can export a ZIP file containing a user&#8217;s personal data, using data gathered by WordPress and participating plugins.</p>\n	\n		<h3 class=\"layout-column-2\">Data Erasure</h3>\n	\n		<p class=\"layout-column-2\">Site owners can erase a user&#8217;s personal data, including data collected by participating plugins.</p>\n	</div>\n\n<blockquote class=\"wp-block-quote\">\n	<p>Howdy,</p>\n	<p>A request has been made to perform the following action on your account:<br /> </p>\n	<p><strong>Export Personal Data</strong><br /> </p>\n	<p>To confirm this, please click on the following link:<br /><a href=\"#\">http://.wordpress.org/wp-login.php?action=confirmaction&#8230;</a><br /> </p>\n	<p>You can safely ignore and delete this email if you do not want to<br /> take this action.<br /> </p>\n	<p>This email has been sent to <a href=\"#\">you@example.com</a>.<br /> </p>\n	<p>Regards,<br /><em>Your friends at WordPress</em><br /><a href=\"http://wordpress.org\"><em> http://wordpress.org</em></a></p>\n</blockquote>\n\n<p>Site owners have a new email-based method that they can use to confirm personal data requests. This request confirmation tool works for both export and erasure requests, and for both registered users and commenters.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2 style=\"text-align:left\">Maintenance</h2>\n\n<p>95 updates were made in WordPress 4.9.6. In addition to the above, particularly of note were:<br /></p>\n\n<ul>\n	<li>&#8220;Mine&#8221; has been added as a filter in the media library.</li>\n	<li>When viewing a plugin in the admin, it will now tell you the minimum PHP version required.</li>\n	<li>We&#8217;ve added new PHP polyfills for forwards-compatibility and proper variable validation.</li>\n	<li>TinyMCE was updated to the latest version (4.7.11).<br /></li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/\">This post has more information about all of the issues fixed in 4.9.6 if you&#8217;d like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.6</a> or venture over to Dashboard → Updates and click &#8220;Update Now.&#8221; Sites that support automatic background updates will start updating soon.<br /></p>\n\n<p class=\"has-background has-very-light-gray-background-color\">Please note that if you’re currently on WordPress 4.9.3, you should manually update your site immediately.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<p>Thank you to everyone who contributed to WordPress 4.9.6:<br /><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/abdullahramzan/\">abdullahramzan</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/allendav/\">allendav</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/burlingtonbytes/\">Burlington Bytes</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/claudiu/\">claudiu</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ericdaams/\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/fclaussen/\">Fernando Claussen</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/idea15/\">Heather Burns</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">herregroen</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">ibelanger</a>, <a href=\"https://profiles.wordpress.org/imath/\">imath</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jesperher/\">Jesper V Nielsen</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">JJJ</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/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/jrf/\">jrf</a>, <a href=\"https://profiles.wordpress.org/dejliglama/\">Kåre Mulvad Steffensen</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbarthmaier/\">pbrocks</a>, <a href=\"https://profiles.wordpress.org/postphotos/\">postphotos</a>, <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/presstigers/\">PressTigers</a>, <a href=\"https://profiles.wordpress.org/programmin/\">programmin</a>, <a href=\"https://profiles.wordpress.org/littlerchicken/\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</a>, <a href=\"https://profiles.wordpress.org/stephdau/\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/teddytime/\">teddytime</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">thomasplevy</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/voneff/\">voneff</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, and <a href=\"https://profiles.wordpress.org/xkon/\">Xenos (xkon) Konstantinos</a>.<br /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5920\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:33:\"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: April 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2018/05/the-month-in-wordpress-april-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 May 2018 08:30:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5891\";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:324:\"This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April. The WordPress 15th Anniversary is Coming On May 27 2018, WordPress will turn 15 years old — this is [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4981:\"<p>This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>The WordPress 15th Anniversary is Coming</h2>\n\n<p>On May 27 2018, <a href=\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\">WordPress will turn 15 years old</a> — this is a huge milestone for the project, or, indeed, for any open-source platform. The Community Team has been hard at work helping communities around the world plan local anniversary parties.</p>\n\n<p>Check <a href=\"https://wp15.wordpress.net/\">the central anniversary website</a> to see if there’s already a party being planned near you. These parties are all organized by local communities — if there’s no local community in your area, you can <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">start one today</a> and host a party yourself.</p>\n\n<h2>Work has Started on a Gutenberg Migration Guide</h2>\n\n<p>With Gutenberg, the upcoming WordPress content editor, in rapid development, a lot of people have been wondering how they will convert their existing plugins to work with the new features. To mitigate the issues here and help people overcome any migration hurdles, <a href=\"https://make.wordpress.org/core/2018/04/26/your-help-wanted-gutenberg-migration-guide/\">a Gutenberg Migration Guide is underway</a> to assist developers with making their code Gutenberg-compatible.</p>\n\n<p>If you’d like to contribute to this guide, you can review <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide\">the existing documentation on GitHub</a> and <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide/issues\">open a new issue</a> if you find something to add.</p>\n\n<h2>Theme Review Team Launches Trusted Authors Program</h2>\n\n<p>Reviews of themes submitted to the Theme Directory can take quite a while to complete. In order to combat this issue and to make the theme submission process smoother for everyone, <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">the Theme Review Team is introducing a Trusted Authors Program</a>.</p>\n\n<p>This program will allow frequent and reliable theme authors to apply for trusted status, allowing them to upload themes more frequently and to have their themes automatically approved. This will allow more high-quality themes to be added to the directory, as well as recognize the hard work that authors put in to build their themes.</p>\n\n<p>If you would like to get involved with reviewing themes, you can read <a href=\"https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/\">their getting started guide</a>, follow the <a href=\"https://make.wordpress.org/themes/\">team blog</a> and join the #themereview channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n    <li><a href=\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\">WordPress 4.9.5 was released</a> early this month, fixing numerous bugs and potential security issues. The two leads for this release <a href=\"https://make.wordpress.org/core/2018/04/20/4-9-5-feedback-leading-a-wordpress-minor-release/\">published some interesting feedback</a> about the process.</li>\n    <li>In addition to the Trusted Authors Program mentioned above, the Theme Review Team is <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/\">making some changes to their review process</a> to minimize theme review delays.<br /></li>\n    <li>The Marketing Team produced <a href=\"https://make.wordpress.org/marketing/2018/04/24/contributor-day-onboarding-pdf/\">a handy Contributor Day onboarding PDF</a> for organizers to hand out to contributors attending WordCamps.</li>\n    <li>The Accessibility Team is actively looking for contributors for <a href=\"https://make.wordpress.org/accessibility/handbook/\">their handbook</a>.</li>\n    <li>A new type of WordCamp, <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">targeted at organizers</a>, is in the planning stages now.</li>\n    <li><a href=\"https://wordpress.org/about/\">The WordPress.org About pages</a> received a significant redesign to make them more clear and useful.</li>\n    <li>The Community Team <a href=\"https://make.wordpress.org/community/2018/04/27/wordcamp-incubator-program-2018-2019-roadmap/\">posted the roadmap</a> for this year’s WordCamp Incubator program.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5891\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Celebrate the WordPress 15th Anniversary on May 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Apr 2018 21:07:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;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:1;a:5:{s:4:\"data\";s:5:\"Store\";s: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:4:\"wp15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5753\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"May 27, 2018 is the 15th anniversary of the first WordPress release ﻿— and we can&#8217;t wait to celebrate! Party time! Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here&#8217;s how you can join in the fun: Check the WordPress 15th Anniversary website to see [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3948:\"<p>May 27, 2018 is the <strong>15th anniversary</strong> of the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">first WordPress release</a> <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">﻿</a>— and we can&#8217;t wait to celebrate!</p>\n\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=342%2C268&#038;ssl=1\" alt=\"\" class=\"wp-image-5841\" width=\"342\" height=\"268\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=2188&amp;ssl=1 2188w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=300%2C236&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=768%2C605&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=1024%2C806&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 342px) 100vw, 342px\" data-recalc-dims=\"1\" /></figure>\n\n<h2>Party time!</h2>\n\n<p>Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here&#8217;s how you can join in the fun:</p>\n\n<ol>\n    <li>Check the <a href=\"https://wp15.wordpress.net/about/\">WordPress 15th Anniversary website</a> to see if there&#8217;s a party already planned for your town. If there is, RSVP for the party and invite your friends!<br /></li>\n    <li>If there isn&#8217;t, then pick a place to go where a bunch of people can be merry — a park, a pub, a backyard; any family-friendly venue will do!</li>\n    <li>List your party with <a href=\"https://www.meetup.com/pro/wordpress/\">your local WordPress meetup group</a> (Don&#8217;t have a group? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">Start one!</a>)  and then spread the word to other local meetups, tech groups, press, etc and get people to say they’ll come to your party.</li>\n    <li><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/wordpress-15th-anniversary-celebrations/#request-wordpress-15th-anniversary-swag\">Request</a> some special 15th anniversary WordPress swag (no later than April 27, please, so we have time to ship it to you).<br /></li>\n    <li>Have party attendees post photos, videos, and the like with the #WP15 hashtag, and <a href=\"https://wp15.wordpress.net/live/\">check out the social media stream</a> to see how the rest of the world is sharing and celebrating.</li>\n</ol>\n\n<p>Don&#8217;t miss this chance to participate in a global celebration of WordPress!<br /></p>\n\n<h2>Special Swag</h2>\n\n<p>In honor of the 15th anniversary, we’ve added some <a href=\"https://mercantile.wordpress.org/product-category/wordpress-15/\">special 15th anniversary items</a> in the swag store — you can use the offer code <strong>CELEBRATEWP15</strong> to take 15% off this (and any other WordPress swag you buy), all the way through the end of 2018!</p>\n\n<p>Keep checking the swag store, because we&#8217;ll be adding more swag over the next few weeks!</p>\n\n<h2>Share the fun</h2>\n\n<p>However you celebrate the WordPress 15th anniversary — with <a href=\"https://wp15.wordpress.net/about/\">a party</a>, with <a href=\"https://wp15.wordpress.net/swag/\">commemorative swag</a>, by <a href=\"https://wp15.wordpress.net/live/\">telling the world</a> what WordPress means to you — remember to use the #WP15 hashtag to share it! And don&#8217;t forget to <a href=\"https://wp15.wordpress.net/live/\">check the stream of WordPress 15th anniversary posts</a>.</p>\n\n<p>When <a href=\"https://venturebeat.com/2018/03/05/wordpress-now-powers-30-of-websites/\">30% of the internet</a> has a reason to celebrate, you know it&#8217;s going to be great! </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5753\";s: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:33:\"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"GDPR Compliance Tools in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Apr 2018 20:11:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5728\";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:188:\"GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in 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: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:\"\";}}}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:3914:\"<p>GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core. </p>\n\n<h2>What is GDPR?</h2>\n\n<p>GDPR stands for <a href=\"https://en.wikipedia.org/wiki/General_Data_Protection_Regulation\">General Data Protection Regulation</a> and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data. <br /></p>\n\n<p>Why the urgency? Although the GDPR was introduced two years ago, it becomes  enforceable starting May 25, 2018.</p>\n\n<h2>Make WordPress GDPR Compliance Team</h2>\n\n<p>Currently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.<br /></p>\n\n<p>The GDPR Compliance Team is focusing on four main areas:</p>\n\n<ul>\n    <li>Add functionality to assist site owners in creating comprehensive privacy policies for their websites.</li>\n    <li>Create guidelines for plugins to become GDPR ready.</li>\n    <li>Add administration tools to facilitate compliance and encourage user privacy in general.</li>\n    <li>Add documentation to educate site owners on privacy, the main GDPR compliance requirements, and on how to use the new privacy tools.</li>\n</ul>\n\n<h2>Don’t we already have a privacy policy?</h2>\n\n<p>Yes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.<br /></p>\n\n<p>Site owners will be able to create GDPR compliant privacy policy in three steps:</p>\n\n<ol>\n    <li>Adding a dedicated page for the policy.<br /></li>\n    <li>Adding privacy information from plugins.</li>\n    <li>Reviewing and publishing the policy.</li>\n</ol>\n\n<p>A new &#8220;postbox&#8221; will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.<br /></p>\n\n<p>There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.<br /></p>\n\n<p>A new &#8220;Privacy&#8221; page is added under the &#8220;Tools&#8221; menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.<br /></p>\n\n<p>New section on privacy will be added to the <a href=\"https://developer.wordpress.org/plugins/\">Plugin Handbook</a>. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.<br /></p>\n\n<p>The new privacy tools are scheduled for release at the end of April or beginning of May 2018.</p>\n\n<h2>How can you get involved?</h2>\n\n<p>We would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see ﻿<a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">the roadmap</a>.</p>\n\n<p>If you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress</a> Slack group.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:36:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.9.5 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/2018/04/wordpress-4-9-5-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, 03 Apr 2018 19:56:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5645\";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.9.5 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team&#x27;s ongoing commitment to security hardening, the following fixes have been implemented [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:6347:\"<p>WordPress 4.9.5 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team&#x27;s ongoing commitment to security hardening, the following fixes have been implemented in 4.9.5:</p>\n\n<ol>\n    <li>Don&#x27;t treat <code>localhost</code> as same host by default.</li>\n    <li>Use safe redirects when redirecting the login page if SSL is forced.</li>\n    <li>Make sure the version string is correctly escaped for use in generator tags.</li>\n</ol>\n\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">﻿coordinated security disclosure</a>: <a href=\"https://profiles.wordpress.org/xknown\">xknown</a> of the WordPress Security Team, <a href=\"https://hackerone.com/nitstorm\">Nitin Venkatesh (nitstorm)</a>, and <a href=\"https://twitter.com/voldemortensen\">Garth Mortensen</a> of the WordPress Security Team.</p>\n\n<p>Twenty-five other bugs were fixed in WordPress 4.9.5. Particularly of note were:</p>\n\n<ul>\n    <li>The previous styles on caption shortcodes have been restored.</li>\n    <li>Cropping on touch screen devices is now supported.</li>\n    <li>A variety of strings such as error messages have been updated for better clarity.</li>\n    <li>The position of an attachment placeholder during uploads has been fixed.</li>\n    <li>Custom nonce functionality in the REST API JavaScript client has been made consistent throughout the code base.</li>\n    <li>Improved compatibility with PHP 7.2.</li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/04/03/wordpress-4-9-5/\">This post has more information about all of the issues fixed in 4.9.5 if you&#x27;d like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.5</a> or venture over to Dashboard → Updates and click &quot;Update Now.&quot; Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.5:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1265578519-1/\">1265578519</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alexgso/\">alexgso</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrei0x309/\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/antipole/\">antipole</a>, <a href=\"https://profiles.wordpress.org/aranwer104/\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer/\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/bandonrandon/\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/codegrau/\">codegrau</a>, <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</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/electricfeet/\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/ericmeyer/\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/nandorsky/\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/qcmiao/\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom/\">Sebastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/kwonye/\">Will Kwon</a>, and <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5645\";s: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:33:\"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2018/04/the-month-in-wordpress-march-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Apr 2018 08:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5632\";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:317:\"With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March. WordPress Now Powers 30% of the Internet Over the last 15 years, the popularity and usage of [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4328:\"<p>With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March.\n\n</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress Now Powers 30% of the Internet</h2>\n\n<p>Over the last 15 years, the popularity and usage of WordPress has been steadily growing. That growth hit a significant milestone this month when <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">W3Techs reported that WordPress now powers over 30% of sites on the web.</a></p>\n\n<p>The percentage is determined based on W3Techs’ review of the top 10 million sites on the web, and it’s a strong indicator of the popularity and flexibility of WordPress as a platform.</p>\n\n<p>If you would like to have hand in helping to grow WordPress even further, <a href=\"https://make.wordpress.org/\">you can get involved today</a>.</p>\n\n<h2>WordPress Jargon Glossary Goes Live</h2>\n\n<p>The WordPress Marketing Team has been hard at work lately putting together <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">a comprehensive glossary of WordPress jargon</a> to help newcomers to the project become more easily acquainted with things.</p>\n\n<p>The glossary <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">is available here</a> along with a downloadable PDF to make it simpler to reference offline.</p>\n\n<p>Publishing this resource is part of an overall effort to make WordPress more easily accessible for people who are not so familiar with the project. If you would like to assist the Marketing Team with this, you can follow <a href=\"https://make.wordpress.org/marketing/\">the team blog</a> and join the #marketing channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<h2>Focusing on Privacy in WordPress</h2>\n\n<p>Online privacy has been in the news this month for all the wrong reasons. It has reinforced the commitment of the GDPR Compliance Team to continue working on enhancements to WordPress core that allow site owners to improve privacy standards.</p>\n\n<p>The team&#x27;s work, and the wider privacy project, spans four areas: Adding tools which will allow site administrators to collect the information they need about their sites, examining the plugin guidelines with privacy in mind, enhancing privacy standards in WordPress core, and creating documentation focused on best practices in online privacy.</p>\n\n<p>To get involved with the project, you can <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">view the roadmap</a>, <a href=\"https://make.wordpress.org/core/tag/gdpr-compliance/\">follow the updates</a>, <a href=\"https://core.trac.wordpress.org/query?status=!closed&amp;keywords=~gdpr\">submit patches</a>, and join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat\">Making WordPress Slack group</a>. Office hours are 15:00 UTC on Wednesdays.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n    <li>The WordPress Foundation has published <a href=\"https://wordpressfoundation.org/2017-annual-report/\">their annual report for 2017</a> showing just how much the community has grown over the last year.</li>\n    <li>The dates for WordCamp US <a href=\"https://2018.us.wordcamp.org/2018/03/13/announcing-wordcamp-us-2018/\">have been announced</a> — this flagship WordCamp event will be held on 7-9 December this year in Nashville, Tennessee.</li>\n    <li>WordPress 4.9.5 is due for release on April 3 — <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">find out more here</a>.</li>\n    <li>Version 2.5 of Gutenberg, the new editor for WordPress core, <a href=\"https://make.wordpress.org/core/2018/03/29/whats-new-in-gutenberg-29th-march/\">was released this month</a> with a host of great improvements.</li>\n    <li>WordSesh, a virtual WordPress conference, <a href=\"http://wordsesh.com/\">is returning in July this year</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em><br /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5632\";s: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:33:\"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: February 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2018/03/the-month-in-wordpress-february-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Mar 2018 08:41: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5613\";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:324:\"Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month. WordPress 4.9.3 &#38; 4.9.4 [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5936:\"<p>Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.3 &amp; 4.9.4</h2>\n\n<p>Early in the month, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">version 4.9.3 of WordPress was released</a>, including a number of important bug fixes. Unfortunately it introduced a bug that prevented many sites from automatically updating to future releases. To remedy this issue, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/\">version 4.9.4 was released</a> the following day requiring many people to manually update their sites.</p>\n\n<p>While this kind of issue is always regrettable, the good thing is that it was fixed quickly, and that not all sites had updated to 4.9.3 yet, which meant they bypassed the bug in that version.</p>\n\n<p>You can find out more technical information about this issue <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">on the Core development blog</a>.</p>\n\n<h2>The WordCamp Incubator is Back</h2>\n\n<p>In 2016, the Global Community Team ran an experimental program to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event. This program was dubbed the WordCamp Incubator, and it was so successful in the three cities where it ran that <a href=\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\">the program is back for 2018</a>.</p>\n\n<p>Right now, the Community Team is looking for cities to be a part of this year’s incubator by <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\">taking applications</a>. Additionally, each incubator community will need an experienced WordCamp organizer to assist them as a co-lead organizer for their event — if that sounds interesting to you, then you can <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-co-lead-application\">fill in the application form for co-leads</a>.</p>\n\n<p>You can find out further information about the WordCamp Incubator <a href=\"https://make.wordpress.org/community/2018/02/19/wordcamp-incubator-program-2018-announcement/\">on the Community Team blog</a>.</p>\n\n<h2>WordPress Meetup Roundtables scheduled for March</h2>\n\n<p>In order to assist local WordPress meetup organizers with running their meetup groups, some members of the Community Team have organized <a href=\"https://make.wordpress.org/community/2018/02/23/wordpress-meetup-roundtables-scheduled-for-march/\">weekly meetup roundtable discussions through the month of March</a>.</p>\n\n<p>These will be run as video chats at 16:00 UTC every Wednesday this month and will be a great place for meetup organizers to come together and help each other out with practical ideas and advice.</p>\n\n<p>If you are not already in the WordPress meetup program and would like to join, you can find out more information in <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress Meetup Organizer Handbook</a>.</p>\n\n<h2>GDPR Compliance in WordPress Core</h2>\n\n<p>The General Data Protection Regulation (GDPR) is an upcoming regulation that will affect all online services across Europe. In order to prepare for this, a working group has been formed to make sure that WordPress is compliant with the GDPR regulations.</p>\n\n<p>Aside from the fact that this will be a requirement for the project going forward, it will also have an important and significant impact on the privacy and security of WordPress as a whole. The working group has posted <a href=\"https://make.wordpress.org/core/2018/02/19/proposed-roadmap-tools-for-gdpr-compliance/\">their proposed roadmap</a> for this project and it looks very promising.</p>\n\n<p>To get involved in building WordPress Core, jump into the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n    <li>WPShout published <a href=\"https://wpshout.com/complete-guide-wordpress-security/\">a thorough guide to WordPress security</a>.</li>\n    <li>The Community Team has published interesting statistics from the WordCamp program in <a href=\"https://make.wordpress.org/community/2018/02/27/wordcamps-in-2016/\">2016</a> and <a href=\"https://make.wordpress.org/community/2018/02/28/wordcamps-in-2017/\">2017</a>.</li>\n    <li><a href=\"https://make.wordpress.org/community/2018/02/15/potential-addition-of-a-new-onboarding-team/\">An intriguing proposal has been made</a> for a new ‘Onboarding’ team to be started in the WordPress project.</li>\n    <li>The new editing experience for WordPress, named Gutenberg, continues to be actively developed with <a href=\"https://make.wordpress.org/core/2018/02/16/whats-new-in-gutenberg-16th-february/\">a feature-packed release</a> this past month.</li>\n    <li>The Advanced WordPress Facebook group <a href=\"https://www.youtube.com/watch?v=4vS_jR5-nIo\">held an interview with WordPress co-founder, Matt Mullenweg</a> about the Gutenberg project.</li>\n    <li><a href=\"https://make.wordpress.org/meta/2018/02/27/two-factor-authentication-on-wp-org/\">Two factor authentication is on its way to the WordPress.org network</a> — this will be a great improvement to the overall security of the project.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5613\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordCamp Incubator 2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Feb 2018 22:53: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: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=5577\";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:343:\"WordCamps are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2450:\"<p><a href=\"https://central.wordcamp.org/\">WordCamps</a> are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over 120 WordCamps being hosted around the world in 2017.<br /></p>\n\n<p>Sometimes though, passionate and enthusiastic community members can’t pull together enough people in their community to make a WordCamp happen. To address this, we introduced <a href=\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\">the WordCamp Incubator program</a> in 2016.<br /></p>\n\n<p>The goal of the incubator program is <strong>to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event.</strong> In 2016, members of <a href=\"https://make.wordpress.org/community/\">the global community team</a> worked with volunteers in three cities — Denpasar, Harare and Medellín — giving direct, hands-on assistance in making local WordCamps possible. All three of these WordCamp incubators <a href=\"https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/\">were a great success</a>, so we&#x27;re bringing the incubator program back for 2018.<br /></p>\n\n<p>Where should the next WordCamp incubators be? If you have always wanted a WordCamp in your city but haven’t been able to get a community started, this is a great opportunity. We will be taking applications for the next few weeks, then will get in touch with everyone who applied to discuss the possibilities. We will announce the chosen cities by the end of March.<br /></p>\n\n<p><strong>To apply, </strong><a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\"><strong>fill in the application</strong></a><strong> by March 15, 2018.</strong> 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 to work well 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.<br /></p>\n\n<p>We&#x27;re looking forward to hearing from you!<br /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:36:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.9.4 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:71:\"https://wordpress.org/news/2018/02/wordpress-4-9-4-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, 06 Feb 2018 16:17:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5559\";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:350:\"WordPress 4.9.4 is now available. This maintenance release fixes a severe bug in 4.9.3, which will cause sites that support automatic background updates to fail to update automatically, and will require action from you (or your host) for it to be updated to 4.9.4. Four years ago with WordPress 3.7 &#8220;Basie&#8221;, we added the ability [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dion Hulse\";s: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:1823:\"<p>WordPress 4.9.4 is now available.</p>\n<p>This maintenance release fixes a severe bug in 4.9.3, which will cause sites that support automatic background updates to fail to update automatically, and will require action from you (or your host) for it to be updated to 4.9.4.</p>\n<p>Four years ago with <a href=\"https://wordpress.org/news/2013/10/basie/\">WordPress 3.7 &#8220;Basie&#8221;</a>, we added the ability for WordPress to self-update, keeping your website secure and bug-free, even when you weren&#8217;t available to do it yourself. For four years it&#8217;s helped keep millions of installs updated with very few issues over that time. Unfortunately <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">yesterdays 4.9.3 release</a> contained a severe bug which was only discovered after release. The bug will cause WordPress to encounter an error when it attempts to update itself to WordPress 4.9.4, and will require an update to be performed through the WordPress dashboard or hosts update tools.</p>\n<p>WordPress managed hosting companies who install updates automatically for their customers can install the update as normal, and we&#8217;ll be working with other hosts to ensure that as many customers of theirs who can be automatically updated to WordPress 4.9.4 can be.</p>\n<p>For more technical details of the issue, we&#8217;ve <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">posted on our Core Development blog</a>. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=4.9.4&amp;group=component\">list of tickets</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.4</a> or visit Dashboard → Updates and click “Update Now.”</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5559\";s: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:9:\"\n	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:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 25 May 2018 11:45:13 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 25 May 2018 08:06:43 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:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(12774,'_transient_timeout_boldgrid_inspirations_kitchen_sink','1527602365','no'),(12775,'_transient_boldgrid_inspirations_kitchen_sink','a:1:{s:4:\"data\";a:2:{s:13:\"build_profile\";a:2:{s:2:\"id\";i:825141;s:3:\"url\";s:52:\"https://wp-preview.boldgrid.com/0975354001526997543/\";}s:5:\"pages\";a:7:{i:0;a:2:{s:18:\"boldgrid_page_data\";a:1:{s:2:\"id\";s:3:\"155\";}s:12:\"preview_data\";a:5:{s:7:\"post_id\";i:25;s:10:\"post_title\";s:4:\"Info\";s:9:\"post_type\";s:4:\"page\";s:12:\"post_content\";s:5722:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">What We Offer</h2>\r\n<h4>We\'ve Something For Everyone</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n\r\nWhen we say we offer everything under the sun, we really do! With over 200 copywriters freelancing with our company across the country, we have experts in everything from agriculture to high fashion, from metals fabrication to financial products. Whether you need press releases, social media posts, product descriptions, ad copy or white papers, our copywriters have the right stuff to make your marketing and advertising succeed beyond your wildest dreams. We guarantee our copywriters\' work because we hire only the very best in the industry.\r\n\r\nBecause of our focus on providing the very best, you won\'t find foreign copywriters who barely have a grasp of English, bait and switch schemes or anything but the very best. Our copywriters are also legally bound by a non-disclosure agreement, so your hot new campaign idea is safe from the prying eyes of your competitors.\r\n\r\nWe offer a variety of services from a number of different copywriters. Because we want to match you with the best copywriter for the job, we\'ll need information on your project before we can quote a price. By providing a rough word count, a creative brief and the level of performance you expect, we\'ll find the perfect fit for your needs.\r\n\r\n</div>\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-33\" src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL2kwWTJ4R2pHNUhFLzYwMHg0NTA_3D-imhwpb-cr2m377zlms4kk9.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780447\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Copywriting Options</h2>\r\n<h4>Customize Your Package</h4>\r\nWe\'re able to apply a number of different options to help ensure the success of your job, depending on your project\'s specific needs\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-pencil-square-o\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h4 class=\"xs-center sm-center\">Top Copywriting Teams</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-envelope-o\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h4 class=\"xs-center sm-center\">Email Campaign Specialists</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-comments-o\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h4 class=\"xs-center sm-center\">Social Media Campaigns</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-newspaper-o\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h4 class=\"xs-center sm-center\">Creative Copy Development</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-line-chart\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h4 class=\"xs-center sm-center\">Niche Marketing Specialists</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-star\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h4 class=\"xs-center sm-center\">Top Industry Copywriters</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\";s:16:\"wp_page_template\";s:7:\"default\";}}i:1;a:2:{s:18:\"boldgrid_page_data\";a:1:{s:2:\"id\";s:3:\"156\";}s:12:\"preview_data\";a:5:{s:7:\"post_id\";i:27;s:10:\"post_title\";s:12:\"Testimonials\";s:9:\"post_type\";s:4:\"page\";s:12:\"post_content\";s:3822:\"\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-3 col-sm-3 text-center col-xs-12\">\r\n<p class=\"mod-img-circle\">\r\n<img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/ae9aceea-0f2cb9b3-feedough140800099-200x200.jpg\" data-imhwpb-built-photo-search=\"130|square\" width=\"200\" data-id-from-provider=\"30600720\" data-image-provider-id=\"5\" class=\"wp-image-34\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-sm-9 col-xs-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n\"The Write Stuff has been my copywriter of choice since day one. When we started our business, it was Janet and a few other copywriters who always delivered fantastic results. She\'s always found the perfect copywriter for any of our projects, from early print ads to our latest social media campaign. We\'ve had email campaigns that saw a 700% increase in click-through rates after we hired the team.\"\r\n<h4>Stephan at Love Match Singles</h4>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-3 col-sm-3 text-center col-xs-12\">\r\n<p class=\"mod-img-circle\">\r\n<img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/8bb77c42-e27c2767-kiuikson130600020-200x200.jpg\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" data-id-from-provider=\"20384021\" data-image-provider-id=\"5\" class=\"wp-image-35\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-sm-9 col-xs-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n\"When we were up against the wall with our marketing campaign, Thomas at The Write Stuff turned it around for us. Not only did he provide exceptional copy to increase our brand awareness and sales, he also recommended a number of different ways we could leverage our marketing dollars to get a better return on investment. We were focusing on Facebook like everyone else, but he told us we needed to approach B2B sales through LinkedIn. Our sales increased 250%.\"\r\n<h4>Andrea at Business Insurance Associates</h4>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-3 col-sm-3 text-center col-xs-12\">\r\n<p class=\"mod-img-circle\">\r\n<img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/17eb3fa0-fd8453da-michaeljung140800027-200x200.jpg\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" data-id-from-provider=\"30664544\" data-image-provider-id=\"5\" class=\"wp-image-36\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-sm-9 col-xs-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n\"Wow - just wow! I was expecting decent copy that I\'d have to rehash several times to get something useable, but this was verbal gold. As a retired model, Marie knew the beauty and fashion industry inside and out, and it showed. She delivered edgy, clever copy that made our campaign take off. We\'re hiring The Write Stuff for all our future needs.\"\r\n<h4>Raven at Fifth Avenue Style</h4>\r\n</div>\r\n</div></div></div>\n\";s:16:\"wp_page_template\";s:7:\"default\";}}i:2;a:2:{s:18:\"boldgrid_page_data\";a:1:{s:2:\"id\";s:3:\"173\";}s:12:\"preview_data\";a:5:{s:7:\"post_id\";i:15;s:10:\"post_title\";s:4:\"Home\";s:9:\"post_type\";s:4:\"page\";s:12:\"post_content\";s:865:\"\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n	<div class=\"col-md-5 col-xs-12 col-sm-12\">\n		<h2 class=\"title-main\">WEBSITE COMING SOON</h2>\n		<h2>JUST VISITING?</h2>\n		<p>If you are a looking for more information, please check back soon, our new site is on the way!</p>\n		<h2>IS THIS YOUR SITE?</h2>\n		<p>If you own this site, we have installed this \"Coming Soon\" page as a temporary placeholder. Go to your <strong><a href=\"wp-admin\">BoldGrid Login</a></strong> to choose your <strong>Inspiration</strong> to replace this placeholder.  Your username and password were provided in your Welcome Email.</p>\n	</div>\n	<div class=\"col-md-7 col-xs-12 col-sm-12\">\n		<p>\n			<img src=\"//www.boldgrid.com/assets/images/default-1.jpg\" alt=\"hikers in the mountains\" width=\"800\" height=\"904\" class=\"alignnone size-full\"></p>\n	</div>\n</div></div></div>\n\";s:16:\"wp_page_template\";s:13:\"page_home.php\";}}i:3;a:2:{s:18:\"boldgrid_page_data\";a:1:{s:2:\"id\";s:3:\"151\";}s:12:\"preview_data\";a:5:{s:7:\"post_id\";i:17;s:10:\"post_title\";s:8:\"About Us\";s:9:\"post_type\";s:4:\"page\";s:12:\"post_content\";s:7664:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">The Write Stuff</h2>\r\n<h4 class=\"\">A Better Copywriting Service</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n\r\nThe concept for my company was a team effort. After chatting with local copywriters at a marketing expo, founder Janet Riley wanted to create a business where marketers and copywriters could work together to create a message that clients could genuinely get behind while driving sales for that client. Tired of the continuous process of finding clients, wooing them into hiring her for projects and then having to start over again once the project was complete, she dreamed of a better way.\r\n\r\nTeaming up with several copywriters in the area, she formed The Write Stuff, a copywriting service that paired copywriters with the companies that needed their unique offerings. Over the past decade, The Write Stuff covers social media and blog content, white papers, copywriting and so much more!\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Our Services</a> <a class=\"button-secondary\" href=\"#\">Visit Our Gallery</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-91 wp-image-38\" src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL2dwOEJMeWFUYUEwLzYwMHgzMDA_3D-imhwpb-3hx4cj8bmyayisq.jpg\" alt=\"\" data-imhwpb-asset-id=\"780828\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Janet Riley</h2>\r\n<h4 class=\"\">MBA</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-3 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-39\" src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1dIV1lCbXRuM18wLzYwMHg0NTA_3D-imhwpb-3jdbnyuh81bfd64.jpg\" alt=\"\" data-imhwpb-asset-id=\"780829\" width=\"600\" height=\"450\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\r\n\r\nWith a fabulous talent for writing seductive copy, a natural eye towards business matters and drive to succeed, founder Janet Riley had over 20 years\' in the copywriting business before forming The Write Stuff. She\'d discovered over the years that the never-ending process of \"find project\", \"finish project\", \"repeat\", was getting old. She wanted to focus on the writing end of her business, not spend all her time seeking clients.\r\n\r\nWith an MBA, serious copywriting chops and a fabulous sense of humor that comes across in her writing, Janet has undertaken copywriting for such corporate giants as Hewlett Packard, Barnes &amp; Noble, Macy\'s and numerous Fortune 500 companies.\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">See Janet\'s Resume</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img-circle\"><img class=\"alignnone size-full wp-image-40\" src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL0lPems4WUtEaFlnLzMwMHgzMDA_3D-imhwpb-ijgqofoxxyngmlu.jpg\" alt=\"\" data-imhwpb-asset-id=\"780830\" width=\"300\" height=\"300\"></p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n<div class=\"mod-blockquote\">\r\n\r\n\"serious copywriting chops and a fabulous sense of humor\"\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">The Crew</h2>\r\n<h4 class=\"\">A Team You Can Rely On</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n\r\nJanet knows she wouldn\'t get a fraction of the things done she wants to if it wasn\'t for her awesome crew. Kara Margules heads up our sales department, helping us find new clients in need of copywriting services when she\'s not hitting the sales herself. Marie St. Clair keeps our copywriters working while developing awesome new craft designs. Jason Andrews leads our exceptional IT support team when he\'s not making a new batch of award-winning homebrewed ale.\r\n\r\nThe Write Stuff wouldn\'t be anywhere if it wasn\'t for our highly-skilled team of copywriters. Covering industries from accounting to zoo advertising, our amazing copywriters can cover any campaign for any business anywhere in the world.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img-circle\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/a4894411-017a6791-mimagephotography130700426-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"130|square\" width=\"200\" data-id-from-provider=\"21299822\" data-image-provider-id=\"5\" class=\"wp-image-41\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img-circle\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/cef0ebe0-969fea9d-olegdudko151101472-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" data-id-from-provider=\"47708880\" data-image-provider-id=\"5\" class=\"wp-image-42\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img-circle\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/21b5373-9729ce5e-citalliance140300321-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" data-id-from-provider=\"39664168\" data-image-provider-id=\"5\" class=\"wp-image-43\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-94 wp-image-44\" src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL0Jja1BhVHYxUlo4LzYwMHgzMDA_3D-imhwpb-8yn1htn2n7bbs9c.jpg\" alt=\"\" data-imhwpb-asset-id=\"780831\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\";s:16:\"wp_page_template\";s:7:\"default\";}}i:4;a:2:{s:18:\"boldgrid_page_data\";a:1:{s:2:\"id\";s:3:\"152\";}s:12:\"preview_data\";a:5:{s:7:\"post_id\";i:19;s:10:\"post_title\";s:7:\"Clients\";s:9:\"post_type\";s:4:\"page\";s:12:\"post_content\";s:4952:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-7 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">A Who\'s Who of Amazing Companies</h2>\r\n<h4>Working With Businesses Large and Small</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-7 col-margin-bottom col-xs-12 col-sm-12\">\r\n\r\nWe represent a wide range of companies, from Wall Street financial giants and Fortune 500 companies to mom and pop storefronts and two-man technical startups. Because we have copywriters who have worked in everything from the very small shop to multi-national corporations, we know the differences between the type of audience, range of influence and marketing techniques needed to drive business to your company.\r\n\r\nBelow, you\'ll find a few of our favorite clients to work with. We\'ve formed strategic partnerships with these companies and have realized exceptional growth on both sides of the association. By working with our copywriters, your company can also experience this kind of growth while you focus on what matters most - running your business.\r\n\r\nIf you still don\'t believe our copywriters are the best, feel free to read some of our customers\' testimonials.\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Read Customer Testimonials</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/42822cd6-91f4c274-ronyzmbow150900005-555x350.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"52|landscape\" width=\"555\" data-id-from-provider=\"45729796\" data-image-provider-id=\"5\" class=\"wp-image-45\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/fedb6840-5c377e74-wavebreakmediamicro141002914-360x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"57|landscape\" width=\"360\" data-id-from-provider=\"32788898\" data-image-provider-id=\"5\" class=\"wp-image-46\"></p>\r\n\r\n<h2>Virtual Office Associates</h2>\r\nFounder Hayley Anderson set up this temp agency for virtual assistants, but just wasn\'t happy with her website copy and marketing materials. We turned her loose with copywriter Janice J. and helped her turn a part-time income into a full-time career with over 500 temp workers offering a variety of services to her clients.\r\n\r\n</div>\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/9ad2ea53-09e70807-iriana88w150600258-360x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"360\" data-id-from-provider=\"41629881\" data-image-provider-id=\"5\" class=\"wp-image-47\"></p>\r\n\r\n<h2>Wild Countryish</h2>\r\nInterior decorator Laura Handel experienced some amazing growth from her Etsy store and went solo after some of her fun-loving country cottage designs went viral, but felt she could still do better. We teamed her up with crafty copywriter guru Cat M. to boost her market visibility and after two years, her craft business is a Fortune 1000 company.\r\n\r\n</div>\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/88c91851-70c68fac-ferli130600112-360x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"57|landscape\" width=\"360\" data-id-from-provider=\"20565168\" data-image-provider-id=\"5\" class=\"wp-image-48\"></p>\r\n\r\n<h2>App Theatre 2K</h2>\r\nSci-fi fan and mobile app developer Jeff Macki had run a variety of startup companies before, but never really found the kind of market exposure that he needed. Wanting to do things differently with his app development company, he hired B2B tech copywriter John B. to create ad copy that put him in high demand from a one-man show to a 20-developer team within two years.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\";s:16:\"wp_page_template\";s:7:\"default\";}}i:5;a:2:{s:18:\"boldgrid_page_data\";a:1:{s:2:\"id\";s:3:\"153\";}s:12:\"preview_data\";a:5:{s:7:\"post_id\";i:21;s:10:\"post_title\";s:7:\"Gallery\";s:9:\"post_type\";s:4:\"page\";s:12:\"post_content\";s:6132:\"\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12 text-center\">\r\n<h2>A Sampling of Our Work</h2>\r\n<h4>Quality From Start To Finish</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\nAs copywriters, we work hard using the written word to entice clients into buying a new item, considering a new service, change their mind about a company or create an awesome buzz in the marketplace about a new product or service. Here are some examples of our best work.\r\n\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/ab9bcfa5-b9662aa3-stocking130900197-1140x330.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"120|landscape\" width=\"1140\" data-id-from-provider=\"22208585\" data-image-provider-id=\"5\" class=\"wp-image-49\"></p>\r\n\r\n</div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/8402454e-5c0dc091-loganban150400351-180x180.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"120|square\" width=\"180\" data-id-from-provider=\"39293863\" data-image-provider-id=\"5\" class=\"wp-image-50\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/64a6fbbc-60f928db-tsyhun140800335-180x180.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"120|square\" width=\"180\" data-id-from-provider=\"30674275\" data-image-provider-id=\"5\" class=\"wp-image-51\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/b7efd6fd-733ba2f0-gajus140100201-180x180.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"120|square\" width=\"180\" data-id-from-provider=\"25316207\" data-image-provider-id=\"5\" class=\"wp-image-52\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/72fd5450-c9ddc653-ammentorp150200116-180x180.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"120|square\" width=\"180\" data-id-from-provider=\"36892833\" data-image-provider-id=\"5\" class=\"wp-image-53\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/f4604c85-61ee5987-antonioguillem160300011-180x180.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"120|square\" width=\"180\" data-id-from-provider=\"52776338\" data-image-provider-id=\"5\" class=\"wp-image-54\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/0423ae3c-1853bb-viki2win151100007-180x180.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"120|square\" width=\"180\" data-id-from-provider=\"47932030\" data-image-provider-id=\"5\" class=\"wp-image-55\"></p>\r\n\r\n</div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2>B2C Versus B2B</h2>\r\n<h4>Solutions For All</h4>\r\nWhen we write from a standpoint from our business partner to a consumer, we use tones that entice and seduce the end purchaser of the product to look for a particular brand or choose a particular service.\r\n\r\nBy comparison, business to business copywriting uses much more factual information, because we all know how busy things are at a business. We get the point across directly using facts.\r\n\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<h2>Why Use The Write Stuff?</h2>\r\n<h4>The Versatility To Satisfy Any Project</h4>\r\nWe have a wide variety of copywriters with experience in a diverse range of industries. Whatever industry you\'re considering cross-marketing to, we\'ve got expert writers who can help.\r\n\r\nNeed top-shelf branding, copy and flair? We can provide you with access to over two dozen of the world\'s hottest copywriters, who have worked with a variety of top brands, Fortune 100 companies and have written for the hottest ad campaigns our country has seen.\r\n\r\nConsidering an international campaign? We have experts from all over the world to help you get your message across cultural differences.\r\n\r\nDo you have a particular service that needs to be marketed to a very specific niche? We have several copywriters who have made niche copywriting their specialty.\r\n\r\nAre you working on delving into content marketing? Our social media copywriters have significant experience in building interest and brand awareness across a wide variety of social media networks. From YouTube scripts to Tweets to Facebook or Google+ posts, we can design a single post or an entire campaign.\r\n\r\n</div>\r\n</div></div></div>\n\";s:16:\"wp_page_template\";s:7:\"default\";}}i:6;a:2:{s:18:\"boldgrid_page_data\";a:1:{s:2:\"id\";s:3:\"154\";}s:12:\"preview_data\";a:5:{s:7:\"post_id\";i:23;s:10:\"post_title\";s:6:\"Resume\";s:9:\"post_type\";s:4:\"page\";s:12:\"post_content\";s:10023:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Janet Riley</h2>\r\n<h4 class=\"\">CEO, The Write Stuff</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-4 col-sm-12 col-margin-bottom col-xs-12\"></div>\r\n<div class=\"col-md-2 col-xs-12 col-sm-4\">\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/e252b68c-2783c701-kurhan121000419-150x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"8|portrait\" width=\"150\" data-id-from-provider=\"16277080\" data-image-provider-id=\"5\" class=\"wp-image-56\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-8\">\r\n\r\nWith an MBA in Marketing from University of Pennsylvania\'s Wharton School, Janet Riley began working in corporate marketing in the mid-80\'s. She quickly learned that she had a knack for copywriting and has won multiple awards for excellence in marketing.\r\n<p class=\"\">With hundreds of campaigns and two decades of copywriting under her belt, Janet decided to start The Write Stuff in order to match highly-qualified copywriters with businesses that vitally need to persuade their customers.</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-11 col-xs-12\">\r\n\r\nIn addition to everything you\'d expect copywriters to do, The Write Stuff\'s copywriters also write blog posts, white papers, emails, social media posts, case studies, industry reports, and website copy. The Write Stuff really is your one-stop shop for all your copywriting needs.\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Visit Our Gallery</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Experienced Service</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n\r\nOur copywriters have an average of 15 years\' experience in the industry and have worked for everything from mom and pop service businesses nationwide to commerce giants such as Pepsi, Frito Lay, Wal-Mart, Macy\'s and General Motors. Many have experience in large international campaigns with sensitivity and intelligence on the local culture, giving you a leg up when you\'re entering a new international market.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Dedication to Excellence</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n\r\nOur people include a variety of award-winning copywriters, including prestigious awards such as the B2B Awards, Content Marketing Awards, Caples Awards and The Webbys. We\'ve retained them for our client\'s use because of their dedication to excellence.\r\n\r\nThese amazing copywriters deliver serious results, from exceptionally-performing direct marketing letters to turning around businesses that were failing prior to their intervention. We\'re not proud of our copywriters because they\'re ours; we\'re proud of them because they are the best.\r\n\r\n</div>\r\n<div class=\"col-md-2 col-xs-12 col-sm-6 text-center\">\r\n<div data-imhwpb-draggable=\"true\"><i class=\"fa fa-3x fa-suitcase\"> </i></div>\r\n<h5>Portfolio: Janice MacIntosh</h5>\r\n<div data-imhwpb-draggable=\"true\"><i class=\"fa fa-3x fa-file-text-o\"> </i></div>\r\n<h5>Sample Letter: Thomas Stevens</h5>\r\n</div>\r\n<div class=\"col-md-2 col-xs-12 col-sm-6 text-center\">\r\n<div data-imhwpb-draggable=\"true\"><i class=\"fa fa-3x fa-comments-o\"> </i></div>\r\n<h5>Social Media: Christine Anderson</h5>\r\n<div data-imhwpb-draggable=\"true\"><i class=\"fa fa-3x fa-book\"> </i></div>\r\n<h5>Script Sample: Anna Thompson</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Customer Service Guarantee</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n\r\nWe\'re so certain that you\'ll love your new content or marketing materials, we guarantee them. Because everyone\'s artistic vision is different, we do require that you submit to at least one round of revisions, but if you\'re not happy after that, you don\'t pay.\r\n\r\nHow strongly do we believe in that guarantee? In ten years of service to our clients, we\'ve never had an order left unpaid because it didn\'t meet the client\'s satisfaction.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<h4>Products Offered</h4>\r\n<ul><li>Website and Landing Page Copy</li>\r\n 	<li>Online Product Descriptions</li>\r\n 	<li>Full Campaign Copywriting</li>\r\n 	<li>White Pages and Special Reports</li>\r\n 	<li>Direct Marketing Letters and Emails</li>\r\n 	<li>Focused Social Media Copy</li>\r\n</ul></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Superstar Copywriters</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<p class=\"mod-img-circle\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/0ea7030d-d442cfea-nexusplexus150302312-200x200.jpg\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" data-id-from-provider=\"37921769\" data-image-provider-id=\"5\" class=\"wp-image-57\"></p>\r\n<p class=\"mod-img-circle\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/f2cff314-7f62531b-frugo121001910-200x200.jpg\" data-imhwpb-built-photo-search=\"130|square\" width=\"200\" data-id-from-provider=\"15577383\" data-image-provider-id=\"5\" class=\"wp-image-58\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<p class=\"mod-img-circle\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/c84df28e-22ffcb2e-matusciac121200039-200x200.jpg\" data-imhwpb-built-photo-search=\"130|square\" width=\"200\" data-id-from-provider=\"16866817\" data-image-provider-id=\"5\" class=\"wp-image-59\"></p>\r\n<p class=\"mod-img-circle\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/de2e1cf9-34655be1-eurobanks120300121-200x200.jpg\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" data-id-from-provider=\"12892561\" data-image-provider-id=\"5\" class=\"wp-image-60\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<p class=\"mod-img-circle\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/5557f1a7-9433aad-phartisan130400052-200x200.jpg\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" data-id-from-provider=\"19226663\" data-image-provider-id=\"5\" class=\"wp-image-61\"></p>\r\n<p class=\"mod-img-circle\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/e75afd2e-f535790e-vadymvdrobot150600270-200x200.jpg\" data-imhwpb-built-photo-search=\"130|square\" width=\"200\" data-id-from-provider=\"40945396\" data-image-provider-id=\"5\" class=\"wp-image-62\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<p class=\"mod-img-circle\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/441ae03c-11b52b44-frugo121001501-200x200.jpg\" data-imhwpb-built-photo-search=\"130|square\" width=\"200\" data-id-from-provider=\"15577376\" data-image-provider-id=\"5\" class=\"wp-image-63\"></p>\r\n<p class=\"mod-img-circle\"><img src=\"https://wp-preview.boldgrid.com/0975354001526997543/wp-content/uploads/sites/815204/2018/05/65c5e0ae-2d8ceedd-Kurhan130900986-200x200.jpg\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" data-id-from-provider=\"22724362\" data-image-provider-id=\"5\" class=\"wp-image-64\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\";s:16:\"wp_page_template\";s:7:\"default\";}}}}}','no'),(24378,'_transient_timeout_plugin_slugs','1527335118','no'),(24379,'_transient_plugin_slugs','a:9:{i:0;s:19:\"akismet/akismet.php\";i:1;s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";i:2;s:35:\"boldgrid-editor/boldgrid-editor.php\";i:3;s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";i:4;s:36:\"boldgrid-ninja-forms/ninja-forms.php\";i:5;s:29:\"boldgrid-seo/boldgrid-seo.php\";i:6;s:37:\"boldgrid-staging/boldgrid-staging.php\";i:7;s:9:\"hello.php\";i:8;s:47:\"post-and-page-builder/post-and-page-builder.php\";}','no'),(132,'recently_activated','a:0:{}','yes'),(134,'_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:\"6110\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3747\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3738\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3244\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2869\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2546\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2229\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2155\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"2104\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"2089\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"2044\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"2025\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1965\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1937\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1756\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1653\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1625\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1469\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1380\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1299\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1296\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1152\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1136\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:4:\"1065\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:4:\"1027\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:4:\"1017\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"969\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"964\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"963\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"932\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"929\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"916\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"861\";}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:\"851\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"841\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"821\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"788\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"783\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"783\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"770\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"759\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"751\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"749\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"743\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"736\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"731\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"725\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"718\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"718\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"710\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"701\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"656\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"652\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"640\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"635\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"629\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"616\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"615\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"614\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"612\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"601\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"585\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"585\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"584\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"580\";}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:\"563\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"553\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"549\";}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:\"546\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"540\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"540\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"538\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"534\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"522\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"519\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"509\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"507\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"496\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"484\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"471\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"469\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"467\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"462\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"459\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"448\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"447\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"443\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"438\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"436\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"430\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"427\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"426\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"425\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"424\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"422\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"422\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"421\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"417\";}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";s:3:\"414\";}s:8:\"linkedin\";a:3:{s:4:\"name\";s:8:\"linkedin\";s:4:\"slug\";s:8:\"linkedin\";s:5:\"count\";s:3:\"413\";}}','no'),(140,'boldgrid_inspirations_activated_version','1.3','no'),(141,'boldgrid_inspirations_current_version','1.5.6','no'),(142,'boldgrid_settings','a:3:{s:20:\"boldgrid_menu_option\";s:1:\"1\";s:7:\"library\";a:1:{s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";s:7:\"2.3.2.0\";}s:15:\"plugins_checked\";a:7:{s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";a:1:{s:5:\"1.5.1\";i:1527275036;}s:35:\"boldgrid-editor/boldgrid-editor.php\";a:1:{s:7:\"1.6.0.2\";i:1527257036;}s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";a:1:{s:5:\"1.5.6\";i:1527275036;}s:36:\"boldgrid-ninja-forms/ninja-forms.php\";a:1:{s:3:\"1.5\";i:1527275036;}s:29:\"boldgrid-seo/boldgrid-seo.php\";a:1:{s:3:\"1.3\";i:1527275036;}s:37:\"boldgrid-staging/boldgrid-staging.php\";a:1:{s:5:\"1.5.1\";i:1527275036;}s:47:\"post-and-page-builder/post-and-page-builder.php\";a:1:{s:5:\"1.7.4\";i:1527275036;}}}','no'),(143,'boldgrid_pointers','a:4:{i:0;a:6:{s:2:\"id\";s:37:\"boldgrid_image_search_internal_only_8\";s:6:\"screen\";s:4:\"page\";s:6:\"target\";s:19:\"#media-search-input\";s:5:\"title\";s:12:\"Image search\";s:7:\"content\";s:222:\"<em>This search function</em> helps you find images you\'ve already uploaded to your Media Library. If you would like to search the web for new images, click the <strong>BoldGrid Connect Search</strong> tab in the top menu.\";s:8:\"position\";a:2:{s:4:\"edge\";s:5:\"right\";s:5:\"align\";s:6:\"middle\";}}i:1;a:6:{s:2:\"id\";s:49:\"boldgrid_media_library_image_search_internal_only\";s:6:\"screen\";s:6:\"upload\";s:6:\"target\";s:19:\"#media-search-input\";s:5:\"title\";s:12:\"Image search\";s:7:\"content\";s:222:\"<em>This search function</em> helps you find images you\'ve already uploaded to your Media Library. If you would like to search the web for new images, click the <strong>BoldGrid Connect Search</strong> tab in the top menu.\";s:8:\"position\";a:3:{s:4:\"edge\";s:3:\"top\";s:5:\"align\";s:6:\"middle\";s:17:\"open_on_page_load\";b:0;}}i:2;a:6:{s:2:\"id\";s:38:\"boldgrid_image_size_do_you_need_help_8\";s:6:\"screen\";s:12:\"media-upload\";s:6:\"target\";s:11:\"#image_size\";s:5:\"title\";s:10:\"Image size\";s:7:\"content\";s:33:\"Need help choosing an image size?\";s:8:\"position\";a:2:{s:4:\"edge\";s:5:\"right\";s:5:\"align\";s:6:\"middle\";}}i:3;a:6:{s:2:\"id\";s:29:\"boldgrid_customization_widget\";s:6:\"screen\";s:9:\"dashboard\";s:6:\"target\";s:21:\"#customization_widget\";s:5:\"title\";s:35:\"Begin customizing your new website!\";s:7:\"content\";s:120:\"Congratulations, you\'ve just installed your new website! Below you\'ll find tips to help you begin customizing your site.\";s:8:\"position\";a:2:{s:4:\"edge\";s:6:\"bottom\";s:5:\"align\";s:6:\"middle\";}}}','yes'),(26165,'_site_transient_timeout_boldgrid_api_data','1527307077','no'),(26166,'_site_transient_boldgrid_api_data','O:8:\"stdClass\":5:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":19:{s:5:\"title\";s:21:\"BoldGrid Inspirations\";s:7:\"version\";s:5:\"1.5.6\";s:8:\"asset_id\";i:920517;s:12:\"release_date\";s:10:\"2018-04-10\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:5:\"4.9.5\";s:8:\"sections\";s:40995:\"{\"description\":\"<p>BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.<\\/p>\\n\\n<p>The first phase is Inspiration; the guided tool creates your base website.  If you already have a website, then you can skip this step.<\\/p>\\n\\n<p>The second phase is Customization; tools to transform your website into your vision.<\\/p>\\n\",\"installation\":\"<ol>\\n<li><p>Upload the entire boldgrid-inspirations folder to the \\/wp-content\\/plugins\\/ directory.<\\/p><\\/li>\\n<li><p>Activate the plugin through the Plugins menu in WordPress.<\\/p><\\/li>\\n<li><p>You will find the Inspirations menu in your WordPress Dashboard \\/ admin panel.<\\/p><\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>1.5.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA BGINSP-14  Fatal in PHP >=7.1.0 when creating internal preview builds.<\\/li>\\n<li>Bug fix:      JIRA WPB-3767   Prevent invalid API calls for check-version.<\\/li>\\n<li>Update:       JIRA BGBKUP-180 Auto update code moved to library and removed from Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-3730   Updated library dependency to ^2.0.0.<\\/li>\\n<li>Update:       JIRA BGINSP-3   Forcing display of Connect Key prompt admin notice on the Inspirations page, even if dismissed, until key is entered.<\\/li>\\n<li>Update:       JIRA WPB-3684   Updated composer.json, due to package changes.<\\/li>\\n<li>New feature:  JIRA BGCNTRL-46 Added filters for manipulating Dashboard help in trial sites.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA BGSTAGE-32 Fixed staging plugin install.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.4<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA BGINSP-4   Removed admin notice recommending plugin installations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3643   Ensure that deployment does not install new wporg plugins if old ones are installed.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3587   Menu assignment after deployment broken in WP 4.9.<\\/li>\\n<li>Bug fix:      JIRA WPB-3570   Inspirations Select button misplaced in WP 4.9.<\\/li>\\n<li>Bug fix:      JIRA WPB-3593   Changes require to help Staging support new Customizer scheduler.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.1<\\/h4>\\n\\n<ul>\\n<li>Update:                       Updates to library.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.11<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3336   All and Default categories do not align.<\\/li>\\n<li>Bug fix:      JIRA WPB-3337   On a fresh install, Pages - New From GridBlocks fails.<\\/li>\\n<li>Bug fix:      JIRA WPB-3333   Image search only searching one provider instead of all.<\\/li>\\n<li>Bug fix:      JIRA WPB-3346   Edit Image button not working for attachment.<\\/li>\\n<li>Bug fix:      JIRA WPB-3387   Loading GridBlocks just spins.<\\/li>\\n<li>Update:       JIRA WPB-3352   Purchase coins through BoldGrid Central.<\\/li>\\n<li>Update:       JIRA WPB-3355   Add data-image-url attribute.<\\/li>\\n<li>Update:       JIRA WPB-3382   More descriptive creative commons icon.<\\/li>\\n<li>Update:       JIRA WPB-3384   Add License details to attachment details.<\\/li>\\n<li>Update:       JIRA WPB-3383   Filter out boldgrid-gridblock-set-preview-page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3318   When forcing a preferred form plugin install, first check if plugin is installed before trying to activate.<\\/li>\\n<li>Bug fix:      JIRA WPB-3312   Ensure activation of preferred form plugin.  Added filter for preferred slug.<\\/li>\\n<li>Bug fix:      JIRA WPB-3317   New page from GridBlocks not working.<\\/li>\\n<li>Update:       JIRA WPB-3252   Disable \'default\' category and configure \'showcase\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-3332   New from gridblocks button not showing.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.8<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3200   Added WPForms support.<\\/li>\\n<li>Update:       JIRA WPB-3292   Updated plugin URI.<\\/li>\\n<li>Update:   JIRA WPB-3296 Add Inspirations as first menu item child.<\\/li>\\n<li>Bug Fix:  JIRA WPB-3274 Plugins > Add New Updates fail in modals.<\\/li>\\n<li>New feature:  JIRA WPB-3293   Resize images during deployment vs imgr server.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.7<\\/h4>\\n\\n<ul>\\n<li>Update:      JIRA WPB-3243    Change feedback admin notice display frequency.<\\/li>\\n<li>Update:      JIRA WPB-3264 Adding twitch social media option.<\\/li>\\n<li>New Feature: Added BoldGrid Library to plugin.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3179   Gradient style being lost during normal deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-3180   Open WordPress\\/BoldGrid links in attribution page in new tab.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3161   Fixed auto plugin update.<\\/li>\\n<li>Bug fix:      JIRA WPB-3162   Fixed issue creating .htaccess file in deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-3171   As an author, when installing a site I do not want background images to be processed.<\\/li>\\n<li>Bug fix:      JIRA WPB-3176   Background gradient \\/ url bug during deplyment.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3151   Added check and load before using get<em>plugin<\\/em>data() for updates.<\\/li>\\n<li>Bug fix:      JIRA WPB-3141   Fixed invalid updates for BoldGrid Prime theme.<\\/li>\\n<li>Bug fix:      JIRA WPB-3158   Deployment\'s gallery updates are not saved.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3106   As an Author, I can set background images for elements.<\\/li>\\n<li>New feature:  JIRA WPB-3095   Update generic builds to display per theme channel.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2745   Fixed upgrade notices displaying when activation version was not recorded.<\\/li>\\n<li>Update:       JIRA WPB-3019   Updating attribution link creation.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.1<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3044   Automatically get Unsplash attribution.<\\/li>\\n<li>Update:       JIRA WPB-3043   Updating plugin description.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3232   Deploy Staging menu item missing.<\\/li>\\n<li>Bug fix:      JIRA WPB-3233   BoldGrid Connect Search missing from new image widget.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2936   Updating YouTube videos for BoldGrid Dashboard\'s new release.<\\/li>\\n<li>Bug fix:      JIRA WPB-2927   Social media menu disappears.<\\/li>\\n<li>Update:       JIRA WPB-2949   Configure blog using categories.<\\/li>\\n<li>Bug fix:      JIRA WPB-2950   Added max height for reseller logos on login page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2925   Sidebar widgets don\'t match between preview and installed site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2951   Images in staging posts not being downloaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2955   Backwards compatibility - maps taking up 200px empty space.<\\/li>\\n<li>Bug fix:      JIRA WPB-2984   Attribution page 404.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2912   Fixed issue when installing plugins from the Tools Import page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2916   Inspirations deploy fatal error if an old forked plugin had the original installed.<\\/li>\\n<li>Bug fix:      JIRA WPB-2905   If installing via Author, do not update pages with survey data.<\\/li>\\n<li>Bug fix:      JIRA WPB-2910   Unterminated entity reference bug.<\\/li>\\n<li>Update:       JIRA WPB-2913   Validate email address in survey.<\\/li>\\n<li>Bug fix:      JIRA WPB-2404   iframe timeout in step 2 of Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2173   Error deleting image and redownloading.<\\/li>\\n<li>Bug fix:      JIRA WPB-2635   Start over staging affecting active site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2493   Publish private posts during staging deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-2796   Social media urls end in \\/username, go to 404s.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2892   Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).<\\/li>\\n<li>Update:       JIRA WPB-2900   Update verbiage of build coin cost.<\\/li>\\n<li>Bug fix:      JIRA WPB-2901   Scroll bars not visible on preview iframe in Chrome.<\\/li>\\n<li>Bug fix:                      Removing CTA hooks.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.7<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2819   Use switch instead of checkbox for Demo.<\\/li>\\n<li>Bug fix:      JIRA WPB-2780   Theme screenshots opening directly, rather than within gallery.<\\/li>\\n<li>Update:       JIRA WPB-2825   Adjust do not display formatting.<\\/li>\\n<li>Update:       JIRA WPB-2829   Updating hook to resolve BoldGrid SEO plugin conflicts.<\\/li>\\n<li>Update:       JIRA WPB-2837   Remove loading image after selecting theme in Gallery.<\\/li>\\n<li>Update:       JIRA WPB-2839   Minor verbiage change for Add a blog.<\\/li>\\n<li>Update:       JIRA WPB-2785   Entering words with apostrophe in it for Site title displays with a Backslash.<\\/li>\\n<li>Bug fix:      JIRA WPB-2848   Customize link takes users back to Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2527   \'New from GridBlocks\' preview page appearing in cart.<\\/li>\\n<li>Bug fix:      JIRA WPB-2862   Survey, invalid argument supplied for foreach.<\\/li>\\n<li>Bug fix:      JIRA WPB-2601   Inspirations Internet Explorer\\/ Stuck on loading themes.<\\/li>\\n<li>Bug fix:      JIRA WPB-2854   Downloading Image spinner never stops spinning.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2772   PHP warnings on deploy in WordPress 4.3.7.<\\/li>\\n<li>Bug fix:      JIRA WPB-2766   Plesk and WP-CLI were not getting private repo updates.<\\/li>\\n<li>Update:       JIRA WPB-2763   Update email and address on Contact Us page.<\\/li>\\n<li>Update:       JIRA WPB-2764   Remove option to add a map.<\\/li>\\n<li>Update:       JIRA WPB-2765   Allow iframes for preview builds.<\\/li>\\n<li>New feature:  JIRA WPB-2771   Update footer-company-details widget with survey data.<\\/li>\\n<li>New feature:  JIRA WPB-2777   Add an Install sample blog checkbox.<\\/li>\\n<li>New feature:  JIRA WPB-2778   Setup a blog during deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-2792   Staged posts (private posts) are trashed when starting over active site.<\\/li>\\n<li>Update:       JIRA WPB-2800   Ensure \'Install a blog\' works with Staging.<\\/li>\\n<li>Update:       JIRA WPB-2801   Remove milestones classes.<\\/li>\\n<li>Bug fix:      JIRA WPB-2779   Survey not working with Staging.<\\/li>\\n<li>Update:       JIRA WPB-2805   Preview builds w &amp; w\\/o blogs.<\\/li>\\n<li>New feature:  JIRA WPB-2806   Add filter for Inspirations configs.<\\/li>\\n<li>Bug fix:      JIRA WPB-2808   Do not request generic builds when requesting blog as well.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.5<\\/h4>\\n\\n<ul>\\n<li>Testing:      JIRA WPB-2744   Tested on WordPress 4.7.<\\/li>\\n<li>Update:       JIRA WPB-2376   Filter the bgtfw contact blocks.<\\/li>\\n<li>Update:       JIRA WPB-2476   Update case of Company name.<\\/li>\\n<li>Update:       JIRA WPB-2747   Update Add a map verbiage.<\\/li>\\n<li>Update:       JIRA WPB-2749   Add a map to my Contact page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2658   Fix spacing issues atop Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2751   Show all in the smaller view of inspirations doesn\'t work anymore.<\\/li>\\n<li>Bug fix:      JIRA WPB-2757   Apostrophe and other strange characters installed via Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2759   DOMDocument::loadHTML(): htmlParseEntityRef: expecting \';\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2696   Remove placeholders from survey.<\\/li>\\n<li>New feature:  JIRA WPB-2697   Update phone numbers in widgets.<\\/li>\\n<li>New feature:  JIRA WPB-2699   Use phone number entered during survey.<\\/li>\\n<li>Update:       JIRA WPB-2704   Adjust format of how social media icons are saved.<\\/li>\\n<li>New feature:  JIRA WPB-2705   Use survey social media items when creating menu.<\\/li>\\n<li>Update:       JIRA WPB-2711   Show optional message in survey.<\\/li>\\n<li>Update:       JIRA WPB-2712   Have plus sign toggle more social icons.<\\/li>\\n<li>Update:       JIRA WPB-2723   Update phone in pages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2627   Back \\/ next buttons should not be clickable.<\\/li>\\n<li>Bug fix:      JIRA WPB-2625   Behavior of last image\'s next button in Inspirations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.2<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2582   Always show arrows in Inspirations gallery.<\\/li>\\n<li>Update:       JIRA WPB-2583   Ensure first letter in theme\'s title attribute is capitalized.<\\/li>\\n<li>Update:       JIRA WPB-2599   Add placeholder for 4th step to Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2551   Duplicate images.<\\/li>\\n<li>New feature:  JIRA WPB-2603   Add initial version of survey.<\\/li>\\n<li>Bug fix:      JIRA WPB-2622   Inspirations - Step 4 - Go back button installs site.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.1<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2503   Added plugin requirements to readme.txt file.<\\/li>\\n<li>Bug fix:      JIRA WPB-2539   Fix possible duplicate connection issue notice from ajax.js call.<\\/li>\\n<li>Bug fix:      JIRA WPB-2558   Don\'t display feedback widget if user hasn\'t entered their key.<\\/li>\\n<li>Bug fix:      JIRA WPB-2559   Don\'t allow widgets to drag into welcome box area.<\\/li>\\n<li>Bug fix:      JIRA WPB-2555   Images in search results flicker.<\\/li>\\n<li>Update:       JIRA WPB-2563   Convert Attribution page to use custom post type.<\\/li>\\n<li>Update:       JIRA WPB-2568   Added fancybox and large previews to Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2570   Milestone blogname change.<\\/li>\\n<li>Update:       JIRA WPB-2574   Milestone Social Media Change.<\\/li>\\n<li>Update:       JIRA WPB-2578   Milestone Contact Info Footer Change.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2544   Disable \'Install\' button after clicking it.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.13<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2531   Javascript error checking needed for mine count.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.12<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2472   Added update notice for 1.3.<\\/li>\\n<li>Bug fix:      JIRA WPB-2486   Incorrect page count on All Pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-2467   With staging disabled, Customize goes to \\\"Change Themes\\\".<\\/li>\\n<li>Update:       JIRA WPB-2488   Remove \'Permanently delete pages instead of sending to trash\'.<\\/li>\\n<li>Update:       JIRA WPB-2490   Move default option to \'install as staging\'.<\\/li>\\n<li>Update:       JIRA WPB-2491   Add \'Customize > Active Theme\' navigation to Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2496   Require comment text in feedback form.<\\/li>\\n<li>Update:       JIRA WPB-2229   Update error reporting when purchasing images.<\\/li>\\n<li>Update:       JIRA WPB-2498   Change \'Company Name\' to theme name.<\\/li>\\n<li>Update:       JIRA WPB-2497   Add new dashboard videos.<\\/li>\\n<li>Bug fix:      JIRA WPB-2376   \'No search results\' method is not cleared in BGCS.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.11<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2468   Switching between boldgrid admin menu and standard wp menu no longer works.<\\/li>\\n<li>Bug fix:      JIRA WPB-2477   If you have an existing site non BG, no route for staging exists.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2446   Fixed missing build id passed on site install.<\\/li>\\n<li>Bug fix:      JIRA WPB-2426   Insert Gridblock button is missing.<\\/li>\\n<li>Bug fix:      JIRA WPB-2443   When starting over, I get a blank page.<\\/li>\\n<li>Bug fix:      JIRA WBP-2445   Inspirations is not fetching cached themes.<\\/li>\\n<li>Update:       JIRA WPB-2458   Update \'Recommended\' verbiage in last step of Inspirations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.9<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2420   Added EOF line breaks.<\\/li>\\n<li>Bug fix:      JIRA WPB-2387   Fixed issue with AJAX theme updates and BG theme slugs duplicated in the WP repo.<\\/li>\\n<li>Bug fix:      JIRA WPB-2324   Attribution should not show in 404 sitemap.<\\/li>\\n<li>Bug fix:      JIRA WPB-2403   No plugins recommended still showing notice.<\\/li>\\n<li>Update:       JIRA WPB-2416   Text changes for confirmation section of Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2417   Add additional text to deployment success page for staging.<\\/li>\\n<li>Bug fix:      JIRA WPB-2421   Message showing when it shouldn\'t - We\'ve recognized that you haven\'t installed...<\\/li>\\n<li>Bug fix:      JIRA WPB-2112   BoldGrid Connect Search missing for galleries.<\\/li>\\n<li>Bug fix:      JIRA WPB-2422   Fixed CSS Loading graphic animation in chrome to display properly.<\\/li>\\n<li>Bug fix:      JIRA WPB-2401   Gallery not displaying correctly in Chrome &amp;&amp; FF.<\\/li>\\n<li>Bug fix:      JIRA WPB-2423   Trying to get property of non-object in ...stock-photography.php.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2398   Error requesting free key.<\\/li>\\n<li>Bug fix:      JIRA WPB-2399   Only show feedback widget to admins.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2389   Fixed saving BoldGrid Settings.<\\/li>\\n<li>Bug fix:      JIRA WPB-2388   Removed duplicate boldgrid_activate().<\\/li>\\n<li>Update:       JIRA WPB-2390   Update verbiage for inspirations install success.<\\/li>\\n<li>Bug fix:      JIRA WPB-2391   Hide BoldGrid Welcome Panel if key isn\'t entered yet.<\\/li>\\n<li>Bug fix:      JIRA WPB-2392   If key is less than 32 char don\'t make call to validate.<\\/li>\\n<li>Bug fix:      JIRA WPB-2393   Error messages should be removed when resubmitting keys.<\\/li>\\n<li>Bug fix:      JIRA WPB-2394   Cursor for show\\/hide log should be a pointer.<\\/li>\\n<li>Update:       JIRA WPB-2395   Update login page styling.<\\/li>\\n<li>Bug fix:      JIRA WPB-2396   Remove staging from recommended plugin notices.<\\/li>\\n<li>Bug fix:      JIRA WPB-2327   Check if framework is handling plugin recommendations before recommending.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.6<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2344   Updated readme.txt for Tested up to 4.6.1.<\\/li>\\n<li>Bug fix:      JIRA WPB-2336   Load BoldGrid settings from the correct WP option (site\\/blog).<\\/li>\\n<li>Bug fix:      JIRA WPB-2248   Removed \'New From GridBlocks\' button on edit submission page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2332   Reset scroll position on step 2 of Inspirations to top.<\\/li>\\n<li>Bug fix:      JIRA WPB-2339   Remove notices from Inspirations page.<\\/li>\\n<li>Update:       JIRA WPB-2208   Removed tutorials from Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2359   Order \'Category Filter\' by category display order.<\\/li>\\n<li>Update:       JIRA WPB-2360   Sort themes by category and then order within category.<\\/li>\\n<li>Update:       JIRA WPB-2368   Read version constant from plugin file.<\\/li>\\n<li>Update:       JIRA WPB-2361   Add BoldGrid Connect Search to Editor\'s background image tool.<\\/li>\\n<li>Update:       JIRA WPB-2354   Preview button needs to always be visible in mobile view.<\\/li>\\n<li>Update:       JIRA WPB-2355   Remove extraneous \'Preview\' button.<\\/li>\\n<li>Bug fix:      JIRA WPB-2364   Inspirations not respecting theme release channel.<\\/li>\\n<li>Bug fix:      JIRA WPB-2370   Color in screenshot does not match preview.<\\/li>\\n<li>Bug fix:      JIRA WPB-2373   Duplicate themes in Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2379   Wrong budget passed when going form step 2 to step 1.<\\/li>\\n<li>Update:       JIRA WPB-2380   Remove references to tutorials in deployment congrats message.<\\/li>\\n<li>Bug fix:      JIRA WPB-2383   Image Search tab appears when clicking \'Add GridBlock\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2325   Added wrapper to handle mb<em>convert<\\/em>encoding() if mbstring is not loaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2313   Disabled GridBlocks in network admin pages.<\\/li>\\n<li>New feature:  JIRA WPB-2268   Changed to resized preview screenshots for Inspirations Design First concept.<\\/li>\\n<li>New feature:  JIRA WPB-2287   Adjust device preview buttons in step 2 to behave like those in editor.<\\/li>\\n<li>New feature:  JIRA WPB-2291   Auto install staging in final step if user chooses staging.<\\/li>\\n<li>Update:       JIRA WPB-2290   Changed \'Install\' button to \'Next\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-2289   Continuously clicking category in step 1 shuffles themes.<\\/li>\\n<li>Update:       JIRA WPB-2267   Added message to Inspirations when no generic themes are available.<\\/li>\\n<li>Update:       JIRA WPB-2315   Added error handling for malformed ajax results for call to \\/api\\/build\\/get-generic.<\\/li>\\n<li>Update:       JIRA WPB-2316   Add error handling for failures to fetch categories.<\\/li>\\n<li>Update:       JIRA WPB-2317   Add error handling for failures to fetch pagesets.<\\/li>\\n<li>Update:       JIRA WPB-2319   Check user capabilities before prompting for api key.<\\/li>\\n<li>Update:       JIRA WPB-2320   Ensure user has permission to edit page before allowing download<em>and<\\/em>insert<em>into<\\/em>page.<\\/li>\\n<li>Update:       JIRA WPB-2322   Sanitize user feedback before adding to options table.<\\/li>\\n<li>Update:       JIRA WPB-2323   Allow admin notices to be dismissed per user.<\\/li>\\n<li>Update:       JIRA WPB-2326   Update \'update\' class to utilize Admin Notices class.<\\/li>\\n<li>Update:       JIRA WPB-2327   Check user capabilities before showing admin notices.<\\/li>\\n<li>Update:       JIRA WPB-2331   Update confirmation messages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2269   Typo fix in Boldgrid<em>Inspirations<\\/em>Dependency<em>Plugins::print<\\/em>uninstalled_plugins().<\\/li>\\n<li>Bug fix:      JIRA WPB-2270   New From GridBlocks became unavailable.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-2172   For preview generic builds, added an option for identification for purges, etc.<\\/li>\\n<li>Bug fix:      JIRA WPB-2263   For preview sites under multisite, set the admin email address using the network admin email address.<\\/li>\\n<li>Bug fix:      JIRA WPB-2223   Reworked API key validation and connection issue notices, formatting.<\\/li>\\n<li>Misc:         JIRA WPB-2256   Updated readme.txt for Tested up to: 4.6.<\\/li>\\n<li>Rework:       JIRA WPB-2150   Moved API methods to a new class, formatting, and phpcs rework.<\\/li>\\n<li>Bug fix:      JIRA WPB-2224   Hide the email address field when widget is loaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2225   Fixed jQuery Migrate deprecated warning.<\\/li>\\n<li>Update:       JIRA WPB-2245   Changed feed to pull from dashboard tag on blog.<\\/li>\\n<li>Bug fix:      JIRA WPB-2265   Uncaught TypeError: IMHWPB.BaseAdmin is not a constructor.<\\/li>\\n<li>Bug fix:      JIRA WBP-2236   Errors everywhere when logging in as an Editor.<\\/li>\\n<li>Bug fix:      JIRA WPB-2234   Add current<em>user<\\/em>can checks to Boldgrid<em>Inspirations->set<\\/em>api<em>key<\\/em>callback().<\\/li>\\n<li>Bug fix:      JIRA WPB-2237   Limit ajax requests by user.<\\/li>\\n<li>Bug fix:      JIRA WPB-2240   Limit printing of configs in head.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2058   Added wrap class to the tutorials page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2184   In PHP 5.2, deactivate and die properly.<\\/li>\\n<li>New feature:                  Added BoldGrid news widget to dashboard.<\\/li>\\n<li>Bug fix:      JIRA WPB-1994   Fixed issue with WP Theme Editor not being available.<\\/li>\\n<li>New feature:                  Added BoldGrid Feedback widget.<\\/li>\\n<li>Bug fix:      JIRA WPB-2169   Connect Search defaults to smallest image size when no recommended sizes available.<\\/li>\\n<li>Bug fix:    JIRA WPB-2192 Allow bug report to correctly show parent themes if submitted.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2160   New From GridBlocks, multiple pages are installed.<\\/li>\\n<li>Update:                       Changed text of getting and entering connect keys.<\\/li>\\n<li>Security:     JIRA WPB-2151   Disabled autocomplete for API key entry fields.<\\/li>\\n<li>Bug fix:      JIRA WPB-2145   Fixing issue with theme screenshots on Chrome Ubuntu.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2119   For asset downloads, when Imagick is loaded, set the thread limit to 1.<\\/li>\\n<li>Bug fix:      JIRA WPB-2125   Fixing issue where theme was overwritten without version change.<\\/li>\\n<li>Bug fix:      JIRA WPB-2104   Go back button hides all themes (Inspirations > Add Theme).<\\/li>\\n<li>Bug fix:      JIRA WPB-2107   BoldGrid Connect Search overlapping footer (Dashboard > Media).<\\/li>\\n<li>Bug fix:      JIRA WPB-2109   Session issues when starting over and importing active site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2116   Changes to the order of images in a gallery are not saving.<\\/li>\\n<li>Bug fix:      JIRA WPB-2134   Staging\'s boldgrid_attribution option and \'Uninitialized string offset\' Notice.<\\/li>\\n<li>Bug fix:      JIRA WPB-2135   Image not replaced in Page &amp; Post Editor after using Connect Search.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2058   Added wrap class to Inspirations, so admin notices are displayed at the top.<\\/li>\\n<li>Bug fix:      JIRA WPB-2041   Fixed BoldGrid theme update check in WordPress 4.6.<\\/li>\\n<li>Testing:      JIRA WPB-2046   Tested on WordPress 4.5.3.<\\/li>\\n<li>New feature:  JIRA WPB-599    Added options for plugin and theme auto-updates via WordPress autoupdater.<\\/li>\\n<li>Update:       JIRA WPB-2008   Deploy class updated to allow for is_generic flag.<\\/li>\\n<li>Bug fix:      JIRA WPB-1950   Prevent a portait image from displaying atop \'Crop Image\' and \'Skip Cropping\' buttons.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2032   Fixed issue when activating key.  Added nonce to api key form.<\\/li>\\n<li>Rework:       JIRA WPB-2030   Updated the \\\"I don\'t have an API key\\\" section.<\\/li>\\n<li>New feature:  JIRA WPB-2029   Added TOS box to API key submission form.<\\/li>\\n<li>New feature:  JIRA WPB-1905   Added capability for auto-updates of boldgrid-inspirations by API response.<\\/li>\\n<li>Bug fix:      JIRA WPB-2002   Fixed theme update issue where upgrader says is up to date at times.<\\/li>\\n<li>Bug fix:      JIRA WPB-2006   Pdes and Homepage not installing correctly on Inpirations Theme Only installs.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.6<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1839   Users can now change their theme release channel.<\\/li>\\n<li>Security fix: JIRA WPB-1977   Validate nonce for feedback form diagnostic data callback and form submit.<\\/li>\\n<li>Bug fix:      JIRA WPB-1955   Fatal error: Class \'Boldgrid<em>Staging<\\/em>Plugin\' not found.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1914   Staged image used on Active page not showing in cart.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1886   Fixed feedback notice being displayed too often (more than a week after submitting).<\\/li>\\n<li>New feature:  JIRA WPB-1183   Refresh the Library Tab after downloading an image.<\\/li>\\n<li>Update:       JIRA WPB-1865   Update style of \'Transactions\' pages to better incorporate BoldGrid Staging\'s nav menu.<\\/li>\\n<li>Update:       JIRA WPB-1884   Passed WordPress 4.5.1 testing.<\\/li>\\n<li>Bug fix:      JIRA WPB-1855   Do not display feedback notice on update or setting pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1860   Fixed horizontal line through screenshot in step 2.<\\/li>\\n<li>Bug fix:      JIRA WPB-1863   Cart does not look for watermarked images used within staged pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1891   View \\/ Download of images within receipts not working for images purchased via Staging.<\\/li>\\n<li>Bug fix:      JIRA WPB-1893   JS errors in console when viewing attachments.<\\/li>\\n<li>Bug fix:      JIRA WPB-1900   Attribution shows in menu when menu generated using wp<em>page<\\/em>menu.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1824   Fixed order of plugin deactivation and uninstall in Start Over process.<\\/li>\\n<li>Bug fix:      JIRA WPB-1814   Fixed PHP notice in page and post editor for In Menu when there is a corrupted nav menu array.<\\/li>\\n<li>Bug fix:      JIRA WPB-1823   Fixed display of \\\"Themes\\\" H1 and the additional themes bar when choosing active or staging before installing a theme.<\\/li>\\n<li>Bug fix:      JIRA WPB-1840   Fixing thumbnail presentation in inspirations and add new theme.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.3<\\/h4>\\n\\n<ul>\\n<li>Update:               Sync version. See version 1.1.1.1.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1833   Fixed checking for previously downloaded assets in deployment when using multisite (wp-preview).<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1817   BoldGrid Connect Search: Was not being added when changing a header image in the Customizer.<\\/li>\\n<li>Rework:       JIRA WPB-1541   Removed feedback form bug report diagnostic report items.<\\/li>\\n<li>Bug fix:      JIRA WPB-1816   Fixed update class interference with the Add Plugins page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1809   Fixed undefined index \\\"action\\\" for some scenarios.  Optimized update class and addressed CodeSniffer items.<\\/li>\\n<li>Rework:       JIRA WPB-1541   Reworked admin feedback notice.<\\/li>\\n<li>Rework:       JIRA WPB-1751   Removed analysis processing and optional logging capabilities.  Added support for XHProf.<\\/li>\\n<li>Bug fix:      JIRA WPB-1805   Now adds theme update info on the Customizer Themes page.<\\/li>\\n<li>Rework:       JIRA WPB-1785   Enabled and reworked image caching for the preview server.<\\/li>\\n<li>Rework:       JIRA WPB-1751   Reworked analysis processing.<\\/li>\\n<li>Update:       JIRA WPB-1658   Storing more reliable install data through inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-1787   When not using BoldGrid menu, cart does not dynamically update total page price.<\\/li>\\n<li>Update:       JIRA WPB-1754   Remove attribution page from search results.<\\/li>\\n<li>Bug fix:      JIRA WPB-1788   webkit css missing from \'new from gridblocks\'.<\\/li>\\n<li>New feature:  JIRA WPB-1806   Add \'BoldGrid search\' tab when replacing an image.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:                      Fixing logo display on login screen.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:                      Fixed analysis include for preview server.<\\/li>\\n<li>Bug fix:                      New From GridBlocks: Asset download issues.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1751   Added analysis processing and optional logging capabilities.<\\/li>\\n<li>Bug fix:      JIRA WPB-1781   Removed boldgrid<em>dismissed<\\/em>admin_notices from Start Over cleanup.<\\/li>\\n<li>New feature:  JIRA WPB-1541   Added feedback notice.<\\/li>\\n<li>Bug fix:      JIRA WPB-1747   New From GridBlocks: For non BoldGrid themes, only load grid css.<\\/li>\\n<li>Bug fix:      JIRA WPB-1760   New From GridBlocks: Ensure page title shows on preview page.<\\/li>\\n<li>Update:       JIRA WPB-1779   New From GridBlocks: Update verbiage for \'Downloading GridBlocks\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.12.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1710   Fixed missing device preview tabs on Add New Theme preview modal.<\\/li>\\n<li>Bug fix:      JIRA WPB-1710   Fixed notice dismissal checking.<\\/li>\\n<li>Bug fix:      JIRA WPB-1749   On start over, staging menus are not deleted.<\\/li>\\n<li>Bug fix:      JIRA WPB-1755   Gallery images not showing in cart.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.12<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1740   Fixed \\\"In Menu\\\" messages in editor when staging plugin is not active, and fixed saving menu selections.<\\/li>\\n<li>New feature:  JIRA WPB-1726   Added optional feedback for GridBlock Add Page.<\\/li>\\n<li>Removed Ft:   JIRA WPB-1710   Removed Inspirations Add Pages; replaced by GridBlocks.<\\/li>\\n<li>Misc:         JIRA WPB-1361   Added license file.<\\/li>\\n<li>New feature:                  Don\'t assign footer contact widget if using base pagesets.<\\/li>\\n<li>Bug Fix:      JIRA WPB-1732   Fixing css issues on login screen (firefox).<\\/li>\\n<li>Bug Fix:      JIRA WPB-1687   Image search: Title, Caption, Alt Text and Description do not display on new pages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.11<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1699   Added optional feedback for theme activation.<\\/li>\\n<li>New feature:  JIRA WPB-1690   Adding BoldGrid themes to All themes install menu.<\\/li>\\n<li>Bug fix:      JIRA WPB-1686   Limited items loaded in network admin pages.<\\/li>\\n<li>Improvement:  JIRA WPB-1604   Added a \\\"Cancel\\\" link to the \\\"In Menu\\\" section.<\\/li>\\n<li>Improvement:  JIRA WPB-1603   Display menu locations in the editor \\\"In Menu\\\" section.<\\/li>\\n<li>Bug fix:      JIRA WPB-1602   Corrected capitalization of \\\"None\\\" under \\\"In menu\\\" in the editor.<\\/li>\\n<li>Improvement:  JIRA WPB-1664   Gets api<em>key and site<\\/em>hash from configs instead of get_option.<\\/li>\\n<li>Bug fix:      JIRA WPB-1597   Fixing indefined index error<\\/li>\\n<li>New feature:  JIRA WPB-1649   Added reporting of PHP version and mobile ratio.<\\/li>\\n<li>Bug fix:      JIRA WPB-1598   \'Mine\' count on \'all pages\' is incorrect.<\\/li>\\n<li>Bug fix:      JIRA WPB-1647   JS error with easy-attachment-preview-size.js.<\\/li>\\n<li>Bug fix:      JIRA WPB-1651   When the BG menu is turned off, Appearance link should take you to themes.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1632   Fixed handling of subcategory<em>id in deploy<\\/em>page_sets.<\\/li>\\n<li>New feature:  JIRA WPB-1510   Moved adhoc functions.php to class-boldgrid-inspirations-utility.php (class Boldgrid<em>Inspirations<\\/em>Utility).<\\/li>\\n<li>Rework:       JIRA WPB-1553   Updated require and include statements for standards.<\\/li>\\n<li>Bug fix:      JIRA WPB-1563   Updated pages in which wp<em>iframe-media<\\/em>upload.css is loaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-1549   Resolve attribution page missing attribution for several images.png.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:                      Add GridBlock Sets feature disabled.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Fixed support for PHP 5.2 to deactivate plugin.<\\/li>\\n<li>Bug fix:                      Prevent click of links in add<em>new<\\/em>page_selection previews.<\\/li>\\n<li>Bug fix:      JIRA WPB-1554   Fixed undefined JavaScript variable pagenow for customizer link.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1554   Fixed theme link in network dashboard nav menu.<\\/li>\\n<li>Bug fix:      JIRA WPB-1590   Fixed JavaScript error for undefined screen info in network dashboard.<\\/li>\\n<li>Bug fix:      JIRA WPB-1535   Fixed theme deployment issues.<\\/li>\\n<li>New feature:  JIRA WPB-1584   Added an opt-out feedback payload delivery system.<\\/li>\\n<li>New feature:  JIRA WPB-1580   Added optional feedback for customizer_start.<\\/li>\\n<li>Bug fix:      JIRA WPB-1571   Removed plugin dependency admin notice when editing an attachment (image).<\\/li>\\n<li>New feature:  JIRA WPB-1579   Added feedback opt-out in BoldGrid Settings, hidden for now.<\\/li>\\n<li>Bug fix:      JIRA WPB-1575   Addressed an issue causing mismatch color palettes on cached previews<\\/li>\\n<li>New feature:  JIRA WPB-1514   Add new pages offers page templates to choose from.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.8.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Fixed PHP version check condition (&lt;5.3).<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1561   Fixed missing get<em>plugin<\\/em>data on update calls.<\\/li>\\n<li>New feature:  JIRA WPB-1511   Added dependency plugin notice on editor pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1553   Added support for <strong>DIR<\\/strong> in PHP &lt;=5.2.<\\/li>\\n<li>Bug fix:      JIRA WPB-1371   JSON encoded image data for media download requests.<\\/li>\\n<li>New feature:  JIRA WPB-1332   Swapping loading GIF to CSS loading image.<\\/li>\\n<li>New feature:  JIRA WPB-1072   Storing static pages on install<\\/li>\\n<li>New feature:  JIRA WPB-1539   When deleting a page, remove it from any applicable menus as well.<\\/li>\\n<li>New feature   JIRA WPB-1542   Manage menu assignment within editor.<\\/li>\\n<li>New feature   JIRA WPB-1555   Add wp-image-## class to images during deployment.<\\/li>\\n<li>New feature   JIRA WPB-1557   Add wp-image-## class to images when adding gridblocks.<\\/li>\\n<li>Bug fix:      JIRA WPB-1506   Theme naming missing in preview.<\\/li>\\n<li>Bug fix:      JIRA WPB-1443   Extra page listed under \'Mine\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-1560   Install options not available on preview server<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.7<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1533   Ensured activation data is sent after first login.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.7<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1533   Ensured activation data is sent after first login.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.6<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1411   Added more output to the deploy log.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1462   Fixed position of dependency plugins admin notice.  Also limited to Dashboard and plugins page.<\\/li>\\n<li>Bug fix:      JIRA WPB-1290   Fixing issues with galleries leaving empty spaces<\\/li>\\n<li>Bug fix:      JIRA WPB-1471   Made deployment plugin installation respect release channel.<\\/li>\\n<li>Rework:       JIRA WPB-1452   Remove unneeded call to \'boldgrid<em>activate<\\/em>framework\' during deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-946    Fixed margin bug on step 2 additional themes.<\\/li>\\n<li>Bug fix:      JIRA WPB-1384   Increase width of select input on image search modal.<\\/li>\\n<li>Bug fix:      JIRA WPB-1508   BoldGrid Image search box size is inconsistent.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1442   Fixing inspiration border styles for wordpress 4.4<\\/li>\\n<li>Bug fix:      JIRA WPB-1461   Updating login button styles for wordpress 4.4<\\/li>\\n<li>Bug fix:      JIRA WPB-1411   Added initialization and checks for empty image queues in deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-1406   Attribution page still showing in \'All Pages\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-1451   Active images are showing in Staging attribution page.<\\/li>\\n<li>Bug fix:      JIRA WPB-1466   Tabs on tutorials page too small at 1035px - 1482px.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1363   Updated readme.txt for WordPress standards.<\\/li>\\n<li>New feature:  JIRA WPB-1389   When starting over theme mods are saved with a flag to recompile sass<\\/li>\\n<li>Bug fix:      JIRA WPB-1420   Content of Attribution page is overwriting page saves.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1395   Adjusted theme update data; now gets theme uri from theme style.css, download url from api data.<\\/li>\\n<li>Rework        JIRA WPB-1374   Updated activation timestamp to use GMT\\/UTC.<\\/li>\\n<li>Bug fix:      JIRA WPB-1377   Reseller option is now set on first call to either the front end or wp_login.<\\/li>\\n<li>Bug fix:                      Adjusted handling for image purchases when errors occur.<\\/li>\\n<li>Bug fix:      JIRA WPB-1365   Purchase link on editing a page goes to wrong link.<\\/li>\\n<li>Bug fix:      JIRA WPB-1368   Inspirations step 0 text refers to nonexisting help tabs.<\\/li>\\n<li>Rework:       JIRA WPB-1378   Adjusted formatting of footer in Dashboard.<\\/li>\\n<li>Rework:       JIRA WPB-1369   Update minus signs on \'Transaction History\'.<\\/li>\\n<li>New feature:  JIRA WPB-1379   On the transactions page, show the reseller that processed the credits.<\\/li>\\n<li>Bug fix:                      Count of \'All\' pages inaccurate on \'All pages\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-1367   Updated link for \'Lost your BoldGrid Connect Key?\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1374   Updated activation timestamp to include timezone in UTC.<\\/li>\\n<li>Bug fix:                      Attribution page shows style tags.<\\/li>\\n<li>Bug fix:                      Strict Standards fix for wp<em>kses<\\/em>allowed_html.<\\/li>\\n<li>Bug fix:                      Fixed incorrect link.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0<\\/h4>\\n\\n<ul>\\n<li>Initial public release.<\\/li>\\n<\\/ul>\\n\",\"upgrade_notice\":\"<h4>1.3<\\/h4>\\n\\n<p>Version 1.3 has been released with a redesigned Inspiration phase. For more information on this change and others, please visit our blog at https:\\/\\/www.boldgrid.com\\/boldgrid-1-3-released\\/ .<\\/p>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<p>Users should upgrade to version 1.0.2 to ensure proper BoldGrid theme updates.<\\/p>\\n\"}\";s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:10506:\"{\"4.9.5\":{\"1.5.6\":[100,95]},\"4.9.4\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.9.3\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.9.2\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.9.1\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.8.6\":{\"1.5.6\":[100,95]},\"4.8.5\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.8.4\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.8.3\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.8.2\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.8\":{\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.9\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.8\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.6\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.10\":{\"1.5.6\":[100,95]},\"4.7.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.8\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.11\":{\"1.5.6\":[100,95]},\"4.6.10\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.12\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.11\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.10\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.4.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.4.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.4.10\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.3.1\":{\"0.29\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5\":[100,12],\"1.0.6\":[100,12],\"1.0.7\":[100,12],\"1.0.8.1\":[100,12],\"1.0.9.1\":[100,12],\"1.0.9.2\":[100,12],\"1.0.10\":[100,12],\"1.0.11\":[100,12],\"1.0.12.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2.1\":[100,12],\"1.1.2.3\":[100,12],\"1.1.1.1\":[100,12],\"1.1.3\":[100,12],\"1.1.4\":[100,12],\"1.1.5\":[100,12],\"1.1.6\":[100,12],\"1.1.7\":[100,12],\"1.1.8\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.4\":[100,12],\"1.2.5\":[100,12],\"1.2.8\":[100,12],\"1.2.9\":[100,12],\"1.2.11\":[100,12],\"1.2.13\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.3.6\":[100,12],\"1.3.7\":[100,12],\"1.3.8\":[100,12],\"1.3.9\":[100,12],\"1.3.10\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,12],\"1.4.4\":[100,12],\"1.4.5\":[100,12],\"1.4.6\":[100,12],\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:113:\"{\"inspiration\":\"Inspiration\",\"customization\":\"Customization\",\"build\":\"Build\",\"create\":\"Create\",\"design\":\"Design\"}\";s:7:\"banners\";s:151:\"{\"low\":\"//repo.boldgrid.com/assets/banner-inspirations-banner-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-inspirations-banner-1544x500.png\"}\";s:6:\"editor\";O:8:\"stdClass\":3:{s:7:\"version\";s:7:\"1.6.0.2\";s:5:\"title\";s:15:\"BoldGrid Editor\";s:8:\"asset_id\";s:6:\"900312\";}s:7:\"staging\";O:8:\"stdClass\":3:{s:7:\"version\";s:5:\"1.5.1\";s:5:\"title\";s:16:\"BoldGrid Staging\";s:8:\"asset_id\";s:6:\"876738\";}s:14:\"theme_versions\";O:8:\"stdClass\":22:{s:2:\"26\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.19.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931878;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-uptempo-1.19.1.zip\";}s:2:\"28\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931874;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-diced-1.24.1.zip\";}s:2:\"29\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931870;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-evolv-1.24.1.zip\";}s:2:\"30\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.19.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931865;s:7:\"package\";s:63:\"https://repo.boldgrid.com/themes/boldgrid-florentine-1.19.1.zip\";}s:2:\"31\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931862;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-hifidel-1.24.1.zip\";}s:2:\"32\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931858;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-hydra-1.24.1.zip\";}s:2:\"33\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931855;s:7:\"package\";s:57:\"https://repo.boldgrid.com/themes/boldgrid-linx-1.24.1.zip\";}s:2:\"34\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931853;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-pavilion-1.24.1.zip\";}s:2:\"35\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931850;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-primas-1.24.1.zip\";}s:2:\"36\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.19.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931847;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-resolve-1.19.1.zip\";}s:2:\"38\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931844;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-vacation-1.24.1.zip\";}s:2:\"40\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931841;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-gridone-1.24.1.zip\";}s:2:\"42\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.17.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931839;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-venetian-1.17.1.zip\";}s:2:\"43\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.17.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931836;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-haven-1.17.1.zip\";}s:2:\"44\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.15.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931832;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-wedge-1.15.1.zip\";}s:2:\"45\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.14.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931828;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-monument-1.14.1.zip\";}s:2:\"48\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931824;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-callaway-1.2.1.zip\";}s:2:\"49\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931819;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-swifty-1.2.1.zip\";}s:2:\"50\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931815;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-cobalt-1.2.1.zip\";}s:2:\"51\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931812;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-westview-1.2.1.zip\";}s:2:\"52\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"0.3.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931810;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-lattice-0.3.1.zip\";}s:2:\"99\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:10:\"2018-05-22\";s:8:\"asset_id\";i:931815;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-cobalt-1.2.1.zip\";}}s:9:\"site_hash\";s:32:\"8120a886d5cecf3c1208f41a7eebc85f\";s:13:\"wporg_plugins\";O:8:\"stdClass\":2:{s:6:\"editor\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:56:\"https://plugins.svn.wordpress.org/post-and-page-builder/\";s:11:\"package_url\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.7.4.zip\";s:4:\"slug\";s:21:\"post-and-page-builder\";s:8:\"old_slug\";s:15:\"boldgrid-editor\";s:5:\"title\";s:21:\"Post and Page Builder\";s:7:\"version\";s:5:\"1.7.4\";}s:3:\"seo\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:52:\"https://plugins.svn.wordpress.org/boldgrid-easy-seo/\";s:11:\"package_url\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.5.1.zip\";s:4:\"slug\";s:17:\"boldgrid-easy-seo\";s:8:\"old_slug\";s:12:\"boldgrid-seo\";s:5:\"title\";s:17:\"BoldGrid Easy SEO\";s:7:\"version\";s:5:\"1.5.1\";}}s:9:\"is_author\";b:0;}}s:14:\"license_status\";b:1;s:7:\"updated\";i:1527278277;}','no'),(154,'boldgrid_api_key','09b1604bd74580423f8061ff1cac1c01','yes'),(153,'boldgrid_site_hash','8120a886d5cecf3c1208f41a7eebc85f','yes'),(297,'ninja_forms_load_deprecated','1','yes'),(24364,'_transient_timeout_feed_052500b17b6986c854ef52a9542abd78','1527291912','no'),(24365,'_transient_feed_052500b17b6986c854ef52a9542abd78','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:22:\"\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:11:\" | BoldGrid\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.boldgrid.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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 May 2018 22:36: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:\"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.9.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:\"\";}}s:4:\"item\";a:1:{i:0;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:49:\"Adding a PDF to Your WordPress Site with BoldGrid\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://www.boldgrid.com/blog/how-to/adding-a-pdf-to-your-wordpress-site-with-boldgrid/\";s: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:95:\"https://www.boldgrid.com/blog/how-to/adding-a-pdf-to-your-wordpress-site-with-boldgrid/#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:\"Sat, 27 Jan 2018 01:02:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"How To\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"dashboard\";s: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:20:\"Page and Post 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:\"\";}i:4;a:5:{s:4:\"data\";s:12:\"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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://www.boldgrid.com/?p=14240\";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:811:\"<img width=\"150\" height=\"150\" src=\"https://www.boldgrid.com/wp-content/uploads/2018/01/PDF-Feature-150x150.gif\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"float: left; margin-right: 5px;\" srcset=\"https://www.boldgrid.com/wp-content/uploads/2018/01/PDF-Feature-150x150.gif 150w, https://www.boldgrid.com/wp-content/uploads/2018/01/PDF-Feature-48x48.gif 48w, https://www.boldgrid.com/wp-content/uploads/2018/01/PDF-Feature-300x300.gif 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" />Adding a PDF to your WordPress site with BoldGrid is as easy as drag-and-drop. Thanks to the Page Builder plugin, you can add or update pages in the Page and Post Editor quickly, so you can get back to the important stuff sooner.&#160; Log in to your WordPress admin dashboard to get started. Next, click [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Kyleigh Fitzgerald\";s: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:13026:\"<img width=\"150\" height=\"150\" src=\"https://www.boldgrid.com/wp-content/uploads/2018/01/PDF-Feature-150x150.gif\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"float: left; margin-right: 5px;\" srcset=\"https://www.boldgrid.com/wp-content/uploads/2018/01/PDF-Feature-150x150.gif 150w, https://www.boldgrid.com/wp-content/uploads/2018/01/PDF-Feature-48x48.gif 48w, https://www.boldgrid.com/wp-content/uploads/2018/01/PDF-Feature-300x300.gif 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" /><div class=\"boldgrid-section\">\n<div class=\"container-fluid\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p><span style=\"font-weight: 400;\">Adding a PDF to your WordPress site with BoldGrid is as easy as drag-and-drop. Thanks to the Page Builder plugin, you can add or update pages in the Page and Post Editor quickly, so you can get back to the important stuff sooner.&nbsp;</span></p>\n<p class=\"\"><span id=\"more-14240\"></span></p>\n<p><span style=\"font-weight: 400;\">Log in to your WordPress admin dashboard to get started. Next, c</span>lick on &#8220;Pages&#8221; from the left-hand sidebar. Then, choose &#8220;All Pages&#8221; and select the page you would like to edit. Alternatively, you can add a new, blank page.</p>\n<p><a href=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Blank-Page.png\"><img class=\"alignnone size-full wp-image-14241\" src=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Blank-Page.png\" alt=\"\" width=\"1903\" height=\"957\" srcset=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Blank-Page.png 1903w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Blank-Page-300x151.png 300w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Blank-Page-768x386.png 768w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Blank-Page-1024x515.png 1024w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Blank-Page-250x126.png 250w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Blank-Page-550x277.png 550w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Blank-Page-800x402.png 800w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Blank-Page-358x180.png 358w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Blank-Page-597x300.png 597w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Blank-Page-994x500.png 994w\" sizes=\"(max-width: 1903px) 100vw, 1903px\" /></a></p>\n<h2><b>Adding a PDF Using BoldGrid’s Page and Post Editor</b></h2>\n<p>The Page and Post Editor&#8217;s simple functionality makes adding things like an <a style=\"background-color: #ffffff;\" href=\"https://www.boldgrid.com/blog/how-to/adding-and-embedding-videos-with-boldgrid/\">embedded video</a>as easy as copy-and-paste, and drag-and-drop. If you have started a new page, give the page a title and fill in surrounding content that explains why the site visitor should download the PDF.</p>\n<p><span style=\"font-weight: 400;\">Next, simply click the location on your webpage where you would like the uploaded&nbsp;PDF to appear. Either drag the PDF file to the spot or click &#8220;Add Media&#8221; at the top to view your media library. </span></p>\n<p>If you dragged the file into the editor, the PDF will display in your media library already. If you chose&nbsp;to click the &#8220;Add Media&#8221; button, click &#8220;Upload File&#8221; and select the appropriate file from your&nbsp;hard drive.</p>\n<p><a href=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Click-Select-Files-in-WordPress-Media-Library.png\"><img class=\"alignnone size-full wp-image-14242\" src=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Click-Select-Files-in-WordPress-Media-Library.png\" alt=\"\" width=\"1903\" height=\"957\" srcset=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Click-Select-Files-in-WordPress-Media-Library.png 1903w, https://www.boldgrid.com/wp-content/uploads/2018/01/Click-Select-Files-in-WordPress-Media-Library-300x151.png 300w, https://www.boldgrid.com/wp-content/uploads/2018/01/Click-Select-Files-in-WordPress-Media-Library-768x386.png 768w, https://www.boldgrid.com/wp-content/uploads/2018/01/Click-Select-Files-in-WordPress-Media-Library-1024x515.png 1024w, https://www.boldgrid.com/wp-content/uploads/2018/01/Click-Select-Files-in-WordPress-Media-Library-250x126.png 250w, https://www.boldgrid.com/wp-content/uploads/2018/01/Click-Select-Files-in-WordPress-Media-Library-550x277.png 550w, https://www.boldgrid.com/wp-content/uploads/2018/01/Click-Select-Files-in-WordPress-Media-Library-800x402.png 800w, https://www.boldgrid.com/wp-content/uploads/2018/01/Click-Select-Files-in-WordPress-Media-Library-358x180.png 358w, https://www.boldgrid.com/wp-content/uploads/2018/01/Click-Select-Files-in-WordPress-Media-Library-597x300.png 597w, https://www.boldgrid.com/wp-content/uploads/2018/01/Click-Select-Files-in-WordPress-Media-Library-994x500.png 994w\" sizes=\"(max-width: 1903px) 100vw, 1903px\" /></a></p>\n<p>When you see your PDF displayed and selected in your WordPress Media Library, give that file an appropriate title and a meta description. Adding a meta description for items like a PDF is a search engine optimization (SEO) best practice, and can lead to better search results for your page. Remember to add a title for your PDF document, as that text will display on your page and in search results so visitors know what it is. By labeling your file definitively, it will rank higher on the web when people search for those keywords and garner more clicks.&nbsp;</p>\n<p><a href=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Meta-Description-to-your-PDF-is-important.png\"><img class=\"alignnone size-full wp-image-14243\" src=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Meta-Description-to-your-PDF-is-important.png\" alt=\"Adding a Meta Description to your PDF is important\" width=\"1903\" height=\"957\" srcset=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Meta-Description-to-your-PDF-is-important.png 1903w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Meta-Description-to-your-PDF-is-important-300x151.png 300w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Meta-Description-to-your-PDF-is-important-768x386.png 768w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Meta-Description-to-your-PDF-is-important-1024x515.png 1024w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Meta-Description-to-your-PDF-is-important-250x126.png 250w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Meta-Description-to-your-PDF-is-important-550x277.png 550w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Meta-Description-to-your-PDF-is-important-800x402.png 800w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Meta-Description-to-your-PDF-is-important-358x180.png 358w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Meta-Description-to-your-PDF-is-important-597x300.png 597w, https://www.boldgrid.com/wp-content/uploads/2018/01/Adding-a-Meta-Description-to-your-PDF-is-important-994x500.png 994w\" sizes=\"(max-width: 1903px) 100vw, 1903px\" /></a></p>\n<p><span style=\"font-weight: 400;\">After filling out the information you find necessary for this PDF, click the blue “Insert&nbsp;Into Page” button in the bottom right corner of your media library. </span></p>\n<p>The PDF will then display in hyperlinked text, making it more apparent to web visitors that they can download it.</p>\n<p><a href=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Example-of-a-PDF-File-Hyperlinked.png\"><img class=\"alignnone size-full wp-image-14245\" src=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Example-of-a-PDF-File-Hyperlinked.png\" alt=\"\" width=\"1903\" height=\"908\" srcset=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Example-of-a-PDF-File-Hyperlinked.png 1903w, https://www.boldgrid.com/wp-content/uploads/2018/01/Example-of-a-PDF-File-Hyperlinked-300x143.png 300w, https://www.boldgrid.com/wp-content/uploads/2018/01/Example-of-a-PDF-File-Hyperlinked-768x366.png 768w, https://www.boldgrid.com/wp-content/uploads/2018/01/Example-of-a-PDF-File-Hyperlinked-1024x489.png 1024w, https://www.boldgrid.com/wp-content/uploads/2018/01/Example-of-a-PDF-File-Hyperlinked-250x119.png 250w, https://www.boldgrid.com/wp-content/uploads/2018/01/Example-of-a-PDF-File-Hyperlinked-550x262.png 550w, https://www.boldgrid.com/wp-content/uploads/2018/01/Example-of-a-PDF-File-Hyperlinked-800x382.png 800w, https://www.boldgrid.com/wp-content/uploads/2018/01/Example-of-a-PDF-File-Hyperlinked-377x180.png 377w, https://www.boldgrid.com/wp-content/uploads/2018/01/Example-of-a-PDF-File-Hyperlinked-629x300.png 629w, https://www.boldgrid.com/wp-content/uploads/2018/01/Example-of-a-PDF-File-Hyperlinked-1048x500.png 1048w\" sizes=\"(max-width: 1903px) 100vw, 1903px\" /></a></p>\n<p><span style=\"font-weight: 400;\">If you want to edit the URL linked to your PDF document, click on the link in your Page and Post Editor, then select the pencil button in the bottom left corner.</span></p>\n<p><a href=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-link.png\"><img class=\"alignnone size-full wp-image-14244\" src=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-link.png\" alt=\"\" width=\"1903\" height=\"908\" srcset=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-link.png 1903w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-link-300x143.png 300w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-link-768x366.png 768w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-link-1024x489.png 1024w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-link-250x119.png 250w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-link-550x262.png 550w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-link-800x382.png 800w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-link-377x180.png 377w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-link-629x300.png 629w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-link-1048x500.png 1048w\" sizes=\"(max-width: 1903px) 100vw, 1903px\" /></a></p>\n<p><span style=\"font-weight: 400;\">You can either edit the link and click &#8220;Apply,&#8221; or you can click on the gear button to see more link options. </span></p>\n<p><span style=\"font-weight: 400;\"><a href=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-Link-Options.png\"><img class=\"alignnone size-full wp-image-14246\" src=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-Link-Options.png\" alt=\"\" width=\"1903\" height=\"908\" srcset=\"https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-Link-Options.png 1903w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-Link-Options-300x143.png 300w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-Link-Options-768x366.png 768w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-Link-Options-1024x489.png 1024w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-Link-Options-250x119.png 250w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-Link-Options-550x262.png 550w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-Link-Options-800x382.png 800w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-Link-Options-377x180.png 377w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-Link-Options-629x300.png 629w, https://www.boldgrid.com/wp-content/uploads/2018/01/Editing-a-PDF-Link-Options-1048x500.png 1048w\" sizes=\"(max-width: 1903px) 100vw, 1903px\" /></a></span></p>\n<p>Edit the information you want to change, then select &#8220;Update&#8221; in the bottom right corner to save those changes.</p>\n<p>Finally, save the draft and select either &#8220;Update&#8221; if you are working with an existing page, or &#8220;Publish&#8221; if it is a new page. You will find these buttons on the right side of the admin menu.</p>\n<p><span style=\"font-weight: 400;\">Finally, to see the PDF as displayed on your site, select the &#8220;Preview Changes&#8221; button. </span></p>\n<h2><strong>Ready to Try it for Yourself?</strong></h2>\n<p>We hope that the information provided about how adding a PDF to your WordPress site with BoldGrid makes things easier while building out your website. If you have not yet, download the <a style=\"background-color: #ffffff;\" href=\"https://www.boldgrid.com/get-it-now/\">BoldGrid suite of plugins</a>or just the<a style=\"background-color: #ffffff;\" href=\"https://www.boldgrid.com/wordpress-page-builder-by-boldgrid/\">Page Builder Plugin</a>to start using your WordPress site more efficiently.</p>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container-fluid\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n\";s: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:92:\"https://www.boldgrid.com/blog/how-to/adding-a-pdf-to-your-wordpress-site-with-boldgrid/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:44:\"https://www.boldgrid.com/tag/dashboard/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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:13:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 25 May 2018 11:45:12 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"3377\";s:13:\"last-modified\";s:29:\"Thu, 24 May 2018 22:36:53 GMT\";s:12:\"x-powered-by\";s:20:\"W3 Total Cache/0.9.7\";s:4:\"link\";s:61:\"<https://www.boldgrid.com/wp-json/>; rel=\"https://api.w.org/\"\";s:13:\"cache-control\";s:14:\"max-age=172800\";s:7:\"expires\";s:29:\"Sat, 26 May 2018 22:39:49 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"content-encoding\";s:4:\"gzip\";s:15:\"referrer-policy\";s:0:\"\";s:13:\"x-proxy-cache\";s:3:\"HIT\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(277,'boldgrid_customizer_first_use','2016-12-15 16:54:20','yes'),(304,'nf_database_migrations','1','yes'),(305,'ninja_forms_settings','a:19:{s:11:\"date_format\";s:5:\"d/m/Y\";s:15:\"currency_symbol\";s:1:\"$\";s:14:\"recaptcha_lang\";s:2:\"en\";s:13:\"req_div_label\";s:80:\"Fields marked with an <span class=\"ninja-forms-req-symbol\">*</span> are required\";s:16:\"req_field_symbol\";s:18:\"<strong>*</strong>\";s:15:\"req_error_label\";s:48:\"Please ensure all required fields are completed.\";s:15:\"req_field_error\";s:24:\"This is a required field\";s:10:\"spam_error\";s:47:\"Please answer the anti-spam question correctly.\";s:14:\"honeypot_error\";s:34:\"Please leave the spam field blank.\";s:18:\"timed_submit_error\";s:31:\"Please wait to submit the form.\";s:16:\"javascript_error\";s:54:\"You cannot submit the form without Javascript enabled.\";s:13:\"invalid_email\";s:35:\"Please enter a valid email address.\";s:13:\"process_label\";s:10:\"Processing\";s:17:\"password_mismatch\";s:36:\"The passwords provided do not match.\";s:10:\"preview_id\";i:13;s:7:\"version\";s:8:\"2.9.55.2\";s:19:\"fix_form_email_from\";i:1;s:18:\"fix_field_reply_to\";i:1;s:22:\"version_2_2_25_rte_fix\";i:1;}','yes'),(306,'ninja_forms_version','2.9.55.2','yes'),(307,'_transient_timeout_nf_form_','1481907379','no'),(308,'_transient_nf_form_','O:7:\"NF_Form\":5:{s:7:\"form_id\";N;s:8:\"settings\";a:0:{}s:6:\"fields\";a:0:{}s:10:\"field_keys\";a:0:{}s:6:\"errors\";a:0:{}}','no'),(335,'boldgrid_static_pages','a:1:{s:5:\"pages\";a:2:{s:16:\"pages_in_pageset\";a:19:{i:0;O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"228\";s:16:\"page_revision_id\";s:4:\"3698\";s:10:\"page_title\";s:4:\"Home\";s:9:\"page_slug\";s:4:\"home\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:8988:\"\n<div class=\"boldgrid-section background-alpha color5-background-color color5-text-default\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<h2 class=\"color4-color\" style=\"text-align: center;\">High Quality Work</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 76px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n<img class=\"alignleft size-full bg-img bg-img-rounded-bottom-left bg-img-rounded-top-left wp-image-185\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_lqdrW2O-GKA-imhwpb-gm4el82v2qa3w1g.jpg\" alt=\"lqdrw2o-gka\" data-imhwpb-asset-id=\"695430\" width=\"900\" height=\"450\"></div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h4 class=\"color4-color\">Quality Craftsmanship</h4>\r\n<p class=\"\">Our home repair process is designed with the customer in mind. It starts with a consultation to better understand home repair needs. The project is started at a time that is convenient to the customer, and is completed in a timely fashion. We only consider a job &ldquo;well-done&rdquo; if it is completed at the highest-quality and if it exceeds our customer&rsquo;s expectations.</p>\r\n<p class=\"\">We are proud to provide homeowners with access to a multitude of home repair and property improvement services. Whether your home needs an entire bathroom renovation or simply needs a few small handyman repairs conducted, we are here to help. Call today to speak with a member of our dedicated team!</p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section background-beta color1-background-color color1-text-default\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 53px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<h2 class=\"color5-color\" style=\"text-align: center;\">The Team</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 91px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"background-color: transparent;\">\r\n\r\n<img class=\"wp-image-42 alignnone bg-img bg-img-9 aligncenter wp-image-186\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_WdJkXFQ4VHY-imhwpb-dp4e69qg87at7vt.jpg\" alt=\"wdjkxfq4vhy\" data-imhwpb-asset-id=\"695431\" width=\"400\" height=\"400\"><h4 class=\"color5-color\">Matt Davis</h4>\r\n<p class=\"\">Home Improvement Contractor</p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"background-color: transparent;\">\r\n\r\n<img class=\"wp-image-40 alignnone bg-img bg-img-9 aligncenter wp-image-187\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_UuW4psOb388-imhwpb-pollooivt47zuuw.jpg\" alt=\"uuw4psob388\" data-imhwpb-asset-id=\"695432\" width=\"400\" height=\"400\"><h4 class=\"color5-color\">Andy Miller</h4>\r\n<p class=\"\">Repair Professional</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h4 class=\"color5-color\">We&rsquo;re There for You!</h4>\r\n<p class=\"\">As the areas leading home repair business, we are proud to offer a multitude of home repair and property improvement services. Our services are cost-effective, delivered on-time, and designed to improve the value of your home.</p>\r\n<p class=\"\">In order to best serve you, our customers, we have gathered a team of engineers, architects, technicians, and even a few interior designers to work diligently on all home repair projects. Our team specializes in bringing value to your home through both indoor and outdoor home repair projects. Simply give us a call to speak with a member of our knowledgeable team today!</p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a class=\"button-primary\" href=\"#\">Contact Us </a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section background-gamma color5-background-color color5-text-default\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 48px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"color4-color\" style=\"text-align: center;\">IMPROVE YOUR VALUE</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 20px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-6\">\r\n<div>\r\n\r\n<img class=\"wp-image-35 bg-img bg-img-1 aligncenter wp-image-188\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_cpEO3HoKdKM-imhwpb-9dcaze4zxywntp4.jpg\" alt=\"cpeo3hokdkm\" data-imhwpb-asset-id=\"695433\" width=\"400\" height=\"400\"></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n\r\n<img class=\"wp-image-39 bg-img bg-img-1 aligncenter wp-image-189\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_u-9luqMJeDY-imhwpb-halsnhqrdbv8vvi.jpg\" alt=\"u-9luqmjedy\" data-imhwpb-asset-id=\"695434\" width=\"400\" height=\"400\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n\r\n<img class=\"wp-image-41 bg-img bg-img-1 aligncenter wp-image-190\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_vbUULTovNaM-imhwpb-ktdse3wiq72etqj.jpg\" alt=\"vbuultovnam\" data-imhwpb-asset-id=\"695435\" width=\"400\" height=\"400\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n\r\n<img class=\"wp-image-43 bg-img bg-img-1 aligncenter wp-image-191\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_WuQME0I_oZA-imhwpb-32du5gslf32tpi5.jpg\" alt=\"wuqme0i_oza\" data-imhwpb-asset-id=\"695436\" width=\"400\" height=\"400\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 72px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"background-color: transparent;\" class=\"\">\r\n<h4 class=\"color4-color\" style=\"text-align: center;\">Longevity of your Home!</h4>\r\n<p class=\"\" style=\"text-align: center;\">Our trusted team of designers, architects, and builders are standing by to help you improve the value of your home. Home repair services are meant to improve the longevity of your home, as we carefully conduct maintenance repairs throughout the interior and exterior of your condo, single family home, or townhouse.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 67px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"background-color: transparent;\">\r\n<h2 class=\"color5-color\" style=\"text-align: center;\">OUR SERVICES</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 92px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h4 class=\"color5-color\">Kitchen and Bath</h4>\r\n<p class=\"\">Kitchen and bath repairs! Did you know that together the kitchen and bathrooms are the most used rooms in the house? With this in mind, it comes as no surprise that the kitchen and the bath often need a few repairs.</p>\r\n&nbsp;\r\n\r\n<img class=\"wp-image-36 bg-img bg-img-1 aligncenter wp-image-192\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_K5sjajgbTFw-imhwpb-iy75mupk8hu551j.jpg\" alt=\"k5sjajgbtfw\" data-imhwpb-asset-id=\"695437\" width=\"501\" height=\"251\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h4 class=\"color5-color\">Indoor Repairs</h4>\r\n<p class=\"\">Keep your home shining at its absolute best with a few handy indoor home repairs. From electrical issues to cosmetic fixes, we can get your home ready for inspection any day of the week.</p>\r\n<p class=\"mod-space-2x\">&nbsp;</p>\r\n\r\n<h4 class=\"color5-color\">Exterior Repairs</h4>\r\n<p class=\"\">Whether you want new garage doors or the gutters are swinging from their hinges, our outdoor repair services will give your home the curb-appeal that it needs to look its best.</p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a class=\"button-primary\" href=\"#\">Read More </a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"background-color: transparent;\">\r\n\r\n<img class=\"wp-image-37 bg-img bg-img-1 aligncenter wp-image-193\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_L94dWXNKwrY-imhwpb-banh6v76jgwknhh.jpg\" alt=\"l94dwxnkwry\" data-imhwpb-asset-id=\"695438\" width=\"400\" height=\"400\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\";s:14:\"checklist_html\";N;s:6:\"layout\";s:8:\"homepage\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";s:2:\"45\";s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"0\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:1;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"67\";s:16:\"page_revision_id\";s:3:\"326\";s:10:\"page_title\";s:12:\"Blogging 101\";s:9:\"page_slug\";s:12:\"blogging-101\";s:9:\"post_type\";s:4:\"post\";s:4:\"code\";s:2358:\"<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3>Pages vs. Posts</h3>\r\n<p class=\"mod-reset\"><img class=\"alignright\" src=\"\" alt=\"clock\" data-imhwpb-asset-id=\"788447\" height=\"390\" width=\"293\" style=\"margin-bottom: 20px;\" /></p>\r\nIf you\'re new to WordPress you may be wondering what\'s the big deal behind <em><strong>Pages</strong></em> and <em><strong>Posts</strong></em>. At first glance they appear to be one and the same: if you were to create either a new page or a new post you\'d be presented with nearly identical interfaces and in many cases the public appearance of pages and posts will look the same.\r\n\r\nDon\'t let this fool you. There\'s a very fundamental difference between the two and that difference is what makes CMSs, like WordPress, great platforms for integrating blogs with traditional websites.\r\n<h4>Pages</h4>\r\nThink about the kind of pages that make up a typical website. Most often you\'ll see pages like \"Home\", \"About Us\", \"Services\", \"Contact Us\", etc. Within WordPress these are often treated as <em><strong>Pages</strong></em>; documents that have no particular regard for the time they were posted.\r\n\r\nFor example, when you visit the \"About Us\" page of your favorite company\'s website you don\'t expect the content to be very different from what was available there a week ago.\r\n\r\n<!--more Read more > -->\r\n<h4>Posts</h4>\r\nNow take a moment to think of your favorite news website. A news site is an ideal example of when you\'d expect content to be different from the last time you visited — after all, news just wouldn\'t be news if it weren\'t current. In the case of news sites, <em><strong>Posts</strong></em> are most often used to write articles.\r\n\r\nWhen you publish a post within WordPress it knows to treat the post differently than the way it treats a page. For example, when you enable a blog within your BoldGrid theme, it will list all of your published posts in reverse chronological order on your <em><strong>Blog</strong></em> page.\r\n\r\nYour BoldGrid site can contain both pages and posts, i.e. you may have an \"About Author\" page to compliment your weekly blog. When done well, utilizing pages and posts in this way can help you build a more engaging experience for your visitors.\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n\r\n</div>\r\n</div>\r\n</div>\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"0\";s:10:\"menu_order\";s:1:\"0\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"1\";}i:2;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"68\";s:16:\"page_revision_id\";s:3:\"331\";s:10:\"page_title\";s:16:\"Basic Taxonomies\";s:9:\"page_slug\";s:16:\"basic-taxonomies\";s:9:\"post_type\";s:4:\"post\";s:4:\"code\";s:1816:\"<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3>Categories and Tags</h3>\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full\" src=\"\" alt=\"desktop\" data-imhwpb-asset-id=\"788448\" height=\"450\" width=\"900\" /></p>\r\n\r\nIf you write about a variety of subjects, categories can help your readers find the posts that are most relevant to them. For instance, if you run a consulting business, you may want some of your posts to reflect work you\'ve done with previous clients, while having other posts act as informational resources. In this particular case, you can set up 2 categories: one labeled <em><strong>Projects</strong></em> and another labeled <em><strong>Resources</strong></em>. You\'d then place your posts in their respective categories.\r\n\r\n<!--more Read more > -->\r\n\r\nCategories are accessible from the post editor. There you can create new categories and assign them to your posts.\r\n\r\nTags, on the other hand, allow you to label your posts with relevant topics. For instance, within one of your resource posts you may choose to write about a set of project management tools. While you can certainly create a new category called \"Project Management Tools,\" you may not plan to write about the topic often enough to justify giving it a dedicated category. Instead, you may want to tag your post with several topics that exists within the post; e.g. <em><strong>project management tools, communication, time tracking</strong></em>, etc.\r\n\r\nWhat\'s great about tags is that they are searchable and provide your users another way to find content on your site. Anyone searching for \"project management tools\" will be able to locate any posts you\'ve tagged with those words!\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n\r\n</div>\r\n</div>\r\n</div>\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"0\";s:10:\"menu_order\";s:1:\"0\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"1\";}i:3;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"69\";s:16:\"page_revision_id\";s:4:\"1683\";s:10:\"page_title\";s:23:\"Tips For Better Writing\";s:9:\"page_slug\";s:23:\"tips-for-better-writing\";s:9:\"post_type\";s:4:\"post\";s:4:\"code\";s:1822:\"<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3>Plan Your Content</h3>\r\n<p class=\"mod-reset\"><img class=\"alignright\" src=\"\" alt=\"laptop\" data-imhwpb-asset-id=\"788449\" height=\"225\" width=\"300\" style=\"margin-bottom: 20px;\" /></p>\r\nIf you\'re considering adding a blog to your site, you\'ll want to have a plan beforehand. Planning your blog will help your subject matter remain consistent over time. It\'ll also help you determine whether or not there\'s enough material to maintain a steady stream of posts.\r\n\r\nOne pitfall many new bloggers run into is starting a blog that isn\'t posted to frequently enough. A shortage of recent posts can give your visitors a bad impression of your business. One may think \"I wonder if they’re still in business\" or \"they may want to hire a writer.\"\r\n\r\nA blog, like any other customer facing aspect of your business, communicates your brand. If it isn\'t maintained and given proper attention, people will notice. Post regularly and keep your content fresh. Give your audience a reason to visit often.\r\n<p class=\"\"><!--more Read more > --></p>\r\n \r\n<h3>Find Your Audience</h3>\r\nWhile on the topic of audiences, you\'ll likely want to identify yours early on. If your blog is going to be set up to compliment a business, your target audience will likely be the same as your consumer base; you\'re then writing for the same people that buy your product. You\'ll want to allow any marketing material you\'ve used inform the style and tone of your writing. Think of your blog as an extension of your company\'s brand.\r\n\r\nIf, on the other hand, your business is completely new or you don\'t happen to be selling anything in particular, this is the time to start thinking about your brand ...\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"0\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"0\";s:10:\"menu_order\";s:1:\"0\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"1\";}i:4;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"19\";s:16:\"page_revision_id\";s:4:\"3900\";s:10:\"page_title\";s:8:\"About Us\";s:9:\"page_slug\";s:8:\"about-us\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:6582:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Quality Over Quantity</h2>\r\n<h4>We Do It Right The First Time</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nWe\'ve all run into real estate agents who seem to always be in a hurry. They can\'t stop and take the time to make sure your needs are being met because they\'re afraid they\'ll miss out on that next big deal. At Krista Crowder Real Estate, we think buying or selling a home should be a careful, deliberate process that meets all your needs, not done so quickly that you don\'t know what happened.\r\n\r\nWe use a unique, multifaceted approach to ensure that our customers are put first, no matter what. When we opened 30 years ago, we believed in providing quality customer service to meet your family\'s needs, and we still do today. We\'re your realtor yesterday, today and tomorrow.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Our Services</a></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-194\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL0hOUXRBWG5RbEtBLzYwMHg0NTA_3D-imhwpb-ablx9xvvio15zbg.jpg\" alt=\"\" data-imhwpb-asset-id=\"780397\" width=\"600\" height=\"450\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL0hOUXRBWG5RbEtBLzYwMHg0NTA_3D-imhwpb-ablx9xvvio15zbg.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"\" class=\"wp-image-194\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/15aac840-121eaad5-archipoch120600014.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"300\" class=\"wp-image-195\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2a364632-bb434e93-zstockphotos120200012.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"300\" class=\"wp-image-196\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone size-medium wp-image-195\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/15aac840-121eaad5-archipoch120600014.jpg\" alt=\"\" data-imhwpb-asset-id=\"780398\" width=\"300\" height=\"300\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone size-medium wp-image-196\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2a364632-bb434e93-zstockphotos120200012.jpg\" alt=\"\" data-imhwpb-asset-id=\"780399\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-197\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/c9be66da-18a43969-iriana88w140800785.jpg\" alt=\"\" data-imhwpb-asset-id=\"780400\" width=\"600\" height=\"450\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Selling Your Home?</h2>\r\n<h4>Explore Your Options With Us</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nWe know there are many reasons why you need to sell your home, and some of them can be very complicated. That\'s why we discuss your options before having you sign any paperwork - we want you to be able to make the best choice for your family. Whether you\'re moving across town, out of state, across the country or around the world, we\'ll take care of you.\r\n\r\nDo you need income to pay your mortgage but don\'t want to sell while the housing market is still in a slump? No problem! We offer a variety of services. We\'ll ensure you\'ll get more visibility in a specific market to get the right price. If you\'d rather rent your home, we\'ll provide property management.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Featured Homes</a> <a class=\"button-secondary\" href=\"#\">Listings</a></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Buying a New Home?</h2>\r\n<h4>Rest Assured In Our Services</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nWe know that buying a home can be a truly nerve wracking experience. Whether you\'re looking for your first home or are downsizing because of an empty nest, we can help you find the perfect home. Do you need to step up to an executive-level luxury home? Want a quiet place in the woods to reflect during your retirement? Our access to a variety of databases ensures you\'ll be happy with your options.\r\n\r\nWe also believe in small town values and honesty. If the basement always leaks after a hard rain, we\'ll tell you. We won\'t tell you the roof is new when it\'s ten years old. You\'ll get more than you expect with exceptional service.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Our Services</a></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-198\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1ZCczFDeXcyRDU4LzYwMHg2MDA_3D-imhwpb-kvn8geljy5ro8kv.jpg\" alt=\"\" data-imhwpb-asset-id=\"780401\" width=\"600\" height=\"450\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"1\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:5;O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"135\";s:16:\"page_revision_id\";s:4:\"1947\";s:10:\"page_title\";s:8:\"About Us\";s:9:\"page_slug\";s:10:\"about-us-2\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:5400:\"\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Home &amp; Property</h2>\r\n<h4>Prolong The Life of Your Home</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nAs a Home &amp; Property business, we are proud to offer a multitude of home repair and property improvement services. Through beautifully crafted home repairs, we can help you to prolong the life of your home, fix troublesome areas, enhance curb appeal, and resolve indoor plumbing, electrical, and cosmetic issues. From small handyman tasks to larger home repair and remodeling projects, our work is designed to bring value to your home in a cost-effective and timely manner.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Our Services</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/d85de326-fd419874-breadmaker150900002.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-202\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/005fe1-34b3e14d-iriana88w150600189.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-203\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fd6f7f03-78c687fc-astragal130900019.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-204\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/7f34e5d1-47af6177-mihalis77151000007.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-205\"></p>\r\n\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/6d884e89-9b1c9983-Scovad140100012.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-206\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Outdoor Home Repairs</h2>\r\n<h4>Great Returns On Your Investment</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nOur market research has shown us that outdoor home replacement and repair projects can have up to a 72 percent return on investment. With this in mind, home owners are thinking twice before they ignore that troublesome garage door or faulty front door entrance. Instead, small and large outdoor home repairs are helping to restore curb appeal to residential homes. From chimney repairs to fencing installation, we will help you to improve the value of your home. Contact us today to learn more about our outdoor home repair services.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Take A Tour</a> <a class=\"button-secondary\" href=\"#\">View Projects</a></p>\r\n\r\n</div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Indoor Home Repairs</h2>\r\n<h4>We\'re Here to Help</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nDo you have a faucet that won\'t stop dripping? Perhaps your heating or cooling system doesn\'t seem to function like it used to? Or, maybe, there is one pesky light that always seems to flicker, no matter what light bulb you install? If your home has any of these symptoms or is in need of other non-cosmetic repairs, then we are here to help. Our indoor home repair services cover the majority of a home\'s internal systems, including: plumbing, electrical, sewer, heating, and others. We invite you to contact us to learn more about our indoor home repair capabilities.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Our Services</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/666749b3-f8aedfe5-alexandrmoroz150100032.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-207\"></p>\r\n\r\n</div>\r\n</div></div></div>\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"1\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:6;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"26\";s:16:\"page_revision_id\";s:4:\"3663\";s:10:\"page_title\";s:8:\"Featured\";s:9:\"page_slug\";s:8:\"featured\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:6431:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/d61916fa-cb172dd2-iriana88w130700005.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"1140\" class=\"wp-image-208\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/63b98bc7-5d503040-iriana88w150800613.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"200\" class=\"wp-image-209\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/3087d04c-2f752214-iriana88w170100047.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"200\" class=\"wp-image-210\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/5960e1ee-958b1b56-bialasiewicz150800915.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"200\" class=\"wp-image-211\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Mid-Century Charm</h2>\r\n<h4>Vintage Beauty Meets Modern Renovation</h4>\r\nThis lovely mid-century ranch has awesome modern details interspersed with vintage flavor. Lovingly maintained by a single family, this open, airy home provides plenty of light, lovely views of the valley and a beautiful setting amid mature, well-kept landscaping. From the fabulous tile-accented fireplace in the family room to the expansive deck, this is a fabulous find.\r\n\r\nWith three bedrooms and two full baths, a country kitchen perfect for canning and gourmet cooking, a spacious fenced backyard and full basement ready for finishing, this charmer has everything you need. Updated electrical service, new 30-year laminate flooring and new HVAC promises years of service.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Take A Tour</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 text-center col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/74c3f3a8-8b50efe7-iriana88w120700088.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"555\" class=\"wp-image-212\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-213\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/6e1ce050-00042e5e-iriana88w140800117.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Historic Opportunity</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nThis charming Queen Anne Victorian has plenty of history to enjoy. On the National Register of Historic Places, this lovely painted lady exudes southern charm.\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-214\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/7f74f52e-0276bfb2-epstock150400001.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Green Living</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nThis strawbale home is quiet and energy efficient. From the deep porch that encourages passive heating to the renewable energy system, this home is perfect for the environmentally-conscious.\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-215\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/cfc75992-84ef04db-zstockphotos130800022.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Old-World Luxury</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nIn the exclusive Tall Pines subdivision for a song! An out-of-state job requires a quick sale on this luxury home. From marble entry to the expansive master suite, you\'ll find nothing but the best.\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-216\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/eb2ae01d-b8b8211a-marcogovel131200037.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Country Masterpiece</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nBring the horses! This lovely 10-acre farm offers options for gardening, small livestock and everything country living has to offer. With 5 bedrooms and 3 baths, it has great B&amp;B potential.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"2\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:7;O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"137\";s:16:\"page_revision_id\";s:4:\"1949\";s:10:\"page_title\";s:3:\"FAQ\";s:9:\"page_slug\";s:3:\"faq\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:2825:\"\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h2>Top 10 Most Asked Home Repair Questions</h2>\nMost of our clients have a lot of questions about the home repair process. In order to start serving you with professionalism and integrity, we have gathered together the top 10 most asked questions.\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"mod-space\"></div>\n</div>\n</div>\n</div>\n</div>\n<ol><li>\n<p class=\"mce-p\"><strong>Are you licensed and insured?</strong></p>\n<p class=\"mce-p\">The short answer is \"yes.\" We are licensed, bonded, and insured.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>Do you provide free estimates?</strong></p>\n<p class=\"mce-p\">We offer the hassle-free assurance of a free project estimate.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>What kind of work do you do?</strong></p>\n<p class=\"mce-p\">We specialize in a wide-range of projects that range from small home improvement tasks, to large remodeling projects such as bathrooms, kitchens, basements, attics, and sun rooms.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>Do I have to worry about contracting with electricians, plumbers, or carpenters ?</strong></p>\n<p class=\"mce-p\">We will successfully manage all phases of the project. As needed, we also work with trusted partners, who are licensed and insured.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>What about zoning and permits?</strong></p>\n<p class=\"mce-p\">We will acquire all of the necessary zoning requirements and permits that are needed to complete your project.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>Do you provide a warranty on your work?</strong></p>\n<p class=\"mce-p\">We do provide a warranty on any work that we perform.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>How long have you been in business?</strong></p>\n<p class=\"mce-p\">We have been in business for 10 years.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>Who will be assigned as project supervisor for the job?</strong></p>\n<p class=\"mce-p\">During the home repair project, you will be assigned to a site supervisor, who will work closely with you to ensure that project goals are met on-time and at the highest quality.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>How many home repair projects have you completed in the past year?</strong></p>\n<p class=\"mce-p\">During the past year, we have conducted over 100 home repair projects.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>Have your employees been certified in remodeling or had any special education, training?</strong></p>\n<p class=\"mce-p\">Our employees are true professionals whom have taken special training and educational classes. Certifications earned include, LEED and PE.</p>\n</li>\n</ol></div>\n</div></div></div>\n\";s:14:\"checklist_html\";N;s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"2\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:8;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"25\";s:16:\"page_revision_id\";s:4:\"3664\";s:10:\"page_title\";s:4:\"Info\";s:9:\"page_slug\";s:4:\"info\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:5374:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-7 col-xs-12 col-sm-12\">\r\n<h3>Some of Our Everyday Offerings:</h3>\r\nWhen you\'re looking for a new home, it can seem like there are a world of opportunities - too many to choose from! These listings cover some properties that are similar to many others we have available.\r\n\r\nAre you looking for an inexpensive cottage to rent for additional income? A duplex to keep a closer eye on elderly relatives? A picture-perfect subdivision home? We can find the perfect home for you.\r\n\r\nAt Krista Crowder Real Estate, we match you to the perfect home, not the one we\'re trying to sell.\r\n\r\n</div>\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/872df904-2e11d45e-roseburn130600102.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-217\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e44fb60c-4f1e957d-gvictoria160800016.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"555\" class=\"wp-image-218\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Subdivision Perfection at Old Oaks</h2>\r\n<h4>Get More For Your Money</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nThis 4 bedroom 3 bath home provides plenty of high-class details for far less than you might expect. With numerous options available including fireplaces, flooring, paint and a gourmet kitchen, buy now and get your home your way in this final expansion at in-demand Old Oaks.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-217\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/872df904-2e11d45e-roseburn130600102.jpg\" alt=\"\" data-imhwpb-asset-id=\"780402\" width=\"600\" height=\"450\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Convenient to Downtown</h2>\r\n<h4>Modern Living</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nOnce a series of artists\' lofts, these older buildings have amazing architectural features. Updated electrical service, windows and HVAC provide all the charm of the industrial era with all the comforts of the modern era along with fabulous hand-crafted details.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLzAyZjNLQzN6S1BrLzYwMHg0NTA_3D-imhwpb-kseohjmebzmdss1.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"\" class=\"wp-image-219\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Country Estate</h2>\r\n<h4>Plenty of Breathing Space</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nWant the best a subdivision has to offer while still having room to breathe? This country subdivision still has several 5- and 10-acre plots with a variety of house plans available through their builder. Forest, river, field and valley, this subdivision has it all at a great price.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"3\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:9;O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"138\";s:16:\"page_revision_id\";s:4:\"3665\";s:10:\"page_title\";s:8:\"Featured\";s:9:\"page_slug\";s:10:\"featured-2\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:5746:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/0319f317-87f55a68-piovesempre150200041.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"1140\" class=\"wp-image-221\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/9ad2ea53-09e70807-iriana88w150600258.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-222\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/deff2a2d-9c4f238e-poligonchik151100017.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-223\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e6a0abd9-8f574895-bialasiewicz150700063.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-224\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Featured Home Repair Projects</h2>\r\n<h4>Add Value Anyone Can Appreciate</h4>\r\nTo help you better understand our home repair capabilities, we have gathered together a few of our featured projects. These projects represent the types of projects that we most often complete. However, it is important to note, that while we love completing large home repair projects, no task is too small for our team. Whether it is a simple repair or a complex home repair project, we firmly believe in delivering a high-quality final product that will exceed your expectations. No matter the size, all of our projects will improve the value, beauty, or functionality of your home.\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Take A Tour</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 text-center col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/f9a91811-b7823502-breadmaker160200036.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-225\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-226\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/7eb0c2a5-aadeeb4b-kosheen140600002.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|square\" width=\"200\"></p>\r\n\r\n<h2>Bath Repairs</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nBath repairs are a great way to spruce-up your home. Whether your bathroom needs new tile, shower, or tub, we are here to help!\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-227\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/af0f3dbb-746b7f43-piovesempre150400051.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|square\" width=\"200\"></p>\r\n\r\n<h2>Kitchen Repairs</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nDo you dream of cooking in a chef\'s kitchen? Kitchen repairs are a great way to increase the value of your home, while bringing fun back into your kitchen\'s style!\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-228\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/5b512ecb-73da95b7-ligonography090100010.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Outdoor Repairs</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nGarage door installation, roofing repairs, and minor aesthetic fixes are all within our wheel-well for outdoor repair services. Check-out a few of our featured works.\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-229\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/8f38c907-34b69a73-2mmedia150200981.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|square\" width=\"200\"></p>\r\n\r\n<h2>Indoor Home Repairs</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nIndoor home repairs help to keep your home highly functioning during any season. From plumbing issues to electrical problems to cosmetic fixes, we conduct a wide-array of indoor home repairs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"3\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:10;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"27\";s:16:\"page_revision_id\";s:4:\"3897\";s:10:\"page_title\";s:8:\"Services\";s:9:\"page_slug\";s:8:\"services\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:4940:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<h2>Serving Our Community</h2>\r\n<h4>Taking Care of Our Neighbors</h4>\r\nAt Krista Crowder Real Estate, we believe in serving our community. Beyond the realty and property management services we offer, we also participate in many area organizations to improve our home town. From Habitat for Humanity and Children\'s Miracle Network to Peewee baseball and Our Town Art Fair, we provide assistance to groups that serve to better our community in a wide variety of ways.\r\n\r\nFor home buyers, we offer comprehensive services as a buyer\'s agent, from arranging mortgage options and helping you evaluate a home\'s future resale potential to providing advice on negotiating your offer and walking you through the closing process.\r\n\r\nFor our home owners, we offer a variety of options in handling your home sale, from evaluating it\'s potential in the current market and marketing it to a specific audience to securing the top dollar for your home and ensuring your closing goes smoothly. We also offer comprehensive property management options if you\'re not ready to sell yet.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Take A Tour</a></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-230\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL05zcmdBeUVwVEhRLzQ1MHg2MDA_3D-imhwpb-624eetygobomcyf.jpg\" alt=\"\" data-imhwpb-asset-id=\"780403\" width=\"450\" height=\"600\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Our Services</h2>\r\n<h4>We\'re proud to offer a wide range of comprehensive services to homeowners and home buyers in our community.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-home\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Pre-Listing and Listing Service</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-line-chart\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Marketing Via Print and Internet</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-suitcase\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Property Management Service</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-clipboard\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Buyer\'s Agent Service</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-bar-chart\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Monitoring Offer Requirements</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-check-square-o\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Ensuring a Smooth Closing</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"4\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:11;O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"139\";s:16:\"page_revision_id\";s:4:\"3666\";s:10:\"page_title\";s:8:\"Listings\";s:9:\"page_slug\";s:10:\"listings-2\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:5403:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-7 col-xs-12 col-sm-12\">\r\n<h2>A Little Inspiration for Your Next Home Improvement or Repair Project</h2>\r\n<h4>Motivation Just Around The Corner</h4>\r\nHave you been driving around your neighborhood or searching Google trying to find the perfect inspiration for your latest home repair projects? If the answer is yes, then you have come to the right place! On this page you will discover a few of our recent projects. From carpentry work to adding curb appeal to a recently listed home, we have conducted a wide-array of home repair projects for happy customers all over the state. Check out the following listings, and if you still need a little inspiration, visit our Projects page, or contact us today!\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Projects</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2b65513c-5dc69e-numismarty150100024.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-231\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/be13391e-ea8e44d1-jzhuk141200003.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-232\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Carpentry</h2>\r\n<h4>Fine Workmanship</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nSometimes woodwork needs a little tender loving care. From fixing the moldings to hand carving stair banisters, we have done it all. Patience, an eye for detail, and a steady hand are a few of the qualities that make our carpentry work exceptional.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/23e03e9f-2ecb2328-lmphot170800027.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"555\" class=\"wp-image-233\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Decks and Patios</h2>\r\n<h4>Give Your Home Some Curb Appeal</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nThroughout the year, a home\'s deck and patio spaces tend to be used on a regular basis. Whether your deck needs to be rebuilt or you want to add new stones to your front patio, we are here to add a little outdoor curb appeal to your home.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section boldgrid-section-hover\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/25d366ea-afd33914-bialasiewicz160100732.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-234\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Lighting</h2>\r\n<h4>Add Life to Your Home</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nAll too often, lighting is one of those home repair projects that are overlooked. In fact, a good lighting system can transform both your indoor and outdoor spaces. Don\'t believe us? Check out our photo gallery and see how a new light installation breathed life into one of our client\'s homes!\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"4\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:12;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"24\";s:16:\"page_revision_id\";s:4:\"1954\";s:10:\"page_title\";s:3:\"FAQ\";s:9:\"page_slug\";s:5:\"faq-2\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:5190:\"\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h2>Common Questions</h2>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<ol class=\"\"><li>\n<p class=\"mce-p\"><strong>What\'s the difference between an appraisal and an assessment?</strong></p>\n<p class=\"mce-p\">An appraisal evaluates your home for its market value - it\'s something you or the buyer will need to pay for and is performed to ensure that the property\'s appraised value is in line with its purchase price. By comparison, an assessment is something done by your local or county property tax assessor, to determine the value of your property on the tax rolls. Your assessment may not reflect recent improvements you\'ve made to your home, in which case you may want to have an appraisal done to reflect the current value.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>What happens if I want to cancel my listing?</strong></p>\n<p class=\"mce-p\">If for some reason you\'re not happy with your listing, we\'re more than happy to work with you to determine the problem. We offer a standard 90-day contract in most cases to help retain flexibility as we assist our clients.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I\'m moving in from out of state - can you help me find a good home?</strong></p>\n<p class=\"mce-p\">Absolutely! We work with a number of databases and can help you find a home based on general style, square footage, number of bedrooms and baths, specific features and many other options. Contact us for more details.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I\'ve had two very different prices for my home - which one is right?</strong></p>\n<p class=\"mce-p\">You\'ve got a few different options to consider in this case. Is there a particular reason why one or the other seems off? If you\'re not sure which one is off, you can consult another realtor or have an appraisal done to determine the best figure.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>Is a home inspection really necessary?</strong></p>\n<p class=\"mce-p\">Homes, like cars, require maintenance. You don\'t want to purchase a home and then realize that the roof, electrical service or plumbing needs to be replaced after the closing is done. A home inspection helps protect you from those situations and gives you a negotiating point for repairs to be completed before or after closing.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I need my home to sell quickly, can you help me stage it?</strong></p>\n<p class=\"mce-p\">Unfortunately, we focus on the realty side of the business, but can put you in contact with several excellent home decorators.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I\'ve never bought a home before. Where do I start?</strong></p>\n<p class=\"mce-p\">Congratulations! Investing in a home is a great way to invest in your future. Consider your budget and credit - how much home can you afford? Think about personal style and what that means for the type of home you want. Are you growing your family? Consider future needs. Once you know what you need and what you want, contact us and we\'ll help you find your new home.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I\'m getting ready to retire and move out of state. What home improvements will yield the most benefit?</strong></p>\n<p class=\"mce-p\">Though it\'s hard to determine exactly what the market will do, there are some improvements that regularly pay off. Kitchen and bath improvements often have good benefit. Improving any aging systems, such as electrical, plumbing, roofing or HVAC also pays off in the long run.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I want a great house and heard purchasing a foreclosure at auction is a great way to do so. What are the risks?</strong></p>\n<p class=\"mce-p\">Unless you\'re a lawyer, you\'ll want to work with a realtor. The home may have been illegally foreclosed, could have significant damage or otherwise turn into a bad investment.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>What if there are problems with the closing?</strong></p>\n<p class=\"mce-p\">The process of buying or selling a home is stressful and closing problems sometimes occur. Entering a closing with deadlines for specific actions and knowing what happens to earnest money if problems arise can help protect you, as can having an experienced buyer\'s agent.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>Can I save money buying a home without hiring a buyer\'s agent?</strong></p>\n<p class=\"mce-p\">You can save a little money or spend much, much more. Working without an agent is like representing yourself in court - okay for small things, but not for as large a purchase as a home. A realtor makes sure everything goes smoothly.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>What if I have other questions about the sale or purchase process?</strong></p>\n<p class=\"mce-p\">Contact us! We\'ve helped thousands of home owners over the years and we\'d be delighted to help you.</p>\n</li>\n</ol></div>\n</div></div></div>\n\";s:14:\"checklist_html\";N;s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"5\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:13;O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"140\";s:16:\"page_revision_id\";s:4:\"1955\";s:10:\"page_title\";s:8:\"Projects\";s:9:\"page_slug\";s:8:\"projects\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:5461:\"\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nDo you need a little inspiration for your next indoor or outdoor home repair project? If so, you\'ve come to the right place. Our project gallery features some of our favorite home repair ventures. From bathroom repairs, to fixing the outdoor shutters and installing custom rain gutters, we have done it all. We invite you to view the gallery, take a few notes, and give us a call to get started on your next home repair undertaking. We look forward to helping you transform your home repair vision into a reality.\r\n\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/c6227983-59c95633-piovesempre150100020.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-235\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/6dffe540-0272e34b-bialasiewicz150902010.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-236\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/9c7acf7e-f564dade-piovesempre131100868.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-237\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fc381d70-1b71f8df-aaphotograph140800017.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-238\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/3df224d7-76aff1ad-bialasiewicz150601842.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-239\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/791a6b-c6628fd3-archidea101200001.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-240\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e422d0a3-bbaccf45-archidea100600003.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-241\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/47a2aec4-eec111f0-wuttichok111200263.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-242\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/80815c60-2e670cb9-hamsterman120800060.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-243\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/32043971-83308ba-bialasiewicz131100619.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-244\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/303491b0-30869ba4-piovesempre140900141.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-245\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/237aad09-a02ec1e6-jrstock160600533.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-246\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/027cb192-790d743f-habrda131100767.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-247\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/8cbcfd1a-a7590a27-epstock120600023.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-248\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/d515389e-437bfd10-antclausen080100017.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-249\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e4ae9a53-0a391a53-tammykayphoto160200094.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-250\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/affeb13a-71d74609-piovesempre130700097.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-251\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aa42ef26-30f9de56-piovesempre120500082.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-252\"></p>\r\n\r\n</div>\r\n</div>\r\n</div></div></div>\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"5\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:14;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"21\";s:16:\"page_revision_id\";s:4:\"2721\";s:10:\"page_title\";s:4:\"Tour\";s:9:\"page_slug\";s:4:\"tour\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:5473:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12 text-center\">\r\n<h2>Fabulous Homes</h2>\r\n<h4>Let Our Work Inspire your Lifestyle</h4>\r\nThey say a picture is worth a thousand words, and in real estate, it\'s often true. Take a look at some of the amazing homes we\'ve had the pleasure of finding new owners over the years. From fine architectural details to sweeping landscapes, it\'s a beautiful sight.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-253\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/bjej8BY1JYQ-imhwpb-x7tcxe9wnsq58r2.jpg\" alt=\"\" height=\"450\" width=\"1140\" data-imhwpb-asset-id=\"789481\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/bjej8BY1JYQ-imhwpb-x7tcxe9wnsq58r2.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"\" class=\"wp-image-253\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/0e901f69-50741081-oakmanphoto170600001.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-254\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2090a7e5-ae9e749b-2mmedia160600018.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-255\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/01017fe1-a252c83-epstock130300055.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-256\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/7a726062-1c468222-iriana88w140400311.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-257\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/74451549-ca4d0ea1-iriana88w120700157.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-258\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2>Need Something Perfect?</h2>\r\n<h4>We\'ll Find It For You</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nWe know that when you\'ve got your heart set on a particular type of home, nothing else will do. Our comprehensive search will find it for you.\r\nFrom fabulous historic charm to the utmost in modern convenience, we can find exactly what you need and want, arrange a viewing and get the paperwork in order.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Listings</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<h2>Tour of Homes</h2>\r\n<h4>Get A Feel For The Area</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nAt Krista Crowder Real Estate, we\'re happy to participate in our region\'s annual Tour of Homes\r\n\r\nBringing together realty companies from around the area, we provide comprehensive tours of local subdivisions, historic landmarks, amazing business opportunities and fabulous finds from our real estate clients. It\'s a great way to get a feel for our area.\r\n\r\nWe break the tour into different subcategories to meet our clients\' needs: modern subdivisions, historic beauties, amazing architecture and business needs.\r\n\r\nTypically lasting six to seven hours with a stop for lunch, the Tour lets you take a look at 16-18 homes and businesses for sale. Tours are provided free of charge, but registration is required, so contact us today to save your spot.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"6\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:15;O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"141\";s:16:\"page_revision_id\";s:4:\"3898\";s:10:\"page_title\";s:8:\"Services\";s:9:\"page_slug\";s:10:\"services-2\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:4666:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<h2>Home Repair</h2>\r\n<h4>Increase Your Home\'s Beauty, Value, and Functionality Today</h4>\r\nWe offer a wide-variety of home repair services. In fact, all of our home repair services are designed to improve the beauty, value, or functionality of your home. Sometimes, clients don\'t realize that the swinging outdoor gutter is truly an eye sore. Or maybe it takes a fierce spring storm for you to realize that your roof leaks? Whatever the case might be, we are confident that we will be able to efficiently complete your home repair project in a timely and cost-effective manner.\r\n\r\nAll of our home repair services are conducted with the utmost professionalism. Below you will find a list of our home repair services. From carpentry to electrical we will complete the repair job on time, every time!\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Project</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/09810de2-c7945048-sergey02120700013.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|portrait\" width=\"300\" class=\"wp-image-260\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Services</h2>\r\nWith every home repair project, we try to exceed our clients\' expectations. Our home repair services are designed to improve the beauty, functionality, or value of your home. Through a pride in our craftsmanship, we provide the best home improvement services around!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\" style=\"text-align: center;\"><i class=\"fa fa-2x fa-refresh\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Plumbing Repairs</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-simplybuilt\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Carpentry Repairs</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-plug\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Electrical Repairs</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-bed\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Indoor Home Repair</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-puzzle-piece\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Outdoor Home Repair</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-home\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Home Remodeling</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"6\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:16;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"22\";s:16:\"page_revision_id\";s:4:\"1958\";s:10:\"page_title\";s:12:\"Testimonials\";s:9:\"page_slug\";s:12:\"testimonials\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:3046:\"\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Amazing service</h2>\r\n<h4>\"I was completely blown away at the level of service I received at Krista Crowder - it was completely different than any other agency!\"</h4>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/444839c4-e02d9f04-Prometeus141000196.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"130|square\" width=\"200\" class=\"wp-image-261\"></p>\r\n\r\n<h3>Go the extra mile</h3>\r\n\"When my mother passed suddenly, I was still in college and had no idea what to do with the estate. I knew I wanted to move home eventually and wanted to keep the home my grandfather built, but didn\'t know how to accomplish that. Krista arranged a great rental option.\"\r\n\r\n<strong>- Brett Anderson</strong>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/8bb77c42-e27c2767-kiuikson130600020-1.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" class=\"wp-image-262\"></p>\r\n\r\n<h3>Long-Distance Help</h3>\r\n\"I received a dream job offer, but it was on the other side of the country. They needed me to start immediately, so I had to pack everything up and leave it in John\'s capable hands. He found the perfect market and had it sold in a week!\"\r\n\r\n<strong>- Bonnie Peterson</strong>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/17eb3fa0-fd8453da-michaeljung140800027-1.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" class=\"wp-image-263\"></p>\r\n\r\n<h3>It\'s perfect</h3>\r\n\"After the fire, I told Theresa about my dream home - an old Prairie Square that could be an awesome bed and breakfast. She found it for me within a week and I opened my business on time.\"\r\n\r\n<strong>- Kelly Donal, Ma\'s Place</strong>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/cef0ebe0-969fea9d-olegdudko151101472.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" class=\"wp-image-264\"></p>\r\n\r\n<h3>Amazingly flexible</h3>\r\n\"I had to move my family in from out of state with crazy scheduling on both ends. Krista met with me on my schedule and pushed the closing as quickly as possible before school started.\"\r\n\r\n<strong>- Nadine St. Croix</strong>\r\n\r\n</div>\r\n</div></div></div>\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"8\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:17;O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"143\";s:16:\"page_revision_id\";s:4:\"2640\";s:10:\"page_title\";s:4:\"Tour\";s:9:\"page_slug\";s:6:\"tour-2\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:5539:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12 text-center\">\r\n<h2>Put Your Mind at Ease and Take a Tour</h2>\r\n<h4>We\'ve Got Something For Everyone</h4>\r\nSometimes our clients enter into a home repair and home maintenance projects from a nervous mindset. They have heard stories about other contractors, whom have taken far too long on a project. With this in mind, we built our website tour to give you an insider\'s look at our approach to home repair projects.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2a165121-8f7fc69f-piovesempre151200151.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|landscape\" width=\"1140\" class=\"wp-image-265\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/76ae60e-afeeaf4e-akaciyant100600023.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-266\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/a429a882-85a5a9f7-rodho080400001.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-267\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/6dde12a9-09e5091d-iriana88w120300013.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-268\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/0b069ae5-b919430e-razvanphoto081100055.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-269\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e9265c0c-e76ce3b7-wolfcub29160600085.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-270\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/77197ecf-e3948b9e-maglara151000024.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-271\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2>Planning</h2>\r\n<h4>Keeping Things Organized</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nOur professional approach to home repair projects starts with the planning phase. Through an open-communication approach, we work with our clients to establish their project goals, timeline, and budget. Once we have finalized a plan, we will begin our home repair work. Throughout the project we keep our clients updated on the status of the home repair.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Contact Us Today</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<h2>Project Completion</h2>\r\n<h4>We See All of Our Work Through To The End</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nEach of our home repair projects is completely unique, however, the result is always the same: a beautifully improved home and a project that exceeds the clients\' expectations. As shown in the tour images, our projects are completed with an unparalleled level of professionalism. At the end of a home repair assignment, we will go over the completed work with the client. We ask for feedback and answer any remaining questions.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Projects</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"8\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:18;O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"136\";s:16:\"page_revision_id\";s:4:\"1615\";s:10:\"page_title\";s:10:\"Contact Us\";s:9:\"page_slug\";s:10:\"contact-us\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:1292:\"\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n\r\nPlease use the contact form below, if you have any general questions or requests about our services.\r\n\r\nWe will try our best to respond back to you within 24 hours.\r\n\r\n[ninja_forms id=\"6\"]\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n\r\n<h3 data-removal-key=\"email\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p data-removal-key=\"email\"><a data-if-removed=\"key\" data-removal-key=\"email\">sales@example.com</a></p>\r\n\r\n<h3 data-removal-key=\"phone-number\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p data-if-removed=\"key\" data-removal-key=\"phone-number\">777-765-4321 x2</p>\r\n\r\n<h3 data-removal-key=\"address\"><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\n<p data-if-removed=\"key\" data-removal-key=\"address\">202 Grid Blvd. Agloe, NY 12776</p>\r\n<p class=\"boldgrid-google-maps\" data-style=\"width:100%;height:200px;\" data-if-removed=\"key\" data-removal-key=\"map\"></p>\r\n\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/49ecea46-e86198ca-leungchopan120800143.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"52|portrait\" width=\"360\" class=\"wp-image-272\"></p>\r\n\r\n</div>\r\n</div></div></div>\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:2:\"99\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}}s:10:\"additional\";a:0:{}}}','yes'),(490,'boldgrid_show_tip_start_editing','yes','yes'),(337,'boldgrid_has_built_site','yes','yes'),(483,'boldgrid_asset','a:3:{s:6:\"plugin\";a:0:{}s:5:\"theme\";a:0:{}s:5:\"image\";a:114:{i:0;a:16:{s:8:\"asset_id\";s:6:\"695290\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:16;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:1;a:16:{s:8:\"asset_id\";s:6:\"695291\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_JWiMShWiF14-imhwpb-w2w7p4xqkavssft.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:17;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:2;a:16:{s:8:\"asset_id\";s:6:\"695292\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_unRkg2jH1j0-imhwpb-1i3zos13dh58eps.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:18;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:3;a:16:{s:8:\"asset_id\";s:6:\"695293\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_jrh5lAq-mIs-imhwpb-q83m83wqofvt77x.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:19;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:4;a:16:{s:8:\"asset_id\";s:6:\"695294\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_t5BvA-Q_m_Y-imhwpb-fjmellfnqinoe74.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:20;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:5;a:16:{s:8:\"asset_id\";s:6:\"695295\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_aSlReZyUt4c-imhwpb-u1ausd7qae3p3kh.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:21;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:6;a:16:{s:8:\"asset_id\";s:6:\"695296\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_3hoAon9Mc88-imhwpb-3db25ssugurmbkf.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:22;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:7;a:16:{s:8:\"asset_id\";s:6:\"695297\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:23;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:8;a:16:{s:8:\"asset_id\";s:6:\"695298\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_wNz7_5EvUWU-imhwpb-1dwhcq3pe4aky8n.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:24;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:9;a:16:{s:8:\"asset_id\";s:6:\"109860\";s:9:\"coin_cost\";s:1:\"3\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_82117110_beoS3sWjR6n8HSIAXxR8O0D5u6Y5s6NK-555x370.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:25;s:5:\"width\";s:3:\"555\";s:6:\"height\";s:3:\"370\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"82117110\";s:11:\"orientation\";N;s:10:\"image_size\";s:1:\"S\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:10;a:16:{s:8:\"asset_id\";s:6:\"109757\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_78607497_iTOGtrgVA9rfCok1PJIUC2uCFidZRVtz-360x240.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:26;s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"240\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"78607497\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:11;a:16:{s:8:\"asset_id\";s:6:\"109722\";s:9:\"coin_cost\";s:1:\"3\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_69625764_AtkMQRNqP4gQkCjajHY4kJlzcyHvxLky-360x240.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:27;s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"240\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"69625764\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:12;a:16:{s:8:\"asset_id\";s:6:\"109743\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_77638912_pC1H6tKUZ1cXqHPD56BAQWGZNdLRG5ww-360x111.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:28;s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"111\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"77638912\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:13;a:16:{s:8:\"asset_id\";s:6:\"109271\";s:9:\"coin_cost\";s:1:\"3\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_80381010_0wqbj0ClFb0S3bDLyFJZ4RD48jrUgCFX-360x210.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:29;s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"210\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"80381010\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:14;a:16:{s:8:\"asset_id\";s:6:\"476615\";s:9:\"coin_cost\";N;s:4:\"name\";s:106:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/monument-consulting-imhwpb-3a9c1ph6lplib2p.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:24\";s:11:\"attribution\";s:249:\"{\"license\":\"4\",\"author_username\":\"edewaaf\",\"author_url\":\"https:\\/\\/unsplash.com\\/@edewaaf\",\"image_homepage\":\"https:\\/\\/images.unsplash.com\\/photo-1430877027050-6184f6f6b80e?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=71cd70bb26bf18f81580ae042fd425c1\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:33;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:15;a:16:{s:8:\"asset_id\";s:6:\"109350\";s:9:\"coin_cost\";s:1:\"6\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_74015453_vFRcCXL3UHYLVu0k0gNsUJ09KLQt6fvs-555x370.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:17:26\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:47;s:5:\"width\";s:3:\"555\";s:6:\"height\";s:3:\"370\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"74015453\";s:11:\"orientation\";N;s:10:\"image_size\";s:1:\"S\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:16;a:16:{s:8:\"asset_id\";s:6:\"109978\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_69449740_JB3o94y3R7WwBaV3HjZYRfas26WUdGJm-360x240.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:17:26\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:48;s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"240\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"69449740\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:17;a:16:{s:8:\"asset_id\";s:6:\"109214\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_76418584_ZT0kome1FsQsD2jJ9zfGKthaE5guR98q-200x200.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:17:26\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:49;s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"200\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"76418584\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:18;a:16:{s:8:\"asset_id\";s:6:\"109335\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_67650980_Vp7MPDx1NyHmS8qeepCbwWXQKO5ihUL3-200x200.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:17:26\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:50;s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"200\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"67650980\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:19;a:16:{s:8:\"asset_id\";s:6:\"109194\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_47639240_rnA7txq5eJDWVeAXf8xC0C7P7YthfpYN-200x200.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:17:26\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:51;s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"200\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"47639240\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:20;a:16:{s:8:\"asset_id\";s:6:\"109198\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_69954679_y6vCVaFhn86FVE7x7MiehLyCXQ3UKDR9-200x200.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:17:26\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:52;s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"200\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"69954679\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:21;a:16:{s:8:\"asset_id\";s:6:\"110192\";s:9:\"coin_cost\";s:1:\"3\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_61312217_qNFSkritEHD3hBioEghnrcNbX5RUC9hs-555x405.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:17:26\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:53;s:5:\"width\";s:3:\"555\";s:6:\"height\";s:3:\"405\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"61312217\";s:11:\"orientation\";N;s:10:\"image_size\";s:1:\"S\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:22;a:16:{s:8:\"asset_id\";s:6:\"110057\";s:9:\"coin_cost\";s:1:\"3\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_58278935_9p4i7C8ZebRRVSCmA5ad6Uf3bRyJWrwV-555x370.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:46:19\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:82;s:5:\"width\";s:3:\"555\";s:6:\"height\";s:3:\"370\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"58278935\";s:11:\"orientation\";N;s:10:\"image_size\";s:1:\"S\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:23;a:16:{s:8:\"asset_id\";s:6:\"109801\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_64831130_vzblsDeeGcemfMuEDyWMcgAmNGbj08Mm-360x240.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:46:19\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:83;s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"240\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"64831130\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:24;a:16:{s:8:\"asset_id\";s:6:\"109805\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_52854462_jmr3lrxrhugnq0CG8csoyeoiwat9L5Vu-360x240.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:46:19\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:84;s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"240\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"52854462\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:25;a:16:{s:8:\"asset_id\";s:6:\"109797\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_80393607_p5RCKDFSrtVQ6m9fa1aZTTTKypNqrU8X-360x240.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:46:19\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:85;s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"240\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"80393607\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:26;a:16:{s:8:\"asset_id\";s:6:\"109446\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_80524125_CzI5SvUnFAJg0gBLszMiHxCzAIZaQt2S-360x240.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:46:19\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:86;s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"240\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"80524125\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:27;a:16:{s:8:\"asset_id\";s:6:\"695430\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/tmp_lqdrW2O-GKA-imhwpb-gm4el82v2qa3w1g.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:42\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:185;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:28;a:16:{s:8:\"asset_id\";s:6:\"695431\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/tmp_WdJkXFQ4VHY-imhwpb-dp4e69qg87at7vt.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:42\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:186;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:29;a:16:{s:8:\"asset_id\";s:6:\"695432\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/tmp_UuW4psOb388-imhwpb-pollooivt47zuuw.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:42\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:187;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:30;a:16:{s:8:\"asset_id\";s:6:\"695433\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/tmp_cpEO3HoKdKM-imhwpb-9dcaze4zxywntp4.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:42\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:188;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:31;a:16:{s:8:\"asset_id\";s:6:\"695434\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/tmp_u-9luqMJeDY-imhwpb-halsnhqrdbv8vvi.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:42\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:189;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:32;a:16:{s:8:\"asset_id\";s:6:\"695435\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/tmp_vbUULTovNaM-imhwpb-ktdse3wiq72etqj.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:42\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:190;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:33;a:16:{s:8:\"asset_id\";s:6:\"695436\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/tmp_WuQME0I_oZA-imhwpb-32du5gslf32tpi5.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:42\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:191;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:34;a:16:{s:8:\"asset_id\";s:6:\"695437\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/tmp_K5sjajgbTFw-imhwpb-iy75mupk8hu551j.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:42\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:192;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:35;a:16:{s:8:\"asset_id\";s:6:\"695438\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/tmp_L94dWXNKwrY-imhwpb-banh6v76jgwknhh.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:42\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:193;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:36;a:16:{s:8:\"asset_id\";s:6:\"780397\";s:9:\"coin_cost\";N;s:4:\"name\";s:153:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL0hOUXRBWG5RbEtBLzYwMHg0NTA_3D-imhwpb-ablx9xvvio15zbg.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:42\";s:11:\"attribution\";s:163:\"{\"license\":\"10\",\"author_username\":\"Evelyn  Paris\",\"author_url\":\"http:\\/\\/unsplash.com\\/@evelynparis\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/HNQtAXnQlKA\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:194;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:37;a:16:{s:8:\"asset_id\";s:6:\"851904\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/15aac840-121eaad5-archipoch120600014.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:42\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:195;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"286\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"13977057\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:38;a:16:{s:8:\"asset_id\";s:6:\"851905\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:103:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/2a364632-bb434e93-zstockphotos120200012.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:42\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:196;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"12534522\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:39;a:16:{s:8:\"asset_id\";s:6:\"851906\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/c9be66da-18a43969-iriana88w140800785.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:43\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:197;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"31001078\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:40;a:16:{s:8:\"asset_id\";s:6:\"780398\";s:9:\"coin_cost\";N;s:4:\"name\";s:153:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1ZCczFDeXcyRDU4LzYwMHg2MDA_3D-imhwpb-kvn8geljy5ro8kv.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:43\";s:11:\"attribution\";s:162:\"{\"license\":\"10\",\"author_username\":\"Jordan Sanchez\",\"author_url\":\"http:\\/\\/unsplash.com\\/@jordaneil\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/VBs1Cyw2D58\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:198;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:41;a:16:{s:8:\"asset_id\";s:6:\"780399\";s:9:\"coin_cost\";N;s:4:\"name\";s:153:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1dMOGVQdmpONzVFLzYwMHg2MDA_3D-imhwpb-w7q2zqdkflext39.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:43\";s:11:\"attribution\";s:166:\"{\"license\":\"10\",\"author_username\":\"Martins Zemlickis\",\"author_url\":\"http:\\/\\/unsplash.com\\/@mzemlickis\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/WL8ePvjN75E\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:199;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:42;a:16:{s:8:\"asset_id\";s:6:\"780400\";s:9:\"coin_cost\";N;s:4:\"name\";s:153:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19NbjRpOG5HMUswLzYwMHg0NTA_3D-imhwpb-b28rbl4nmwu3sjz.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:43\";s:11:\"attribution\";s:161:\"{\"license\":\"10\",\"author_username\":\"Tomasz Rynkiewicz\",\"author_url\":\"http:\\/\\/unsplash.com\\/@thmsr\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/_Mn4i8nG1K0\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:200;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:43;a:16:{s:8:\"asset_id\";s:6:\"780401\";s:9:\"coin_cost\";N;s:4:\"name\";s:153:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL2JqZWo4QlkxSllRLzYwMHg0NTA_3D-imhwpb-csgvgj7sie6vvcj.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:43\";s:11:\"attribution\";s:160:\"{\"license\":\"10\",\"author_username\":\"Rowan Heuvel\",\"author_url\":\"http:\\/\\/unsplash.com\\/@insolitus\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/bjej8BY1JYQ\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:201;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:44;a:16:{s:8:\"asset_id\";s:6:\"852743\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:101:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/d85de326-fd419874-breadmaker150900002.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:43\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:202;s:5:\"width\";s:3:\"846\";s:6:\"height\";s:3:\"566\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"44866317\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:45;a:16:{s:8:\"asset_id\";s:6:\"852768\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:98:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/005fe1-34b3e14d-iriana88w150600189.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:43\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:203;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"41555557\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:46;a:16:{s:8:\"asset_id\";s:6:\"851774\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:99:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/fd6f7f03-78c687fc-astragal130900019.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:43\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:204;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"338\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"22073385\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:47;a:16:{s:8:\"asset_id\";s:6:\"851944\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/7f34e5d1-47af6177-mihalis77151000007.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:43\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:205;s:5:\"width\";s:3:\"386\";s:6:\"height\";s:3:\"450\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"46809471\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:48;a:16:{s:8:\"asset_id\";s:6:\"852919\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:97:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/6d884e89-9b1c9983-Scovad140100012.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:43\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:206;s:5:\"width\";s:3:\"799\";s:6:\"height\";s:3:\"599\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"24890014\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:49;a:16:{s:8:\"asset_id\";s:6:\"851950\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:104:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/666749b3-f8aedfe5-alexandrmoroz150100032.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:43\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:207;s:5:\"width\";s:3:\"806\";s:6:\"height\";s:3:\"594\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"36059318\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:50;a:16:{s:8:\"asset_id\";s:6:\"855596\";s:9:\"coin_cost\";s:1:\"3\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/d61916fa-cb172dd2-iriana88w130700005.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:43\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:208;s:5:\"width\";s:4:\"1678\";s:6:\"height\";s:4:\"1119\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"21076579\";s:11:\"orientation\";N;s:10:\"image_size\";s:5:\"hiweb\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:51;a:16:{s:8:\"asset_id\";s:6:\"851841\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/63b98bc7-5d503040-iriana88w150800613.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:44\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:209;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"364\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"43962926\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:52;a:16:{s:8:\"asset_id\";s:6:\"851839\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/3087d04c-2f752214-iriana88w170100047.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:44\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:210;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"70106724\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:53;a:16:{s:8:\"asset_id\";s:6:\"851804\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:103:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/5960e1ee-958b1b56-bialasiewicz150800915.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:44\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:211;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"43692382\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:54;a:16:{s:8:\"asset_id\";s:6:\"853529\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/74c3f3a8-8b50efe7-iriana88w120700088.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:44\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:212;s:5:\"width\";s:3:\"565\";s:6:\"height\";s:3:\"848\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"14287756\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:55;a:16:{s:8:\"asset_id\";s:6:\"851806\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/6e1ce050-00042e5e-iriana88w140800117.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:44\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:213;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"30375132\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:56;a:16:{s:8:\"asset_id\";s:6:\"851801\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:98:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/7f74f52e-0276bfb2-epstock150400001.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:44\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:214;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"38740084\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:57;a:16:{s:8:\"asset_id\";s:6:\"851799\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:103:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/cfc75992-84ef04db-zstockphotos130800022.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:44\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:215;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"21862902\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:58;a:16:{s:8:\"asset_id\";s:6:\"851800\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:101:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/eb2ae01d-b8b8211a-marcogovel131200037.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:44\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:216;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"310\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"24403883\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:59;a:16:{s:8:\"asset_id\";s:6:\"851948\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:99:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/872df904-2e11d45e-roseburn130600102.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:44\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:217;s:5:\"width\";s:3:\"747\";s:6:\"height\";s:3:\"641\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"20020386\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:60;a:16:{s:8:\"asset_id\";s:6:\"854675\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/e44fb60c-4f1e957d-gvictoria160800016.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:44\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:218;s:5:\"width\";s:3:\"847\";s:6:\"height\";s:3:\"565\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"63266033\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:61;a:16:{s:8:\"asset_id\";s:6:\"780402\";s:9:\"coin_cost\";N;s:4:\"name\";s:153:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLzAyZjNLQzN6S1BrLzYwMHg0NTA_3D-imhwpb-kseohjmebzmdss1.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:44\";s:11:\"attribution\";s:170:\"{\"license\":\"10\",\"author_username\":\"Anthony DELANOIX\",\"author_url\":\"http:\\/\\/unsplash.com\\/@anthonydelanoix\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/02f3KC3zKPk\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:219;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:62;a:16:{s:8:\"asset_id\";s:6:\"853526\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:99:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/763ab1ef-4ce76ac5-rzihlman090800014.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:44\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:220;s:5:\"width\";s:3:\"848\";s:6:\"height\";s:3:\"565\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:7:\"5374047\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:63;a:16:{s:8:\"asset_id\";s:6:\"856153\";s:9:\"coin_cost\";s:1:\"3\";s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/0319f317-87f55a68-piovesempre150200041.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:44\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:221;s:5:\"width\";s:4:\"1706\";s:6:\"height\";s:4:\"1100\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"36195312\";s:11:\"orientation\";N;s:10:\"image_size\";s:5:\"hiweb\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:64;a:16:{s:8:\"asset_id\";s:6:\"852166\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/9ad2ea53-09e70807-iriana88w150600258.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:45\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:222;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"41629881\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:65;a:16:{s:8:\"asset_id\";s:6:\"852164\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/deff2a2d-9c4f238e-poligonchik151100017.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:45\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:223;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"450\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"48268324\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:66;a:16:{s:8:\"asset_id\";s:6:\"852160\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:103:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/e6a0abd9-8f574895-bialasiewicz150700063.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:45\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:224;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"41852116\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:67;a:16:{s:8:\"asset_id\";s:6:\"852167\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:101:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/f9a91811-b7823502-breadmaker160200036.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:45\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:225;s:5:\"width\";s:3:\"632\";s:6:\"height\";s:3:\"758\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"53600916\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:68;a:16:{s:8:\"asset_id\";s:6:\"852991\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:98:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/7eb0c2a5-aadeeb4b-kosheen140600002.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:45\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:226;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"338\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"29459621\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:69;a:16:{s:8:\"asset_id\";s:6:\"852994\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/af0f3dbb-746b7f43-piovesempre150400051.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:45\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:227;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"38293408\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:70;a:16:{s:8:\"asset_id\";s:6:\"851793\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:103:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/5b512ecb-73da95b7-ligonography090100010.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:45\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:228;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"299\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:7:\"4077942\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:71;a:16:{s:8:\"asset_id\";s:6:\"852198\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:98:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/8f38c907-34b69a73-2mmedia150200981.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:45\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:229;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"338\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"36867760\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:72;a:16:{s:8:\"asset_id\";s:6:\"780403\";s:9:\"coin_cost\";N;s:4:\"name\";s:153:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL05zcmdBeUVwVEhRLzQ1MHg2MDA_3D-imhwpb-624eetygobomcyf.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:45\";s:11:\"attribution\";s:164:\"{\"license\":\"10\",\"author_username\":\"Samuel Zeller\",\"author_url\":\"http:\\/\\/unsplash.com\\/@samuelzeller\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/NsrgAyEpTHQ\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:230;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:73;a:16:{s:8:\"asset_id\";s:6:\"852993\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:99:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/2b65513c-5dc69e-numismarty150100024.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:45\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:231;s:5:\"width\";s:3:\"799\";s:6:\"height\";s:3:\"599\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"36109173\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:74;a:16:{s:8:\"asset_id\";s:6:\"852992\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:96:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/be13391e-ea8e44d1-jzhuk141200003.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:45\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:232;s:5:\"width\";s:3:\"799\";s:6:\"height\";s:3:\"599\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"34473073\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:75;a:16:{s:8:\"asset_id\";s:6:\"854297\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:97:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/23e03e9f-2ecb2328-lmphot170800027.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:45\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:233;s:5:\"width\";s:3:\"848\";s:6:\"height\";s:3:\"565\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"84294986\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:76;a:16:{s:8:\"asset_id\";s:6:\"852196\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:103:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/25d366ea-afd33914-bialasiewicz160100732.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:234;s:5:\"width\";s:3:\"848\";s:6:\"height\";s:3:\"565\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"50588858\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:77;a:16:{s:8:\"asset_id\";s:6:\"853860\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/c6227983-59c95633-piovesempre150100020.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:235;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"295\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"35300576\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:78;a:16:{s:8:\"asset_id\";s:6:\"853642\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:103:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/6dffe540-0272e34b-bialasiewicz150902010.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:236;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"45732704\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:79;a:16:{s:8:\"asset_id\";s:6:\"853848\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/9c7acf7e-f564dade-piovesempre131100868.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:237;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"297\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"24164928\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:80;a:16:{s:8:\"asset_id\";s:6:\"853862\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:103:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/fc381d70-1b71f8df-aaphotograph140800017.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:238;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"333\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"30779320\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:81;a:16:{s:8:\"asset_id\";s:6:\"853116\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:103:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/3df224d7-76aff1ad-bialasiewicz150601842.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:239;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"41795144\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:82;a:16:{s:8:\"asset_id\";s:6:\"854146\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:97:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/791a6b-c6628fd3-archidea101200001.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:240;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"345\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:7:\"8422098\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:83;a:16:{s:8:\"asset_id\";s:6:\"853859\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:99:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/e422d0a3-bbaccf45-archidea100600003.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:241;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"342\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:7:\"7156896\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:84;a:16:{s:8:\"asset_id\";s:6:\"853847\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/47a2aec4-eec111f0-wuttichok111200263.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:242;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"351\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"11689762\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:85;a:16:{s:8:\"asset_id\";s:6:\"853845\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:101:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/80815c60-2e670cb9-hamsterman120800060.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:243;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"296\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"14883171\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:86;a:16:{s:8:\"asset_id\";s:6:\"853028\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/32043971-83308ba-bialasiewicz131100619.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:244;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"24026102\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:87;a:16:{s:8:\"asset_id\";s:6:\"852772\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/303491b0-30869ba4-piovesempre140900141.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:245;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"31796363\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:88;a:16:{s:8:\"asset_id\";s:6:\"852774\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:98:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/237aad09-a02ec1e6-jrstock160600533.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:246;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"59747376\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:89;a:16:{s:8:\"asset_id\";s:6:\"852748\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:97:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/027cb192-790d743f-habrda131100767.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:247;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"268\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"23780733\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:90;a:16:{s:8:\"asset_id\";s:6:\"852745\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:98:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/8cbcfd1a-a7590a27-epstock120600023.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:248;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"14018625\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:91;a:16:{s:8:\"asset_id\";s:6:\"852744\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:101:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/d515389e-437bfd10-antclausen080100017.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:249;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"301\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:7:\"2648543\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:92;a:16:{s:8:\"asset_id\";s:6:\"852559\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:104:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/e4ae9a53-0a391a53-tammykayphoto160200094.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:250;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"299\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"54669120\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:93;a:16:{s:8:\"asset_id\";s:6:\"852556\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/affeb13a-71d74609-piovesempre130700097.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:251;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"283\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"21018390\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:94;a:16:{s:8:\"asset_id\";s:6:\"852554\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/aa42ef26-30f9de56-piovesempre120500082.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:252;s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"450\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"18712955\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:95;a:16:{s:8:\"asset_id\";s:6:\"789481\";s:9:\"coin_cost\";N;s:4:\"name\";s:98:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/bjej8BY1JYQ-imhwpb-x7tcxe9wnsq58r2.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:46\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:253;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:96;a:16:{s:8:\"asset_id\";s:6:\"851763\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/0e901f69-50741081-oakmanphoto170600001.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:47\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:254;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"253\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"81386705\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:97;a:16:{s:8:\"asset_id\";s:6:\"851762\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:98:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/2090a7e5-ae9e749b-2mmedia160600018.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:47\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:255;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"338\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"58406310\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:98;a:16:{s:8:\"asset_id\";s:6:\"851730\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:97:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/01017fe1-a252c83-epstock130300055.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:47\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:256;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"18573168\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:99;a:16:{s:8:\"asset_id\";s:6:\"851737\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/7a726062-1c468222-iriana88w140400311.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:47\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:257;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"27538365\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:100;a:16:{s:8:\"asset_id\";s:6:\"851735\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/74451549-ca4d0ea1-iriana88w120700157.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:47\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:258;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"14615170\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:101;a:16:{s:8:\"asset_id\";s:6:\"852407\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:95:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/522051d1-d6facd23-chr1090100017.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:47\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:259;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"299\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:7:\"4172988\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:102;a:16:{s:8:\"asset_id\";s:6:\"853173\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:99:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/09810de2-c7945048-sergey02120700013.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:47\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:260;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"14438352\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:103;a:16:{s:8:\"asset_id\";s:6:\"853838\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/444839c4-e02d9f04-Prometeus141000196.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:47\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:261;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"304\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"32278799\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:104;a:16:{s:8:\"asset_id\";s:6:\"849730\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/cef0ebe0-969fea9d-olegdudko151101472.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:47\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:264;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"47708880\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:105;a:16:{s:8:\"asset_id\";s:6:\"856439\";s:9:\"coin_cost\";s:1:\"3\";s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/2a165121-8f7fc69f-piovesempre151200151.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:47\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:265;s:5:\"width\";s:4:\"1678\";s:6:\"height\";s:4:\"1119\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"49780918\";s:11:\"orientation\";N;s:10:\"image_size\";s:5:\"hiweb\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:106;a:16:{s:8:\"asset_id\";s:6:\"852401\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:99:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/76ae60e-afeeaf4e-akaciyant100600023.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:48\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:266;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"338\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:7:\"7253353\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:107;a:16:{s:8:\"asset_id\";s:6:\"851776\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:96:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/a429a882-85a5a9f7-rodho080400001.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:48\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:267;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"299\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:7:\"2847022\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:108;a:16:{s:8:\"asset_id\";s:6:\"851781\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/6dde12a9-09e5091d-iriana88w120300013.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:48\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:268;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"332\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"12621264\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:109;a:16:{s:8:\"asset_id\";s:6:\"852201\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/0b069ae5-b919430e-razvanphoto081100055.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:48\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:269;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"311\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:7:\"3823724\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:110;a:16:{s:8:\"asset_id\";s:6:\"852063\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/e9265c0c-e76ce3b7-wolfcub29160600085.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:48\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:270;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"59210986\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:111;a:16:{s:8:\"asset_id\";s:6:\"852064\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:98:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/77197ecf-e3948b9e-maglara151000024.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:48\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:271;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"450\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"46996875\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:112;a:16:{s:8:\"asset_id\";s:6:\"854054\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/49ecea46-e86198ca-leungchopan120800143.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:48\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:272;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"338\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"14748056\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:113;a:16:{s:8:\"asset_id\";s:6:\"476699\";s:9:\"coin_cost\";N;s:4:\"name\";s:107:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/monument-home-repair-imhwpb-pc3ceh4ocd7sc53.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 15:31:50\";s:11:\"attribution\";s:253:\"{\"license\":\"4\",\"author_username\":\"aridley88\",\"author_url\":\"https:\\/\\/unsplash.com\\/@aridley88\",\"image_homepage\":\"https:\\/\\/images.unsplash.com\\/photo-1458682375064-2970d354b9bd?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=85d2f828f4e7307452c1084f36198173\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:287;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}}}','yes'),(342,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(343,'widget_black-studio-tinymce','a:3:{s:12:\"_multiwidget\";i:1;i:0;a:5:{s:5:\"title\";s:12:\"Contact Info\";s:4:\"text\";s:79:\"© 2018 Pittsburgh Vehicle PPI | <span class=\"phone-number\">412-638-0641</span>\";s:4:\"type\";s:6:\"visual\";s:6:\"filter\";s:1:\"1\";s:5:\"label\";s:20:\"black-studio-tinymce\";}i:1;a:5:{s:5:\"title\";s:14:\"Call To Action\";s:4:\"text\";s:215:\"		<div class=\"col-sm-12 col-md-12\">\n			<div class=\"call-to-action\">\n				<h1>Monument</h1>\n					<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"contact-us\">Request a Quote Today</a></p>\n			</div>\n		</div>\";s:4:\"type\";s:6:\"visual\";s:6:\"filter\";i:1;s:5:\"label\";s:20:\"black-studio-tinymce\";}}','yes'),(815,'_site_transient_browser_4aae293127d148bbe99fa13d81ceb9a0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"55.0.2883.87\";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;}','no'),(25694,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1527257062;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:9:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/boldgrid-easy-seo\";s:4:\"slug\";s:17:\"boldgrid-easy-seo\";s:6:\"plugin\";s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";s:11:\"new_version\";s:5:\"1.5.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/boldgrid-easy-seo/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/boldgrid-easy-seo/assets/icon-256x256.png?rev=1773296\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-easy-seo/assets/icon-128x128.png?rev=1773296\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/boldgrid-easy-seo/assets/banner-1544x500.png?rev=1773381\";s:2:\"1x\";s:72:\"https://ps.w.org/boldgrid-easy-seo/assets/banner-772x250.png?rev=1773381\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s: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\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"post-and-page-builder/post-and-page-builder.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/post-and-page-builder\";s:4:\"slug\";s:21:\"post-and-page-builder\";s:6:\"plugin\";s:47:\"post-and-page-builder/post-and-page-builder.php\";s:11:\"new_version\";s:5:\"1.7.4\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/post-and-page-builder/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.7.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/post-and-page-builder/assets/icon-256x256.png?rev=1768477\";s:2:\"1x\";s:74:\"https://ps.w.org/post-and-page-builder/assets/icon-128x128.png?rev=1768477\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/post-and-page-builder/assets/banner-1544x500.png?rev=1768477\";s:2:\"1x\";s:76:\"https://ps.w.org/post-and-page-builder/assets/banner-772x250.png?rev=1768477\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:21:\"boldgrid-inspirations\";s:6:\"plugin\";s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";s:11:\"new_version\";s:5:\"1.5.6\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:7:\"package\";s:150:\"https://wp-assets.boldgrid.com/api/asset/get?key=09b1604bd74580423f8061ff1cac1c01&id=920517&installed_plugin_version=1.5.6&installed_wp_version=4.7.10\";}s:35:\"boldgrid-backup/boldgrid-backup.php\";O:8:\"stdClass\":5:{s:6:\"plugin\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:11:\"new_version\";s:5:\"1.6.1\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:7:\"package\";s:117:\"https://api.boldgrid.com/api/open/getAsset?key=09b1604bd74580423f8061ff1cac1c01&id=933768&installed_wp_version=4.7.10\";}s:37:\"boldgrid-staging/boldgrid-staging.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:16:\"boldgrid-staging\";s:6:\"plugin\";s:37:\"boldgrid-staging/boldgrid-staging.php\";s:11:\"new_version\";s:5:\"1.5.1\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:7:\"package\";s:118:\"https://wp-assets.boldgrid.com/api/open/get-asset?id=876738&installed_plugin_version=1.5.1&installed_wp_version=4.7.10\";}s:31:\"boldgrid-gallery/wc-gallery.php\";O:8:\"stdClass\":5:{s:6:\"plugin\";s:31:\"boldgrid-gallery/wc-gallery.php\";s:4:\"slug\";s:16:\"boldgrid-gallery\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:7:\"package\";s:117:\"https://api.boldgrid.com/api/open/getAsset?key=09b1604bd74580423f8061ff1cac1c01&id=842930&installed_wp_version=4.7.10\";}s:36:\"boldgrid-ninja-forms/ninja-forms.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:20:\"boldgrid-ninja-forms\";s:6:\"plugin\";s:36:\"boldgrid-ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:7:\"package\";s:116:\"https://wp-assets.boldgrid.com/api/open/get-asset?id=842931&installed_plugin_version=1.5&installed_wp_version=4.7.10\";}}}','no'),(26148,'_transient_timeout_nf_form_12','1527361141','no'),(26149,'_transient_nf_form_12','O:7:\"NF_Form\":5:{s:7:\"form_id\";s:2:\"12\";s:8:\"settings\";a:12:{s:12:\"date_updated\";s:19:\"2016-01-25 21:48:39\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:10:\"show_title\";s:1:\"0\";s:6:\"status\";s:0:\"\";s:10:\"form_title\";s:22:\"Customer Feedback Form\";s:11:\"append_page\";s:0:\"\";s:4:\"ajax\";s:1:\"0\";s:9:\"logged_in\";s:1:\"0\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";}s:6:\"fields\";a:9:{i:93;a:7:{s:2:\"id\";s:2:\"93\";s:7:\"form_id\";s:2:\"12\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"0\";s:4:\"data\";a:35:{s:5:\"label\";s:4:\"Name\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:94;a:7:{s:2:\"id\";s:2:\"94\";s:7:\"form_id\";s:2:\"12\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"1\";s:4:\"data\";a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"14\";}i:95;a:7:{s:2:\"id\";s:2:\"95\";s:7:\"form_id\";s:2:\"12\";s:4:\"type\";s:7:\"_rating\";s:5:\"order\";s:1:\"2\";s:4:\"data\";a:14:{s:5:\"label\";s:90:\"On a scale of 1 to 5 stars, how would you rate your experience with our product / service?\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:12:\"rating_stars\";s:1:\"5\";s:3:\"req\";s:1:\"1\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:96;a:7:{s:2:\"id\";s:2:\"96\";s:7:\"form_id\";s:2:\"12\";s:4:\"type\";s:5:\"_list\";s:5:\"order\";s:1:\"3\";s:4:\"data\";a:19:{s:5:\"label\";s:73:\"How likely are you to recommend our product / service to people you know?\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:4:\"left\";s:9:\"list_type\";s:5:\"radio\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"0\";s:4:\"list\";a:1:{s:7:\"options\";a:4:{i:0;a:4:{s:5:\"label\";s:6:\"Likely\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:15:\"Somewhat Likely\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:17:\"Somewhat Unlikely\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:8:\"Unlikely\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:21:\"user_info_field_group\";s:0:\"\";s:3:\"req\";s:1:\"1\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:97;a:7:{s:2:\"id\";s:2:\"97\";s:7:\"form_id\";s:2:\"12\";s:4:\"type\";s:5:\"_list\";s:5:\"order\";s:1:\"4\";s:4:\"data\";a:19:{s:5:\"label\";s:50:\"Would you use our product / service in the future?\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:4:\"left\";s:9:\"list_type\";s:5:\"radio\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"0\";s:4:\"list\";a:1:{s:7:\"options\";a:2:{i:0;a:4:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:2:\"No\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:21:\"user_info_field_group\";s:0:\"\";s:3:\"req\";s:1:\"1\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:98;a:7:{s:2:\"id\";s:2:\"98\";s:7:\"form_id\";s:2:\"12\";s:4:\"type\";s:5:\"_list\";s:5:\"order\";s:1:\"5\";s:4:\"data\";a:19:{s:5:\"label\";s:45:\"How long have you used our product / service?\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:9:\"list_type\";s:8:\"dropdown\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"0\";s:4:\"list\";a:1:{s:7:\"options\";a:5:{i:0;a:4:{s:5:\"label\";s:17:\"Less than a month\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:19:\"1 Month - 11 Months\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:16:\"1 Year - 2 Years\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:17:\"3 Years - 5 Years\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:4;a:4:{s:5:\"label\";s:12:\"Over 5 Years\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:21:\"user_info_field_group\";s:0:\"\";s:3:\"req\";s:1:\"1\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:99;a:7:{s:2:\"id\";s:2:\"99\";s:7:\"form_id\";s:2:\"12\";s:4:\"type\";s:9:\"_textarea\";s:5:\"order\";s:1:\"6\";s:4:\"data\";a:19:{s:5:\"label\";s:70:\"Please tell us what you liked or disliked about our product / service:\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:100;a:7:{s:2:\"id\";s:3:\"100\";s:7:\"form_id\";s:2:\"12\";s:4:\"type\";s:9:\"_textarea\";s:5:\"order\";s:1:\"7\";s:4:\"data\";a:19:{s:5:\"label\";s:20:\"Additional Comments:\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:101;a:7:{s:2:\"id\";s:3:\"101\";s:7:\"form_id\";s:2:\"12\";s:4:\"type\";s:7:\"_submit\";s:5:\"order\";s:1:\"8\";s:4:\"data\";a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}}s:10:\"field_keys\";a:0:{}s:6:\"errors\";a:0:{}}','no'),(25669,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1527257062;s:7:\"checked\";a:5:{s:16:\"boldgrid-gridone\";s:6:\"1.20.1\";s:17:\"boldgrid-monument\";s:6:\"1.13.2\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"1.0\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:5:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.0.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.6.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.5.zip\";}s:16:\"boldgrid-gridone\";a:8:{s:5:\"theme\";s:16:\"boldgrid-gridone\";s:11:\"new_version\";s:6:\"1.24.1\";s:3:\"url\";s:32:\"http://www.boldgrid.com/grid-one\";s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-gridone-1.24.1.zip\";s:6:\"author\";s:64:\"<a href=\"http://www.boldgrid.com/the-team\">The BoldGrid Team</a>\";s:3:\"Tag\";a:8:{i:0;s:17:\"custom-background\";i:1;s:13:\"custom-colors\";i:2;s:11:\"custom-menu\";i:3;s:12:\"editor-style\";i:4;s:17:\"responsive-layout\";i:5;s:20:\"rtl-language-support\";i:6;s:17:\"translation-ready\";i:7;s:17:\"boldgrid-theme-40\";}s:6:\"search\";s:17:\"boldgrid-theme-40\";s:6:\"fields\";a:9:{s:7:\"version\";s:6:\"1.24.1\";s:6:\"author\";s:64:\"<a href=\"http://www.boldgrid.com/the-team\">The BoldGrid Team</a>\";s:11:\"description\";s:586:\"Designed specifically for use with the BoldGrid suite of plugins, all BoldGrid themes are highly customizable, responsive to a wide range of devices, and of course, beautiful. Every BoldGrid theme includes five pre-selected color palettes and an advanced tool for creating your own unique palette. In addition, all themes feature multiple menu locations and widget areas, which are easily customizable to suit your needs. So if you&#8217;re looking for a theme that looks great, feels modern and professional, and offers plenty of features to make it your own, you&#8217;ve chosen well.\";s:13:\"download_link\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-gridone-1.24.1.zip\";s:4:\"name\";s:8:\"Grid One\";s:4:\"slug\";s:16:\"boldgrid-gridone\";s:4:\"tags\";a:8:{i:0;s:17:\"custom-background\";i:1;s:13:\"custom-colors\";i:2;s:11:\"custom-menu\";i:3;s:12:\"editor-style\";i:4;s:17:\"responsive-layout\";i:5;s:20:\"rtl-language-support\";i:6;s:17:\"translation-ready\";i:7;s:17:\"boldgrid-theme-40\";}s:12:\"last_updated\";s:10:\"2018-05-22\";s:8:\"homepage\";s:24:\"http://www.boldgrid.com/\";}}s:17:\"boldgrid-monument\";a:8:{s:5:\"theme\";s:17:\"boldgrid-monument\";s:11:\"new_version\";s:6:\"1.14.1\";s:3:\"url\";s:33:\"https://www.boldgrid.com/monument\";s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-monument-1.14.1.zip\";s:6:\"author\";s:65:\"<a href=\"https://www.boldgrid.com/the-team\">The BoldGrid Team</a>\";s:3:\"Tag\";a:8:{i:0;s:17:\"custom-background\";i:1;s:13:\"custom-colors\";i:2;s:11:\"custom-menu\";i:3;s:12:\"editor-style\";i:4;s:17:\"responsive-layout\";i:5;s:20:\"rtl-language-support\";i:6;s:17:\"translation-ready\";i:7;s:17:\"boldgrid-theme-45\";}s:6:\"search\";s:17:\"boldgrid-theme-45\";s:6:\"fields\";a:9:{s:7:\"version\";s:6:\"1.14.1\";s:6:\"author\";s:65:\"<a href=\"https://www.boldgrid.com/the-team\">The BoldGrid Team</a>\";s:11:\"description\";s:586:\"Designed specifically for use with the BoldGrid suite of plugins, all BoldGrid themes are highly customizable, responsive to a wide range of devices, and of course, beautiful. Every BoldGrid theme includes five pre-selected color palettes and an advanced tool for creating your own unique palette. In addition, all themes feature multiple menu locations and widget areas, which are easily customizable to suit your needs. So if you&#8217;re looking for a theme that looks great, feels modern and professional, and offers plenty of features to make it your own, you&#8217;ve chosen well.\";s:13:\"download_link\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-monument-1.14.1.zip\";s:4:\"name\";s:8:\"Monument\";s:4:\"slug\";s:17:\"boldgrid-monument\";s:4:\"tags\";a:8:{i:0;s:17:\"custom-background\";i:1;s:13:\"custom-colors\";i:2;s:11:\"custom-menu\";i:3;s:12:\"editor-style\";i:4;s:17:\"responsive-layout\";i:5;s:20:\"rtl-language-support\";i:6;s:17:\"translation-ready\";i:7;s:17:\"boldgrid-theme-45\";}s:12:\"last_updated\";s:10:\"2018-05-22\";s:8:\"homepage\";s:24:\"http://www.boldgrid.com/\";}}}s:12:\"translations\";a:0:{}}','no'),(25688,'_site_transient_timeout_boldgrid_editor_version_data','1527285821','no'),(25689,'_site_transient_boldgrid_editor_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:15:\"BoldGrid Editor\";s:7:\"version\";s:7:\"1.6.0.2\";s:8:\"asset_id\";i:900312;s:12:\"release_date\";s:10:\"2018-01-31\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:5:\"4.9.1\";s:8:\"sections\";s:18193:\"{\"description\":\"<p>BoldGrid Editor is a standalone plugin which adds functionality to the existing TinyMCE Editor used in the WordPress page and post editor.<\\/p>\\n\",\"installation\":\"<ol>\\n<li><p>Upload the entire boldgrid-editor folder to the \\/wp-content\\/plugins\\/ directory.<\\/p><\\/li>\\n<li><p>Activate the plugin through the Plugins menu in WordPress.<\\/p><\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>1.6.0.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3710   Changed function to anonymous, due to conflict in the global space.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.0.1<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3644   Updating to the WordPress.org version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6<\\/h4>\\n\\n<ul>\\n<li>New Feature:                  Added new Post Type - Block.<\\/li>\\n<li>New Feature:                  Users can now save Blocks and reuse them.<\\/li>\\n<li>New Feature:                  New pages will now be prompted to install a new Block.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.3<\\/h4>\\n\\n<ul>\\n<li>New Feature:                  Advanced controls and Custom Design UI updates.<\\/li>\\n<li>Bug Fix:                      Image crop issue with http vs https.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.2<\\/h4>\\n\\n<ul>\\n<li>New Feature:                  Control for hiding and showing page titles.<\\/li>\\n<li>New Feature:                  Escape now closes an open panel.<\\/li>\\n<li>Bug Fix:                      Issue with masonry layout on box designs.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.1<\\/h4>\\n\\n<ul>\\n<li>New Feature:                  Allow customization of HR element.<\\/li>\\n<li>New Feature:                  Added information about the icons in the DropTab.<\\/li>\\n<li>New Feature:                  Added color palette control.<\\/li>\\n<li>New Feature:                  Added first time intro choices.<\\/li>\\n<li>New Feature:                  Added custom class inputs for buttons, backgrounds, hr, images and icons.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.9<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:                      Fix notices thrown when installing Blocks.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.8<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:                      Remove image content type checking.<\\/li>\\n<li>Update:                       Added filter for allowed<em>post<\\/em>types for loading editor.<\\/li>\\n<li>Update:                       Improving timing of Block loading message.<\\/li>\\n<li>Update:                       Improving performance of Blocks on sites with a lot of content.<\\/li>\\n<li>Update:                       Updating background image urls.<\\/li>\\n<li>Update:                       Updating Font Awesome icon selections.<\\/li>\\n<li>Update:                       Adding alternative image request methods.<\\/li>\\n<li>Update:       JIRA WPB-3373   Use latest version of shared assets.<\\/li>\\n<li>Bug fix:      JIRA WPB-3348   Fixing an error on attachment page.<\\/li>\\n<li>Bug fix:      JIRA WPB-3383   Adding filter for posts to be excluded from My Blocks.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3303   Misc. bug fixes for  Dynamic Blocks.<\\/li>\\n<li>New Feature:                  Delete Block button added to Block UI.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.6<\\/h4>\\n\\n<ul>\\n<li>New Feature:  JIRA WPB-3246   Integrating new Dynamic Blocks.<\\/li>\\n<li>Update:       JIRA WPB-3292   Updated plugin URI.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.5<\\/h4>\\n\\n<ul>\\n<li>Update:                       Updated for WordPress 4.8.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.4<\\/h4>\\n\\n<ul>\\n<li>New Feature:  JIRA WPB-3199   Added support for WPForms.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3161   Fixed auto plugin update.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3151   Added check and load before using get<em>plugin<\\/em>data() for updates.<\\/li>\\n<li>Update:       JIRA WPB-3131   Removing btn-flat default class.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.1<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-3043   Updating plugin description.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:      JIRA WPB-3220   Replaced section background image 404.<\\/li>\\n<li>Bug Fix:      JIRA WPB-3217   Google maps not replaced on edit.<\\/li>\\n<li>Bug Fix:      JIRA WPB-3215   Disable mce inline_boundaries.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2912   Fixed issue when installing plugins from the Tools Import page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2504   Crop image screen closes immediately.<\\/li>\\n<li>Bug fix:      JIRA WPB-2974   Updating section background image URLs.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.4<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:      JIRA WPB-2882   Fixing chrome drag auto scroll.<\\/li>\\n<li>Bug fix:      JIRA WPB-2892   Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).<\\/li>\\n<li>Bug fix:      JIRA WPB-2883   Error thrown while resizing.<\\/li>\\n<li>Bug fix:      JIRA WPB-2881   Column Drag outline is the wrong color.<\\/li>\\n<li>Bug fix:      JIRA WPB-2880   Blocks not vertically centered.<\\/li>\\n<li>Update:       JIRA WPB-2902   Prioritize Post Blocks when viewing posts.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.3<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2834   Add Underline to tinymce toolbar.<\\/li>\\n<li>Update:       JIRA WPB-2828   Set default section background image position to center.<\\/li>\\n<li>Bug fix:      JIRA WPB-2830   Fixing an issue where column popover would disappear.<\\/li>\\n<li>Bug fix:      JIRA WPB-2505   Fixing an issue where swapping images was not working correctly.<\\/li>\\n<li>Bug fix:      JIRA WPB-2835   Fixing adding icons to empty areas.<\\/li>\\n<li>Bug fix:      JIRA WPB-2840   Fixing issue with system fonts displaying in editor dropdowns.<\\/li>\\n<li>Bug fix:      JIRA WPB-2727   Replace more than one image bug.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2803   Fixing issue adding Blocks.<\\/li>\\n<li>New feature:  JIRA WPB-2803   Added a new UI for Blocks.<\\/li>\\n<li>Testing:      JIRA WPB-2744   Tested on WordPress 4.7.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.1<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2503   Added plugin requirements to readme.txt file.<\\/li>\\n<li>Update:       JIRA WPB-2436   Crop Image Screen - update source image options.<\\/li>\\n<li>Bug fix:      JIRA WPB-2435   Prevent duplicate \'Add Block\' buttons.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2541   Added neutral colors to section background colors.<\\/li>\\n<li>Update:       JIRA WPB-2542   Removed duplicate maps types.<\\/li>\\n<li>Update:       JIRA WPB-2543   Added Google maps edit link.<\\/li>\\n<li>Update:       JIRA WPB-2532   Updating Dependencies.<\\/li>\\n<li>Bug fix:      JIRA WPB-2540   Fixed issue with text color and section backgrounds.<\\/li>\\n<li>Bug fix:      JIRA WPB-2533   Fixing issue with update notice blocking user interaction on loading failure.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.13<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2522   Fixing panel issue after first time notice.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.12<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2489   Added update notice for users updating to 1.3.<\\/li>\\n<li>Update:       JIRA WPB-2479   Adding a conversion method from static maps to embed maps.<\\/li>\\n<li>Bug fix:      JIRA WPB-2456   Allow users to drag into empty sections.<\\/li>\\n<li>Bug fix:      JIRA WPB-2494   Fixed issue with system fonts used in themes.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.11<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:      JIRA WPB-2470   Fixing issue with popover panel items.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.10<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2456   Smoothing auto scroll during drag.<\\/li>\\n<li>Update:       JIRA WPB-2453   Hide popover font control when not applicable.<\\/li>\\n<li>Update:       JIRA WPB-2440   Setting default text color for column backgrounds.<\\/li>\\n<li>Update:       JIRA WPB-2065   Added default to font selection.<\\/li>\\n<li>Update:       JIRA WPB-2461   Add Media now in Drop Tab > Add new.<\\/li>\\n<li>Bug fix:      JIRA WPB-2448   Fixing issue with column popover at the edge of the screen.<\\/li>\\n<li>Bug fix:      JIRA WPB-2457   Fixing z-index issue withe section popover.<\\/li>\\n<li>Bug fix:      JIRA WPB-2454   Image being cloned after pressing enter.<\\/li>\\n<li>Bug fix:      JIRA WPB-2442   Nested columns allowed for parent column backgrounds.<\\/li>\\n<li>Bug fix:      JIRA WPB-2441   Fixing issue with row resize cursor.<\\/li>\\n<li>Bug fix:      JIRA WPB-2447   Hide button color if multiple buttons in a paragraph.<\\/li>\\n<li>Bug fix:      JIRA WPB-2455   Staging colors and buttons will now be enqueued correctly.<\\/li>\\n<li>Update:       JIRA WBP-2426   Adjust the way crop modal hides router tabs.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.9<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:      JIRA WPB-2428   Added cache busting for colors and button files.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.8<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2420   Added EOF line breaks.<\\/li>\\n<li>Update:       JIRA WPB-2407   Fix issue with direction of section popover menu.<\\/li>\\n<li>Bug fix:      JIRA WPB-2405   Fixed issue where section border did not show.<\\/li>\\n<li>Bug fix:      JIRA WPB-2408   Fixed issue where change icon does not appear.<\\/li>\\n<li>Bug fix:      JIRA WPB-2409   Fixed issue causing missing image toolbar.<\\/li>\\n<li>Bug fix:      JIRA WPB-2405   Fixed issue causing button customization to disappear.<\\/li>\\n<li>Bug fix:      JIRA WPB-2405   Reset class controls when opening customizer.<\\/li>\\n<li>New feature:  JIRA WPB-2414   Change image added to BG menu bar.<\\/li>\\n<li>New feature:  JIRA WPB-2406   Add my button designs to button panel.<\\/li>\\n<li>New feature:  JIRA WPB-2406   Track my designs for images as the user makes changes.<\\/li>\\n<li>New feature:  JIRA WPB-2415   Add Button Primary &amp; Button Secondary to Button Panel.<\\/li>\\n<li>Bug fix:      JIRA WPB-2400   Wrapping content elements not contained, in theme default containers.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.7<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2344   Updated readme.txt for Tested up to 4.6.1.<\\/li>\\n<li>Bug fix:      JIRA WPB-2336   Load BoldGrid settings from the correct WP option (site\\/blog).<\\/li>\\n<li>Update:       JIRA WPB-2368   Setting version constant from plugin file.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Buttons, Fonts and text backgrounds will now track usage on other pages.<\\/li>\\n<li>Update:       JIRA WPB-2065   Appearance of drag element has been modified.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added Section dragging &amp; zoomed out view.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2065   Rebuilding JS assets.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2325   Added wrapper to handle mb<em>convert<\\/em>encoding() if mbstring is not loaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2065   Issue where popovers did not comeback after drag drop.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Overlays color for background images.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added column dragging to empty areas within row.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added column resizing from first column on the left boundary.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Empty columns will be automatically deleted while resizing within a row.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added border color control to boxes.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Row resizing now works in nested rows.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Add theme section fonts to font selection.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added customization options for gradients.<\\/li>\\n<li>Bug fix:      JIRA WPB-2065   Bug fixes for towards undo and redo actions.<\\/li>\\n<li>Bug fix:      JIRA WPB-2065   Fixed issues with tripple click to delete.<\\/li>\\n<li>Bug fix:      JIRA WPB-2065   Fixed issues with editor height.<\\/li>\\n<li>Bug fix:      JIRA WPB-2065   Fixed issues with color control preselecting.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2272   Fixing issue with default container class.<\\/li>\\n<li>Bug fix:      JIRA WPB-2271   Fixing JS error when gallery plugin is missing.<\\/li>\\n<li>Bug fix:      JIRA WPB-2273   Fixing issue breaking font family selection.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.3<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2256   Updated readme.txt for Tested up to: 4.6.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added customiztion of Icons.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added customiztion of Backgrounds.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added customiztion for widths of rows.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added customiztion for padding on rows.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added customiztion of Buttons.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added customiztion of Fonts.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Introduced customization and new component \\\"Text Backgrounds\\\".<\\/li>\\n<li>New feature:  JIRA WPB-2065   Users can now add border to images.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Users can now apply filters to images.<\\/li>\\n<li>Rework:       JIRA WPB-1825   Formatting.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2175   Issue causing parent row to be deleted when removing icon or anchor.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2146   Issue with pressing enter on an empty .row > .column.<\\/li>\\n<li>Bug fix:      JIRA WPB-2149   Fixed issue with Blocks getting images updated.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2126   Fixing issue with column popover size when zooming out.<\\/li>\\n<li>Bug fix:      JIRA WPB-2103   Sporadic issue, images load but then disappear within editor.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.5<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-2037   Added capability for auto-updates by BoldGrid API response.<\\/li>\\n<li>Testing:      JIRA WPB-2046   Tested on WordPress 4.5.3.<\\/li>\\n<li>Bug fix:      JIRA WPB-2086   Adding a new row was not allowing you to type in it.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1901   Fixed issue with non BG themes and Blocks modal.<\\/li>\\n<li>New Feature:  JIRA WPB-1912   Adding font family and font size controls to customizer widgets.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.3<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-1877   Changing borders to outline for draggable objects.<\\/li>\\n<li>Update:       JIRA WPB-1884   Passed WordPress 4.5.1 testing.<\\/li>\\n<li>Bug fix:      JIRA WPB-1894   Javascript error in console after loading Blocks.<\\/li>\\n<li>Bug fix:      JIRA WPB-1895   JS Error when going to \'Google Map\' tab.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1847   Addressing issues with drag and drop in Safari and Microsoft Edge w\\/ WP 4.5.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1842   Addressing issues with drag and drop in Chrome and FF w\\/ WP 4.5.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1816   Fixed update class interference with the Add Plugins page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1809   Fixed undefined index \\\"action\\\" for some scenarios.  Optimized update class and addessed CodeSniffer items.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1748   Fixing flexbox issue on safari<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-1361   Added license file.<\\/li>\\n<li>New feature:  JIRA WPB-1695   Suggest crop: Add \'size\' dropdown menu when cropping an image.<\\/li>\\n<li>New feature:  JIRA WPB-1698   Suggest crop: default selection should be as wide as it could be.<\\/li>\\n<li>New feature:  JIRA WPB-1697   Suggest crop: Center the default selection.<\\/li>\\n<li>New feature:  JIRA WPB-1528   Drag and drop enabled state is now remembered per theme.<\\/li>\\n<li>Update:       JIRA WPB-1696   Suggest crop: Do not trigger on \'Add Media\'.<\\/li>\\n<li>Update:       JIRA WPB-1738   Suggest crop: Remove feature switch.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.8<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1665   Change button opens \'Replace Image\' media modal.<\\/li>\\n<li>New feature:  JIRA WPB-1684   Suggest image crop when replacing images of different aspect ratios.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.7<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1616   Updated require and include statements for standards.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.6<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1520   Serve static Blocks via API<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Fixed PHP version check condition (&lt;5.3).<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1520   Adding Icons for draggable tools<\\/li>\\n<li>Usability:    JIRA WPB-1558   Improved popover hover responsiveness<\\/li>\\n<li>Bug fix:      JIRA WPB-1553   Added support for <strong>DIR<\\/strong> in PHP &lt;=5.2.<\\/li>\\n<li>New feature:  JIRA WPB-1026   Enable fontsize and family selection in tinymce<\\/li>\\n<li>New feature:  JIRA WPB-1523   Columns will now extend to the full height of row.<\\/li>\\n<li>New feature:  JIRA WPB-1332   Updating the loading graphic<\\/li>\\n<li>Misc:         JIRA WPB-1468   Updated readme.txt for Tested up to: 4.4.1<\\/li>\\n<li>New feature:  JIRA WPB-1522   Standardize Drag Menu order<\\/li>\\n<li>New feature:  JIRA WPB-1557   Add wp-image-## class to images when adding Blocks.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-711    Fixing compatibility issues with IE 11, 12 and 13<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1432   Added unit tests<\\/li>\\n<li>Bug fix:      JIRA WPB-1381   Insert media will now be the default tab when changing an image<\\/li>\\n<li>Bug fix:      JIRA WPB-1453   Fixing issue causing tinymce height to be too large to too small<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1363   Updated readme.txt for WordPress standards.<\\/li>\\n<li>Usability:    JIRA WPB-1256   Adding cache query args for tinymce styles<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:                      Fixing error experienced in non BG themes in editor<\\/li>\\n<\\/ul>\\n\\n<h4>1.0<\\/h4>\\n\\n<ul>\\n<li>Initial public release.<\\/li>\\n<\\/ul>\\n\",\"upgrade_notice\":\"<h4>1.0.1<\\/h4>\\n\\n<p>Users should upgrade to version 1.0.1 to avoid issues using non-BoldGrid themes.<\\/p>\\n\"}\";s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:8027:\"{\"4.9.1\":{\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.9\":{\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.8.5\":{\"1.6.0.2\":[100,95]},\"4.8.4\":{\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.8.3\":{\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.8.2\":{\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.8\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.9\":{\"1.6.0.2\":[100,95]},\"4.7.8\":{\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.7\":{\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.6\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.5\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.4\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.3\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.2\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.1\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.9\":{\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.8\":{\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.6\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.5\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.4\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.3\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.2\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.10\":{\"1.6.0.2\":[100,95]},\"4.6.1\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.9\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.8\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.7\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.6\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.5\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.4\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.3\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.2\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.12\":{\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.11\":{\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.10\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.1\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.4.9\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.4.8\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.4.7\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.4.6\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.4.5\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.4.11\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.4.10\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.3.1\":{\"0.9\":[100,12],\"1.0.1\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5.1\":[100,12],\"1.0.6\":[100,12],\"1.0.7\":[100,12],\"1.0.8\":[100,12],\"1.0.9\":[100,12],\"1.1\":[100,12],\"1.1.1.1\":[100,12],\"1.1.1.2\":[100,12],\"1.1.0.1\":[100,12],\"1.1.2\":[100,12],\"1.1.3\":[100,12],\"1.1.4\":[100,12],\"1.1.5\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.4\":[100,12],\"1.2.6\":[100,12],\"1.2.7\":[100,12],\"1.2.9\":[100,12],\"1.2.11\":[100,12],\"1.2.13\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,12],\"1.4.4\":[100,12],\"1.4.0.1\":[100,12],\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:71:\"{\"drag and drop\":\"Drag and drop\",\"tinymce\":\"Tinymce\",\"editor\":\"Editor\"}\";s:7:\"banners\";s:139:\"{\"low\":\"//repo.boldgrid.com/assets/banner-editor-banner-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-editor-banner-1544x500.png\"}\";}}s:7:\"updated\";i:1527257021;}','no'),(12604,'_site_transient_timeout_browser_b12d5038d8519a3a5d8c6c00ea573726','1527601414','no'),(26128,'_transient_timeout_nf_form_1','1527361141','no'),(26129,'_transient_nf_form_1','O:7:\"NF_Form\":5:{s:7:\"form_id\";s:1:\"1\";s:8:\"settings\";a:6:{s:12:\"date_updated\";s:19:\"2015-10-26 15:54:13\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:10:\"show_title\";s:1:\"0\";s:6:\"status\";s:0:\"\";s:10:\"form_title\";s:6:\"Form 1\";}s:6:\"fields\";a:5:{i:1;a:7:{s:2:\"id\";s:1:\"1\";s:7:\"form_id\";s:1:\"1\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"0\";s:4:\"data\";a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"6\";}i:2;a:7:{s:2:\"id\";s:1:\"2\";s:7:\"form_id\";s:1:\"1\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"1\";s:4:\"data\";a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"7\";}i:3;a:7:{s:2:\"id\";s:1:\"3\";s:7:\"form_id\";s:1:\"1\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"2\";s:4:\"data\";a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"14\";}i:4;a:7:{s:2:\"id\";s:1:\"4\";s:7:\"form_id\";s:1:\"1\";s:4:\"type\";s:9:\"_textarea\";s:5:\"order\";s:1:\"3\";s:4:\"data\";a:19:{s:5:\"label\";s:7:\"Message\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"1\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:5;a:7:{s:2:\"id\";s:1:\"5\";s:7:\"form_id\";s:1:\"1\";s:4:\"type\";s:7:\"_submit\";s:5:\"order\";s:1:\"4\";s:4:\"data\";a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}}s:10:\"field_keys\";a:0:{}s:6:\"errors\";a:0:{}}','no'),(26134,'_transient_timeout_nf_form_4','1527361141','no'),(26135,'_transient_nf_form_4','O:7:\"NF_Form\":5:{s:7:\"form_id\";s:1:\"4\";s:8:\"settings\";a:12:{s:12:\"date_updated\";s:19:\"2016-01-25 19:19:37\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:10:\"show_title\";s:1:\"0\";s:6:\"status\";s:0:\"\";s:10:\"form_title\";s:28:\"Address Form (International)\";s:11:\"append_page\";s:0:\"\";s:4:\"ajax\";s:1:\"0\";s:9:\"logged_in\";s:1:\"0\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";}s:6:\"fields\";a:9:{i:39;a:7:{s:2:\"id\";s:2:\"39\";s:7:\"form_id\";s:1:\"4\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"0\";s:4:\"data\";a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"6\";}i:40;a:7:{s:2:\"id\";s:2:\"40\";s:7:\"form_id\";s:1:\"4\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"1\";s:4:\"data\";a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"7\";}i:41;a:7:{s:2:\"id\";s:2:\"41\";s:7:\"form_id\";s:1:\"4\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"2\";s:4:\"data\";a:38:{s:5:\"label\";s:7:\"Address\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"1\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"8\";}i:42;a:7:{s:2:\"id\";s:2:\"42\";s:7:\"form_id\";s:1:\"4\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"3\";s:4:\"data\";a:38:{s:5:\"label\";s:9:\"Address 2\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"1\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"9\";}i:43;a:7:{s:2:\"id\";s:2:\"43\";s:7:\"form_id\";s:1:\"4\";s:4:\"type\";s:8:\"_country\";s:5:\"order\";s:1:\"4\";s:4:\"data\";a:20:{s:5:\"label\";s:7:\"Country\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:24:\"country_use_custom_first\";s:1:\"0\";s:20:\"country_custom_first\";s:0:\"\";s:3:\"req\";s:1:\"1\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"13\";}i:44;a:7:{s:2:\"id\";s:2:\"44\";s:7:\"form_id\";s:1:\"4\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"5\";s:4:\"data\";a:35:{s:5:\"label\";s:25:\"State / Province / Region\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"1\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:45;a:7:{s:2:\"id\";s:2:\"45\";s:7:\"form_id\";s:1:\"4\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"6\";s:4:\"data\";a:38:{s:5:\"label\";s:11:\"City / Town\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"1\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"10\";}i:46;a:7:{s:2:\"id\";s:2:\"46\";s:7:\"form_id\";s:1:\"4\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"7\";s:4:\"data\";a:38:{s:5:\"label\";s:17:\"Zip / Postal Code\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"12\";}i:47;a:7:{s:2:\"id\";s:2:\"47\";s:7:\"form_id\";s:1:\"4\";s:4:\"type\";s:7:\"_submit\";s:5:\"order\";s:1:\"8\";s:4:\"data\";a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}}s:10:\"field_keys\";a:0:{}s:6:\"errors\";a:0:{}}','no'),(26138,'_transient_timeout_nf_form_7','1527361141','no'),(26139,'_transient_nf_form_7','O:7:\"NF_Form\":5:{s:7:\"form_id\";s:1:\"7\";s:8:\"settings\";a:6:{s:12:\"date_updated\";s:19:\"2016-01-25 19:57:11\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:10:\"show_title\";s:1:\"0\";s:6:\"status\";s:0:\"\";s:10:\"form_title\";s:39:\"Event Registration Form (Group Support)\";}s:6:\"fields\";a:6:{i:61;a:7:{s:2:\"id\";s:2:\"61\";s:7:\"form_id\";s:1:\"7\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"0\";s:4:\"data\";a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"6\";}i:62;a:7:{s:2:\"id\";s:2:\"62\";s:7:\"form_id\";s:1:\"7\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"1\";s:4:\"data\";a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"7\";}i:63;a:7:{s:2:\"id\";s:2:\"63\";s:7:\"form_id\";s:1:\"7\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"2\";s:4:\"data\";a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"14\";}i:64;a:7:{s:2:\"id\";s:2:\"64\";s:7:\"form_id\";s:1:\"7\";s:4:\"type\";s:7:\"_number\";s:5:\"order\";s:1:\"3\";s:4:\"data\";a:17:{s:5:\"label\";s:10:\"Group Size\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:1:\"1\";s:10:\"number_min\";s:1:\"1\";s:10:\"number_max\";s:2:\"10\";s:11:\"number_step\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:65;a:7:{s:2:\"id\";s:2:\"65\";s:7:\"form_id\";s:1:\"7\";s:4:\"type\";s:9:\"_textarea\";s:5:\"order\";s:1:\"4\";s:4:\"data\";a:19:{s:5:\"label\";s:20:\"Special Instructions\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:66;a:7:{s:2:\"id\";s:2:\"66\";s:7:\"form_id\";s:1:\"7\";s:4:\"type\";s:7:\"_submit\";s:5:\"order\";s:1:\"5\";s:4:\"data\";a:8:{s:5:\"label\";s:8:\"Register\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}}s:10:\"field_keys\";a:0:{}s:6:\"errors\";a:0:{}}','no'),(26142,'_transient_timeout_nf_form_9','1527361141','no'),(26143,'_transient_nf_form_9','O:7:\"NF_Form\":5:{s:7:\"form_id\";s:1:\"9\";s:8:\"settings\";a:6:{s:12:\"date_updated\";s:19:\"2016-01-25 20:15:15\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:10:\"show_title\";s:1:\"0\";s:6:\"status\";s:0:\"\";s:10:\"form_title\";s:24:\"Information Request Form\";}s:6:\"fields\";a:6:{i:72;a:7:{s:2:\"id\";s:2:\"72\";s:7:\"form_id\";s:1:\"9\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"0\";s:4:\"data\";a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"6\";}i:73;a:7:{s:2:\"id\";s:2:\"73\";s:7:\"form_id\";s:1:\"9\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"1\";s:4:\"data\";a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"7\";}i:74;a:7:{s:2:\"id\";s:2:\"74\";s:7:\"form_id\";s:1:\"9\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"2\";s:4:\"data\";a:38:{s:5:\"label\";s:8:\"Zip Code\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"12\";}i:75;a:7:{s:2:\"id\";s:2:\"75\";s:7:\"form_id\";s:1:\"9\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"3\";s:4:\"data\";a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"14\";}i:76;a:7:{s:2:\"id\";s:2:\"76\";s:7:\"form_id\";s:1:\"9\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"4\";s:4:\"data\";a:38:{s:5:\"label\";s:5:\"Phone\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"1\";s:10:\"user_email\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"15\";}i:77;a:7:{s:2:\"id\";s:2:\"77\";s:7:\"form_id\";s:1:\"9\";s:4:\"type\";s:7:\"_submit\";s:5:\"order\";s:1:\"5\";s:4:\"data\";a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}}s:10:\"field_keys\";a:0:{}s:6:\"errors\";a:0:{}}','no'),(26140,'_transient_timeout_nf_form_8','1527361141','no'),(26141,'_transient_nf_form_8','O:7:\"NF_Form\":5:{s:7:\"form_id\";s:1:\"8\";s:8:\"settings\";a:6:{s:12:\"date_updated\";s:19:\"2016-01-25 19:58:37\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:10:\"show_title\";s:1:\"0\";s:6:\"status\";s:0:\"\";s:10:\"form_title\";s:23:\"Event Registration Form\";}s:6:\"fields\";a:5:{i:67;a:7:{s:2:\"id\";s:2:\"67\";s:7:\"form_id\";s:1:\"8\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"0\";s:4:\"data\";a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";s:1:\"0\";s:6:\"def_id\";s:1:\"6\";}i:68;a:7:{s:2:\"id\";s:2:\"68\";s:7:\"form_id\";s:1:\"8\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"1\";s:4:\"data\";a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";s:1:\"0\";s:6:\"def_id\";s:1:\"7\";}i:69;a:7:{s:2:\"id\";s:2:\"69\";s:7:\"form_id\";s:1:\"8\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"2\";s:4:\"data\";a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"14\";}i:70;a:7:{s:2:\"id\";s:2:\"70\";s:7:\"form_id\";s:1:\"8\";s:4:\"type\";s:9:\"_textarea\";s:5:\"order\";s:1:\"3\";s:4:\"data\";a:19:{s:5:\"label\";s:20:\"Special Instructions\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:71;a:7:{s:2:\"id\";s:2:\"71\";s:7:\"form_id\";s:1:\"8\";s:4:\"type\";s:7:\"_submit\";s:5:\"order\";s:1:\"4\";s:4:\"data\";a:8:{s:5:\"label\";s:8:\"Register\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}}s:10:\"field_keys\";a:0:{}s:6:\"errors\";a:0:{}}','no'),(25827,'_site_transient_community-events-92ed26a16fb71ed5d022fd0f5dae6d62','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"108.32.26.0\";}s:6:\"events\";a:7:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Europe\";s:3:\"url\";s:33:\"https://2018.europe.wordcamp.org/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2018-06-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Belgrade, Serbia\";s:7:\"country\";s:2:\"RS\";s:8:\"latitude\";d:44.8084970000000026857378543354570865631103515625;s:9:\"longitude\";d:20.43228500000000025238477974198758602142333984375;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:4:\"WP15\";s:3:\"url\";s:86:\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2018-05-27 12:00:00\";s:8:\"location\";a:1:{s:8:\"location\";s:10:\"Everywhere\";}}i:2;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:17:\"WordCamp Hamilton\";s:3:\"url\";s:34:\"https://2018.hamilton.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2018-06-02 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Hamilton, Ontario, Canada\";s:7:\"country\";s:2:\"CA\";s:8:\"latitude\";d:43.256868900000000621730578131973743438720703125;s:9:\"longitude\";d:-79.9010344000000003461536834947764873504638671875;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Kent, OH, USA\";s:3:\"url\";s:30:\"https://2018.kent.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2018-06-09 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Kent, OH, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.1523236999999966201357892714440822601318359375;s:9:\"longitude\";d:-81.3558792000000039479346014559268951416015625;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:13:\"WordCamp Kent\";s:3:\"url\";s:82:\"https://www.meetup.com/Pittsburgh-WordPress-Developers-Designers/events/250613057/\";s:6:\"meetup\";s:20:\"WordPress Pittsburgh\";s:10:\"meetup_url\";s:65:\"https://www.meetup.com/Pittsburgh-WordPress-Developers-Designers/\";s:4:\"date\";s:19:\"2018-06-09 08:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Kent, OH, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:41.15232499999999760120772407390177249908447265625;s:9:\"longitude\";d:-81.3558809999999965612005325965583324432373046875;}}i:5;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:18:\"WordCamp Kent 2018\";s:3:\"url\";s:53:\"https://www.meetup.com/NEOWordPress/events/248100411/\";s:6:\"meetup\";s:31:\"Northeast Ohio WordPress Meetup\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/NEOWordPress/\";s:4:\"date\";s:19:\"2018-06-09 08:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:9:\"Kent, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.15235899999999702458808314986526966094970703125;s:9:\"longitude\";d:-81.3564070000000043592081055976450443267822265625;}}i:6;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:26:\"WordCamp Pittsburgh PA USA\";s:3:\"url\";s:36:\"https://2018.pittsburgh.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2018-09-22 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Pittsburgh PA USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.424857000000002926753950305283069610595703125;s:9:\"longitude\";d:-80.189424500000001216903910972177982330322265625;}}}}','no'),(24392,'_transient_timeout_boldgrid_editor_version_data','1527277576','no'),(26120,'_site_transient_timeout_theme_roots','1527276335','no'),(21462,'_transient_timeout_nf_form_6','1527281535','no'),(21463,'_transient_nf_form_6','O:7:\"NF_Form\":5:{s:7:\"form_id\";s:1:\"6\";s:8:\"settings\";a:12:{s:12:\"date_updated\";s:19:\"2018-05-22 16:48:50\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:10:\"show_title\";s:1:\"0\";s:6:\"status\";s:0:\"\";s:10:\"form_title\";s:24:\"Email Form (Traditional)\";s:11:\"append_page\";s:0:\"\";s:4:\"ajax\";s:1:\"0\";s:9:\"logged_in\";s:1:\"0\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";}s:6:\"fields\";a:5:{i:56;a:7:{s:2:\"id\";s:2:\"56\";s:7:\"form_id\";s:1:\"6\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"0\";s:4:\"data\";a:35:{s:5:\"label\";s:4:\"Name\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:57;a:7:{s:2:\"id\";s:2:\"57\";s:7:\"form_id\";s:1:\"6\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"1\";s:4:\"data\";a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"14\";}i:58;a:7:{s:2:\"id\";s:2:\"58\";s:7:\"form_id\";s:1:\"6\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"2\";s:4:\"data\";a:35:{s:5:\"label\";s:15:\"Year Make Model\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:59;a:7:{s:2:\"id\";s:2:\"59\";s:7:\"form_id\";s:1:\"6\";s:4:\"type\";s:9:\"_textarea\";s:5:\"order\";s:1:\"3\";s:4:\"data\";a:19:{s:5:\"label\";s:7:\"Message\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"1\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:60;a:7:{s:2:\"id\";s:2:\"60\";s:7:\"form_id\";s:1:\"6\";s:4:\"type\";s:7:\"_submit\";s:5:\"order\";s:1:\"4\";s:4:\"data\";a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}}s:10:\"field_keys\";a:0:{}s:6:\"errors\";a:0:{}}','no'),(373,'boldgrid_widgets_created','a:2:{s:12:\"contact_info\";s:22:\"black-studio-tinymce-0\";s:14:\"call_to_action\";s:22:\"black-studio-tinymce-1\";}','yes'),(374,'widget_C','a:1:{i:0;s:12:\"Contact Info\";}','yes'),(375,'widget_','a:1:{i:0;s:124:\"	&copy; 2016 Pittsburgh Vehicle PPI | 202 Grid Blvd. Agloe, NY 12776 | 777-765-4321 | <a href=\"mailto:\">info@example.com</a>\";}','yes'),(376,'widget_v','a:1:{i:0;s:6:\"visual\";}','yes'),(377,'widget_b','a:1:{i:0;s:20:\"black-studio-tinymce\";}','yes'),(378,'boldgrid_menus_created','a:1:{i:0;s:12:\"Social Media\";}','yes'),(479,'boldgrid_install_options','a:19:{s:11:\"author_type\";N;s:11:\"language_id\";N;s:14:\"theme_group_id\";N;s:8:\"theme_id\";i:45;s:18:\"theme_version_type\";s:6:\"stable\";s:11:\"category_id\";i:3;s:14:\"subcategory_id\";i:17;s:11:\"page_set_id\";i:3;s:21:\"page_set_version_type\";s:6:\"stable\";s:3:\"pde\";a:1:{i:0;a:2:{s:13:\"pde_type_name\";s:16:\"background_image\";s:14:\"pde_curated_id\";i:125;}}s:8:\"new_path\";s:19:\"0214058001527002896\";s:13:\"ticket_number\";s:0:\"\";s:16:\"build_profile_id\";i:812622;s:12:\"custom_pages\";N;s:17:\"install_timestamp\";i:1527003057;s:15:\"subcategory_key\";s:11:\"Home Repair\";s:16:\"subcategory_name\";s:11:\"Home Repair\";s:15:\"is_base_pageset\";b:0;s:20:\"parent_category_name\";s:15:\"Home & Property\";}','yes'),(408,'nf_admin_notice','a:2:{s:14:\"allow_tracking\";a:3:{s:5:\"start\";s:10:\"12/15/2016\";s:3:\"int\";i:0;s:9:\"dismissed\";i:1;}s:10:\"three_info\";a:2:{s:5:\"start\";s:10:\"12/15/2016\";s:3:\"int\";i:0;}}','yes'),(24402,'_transient_timeout_boldgrid_ninja_forms_version_data','1527277579','no'),(24403,'_transient_boldgrid_ninja_forms_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:20:\"BoldGrid Ninja Forms\";s:7:\"version\";s:3:\"1.5\";s:8:\"asset_id\";i:842931;s:12:\"release_date\";s:10:\"2017-08-08\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:5:\"4.8.1\";s:8:\"sections\";s:780:\"{\"description\":\"<p>BoldGrid Ninja Forms is a webform builder with unparalleled ease of use and features.<\\/p>\\n\",\"installation\":\"<p>This section describes how to install the plugin and get it working.<\\/p>\\n\\n<ol>\\n<li>Upload the entire boldgrid-ninja-forms folder to the \\/wp-content\\/plugins\\/ directory.<\\/li>\\n<li>Activate the plugin through the Plugins menu in WordPress.<\\/li>\\n<li>You will find the Forms menu in your WordPress Dashboard \\/ admin panel.<\\/li>\\n<\\/ol>\\n\",\"upgrade_notice\":\"<h4>1.2.1<\\/h4>\\n\\n<p>Shortcodes have been re-implemented. They are used like so: [ninja_form id=3] where 3 is the ID number of the form you want to display.<\\/p>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<p>Users should update to boldgrid-ninja-forms version 1.1.1 for support in WordPress 4.5.<\\/p>\\n\"}\";s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:2292:\"{\"4.8.1\":{\"1.5\":[100,95]},\"4.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.9\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.9\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.10\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.3.1\":{\"0.0.1\":[100,12],\"1.0\":[100,12],\"1.0.1\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4.1\":[100,12],\"1.0.5\":[100,12],\"1.0.6\":[100,12],\"1.0.7.1\":[100,12],\"1.1.0.1\":[100,12],\"1.1.1.1\":[100,12],\"1.1.2\":[100,12],\"1.1.3\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.3\":[100,12],\"1.2.4\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.0.1\":[100,12],\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:75:\"{\"contact form\":\"Contact form\",\"form\":\"Form\",\"form builder\":\"Form builder\"}\";s:7:\"banners\";s:135:\"{\"low\":\"//repo.boldgrid.com/assets/banner-ninja-forms-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-ninja-forms-1544x500.png\"}\";}}s:7:\"updated\";i:1527248779;}','no'),(485,'boldgrid_theme_revision_Grid One','20161205104338-412','yes'),(486,'theme_mods_boldgrid-gridone','a:9:{s:18:\"_boldgrid_theme_id\";i:40;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:0;s:6:\"social\";i:0;}s:22:\"boldgrid_color_palette\";s:222:\"{\"state\":{\"active-palette\":\"palette-primary\",\"active-palette-id\":\"c39ca97b4cb5fdb12184c552c4e254cf\",\"palettes\":{\"palette-primary\":{\"format\":\"palette-primary\",\"colors\":[\"#333333\",\"#337ab7\",\"#ffffff\"]}},\"saved_palettes\":[]}}\";s:22:\"boldgrid_palette_class\";s:15:\"palette-primary\";s:21:\"boldgrid_compiled_css\";s:7841:\".color1-text-default{color:#fff}.color-1-text-contrast{color:#fff ! important}.color2-text-default{color:#fff}.color-2-text-contrast{color:#fff ! important}.color3-text-default{color:#333}.color-3-text-contrast{color:#333 ! important}.color1-color{color:#333 ! important}.color1-color-hover:hover{color:#333 ! important}.color2-color{color:#337ab7 ! important}.color2-color-hover:hover{color:#337ab7 ! important}.color3-color{color:#fff ! important}.color3-color-hover:hover{color:#fff ! important}.color1-background{background:#333 ! important}.color1-background-hover:hover{background:#333 ! important}.color2-background{background:#337ab7 ! important}.color2-background-hover:hover{background:#337ab7 ! important}.color3-background{background:#fff ! important}.color3-background-hover:hover{background:#fff ! important}.color1-background-color{background-color:#333 ! important}.color1-background-color-hover:hover{background-color:#333 ! important}.color2-background-color{background-color:#337ab7 ! important}.color2-background-color-hover:hover{background-color:#337ab7 ! important}.color3-background-color{background-color:#fff ! important}.color3-background-color-hover:hover{background-color:#fff ! important}.color1-border-color{border-color:#333 ! important}.color1-border-color-hover:hover{border-color:#333 ! important}.color2-border-color{border-color:#337ab7 ! important}.color2-border-color-hover:hover{border-color:#337ab7 ! important}.color3-border-color{border-color:#fff ! important}.color3-border-color-hover:hover{border-color:#fff ! important}.btn-color-1,.btn-color-1-flat{background-color:#333;border-color:#333;color:#fff !important}.btn-color-1:visited,.btn-color-1-flat:visited{color:#fff}.btn-color-1:hover,.btn-color-1-flat:hover,.btn-color-1:focus,.btn-color-1-flat:focus{background-color:#4d4d4d;border-color:#4d4d4d;color:#fff !important}.btn-color-1:active,.btn-color-1-flat:active,.btn-color-1.active,.btn-color-1-flat.active,.btn-color-1.is-active,.btn-color-1-flat.is-active{background-color:#333;border-color:#333;color:#1a1a1a !important}.btn-color-2,.btn-color-2-flat{background-color:#337ab7;border-color:#337ab7;color:#fff !important}.btn-color-2:visited,.btn-color-2-flat:visited{color:#fff}.btn-color-2:hover,.btn-color-2-flat:hover,.btn-color-2:focus,.btn-color-2-flat:focus{background-color:#4f93ce;border-color:#4f93ce;color:#fff !important}.btn-color-2:active,.btn-color-2-flat:active,.btn-color-2.active,.btn-color-2-flat.active,.btn-color-2.is-active,.btn-color-2-flat.is-active{background-color:#3f79ab;border-color:#3f79ab;color:#285f8f !important}.btn-color-3,.btn-color-3-flat{background-color:#fff;border-color:#fff;color:#333 !important}.btn-color-3:visited,.btn-color-3-flat:visited{color:#333}.btn-color-3:hover,.btn-color-3-flat:hover,.btn-color-3:focus,.btn-color-3-flat:focus{background-color:#fff;border-color:#fff;color:#333 !important}.btn-color-3:active,.btn-color-3-flat:active,.btn-color-3.active,.btn-color-3-flat.active,.btn-color-3.is-active,.btn-color-3-flat.is-active{background-color:#fff;border-color:#fff;color:#e6e6e6 !important}.palette-primary{background:#fff;color:#333;}.palette-primary .button-primary,.palette-primary input[type=\"submit\"],.palette-primary .widget .table-striped > tbody > tr:nth-child(2n+1) > td{background:#333;border:1px solid #333;color:#fff}.palette-primary .button-secondary{background:#337ab7;border:1px solid #337ab7;color:#fff}.palette-primary .button-primary:hover,.palette-primary .button-primary:active,.palette-primary input[type=\"submit\"]:hover,.palette-primary input[type=\"submit\"]:focus{background:#337ab7;border:1px solid #337ab7;color:#fff}.palette-primary .button-secondary:hover,.palette-primary .button-secondary:active{background:none;border:1px solid #333;color:#333}.palette-primary h1,.palette-primary h2,.palette-primary h3,.palette-primary h4,.palette-primary h5,.palette-primary h6,.palette-primary caption,.palette-primary #menu-social li a{color:#333}.palette-primary .title-main{border-bottom:1px solid #333;border-top:1px solid #333;color:#333}.palette-primary hr{background:#333}.palette-primary .mod-blockquote{border-left:7px solid #333}.palette-primary .mod-icon-circle i{border:2px solid #333;color:#333}.palette-primary .mod-divider{border-top:1px solid #333}.palette-primary .entry-title:before{border-top:1px solid #333}.palette-primary .navbar-default .navbar-nav > .open > a,.palette-primary .navbar-default .navbar-nav > .open > a:hover,.palette-primary .navbar-default .navbar-nav > .open > a:focus,.palette-primary .navbar-default .navbar-nav > .current-menu-parent > a,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{background:#337ab7;color:#fff}.palette-primary #secondary-menu a,.palette-primary #tertiary-menu a,.palette-primary #menu-social a{color:#fff}.palette-primary #secondary-menu .current-menu-item a,.palette-primary #tertiary-menu .current-menu-item a{color:#337ab7}.palette-primary #footer-center-menu .current-menu-item a{color:#333}.palette-primary a,.palette-primary .link-primary,.palette-primary .link-secondary,.palette-primary .heading-alt,.palette-primary #menu-social li a:hover,.palette-primary #menu-social li a:focus,.palette-primary #secondary-menu a[href]:hover,.palette-primary #tertiary-menu a[href]:hover,.palette-primary .navbar-default .navbar-nav > li > a:hover,.palette-primary .navbar-default .navbar-nav > li > a:focus,.palette-primary .navbar-default .navbar-nav > .active > a,.palette-primary .navbar-default .navbar-nav > .active > a:hover,.palette-primary .navbar-default .navbar-nav > .active > a:focus,.palette-primary .palette-primary.disabled-footer .site-footer a{color:#337ab7}.palette-primary .navbar-default .navbar-toggle:hover .icon-bar,.palette-primary .navbar-default .navbar-toggle:focus .icon-bar .navbar-default .navbar-toggle .icon-bar{background-color:#337ab7}.palette-primary .form-submit .submit{background:#333;color:#fff}.palette-primary .form-submit .submit:hover,.palette-primary .form-submit .submit:focus{background:#337ab7;color:#fff}.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#333}.palette-primary .navbar-default .navbar-nav .dropdown-menu{background:#fff}.palette-primary .navbar-default .navbar-nav > .dropdown.active.open > a,.palette-primary .navbar-default .navbar-nav > li.dropdown.active.open > a:hover,.palette-primary .navbar-default .navbar-nav > li.dropdown.active.open > a:focus,.palette-primary .navbar-default .navbar-nav > .dropdown.active.open > a:hover{color:#fff}@media (min-width:768px){.palette-primary{}.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#333}}.palette-primary .palette-primary.disabled-footer .site-footer,.palette-primary .entry-title a{background-color:#fff}.palette-primary .mod-divider i,.palette-primary .mod-divider a{background:#fff}.palette-primary .site-title a,.palette-primary #secondary-menu a,.palette-primary #tertiary-menu a,.palette-primary #menu-social a,.palette-primary .comments-area .comment-content p{color:#333}.palette-primary .navbar-default .dropdown-menu > li > a{color:#333}.palette-primary .navbar-default .navbar-toggle{border-color:#fff}.palette-primary .navbar-default .navbar-toggle:hover,.palette-primary .navbar-default .navbar-toggle:focus{background-color:#fff}.palette-primary .widget-area{border:1px solid #333}.palette-primary .woocommerce #respond input#submit,.palette-primary .woocommerce a.button,.palette-primary .woocommerce button.button,.palette-primary .woocommerce input.button,.palette-primary .woocommerce p.buttons a.button{background-color:#a46497;color:#fff}.palette-primary .woocommerce p.buttons a.button:hover{background-color:#dad8da;color:#515151}\";s:18:\"custom_css_post_id\";i:-1;s:20:\"boldgrid_font_toggle\";s:1:\"1\";s:16:\"logo_font_family\";s:5:\"Arimo\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1527003079;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:22:\"footer-company-details\";a:8:{i:0;s:3:\"C-0\";i:1;s:3:\"	-0\";i:2;s:3:\"v-0\";i:3;s:3:\"b-0\";i:4;s:3:\"C-1\";i:5;s:3:\"	-1\";i:6;s:3:\"v-1\";i:7;s:3:\"b-1\";}s:17:\"boldgrid-widget-2\";a:1:{i:0;s:22:\"black-studio-tinymce-0\";}}}}','yes'),(12568,'_transient_timeout_boldgrid_seo_version_data','1527024995','no'),(12569,'_transient_boldgrid_seo_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:12:\"BoldGrid SEO\";s:7:\"version\";s:7:\"1.5.0.2\";s:8:\"asset_id\";i:900313;s:12:\"release_date\";s:10:\"2018-01-31\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:5:\"4.9.1\";s:8:\"sections\";s:5207:\"{\"description\":\"<p>BoldGrid SEO provides website search engine optimization.<\\/p>\\n\",\"installation\":\"<ol>\\n<li><p>Upload the entire boldgrid-seo folder to the \\/wp-content\\/plugins\\/ directory.<\\/p><\\/li>\\n<li><p>Activate the plugin through the Plugins menu in WordPress.<\\/p><\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>1.5.0.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3710   Changed function to anonymous, due to conflict in the global space.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.0.1<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3644   Updating to the WordPress.org version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.4<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-3292   Updated plugin URI.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3161   Fixed auto plugin update.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3151   Added check and load before using get<em>plugin<\\/em>data() for updates.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      Fixed undefined BOLDGRID console errors on custom post types.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2912 Fixed issue when installing plugins from the Tools Import page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2892 Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).<\\/li>\\n<li>Update:       Updating keyword to keyword phrase in verbiage.<\\/li>\\n<li>Update:       Detect if BoldGrid theme has page title hidden.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2821 Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).<\\/li>\\n<li>Update:       Added support links for the keyword phrase length status messages.<\\/li>\\n<li>Bug fix:      Keyword detection was finding single characters and combining it with next word.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.4<\\/h4>\\n\\n<ul>\\n<li>Update:       Converted SEO stop words to single string for translators.<\\/li>\\n<li>New Feature:  Added Keyword Phrase length status indicator and messages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.3<\\/h4>\\n\\n<ul>\\n<li>Testing:      JIRA WPB-2744 Tested on WordPress 4.7.<\\/li>\\n<li>Update:       Removing SEO Dashboard from metabox and moving controls to keywords section.<\\/li>\\n<li>Update:       Adding more context to index\\/follow and canonical controls.<\\/li>\\n<li>Update:       Status messages now include links to help sections on boldgrid.com\\/support.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.2<\\/h4>\\n\\n<ul>\\n<li>Update:       Updated status message verbiage for analysis reports.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.1<\\/h4>\\n\\n<ul>\\n<li>Update:       Added SEO Analysis, and new features.<\\/li>\\n<li>Update:       Upgrade class has been added to handle upgrades from older version to newer ones.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2420   Added EOF line breaks.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.1<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2344   Updated readme.txt for Tested up to 4.6.1.<\\/li>\\n<li>Bug fix:      JIRA WPB-2336   Load BoldGrid settings from the correct WP option (site\\/blog).<\\/li>\\n<li>Update:       JIRA WPB-2368   Setting version constant from plugin file.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2256   Updated readme.txt for Tested up to: 4.6.<\\/li>\\n<li>Rework:       JIRA WPB-1825   Formatting.<\\/li>\\n<li>Bug Fix:      Fixing issue where HTML prints inside of title tags.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-2037   Added capability for auto-updates by BoldGrid API response.<\\/li>\\n<li>Testing:      JIRA WPB-2046   Tested on WordPress 4.5.3.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1816   Fixed update class interference with the Add Plugins page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1809   Fixed undefined index \\\"action\\\" for some scenarios.  Optimized update class and addressed CodeSniffer items.<\\/li>\\n<li>Bug fix:                      Fixing undefined index error.<\\/li>\\n<li>Bug fix:                      Fixing extraneous markup printing to author pages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.6<\\/h4>\\n\\n<ul>\\n<li>Misc:                         Update JS to pass JSHint.<\\/li>\\n<li>Misc:         JIRA WPB-1361   Added license file.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1692   Update nonce verification.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.4<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1619   Updated require and include statements for standards.<\\/li>\\n<li>Bug fix:      JIRA WPB-1638   Fixing updated filter from WordPress Update.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Changed <strong>DIR<\\/strong> to dirname( <strong>FILE<\\/strong> ) for PHP &lt;=5.2.<\\/li>\\n<li>Misc          JIRA WPB-1468   Updated readme.txt for Tested up to: 4.4.1<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1363   Updated readme.txt for WordPress standards.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:                      Updated plugin author from BoldGrid to BoldGrid.com<\\/li>\\n<\\/ul>\\n\\n<h4>1.0<\\/h4>\\n\\n<ul>\\n<li>Initial public release.<\\/li>\\n<\\/ul>\\n\",\"upgrade_notice\":\"\\n\"}\";s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:3685:\"{\"4.9.1\":{\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.9\":{\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.8.5\":{\"1.5.0.2\":[100,95]},\"4.8.4\":{\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.8.3\":{\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.8.2\":{\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.8\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.7.9\":{\"1.5.0.2\":[100,95]},\"4.7.8\":{\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.7.7\":{\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.7.6\":{\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.7.5\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.7.4\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.7.3\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.7.2\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.7.1\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.7\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.6.9\":{\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.6.8\":{\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.6.7\":{\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.6.6\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.6.5\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.6.4\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.6.3\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.6.2\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.6.10\":{\"1.5.0.2\":[100,95]},\"4.6.1\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.6\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.5.9\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.5.8\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.5.7\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.5.6\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.5.5\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.5.4\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.5.3\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.5.2\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.5.12\":{\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.5.11\":{\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.5.10\":{\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.5.1\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.5\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.4.9\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.4.8\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.4.7\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.4.6\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.4.5\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.4.10\":{\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]},\"4.3.1\":{\"0.0.1\":[100,12],\"1.0.1\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5\":[100,12],\"1.0.6\":[100,12],\"1.1.0.1\":[100,12],\"1.1.1\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.3.6\":[100,12],\"1.3.7\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,12],\"1.4.4\":[100,95],\"1.5\":[100,95],\"1.5.0.1\":[100,95],\"1.5.0.2\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:71:\"{\"seo\":\"Seo\",\"search engine optimization\":\"Search engine optimization\"}\";s:7:\"banners\";s:119:\"{\"low\":\"//repo.boldgrid.com/assets/banner-seo-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-seo-1544x500.png\"}\";}}s:7:\"updated\";i:1526996195;}','no'),(511,'boldgrid_mobile_ratio','0:10','no'),(514,'_site_transient_timeout_browser_34f676f9c342b94e657bdc22b061ef1c','1482427196','no'),(515,'_site_transient_browser_34f676f9c342b94e657bdc22b061ef1c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"54.0.2840.99\";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;}','no'),(25843,'_site_transient_timeout_available_translations','1527279210','no'),(25844,'_site_transient_available_translations','a:113:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-06 13:56:09\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.4/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-24 07:02:30\";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.9.6/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";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.7.7/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:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";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.7.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.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";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.7.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:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-04 08:43:29\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.5/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-25 15:24:22\";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.9.5/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:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";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.8.6/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-22 03:44:52\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";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.7.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.9.6\";s:7:\"updated\";s:19:\"2018-05-22 04:53:33\";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.9.6/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.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";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.7.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:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-23 13:12:01\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-24 10:52:38\";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.9.6/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.9.6\";s:7:\"updated\";s:19:\"2018-05-25 09:11:29\";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.9.6/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:8:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-21 18:15:25\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.9.6/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-21 18:14:55\";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.9.6/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-21 17:56:21\";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.9.6/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-21 17:56:03\";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.9.6/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-05 12:41:56\";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.9.5/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-22 00:27:45\";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.9.6/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_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-21 23:18:17\";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.9.6/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-23 08:45:22\";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.9.6/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_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-22 19:01:38\";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.9.6/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.9.6\";s:7:\"updated\";s:19:\"2018-05-21 15:47:52\";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.9.6/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-15 21:49:04\";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.9.6/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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-18 03:09:27\";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.9.6/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.9.5\";s:7:\"updated\";s:19:\"2018-02-27 05:22:44\";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.9.5/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.9.2\";s:7:\"updated\";s:19:\"2017-11-15 15:03:42\";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.9.2/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-15 23:17:08\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.8.6\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";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.8.6/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-01 17:54:52\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";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.7.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";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.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.9.6\";s:7:\"updated\";s:19:\"2018-05-24 20:14:56\";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.9.6/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-19 14:11:29\";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.9.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.9.2\";s:7:\"updated\";s:19:\"2017-12-09 21:12:23\";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.9.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.9.5\";s:7:\"updated\";s:19:\"2018-03-30 07:44:25\";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.9.5/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.9.6\";s:7:\"updated\";s:19:\"2018-05-16 10:29:40\";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.9.6/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_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-25 14:56:25\";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.9.6/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_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-01-31 11:16:06\";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.9.5/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_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-23 21:23: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.9.6/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:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";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.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-17 12:42:52\";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.9.6/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:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-02-14 06:16:04\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.6/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}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.9.5\";s:7:\"updated\";s:19:\"2018-04-15 08:49:46\";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.9.5/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-23 03:43:25\";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.9.6/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.9.6\";s:7:\"updated\";s:19:\"2018-05-21 15:45:31\";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.9.6/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.9.6\";s:7:\"updated\";s:19:\"2018-05-23 22:45:22\";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.9.6/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:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";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.7.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.9.5\";s:7:\"updated\";s:19:\"2018-04-13 11:16:25\";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.9.5/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.7.7\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";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.7.7/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.9.6\";s:7:\"updated\";s:19:\"2018-05-22 18:40:01\";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.9.6/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.9.6\";s:7:\"updated\";s:19:\"2018-05-23 11:38:59\";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.9.6/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-08 06:01:48\";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.9.4/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:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-22 22:24:38\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.5/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-18 09:30:34\";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.9.6/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:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-24 09:42:27\";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.9.6/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:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.6/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-23 08:05:19\";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.9.6/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.20\";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.20/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.9.6\";s:7:\"updated\";s:19:\"2018-05-22 19:04:05\";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.9.6/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-21 14:40:52\";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.9.6/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_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-23 12:42:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/nl_BE.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.9.6\";s:7:\"updated\";s:19:\"2018-05-23 14:20:12\";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.9.6/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.9.5\";s:7:\"updated\";s:19:\"2018-03-22 09:27:50\";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.9.5/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.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";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.8.3/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:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-22 06:05:40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.6/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.20\";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.20/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:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-21 19:42:47\";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.9.6/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:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-09 09:30:48\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.9.5/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-24 11:43:38\";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.9.6/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:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-25 08:42:52\";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.9.6/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.9.6\";s:7:\"updated\";s:19:\"2018-05-21 14:48:16\";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.9.6/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:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.9.6\";s:7:\"updated\";s:19:\"2018-05-22 17:23:37\";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.9.6/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.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";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.9.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:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-25 10:30:04\";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.9.5/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.9.6\";s:7:\"updated\";s:19:\"2018-05-17 22:21:34\";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.9.6/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.9.6\";s:7:\"updated\";s:19:\"2018-05-21 15:07:07\";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.9.6/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:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-02 17:08:41\";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.9.5/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.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";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.7.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.9.5\";s:7:\"updated\";s:19:\"2018-04-04 21:51:10\";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.9.5/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:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/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.9.5\";s:7:\"updated\";s:19:\"2018-04-06 20:34:06\";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.9.5/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:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-13 08:24:25\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-09 10:37:43\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-11 05:09:29\";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.9.5/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_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-09 00:56:52\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-13 02:41:15\";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.9.4/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.9.2\";s:7:\"updated\";s:19:\"2017-11-17 22:20:52\";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.9.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:\"继续\";}}}','no'),(13515,'boldgrid_staging_boldgrid_install_options','a:19:{s:11:\"author_type\";N;s:11:\"language_id\";N;s:14:\"theme_group_id\";N;s:8:\"theme_id\";i:40;s:18:\"theme_version_type\";s:6:\"stable\";s:11:\"category_id\";i:9;s:14:\"subcategory_id\";i:33;s:11:\"page_set_id\";i:7;s:21:\"page_set_version_type\";s:6:\"stable\";s:3:\"pde\";b:0;s:8:\"new_path\";s:19:\"0764265001481821750\";s:13:\"ticket_number\";s:0:\"\";s:16:\"build_profile_id\";i:677110;s:12:\"custom_pages\";N;s:17:\"install_timestamp\";i:1481822222;s:15:\"subcategory_key\";s:7:\"Default\";s:16:\"subcategory_name\";s:7:\"Default\";s:15:\"is_base_pageset\";b:1;s:20:\"parent_category_name\";s:9:\"Universal\";}','yes'),(13521,'boldgrid_staging_show_on_front','page','yes'),(13522,'boldgrid_staging_page_on_front','41','yes'),(13525,'boldgrid_staging_blogdescription','','yes'),(13526,'boldgrid_staging_boldgrid_installed_page_ids','a:3:{i:173;i:41;i:151;i:43;i:158;i:45;}','yes'),(13527,'boldgrid_staging_boldgrid_installed_pages_metadata','a:3:{i:41;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"publish\";}i:43;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"publish\";}i:45;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"publish\";}}','yes'),(26153,'_transient_is_multi_author','0','yes'),(13528,'boldgrid_staging_boldgrid_asset','a:3:{s:6:\"plugin\";a:0:{}s:5:\"theme\";a:0:{}s:5:\"image\";a:25:{i:0;a:16:{s:8:\"asset_id\";s:6:\"695290\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:16;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:1;a:16:{s:8:\"asset_id\";s:6:\"695291\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_JWiMShWiF14-imhwpb-w2w7p4xqkavssft.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:17;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:2;a:16:{s:8:\"asset_id\";s:6:\"695292\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_unRkg2jH1j0-imhwpb-1i3zos13dh58eps.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:18;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:3;a:16:{s:8:\"asset_id\";s:6:\"695293\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_jrh5lAq-mIs-imhwpb-q83m83wqofvt77x.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:19;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:4;a:16:{s:8:\"asset_id\";s:6:\"695294\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_t5BvA-Q_m_Y-imhwpb-fjmellfnqinoe74.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:20;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:5;a:16:{s:8:\"asset_id\";s:6:\"695295\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_aSlReZyUt4c-imhwpb-u1ausd7qae3p3kh.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:21;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:6;a:16:{s:8:\"asset_id\";s:6:\"695296\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_3hoAon9Mc88-imhwpb-3db25ssugurmbkf.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:22;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:7;a:16:{s:8:\"asset_id\";s:6:\"695297\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:23;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:8;a:16:{s:8:\"asset_id\";s:6:\"695298\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/tmp_wNz7_5EvUWU-imhwpb-1dwhcq3pe4aky8n.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:24;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:9;a:16:{s:8:\"asset_id\";s:6:\"109860\";s:9:\"coin_cost\";s:1:\"3\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_82117110_beoS3sWjR6n8HSIAXxR8O0D5u6Y5s6NK-555x370.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:25;s:5:\"width\";s:3:\"555\";s:6:\"height\";s:3:\"370\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"82117110\";s:11:\"orientation\";N;s:10:\"image_size\";s:1:\"S\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:10;a:16:{s:8:\"asset_id\";s:6:\"109757\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_78607497_iTOGtrgVA9rfCok1PJIUC2uCFidZRVtz-360x240.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:26;s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"240\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"78607497\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:11;a:16:{s:8:\"asset_id\";s:6:\"109722\";s:9:\"coin_cost\";s:1:\"3\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_69625764_AtkMQRNqP4gQkCjajHY4kJlzcyHvxLky-360x240.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:27;s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"240\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"69625764\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:12;a:16:{s:8:\"asset_id\";s:6:\"109743\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_77638912_pC1H6tKUZ1cXqHPD56BAQWGZNdLRG5ww-360x111.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:28;s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"111\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"77638912\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:13;a:16:{s:8:\"asset_id\";s:6:\"109271\";s:9:\"coin_cost\";s:1:\"3\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_80381010_0wqbj0ClFb0S3bDLyFJZ4RD48jrUgCFX-360x210.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:22\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:29;s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"210\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"80381010\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:14;a:16:{s:8:\"asset_id\";s:6:\"476615\";s:9:\"coin_cost\";N;s:4:\"name\";s:106:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/monument-consulting-imhwpb-3a9c1ph6lplib2p.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 16:56:24\";s:11:\"attribution\";s:249:\"{\"license\":\"4\",\"author_username\":\"edewaaf\",\"author_url\":\"https:\\/\\/unsplash.com\\/@edewaaf\",\"image_homepage\":\"https:\\/\\/images.unsplash.com\\/photo-1430877027050-6184f6f6b80e?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=71cd70bb26bf18f81580ae042fd425c1\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:33;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:15;a:16:{s:8:\"asset_id\";s:6:\"109350\";s:9:\"coin_cost\";s:1:\"6\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_74015453_vFRcCXL3UHYLVu0k0gNsUJ09KLQt6fvs-555x370.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:17:26\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:47;s:5:\"width\";s:3:\"555\";s:6:\"height\";s:3:\"370\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"74015453\";s:11:\"orientation\";N;s:10:\"image_size\";s:1:\"S\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:16;a:16:{s:8:\"asset_id\";s:6:\"109978\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_69449740_JB3o94y3R7WwBaV3HjZYRfas26WUdGJm-360x240.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:17:26\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:48;s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"240\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"69449740\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:17;a:16:{s:8:\"asset_id\";s:6:\"109214\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_76418584_ZT0kome1FsQsD2jJ9zfGKthaE5guR98q-200x200.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:17:26\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:49;s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"200\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"76418584\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:18;a:16:{s:8:\"asset_id\";s:6:\"109335\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_67650980_Vp7MPDx1NyHmS8qeepCbwWXQKO5ihUL3-200x200.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:17:26\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:50;s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"200\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"67650980\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:19;a:16:{s:8:\"asset_id\";s:6:\"109194\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_47639240_rnA7txq5eJDWVeAXf8xC0C7P7YthfpYN-200x200.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:17:26\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:51;s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"200\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"47639240\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:20;a:16:{s:8:\"asset_id\";s:6:\"109198\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_69954679_y6vCVaFhn86FVE7x7MiehLyCXQ3UKDR9-200x200.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:17:26\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:52;s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"200\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"69954679\";s:11:\"orientation\";N;s:10:\"image_size\";s:2:\"XS\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:21;a:16:{s:8:\"asset_id\";s:6:\"110192\";s:9:\"coin_cost\";s:1:\"3\";s:4:\"name\";s:127:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2016/12/4-FotoliaComp_61312217_qNFSkritEHD3hBioEghnrcNbX5RUC9hs-555x405.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2016-12-15 17:17:26\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:53;s:5:\"width\";s:3:\"555\";s:6:\"height\";s:3:\"405\";s:17:\"image_provider_id\";s:1:\"4\";s:16:\"id_from_provider\";s:8:\"61312217\";s:11:\"orientation\";N;s:10:\"image_size\";s:1:\"S\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:22;a:16:{s:8:\"asset_id\";s:6:\"853645\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:99:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/ae9aceea-0f2cb9b3-feedough140800099.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 14:01:01\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:104;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"30600720\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:23;a:16:{s:8:\"asset_id\";s:6:\"849883\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:99:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/8bb77c42-e27c2767-kiuikson130600020.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 14:01:02\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:105;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"265\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"20384021\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:24;a:16:{s:8:\"asset_id\";s:6:\"849795\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:102:\"/home/pvppic5/public_html/bg2017/wp-content/uploads/2018/05/17eb3fa0-fd8453da-michaeljung140800027.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-05-22 14:01:03\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:106;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"30664544\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}}}','yes'),(814,'_site_transient_timeout_browser_4aae293127d148bbe99fa13d81ceb9a0','1482431976','no'),(26130,'_transient_timeout_nf_form_2','1527361141','no'),(26131,'_transient_nf_form_2','O:7:\"NF_Form\":5:{s:7:\"form_id\";s:1:\"2\";s:8:\"settings\";a:6:{s:12:\"date_updated\";s:19:\"2015-10-26 16:07:21\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:10:\"show_title\";s:1:\"0\";s:6:\"status\";s:0:\"\";s:10:\"form_title\";s:6:\"Form 2\";}s:6:\"fields\";a:15:{i:6;a:7:{s:2:\"id\";s:1:\"6\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"0\";s:4:\"data\";a:35:{s:5:\"label\";s:7:\"Subject\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:7;a:7:{s:2:\"id\";s:1:\"7\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:5:\"_desc\";s:5:\"order\";s:1:\"1\";s:4:\"data\";a:8:{s:5:\"label\";s:4:\"Name\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:13:\"default_value\";s:4:\"Name\";s:7:\"desc_el\";s:3:\"div\";s:5:\"class\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:8;a:7:{s:2:\"id\";s:1:\"8\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"2\";s:4:\"data\";a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"6\";}i:9;a:7:{s:2:\"id\";s:1:\"9\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"3\";s:4:\"data\";a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"7\";}i:10;a:7:{s:2:\"id\";s:2:\"10\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"4\";s:4:\"data\";a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"14\";}i:11;a:7:{s:2:\"id\";s:2:\"11\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:5:\"_desc\";s:5:\"order\";s:1:\"5\";s:4:\"data\";a:8:{s:5:\"label\";s:7:\"Address\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:13:\"default_value\";s:7:\"Address\";s:7:\"desc_el\";s:3:\"div\";s:5:\"class\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:12;a:7:{s:2:\"id\";s:2:\"12\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"6\";s:4:\"data\";a:38:{s:5:\"label\";s:14:\"Street Address\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"1\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"8\";}i:13;a:7:{s:2:\"id\";s:2:\"13\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"7\";s:4:\"data\";a:38:{s:5:\"label\";s:14:\"Address Line 2\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"1\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"9\";}i:14;a:7:{s:2:\"id\";s:2:\"14\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"8\";s:4:\"data\";a:38:{s:5:\"label\";s:4:\"City\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"1\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"10\";}i:15;a:7:{s:2:\"id\";s:2:\"15\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:5:\"_list\";s:5:\"order\";s:1:\"9\";s:4:\"data\";a:23:{s:5:\"label\";s:5:\"State\";s:9:\"label_pos\";s:5:\"below\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"1\";s:4:\"list\";a:1:{s:7:\"options\";a:51:{i:0;a:4:{s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:4;a:4:{s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:5;a:4:{s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:6;a:4:{s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:7;a:4:{s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:8;a:4:{s:5:\"label\";s:20:\"District of Columbia\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:9;a:4:{s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:10;a:4:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:11;a:4:{s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:12;a:4:{s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:13;a:4:{s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:14;a:4:{s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:15;a:4:{s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:16;a:4:{s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:17;a:4:{s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:18;a:4:{s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:19;a:4:{s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:20;a:4:{s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:21;a:4:{s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:22;a:4:{s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:23;a:4:{s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:24;a:4:{s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:25;a:4:{s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:26;a:4:{s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:27;a:4:{s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:28;a:4:{s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:29;a:4:{s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:30;a:4:{s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:31;a:4:{s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:32;a:4:{s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:33;a:4:{s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:34;a:4:{s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:35;a:4:{s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:36;a:4:{s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:37;a:4:{s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:38;a:4:{s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:39;a:4:{s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:40;a:4:{s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:41;a:4:{s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:42;a:4:{s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:43;a:4:{s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:44;a:4:{s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:45;a:4:{s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:46;a:4:{s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:47;a:4:{s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:48;a:4:{s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:49;a:4:{s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:50;a:4:{s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:9:\"list_type\";s:8:\"dropdown\";s:10:\"user_state\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:13:\"populate_term\";s:0:\"\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"11\";}i:16;a:7:{s:2:\"id\";s:2:\"16\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:2:\"10\";s:4:\"data\";a:38:{s:5:\"label\";s:15:\"Zip / Post Code\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"12\";}i:17;a:7:{s:2:\"id\";s:2:\"17\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:8:\"_country\";s:5:\"order\";s:2:\"11\";s:4:\"data\";a:20:{s:5:\"label\";s:7:\"Country\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:2:\"US\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:24:\"country_use_custom_first\";s:1:\"0\";s:20:\"country_custom_first\";s:0:\"\";s:3:\"req\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"13\";}i:18;a:7:{s:2:\"id\";s:2:\"18\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:2:\"12\";s:4:\"data\";a:38:{s:5:\"label\";s:5:\"Phone\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"1\";s:10:\"user_email\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"15\";}i:19;a:7:{s:2:\"id\";s:2:\"19\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:9:\"_textarea\";s:5:\"order\";s:2:\"13\";s:4:\"data\";a:19:{s:5:\"label\";s:7:\"Message\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"1\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:20;a:7:{s:2:\"id\";s:2:\"20\";s:7:\"form_id\";s:1:\"2\";s:4:\"type\";s:7:\"_submit\";s:5:\"order\";s:2:\"14\";s:4:\"data\";a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}}s:10:\"field_keys\";a:0:{}s:6:\"errors\";a:0:{}}','no'),(26132,'_transient_timeout_nf_form_3','1527361141','no'),(26133,'_transient_nf_form_3','O:7:\"NF_Form\":5:{s:7:\"form_id\";s:1:\"3\";s:8:\"settings\";a:12:{s:12:\"date_updated\";s:19:\"2015-10-26 16:14:33\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:10:\"show_title\";s:1:\"0\";s:6:\"status\";s:0:\"\";s:10:\"form_title\";s:6:\"Form 3\";s:11:\"append_page\";s:0:\"\";s:4:\"ajax\";s:1:\"0\";s:9:\"logged_in\";s:1:\"0\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";}s:6:\"fields\";a:18:{i:21;a:7:{s:2:\"id\";s:2:\"21\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"0\";s:4:\"data\";a:35:{s:5:\"label\";s:7:\"Subject\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:22;a:7:{s:2:\"id\";s:2:\"22\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_desc\";s:5:\"order\";s:1:\"1\";s:4:\"data\";a:8:{s:5:\"label\";s:4:\"Name\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:13:\"default_value\";s:4:\"Name\";s:7:\"desc_el\";s:3:\"div\";s:5:\"class\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:23;a:7:{s:2:\"id\";s:2:\"23\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"2\";s:4:\"data\";a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"6\";}i:24;a:7:{s:2:\"id\";s:2:\"24\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"3\";s:4:\"data\";a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"7\";}i:25;a:7:{s:2:\"id\";s:2:\"25\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"4\";s:4:\"data\";a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"14\";}i:26;a:7:{s:2:\"id\";s:2:\"26\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_desc\";s:5:\"order\";s:1:\"5\";s:4:\"data\";a:8:{s:5:\"label\";s:7:\"Address\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:13:\"default_value\";s:7:\"Address\";s:7:\"desc_el\";s:3:\"div\";s:5:\"class\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:27;a:7:{s:2:\"id\";s:2:\"27\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"6\";s:4:\"data\";a:38:{s:5:\"label\";s:14:\"Street Address\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"1\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"8\";}i:28;a:7:{s:2:\"id\";s:2:\"28\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"7\";s:4:\"data\";a:38:{s:5:\"label\";s:14:\"Address Line 2\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"1\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"9\";}i:29;a:7:{s:2:\"id\";s:2:\"29\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"8\";s:4:\"data\";a:38:{s:5:\"label\";s:4:\"City\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"1\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"10\";}i:30;a:7:{s:2:\"id\";s:2:\"30\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_list\";s:5:\"order\";s:1:\"9\";s:4:\"data\";a:23:{s:5:\"label\";s:5:\"State\";s:9:\"label_pos\";s:5:\"below\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"1\";s:4:\"list\";a:1:{s:7:\"options\";a:51:{i:0;a:4:{s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:4;a:4:{s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:5;a:4:{s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:6;a:4:{s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:7;a:4:{s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:8;a:4:{s:5:\"label\";s:20:\"District of Columbia\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:9;a:4:{s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:10;a:4:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:11;a:4:{s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:12;a:4:{s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:13;a:4:{s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:14;a:4:{s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:15;a:4:{s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:16;a:4:{s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:17;a:4:{s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:18;a:4:{s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:19;a:4:{s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:20;a:4:{s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:21;a:4:{s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:22;a:4:{s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:23;a:4:{s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:24;a:4:{s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:25;a:4:{s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:26;a:4:{s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:27;a:4:{s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:28;a:4:{s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:29;a:4:{s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:30;a:4:{s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:31;a:4:{s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:32;a:4:{s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:33;a:4:{s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:34;a:4:{s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:35;a:4:{s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:36;a:4:{s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:37;a:4:{s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:38;a:4:{s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:39;a:4:{s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:40;a:4:{s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:41;a:4:{s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:42;a:4:{s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:43;a:4:{s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:44;a:4:{s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:45;a:4:{s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:46;a:4:{s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:47;a:4:{s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:48;a:4:{s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:49;a:4:{s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:50;a:4:{s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:9:\"list_type\";s:8:\"dropdown\";s:10:\"user_state\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:13:\"populate_term\";s:0:\"\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"11\";}i:31;a:7:{s:2:\"id\";s:2:\"31\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:2:\"10\";s:4:\"data\";a:38:{s:5:\"label\";s:15:\"Zip / Post Code\";s:9:\"label_pos\";s:5:\"below\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"12\";}i:32;a:7:{s:2:\"id\";s:2:\"32\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:8:\"_country\";s:5:\"order\";s:2:\"11\";s:4:\"data\";a:20:{s:5:\"label\";s:7:\"Country\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:2:\"US\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:24:\"country_use_custom_first\";s:1:\"0\";s:20:\"country_custom_first\";s:0:\"\";s:3:\"req\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"13\";}i:33;a:7:{s:2:\"id\";s:2:\"33\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:2:\"12\";s:4:\"data\";a:38:{s:5:\"label\";s:5:\"Phone\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"1\";s:10:\"user_email\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"15\";}i:34;a:7:{s:2:\"id\";s:2:\"34\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:2:\"13\";s:4:\"data\";a:38:{s:5:\"label\";s:15:\"Alternate Phone\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"1\";s:10:\"user_email\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"15\";}i:35;a:7:{s:2:\"id\";s:2:\"35\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_list\";s:5:\"order\";s:2:\"14\";s:4:\"data\";a:19:{s:5:\"label\";s:37:\"When is the best time to contact you?\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:4:\"left\";s:9:\"list_type\";s:5:\"radio\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"0\";s:4:\"list\";a:1:{s:7:\"options\";a:3:{i:0;a:4:{s:5:\"label\";s:7:\"Morning\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:9:\"Afternoon\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:7:\"Evening\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:21:\"user_info_field_group\";s:0:\"\";s:3:\"req\";s:1:\"0\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:36;a:7:{s:2:\"id\";s:2:\"36\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:5:\"_list\";s:5:\"order\";s:2:\"15\";s:4:\"data\";a:19:{s:5:\"label\";s:36:\"What is the best way to contact you?\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:4:\"left\";s:9:\"list_type\";s:5:\"radio\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"0\";s:4:\"list\";a:1:{s:7:\"options\";a:2:{i:0;a:4:{s:5:\"label\";s:5:\"Phone\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"1\";}i:1;a:4:{s:5:\"label\";s:5:\"Email\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:21:\"user_info_field_group\";s:0:\"\";s:3:\"req\";s:1:\"0\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:37;a:7:{s:2:\"id\";s:2:\"37\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:9:\"_textarea\";s:5:\"order\";s:2:\"16\";s:4:\"data\";a:19:{s:5:\"label\";s:7:\"Message\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:3:\"req\";s:1:\"1\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:38;a:7:{s:2:\"id\";s:2:\"38\";s:7:\"form_id\";s:1:\"3\";s:4:\"type\";s:7:\"_submit\";s:5:\"order\";s:2:\"17\";s:4:\"data\";a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}}s:10:\"field_keys\";a:0:{}s:6:\"errors\";a:0:{}}','no'),(26136,'_transient_timeout_nf_form_5','1527361141','no'),(26137,'_transient_nf_form_5','O:7:\"NF_Form\":5:{s:7:\"form_id\";s:1:\"5\";s:8:\"settings\";a:12:{s:12:\"date_updated\";s:19:\"2016-01-25 19:56:02\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:10:\"show_title\";s:1:\"0\";s:6:\"status\";s:0:\"\";s:10:\"form_title\";s:17:\"Address Form (US)\";s:11:\"append_page\";s:0:\"\";s:4:\"ajax\";s:1:\"0\";s:9:\"logged_in\";s:1:\"0\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";}s:6:\"fields\";a:8:{i:48;a:7:{s:2:\"id\";s:2:\"48\";s:7:\"form_id\";s:1:\"5\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"0\";s:4:\"data\";a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"6\";}i:49;a:7:{s:2:\"id\";s:2:\"49\";s:7:\"form_id\";s:1:\"5\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"1\";s:4:\"data\";a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"7\";}i:50;a:7:{s:2:\"id\";s:2:\"50\";s:7:\"form_id\";s:1:\"5\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"2\";s:4:\"data\";a:38:{s:5:\"label\";s:9:\"Address 1\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"1\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"8\";}i:51;a:7:{s:2:\"id\";s:2:\"51\";s:7:\"form_id\";s:1:\"5\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"3\";s:4:\"data\";a:38:{s:5:\"label\";s:9:\"Address 2\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"1\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"9\";}i:52;a:7:{s:2:\"id\";s:2:\"52\";s:7:\"form_id\";s:1:\"5\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"4\";s:4:\"data\";a:38:{s:5:\"label\";s:4:\"City\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"1\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"10\";}i:53;a:7:{s:2:\"id\";s:2:\"53\";s:7:\"form_id\";s:1:\"5\";s:4:\"type\";s:5:\"_list\";s:5:\"order\";s:1:\"5\";s:4:\"data\";a:23:{s:5:\"label\";s:5:\"State\";s:9:\"label_pos\";s:5:\"above\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"1\";s:4:\"list\";a:1:{s:7:\"options\";a:51:{i:0;a:4:{s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:4;a:4:{s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:5;a:4:{s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:6;a:4:{s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:7;a:4:{s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:8;a:4:{s:5:\"label\";s:20:\"District of Columbia\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:9;a:4:{s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:10;a:4:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:11;a:4:{s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:12;a:4:{s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:13;a:4:{s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:14;a:4:{s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:15;a:4:{s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:16;a:4:{s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:17;a:4:{s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:18;a:4:{s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:19;a:4:{s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:20;a:4:{s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:21;a:4:{s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:22;a:4:{s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:23;a:4:{s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:24;a:4:{s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:25;a:4:{s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:26;a:4:{s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:27;a:4:{s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:28;a:4:{s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:29;a:4:{s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:30;a:4:{s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:31;a:4:{s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:32;a:4:{s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:33;a:4:{s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:34;a:4:{s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:35;a:4:{s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:36;a:4:{s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:37;a:4:{s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:38;a:4:{s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:39;a:4:{s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:40;a:4:{s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:41;a:4:{s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:42;a:4:{s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:43;a:4:{s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:44;a:4:{s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:45;a:4:{s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:46;a:4:{s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:47;a:4:{s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:48;a:4:{s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:49;a:4:{s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:50;a:4:{s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:9:\"list_type\";s:8:\"dropdown\";s:10:\"user_state\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:13:\"populate_term\";s:0:\"\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"11\";}i:54;a:7:{s:2:\"id\";s:2:\"54\";s:7:\"form_id\";s:1:\"5\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"6\";s:4:\"data\";a:38:{s:5:\"label\";s:8:\"Zip Code\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"12\";}i:55;a:7:{s:2:\"id\";s:2:\"55\";s:7:\"form_id\";s:1:\"5\";s:4:\"type\";s:7:\"_submit\";s:5:\"order\";s:1:\"7\";s:4:\"data\";a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}}s:10:\"field_keys\";a:0:{}s:6:\"errors\";a:0:{}}','no'),(25678,'_site_transient_timeout_bg_license_data','1527343420','no'),(25679,'_site_transient_bg_license_data','O:8:\"stdClass\":4:{s:3:\"key\";s:64:\"TEfFSnAQtA+bA8hAopejmqsatxMfanluxRyGE1Nmx6duvfMaItYocBFhW0CgoL6L\";s:6:\"cipher\";s:11:\"AES-128-CBC\";s:2:\"iv\";s:24:\"UrixDorjzlUTsdU53r7ehw==\";s:4:\"data\";s:556:\"M89BZGSiiJyFwvEFJZ7RAk+aKfjMMEQFAOLOl7yLo8ctj4AzZD1BbTIHivFFLOeP/ObaRDqUoTw/adA4Y9NW9FddEzOSN6UapTS2+LjVdd9n2g+NbJ31hWs50Th51kE0h1nD22CbjTllVyoZMheoL7Hig53YiXxzXXpF8VWP9MIKgVbYxNaIMYvFxDYP1NvnAxdzepu3i4oLmZaKIuAiL/qfthDPPypLwlVQTcv526eqpbbZM5R9IhBqg22XaWu77Dv1XCUWHdD2mPzBpXBpqCBxxP5k4sphLm/rGLXl1Eb5JkkFBQ9nV5gjRWaNneVvrXEsntQExi2dg2MT69M9vdozvcc35bU0x9EvAp7iwr5PGaE6mH7mRv9mFt4RpftV/lRDdSN723RHwV8mMiwuLaV1XEhSzrtAJ6s2UZX8v7+vIQ0jjmq7OkThjHI5/FBB1/OqDfTVdxtBDFzOq4NC80vBeAAH6Wsh5oaR96WmfE+lQlHY3leA2z9RIMHvXA5+5D0i2zyJ3Uh7Rj0XuDCDHvP5Gw3DRW6NWJaxHxHqRSA=\";}','no'),(26146,'_transient_timeout_nf_form_11','1527361141','no'),(26147,'_transient_nf_form_11','O:7:\"NF_Form\":5:{s:7:\"form_id\";s:2:\"11\";s:8:\"settings\";a:6:{s:12:\"date_updated\";s:19:\"2016-01-25 19:53:41\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:10:\"show_title\";s:1:\"0\";s:6:\"status\";s:0:\"\";s:10:\"form_title\";s:12:\"Sign Up Form\";}s:6:\"fields\";a:4:{i:89;a:7:{s:2:\"id\";s:2:\"89\";s:7:\"form_id\";s:2:\"11\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"0\";s:4:\"data\";a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"6\";}i:90;a:7:{s:2:\"id\";s:2:\"90\";s:7:\"form_id\";s:2:\"11\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"1\";s:4:\"data\";a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"7\";}i:91;a:7:{s:2:\"id\";s:2:\"91\";s:7:\"form_id\";s:2:\"11\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"2\";s:4:\"data\";a:38:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"14\";}i:92;a:7:{s:2:\"id\";s:2:\"92\";s:7:\"form_id\";s:2:\"11\";s:4:\"type\";s:7:\"_submit\";s:5:\"order\";s:1:\"3\";s:4:\"data\";a:8:{s:5:\"label\";s:7:\"Sign Up\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}}s:10:\"field_keys\";a:0:{}s:6:\"errors\";a:0:{}}','no'),(26121,'_site_transient_theme_roots','a:5:{s:16:\"boldgrid-gridone\";s:7:\"/themes\";s:17:\"boldgrid-monument\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(12605,'_site_transient_browser_b12d5038d8519a3a5d8c6c00ea573726','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"59.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(26144,'_transient_timeout_nf_form_10','1527361141','no'),(26145,'_transient_nf_form_10','O:7:\"NF_Form\":5:{s:7:\"form_id\";s:2:\"10\";s:8:\"settings\";a:6:{s:12:\"date_updated\";s:19:\"2016-01-25 20:34:07\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:10:\"show_title\";s:1:\"0\";s:6:\"status\";s:0:\"\";s:10:\"form_title\";s:25:\"Shipping Information Form\";}s:6:\"fields\";a:11:{i:78;a:7:{s:2:\"id\";s:2:\"78\";s:7:\"form_id\";s:2:\"10\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"0\";s:4:\"data\";a:38:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"6\";}i:79;a:7:{s:2:\"id\";s:2:\"79\";s:7:\"form_id\";s:2:\"10\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"1\";s:4:\"data\";a:38:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"7\";}i:80;a:7:{s:2:\"id\";s:2:\"80\";s:7:\"form_id\";s:2:\"10\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"2\";s:4:\"data\";a:35:{s:5:\"label\";s:12:\"Company Name\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:81;a:7:{s:2:\"id\";s:2:\"81\";s:7:\"form_id\";s:2:\"10\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"3\";s:4:\"data\";a:38:{s:5:\"label\";s:7:\"Address\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"1\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:1:\"8\";}i:82;a:7:{s:2:\"id\";s:2:\"82\";s:7:\"form_id\";s:2:\"10\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"4\";s:4:\"data\";a:35:{s:5:\"label\";s:17:\"Apartment / Suite\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"email\";s:1:\"0\";s:13:\"disable_input\";s:1:\"0\";s:3:\"req\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}i:83;a:7:{s:2:\"id\";s:2:\"83\";s:7:\"form_id\";s:2:\"10\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"5\";s:4:\"data\";a:38:{s:5:\"label\";s:4:\"City\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"1\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"10\";}i:84;a:7:{s:2:\"id\";s:2:\"84\";s:7:\"form_id\";s:2:\"10\";s:4:\"type\";s:5:\"_list\";s:5:\"order\";s:1:\"6\";s:4:\"data\";a:23:{s:5:\"label\";s:16:\"State / Province\";s:9:\"label_pos\";s:5:\"above\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"0\";s:4:\"list\";a:1:{s:7:\"options\";a:53:{i:0;a:4:{s:5:\"label\";s:12:\"- Select One\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:16:\"(Not Applicable)\";s:5:\"value\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:4;a:4:{s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:5;a:4:{s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:6;a:4:{s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:7;a:4:{s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:8;a:4:{s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:9;a:4:{s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:10;a:4:{s:5:\"label\";s:20:\"District of Columbia\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:11;a:4:{s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:12;a:4:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:13;a:4:{s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:14;a:4:{s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:15;a:4:{s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:16;a:4:{s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:17;a:4:{s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:18;a:4:{s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:19;a:4:{s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:20;a:4:{s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:21;a:4:{s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:22;a:4:{s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:23;a:4:{s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:24;a:4:{s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:25;a:4:{s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:26;a:4:{s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:27;a:4:{s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:28;a:4:{s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:29;a:4:{s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:30;a:4:{s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:31;a:4:{s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:32;a:4:{s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:33;a:4:{s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:34;a:4:{s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:35;a:4:{s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:36;a:4:{s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:37;a:4:{s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:38;a:4:{s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:39;a:4:{s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:40;a:4:{s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:41;a:4:{s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:42;a:4:{s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:43;a:4:{s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:44;a:4:{s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:45;a:4:{s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:46;a:4:{s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:47;a:4:{s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:48;a:4:{s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:49;a:4:{s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:50;a:4:{s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:51;a:4:{s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:52;a:4:{s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:9:\"list_type\";s:8:\"dropdown\";s:10:\"user_state\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:13:\"populate_term\";s:0:\"\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"11\";}i:85;a:7:{s:2:\"id\";s:2:\"85\";s:7:\"form_id\";s:2:\"10\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"7\";s:4:\"data\";a:38:{s:5:\"label\";s:15:\"Zip / Post Code\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"12\";}i:86;a:7:{s:2:\"id\";s:2:\"86\";s:7:\"form_id\";s:2:\"10\";s:4:\"type\";s:8:\"_country\";s:5:\"order\";s:1:\"8\";s:4:\"data\";a:20:{s:5:\"label\";s:7:\"Country\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:24:\"country_use_custom_first\";s:1:\"0\";s:20:\"country_custom_first\";s:0:\"\";s:3:\"req\";s:1:\"1\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"13\";}i:87;a:7:{s:2:\"id\";s:2:\"87\";s:7:\"form_id\";s:2:\"10\";s:4:\"type\";s:5:\"_text\";s:5:\"order\";s:1:\"9\";s:4:\"data\";a:38:{s:5:\"label\";s:5:\"Phone\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"1\";s:10:\"user_email\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:18:\"default_value_type\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";s:2:\"15\";}i:88;a:7:{s:2:\"id\";s:2:\"88\";s:7:\"form_id\";s:2:\"10\";s:4:\"type\";s:7:\"_submit\";s:5:\"order\";s:2:\"10\";s:4:\"data\";a:8:{s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";}s:6:\"fav_id\";N;s:6:\"def_id\";N;}}s:10:\"field_keys\";a:0:{}s:6:\"errors\";a:0:{}}','no'),(13520,'boldgrid_staging_theme_mods_boldgrid-monument','a:24:{s:20:\"force_scss_recompile\";a:2:{s:6:\"active\";b:0;s:7:\"staging\";b:1;}s:21:\"boldgrid_compiled_css\";s:15189:\".color1-text-default{color:#fff}.color-1-text-contrast{color:#fff ! important}.color-1-text-contrast-hover:hover,.color-1-text-contrast-hover:focus{color:#fff ! important}.color2-text-default{color:#fff}.color-2-text-contrast{color:#fff ! important}.color-2-text-contrast-hover:hover,.color-2-text-contrast-hover:focus{color:#fff ! important}.color3-text-default{color:#fff}.color-3-text-contrast,.color-3-text-contrast-hover:hover{color:#fff ! important}.color4-text-default{color:#fff}.color-4-text-contrast,.color-4-text-contrast-hover:hover{color:#fff ! important}.color5-text-default{color:#333}.color-5-text-contrast,.color-5-text-contrast-hover:hover{color:#333 ! important}.color1-color{color:#585e6b ! important}.color1-color-hover:focus,.color1-color-hover:hover{color:#585e6b ! important}.color2-color{color:#2d3037 ! important}.color2-color-hover:focus,.color2-color-hover:hover{color:#2d3037 ! important}.color3-color{color:#18191a ! important}.color3-color-hover:focus,.color3-color-hover:hover{color:#18191a ! important}.color4-color{color:#ff000a ! important}.color4-color-hover:focus,.color4-color-hover:hover{color:#ff000a ! important}.color5-color{color:#fff ! important}.color5-color-hover:focus,.color5-color-hover:hover{color:#fff ! important}.color1-background{background:#585e6b ! important}.color1-background-hover:focus,.color1-background-hover:hover{background:#585e6b ! important}.color2-background{background:#2d3037 ! important}.color2-background-hover:focus,.color2-background-hover:hover{background:#2d3037 ! important}.color3-background{background:#18191a ! important}.color3-background-hover:focus,.color3-background-hover:hover{background:#18191a ! important}.color4-background{background:#ff000a ! important}.color4-background-hover:focus,.color4-background-hover:hover{background:#ff000a ! important}.color5-background{background:#fff ! important}.color5-background-hover:focus,.color5-background-hover:hover{background:#fff ! important}.color1-background-color{background-color:#585e6b ! important}.color1-background-color-hover:focus,.color1-background-color-hover:hover{background-color:#585e6b ! important}.color2-background-color{background-color:#2d3037 ! important}.color2-background-color-hover:focus,.color2-background-color-hover:hover{background-color:#2d3037 ! important}.color3-background-color{background-color:#18191a ! important}.color3-background-color-hover:focus,.color3-background-color-hover:hover{background-color:#18191a ! important}.color4-background-color{background-color:#ff000a ! important}.color4-background-color-hover:focus,.color4-background-color-hover:hover{background-color:#ff000a ! important}.color5-background-color{background-color:#fff ! important}.color5-background-color-hover:focus,.color5-background-color-hover:hover{background-color:#fff ! important}.color1-border-color{border-color:#585e6b ! important}.color1-border-color-hover:focus,.color1-border-color-hover:hover{border-color:#585e6b ! important}.color2-border-color{border-color:#2d3037 ! important}.color2-border-color-hover:focus,.color2-border-color-hover:hover{border-color:#2d3037 ! important}.color3-border-color{border-color:#18191a ! important}.color3-border-color-hover:focus,.color3-border-color-hover:hover{border-color:#18191a ! important}.color4-border-color{border-color:#ff000a ! important}.color4-border-color-hover:focus,.color4-border-color-hover:hover{border-color:#ff000a ! important}.color5-border-color{border-color:#fff ! important}.color5-border-color-hover:focus,.color5-border-color-hover:hover{border-color:#fff ! important}.breadcrumb li a.filler{background:#2d3037;color:#fff}.breadcrumb li a.filler:after{border-left-color:#2d3037}.breadcrumb li a:not(.filler){color:#fff}.breadcrumb li a:not(.filler):after{border-left-color:#585e6b !important}.breadcrumb li a:not(.filler):hover,.breadcrumb li a:not(.filler):focus{background:#2d3037;color:#fff}.breadcrumb li a:not(.filler):hover:after,.breadcrumb li a:not(.filler):focus:after{border-left-color:#2d3037 !important;color:#fff}.woocommerce div.product .stock,.woocommerce div.product span.price,.woocommerce div.product p.price{color:#585e6b}.wc-image-links .gallery-caption,.wc-gallery-captions-show .gallery-caption,.wc-gallery-captions-onhover .gallery-caption,.wc-gallery-captions-showon .gallery-caption{background-color:#18191a;color:#fff}.wc-image-links .gallery-caption > *,.wc-gallery-captions-show .gallery-caption > *,.wc-gallery-captions-onhover .gallery-caption > *,.wc-gallery-captions-showon .gallery-caption > *{color:#fff}.btn-color-1,.btn-color-1-flat{background-color:#585e6b;border-color:#585e6b;color:#fff !important}.btn-color-1:visited,.btn-color-1-flat:visited{color:#fff}.btn-color-1:hover,.btn-color-1-flat:hover,.btn-color-1:focus,.btn-color-1-flat:focus{background-color:#6f7787;border-color:#6f7787;color:#fff !important}.btn-color-1:active,.btn-color-1-flat:active,.btn-color-1.active,.btn-color-1-flat.active,.btn-color-1.is-active,.btn-color-1-flat.is-active{background-color:#626262;border-color:#626262;color:#41454f !important}.btn-color-2,.btn-color-2-flat{background-color:#2d3037;border-color:#2d3037;color:#fff !important}.btn-color-2:visited,.btn-color-2-flat:visited{color:#fff}.btn-color-2:hover,.btn-color-2-flat:hover,.btn-color-2:focus,.btn-color-2-flat:focus{background-color:#444853;border-color:#444853;color:#fff !important}.btn-color-2:active,.btn-color-2-flat:active,.btn-color-2.active,.btn-color-2-flat.active,.btn-color-2.is-active,.btn-color-2-flat.is-active{background-color:#323232;border-color:#323232;color:#16181b !important}.btn-color-3,.btn-color-3-flat{background-color:#18191a;border-color:#18191a;color:#fff !important}.btn-color-3:visited,.btn-color-3-flat:visited{color:#fff}.btn-color-3:hover,.btn-color-3-flat:hover,.btn-color-3:focus,.btn-color-3-flat:focus{background-color:#303335;border-color:#303335;color:#fff !important}.btn-color-3:active,.btn-color-3-flat:active,.btn-color-3.active,.btn-color-3-flat.active,.btn-color-3.is-active,.btn-color-3-flat.is-active{background-color:#191919;border-color:#191919;color:#000 !important}.btn-color-4,.btn-color-4-flat{background-color:#ff000a;border-color:#ff000a;color:#fff !important}.btn-color-4:visited,.btn-color-4-flat:visited{color:#fff}.btn-color-4:hover,.btn-color-4-flat:hover,.btn-color-4:focus,.btn-color-4-flat:focus{background-color:#ff333b;border-color:#ff333b;color:#fff !important}.btn-color-4:active,.btn-color-4-flat:active,.btn-color-4.active,.btn-color-4-flat.active,.btn-color-4.is-active,.btn-color-4-flat.is-active{background-color:#f20d16;border-color:#f20d16;color:#cc0008 !important}.btn-color-5,.btn-color-5-flat{background-color:#fff;border-color:#fff;color:#333 !important}.btn-color-5:visited,.btn-color-5-flat:visited{color:#333}.btn-color-5:hover,.btn-color-5-flat:hover,.btn-color-5:focus,.btn-color-5-flat:focus{background-color:#fff;border-color:#fff;color:#333 !important}.btn-color-5:active,.btn-color-5-flat:active,.btn-color-5.active,.btn-color-5-flat.active,.btn-color-5.is-active,.btn-color-5-flat.is-active{background-color:#fff;border-color:#fff;color:#e6e6e6 !important}.palette-primary{}.palette-primary .navbar-default .navbar-toggle{border-color:#585e6b}.palette-primary .navbar-default .navbar-toggle .icon-bar,.palette-primary .navbar-default .navbar-toggle:hover,.palette-primary .navbar-default .navbar-toggle:focus,.palette-primary .background-beta{background:#585e6b}.palette-primary .navbar-default .navbar-toggle:hover .icon-bar,.palette-primary .navbar-default .navbar-toggle:focus .icon-bar{background:#fff}.palette-primary .dropdown-menu{background:#585e6b}.palette-primary .navbar-default .navbar-nav > .open > a,.palette-primary .navbar-default .navbar-nav > .open > a:hover,.palette-primary .navbar-default .navbar-nav > .open > a:focus,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a,.palette-primary .dropdown-menu > li > a{background:#585e6b;color:#fff}.palette-primary .background-alpha,.palette-primary .background-delta,.palette-primary .mod-alpha{background:#2d3037}.palette-primary .mod-alpha h2{background:#2d3037;border-bottom:5px solid #585e6b;color:#fff}.palette-primary .mod-alpha h2,.palette-primary .mod-alpha p,.palette-primary .mod-delta p{background:#2d3037;color:#fff}.palette-primary .link-secondary{color:#2d3037}.palette-primary .sidebar-nav,.palette-primary .site-footer,.palette-primary .site-title,.palette-primary .site-description,.palette-primary #secondary-menu a,.palette-primary #menu-social a,.palette-primary #menu-social li a,.palette-primary .site-footer p,.palette-primary mark,.palette-primary ins{background:#18191a;color:#fff}.palette-primary .navbar-default .navbar-nav > li > a{color:#fff}.palette-primary .site-title a{color:#fff;border-bottom:5px solid #ff000a}.palette-primary .mod-delta-bg,.palette-primary .background-gamma{background:#18191a}.palette-primary caption,.palette-primary .widget-title{color:#18191a}@media only screen and (min-width:768px){.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,.palette-primary .table-striped > tbody > tr:nth-child(2n+1){background:#18191a;color:#fff}}.palette-primary a,.palette-primary a:hover,.palette-primary a:focus,.palette-primary .site-footer a,.palette-primary .current_page_item a,.palette-primary #menu-social li a:hover,.palette-primary #menu-social li a:focus,.palette-primary #secondary-menu a[href]:hover,.palette-primary #tertiary-menu a[href]:hover,.palette-primary #secondary-menu .current_page_item a,.palette-primary #tertiary-menu .current_page_item a,.palette-primary #menu-social .current_page_item a{color:#ff000a}.palette-primary .mod-beta h2{border-bottom:5px solid #ff000a}.palette-primary blockquote{border-left:5px solid #ff000a}.palette-primary .navbar-default .navbar-nav > li > a:hover,.palette-primary .navbar-default .navbar-nav > li > a:focus,.palette-primary .navbar-default .navbar-nav > .active > a,.palette-primary .navbar-default .navbar-nav > .active > a:hover,.palette-primary .navbar-default .navbar-nav > .active > a:focus,.palette-primary .navbar-default .navbar-nav > .current-menu-parent > a{background:none;color:#ff000a}.palette-primary #boldgrid-sticky-filler{background:#fff none repeat scroll 0 0}.palette-primary hr,.palette-primary .woocommerce-tabs .panel,.palette-primary #tertiary-menu{background:#fff;color:#333}.palette-primary #tertiary-menu a,.palette-primary .mod-divider a{background:#fff;color:#333}.palette-primary .product_title,.palette-primary .single .entry-title a{background:#fff;color:#333 !important}.palette-primary h1,.palette-primary h2,.palette-primary h3,.palette-primary h4,.palette-primary h5,.palette-primary h6,.palette-primary body,.palette-primary button,.palette-primary .media-heading,.palette-primary .comments-area .comment-content p,.palette-primary #reviews #comments ol.commentlist li .meta,.palette-primary .sidebar .widget-title{color:#333}.palette-primary #reviews #comments ol.commentlist li .comment-text{border:1px solid #333}.palette-primary .entry-title a,.palette-primary .entry-title a:hover,.palette-primary .entry-title a:focus{border-bottom:3px solid #333;text-decoration:none}@media only screen and (min-width:768px){.palette-primary .entry-title a,.palette-primary .entry-title a:hover,.palette-primary .entry-title a:focus{border-bottom:none;text-decoration:none;color:#fff;text-shadow:1px 1px 2px rgba(0, 0, 0, 1)}.palette-primary .page-template-default .entry-title{color:#fff}}.palette-primary .call-to-action h1{color:#fff;margin-bottom:25px;text-shadow:2px 2px 5px rgba(0, 0, 0, 0.5)}.palette-primary .title-main{border-bottom:1px solid #333;color:#333;border-top:1px solid #333}.palette-primary .mod-blockquote{border-left:7px solid #333}.palette-primary .mod-divider{border-top:1px solid #333}.palette-primary .mod-icon-circle i{border:2px solid #333}.palette-primary .page-template-default .entry-title a{text-shadow:2px 2px 5px rgba(0, 0, 0, 0.5)}.palette-primary .gridblock .heading-alt{color:#738599}.palette-primary input,.palette-primary select{color:#333}.palette-primary .button-primary{border:2px solid #585e6b;border-radius:0;color:#333 !important;background:#fff;background:-moz-linear-gradient(top, #fff 0%, #585e6b 100%);background:-webkit-linear-gradient(top, #fff 0%, #585e6b 100%);background:linear-gradient(to bottom, #fff 0%, #585e6b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'palette-primary_5 \', endColorstr=\'$palette-primary_1\',GradientType=0);}.palette-primary .button-primary:hover,.palette-primary .button-primary:focus{color:#333 !important;background:#fff;background:-moz-linear-gradient(top, #585e6b 0%, #fff 100%);background:-webkit-linear-gradient(top, #585e6b 0%, #fff 100%);background:linear-gradient(to bottom, #585e6b 0%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'$palette-primary_1\', endColorstr=\'$palette-primary_5\',GradientType=0);}.palette-primary .button-secondary,.palette-primary input[type=\"submit\"]{border:2px solid #2d3037;border-radius:0;color:#fff !important;background:#2d3037;background:-moz-linear-gradient(top, #2d3037 0%, #18191a 100%);background:-webkit-linear-gradient(top, #2d3037 0%, #18191a 100%);background:linear-gradient(to bottom, #2d3037 0%, #18191a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'$palette-primary_2\', endColorstr=\'$palette-primary_3\',GradientType=0);}.palette-primary .button-secondary:hover,.palette-primary .button-secondary:focus{color:#fff !important;background:#18191a;background:-moz-linear-gradient(top, #18191a 0%, #2d3037 100%);background:-webkit-linear-gradient(top, #18191a 0%, #2d3037 100%);background:linear-gradient(to bottom, #18191a 0%, #2d3037 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'$palette-primary_3\', endColorstr=\'$palette-primary_2\',GradientType=0);}.palette-primary.page-template-default .site-content{background:#fff;color:#333}.palette-primary.mce-content-body{background:#fff !important;color:#333}.palette-primary.error404 .site-content{background:#fff;color:#333}.palette-primary.search .site-content,.palette-primary.single .site-content,.palette-primary.archive .site-content,.palette-primary.blog .site-content{background:#fff;color:#333}.palette-primary.search .entry-title a,.palette-primary.single .entry-title a,.palette-primary.archive .entry-title a,.palette-primary.blog .entry-title a{background:#fff;color:#333 !important}.palette-primary.woocommerce.single-product .color2-color{color:#585e6b !important}\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1481822243;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:22:\"footer-company-details\";a:4:{i:0;s:3:\"C-0\";i:1;s:3:\"	-0\";i:2;s:3:\"v-0\";i:3;s:3:\"b-0\";}s:17:\"boldgrid-widget-2\";a:1:{i:0;s:22:\"black-studio-tinymce-0\";}}}s:18:\"_boldgrid_theme_id\";i:45;s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:8;s:6:\"social\";i:0;s:13:\"footer_center\";i:0;}s:24:\"default_background_image\";s:98:\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/monument-home-repair-imhwpb-pc3ceh4ocd7sc53.jpg\";s:13:\"bgtfw_version\";s:5:\"1.5.7\";s:22:\"boldgrid_color_palette\";s:242:\"{\"state\":{\"active-palette\":\"palette-primary\",\"active-palette-id\":\"8a2f0e1b8bc917b747b2e7ffa6e9fe13\",\"palettes\":{\"palette-primary\":{\"format\":\"palette-primary\",\"colors\":[\"#585e6b\",\"#2d3037\",\"#18191a\",\"#ff000a\",\"#ffffff\"]}},\"saved_palettes\":[]}}\";s:22:\"boldgrid_palette_class\";s:15:\"palette-primary\";s:18:\"custom_css_post_id\";i:-1;s:21:\"boldgrid_logo_setting\";i:305;s:16:\"background_image\";s:0:\"\";s:25:\"hide_boldgrid_attribution\";b:1;s:26:\"hide_wordpress_attribution\";b:1;s:27:\"boldgrid_background_pattern\";s:0:\"\";s:24:\"boldgrid_background_type\";s:7:\"pattern\";s:25:\"boldgrid_background_color\";s:16:\"rgba(0,0,0,0.45)\";s:18:\"boldgrid_logo_size\";s:3:\"180\";s:24:\"boldgrid_position_toggle\";b:1;s:15:\"logo_margin_top\";s:2:\"20\";s:18:\"logo_margin_bottom\";s:3:\"-20\";s:16:\"logo_margin_left\";s:3:\"-50\";s:24:\"hide_partner_attribution\";b:1;s:31:\"hide_special_thanks_attribution\";b:1;}','yes'),(13517,'boldgrid_staging_template','boldgrid-gridone','yes'),(13518,'boldgrid_staging_stylesheet','boldgrid-gridone','yes'),(13519,'boldgrid_staging_theme_switched','','yes'),(24366,'_transient_timeout_feed_mod_052500b17b6986c854ef52a9542abd78','1527291912','no'),(24373,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1527291914','no'),(24374,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1527248714','no'),(24380,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1527291918','no'),(24381,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/05/wordpress-org-privacy-policy-updates/\'>WordPress.org Privacy Policy Updates</a> <span class=\"rss-date\">May 25, 2018</span><div class=\"rssSummary\">The WordPress.org privacy policy has been updated, hurray! While we weren’t able to remove all the long sentences, we hope you find the revisions make it easier to understand: how we collect and use data, how long the data we collect is retained, and how you can request a copy of the data you’ve shared [&hellip;]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/05/wordpress-org-privacy-policy-updates/\'>Dev Blog: WordPress.org Privacy Policy Updates</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpweekly-episode-317-minor-major-major-minor-release\'>WPTavern: WPWeekly Episode 317 – Minor Major Major Minor Release</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/why-sites-didnt-automatically-update-to-wordpress-4-9-6\'>WPTavern: Why Sites Didn’t Automatically Update to WordPress 4.9.6</a></li></ul></div><div class=\"rss-widget\"><ul></ul></div>','no'),(25687,'boldgrid_attribution_upgraded_to_cpt','1','yes'),(25695,'_site_transient_timeout_boldgrid_plugins','1527285827','no'),(25696,'_site_transient_boldgrid_plugins','O:8:\"stdClass\":5:{s:21:\"boldgrid-inspirations\";O:8:\"stdClass\":24:{s:5:\"title\";s:21:\"BoldGrid Inspirations\";s:7:\"version\";s:5:\"1.5.6\";s:8:\"asset_id\";i:920517;s:12:\"release_date\";s:10:\"2018-04-10\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:5:\"4.9.5\";s:8:\"sections\";a:4:{s:11:\"description\";s:377:\"<p>BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.</p>\n<p>The first phase is Inspiration; the guided tool creates your base website. If you already have a website, then you can skip this step.</p>\n<p>The second phase is Customization; tools to transform your website into your vision.</p>\n\";s:12:\"installation\";s:283:\"<ol>\n<li><p>Upload the entire boldgrid-inspirations folder to the /wp-content/plugins/ directory.</p></li>\n<li><p>Activate the plugin through the Plugins menu in WordPress.</p></li>\n<li><p>You will find the Inspirations menu in your WordPress Dashboard / admin panel.</p></li>\n</ol>\n\";s:9:\"changelog\";s:35441:\"<h4>1.5.6</h4>\n<ul>\n<li>Bug fix: JIRA BGINSP-14 Fatal in PHP >=7.1.0 when creating internal preview builds.</li>\n<li>Bug fix: JIRA WPB-3767 Prevent invalid API calls for check-version.</li>\n<li>Update: JIRA BGBKUP-180 Auto update code moved to library and removed from Inspirations.</li>\n<li>Update: JIRA WPB-3730 Updated library dependency to ^2.0.0.</li>\n<li>Update: JIRA BGINSP-3 Forcing display of Connect Key prompt admin notice on the Inspirations page, even if dismissed, until key is entered.</li>\n<li>Update: JIRA WPB-3684 Updated composer.json, due to package changes.</li>\n<li>New feature: JIRA BGCNTRL-46 Added filters for manipulating Dashboard help in trial sites.</li>\n</ul>\n<h4>1.5.5</h4>\n<ul>\n<li>Bug fix: JIRA BGSTAGE-32 Fixed staging plugin install.</li>\n</ul>\n<h4>1.5.4</h4>\n<ul>\n<li>Update: JIRA BGINSP-4 Removed admin notice recommending plugin installations.</li>\n</ul>\n<h4>1.5.3</h4>\n<ul>\n<li>New feature: JIRA WPB-3643 Ensure that deployment does not install new wporg plugins if old ones are installed.</li>\n</ul>\n<h4>1.5.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3587 Menu assignment after deployment broken in WP 4.9.</li>\n<li>Bug fix: JIRA WPB-3570 Inspirations Select button misplaced in WP 4.9.</li>\n<li>Bug fix: JIRA WPB-3593 Changes require to help Staging support new Customizer scheduler.</li>\n</ul>\n<h4>1.5.1</h4>\n<ul>\n<li>Update: Updates to library.</li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.4.11</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.4.10</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3336 All and Default categories do not align.</li>\n<li>Bug fix: JIRA WPB-3337 On a fresh install, Pages - New From GridBlocks fails.</li>\n<li>Bug fix: JIRA WPB-3333 Image search only searching one provider instead of all.</li>\n<li>Bug fix: JIRA WPB-3346 Edit Image button not working for attachment.</li>\n<li>Bug fix: JIRA WPB-3387 Loading GridBlocks just spins.</li>\n<li>Update: JIRA WPB-3352 Purchase coins through BoldGrid Central.</li>\n<li>Update: JIRA WPB-3355 Add data-image-url attribute.</li>\n<li>Update: JIRA WPB-3382 More descriptive creative commons icon.</li>\n<li>Update: JIRA WPB-3384 Add License details to attachment details.</li>\n<li>Update: JIRA WPB-3383 Filter out boldgrid-gridblock-set-preview-page.</li>\n</ul>\n<h4>1.4.9</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3318 When forcing a preferred form plugin install, first check if plugin is installed before trying to activate.</li>\n<li>Bug fix: JIRA WPB-3312 Ensure activation of preferred form plugin. Added filter for preferred slug.</li>\n<li>Bug fix: JIRA WPB-3317 New page from GridBlocks not working.</li>\n<li>Update: JIRA WPB-3252 Disable \'default\' category and configure \'showcase\'.</li>\n<li>Bug fix: JIRA WPB-3332 New from gridblocks button not showing.</li>\n</ul>\n<h4>1.4.8</h4>\n<ul>\n<li>New feature: JIRA WPB-3200 Added WPForms support.</li>\n<li>Update: JIRA WPB-3292 Updated plugin URI.</li>\n<li>Update: JIRA WPB-3296 Add Inspirations as first menu item child.</li>\n<li>Bug Fix: JIRA WPB-3274 Plugins > Add New Updates fail in modals.</li>\n<li>New feature: JIRA WPB-3293 Resize images during deployment vs imgr server.</li>\n</ul>\n<h4>1.4.7</h4>\n<ul>\n<li>Update: JIRA WPB-3243 Change feedback admin notice display frequency.</li>\n<li>Update: JIRA WPB-3264 Adding twitch social media option.</li>\n<li>New Feature: Added BoldGrid Library to plugin.</li>\n</ul>\n<h4>1.4.6</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3179 Gradient style being lost during normal deployment.</li>\n<li>Bug fix: JIRA WPB-3180 Open WordPress/BoldGrid links in attribution page in new tab.</li>\n</ul>\n<h4>1.4.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3161 Fixed auto plugin update.</li>\n<li>Bug fix: JIRA WPB-3162 Fixed issue creating .htaccess file in deployment.</li>\n<li>Bug fix: JIRA WPB-3171 As an author, when installing a site I do not want background images to be processed.</li>\n<li>Bug fix: JIRA WPB-3176 Background gradient / url bug during deplyment.</li>\n</ul>\n<h4>1.4.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3151 Added check and load before using get<em>plugin</em>data() for updates.</li>\n<li>Bug fix: JIRA WPB-3141 Fixed invalid updates for BoldGrid Prime theme.</li>\n<li>Bug fix: JIRA WPB-3158 Deployment\'s gallery updates are not saved.</li>\n</ul>\n<h4>1.4.3</h4>\n<ul>\n<li>New feature: JIRA WPB-3106 As an Author, I can set background images for elements.</li>\n<li>New feature: JIRA WPB-3095 Update generic builds to display per theme channel.</li>\n</ul>\n<h4>1.4.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2745 Fixed upgrade notices displaying when activation version was not recorded.</li>\n<li>Update: JIRA WPB-3019 Updating attribution link creation.</li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>New feature: JIRA WPB-3044 Automatically get Unsplash attribution.</li>\n<li>Update: JIRA WPB-3043 Updating plugin description.</li>\n</ul>\n<h4>1.4.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3232 Deploy Staging menu item missing.</li>\n<li>Bug fix: JIRA WPB-3233 BoldGrid Connect Search missing from new image widget.</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Update: JIRA WPB-2936 Updating YouTube videos for BoldGrid Dashboard\'s new release.</li>\n<li>Bug fix: JIRA WPB-2927 Social media menu disappears.</li>\n<li>Update: JIRA WPB-2949 Configure blog using categories.</li>\n<li>Bug fix: JIRA WPB-2950 Added max height for reseller logos on login page.</li>\n<li>Bug fix: JIRA WPB-2925 Sidebar widgets don\'t match between preview and installed site.</li>\n<li>Bug fix: JIRA WPB-2951 Images in staging posts not being downloaded.</li>\n<li>Bug fix: JIRA WPB-2955 Backwards compatibility - maps taking up 200px empty space.</li>\n<li>Bug fix: JIRA WPB-2984 Attribution page 404.</li>\n</ul>\n<h4>1.3.9</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2912 Fixed issue when installing plugins from the Tools Import page.</li>\n<li>Bug fix: JIRA WPB-2916 Inspirations deploy fatal error if an old forked plugin had the original installed.</li>\n<li>Bug fix: JIRA WPB-2905 If installing via Author, do not update pages with survey data.</li>\n<li>Bug fix: JIRA WPB-2910 Unterminated entity reference bug.</li>\n<li>Update: JIRA WPB-2913 Validate email address in survey.</li>\n<li>Bug fix: JIRA WPB-2404 iframe timeout in step 2 of Inspirations.</li>\n<li>Bug fix: JIRA WPB-2173 Error deleting image and redownloading.</li>\n<li>Bug fix: JIRA WPB-2635 Start over staging affecting active site.</li>\n<li>Bug fix: JIRA WPB-2493 Publish private posts during staging deployment.</li>\n<li>Bug fix: JIRA WPB-2796 Social media urls end in /username, go to 404s.</li>\n</ul>\n<h4>1.3.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2892 Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).</li>\n<li>Update: JIRA WPB-2900 Update verbiage of build coin cost.</li>\n<li>Bug fix: JIRA WPB-2901 Scroll bars not visible on preview iframe in Chrome.</li>\n<li>Bug fix: Removing CTA hooks.</li>\n</ul>\n<h4>1.3.7</h4>\n<ul>\n<li>Update: JIRA WPB-2819 Use switch instead of checkbox for Demo.</li>\n<li>Bug fix: JIRA WPB-2780 Theme screenshots opening directly, rather than within gallery.</li>\n<li>Update: JIRA WPB-2825 Adjust do not display formatting.</li>\n<li>Update: JIRA WPB-2829 Updating hook to resolve BoldGrid SEO plugin conflicts.</li>\n<li>Update: JIRA WPB-2837 Remove loading image after selecting theme in Gallery.</li>\n<li>Update: JIRA WPB-2839 Minor verbiage change for Add a blog.</li>\n<li>Update: JIRA WPB-2785 Entering words with apostrophe in it for Site title displays with a Backslash.</li>\n<li>Bug fix: JIRA WPB-2848 Customize link takes users back to Inspirations.</li>\n<li>Bug fix: JIRA WPB-2527 \'New from GridBlocks\' preview page appearing in cart.</li>\n<li>Bug fix: JIRA WPB-2862 Survey, invalid argument supplied for foreach.</li>\n<li>Bug fix: JIRA WPB-2601 Inspirations Internet Explorer/ Stuck on loading themes.</li>\n<li>Bug fix: JIRA WPB-2854 Downloading Image spinner never stops spinning.</li>\n</ul>\n<h4>1.3.6</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2772 PHP warnings on deploy in WordPress 4.3.7.</li>\n<li>Bug fix: JIRA WPB-2766 Plesk and WP-CLI were not getting private repo updates.</li>\n<li>Update: JIRA WPB-2763 Update email and address on Contact Us page.</li>\n<li>Update: JIRA WPB-2764 Remove option to add a map.</li>\n<li>Update: JIRA WPB-2765 Allow iframes for preview builds.</li>\n<li>New feature: JIRA WPB-2771 Update footer-company-details widget with survey data.</li>\n<li>New feature: JIRA WPB-2777 Add an Install sample blog checkbox.</li>\n<li>New feature: JIRA WPB-2778 Setup a blog during deployment.</li>\n<li>Bug fix: JIRA WPB-2792 Staged posts (private posts) are trashed when starting over active site.</li>\n<li>Update: JIRA WPB-2800 Ensure \'Install a blog\' works with Staging.</li>\n<li>Update: JIRA WPB-2801 Remove milestones classes.</li>\n<li>Bug fix: JIRA WPB-2779 Survey not working with Staging.</li>\n<li>Update: JIRA WPB-2805 Preview builds w & w/o blogs.</li>\n<li>New feature: JIRA WPB-2806 Add filter for Inspirations configs.</li>\n<li>Bug fix: JIRA WPB-2808 Do not request generic builds when requesting blog as well.</li>\n</ul>\n<h4>1.3.5</h4>\n<ul>\n<li>Testing: JIRA WPB-2744 Tested on WordPress 4.7.</li>\n<li>Update: JIRA WPB-2376 Filter the bgtfw contact blocks.</li>\n<li>Update: JIRA WPB-2476 Update case of Company name.</li>\n<li>Update: JIRA WPB-2747 Update Add a map verbiage.</li>\n<li>Update: JIRA WPB-2749 Add a map to my Contact page.</li>\n<li>Bug fix: JIRA WPB-2658 Fix spacing issues atop Inspirations.</li>\n<li>Bug fix: JIRA WPB-2751 Show all in the smaller view of inspirations doesn\'t work anymore.</li>\n<li>Bug fix: JIRA WPB-2757 Apostrophe and other strange characters installed via Inspirations.</li>\n<li>Bug fix: JIRA WPB-2759 DOMDocument::loadHTML(): htmlParseEntityRef: expecting \';\'.</li>\n</ul>\n<h4>1.3.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2696 Remove placeholders from survey.</li>\n<li>New feature: JIRA WPB-2697 Update phone numbers in widgets.</li>\n<li>New feature: JIRA WPB-2699 Use phone number entered during survey.</li>\n<li>Update: JIRA WPB-2704 Adjust format of how social media icons are saved.</li>\n<li>New feature: JIRA WPB-2705 Use survey social media items when creating menu.</li>\n<li>Update: JIRA WPB-2711 Show optional message in survey.</li>\n<li>Update: JIRA WPB-2712 Have plus sign toggle more social icons.</li>\n<li>Update: JIRA WPB-2723 Update phone in pages.</li>\n</ul>\n<h4>1.3.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2627 Back / next buttons should not be clickable.</li>\n<li>Bug fix: JIRA WPB-2625 Behavior of last image\'s next button in Inspirations.</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Update: JIRA WPB-2582 Always show arrows in Inspirations gallery.</li>\n<li>Update: JIRA WPB-2583 Ensure first letter in theme\'s title attribute is capitalized.</li>\n<li>Update: JIRA WPB-2599 Add placeholder for 4th step to Inspirations.</li>\n<li>Update: JIRA WPB-2551 Duplicate images.</li>\n<li>New feature: JIRA WPB-2603 Add initial version of survey.</li>\n<li>Bug fix: JIRA WPB-2622 Inspirations - Step 4 - Go back button installs site.</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Misc: JIRA WPB-2503 Added plugin requirements to readme.txt file.</li>\n<li>Bug fix: JIRA WPB-2539 Fix possible duplicate connection issue notice from ajax.js call.</li>\n<li>Bug fix: JIRA WPB-2558 Don\'t display feedback widget if user hasn\'t entered their key.</li>\n<li>Bug fix: JIRA WPB-2559 Don\'t allow widgets to drag into welcome box area.</li>\n<li>Bug fix: JIRA WPB-2555 Images in search results flicker.</li>\n<li>Update: JIRA WPB-2563 Convert Attribution page to use custom post type.</li>\n<li>Update: JIRA WPB-2568 Added fancybox and large previews to Inspirations.</li>\n<li>Update: JIRA WPB-2570 Milestone blogname change.</li>\n<li>Update: JIRA WPB-2574 Milestone Social Media Change.</li>\n<li>Update: JIRA WPB-2578 Milestone Contact Info Footer Change.</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2544 Disable \'Install\' button after clicking it.</li>\n</ul>\n<h4>1.2.13</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2531 Javascript error checking needed for mine count.</li>\n</ul>\n<h4>1.2.12</h4>\n<ul>\n<li>Update: JIRA WPB-2472 Added update notice for 1.3.</li>\n<li>Bug fix: JIRA WPB-2486 Incorrect page count on All Pages.</li>\n<li>Bug fix: JIRA WPB-2467 With staging disabled, Customize goes to \"Change Themes\".</li>\n<li>Update: JIRA WPB-2488 Remove \'Permanently delete pages instead of sending to trash\'.</li>\n<li>Update: JIRA WPB-2490 Move default option to \'install as staging\'.</li>\n<li>Update: JIRA WPB-2491 Add \'Customize > Active Theme\' navigation to Inspirations.</li>\n<li>Bug fix: JIRA WPB-2496 Require comment text in feedback form.</li>\n<li>Update: JIRA WPB-2229 Update error reporting when purchasing images.</li>\n<li>Update: JIRA WPB-2498 Change \'Company Name\' to theme name.</li>\n<li>Update: JIRA WPB-2497 Add new dashboard videos.</li>\n<li>Bug fix: JIRA WPB-2376 \'No search results\' method is not cleared in BGCS.</li>\n</ul>\n<h4>1.2.11</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2468 Switching between boldgrid admin menu and standard wp menu no longer works.</li>\n<li>Bug fix: JIRA WPB-2477 If you have an existing site non BG, no route for staging exists.</li>\n</ul>\n<h4>1.2.10</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2446 Fixed missing build id passed on site install.</li>\n<li>Bug fix: JIRA WPB-2426 Insert Gridblock button is missing.</li>\n<li>Bug fix: JIRA WPB-2443 When starting over, I get a blank page.</li>\n<li>Bug fix: JIRA WBP-2445 Inspirations is not fetching cached themes.</li>\n<li>Update: JIRA WPB-2458 Update \'Recommended\' verbiage in last step of Inspirations.</li>\n</ul>\n<h4>1.2.9</h4>\n<ul>\n<li>Misc: JIRA WPB-2420 Added EOF line breaks.</li>\n<li>Bug fix: JIRA WPB-2387 Fixed issue with AJAX theme updates and BG theme slugs duplicated in the WP repo.</li>\n<li>Bug fix: JIRA WPB-2324 Attribution should not show in 404 sitemap.</li>\n<li>Bug fix: JIRA WPB-2403 No plugins recommended still showing notice.</li>\n<li>Update: JIRA WPB-2416 Text changes for confirmation section of Inspirations.</li>\n<li>Update: JIRA WPB-2417 Add additional text to deployment success page for staging.</li>\n<li>Bug fix: JIRA WPB-2421 Message showing when it shouldn\'t - We\'ve recognized that you haven\'t installed...</li>\n<li>Bug fix: JIRA WPB-2112 BoldGrid Connect Search missing for galleries.</li>\n<li>Bug fix: JIRA WPB-2422 Fixed CSS Loading graphic animation in chrome to display properly.</li>\n<li>Bug fix: JIRA WPB-2401 Gallery not displaying correctly in Chrome && FF.</li>\n<li>Bug fix: JIRA WPB-2423 Trying to get property of non-object in ...stock-photography.php.</li>\n</ul>\n<h4>1.2.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2398 Error requesting free key.</li>\n<li>Bug fix: JIRA WPB-2399 Only show feedback widget to admins.</li>\n</ul>\n<h4>1.2.7</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2389 Fixed saving BoldGrid Settings.</li>\n<li>Bug fix: JIRA WPB-2388 Removed duplicate boldgrid_activate().</li>\n<li>Update: JIRA WPB-2390 Update verbiage for inspirations install success.</li>\n<li>Bug fix: JIRA WPB-2391 Hide BoldGrid Welcome Panel if key isn\'t entered yet.</li>\n<li>Bug fix: JIRA WPB-2392 If key is less than 32 char don\'t make call to validate.</li>\n<li>Bug fix: JIRA WPB-2393 Error messages should be removed when resubmitting keys.</li>\n<li>Bug fix: JIRA WPB-2394 Cursor for show/hide log should be a pointer.</li>\n<li>Update: JIRA WPB-2395 Update login page styling.</li>\n<li>Bug fix: JIRA WPB-2396 Remove staging from recommended plugin notices.</li>\n<li>Bug fix: JIRA WPB-2327 Check if framework is handling plugin recommendations before recommending.</li>\n</ul>\n<h4>1.2.6</h4>\n<ul>\n<li>Misc: JIRA WPB-2344 Updated readme.txt for Tested up to 4.6.1.</li>\n<li>Bug fix: JIRA WPB-2336 Load BoldGrid settings from the correct WP option (site/blog).</li>\n<li>Bug fix: JIRA WPB-2248 Removed \'New From GridBlocks\' button on edit submission page.</li>\n<li>Bug fix: JIRA WPB-2332 Reset scroll position on step 2 of Inspirations to top.</li>\n<li>Bug fix: JIRA WPB-2339 Remove notices from Inspirations page.</li>\n<li>Update: JIRA WPB-2208 Removed tutorials from Inspirations.</li>\n<li>Update: JIRA WPB-2359 Order \'Category Filter\' by category display order.</li>\n<li>Update: JIRA WPB-2360 Sort themes by category and then order within category.</li>\n<li>Update: JIRA WPB-2368 Read version constant from plugin file.</li>\n<li>Update: JIRA WPB-2361 Add BoldGrid Connect Search to Editor\'s background image tool.</li>\n<li>Update: JIRA WPB-2354 Preview button needs to always be visible in mobile view.</li>\n<li>Update: JIRA WPB-2355 Remove extraneous \'Preview\' button.</li>\n<li>Bug fix: JIRA WPB-2364 Inspirations not respecting theme release channel.</li>\n<li>Bug fix: JIRA WPB-2370 Color in screenshot does not match preview.</li>\n<li>Bug fix: JIRA WPB-2373 Duplicate themes in Inspirations.</li>\n<li>Bug fix: JIRA WPB-2379 Wrong budget passed when going form step 2 to step 1.</li>\n<li>Update: JIRA WPB-2380 Remove references to tutorials in deployment congrats message.</li>\n<li>Bug fix: JIRA WPB-2383 Image Search tab appears when clicking \'Add GridBlock\'.</li>\n</ul>\n<h4>1.2.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2325 Added wrapper to handle mb<em>convert</em>encoding() if mbstring is not loaded.</li>\n<li>Bug fix: JIRA WPB-2313 Disabled GridBlocks in network admin pages.</li>\n<li>New feature: JIRA WPB-2268 Changed to resized preview screenshots for Inspirations Design First concept.</li>\n<li>New feature: JIRA WPB-2287 Adjust device preview buttons in step 2 to behave like those in editor.</li>\n<li>New feature: JIRA WPB-2291 Auto install staging in final step if user chooses staging.</li>\n<li>Update: JIRA WPB-2290 Changed \'Install\' button to \'Next\'.</li>\n<li>Bug fix: JIRA WPB-2289 Continuously clicking category in step 1 shuffles themes.</li>\n<li>Update: JIRA WPB-2267 Added message to Inspirations when no generic themes are available.</li>\n<li>Update: JIRA WPB-2315 Added error handling for malformed ajax results for call to /api/build/get-generic.</li>\n<li>Update: JIRA WPB-2316 Add error handling for failures to fetch categories.</li>\n<li>Update: JIRA WPB-2317 Add error handling for failures to fetch pagesets.</li>\n<li>Update: JIRA WPB-2319 Check user capabilities before prompting for api key.</li>\n<li>Update: JIRA WPB-2320 Ensure user has permission to edit page before allowing download<em>and</em>insert<em>into</em>page.</li>\n<li>Update: JIRA WPB-2322 Sanitize user feedback before adding to options table.</li>\n<li>Update: JIRA WPB-2323 Allow admin notices to be dismissed per user.</li>\n<li>Update: JIRA WPB-2326 Update \'update\' class to utilize Admin Notices class.</li>\n<li>Update: JIRA WPB-2327 Check user capabilities before showing admin notices.</li>\n<li>Update: JIRA WPB-2331 Update confirmation messages.</li>\n</ul>\n<h4>1.2.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2269 Typo fix in Boldgrid<em>Inspirations</em>Dependency<em>Plugins::print</em>uninstalled_plugins().</li>\n<li>Bug fix: JIRA WPB-2270 New From GridBlocks became unavailable.</li>\n</ul>\n<h4>1.2.3</h4>\n<ul>\n<li>New feature: JIRA WPB-2172 For preview generic builds, added an option for identification for purges, etc.</li>\n<li>Bug fix: JIRA WPB-2263 For preview sites under multisite, set the admin email address using the network admin email address.</li>\n<li>Bug fix: JIRA WPB-2223 Reworked API key validation and connection issue notices, formatting.</li>\n<li>Misc: JIRA WPB-2256 Updated readme.txt for Tested up to: 4.6.</li>\n<li>Rework: JIRA WPB-2150 Moved API methods to a new class, formatting, and phpcs rework.</li>\n<li>Bug fix: JIRA WPB-2224 Hide the email address field when widget is loaded.</li>\n<li>Bug fix: JIRA WPB-2225 Fixed jQuery Migrate deprecated warning.</li>\n<li>Update: JIRA WPB-2245 Changed feed to pull from dashboard tag on blog.</li>\n<li>Bug fix: JIRA WPB-2265 Uncaught TypeError: IMHWPB.BaseAdmin is not a constructor.</li>\n<li>Bug fix: JIRA WBP-2236 Errors everywhere when logging in as an Editor.</li>\n<li>Bug fix: JIRA WPB-2234 Add current<em>user</em>can checks to Boldgrid<em>Inspirations->set</em>api<em>key</em>callback().</li>\n<li>Bug fix: JIRA WPB-2237 Limit ajax requests by user.</li>\n<li>Bug fix: JIRA WPB-2240 Limit printing of configs in head.</li>\n</ul>\n<h4>1.2.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2058 Added wrap class to the tutorials page.</li>\n<li>Bug fix: JIRA WPB-2184 In PHP 5.2, deactivate and die properly.</li>\n<li>New feature: Added BoldGrid news widget to dashboard.</li>\n<li>Bug fix: JIRA WPB-1994 Fixed issue with WP Theme Editor not being available.</li>\n<li>New feature: Added BoldGrid Feedback widget.</li>\n<li>Bug fix: JIRA WPB-2169 Connect Search defaults to smallest image size when no recommended sizes available.</li>\n<li>Bug fix: JIRA WPB-2192 Allow bug report to correctly show parent themes if submitted.</li>\n</ul>\n<h4>1.2.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2160 New From GridBlocks, multiple pages are installed.</li>\n<li>Update: Changed text of getting and entering connect keys.</li>\n<li>Security: JIRA WPB-2151 Disabled autocomplete for API key entry fields.</li>\n<li>Bug fix: JIRA WPB-2145 Fixing issue with theme screenshots on Chrome Ubuntu.</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2119 For asset downloads, when Imagick is loaded, set the thread limit to 1.</li>\n<li>Bug fix: JIRA WPB-2125 Fixing issue where theme was overwritten without version change.</li>\n<li>Bug fix: JIRA WPB-2104 Go back button hides all themes (Inspirations > Add Theme).</li>\n<li>Bug fix: JIRA WPB-2107 BoldGrid Connect Search overlapping footer (Dashboard > Media).</li>\n<li>Bug fix: JIRA WPB-2109 Session issues when starting over and importing active site.</li>\n<li>Bug fix: JIRA WPB-2116 Changes to the order of images in a gallery are not saving.</li>\n<li>Bug fix: JIRA WPB-2134 Staging\'s boldgrid_attribution option and \'Uninitialized string offset\' Notice.</li>\n<li>Bug fix: JIRA WPB-2135 Image not replaced in Page & Post Editor after using Connect Search.</li>\n</ul>\n<h4>1.1.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2058 Added wrap class to Inspirations, so admin notices are displayed at the top.</li>\n<li>Bug fix: JIRA WPB-2041 Fixed BoldGrid theme update check in WordPress 4.6.</li>\n<li>Testing: JIRA WPB-2046 Tested on WordPress 4.5.3.</li>\n<li>New feature: JIRA WPB-599 Added options for plugin and theme auto-updates via WordPress autoupdater.</li>\n<li>Update: JIRA WPB-2008 Deploy class updated to allow for is_generic flag.</li>\n<li>Bug fix: JIRA WPB-1950 Prevent a portait image from displaying atop \'Crop Image\' and \'Skip Cropping\' buttons.</li>\n</ul>\n<h4>1.1.7</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2032 Fixed issue when activating key. Added nonce to api key form.</li>\n<li>Rework: JIRA WPB-2030 Updated the \"I don\'t have an API key\" section.</li>\n<li>New feature: JIRA WPB-2029 Added TOS box to API key submission form.</li>\n<li>New feature: JIRA WPB-1905 Added capability for auto-updates of boldgrid-inspirations by API response.</li>\n<li>Bug fix: JIRA WPB-2002 Fixed theme update issue where upgrader says is up to date at times.</li>\n<li>Bug fix: JIRA WPB-2006 Pdes and Homepage not installing correctly on Inpirations Theme Only installs.</li>\n</ul>\n<h4>1.1.6</h4>\n<ul>\n<li>New feature: JIRA WPB-1839 Users can now change their theme release channel.</li>\n<li>Security fix: JIRA WPB-1977 Validate nonce for feedback form diagnostic data callback and form submit.</li>\n<li>Bug fix: JIRA WPB-1955 Fatal error: Class \'Boldgrid<em>Staging</em>Plugin\' not found.</li>\n</ul>\n<h4>1.1.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1914 Staged image used on Active page not showing in cart.</li>\n</ul>\n<h4>1.1.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1886 Fixed feedback notice being displayed too often (more than a week after submitting).</li>\n<li>New feature: JIRA WPB-1183 Refresh the Library Tab after downloading an image.</li>\n<li>Update: JIRA WPB-1865 Update style of \'Transactions\' pages to better incorporate BoldGrid Staging\'s nav menu.</li>\n<li>Update: JIRA WPB-1884 Passed WordPress 4.5.1 testing.</li>\n<li>Bug fix: JIRA WPB-1855 Do not display feedback notice on update or setting pages.</li>\n<li>Bug fix: JIRA WPB-1860 Fixed horizontal line through screenshot in step 2.</li>\n<li>Bug fix: JIRA WPB-1863 Cart does not look for watermarked images used within staged pages.</li>\n<li>Bug fix: JIRA WPB-1891 View / Download of images within receipts not working for images purchased via Staging.</li>\n<li>Bug fix: JIRA WPB-1893 JS errors in console when viewing attachments.</li>\n<li>Bug fix: JIRA WPB-1900 Attribution shows in menu when menu generated using wp<em>page</em>menu.</li>\n</ul>\n<h4>1.1.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1824 Fixed order of plugin deactivation and uninstall in Start Over process.</li>\n<li>Bug fix: JIRA WPB-1814 Fixed PHP notice in page and post editor for In Menu when there is a corrupted nav menu array.</li>\n<li>Bug fix: JIRA WPB-1823 Fixed display of \"Themes\" H1 and the additional themes bar when choosing active or staging before installing a theme.</li>\n<li>Bug fix: JIRA WPB-1840 Fixing thumbnail presentation in inspirations and add new theme.</li>\n</ul>\n<h4>1.1.2.3</h4>\n<ul>\n<li>Update: Sync version. See version 1.1.1.1.</li>\n</ul>\n<h4>1.1.2.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1833 Fixed checking for previously downloaded assets in deployment when using multisite (wp-preview).</li>\n</ul>\n<h4>1.1.2.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1817 BoldGrid Connect Search: Was not being added when changing a header image in the Customizer.</li>\n<li>Rework: JIRA WPB-1541 Removed feedback form bug report diagnostic report items.</li>\n<li>Bug fix: JIRA WPB-1816 Fixed update class interference with the Add Plugins page.</li>\n</ul>\n<h4>1.1.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1809 Fixed undefined index \"action\" for some scenarios. Optimized update class and addressed CodeSniffer items.</li>\n<li>Rework: JIRA WPB-1541 Reworked admin feedback notice.</li>\n<li>Rework: JIRA WPB-1751 Removed analysis processing and optional logging capabilities. Added support for XHProf.</li>\n<li>Bug fix: JIRA WPB-1805 Now adds theme update info on the Customizer Themes page.</li>\n<li>Rework: JIRA WPB-1785 Enabled and reworked image caching for the preview server.</li>\n<li>Rework: JIRA WPB-1751 Reworked analysis processing.</li>\n<li>Update: JIRA WPB-1658 Storing more reliable install data through inspirations.</li>\n<li>Bug fix: JIRA WPB-1787 When not using BoldGrid menu, cart does not dynamically update total page price.</li>\n<li>Update: JIRA WPB-1754 Remove attribution page from search results.</li>\n<li>Bug fix: JIRA WPB-1788 webkit css missing from \'new from gridblocks\'.</li>\n<li>New feature: JIRA WPB-1806 Add \'BoldGrid search\' tab when replacing an image.</li>\n</ul>\n<h4>1.1.1.1</h4>\n<ul>\n<li>Bug Fix: Fixing logo display on login screen.</li>\n</ul>\n<h4>1.1.1</h4>\n<ul>\n<li>Bug fix: Fixed analysis include for preview server.</li>\n<li>Bug fix: New From GridBlocks: Asset download issues.</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>New feature: JIRA WPB-1751 Added analysis processing and optional logging capabilities.</li>\n<li>Bug fix: JIRA WPB-1781 Removed boldgrid<em>dismissed</em>admin_notices from Start Over cleanup.</li>\n<li>New feature: JIRA WPB-1541 Added feedback notice.</li>\n<li>Bug fix: JIRA WPB-1747 New From GridBlocks: For non BoldGrid themes, only load grid css.</li>\n<li>Bug fix: JIRA WPB-1760 New From GridBlocks: Ensure page title shows on preview page.</li>\n<li>Update: JIRA WPB-1779 New From GridBlocks: Update verbiage for \'Downloading GridBlocks\'.</li>\n</ul>\n<h4>1.0.12.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1710 Fixed missing device preview tabs on Add New Theme preview modal.</li>\n<li>Bug fix: JIRA WPB-1710 Fixed notice dismissal checking.</li>\n<li>Bug fix: JIRA WPB-1749 On start over, staging menus are not deleted.</li>\n<li>Bug fix: JIRA WPB-1755 Gallery images not showing in cart.</li>\n</ul>\n<h4>1.0.12</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1740 Fixed \"In Menu\" messages in editor when staging plugin is not active, and fixed saving menu selections.</li>\n<li>New feature: JIRA WPB-1726 Added optional feedback for GridBlock Add Page.</li>\n<li>Removed Ft: JIRA WPB-1710 Removed Inspirations Add Pages; replaced by GridBlocks.</li>\n<li>Misc: JIRA WPB-1361 Added license file.</li>\n<li>New feature: Don\'t assign footer contact widget if using base pagesets.</li>\n<li>Bug Fix: JIRA WPB-1732 Fixing css issues on login screen (firefox).</li>\n<li>Bug Fix: JIRA WPB-1687 Image search: Title, Caption, Alt Text and Description do not display on new pages.</li>\n</ul>\n<h4>1.0.11</h4>\n<ul>\n<li>New feature: JIRA WPB-1699 Added optional feedback for theme activation.</li>\n<li>New feature: JIRA WPB-1690 Adding BoldGrid themes to All themes install menu.</li>\n<li>Bug fix: JIRA WPB-1686 Limited items loaded in network admin pages.</li>\n<li>Improvement: JIRA WPB-1604 Added a \"Cancel\" link to the \"In Menu\" section.</li>\n<li>Improvement: JIRA WPB-1603 Display menu locations in the editor \"In Menu\" section.</li>\n<li>Bug fix: JIRA WPB-1602 Corrected capitalization of \"None\" under \"In menu\" in the editor.</li>\n<li>Improvement: JIRA WPB-1664 Gets api<em>key and site</em>hash from configs instead of get_option.</li>\n<li>Bug fix: JIRA WPB-1597 Fixing indefined index error</li>\n<li>New feature: JIRA WPB-1649 Added reporting of PHP version and mobile ratio.</li>\n<li>Bug fix: JIRA WPB-1598 \'Mine\' count on \'all pages\' is incorrect.</li>\n<li>Bug fix: JIRA WPB-1647 JS error with easy-attachment-preview-size.js.</li>\n<li>Bug fix: JIRA WPB-1651 When the BG menu is turned off, Appearance link should take you to themes.</li>\n</ul>\n<h4>1.0.10</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1632 Fixed handling of subcategory<em>id in deploy</em>page_sets.</li>\n<li>New feature: JIRA WPB-1510 Moved adhoc functions.php to class-boldgrid-inspirations-utility.php (class Boldgrid<em>Inspirations</em>Utility).</li>\n<li>Rework: JIRA WPB-1553 Updated require and include statements for standards.</li>\n<li>Bug fix: JIRA WPB-1563 Updated pages in which wp<em>iframe-media</em>upload.css is loaded.</li>\n<li>Bug fix: JIRA WPB-1549 Resolve attribution page missing attribution for several images.png.</li>\n</ul>\n<h4>1.0.9.2</h4>\n<ul>\n<li>Bug fix: Add GridBlock Sets feature disabled.</li>\n</ul>\n<h4>1.0.9.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1553 Fixed support for PHP 5.2 to deactivate plugin.</li>\n<li>Bug fix: Prevent click of links in add<em>new</em>page_selection previews.</li>\n<li>Bug fix: JIRA WPB-1554 Fixed undefined JavaScript variable pagenow for customizer link.</li>\n</ul>\n<h4>1.0.9</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1554 Fixed theme link in network dashboard nav menu.</li>\n<li>Bug fix: JIRA WPB-1590 Fixed JavaScript error for undefined screen info in network dashboard.</li>\n<li>Bug fix: JIRA WPB-1535 Fixed theme deployment issues.</li>\n<li>New feature: JIRA WPB-1584 Added an opt-out feedback payload delivery system.</li>\n<li>New feature: JIRA WPB-1580 Added optional feedback for customizer_start.</li>\n<li>Bug fix: JIRA WPB-1571 Removed plugin dependency admin notice when editing an attachment (image).</li>\n<li>New feature: JIRA WPB-1579 Added feedback opt-out in BoldGrid Settings, hidden for now.</li>\n<li>Bug fix: JIRA WPB-1575 Addressed an issue causing mismatch color palettes on cached previews</li>\n<li>New feature: JIRA WPB-1514 Add new pages offers page templates to choose from.</li>\n</ul>\n<h4>1.0.8.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1553 Fixed PHP version check condition (<5.3).</li>\n</ul>\n<h4>1.0.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1561 Fixed missing get<em>plugin</em>data on update calls.</li>\n<li>New feature: JIRA WPB-1511 Added dependency plugin notice on editor pages.</li>\n<li>Bug fix: JIRA WPB-1553 Added support for <strong>DIR</strong> in PHP <=5.2.</li>\n<li>Bug fix: JIRA WPB-1371 JSON encoded image data for media download requests.</li>\n<li>New feature: JIRA WPB-1332 Swapping loading GIF to CSS loading image.</li>\n<li>New feature: JIRA WPB-1072 Storing static pages on install</li>\n<li>New feature: JIRA WPB-1539 When deleting a page, remove it from any applicable menus as well.</li>\n<li>New feature JIRA WPB-1542 Manage menu assignment within editor.</li>\n<li>New feature JIRA WPB-1555 Add wp-image-## class to images during deployment.</li>\n<li>New feature JIRA WPB-1557 Add wp-image-## class to images when adding gridblocks.</li>\n<li>Bug fix: JIRA WPB-1506 Theme naming missing in preview.</li>\n<li>Bug fix: JIRA WPB-1443 Extra page listed under \'Mine\'.</li>\n<li>Bug fix: JIRA WPB-1560 Install options not available on preview server</li>\n</ul>\n<h4>1.0.7</h4>\n<ul>\n<li>Rework: JIRA WPB-1533 Ensured activation data is sent after first login.</li>\n</ul>\n<h4>1.0.7</h4>\n<ul>\n<li>Rework: JIRA WPB-1533 Ensured activation data is sent after first login.</li>\n</ul>\n<h4>1.0.6</h4>\n<ul>\n<li>Rework: JIRA WPB-1411 Added more output to the deploy log.</li>\n</ul>\n<h4>1.0.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1462 Fixed position of dependency plugins admin notice. Also limited to Dashboard and plugins page.</li>\n<li>Bug fix: JIRA WPB-1290 Fixing issues with galleries leaving empty spaces</li>\n<li>Bug fix: JIRA WPB-1471 Made deployment plugin installation respect release channel.</li>\n<li>Rework: JIRA WPB-1452 Remove unneeded call to \'boldgrid<em>activate</em>framework\' during deployment.</li>\n<li>Bug fix: JIRA WPB-946 Fixed margin bug on step 2 additional themes.</li>\n<li>Bug fix: JIRA WPB-1384 Increase width of select input on image search modal.</li>\n<li>Bug fix: JIRA WPB-1508 BoldGrid Image search box size is inconsistent.</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1442 Fixing inspiration border styles for wordpress 4.4</li>\n<li>Bug fix: JIRA WPB-1461 Updating login button styles for wordpress 4.4</li>\n<li>Bug fix: JIRA WPB-1411 Added initialization and checks for empty image queues in deployment.</li>\n<li>Bug fix: JIRA WPB-1406 Attribution page still showing in \'All Pages\'.</li>\n<li>Bug fix: JIRA WPB-1451 Active images are showing in Staging attribution page.</li>\n<li>Bug fix: JIRA WPB-1466 Tabs on tutorials page too small at 1035px - 1482px.</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>New feature: JIRA WPB-1363 Updated readme.txt for WordPress standards.</li>\n<li>New feature: JIRA WPB-1389 When starting over theme mods are saved with a flag to recompile sass</li>\n<li>Bug fix: JIRA WPB-1420 Content of Attribution page is overwriting page saves.</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1395 Adjusted theme update data; now gets theme uri from theme style.css, download url from api data.</li>\n<li>Rework JIRA WPB-1374 Updated activation timestamp to use GMT/UTC.</li>\n<li>Bug fix: JIRA WPB-1377 Reseller option is now set on first call to either the front end or wp_login.</li>\n<li>Bug fix: Adjusted handling for image purchases when errors occur.</li>\n<li>Bug fix: JIRA WPB-1365 Purchase link on editing a page goes to wrong link.</li>\n<li>Bug fix: JIRA WPB-1368 Inspirations step 0 text refers to nonexisting help tabs.</li>\n<li>Rework: JIRA WPB-1378 Adjusted formatting of footer in Dashboard.</li>\n<li>Rework: JIRA WPB-1369 Update minus signs on \'Transaction History\'.</li>\n<li>New feature: JIRA WPB-1379 On the transactions page, show the reseller that processed the credits.</li>\n<li>Bug fix: Count of \'All\' pages inaccurate on \'All pages\'.</li>\n<li>Bug fix: JIRA WPB-1367 Updated link for \'Lost your BoldGrid Connect Key?\'.</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1374 Updated activation timestamp to include timezone in UTC.</li>\n<li>Bug fix: Attribution page shows style tags.</li>\n<li>Bug fix: Strict Standards fix for wp<em>kses</em>allowed_html.</li>\n<li>Bug fix: Fixed incorrect link.</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial public release.</li>\n</ul>\n\";s:14:\"upgrade_notice\";s:311:\"<h4>1.3</h4>\n<p>Version 1.3 has been released with a redesigned Inspiration phase. For more information on this change and others, please visit our blog at https://www.boldgrid.com/boldgrid-1-3-released/ .</p>\n<h4>1.0.2</h4>\n<p>Users should upgrade to version 1.0.2 to ensure proper BoldGrid theme updates.</p>\n\";}s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:10506:\"{\"4.9.5\":{\"1.5.6\":[100,95]},\"4.9.4\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.9.3\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.9.2\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.9.1\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.8.6\":{\"1.5.6\":[100,95]},\"4.8.5\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.8.4\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.8.3\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.8.2\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.8\":{\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.9\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.8\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.6\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7.10\":{\"1.5.6\":[100,95]},\"4.7.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.8\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.11\":{\"1.5.6\":[100,95]},\"4.6.10\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.12\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.11\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.10\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.4.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.4.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.4.10\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]},\"4.3.1\":{\"0.29\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5\":[100,12],\"1.0.6\":[100,12],\"1.0.7\":[100,12],\"1.0.8.1\":[100,12],\"1.0.9.1\":[100,12],\"1.0.9.2\":[100,12],\"1.0.10\":[100,12],\"1.0.11\":[100,12],\"1.0.12.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2.1\":[100,12],\"1.1.2.3\":[100,12],\"1.1.1.1\":[100,12],\"1.1.3\":[100,12],\"1.1.4\":[100,12],\"1.1.5\":[100,12],\"1.1.6\":[100,12],\"1.1.7\":[100,12],\"1.1.8\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.4\":[100,12],\"1.2.5\":[100,12],\"1.2.8\":[100,12],\"1.2.9\":[100,12],\"1.2.11\":[100,12],\"1.2.13\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.3.6\":[100,12],\"1.3.7\":[100,12],\"1.3.8\":[100,12],\"1.3.9\":[100,12],\"1.3.10\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,12],\"1.4.4\":[100,12],\"1.4.5\":[100,12],\"1.4.6\":[100,12],\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";a:5:{s:11:\"inspiration\";s:11:\"Inspiration\";s:13:\"customization\";s:13:\"Customization\";s:5:\"build\";s:5:\"Build\";s:6:\"create\";s:6:\"Create\";s:6:\"design\";s:6:\"Design\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"//repo.boldgrid.com/assets/banner-inspirations-banner-772x250.png\";s:4:\"high\";s:66:\"//repo.boldgrid.com/assets/banner-inspirations-banner-1544x500.png\";}s:11:\"new_version\";s:5:\"1.5.6\";s:4:\"name\";s:21:\"BoldGrid Inspirations\";s:4:\"slug\";s:21:\"boldgrid-inspirations\";s:17:\"short_description\";s:135:\"BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.\";s:12:\"last_updated\";s:10:\"2018-04-10\";s:6:\"author\";s:64:\"<a href=\"http://www.boldgrid.com/\" target=\"_blank\">BoldGrid </a>\";s:5:\"icons\";a:3:{s:2:\"1x\";s:71:\"https://repo.boldgrid.com/assets/icon-boldgrid-inspirations-128x128.png\";s:2:\"2x\";s:71:\"https://repo.boldgrid.com/assets/icon-boldgrid-inspirations-256x256.png\";s:3:\"svg\";s:71:\"https://repo.boldgrid.com/assets/icon-boldgrid-inspirations-128x128.svg\";}s:5:\"added\";s:10:\"2015-03-19\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:15:\"active_installs\";b:1;s:13:\"download_link\";s:148:\"https://api.boldgrid.com/api/open/getAsset?key=09b1604bd74580423f8061ff1cac1c01&id=920517&installed_plugin_version=1.5.6&installed_wp_version=4.7.10\";}s:15:\"boldgrid-backup\";O:8:\"stdClass\":24:{s:5:\"title\";s:15:\"BoldGrid Backup\";s:7:\"version\";s:5:\"1.6.1\";s:8:\"asset_id\";i:933768;s:12:\"release_date\";s:10:\"2018-05-24\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:5:\"4.9.6\";s:8:\"sections\";a:4:{s:11:\"description\";s:64:\"<p>WordPress backup and restoration with update protection.</p>\n\";s:12:\"installation\";s:465:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP 5.3 or higher</li>\n<li>At least one of the following PHP execution functions enabled: \"popen\", \"proc<em>open\", \"exec\", \"shell</em>exec\", \"passthru\", or \"system\".</li>\n<li>A Cron system with the \"crontab\" utility, or WP Cron.</li>\n</ul>\n<h4>Manually</h4>\n<ol>\n<li>Upload the entire boldgrid-backup folder to the /wp-content/plugins/ directory.</li>\n<li>Activate the plugin through the Plugins menu in WordPress.</li>\n</ol>\n\";s:9:\"changelog\";s:8119:\"<h4>1.6.1</h4>\n<p>Release Date: May 24th, 2018</p>\n<ul>\n<li>Update: Ran PHPCBF to beautify PHP code.</li>\n<li>Update: $_POST sanitization</li>\n<li>Update: Cron system updated to avoid calling core files directly</li>\n</ul>\n<h4>1.6.0</h4>\n<p>Release Date: April 11th, 2018</p>\n<ul>\n<li>New feature: Archive browser, the ability to see what\'s in a backup.</li>\n<li>New feature: Database browser, the ability to see at a high level what\'s in a backup.</li>\n<li>New feature: 1 click restore database only.</li>\n<li>New feature: FTP / SFTP support added.</li>\n<li>New feature: Control which files and database tables are backed up.</li>\n<li>Compatibility: PclZip support added for creating archives.</li>\n<li>Compatibility: WP Cron support added for scheduled backups.</li>\n<li>Compatibility: PHP Script used to backup database, rather than system commands.</li>\n<li>Improvement: Update admin pages to use WP UI/UX standards.</li>\n<li>Improvement: Improved UI in regards to time zones.</li>\n<li>Improvement: Failed items on Preflight Check page are highlighted in red.</li>\n<li>Improvement: Send email if backup fails via cron.</li>\n<li>Improvement: More details in Preflight Check to help with troubleshooting.</li>\n<li>Bug fix: Bug fixed with auto restoration feature.</li>\n</ul>\n<h4>1.5</h4>\n<p>Release Date: August 8th, 2017</p>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.3.12</h4>\n<p>Release Date: July 20th, 2017</p>\n<ul>\n<li>Update: Updated plugin URI.</li>\n</ul>\n<p>Release Date: June 27th, 2017</p>\n<h4>1.3.11</h4>\n<ul>\n<li>New feature: Added auto-update settings for plugins and themes.</li>\n<li>Bug fix: Skip node_modules paths when creating archives.</li>\n</ul>\n<h4>1.3.10</h4>\n<p>Release Date: May 16th, 2017</p>\n<ul>\n<li>Bug fix: Fixed undefined property when pre-flight test fails.</li>\n<li>Bug fix: Fixed an undefined index when home dir is not writable.</li>\n<li>Bug fix: Fixed auto plugin update.</li>\n</ul>\n<h4>1.3.9</h4>\n<p>Release Date: May 2nd, 2017</p>\n<ul>\n<li>Bug fix: Added check and load before using get<em>plugin</em>data() for updates.</li>\n</ul>\n<h4>1.3.8</h4>\n<p>Release Date: April 4th, 2017</p>\n<ul>\n<li>Bug fix: After migrating a site via boldgrid-backup, the backup directory was not updated if invalid.</li>\n</ul>\n<h4>1.3.7</h4>\n<p>Release Date: February 20th, 2017</p>\n<ul>\n<li>Bug fix: Fixed issue when installing plugins from the Tools Import page.</li>\n<li>Bug fix: Fixed check for system tar and zip.</li>\n<li>Bug fix: Fixed method of locating home directory.</li>\n</ul>\n<h4>1.3.6</h4>\n<p>Release Date: February 9th, 2017</p>\n<ul>\n<li>Update: Show how long the site was paused for.</li>\n<li>Update: Auto show move backups message.</li>\n<li>Bug fix: Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).</li>\n</ul>\n<h4>1.3.5</h4>\n<p>Release Date: February 7th, 2017</p>\n<ul>\n<li>Bug fix: Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).</li>\n<li>Bug fix: Backing up fails after 5 minutes.</li>\n</ul>\n<h4>1.3.4</h4>\n<p>Release Date: January 10th, 2017</p>\n<ul>\n<li>Update: Update support urls.</li>\n<li>Update: Close session on gathering disk space api call.</li>\n<li>Bug fix: Fixed missing link in email.</li>\n<li>Bug fix: Uncaught TypeError: wp.template is not a function.</li>\n<li>Testing: Tested on WordPress 4.7.</li>\n</ul>\n<h4>1.3.3</h4>\n<p>Release Date: December 20th, 2016</p>\n<ul>\n<li>Update: Show backup limits to users.</li>\n<li>Update: Misc notices.</li>\n<li>Update: Disable backup now button.</li>\n<li>Update: Prevent backup if account is too large.</li>\n</ul>\n<h4>1.3.2</h4>\n<p>Release Date: December 6th, 2016</p>\n<ul>\n<li>Update: Move backups when changing backup directory.</li>\n<li>Update: Improve time to calculate disk space.</li>\n<li>Bug fix: Added double-quote encapsulation to password in mysqldump defaults file.</li>\n<li>Bug fix: Typo fix.</li>\n</ul>\n<h4>1.3.1</h4>\n<p>Release Date: November 15th, 2016</p>\n<ul>\n<li>Update: Modify \'last created archive\' message with link to archives.</li>\n<li>Update: Modify backup success message with link to settings.</li>\n<li>Update: Modify BoldGrid Backup menus.</li>\n<li>Update: Adjust display of preflight check.</li>\n<li>Update: Free limitations to days of the week.</li>\n<li>Update: Free limitations to retention.</li>\n<li>Update: Standard tooltips.</li>\n<li>Update: Add intro message to Archive page.</li>\n<li>Update: Modify backup id section on archives page.</li>\n<li>Update: Modify Backup Site messages.</li>\n<li>Update: Cache disk space data.</li>\n<li>Update: Add free / premium messages next to disk / db sizes.</li>\n<li>Misc: Added plugin requirements to readme.txt file.</li>\n</ul>\n<h4>1.3</h4>\n<p>Release Date: October 12th, 2016</p>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.2.3</h4>\n<p>Release Date: September 20th, 2016</p>\n<ul>\n<li>Bug fix: Added handling for restoration if site URL changed. Fixed upload button in Chrome.</li>\n<li>Bug fix: Load BoldGrid settings from the correct WP option (site/blog).</li>\n<li>Bug fix: Fixed typo in archive deletion confirmation dialogue.</li>\n<li>Update: Set version constant from plugin file.</li>\n<li>Misc: Updated readme.txt for Tested up to 4.6.1.</li>\n</ul>\n<h4>1.2.2</h4>\n<p>Release Date: September 7th, 2016</p>\n<ul>\n<li>New feature: Added the ability to upload a backup archive.</li>\n<li>Bug fix: Fixed errors during deactivation.</li>\n<li>Bug fix: Update class was not getting current plugin version.</li>\n</ul>\n<h4>1.2.1</h4>\n<p>Release Date: August 23rd, 2016</p>\n<ul>\n<li>Bug fix: Updates via adminajax now updates the rollback timer.</li>\n<li>Misc: Updated readme.txt for Tested up to: 4.6.</li>\n</ul>\n<h4>1.2</h4>\n<p>Release Date: August 9th, 2016</p>\n<ul>\n<li>New feature: Added XHProf for optional PHP profiling. Can be enabled in \"config.local.php\" by setting \"xhprof\" to true.</li>\n<li>Bug fix: Fixed auto-update action hook.</li>\n<li>Bug fix: Changed restore and delete buttons to POST forms, to resolve issue with people reloading the restore URL.</li>\n<li>Bug fix: Reworked error notices for restoration. Emptying archive list before updating after performing a backup.</li>\n<li>Bug fix: Disabled backup and restore buttons after starting a restoration.</li>\n<li>Bug fix: Removed homedir not writable notice; moved info to the functionality test page.</li>\n<li>Bug fix: Removed add cron action on activation.</li>\n<li>Redesign: Changed backup duration display seconds to 2 decimal places.</li>\n<li>Rework: Settings page will now load if functionality test fails.</li>\n<li>Rework: Cleanup for the rollback admin notice.</li>\n<li>Rework: Added a warning in the notice for restorations (may get logged-out).</li>\n<li>Rework: Moved cron methods to a new class.</li>\n<li>Rework: Reworked for translations.</li>\n</ul>\n<h4>1.0.2</h4>\n<p>Release Date: July 22nd, 2016</p>\n<ul>\n<li>Rework: Removed notice for staged pending rollback.</li>\n</ul>\n<h4>1.0.1</h4>\n<p>Release Date: July 6th, 2016</p>\n<ul>\n<li>New feature: Added setting for notification email address.</li>\n<li>New feature: Added setting for backup directory.</li>\n<li>New feature: Cancel auto-rollback if a restoration is performed.</li>\n<li>New feature: Added Rollback Site Now button in the rollback notice.</li>\n<li>New feature: Made it possible to change siteurl and retain matched archives (backups made as of this update).</li>\n<li>New feature: Added capability for auto-updates by BoldGrid API response.</li>\n<li>Redesign: Formatted the Functionality Test page.</li>\n<li>Bug fix: Removed PHP SAPI check in cron script.</li>\n<li>Bug fix: Restoration cron did not always complete.</li>\n<li>Bug fix: Better aligned rollback countdown timer with cron job.</li>\n<li>Bug fix: Provided message for empty archive list.</li>\n<li>Bug fix: Rollback information is now removed after timer reaches 0:00.</li>\n<li>Bug fix: Test for crontab now works when crontab is empty.</li>\n<li>Bug fix: Now closing PHP session on backup, download, and restore, so that other PHP requests from the client may load.</li>\n<li>Testing: Tested on WordPress 4.5.3.</li>\n</ul>\n<h4>1.0</h4>\n<p>Release Date: June 21st, 2016</p>\n<ul>\n<li>Initial public release.</li>\n</ul>\n\";s:14:\"upgrade_notice\";s:1:\"\n\";}s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:13549:\"{\"4.9.6\":{\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.9.5\":{\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.9.4\":{\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.9.3\":{\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.9.2\":{\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.9.1\":{\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.9\":{\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.8.6\":{\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.8.5\":{\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.8.4\":{\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.8.3\":{\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.8.2\":{\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.8\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.7.9\":{\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.7.8\":{\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.7.7\":{\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.7.6\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.7.5\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.7.4\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.7.3\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.7.2\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.7.10\":{\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.7.1\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.7\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.6.9\":{\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.6.8\":{\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.6.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.6.6\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.6.5\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.6.4\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.6.3\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.6.2\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.6.11\":{\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.6.10\":{\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.6.1\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.6\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.5.9\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.5.8\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.5.7\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.5.6\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.5.5\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.5.4\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.5.3\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.5.2\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.5.11\":{\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.5.10\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.5.1\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.5\":{\"1.0\":[100,12],\"1.0.1\":[100,12],\"1.0.2\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.3\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.3.6\":[100,12],\"1.3.7\":[100,12],\"1.3.8\":[100,12],\"1.3.9\":[100,12],\"1.3.10\":[100,12],\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.4.9\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.4.8\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.4.7\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.4.6\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.4.5\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.4.11\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]},\"4.4.10\":{\"1.3.11\":[100,95],\"1.3.12\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6.0-alpha.2\":[100,95],\"1.6.0-alpha.3\":[100,95],\"1.6.0-rc.1\":[100,95],\"1.6.0-rc.2\":[100,95],\"1.6.0-rc.5\":[100,95],\"1.6.0-rc.7\":[100,95],\"1.6.0\":[100,95],\"1.6.1-rc.1\":[100,95],\"1.6.1\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";a:5:{s:8:\"boldgrid\";s:8:\"Boldgrid\";s:6:\"backup\";s:6:\"Backup\";s:7:\"restore\";s:7:\"Restore\";s:7:\"migrate\";s:7:\"Migrate\";s:9:\"migration\";s:9:\"Migration\";}s:7:\"banners\";a:2:{s:3:\"low\";s:52:\"//repo.boldgrid.com/assets/banner-backup-772x250.png\";s:4:\"high\";s:53:\"//repo.boldgrid.com/assets/banner-backup-1544x500.png\";}s:11:\"new_version\";s:5:\"1.6.1\";s:4:\"name\";s:15:\"BoldGrid Backup\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:17:\"short_description\";s:56:\"WordPress backup and restoration with update protection.\";s:12:\"last_updated\";s:10:\"2018-05-24\";s:6:\"author\";s:67:\"<a href=\"http://www.boldgrid.com/\" target=\"_blank\">BoldGrid.com</a>\";s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://repo.boldgrid.com/assets/icon-boldgrid-backup-128x128.png\";s:2:\"2x\";s:65:\"https://repo.boldgrid.com/assets/icon-boldgrid-backup-256x256.png\";s:3:\"svg\";s:65:\"https://repo.boldgrid.com/assets/icon-boldgrid-backup-128x128.svg\";}s:5:\"added\";s:10:\"2015-03-19\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:15:\"active_installs\";b:1;s:13:\"download_link\";s:117:\"https://api.boldgrid.com/api/open/getAsset?key=09b1604bd74580423f8061ff1cac1c01&id=933768&installed_wp_version=4.7.10\";}s:16:\"boldgrid-staging\";O:8:\"stdClass\":24:{s:5:\"title\";s:16:\"BoldGrid Staging\";s:7:\"version\";s:5:\"1.5.1\";s:8:\"asset_id\";i:876738;s:12:\"release_date\";s:10:\"2017-11-14\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"4.9\";s:8:\"sections\";a:4:{s:11:\"description\";s:136:\"<p>BoldGrid Staging is a standalone plugin to allow use of a staged website while keeping a live website intact during development.</p>\n\";s:12:\"installation\";s:183:\"<ol>\n<li><p>Upload the entire boldgrid-staging folder to the /wp-content/plugins/ directory.</p></li>\n<li><p>Activate the plugin through the Plugins menu in WordPress.</p></li>\n</ol>\n\";s:9:\"changelog\";s:9076:\"<h4>1.5.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3586 Stage button missing from Change themes.</li>\n<li>Bug fix: JIRA WPB-3589 Customizer switcher not working.</li>\n<li>New feature: JIRA WPB-3593 Support new Customizer scheduler.</li>\n<li>Bug fix: JIRA WPB-3611 Customizer changeset, save draft of staging, it loads on active.</li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.4.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3351 wp.template is not a function.</li>\n<li>Bug fix: JIRA WPB-2930 The slug \'primary-staging\' is already in use by another term.</li>\n</ul>\n<h4>1.4.4</h4>\n<ul>\n<li>Update: JIRA WPB-3292 Updated plugin URI.</li>\n<li>Bug fix: JIRA WPB-3325 Error when searching and not logged in.</li>\n</ul>\n<h4>1.4.3</h4>\n<ul>\n<li>Update: Updated for WordPress 4.8.</li>\n</ul>\n<h4>1.4.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3161 Fixed auto plugin update.</li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3151 Added check and load before using get<em>plugin</em>data() for updates.</li>\n<li>Update: JIRA WPB-3106 Cleanup deploy type.</li>\n</ul>\n<h4>1.4.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3213 Footer displays atop page in customizer when going from staging to active.</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2951 Images in staging posts not being downloaded.</li>\n<li>Bug fix: JIRA WPB-2961 Fatal error: Class \'Boldgrid<em>Inspirations</em>Deploy_Metadata\' not found.</li>\n<li>Bug fix: JIRA WPB-2976 In Staging Customizer, links in menu 404.</li>\n<li>Bug fix: JIRA WPB-2984 Attribution page 404.</li>\n</ul>\n<h4>1.3.9</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2912 Fixed issue when installing plugins from the Tools Import page.</li>\n<li>Bug fix: JIRA WPB-2917 New staging deploy using active site\'s colors.</li>\n<li>Bug fix: JIRA WPB-2635 Start over staging affecting active site.</li>\n<li>Bug fix: JIRA WPB-2493 Publish private posts during staging deployment.</li>\n<li>New feature: JIRA WPB-2914 Add staging button to theme details modal.</li>\n</ul>\n<h4>1.3.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2892 Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).</li>\n</ul>\n<h4>1.3.7</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2681 Staging switcher missing from Customizer.</li>\n</ul>\n<h4>1.3.6</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2791 Filter get_pages on front end.</li>\n<li>Update: JIRA WPB-2800 Ensure \'Install a blog\' works with Staging.</li>\n</ul>\n<h4>1.3.5</h4>\n<ul>\n<li>Testing: JIRA WPB-2744 Tested on WordPress 4.7.</li>\n<li>Bug fix: JIRA WPB-1450 Staging pages show in search results when searching on the front end.</li>\n</ul>\n<h4>1.3.4</h4>\n<ul>\n<li>Update: Merging wp47 branch.</li>\n</ul>\n<h4>1.3.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2664 Memory error when loading Customizer.</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2507 Hide staging menus when customizing active site.</li>\n<li>Bug fix: JIRA WPB-2602 Parent pages don\'t list staging pages.</li>\n<li>New feature: JIRA WPB-2603 Add initial version of Inspirations survey.</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Misc: JIRA WPB-2503 Added plugin requirements to readme.txt file.</li>\n<li>Update: JIRA WPB-2563 Convert Attribution page to use custom post type.</li>\n<li>Bug fix: JIRA WPB-2548 Fix sloppy post name issues when copying to staging (and vice versa).</li>\n</ul>\n<h4>1.3.0.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2685 Active pages showing as menu options in Staging Customizer.</li>\n<li>Bug fix: JIRA WPB-2686 New staged pages created in Customizer are not saved as staged.</li>\n</ul>\n<h4>1.3.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2667 Staging switcher missing from Customizer in WordPress 4.7</li>\n<li>Bug fix: JIRA WPB-2668 Staging theme name listed incorrectly in Customizer.</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.2.7</h4>\n<p>*Update: JIRA WPB-2491 Add \'Customize > Active Theme\' navigation to Inspirations.</p>\n<h4>1.2.6</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2437 Fixing issue with compiling staging colors.</li>\n</ul>\n<h4>1.2.5</h4>\n<ul>\n<li>Update: JIRA WPB-2437 Button.css needs to compile after updates and work with staging.</li>\n<li>Bug fix: JIRA WPB-2424 \'Deploy Staging\' button appears when clicking on active theme.</li>\n<li>Bug fix: JIRA WPB-2459 Undefined index error - class-boldgrid-staging-theme.php.</li>\n</ul>\n<h4>1.2.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2425 Link to Staging tutorials needs to be removed.</li>\n</ul>\n<h4>1.2.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2075 If themes are lazy loaded, staging button does not appear on later themes.</li>\n</ul>\n<h4>1.2.2</h4>\n<ul>\n<li>Misc: JIRA WPB-2344 Updated readme.txt for Tested up to 4.6.1.</li>\n<li>Bug fix: JIRA WPB-2336 Load BoldGrid settings from the correct WP option (site/blog).</li>\n<li>Update: JIRA WPB-2378 Set the version constant from plugin file.</li>\n<li>Bug fix: If a post type isn\'t found, then don\'t query.</li>\n</ul>\n<h4>1.2.1</h4>\n<ul>\n<li>Misc: JIRA WPB-2256 Updated readme.txt for Tested up to: 4.6.</li>\n<li>Rework: JIRA WPB-1825 Formatting.</li>\n<li>Bug fix: JIRA WPB-2235 Only send staged site promotion to active if was built with Inspirations.</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2124 Customizer\'s list of pages to add to a menu are always active pages.</li>\n<li>Bug fix: JIRA WPB-2134 Staging\'s boldgrid_attribution option and \'Uninitialized string offset\' Notice.</li>\n</ul>\n<h4>1.1.3</h4>\n<ul>\n<li>New feature: JIRA WPB-2037 Added capability for auto-updates by BoldGrid API response.</li>\n<li>Testing: JIRA WPB-2046 Tested on WordPress 4.5.3.</li>\n</ul>\n<h4>1.1.2</h4>\n<ul>\n<li>New feature: JIRA WPB-1865 Add active / staging navigation to BoldGrid Inspirations Cart.</li>\n<li>Update: JIRA WPB-1884 Passed WordPress 4.5.1 testing.</li>\n<li>Bug fix: JIRA WPB-1863 BoldGrid Cart does not look for watermarked images used within staged pages.</li>\n<li>Bug fix: JIRA WPB-1888 Staging options missing from Dashboard > Settings > Reading.</li>\n<li>Bug fix: JIRA WPB-1887 Copy to Staging link does not have correct cursor.</li>\n<li>Bug fix: JIRA WPB-1892 Page template not saving correctly for staged pages.</li>\n<li>Bug fix: JIRA WPB-1898 When no menu is assigned to a location, active pages show in menu on staged site.</li>\n<li>Bug fix: JIRA WPB-1899 Warnings and Notices thrown when using BoldGrid Inspirations start over.</li>\n</ul>\n<h4>1.1.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1834 Delete BoldGrid Staging Attribution page when starting over.</li>\n</ul>\n<h4>1.1.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1816 Fixed update class interference with the Add Plugins page.</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1809 Fixed undefined index \"action\" for some scenarios. Optimized update class and addressed CodeSniffer items.</li>\n</ul>\n<h4>1.0.9</h4>\n<ul>\n<li>Misc: JIRA WPB-1361 Added license file.</li>\n<li>Bug fix: JIRA WPB-1723 Switching between Staging and Active in the customizer loads wrong content.</li>\n</ul>\n<h4>1.0.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1604 Updated some CSS for standards.</li>\n</ul>\n<h4>1.0.7</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1634 Now does not enable staging theme on install; use the enable link.</li>\n<li>Rework: JIRA WPB-1620 Updated require and include statements for standards.</li>\n<li>New feature: JIRA WPB-1538 Added a way to set staging site\'s homepage.</li>\n</ul>\n<h4>1.0.6</h4>\n<ul>\n<li>New feature: JIRA WPB-1580 Added feedback when deploying a staged site.</li>\n<li>New feature: JIRA WPB-1572 Added staging switch for static gridblocks</li>\n</ul>\n<h4>1.0.5.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1553 Fixed PHP version check condition (<5.3).</li>\n</ul>\n<h4>1.0.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1553 Added support for <strong>DIR</strong> in PHP <=5.2.</li>\n<li>New feature JIRA WPB-1542 Manage menu assignment within editor.</li>\n<li>Misc: JIRA WPB-1468 Updated readme.txt for Tested up to: 4.4.1</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1426 When installing into staging, with active site, active widgets are overwritten..</li>\n<li>Bug fix: JIRA WPB-1452 Upon deploying staging, new active sites lost Social Media icons.</li>\n<li>Bug fix: JIRA WPB-1450 Staging pages show in search results when searing on the front end.</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1422 Customize links showing in wrong menu...</li>\n<li>New feature JIRA WPB-1439 Tie into Theme Framework\'s filter for creating attribution page link and fix it for Staging.</li>\n<li>Bug fix: JIRA WPB-1428 Live Preview of staged theme throws JS error.</li>\n<li>Bug fix: JIRA WPB-1446 Properly rename a staged page when it ends with \'-staging-(a number)\'</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>New feature: JIRA WPB-1363 Updated readme.txt for WordPress standards.</li>\n<li>Bug Fix: JIRA WPB-1396 Call to action disappears when customizing staging.</li>\n<li>Bug Fix: JIRA WPB-1389 Setting Launched staging theme mods to allow theme to trigger activation</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>Rework: Created class Boldgrid<em>Staging</em>Dashboard_Menus and reorganized related code.</li>\n<li>Bug Fix: JIRA WPB-1383 Fixing issue that prevented color palettes from updating on staging deploy.</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial public release.</li>\n</ul>\n\";s:14:\"upgrade_notice\";s:119:\"<h4>1.0.1</h4>\n<p>Users should upgrade to version 1.0.1 to receive a fix for color palettes in staging deployment.</p>\n\";}s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:3784:\"{\"4.8.3\":{\"1.5.1\":[100,95]},\"4.8.2\":{\"1.5.1\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.7\":{\"1.5.1\":[100,95]},\"4.7.6\":{\"1.5.1\":[100,95]},\"4.7.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.8\":{\"1.5.1\":[100,95]},\"4.6.7\":{\"1.5.1\":[100,95]},\"4.6.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.9\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.11\":{\"1.5.1\":[100,95]},\"4.5.10\":{\"1.5.1\":[100,95]},\"4.5.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.9\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.10\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.3.1\":{\"0.1\":[100,12],\"0.2\":[100,12],\"1.0.1\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5.1\":[100,12],\"1.0.6\":[100,12],\"1.0.7\":[100,12],\"1.0.8\":[100,12],\"1.0.9\":[100,12],\"1.1.0.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2\":[100,12],\"1.1.3\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.4\":[100,12],\"1.2.6\":[100,12],\"1.2.7\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.0.1\":[100,12],\"1.3.3\":[100,12],\"1.3.0.2\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.3.6\":[100,12],\"1.3.7\":[100,12],\"1.3.8\":[100,12],\"1.3.9\":[100,12],\"1.3.10\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.0.1\":[100,12],\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";a:3:{s:7:\"staging\";s:7:\"Staging\";s:11:\"duplication\";s:11:\"Duplication\";s:5:\"clone\";s:5:\"Clone\";}s:7:\"banners\";a:2:{s:3:\"low\";s:60:\"//repo.boldgrid.com/assets/banner-staging-banner-772x250.png\";s:4:\"high\";s:61:\"//repo.boldgrid.com/assets/banner-staging-banner-1544x500.png\";}s:11:\"new_version\";s:5:\"1.5.1\";s:4:\"name\";s:16:\"BoldGrid Staging\";s:4:\"slug\";s:16:\"boldgrid-staging\";s:17:\"short_description\";s:128:\"BoldGrid Staging is a standalone plugin to allow use of a staged website while keeping a live website intact during development.\";s:12:\"last_updated\";s:10:\"2017-11-14\";s:6:\"author\";s:68:\"<a href=\"http://www.boldgrid.com/\" target=\"_blank\">BoldGrid.com </a>\";s:5:\"icons\";a:3:{s:2:\"1x\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-staging-128x128.png\";s:2:\"2x\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-staging-256x256.png\";s:3:\"svg\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-staging-128x128.svg\";}s:5:\"added\";s:10:\"2015-03-19\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:15:\"active_installs\";b:1;s:13:\"download_link\";s:148:\"https://api.boldgrid.com/api/open/getAsset?key=09b1604bd74580423f8061ff1cac1c01&id=876738&installed_plugin_version=1.5.1&installed_wp_version=4.7.10\";}s:16:\"boldgrid-gallery\";O:8:\"stdClass\":24:{s:5:\"title\";s:16:\"BoldGrid Gallery\";s:7:\"version\";s:3:\"1.5\";s:8:\"asset_id\";i:842930;s:12:\"release_date\";s:10:\"2017-08-08\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:5:\"4.8.1\";s:8:\"sections\";a:4:{s:11:\"description\";s:82:\"<p>BoldGrid Gallery is a standalone plugin used for slideshows and galleries.</p>\n\";s:12:\"installation\";s:183:\"<ol>\n<li><p>Upload the entire boldgrid-gallery folder to the /wp-content/plugins/ directory.</p></li>\n<li><p>Activate the plugin through the Plugins menu in WordPress.</p></li>\n</ol>\n\";s:9:\"changelog\";s:2946:\"<h4>1.5</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.4.3</h4>\n<ul>\n<li>Update: JIRA WPB-3292 Updated plugin URI.</li>\n</ul>\n<h4>1.4.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3161 Fixed auto plugin update.</li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3151 Added check and load before using get<em>plugin</em>data() for updates.</li>\n<li>Update: JIRA WPB-3112 Updated wc-gallery: 1.52 => 1.55.</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2912 Fixed issue when installing plugins from the Tools Import page.</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2892 Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).</li>\n<li>Testing: JIRA WPB-2744 Tested on WordPress 4.7.</li>\n<li>Misc: JIRA WPB-2503 Added plugin requirements to readme.txt file.</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Update: Bump Version.</li>\n</ul>\n<h4>1.2.3</h4>\n<ul>\n<li>Misc: JIRA WPB-2344 Updated readme.txt for Tested up to 4.6.1.</li>\n<li>Bug fix: JIRA WPB-2336 Load BoldGrid settings from the correct WP option (site/blog).</li>\n<li>Update: JIRA WPB-2368 Version constant is now set from plugin file.</li>\n</ul>\n<h4>1.2.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2310 Removed broken plugin Settings link. Pending review on WPB-2309.</li>\n</ul>\n<h4>1.2.1</h4>\n<ul>\n<li>Misc: JIRA WPB-2256 Updated readme.txt for Tested up to: 4.6.</li>\n<li>Rework: JIRA WPB-1825 Formatting.</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2114 Fixed gallery displaying in editor on wordpress 4.6.</li>\n<li>Bug fix: JIRA WPB-2114 Fixing ordering of gallery items.</li>\n</ul>\n<h4>1.1.2</h4>\n<ul>\n<li>New feature: JIRA WPB-2037 Added capability for auto-updates by BoldGrid API response.</li>\n<li>Update: JIRA WPB-2024 Updated wc-gallery: 1.48 => 1.52.</li>\n<li>Misc: Updated editor.js to pass JSHint.</li>\n</ul>\n<h4>1.1.1</h4>\n<ul>\n<li>Update: JIRA WPB-1884 Passed WordPress 4.5.1 testing.</li>\n<li>Bug fix: JIRA WPB-1893 JS errors in console when viewing attachments.</li>\n</ul>\n<h4>1.1.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1816 Fixed update class interference with the Add Plugins page.</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1809 Fixed undefined index \"action\" for some scenarios. Optimized update class and addressed CodeSniffer items.</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>Misc: JIRA WPB-1361 Added license file.</li>\n<li>Bug Fix: JIRA WPB-1646 Fixing Issues where masonry gallery was not WYSIWYG.</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>Update: JIRA WPB-1611 Updated wc-gallery: 1.40 => 1.48.</li>\n<li>Rework: JIRA WPB-1617 Updated require and include statements for standards.</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1553 Changed <strong>DIR</strong> to dirname( <strong>FILE</strong> ) for PHP <=5.2.</li>\n<li>Misc JIRA WPB-1468 Updated readme.txt for Tested up to: 4.4.1</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>New feature: JIRA WPB-1363 Updated readme.txt for WordPress standards.</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial public release.</li>\n</ul>\n\";s:14:\"upgrade_notice\";s:1:\"\n\";}s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:1636:\"{\"4.8.1\":{\"1.5\":[100,95]},\"4.8\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.7.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.7.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.7.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.7.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.7.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.6.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.6.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.6.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.6.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.6.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.6.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.9\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.8\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.4.9\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.4.8\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.4.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.4.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.4.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.4.10\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.3.1\":{\"0.4\":[100,12],\"1.0\":[100,12],\"1.0.1\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.1.0.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.3\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,95],\"1.5\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";a:4:{s:7:\"gallery\";s:7:\"Gallery\";s:6:\"slider\";s:6:\"Slider\";s:9:\"slideshow\";s:9:\"Slideshow\";s:7:\"masonry\";s:7:\"Masonry\";}s:7:\"banners\";a:2:{s:3:\"low\";s:53:\"//repo.boldgrid.com/assets/banner-gallery-772x250.png\";s:4:\"high\";s:54:\"//repo.boldgrid.com/assets/banner-gallery-1544x500.png\";}s:11:\"new_version\";s:3:\"1.5\";s:4:\"name\";s:16:\"BoldGrid Gallery\";s:4:\"slug\";s:16:\"boldgrid-gallery\";s:17:\"short_description\";s:74:\"BoldGrid Gallery is a standalone plugin used for slideshows and galleries.\";s:12:\"last_updated\";s:10:\"2017-08-08\";s:6:\"author\";s:67:\"<a href=\"http://www.boldgrid.com/\" target=\"_blank\">BoldGrid.com</a>\";s:5:\"icons\";a:3:{s:2:\"1x\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-gallery-128x128.png\";s:2:\"2x\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-gallery-256x256.png\";s:3:\"svg\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-gallery-128x128.svg\";}s:5:\"added\";s:10:\"2015-03-19\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:15:\"active_installs\";b:1;s:13:\"download_link\";s:117:\"https://api.boldgrid.com/api/open/getAsset?key=09b1604bd74580423f8061ff1cac1c01&id=842930&installed_wp_version=4.7.10\";}s:20:\"boldgrid-ninja-forms\";O:8:\"stdClass\":24:{s:5:\"title\";s:20:\"BoldGrid Ninja Forms\";s:7:\"version\";s:3:\"1.5\";s:8:\"asset_id\";i:842931;s:12:\"release_date\";s:10:\"2017-08-08\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:5:\"4.8.1\";s:8:\"sections\";a:3:{s:11:\"description\";s:93:\"<p>BoldGrid Ninja Forms is a webform builder with unparalleled ease of use and features.</p>\n\";s:12:\"installation\";s:330:\"<p>This section describes how to install the plugin and get it working.</p>\n<ol>\n<li>Upload the entire boldgrid-ninja-forms folder to the /wp-content/plugins/ directory.</li>\n<li>Activate the plugin through the Plugins menu in WordPress.</li>\n<li>You will find the Forms menu in your WordPress Dashboard / admin panel.</li>\n</ol>\n\";s:14:\"upgrade_notice\";s:268:\"<h4>1.2.1</h4>\n<p>Shortcodes have been re-implemented. They are used like so: [ninja_form id=3] where 3 is the ID number of the form you want to display.</p>\n<h4>1.1.1</h4>\n<p>Users should update to boldgrid-ninja-forms version 1.1.1 for support in WordPress 4.5.</p>\n\";}s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:2292:\"{\"4.8.1\":{\"1.5\":[100,95]},\"4.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.9\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.9\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.10\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.3.1\":{\"0.0.1\":[100,12],\"1.0\":[100,12],\"1.0.1\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4.1\":[100,12],\"1.0.5\":[100,12],\"1.0.6\":[100,12],\"1.0.7.1\":[100,12],\"1.1.0.1\":[100,12],\"1.1.1.1\":[100,12],\"1.1.2\":[100,12],\"1.1.3\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.3\":[100,12],\"1.2.4\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.0.1\":[100,12],\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";a:3:{s:12:\"contact form\";s:12:\"Contact form\";s:4:\"form\";s:4:\"Form\";s:12:\"form builder\";s:12:\"Form builder\";}s:7:\"banners\";a:2:{s:3:\"low\";s:57:\"//repo.boldgrid.com/assets/banner-ninja-forms-772x250.png\";s:4:\"high\";s:58:\"//repo.boldgrid.com/assets/banner-ninja-forms-1544x500.png\";}s:11:\"new_version\";s:3:\"1.5\";s:4:\"name\";s:20:\"BoldGrid Ninja Forms\";s:4:\"slug\";s:20:\"boldgrid-ninja-forms\";s:17:\"short_description\";s:85:\"BoldGrid Ninja Forms is a webform builder with unparalleled ease of use and features.\";s:12:\"last_updated\";s:10:\"2017-08-08\";s:6:\"author\";s:67:\"<a href=\"http://www.boldgrid.com/\" target=\"_blank\">BoldGrid.com</a>\";s:5:\"icons\";a:3:{s:2:\"1x\";s:70:\"https://repo.boldgrid.com/assets/icon-boldgrid-ninja-forms-128x128.png\";s:2:\"2x\";s:70:\"https://repo.boldgrid.com/assets/icon-boldgrid-ninja-forms-256x256.png\";s:3:\"svg\";s:70:\"https://repo.boldgrid.com/assets/icon-boldgrid-ninja-forms-128x128.svg\";}s:5:\"added\";s:10:\"2015-03-19\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:15:\"active_installs\";b:1;s:13:\"download_link\";s:146:\"https://api.boldgrid.com/api/open/getAsset?key=09b1604bd74580423f8061ff1cac1c01&id=842931&installed_plugin_version=1.5&installed_wp_version=4.7.10\";}}','no'),(13535,'boldgrid_easy_seo_version','1.5.1','no'),(25685,'boldgrid_attribution_rebuild','1','yes'),(13540,'boldgrid_staging_sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:13:\"array_version\";i:3;s:22:\"footer-company-details\";a:4:{i:0;s:3:\"C-0\";i:1;s:3:\"	-0\";i:2;s:3:\"v-0\";i:3;s:3:\"b-0\";}s:17:\"boldgrid-widget-2\";a:0:{}}','yes'),(13541,'boldgrid_staging_boldgrid_widgets_created','a:4:{i:0;s:3:\"C-0\";i:1;s:3:\"	-0\";i:2;s:3:\"v-0\";i:3;s:3:\"b-0\";}','yes'),(13542,'boldgrid_staging_boldgrid_menus_created','a:2:{i:9;s:6:\"social\";s:14:\"option_version\";i:2;}','yes'),(13543,'boldgrid_framework_init','1','yes'),(21458,'_transient_timeout_kirki_googlefonts_contents_591310f36c5a40578590a2e4545dfc5c','1527281535','no'),(21459,'_transient_kirki_googlefonts_contents_591310f36c5a40578590a2e4545dfc5c','@font-face {\n  font-family: \'Cinzel\';\n  font-style: normal;\n  font-weight: 400;\n  src: local(\'Cinzel Regular\'), local(\'Cinzel-Regular\'), url(https://fonts.gstatic.com/s/cinzel/v7/8vIJ7ww63mVu7gt79mT-.ttf) format(\'truetype\');\n}\n','no'),(21460,'_transient_timeout_kirki_googlefonts_fallback_to_link','1527281535','no'),(13809,'_transient_doing_cron','1527278278.1992030143737792968750','yes'),(16054,'_site_transient_timeout_browser_20ede8dc23a7569ea560eed859cccee3','1527680631','no'),(16055,'_site_transient_browser_20ede8dc23a7569ea560eed859cccee3','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"60.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(25692,'_site_transient_timeout_boldgrid_staging_version_data','1527285823','no'),(25693,'_site_transient_boldgrid_staging_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:16:\"BoldGrid Staging\";s:7:\"version\";s:5:\"1.5.1\";s:8:\"asset_id\";i:876738;s:12:\"release_date\";s:10:\"2017-11-14\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"4.9\";s:8:\"sections\";s:10950:\"{\"description\":\"<p>BoldGrid Staging is a standalone plugin to allow use of a staged website while keeping a live website intact during development.<\\/p>\\n\",\"installation\":\"<ol>\\n<li><p>Upload the entire boldgrid-staging folder to the \\/wp-content\\/plugins\\/ directory.<\\/p><\\/li>\\n<li><p>Activate the plugin through the Plugins menu in WordPress.<\\/p><\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>1.5.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3586   Stage button missing from Change themes.<\\/li>\\n<li>Bug fix:      JIRA WPB-3589   Customizer switcher not working.<\\/li>\\n<li>New feature:  JIRA WPB-3593   Support new Customizer scheduler.<\\/li>\\n<li>Bug fix:      JIRA WPB-3611   Customizer changeset, save draft of staging, it loads on active.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3351   wp.template is not a function.<\\/li>\\n<li>Bug fix:      JIRA WPB-2930   The slug \'primary-staging\' is already in use by another term.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.4<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-3292   Updated plugin URI.<\\/li>\\n<li>Bug fix:      JIRA WPB-3325   Error when searching and not logged in.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.3<\\/h4>\\n\\n<ul>\\n<li>Update:                       Updated for WordPress 4.8.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3161   Fixed auto plugin update.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3151   Added check and load before using get<em>plugin<\\/em>data() for updates.<\\/li>\\n<li>Update:       JIRA WPB-3106   Cleanup deploy type.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3213   Footer displays atop page in customizer when going from staging to active.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2951   Images in staging posts not being downloaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2961   Fatal error: Class \'Boldgrid<em>Inspirations<\\/em>Deploy_Metadata\' not found.<\\/li>\\n<li>Bug fix:      JIRA WPB-2976   In Staging Customizer, links in menu 404.<\\/li>\\n<li>Bug fix:      JIRA WPB-2984   Attribution page 404.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2912   Fixed issue when installing plugins from the Tools Import page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2917   New staging deploy using active site\'s colors.<\\/li>\\n<li>Bug fix:      JIRA WPB-2635   Start over staging affecting active site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2493   Publish private posts during staging deployment.<\\/li>\\n<li>New feature:  JIRA WPB-2914   Add staging button to theme details modal.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2892   Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2681   Staging switcher missing from Customizer.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2791   Filter get_pages on front end.<\\/li>\\n<li>Update:       JIRA WPB-2800   Ensure \'Install a blog\' works with Staging.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.5<\\/h4>\\n\\n<ul>\\n<li>Testing:      JIRA WPB-2744   Tested on WordPress 4.7.<\\/li>\\n<li>Bug fix:      JIRA WPB-1450   Staging pages show in search results when searching on the front end.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.4<\\/h4>\\n\\n<ul>\\n<li>Update:                       Merging wp47 branch.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2664   Memory error when loading Customizer.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2507   Hide staging menus when customizing active site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2602   Parent pages don\'t list staging pages.<\\/li>\\n<li>New feature:  JIRA WPB-2603   Add initial version of Inspirations survey.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.1<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2503   Added plugin requirements to readme.txt file.<\\/li>\\n<li>Update:       JIRA WPB-2563   Convert Attribution page to use custom post type.<\\/li>\\n<li>Bug fix:      JIRA WPB-2548   Fix sloppy post name issues when copying to staging (and vice versa).<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.0.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2685   Active pages showing as menu options in Staging Customizer.<\\/li>\\n<li>Bug fix:      JIRA WPB-2686   New staged pages created in Customizer are not saved as staged.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2667   Staging switcher missing from Customizer in WordPress 4.7<\\/li>\\n<li>Bug fix:      JIRA WPB-2668   Staging theme name listed incorrectly in Customizer.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.7<\\/h4>\\n\\n<p>*Update:        JIRA WPB-2491   Add \'Customize > Active Theme\' navigation to Inspirations.<\\/p>\\n\\n<h4>1.2.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2437   Fixing issue with compiling staging colors.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.5<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2437   Button.css needs to compile after updates and work with staging.<\\/li>\\n<li>Bug fix:      JIRA WPB-2424   \'Deploy Staging\' button appears when clicking on active theme.<\\/li>\\n<li>Bug fix:      JIRA WPB-2459   Undefined index error - class-boldgrid-staging-theme.php.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2425   Link to Staging tutorials needs to be removed.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2075   If themes are lazy loaded, staging button does not appear on later themes.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.2<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2344   Updated readme.txt for Tested up to 4.6.1.<\\/li>\\n<li>Bug fix:      JIRA WPB-2336   Load BoldGrid settings from the correct WP option (site\\/blog).<\\/li>\\n<li>Update:       JIRA WPB-2378   Set the version constant from plugin file.<\\/li>\\n<li>Bug fix:                      If a post type isn\'t found, then don\'t query.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.1<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2256   Updated readme.txt for Tested up to: 4.6.<\\/li>\\n<li>Rework:       JIRA WPB-1825   Formatting.<\\/li>\\n<li>Bug fix:      JIRA WPB-2235   Only send staged site promotion to active if was built with Inspirations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2124   Customizer\'s list of pages to add to a menu are always active pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-2134   Staging\'s boldgrid_attribution option and \'Uninitialized string offset\' Notice.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-2037   Added capability for auto-updates by BoldGrid API response.<\\/li>\\n<li>Testing:      JIRA WPB-2046   Tested on WordPress 4.5.3.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1865   Add active \\/ staging navigation to BoldGrid Inspirations Cart.<\\/li>\\n<li>Update:       JIRA WPB-1884   Passed WordPress 4.5.1 testing.<\\/li>\\n<li>Bug fix:      JIRA WPB-1863   BoldGrid Cart does not look for watermarked images used within staged pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1888   Staging options missing from Dashboard > Settings > Reading.<\\/li>\\n<li>Bug fix:      JIRA WPB-1887   Copy to Staging link does not have correct cursor.<\\/li>\\n<li>Bug fix:      JIRA WPB-1892   Page template not saving correctly for staged pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1898   When no menu is assigned to a location, active pages show in menu on staged site.<\\/li>\\n<li>Bug fix:      JIRA WPB-1899   Warnings and Notices thrown when using BoldGrid Inspirations start over.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1834   Delete BoldGrid Staging Attribution page when starting over.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1816   Fixed update class interference with the Add Plugins page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1809   Fixed undefined index \\\"action\\\" for some scenarios.  Optimized update class and addressed CodeSniffer items.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-1361   Added license file.<\\/li>\\n<li>Bug fix:      JIRA WPB-1723   Switching between Staging and Active in the customizer loads wrong content.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1604   Updated some CSS for standards.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1634   Now does not enable staging theme on install; use the enable link.<\\/li>\\n<li>Rework:       JIRA WPB-1620   Updated require and include statements for standards.<\\/li>\\n<li>New feature:  JIRA WPB-1538   Added a way to set staging site\'s homepage.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.6<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1580   Added feedback when deploying a staged site.<\\/li>\\n<li>New feature:  JIRA WPB-1572   Added staging switch for static gridblocks<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Fixed PHP version check condition (&lt;5.3).<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Added support for <strong>DIR<\\/strong> in PHP &lt;=5.2.<\\/li>\\n<li>New feature   JIRA WPB-1542   Manage menu assignment within editor.<\\/li>\\n<li>Misc:         JIRA WPB-1468   Updated readme.txt for Tested up to: 4.4.1<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1426   When installing into staging, with active site, active widgets are overwritten..<\\/li>\\n<li>Bug fix:      JIRA WPB-1452   Upon deploying staging, new active sites lost Social Media icons.<\\/li>\\n<li>Bug fix:      JIRA WPB-1450   Staging pages show in search results when searing on the front end.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1422   Customize links showing in wrong menu...<\\/li>\\n<li>New feature   JIRA WPB-1439   Tie into Theme Framework\'s filter for creating attribution page link and fix it for Staging.<\\/li>\\n<li>Bug fix:      JIRA WPB-1428   Live Preview of staged theme throws JS error.<\\/li>\\n<li>Bug fix:      JIRA WPB-1446   Properly rename a staged page when it ends with \'-staging-(a number)\'<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1363   Updated readme.txt for WordPress standards.<\\/li>\\n<li>Bug Fix:      JIRA WPB-1396   Call to action disappears when customizing staging.<\\/li>\\n<li>Bug Fix:      JIRA WPB-1389   Setting Launched staging theme mods to allow theme to trigger activation<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<ul>\\n<li>Rework:                       Created class Boldgrid<em>Staging<\\/em>Dashboard_Menus and reorganized related code.<\\/li>\\n<li>Bug Fix:      JIRA WPB-1383   Fixing issue that prevented color palettes from updating on staging deploy.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0<\\/h4>\\n\\n<ul>\\n<li>Initial public release.<\\/li>\\n<\\/ul>\\n\",\"upgrade_notice\":\"<h4>1.0.1<\\/h4>\\n\\n<p>Users should upgrade to version 1.0.1 to receive a fix for color palettes in staging deployment.<\\/p>\\n\"}\";s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:3784:\"{\"4.8.3\":{\"1.5.1\":[100,95]},\"4.8.2\":{\"1.5.1\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.7\":{\"1.5.1\":[100,95]},\"4.7.6\":{\"1.5.1\":[100,95]},\"4.7.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.8\":{\"1.5.1\":[100,95]},\"4.6.7\":{\"1.5.1\":[100,95]},\"4.6.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.9\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.11\":{\"1.5.1\":[100,95]},\"4.5.10\":{\"1.5.1\":[100,95]},\"4.5.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.9\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.10\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.3.1\":{\"0.1\":[100,12],\"0.2\":[100,12],\"1.0.1\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5.1\":[100,12],\"1.0.6\":[100,12],\"1.0.7\":[100,12],\"1.0.8\":[100,12],\"1.0.9\":[100,12],\"1.1.0.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2\":[100,12],\"1.1.3\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.4\":[100,12],\"1.2.6\":[100,12],\"1.2.7\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.0.1\":[100,12],\"1.3.3\":[100,12],\"1.3.0.2\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.3.6\":[100,12],\"1.3.7\":[100,12],\"1.3.8\":[100,12],\"1.3.9\":[100,12],\"1.3.10\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.0.1\":[100,12],\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:65:\"{\"staging\":\"Staging\",\"duplication\":\"Duplication\",\"clone\":\"Clone\"}\";s:7:\"banners\";s:141:\"{\"low\":\"//repo.boldgrid.com/assets/banner-staging-banner-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-staging-banner-1544x500.png\"}\";}}s:7:\"updated\";i:1527257023;}','no'),(25690,'_site_transient_timeout_boldgrid_ninja_forms_version_data','1527285822','no'),(25691,'_site_transient_boldgrid_ninja_forms_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:20:\"BoldGrid Ninja Forms\";s:7:\"version\";s:3:\"1.5\";s:8:\"asset_id\";i:842931;s:12:\"release_date\";s:10:\"2017-08-08\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:5:\"4.8.1\";s:8:\"sections\";s:780:\"{\"description\":\"<p>BoldGrid Ninja Forms is a webform builder with unparalleled ease of use and features.<\\/p>\\n\",\"installation\":\"<p>This section describes how to install the plugin and get it working.<\\/p>\\n\\n<ol>\\n<li>Upload the entire boldgrid-ninja-forms folder to the \\/wp-content\\/plugins\\/ directory.<\\/li>\\n<li>Activate the plugin through the Plugins menu in WordPress.<\\/li>\\n<li>You will find the Forms menu in your WordPress Dashboard \\/ admin panel.<\\/li>\\n<\\/ol>\\n\",\"upgrade_notice\":\"<h4>1.2.1<\\/h4>\\n\\n<p>Shortcodes have been re-implemented. They are used like so: [ninja_form id=3] where 3 is the ID number of the form you want to display.<\\/p>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<p>Users should update to boldgrid-ninja-forms version 1.1.1 for support in WordPress 4.5.<\\/p>\\n\"}\";s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:2292:\"{\"4.8.1\":{\"1.5\":[100,95]},\"4.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.9\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.9\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.4.10\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]},\"4.3.1\":{\"0.0.1\":[100,12],\"1.0\":[100,12],\"1.0.1\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4.1\":[100,12],\"1.0.5\":[100,12],\"1.0.6\":[100,12],\"1.0.7.1\":[100,12],\"1.1.0.1\":[100,12],\"1.1.1.1\":[100,12],\"1.1.2\":[100,12],\"1.1.3\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.3\":[100,12],\"1.2.4\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.0.1\":[100,12],\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.5\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:75:\"{\"contact form\":\"Contact form\",\"form\":\"Form\",\"form builder\":\"Form builder\"}\";s:7:\"banners\";s:135:\"{\"low\":\"//repo.boldgrid.com/assets/banner-ninja-forms-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-ninja-forms-1544x500.png\"}\";}}s:7:\"updated\";i:1527257022;}','no'),(21461,'_transient_kirki_googlefonts_fallback_to_link','no','no'),(24393,'_transient_boldgrid_editor_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:15:\"BoldGrid Editor\";s:7:\"version\";s:7:\"1.6.0.2\";s:8:\"asset_id\";i:900312;s:12:\"release_date\";s:10:\"2018-01-31\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:5:\"4.9.1\";s:8:\"sections\";s:18193:\"{\"description\":\"<p>BoldGrid Editor is a standalone plugin which adds functionality to the existing TinyMCE Editor used in the WordPress page and post editor.<\\/p>\\n\",\"installation\":\"<ol>\\n<li><p>Upload the entire boldgrid-editor folder to the \\/wp-content\\/plugins\\/ directory.<\\/p><\\/li>\\n<li><p>Activate the plugin through the Plugins menu in WordPress.<\\/p><\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>1.6.0.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3710   Changed function to anonymous, due to conflict in the global space.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.0.1<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3644   Updating to the WordPress.org version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6<\\/h4>\\n\\n<ul>\\n<li>New Feature:                  Added new Post Type - Block.<\\/li>\\n<li>New Feature:                  Users can now save Blocks and reuse them.<\\/li>\\n<li>New Feature:                  New pages will now be prompted to install a new Block.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.3<\\/h4>\\n\\n<ul>\\n<li>New Feature:                  Advanced controls and Custom Design UI updates.<\\/li>\\n<li>Bug Fix:                      Image crop issue with http vs https.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.2<\\/h4>\\n\\n<ul>\\n<li>New Feature:                  Control for hiding and showing page titles.<\\/li>\\n<li>New Feature:                  Escape now closes an open panel.<\\/li>\\n<li>Bug Fix:                      Issue with masonry layout on box designs.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.1<\\/h4>\\n\\n<ul>\\n<li>New Feature:                  Allow customization of HR element.<\\/li>\\n<li>New Feature:                  Added information about the icons in the DropTab.<\\/li>\\n<li>New Feature:                  Added color palette control.<\\/li>\\n<li>New Feature:                  Added first time intro choices.<\\/li>\\n<li>New Feature:                  Added custom class inputs for buttons, backgrounds, hr, images and icons.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.9<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:                      Fix notices thrown when installing Blocks.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.8<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:                      Remove image content type checking.<\\/li>\\n<li>Update:                       Added filter for allowed<em>post<\\/em>types for loading editor.<\\/li>\\n<li>Update:                       Improving timing of Block loading message.<\\/li>\\n<li>Update:                       Improving performance of Blocks on sites with a lot of content.<\\/li>\\n<li>Update:                       Updating background image urls.<\\/li>\\n<li>Update:                       Updating Font Awesome icon selections.<\\/li>\\n<li>Update:                       Adding alternative image request methods.<\\/li>\\n<li>Update:       JIRA WPB-3373   Use latest version of shared assets.<\\/li>\\n<li>Bug fix:      JIRA WPB-3348   Fixing an error on attachment page.<\\/li>\\n<li>Bug fix:      JIRA WPB-3383   Adding filter for posts to be excluded from My Blocks.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3303   Misc. bug fixes for  Dynamic Blocks.<\\/li>\\n<li>New Feature:                  Delete Block button added to Block UI.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.6<\\/h4>\\n\\n<ul>\\n<li>New Feature:  JIRA WPB-3246   Integrating new Dynamic Blocks.<\\/li>\\n<li>Update:       JIRA WPB-3292   Updated plugin URI.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.5<\\/h4>\\n\\n<ul>\\n<li>Update:                       Updated for WordPress 4.8.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.4<\\/h4>\\n\\n<ul>\\n<li>New Feature:  JIRA WPB-3199   Added support for WPForms.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3161   Fixed auto plugin update.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3151   Added check and load before using get<em>plugin<\\/em>data() for updates.<\\/li>\\n<li>Update:       JIRA WPB-3131   Removing btn-flat default class.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.1<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-3043   Updating plugin description.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:      JIRA WPB-3220   Replaced section background image 404.<\\/li>\\n<li>Bug Fix:      JIRA WPB-3217   Google maps not replaced on edit.<\\/li>\\n<li>Bug Fix:      JIRA WPB-3215   Disable mce inline_boundaries.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2912   Fixed issue when installing plugins from the Tools Import page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2504   Crop image screen closes immediately.<\\/li>\\n<li>Bug fix:      JIRA WPB-2974   Updating section background image URLs.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.4<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:      JIRA WPB-2882   Fixing chrome drag auto scroll.<\\/li>\\n<li>Bug fix:      JIRA WPB-2892   Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).<\\/li>\\n<li>Bug fix:      JIRA WPB-2883   Error thrown while resizing.<\\/li>\\n<li>Bug fix:      JIRA WPB-2881   Column Drag outline is the wrong color.<\\/li>\\n<li>Bug fix:      JIRA WPB-2880   Blocks not vertically centered.<\\/li>\\n<li>Update:       JIRA WPB-2902   Prioritize Post Blocks when viewing posts.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.3<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2834   Add Underline to tinymce toolbar.<\\/li>\\n<li>Update:       JIRA WPB-2828   Set default section background image position to center.<\\/li>\\n<li>Bug fix:      JIRA WPB-2830   Fixing an issue where column popover would disappear.<\\/li>\\n<li>Bug fix:      JIRA WPB-2505   Fixing an issue where swapping images was not working correctly.<\\/li>\\n<li>Bug fix:      JIRA WPB-2835   Fixing adding icons to empty areas.<\\/li>\\n<li>Bug fix:      JIRA WPB-2840   Fixing issue with system fonts displaying in editor dropdowns.<\\/li>\\n<li>Bug fix:      JIRA WPB-2727   Replace more than one image bug.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2803   Fixing issue adding Blocks.<\\/li>\\n<li>New feature:  JIRA WPB-2803   Added a new UI for Blocks.<\\/li>\\n<li>Testing:      JIRA WPB-2744   Tested on WordPress 4.7.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.1<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2503   Added plugin requirements to readme.txt file.<\\/li>\\n<li>Update:       JIRA WPB-2436   Crop Image Screen - update source image options.<\\/li>\\n<li>Bug fix:      JIRA WPB-2435   Prevent duplicate \'Add Block\' buttons.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2541   Added neutral colors to section background colors.<\\/li>\\n<li>Update:       JIRA WPB-2542   Removed duplicate maps types.<\\/li>\\n<li>Update:       JIRA WPB-2543   Added Google maps edit link.<\\/li>\\n<li>Update:       JIRA WPB-2532   Updating Dependencies.<\\/li>\\n<li>Bug fix:      JIRA WPB-2540   Fixed issue with text color and section backgrounds.<\\/li>\\n<li>Bug fix:      JIRA WPB-2533   Fixing issue with update notice blocking user interaction on loading failure.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.13<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2522   Fixing panel issue after first time notice.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.12<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2489   Added update notice for users updating to 1.3.<\\/li>\\n<li>Update:       JIRA WPB-2479   Adding a conversion method from static maps to embed maps.<\\/li>\\n<li>Bug fix:      JIRA WPB-2456   Allow users to drag into empty sections.<\\/li>\\n<li>Bug fix:      JIRA WPB-2494   Fixed issue with system fonts used in themes.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.11<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:      JIRA WPB-2470   Fixing issue with popover panel items.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.10<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2456   Smoothing auto scroll during drag.<\\/li>\\n<li>Update:       JIRA WPB-2453   Hide popover font control when not applicable.<\\/li>\\n<li>Update:       JIRA WPB-2440   Setting default text color for column backgrounds.<\\/li>\\n<li>Update:       JIRA WPB-2065   Added default to font selection.<\\/li>\\n<li>Update:       JIRA WPB-2461   Add Media now in Drop Tab > Add new.<\\/li>\\n<li>Bug fix:      JIRA WPB-2448   Fixing issue with column popover at the edge of the screen.<\\/li>\\n<li>Bug fix:      JIRA WPB-2457   Fixing z-index issue withe section popover.<\\/li>\\n<li>Bug fix:      JIRA WPB-2454   Image being cloned after pressing enter.<\\/li>\\n<li>Bug fix:      JIRA WPB-2442   Nested columns allowed for parent column backgrounds.<\\/li>\\n<li>Bug fix:      JIRA WPB-2441   Fixing issue with row resize cursor.<\\/li>\\n<li>Bug fix:      JIRA WPB-2447   Hide button color if multiple buttons in a paragraph.<\\/li>\\n<li>Bug fix:      JIRA WPB-2455   Staging colors and buttons will now be enqueued correctly.<\\/li>\\n<li>Update:       JIRA WBP-2426   Adjust the way crop modal hides router tabs.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.9<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:      JIRA WPB-2428   Added cache busting for colors and button files.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.8<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2420   Added EOF line breaks.<\\/li>\\n<li>Update:       JIRA WPB-2407   Fix issue with direction of section popover menu.<\\/li>\\n<li>Bug fix:      JIRA WPB-2405   Fixed issue where section border did not show.<\\/li>\\n<li>Bug fix:      JIRA WPB-2408   Fixed issue where change icon does not appear.<\\/li>\\n<li>Bug fix:      JIRA WPB-2409   Fixed issue causing missing image toolbar.<\\/li>\\n<li>Bug fix:      JIRA WPB-2405   Fixed issue causing button customization to disappear.<\\/li>\\n<li>Bug fix:      JIRA WPB-2405   Reset class controls when opening customizer.<\\/li>\\n<li>New feature:  JIRA WPB-2414   Change image added to BG menu bar.<\\/li>\\n<li>New feature:  JIRA WPB-2406   Add my button designs to button panel.<\\/li>\\n<li>New feature:  JIRA WPB-2406   Track my designs for images as the user makes changes.<\\/li>\\n<li>New feature:  JIRA WPB-2415   Add Button Primary &amp; Button Secondary to Button Panel.<\\/li>\\n<li>Bug fix:      JIRA WPB-2400   Wrapping content elements not contained, in theme default containers.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.7<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2344   Updated readme.txt for Tested up to 4.6.1.<\\/li>\\n<li>Bug fix:      JIRA WPB-2336   Load BoldGrid settings from the correct WP option (site\\/blog).<\\/li>\\n<li>Update:       JIRA WPB-2368   Setting version constant from plugin file.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Buttons, Fonts and text backgrounds will now track usage on other pages.<\\/li>\\n<li>Update:       JIRA WPB-2065   Appearance of drag element has been modified.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added Section dragging &amp; zoomed out view.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2065   Rebuilding JS assets.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2325   Added wrapper to handle mb<em>convert<\\/em>encoding() if mbstring is not loaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2065   Issue where popovers did not comeback after drag drop.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Overlays color for background images.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added column dragging to empty areas within row.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added column resizing from first column on the left boundary.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Empty columns will be automatically deleted while resizing within a row.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added border color control to boxes.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Row resizing now works in nested rows.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Add theme section fonts to font selection.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added customization options for gradients.<\\/li>\\n<li>Bug fix:      JIRA WPB-2065   Bug fixes for towards undo and redo actions.<\\/li>\\n<li>Bug fix:      JIRA WPB-2065   Fixed issues with tripple click to delete.<\\/li>\\n<li>Bug fix:      JIRA WPB-2065   Fixed issues with editor height.<\\/li>\\n<li>Bug fix:      JIRA WPB-2065   Fixed issues with color control preselecting.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2272   Fixing issue with default container class.<\\/li>\\n<li>Bug fix:      JIRA WPB-2271   Fixing JS error when gallery plugin is missing.<\\/li>\\n<li>Bug fix:      JIRA WPB-2273   Fixing issue breaking font family selection.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.3<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2256   Updated readme.txt for Tested up to: 4.6.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added customiztion of Icons.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added customiztion of Backgrounds.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added customiztion for widths of rows.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added customiztion for padding on rows.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added customiztion of Buttons.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Added customiztion of Fonts.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Introduced customization and new component \\\"Text Backgrounds\\\".<\\/li>\\n<li>New feature:  JIRA WPB-2065   Users can now add border to images.<\\/li>\\n<li>New feature:  JIRA WPB-2065   Users can now apply filters to images.<\\/li>\\n<li>Rework:       JIRA WPB-1825   Formatting.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2175   Issue causing parent row to be deleted when removing icon or anchor.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2146   Issue with pressing enter on an empty .row > .column.<\\/li>\\n<li>Bug fix:      JIRA WPB-2149   Fixed issue with Blocks getting images updated.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2126   Fixing issue with column popover size when zooming out.<\\/li>\\n<li>Bug fix:      JIRA WPB-2103   Sporadic issue, images load but then disappear within editor.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.5<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-2037   Added capability for auto-updates by BoldGrid API response.<\\/li>\\n<li>Testing:      JIRA WPB-2046   Tested on WordPress 4.5.3.<\\/li>\\n<li>Bug fix:      JIRA WPB-2086   Adding a new row was not allowing you to type in it.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1901   Fixed issue with non BG themes and Blocks modal.<\\/li>\\n<li>New Feature:  JIRA WPB-1912   Adding font family and font size controls to customizer widgets.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.3<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-1877   Changing borders to outline for draggable objects.<\\/li>\\n<li>Update:       JIRA WPB-1884   Passed WordPress 4.5.1 testing.<\\/li>\\n<li>Bug fix:      JIRA WPB-1894   Javascript error in console after loading Blocks.<\\/li>\\n<li>Bug fix:      JIRA WPB-1895   JS Error when going to \'Google Map\' tab.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1847   Addressing issues with drag and drop in Safari and Microsoft Edge w\\/ WP 4.5.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1842   Addressing issues with drag and drop in Chrome and FF w\\/ WP 4.5.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1816   Fixed update class interference with the Add Plugins page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1809   Fixed undefined index \\\"action\\\" for some scenarios.  Optimized update class and addessed CodeSniffer items.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1748   Fixing flexbox issue on safari<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-1361   Added license file.<\\/li>\\n<li>New feature:  JIRA WPB-1695   Suggest crop: Add \'size\' dropdown menu when cropping an image.<\\/li>\\n<li>New feature:  JIRA WPB-1698   Suggest crop: default selection should be as wide as it could be.<\\/li>\\n<li>New feature:  JIRA WPB-1697   Suggest crop: Center the default selection.<\\/li>\\n<li>New feature:  JIRA WPB-1528   Drag and drop enabled state is now remembered per theme.<\\/li>\\n<li>Update:       JIRA WPB-1696   Suggest crop: Do not trigger on \'Add Media\'.<\\/li>\\n<li>Update:       JIRA WPB-1738   Suggest crop: Remove feature switch.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.8<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1665   Change button opens \'Replace Image\' media modal.<\\/li>\\n<li>New feature:  JIRA WPB-1684   Suggest image crop when replacing images of different aspect ratios.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.7<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1616   Updated require and include statements for standards.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.6<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1520   Serve static Blocks via API<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Fixed PHP version check condition (&lt;5.3).<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1520   Adding Icons for draggable tools<\\/li>\\n<li>Usability:    JIRA WPB-1558   Improved popover hover responsiveness<\\/li>\\n<li>Bug fix:      JIRA WPB-1553   Added support for <strong>DIR<\\/strong> in PHP &lt;=5.2.<\\/li>\\n<li>New feature:  JIRA WPB-1026   Enable fontsize and family selection in tinymce<\\/li>\\n<li>New feature:  JIRA WPB-1523   Columns will now extend to the full height of row.<\\/li>\\n<li>New feature:  JIRA WPB-1332   Updating the loading graphic<\\/li>\\n<li>Misc:         JIRA WPB-1468   Updated readme.txt for Tested up to: 4.4.1<\\/li>\\n<li>New feature:  JIRA WPB-1522   Standardize Drag Menu order<\\/li>\\n<li>New feature:  JIRA WPB-1557   Add wp-image-## class to images when adding Blocks.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-711    Fixing compatibility issues with IE 11, 12 and 13<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1432   Added unit tests<\\/li>\\n<li>Bug fix:      JIRA WPB-1381   Insert media will now be the default tab when changing an image<\\/li>\\n<li>Bug fix:      JIRA WPB-1453   Fixing issue causing tinymce height to be too large to too small<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1363   Updated readme.txt for WordPress standards.<\\/li>\\n<li>Usability:    JIRA WPB-1256   Adding cache query args for tinymce styles<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:                      Fixing error experienced in non BG themes in editor<\\/li>\\n<\\/ul>\\n\\n<h4>1.0<\\/h4>\\n\\n<ul>\\n<li>Initial public release.<\\/li>\\n<\\/ul>\\n\",\"upgrade_notice\":\"<h4>1.0.1<\\/h4>\\n\\n<p>Users should upgrade to version 1.0.1 to avoid issues using non-BoldGrid themes.<\\/p>\\n\"}\";s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:8027:\"{\"4.9.1\":{\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.9\":{\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.8.5\":{\"1.6.0.2\":[100,95]},\"4.8.4\":{\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.8.3\":{\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.8.2\":{\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.8\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.9\":{\"1.6.0.2\":[100,95]},\"4.7.8\":{\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.7\":{\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.6\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.5\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.4\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.3\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.2\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7.1\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.7\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.9\":{\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.8\":{\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.6\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.5\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.4\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.3\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.2\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6.10\":{\"1.6.0.2\":[100,95]},\"4.6.1\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.6\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.9\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.8\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.7\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.6\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.5\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.4\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.3\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.2\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.12\":{\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.11\":{\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.10\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5.1\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.5\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.4.9\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.4.8\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.4.7\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.4.6\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.4.5\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.4.11\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.4.10\":{\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]},\"4.3.1\":{\"0.9\":[100,12],\"1.0.1\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5.1\":[100,12],\"1.0.6\":[100,12],\"1.0.7\":[100,12],\"1.0.8\":[100,12],\"1.0.9\":[100,12],\"1.1\":[100,12],\"1.1.1.1\":[100,12],\"1.1.1.2\":[100,12],\"1.1.0.1\":[100,12],\"1.1.2\":[100,12],\"1.1.3\":[100,12],\"1.1.4\":[100,12],\"1.1.5\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.4\":[100,12],\"1.2.6\":[100,12],\"1.2.7\":[100,12],\"1.2.9\":[100,12],\"1.2.11\":[100,12],\"1.2.13\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,12],\"1.4.4\":[100,12],\"1.4.0.1\":[100,12],\"1.4.5\":[100,95],\"1.4.6\":[100,95],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.6\":[100,95],\"1.6.0.1\":[100,95],\"1.6.0.2\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:71:\"{\"drag and drop\":\"Drag and drop\",\"tinymce\":\"Tinymce\",\"editor\":\"Editor\"}\";s:7:\"banners\";s:139:\"{\"low\":\"//repo.boldgrid.com/assets/banner-editor-banner-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-editor-banner-1544x500.png\"}\";}}s:7:\"updated\";i:1527248776;}','no'),(25707,'_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.9.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.6\";s:7:\"version\";s:5:\"4.9.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1527257062;s:15:\"version_checked\";s:5:\"4.9.6\";s:12:\"translations\";a:0:{}}','no'),(25665,'_transient_timeout_boldgrid_staging_version_data','1527285715','no'),(25666,'_transient_boldgrid_staging_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:16:\"BoldGrid Staging\";s:7:\"version\";s:5:\"1.5.1\";s:8:\"asset_id\";i:876738;s:12:\"release_date\";s:10:\"2017-11-14\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"4.9\";s:8:\"sections\";s:10950:\"{\"description\":\"<p>BoldGrid Staging is a standalone plugin to allow use of a staged website while keeping a live website intact during development.<\\/p>\\n\",\"installation\":\"<ol>\\n<li><p>Upload the entire boldgrid-staging folder to the \\/wp-content\\/plugins\\/ directory.<\\/p><\\/li>\\n<li><p>Activate the plugin through the Plugins menu in WordPress.<\\/p><\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>1.5.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3586   Stage button missing from Change themes.<\\/li>\\n<li>Bug fix:      JIRA WPB-3589   Customizer switcher not working.<\\/li>\\n<li>New feature:  JIRA WPB-3593   Support new Customizer scheduler.<\\/li>\\n<li>Bug fix:      JIRA WPB-3611   Customizer changeset, save draft of staging, it loads on active.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3351   wp.template is not a function.<\\/li>\\n<li>Bug fix:      JIRA WPB-2930   The slug \'primary-staging\' is already in use by another term.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.4<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-3292   Updated plugin URI.<\\/li>\\n<li>Bug fix:      JIRA WPB-3325   Error when searching and not logged in.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.3<\\/h4>\\n\\n<ul>\\n<li>Update:                       Updated for WordPress 4.8.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3161   Fixed auto plugin update.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3151   Added check and load before using get<em>plugin<\\/em>data() for updates.<\\/li>\\n<li>Update:       JIRA WPB-3106   Cleanup deploy type.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3213   Footer displays atop page in customizer when going from staging to active.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2951   Images in staging posts not being downloaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2961   Fatal error: Class \'Boldgrid<em>Inspirations<\\/em>Deploy_Metadata\' not found.<\\/li>\\n<li>Bug fix:      JIRA WPB-2976   In Staging Customizer, links in menu 404.<\\/li>\\n<li>Bug fix:      JIRA WPB-2984   Attribution page 404.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2912   Fixed issue when installing plugins from the Tools Import page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2917   New staging deploy using active site\'s colors.<\\/li>\\n<li>Bug fix:      JIRA WPB-2635   Start over staging affecting active site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2493   Publish private posts during staging deployment.<\\/li>\\n<li>New feature:  JIRA WPB-2914   Add staging button to theme details modal.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2892   Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2681   Staging switcher missing from Customizer.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2791   Filter get_pages on front end.<\\/li>\\n<li>Update:       JIRA WPB-2800   Ensure \'Install a blog\' works with Staging.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.5<\\/h4>\\n\\n<ul>\\n<li>Testing:      JIRA WPB-2744   Tested on WordPress 4.7.<\\/li>\\n<li>Bug fix:      JIRA WPB-1450   Staging pages show in search results when searching on the front end.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.4<\\/h4>\\n\\n<ul>\\n<li>Update:                       Merging wp47 branch.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2664   Memory error when loading Customizer.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2507   Hide staging menus when customizing active site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2602   Parent pages don\'t list staging pages.<\\/li>\\n<li>New feature:  JIRA WPB-2603   Add initial version of Inspirations survey.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.1<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2503   Added plugin requirements to readme.txt file.<\\/li>\\n<li>Update:       JIRA WPB-2563   Convert Attribution page to use custom post type.<\\/li>\\n<li>Bug fix:      JIRA WPB-2548   Fix sloppy post name issues when copying to staging (and vice versa).<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.0.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2685   Active pages showing as menu options in Staging Customizer.<\\/li>\\n<li>Bug fix:      JIRA WPB-2686   New staged pages created in Customizer are not saved as staged.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2667   Staging switcher missing from Customizer in WordPress 4.7<\\/li>\\n<li>Bug fix:      JIRA WPB-2668   Staging theme name listed incorrectly in Customizer.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.7<\\/h4>\\n\\n<p>*Update:        JIRA WPB-2491   Add \'Customize > Active Theme\' navigation to Inspirations.<\\/p>\\n\\n<h4>1.2.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2437   Fixing issue with compiling staging colors.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.5<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2437   Button.css needs to compile after updates and work with staging.<\\/li>\\n<li>Bug fix:      JIRA WPB-2424   \'Deploy Staging\' button appears when clicking on active theme.<\\/li>\\n<li>Bug fix:      JIRA WPB-2459   Undefined index error - class-boldgrid-staging-theme.php.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2425   Link to Staging tutorials needs to be removed.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2075   If themes are lazy loaded, staging button does not appear on later themes.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.2<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2344   Updated readme.txt for Tested up to 4.6.1.<\\/li>\\n<li>Bug fix:      JIRA WPB-2336   Load BoldGrid settings from the correct WP option (site\\/blog).<\\/li>\\n<li>Update:       JIRA WPB-2378   Set the version constant from plugin file.<\\/li>\\n<li>Bug fix:                      If a post type isn\'t found, then don\'t query.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.1<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2256   Updated readme.txt for Tested up to: 4.6.<\\/li>\\n<li>Rework:       JIRA WPB-1825   Formatting.<\\/li>\\n<li>Bug fix:      JIRA WPB-2235   Only send staged site promotion to active if was built with Inspirations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2124   Customizer\'s list of pages to add to a menu are always active pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-2134   Staging\'s boldgrid_attribution option and \'Uninitialized string offset\' Notice.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-2037   Added capability for auto-updates by BoldGrid API response.<\\/li>\\n<li>Testing:      JIRA WPB-2046   Tested on WordPress 4.5.3.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1865   Add active \\/ staging navigation to BoldGrid Inspirations Cart.<\\/li>\\n<li>Update:       JIRA WPB-1884   Passed WordPress 4.5.1 testing.<\\/li>\\n<li>Bug fix:      JIRA WPB-1863   BoldGrid Cart does not look for watermarked images used within staged pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1888   Staging options missing from Dashboard > Settings > Reading.<\\/li>\\n<li>Bug fix:      JIRA WPB-1887   Copy to Staging link does not have correct cursor.<\\/li>\\n<li>Bug fix:      JIRA WPB-1892   Page template not saving correctly for staged pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1898   When no menu is assigned to a location, active pages show in menu on staged site.<\\/li>\\n<li>Bug fix:      JIRA WPB-1899   Warnings and Notices thrown when using BoldGrid Inspirations start over.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1834   Delete BoldGrid Staging Attribution page when starting over.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1816   Fixed update class interference with the Add Plugins page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1809   Fixed undefined index \\\"action\\\" for some scenarios.  Optimized update class and addressed CodeSniffer items.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-1361   Added license file.<\\/li>\\n<li>Bug fix:      JIRA WPB-1723   Switching between Staging and Active in the customizer loads wrong content.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1604   Updated some CSS for standards.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1634   Now does not enable staging theme on install; use the enable link.<\\/li>\\n<li>Rework:       JIRA WPB-1620   Updated require and include statements for standards.<\\/li>\\n<li>New feature:  JIRA WPB-1538   Added a way to set staging site\'s homepage.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.6<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1580   Added feedback when deploying a staged site.<\\/li>\\n<li>New feature:  JIRA WPB-1572   Added staging switch for static gridblocks<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Fixed PHP version check condition (&lt;5.3).<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Added support for <strong>DIR<\\/strong> in PHP &lt;=5.2.<\\/li>\\n<li>New feature   JIRA WPB-1542   Manage menu assignment within editor.<\\/li>\\n<li>Misc:         JIRA WPB-1468   Updated readme.txt for Tested up to: 4.4.1<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1426   When installing into staging, with active site, active widgets are overwritten..<\\/li>\\n<li>Bug fix:      JIRA WPB-1452   Upon deploying staging, new active sites lost Social Media icons.<\\/li>\\n<li>Bug fix:      JIRA WPB-1450   Staging pages show in search results when searing on the front end.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1422   Customize links showing in wrong menu...<\\/li>\\n<li>New feature   JIRA WPB-1439   Tie into Theme Framework\'s filter for creating attribution page link and fix it for Staging.<\\/li>\\n<li>Bug fix:      JIRA WPB-1428   Live Preview of staged theme throws JS error.<\\/li>\\n<li>Bug fix:      JIRA WPB-1446   Properly rename a staged page when it ends with \'-staging-(a number)\'<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1363   Updated readme.txt for WordPress standards.<\\/li>\\n<li>Bug Fix:      JIRA WPB-1396   Call to action disappears when customizing staging.<\\/li>\\n<li>Bug Fix:      JIRA WPB-1389   Setting Launched staging theme mods to allow theme to trigger activation<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<ul>\\n<li>Rework:                       Created class Boldgrid<em>Staging<\\/em>Dashboard_Menus and reorganized related code.<\\/li>\\n<li>Bug Fix:      JIRA WPB-1383   Fixing issue that prevented color palettes from updating on staging deploy.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0<\\/h4>\\n\\n<ul>\\n<li>Initial public release.<\\/li>\\n<\\/ul>\\n\",\"upgrade_notice\":\"<h4>1.0.1<\\/h4>\\n\\n<p>Users should upgrade to version 1.0.1 to receive a fix for color palettes in staging deployment.<\\/p>\\n\"}\";s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:3784:\"{\"4.8.3\":{\"1.5.1\":[100,95]},\"4.8.2\":{\"1.5.1\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.7\":{\"1.5.1\":[100,95]},\"4.7.6\":{\"1.5.1\":[100,95]},\"4.7.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.8\":{\"1.5.1\":[100,95]},\"4.6.7\":{\"1.5.1\":[100,95]},\"4.6.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.9\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.4\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.3\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.2\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.11\":{\"1.5.1\":[100,95]},\"4.5.10\":{\"1.5.1\":[100,95]},\"4.5.1\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.9\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.8\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.7\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.6\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.5\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.10\":{\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.3.1\":{\"0.1\":[100,12],\"0.2\":[100,12],\"1.0.1\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5.1\":[100,12],\"1.0.6\":[100,12],\"1.0.7\":[100,12],\"1.0.8\":[100,12],\"1.0.9\":[100,12],\"1.1.0.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2\":[100,12],\"1.1.3\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.4\":[100,12],\"1.2.6\":[100,12],\"1.2.7\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.0.1\":[100,12],\"1.3.3\":[100,12],\"1.3.0.2\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.3.6\":[100,12],\"1.3.7\":[100,12],\"1.3.8\":[100,12],\"1.3.9\":[100,12],\"1.3.10\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.0.1\":[100,12],\"1.4.3\":[100,95],\"1.4.4\":[100,95],\"1.4.5\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:65:\"{\"staging\":\"Staging\",\"duplication\":\"Duplication\",\"clone\":\"Clone\"}\";s:7:\"banners\";s:141:\"{\"low\":\"//repo.boldgrid.com/assets/banner-staging-banner-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-staging-banner-1544x500.png\"}\";}}s:7:\"updated\";i:1527256915;}','no'),(25681,'boldgrid_get_unfiltered_option','false','yes'),(25826,'_site_transient_timeout_community-events-92ed26a16fb71ed5d022fd0f5dae6d62','1527311537','no'),(25686,'boldgrid_staging_boldgrid_attribution_rebuild','1','yes'),(25697,'boldgrid_inspirations_previous_version','1.3','no'),(25708,'_site_transient_boldgrid_plugins_filtered','a:6:{s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";a:11:{s:4:\"Name\";s:17:\"BoldGrid Easy SEO\";s:9:\"PluginURI\";s:38:\"https://www.boldgrid.com/boldgrid-seo/\";s:7:\"Version\";s:5:\"1.5.1\";s:11:\"Description\";s:82:\"Easily manage your website\'s search engine optimization with Easy SEO by BoldGrid!\";s:6:\"Author\";s:31:\"BoldGrid.com <wpb@boldgrid.com>\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:5:\"bgseo\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:17:\"BoldGrid Easy SEO\";s:10:\"AuthorName\";s:31:\"BoldGrid.com <wpb@boldgrid.com>\";}s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";a:11:{s:4:\"Name\";s:21:\"BoldGrid Inspirations\";s:9:\"PluginURI\";s:47:\"https://www.boldgrid.com/boldgrid-inspirations/\";s:7:\"Version\";s:5:\"1.5.6\";s:11:\"Description\";s:177:\"Find inspiration, customize, and launch! BoldGrid Inspirations includes FREE WordPress themes and is the easiest way to launch a new WordPress site complete with custom content.\";s:6:\"Author\";s:31:\"BoldGrid <support@boldgrid.com>\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:21:\"boldgrid-inspirations\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:21:\"BoldGrid Inspirations\";s:10:\"AuthorName\";s:31:\"BoldGrid <support@boldgrid.com>\";}s:36:\"boldgrid-ninja-forms/ninja-forms.php\";a:11:{s:4:\"Name\";s:20:\"BoldGrid Ninja Forms\";s:9:\"PluginURI\";s:46:\"https://www.boldgrid.com/boldgrid-ninja-forms/\";s:7:\"Version\";s:3:\"1.5\";s:11:\"Description\";s:20:\"BoldGrid Ninja Forms\";s:6:\"Author\";s:12:\"BoldGrid.com\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:20:\"boldgrid-ninja-forms\";s:10:\"DomainPath\";s:6:\"/lang/\";s:7:\"Network\";b:0;s:5:\"Title\";s:20:\"BoldGrid Ninja Forms\";s:10:\"AuthorName\";s:12:\"BoldGrid.com\";}s:29:\"boldgrid-seo/boldgrid-seo.php\";a:11:{s:4:\"Name\";s:12:\"BoldGrid SEO\";s:9:\"PluginURI\";s:23:\"http://www.boldgrid.com\";s:7:\"Version\";s:3:\"1.3\";s:11:\"Description\";s:35:\"Manage your BoldGrid website\'s SEO.\";s:6:\"Author\";s:31:\"BoldGrid.com <wpb@boldgrid.com>\";s:9:\"AuthorURI\";s:23:\"http://www.boldgrid.com\";s:10:\"TextDomain\";s:12:\"boldgrid-seo\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:12:\"BoldGrid SEO\";s:10:\"AuthorName\";s:31:\"BoldGrid.com <wpb@boldgrid.com>\";}s:37:\"boldgrid-staging/boldgrid-staging.php\";a:11:{s:4:\"Name\";s:16:\"BoldGrid Staging\";s:9:\"PluginURI\";s:42:\"https://www.boldgrid.com/boldgrid-staging/\";s:7:\"Version\";s:5:\"1.5.1\";s:11:\"Description\";s:42:\"Edit your website in a staging environment\";s:6:\"Author\";s:31:\"BoldGrid.com <wpb@boldgrid.com>\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:16:\"boldgrid-staging\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:16:\"BoldGrid Staging\";s:10:\"AuthorName\";s:31:\"BoldGrid.com <wpb@boldgrid.com>\";}s:47:\"post-and-page-builder/post-and-page-builder.php\";a:11:{s:4:\"Name\";s:21:\"Post and Page Builder\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-editor/\";s:7:\"Version\";s:5:\"1.7.4\";s:11:\"Description\";s:175:\"Customized drag and drop editing for posts and pages. The Post and Page Builder adds functionality to the existing TinyMCE Editor to give you easier control over your content.\";s:6:\"Author\";s:31:\"BoldGrid <support@boldgrid.com>\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-editor\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:21:\"Post and Page Builder\";s:10:\"AuthorName\";s:31:\"BoldGrid <support@boldgrid.com>\";}}','no'),(25701,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(25702,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(25703,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(25704,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(25705,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(25830,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1527311539','no'),(25831,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/05/wordpress-org-privacy-policy-updates/\'>WordPress.org Privacy Policy Updates</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/05/wordpress-org-privacy-policy-updates/\'>Dev Blog: WordPress.org Privacy Policy Updates</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpweekly-episode-317-minor-major-major-minor-release\'>WPTavern: WPWeekly Episode 317 – Minor Major Major Minor Release</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/why-sites-didnt-automatically-update-to-wordpress-4-9-6\'>WPTavern: Why Sites Didn’t Automatically Update to WordPress 4.9.6</a></li></ul></div>','no'),(26124,'boldgrid_staging_theme_mods_boldgrid-gridone','a:11:{s:18:\"_boldgrid_theme_id\";i:40;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:0;s:6:\"social\";i:0;}s:22:\"boldgrid_color_palette\";s:222:\"{\"state\":{\"active-palette\":\"palette-primary\",\"active-palette-id\":\"c39ca97b4cb5fdb12184c552c4e254cf\",\"palettes\":{\"palette-primary\":{\"format\":\"palette-primary\",\"colors\":[\"#333333\",\"#337ab7\",\"#ffffff\"]}},\"saved_palettes\":[]}}\";s:22:\"boldgrid_palette_class\";s:15:\"palette-primary\";s:21:\"boldgrid_compiled_css\";s:7841:\".color1-text-default{color:#fff}.color-1-text-contrast{color:#fff ! important}.color2-text-default{color:#fff}.color-2-text-contrast{color:#fff ! important}.color3-text-default{color:#333}.color-3-text-contrast{color:#333 ! important}.color1-color{color:#333 ! important}.color1-color-hover:hover{color:#333 ! important}.color2-color{color:#337ab7 ! important}.color2-color-hover:hover{color:#337ab7 ! important}.color3-color{color:#fff ! important}.color3-color-hover:hover{color:#fff ! important}.color1-background{background:#333 ! important}.color1-background-hover:hover{background:#333 ! important}.color2-background{background:#337ab7 ! important}.color2-background-hover:hover{background:#337ab7 ! important}.color3-background{background:#fff ! important}.color3-background-hover:hover{background:#fff ! important}.color1-background-color{background-color:#333 ! important}.color1-background-color-hover:hover{background-color:#333 ! important}.color2-background-color{background-color:#337ab7 ! important}.color2-background-color-hover:hover{background-color:#337ab7 ! important}.color3-background-color{background-color:#fff ! important}.color3-background-color-hover:hover{background-color:#fff ! important}.color1-border-color{border-color:#333 ! important}.color1-border-color-hover:hover{border-color:#333 ! important}.color2-border-color{border-color:#337ab7 ! important}.color2-border-color-hover:hover{border-color:#337ab7 ! important}.color3-border-color{border-color:#fff ! important}.color3-border-color-hover:hover{border-color:#fff ! important}.btn-color-1,.btn-color-1-flat{background-color:#333;border-color:#333;color:#fff !important}.btn-color-1:visited,.btn-color-1-flat:visited{color:#fff}.btn-color-1:hover,.btn-color-1-flat:hover,.btn-color-1:focus,.btn-color-1-flat:focus{background-color:#4d4d4d;border-color:#4d4d4d;color:#fff !important}.btn-color-1:active,.btn-color-1-flat:active,.btn-color-1.active,.btn-color-1-flat.active,.btn-color-1.is-active,.btn-color-1-flat.is-active{background-color:#333;border-color:#333;color:#1a1a1a !important}.btn-color-2,.btn-color-2-flat{background-color:#337ab7;border-color:#337ab7;color:#fff !important}.btn-color-2:visited,.btn-color-2-flat:visited{color:#fff}.btn-color-2:hover,.btn-color-2-flat:hover,.btn-color-2:focus,.btn-color-2-flat:focus{background-color:#4f93ce;border-color:#4f93ce;color:#fff !important}.btn-color-2:active,.btn-color-2-flat:active,.btn-color-2.active,.btn-color-2-flat.active,.btn-color-2.is-active,.btn-color-2-flat.is-active{background-color:#3f79ab;border-color:#3f79ab;color:#285f8f !important}.btn-color-3,.btn-color-3-flat{background-color:#fff;border-color:#fff;color:#333 !important}.btn-color-3:visited,.btn-color-3-flat:visited{color:#333}.btn-color-3:hover,.btn-color-3-flat:hover,.btn-color-3:focus,.btn-color-3-flat:focus{background-color:#fff;border-color:#fff;color:#333 !important}.btn-color-3:active,.btn-color-3-flat:active,.btn-color-3.active,.btn-color-3-flat.active,.btn-color-3.is-active,.btn-color-3-flat.is-active{background-color:#fff;border-color:#fff;color:#e6e6e6 !important}.palette-primary{background:#fff;color:#333;}.palette-primary .button-primary,.palette-primary input[type=\"submit\"],.palette-primary .widget .table-striped > tbody > tr:nth-child(2n+1) > td{background:#333;border:1px solid #333;color:#fff}.palette-primary .button-secondary{background:#337ab7;border:1px solid #337ab7;color:#fff}.palette-primary .button-primary:hover,.palette-primary .button-primary:active,.palette-primary input[type=\"submit\"]:hover,.palette-primary input[type=\"submit\"]:focus{background:#337ab7;border:1px solid #337ab7;color:#fff}.palette-primary .button-secondary:hover,.palette-primary .button-secondary:active{background:none;border:1px solid #333;color:#333}.palette-primary h1,.palette-primary h2,.palette-primary h3,.palette-primary h4,.palette-primary h5,.palette-primary h6,.palette-primary caption,.palette-primary #menu-social li a{color:#333}.palette-primary .title-main{border-bottom:1px solid #333;border-top:1px solid #333;color:#333}.palette-primary hr{background:#333}.palette-primary .mod-blockquote{border-left:7px solid #333}.palette-primary .mod-icon-circle i{border:2px solid #333;color:#333}.palette-primary .mod-divider{border-top:1px solid #333}.palette-primary .entry-title:before{border-top:1px solid #333}.palette-primary .navbar-default .navbar-nav > .open > a,.palette-primary .navbar-default .navbar-nav > .open > a:hover,.palette-primary .navbar-default .navbar-nav > .open > a:focus,.palette-primary .navbar-default .navbar-nav > .current-menu-parent > a,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{background:#337ab7;color:#fff}.palette-primary #secondary-menu a,.palette-primary #tertiary-menu a,.palette-primary #menu-social a{color:#fff}.palette-primary #secondary-menu .current-menu-item a,.palette-primary #tertiary-menu .current-menu-item a{color:#337ab7}.palette-primary #footer-center-menu .current-menu-item a{color:#333}.palette-primary a,.palette-primary .link-primary,.palette-primary .link-secondary,.palette-primary .heading-alt,.palette-primary #menu-social li a:hover,.palette-primary #menu-social li a:focus,.palette-primary #secondary-menu a[href]:hover,.palette-primary #tertiary-menu a[href]:hover,.palette-primary .navbar-default .navbar-nav > li > a:hover,.palette-primary .navbar-default .navbar-nav > li > a:focus,.palette-primary .navbar-default .navbar-nav > .active > a,.palette-primary .navbar-default .navbar-nav > .active > a:hover,.palette-primary .navbar-default .navbar-nav > .active > a:focus,.palette-primary .palette-primary.disabled-footer .site-footer a{color:#337ab7}.palette-primary .navbar-default .navbar-toggle:hover .icon-bar,.palette-primary .navbar-default .navbar-toggle:focus .icon-bar .navbar-default .navbar-toggle .icon-bar{background-color:#337ab7}.palette-primary .form-submit .submit{background:#333;color:#fff}.palette-primary .form-submit .submit:hover,.palette-primary .form-submit .submit:focus{background:#337ab7;color:#fff}.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#333}.palette-primary .navbar-default .navbar-nav .dropdown-menu{background:#fff}.palette-primary .navbar-default .navbar-nav > .dropdown.active.open > a,.palette-primary .navbar-default .navbar-nav > li.dropdown.active.open > a:hover,.palette-primary .navbar-default .navbar-nav > li.dropdown.active.open > a:focus,.palette-primary .navbar-default .navbar-nav > .dropdown.active.open > a:hover{color:#fff}@media (min-width:768px){.palette-primary{}.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#333}}.palette-primary .palette-primary.disabled-footer .site-footer,.palette-primary .entry-title a{background-color:#fff}.palette-primary .mod-divider i,.palette-primary .mod-divider a{background:#fff}.palette-primary .site-title a,.palette-primary #secondary-menu a,.palette-primary #tertiary-menu a,.palette-primary #menu-social a,.palette-primary .comments-area .comment-content p{color:#333}.palette-primary .navbar-default .dropdown-menu > li > a{color:#333}.palette-primary .navbar-default .navbar-toggle{border-color:#fff}.palette-primary .navbar-default .navbar-toggle:hover,.palette-primary .navbar-default .navbar-toggle:focus{background-color:#fff}.palette-primary .widget-area{border:1px solid #333}.palette-primary .woocommerce #respond input#submit,.palette-primary .woocommerce a.button,.palette-primary .woocommerce button.button,.palette-primary .woocommerce input.button,.palette-primary .woocommerce p.buttons a.button{background-color:#a46497;color:#fff}.palette-primary .woocommerce p.buttons a.button:hover{background-color:#dad8da;color:#515151}\";s:18:\"custom_css_post_id\";i:-1;s:20:\"boldgrid_font_toggle\";s:1:\"1\";s:16:\"logo_font_family\";s:5:\"Arimo\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1527003079;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:22:\"footer-company-details\";a:8:{i:0;s:3:\"C-0\";i:1;s:3:\"	-0\";i:2;s:3:\"v-0\";i:3;s:3:\"b-0\";i:4;s:3:\"C-1\";i:5;s:3:\"	-1\";i:6;s:3:\"v-1\";i:7;s:3:\"b-1\";}s:17:\"boldgrid-widget-2\";a:1:{i:0;s:22:\"black-studio-tinymce-0\";}}}s:16:\"launched_staging\";b:1;s:20:\"force_scss_recompile\";a:1:{s:7:\"staging\";b:1;}}','yes'),(26125,'boldgrid_staging_boldgrid_redirects','a:0:{}','yes');
/*!40000 ALTER TABLE `wp6x_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_postmeta`
--

DROP TABLE IF EXISTS `wp6x_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=1219 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_postmeta`
--

LOCK TABLES `wp6x_postmeta` WRITE;
/*!40000 ALTER TABLE `wp6x_postmeta` DISABLE KEYS */;
INSERT INTO `wp6x_postmeta` VALUES (177,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_69449740_JB3o94y3R7WwBaV3HjZYRfas26WUdGJm-360x240.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_69449740_JB3o94y3R7WwBaV3HjZYRfas26WUdGJm-360x240-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:75:\"4-FotoliaComp_69449740_JB3o94y3R7WwBaV3HjZYRfas26WUdGJm-360x240-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(654,168,'_menu_item_menu_item_parent','0'),(357,100,'boldgrid_in_page_containers','1'),(356,100,'meta_description',''),(355,100,'bgseo_title',''),(652,165,'boldgrid_page_id','138'),(653,168,'_menu_item_type','post_type'),(173,45,'boldgrid_page_id','158'),(172,45,'boldgrid_in_page_containers','1'),(171,45,'_wp_page_template','default'),(170,46,'_menu_item_url',''),(651,165,'boldgrid_in_page_containers','1'),(650,165,'_wp_page_template','default'),(175,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:370;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_74015453_vFRcCXL3UHYLVu0k0gNsUJ09KLQt6fvs-555x370.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_74015453_vFRcCXL3UHYLVu0k0gNsUJ09KLQt6fvs-555x370-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:75:\"4-FotoliaComp_74015453_vFRcCXL3UHYLVu0k0gNsUJ09KLQt6fvs-555x370-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(174,47,'_wp_attached_file','2016/12/4-FotoliaComp_74015453_vFRcCXL3UHYLVu0k0gNsUJ09KLQt6fvs-555x370.jpg'),(46,16,'_wp_attached_file','2016/12/tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl.jpg'),(47,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2016/12/tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl-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:50:\"tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:50:\"tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(48,17,'_wp_attached_file','2016/12/tmp_JWiMShWiF14-imhwpb-w2w7p4xqkavssft.jpg'),(49,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2016/12/tmp_JWiMShWiF14-imhwpb-w2w7p4xqkavssft.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_JWiMShWiF14-imhwpb-w2w7p4xqkavssft-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:50:\"tmp_JWiMShWiF14-imhwpb-w2w7p4xqkavssft-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(50,18,'_wp_attached_file','2016/12/tmp_unRkg2jH1j0-imhwpb-1i3zos13dh58eps.jpg'),(51,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2016/12/tmp_unRkg2jH1j0-imhwpb-1i3zos13dh58eps.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_unRkg2jH1j0-imhwpb-1i3zos13dh58eps-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:50:\"tmp_unRkg2jH1j0-imhwpb-1i3zos13dh58eps-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(52,19,'_wp_attached_file','2016/12/tmp_jrh5lAq-mIs-imhwpb-q83m83wqofvt77x.jpg'),(53,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2016/12/tmp_jrh5lAq-mIs-imhwpb-q83m83wqofvt77x.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_jrh5lAq-mIs-imhwpb-q83m83wqofvt77x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:50:\"tmp_jrh5lAq-mIs-imhwpb-q83m83wqofvt77x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(54,20,'_wp_attached_file','2016/12/tmp_t5BvA-Q_m_Y-imhwpb-fjmellfnqinoe74.jpg'),(55,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2016/12/tmp_t5BvA-Q_m_Y-imhwpb-fjmellfnqinoe74.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_t5BvA-Q_m_Y-imhwpb-fjmellfnqinoe74-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:50:\"tmp_t5BvA-Q_m_Y-imhwpb-fjmellfnqinoe74-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(56,21,'_wp_attached_file','2016/12/tmp_aSlReZyUt4c-imhwpb-u1ausd7qae3p3kh.jpg'),(57,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2016/12/tmp_aSlReZyUt4c-imhwpb-u1ausd7qae3p3kh.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_aSlReZyUt4c-imhwpb-u1ausd7qae3p3kh-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:50:\"tmp_aSlReZyUt4c-imhwpb-u1ausd7qae3p3kh-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(58,22,'_wp_attached_file','2016/12/tmp_3hoAon9Mc88-imhwpb-3db25ssugurmbkf.jpg'),(59,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2016/12/tmp_3hoAon9Mc88-imhwpb-3db25ssugurmbkf.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_3hoAon9Mc88-imhwpb-3db25ssugurmbkf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:50:\"tmp_3hoAon9Mc88-imhwpb-3db25ssugurmbkf-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(60,23,'_wp_attached_file','2016/12/tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d.jpg'),(61,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2016/12/tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d-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:50:\"tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:50:\"tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(62,24,'_wp_attached_file','2016/12/tmp_wNz7_5EvUWU-imhwpb-1dwhcq3pe4aky8n.jpg'),(63,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2016/12/tmp_wNz7_5EvUWU-imhwpb-1dwhcq3pe4aky8n.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_wNz7_5EvUWU-imhwpb-1dwhcq3pe4aky8n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:50:\"tmp_wNz7_5EvUWU-imhwpb-1dwhcq3pe4aky8n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(64,25,'_wp_attached_file','2016/12/4-FotoliaComp_82117110_beoS3sWjR6n8HSIAXxR8O0D5u6Y5s6NK-555x370.jpg'),(65,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:370;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_82117110_beoS3sWjR6n8HSIAXxR8O0D5u6Y5s6NK-555x370.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_82117110_beoS3sWjR6n8HSIAXxR8O0D5u6Y5s6NK-555x370-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:75:\"4-FotoliaComp_82117110_beoS3sWjR6n8HSIAXxR8O0D5u6Y5s6NK-555x370-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_82117110_beoS3sWjR6n8HSIAXxR8O0D5u6Y5s6NK-555x370-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(66,26,'_wp_attached_file','2016/12/4-FotoliaComp_78607497_iTOGtrgVA9rfCok1PJIUC2uCFidZRVtz-360x240.jpg'),(67,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_78607497_iTOGtrgVA9rfCok1PJIUC2uCFidZRVtz-360x240.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_78607497_iTOGtrgVA9rfCok1PJIUC2uCFidZRVtz-360x240-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:75:\"4-FotoliaComp_78607497_iTOGtrgVA9rfCok1PJIUC2uCFidZRVtz-360x240-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_78607497_iTOGtrgVA9rfCok1PJIUC2uCFidZRVtz-360x240-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(68,27,'_wp_attached_file','2016/12/4-FotoliaComp_69625764_AtkMQRNqP4gQkCjajHY4kJlzcyHvxLky-360x240.jpg'),(69,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_69625764_AtkMQRNqP4gQkCjajHY4kJlzcyHvxLky-360x240.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_69625764_AtkMQRNqP4gQkCjajHY4kJlzcyHvxLky-360x240-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:75:\"4-FotoliaComp_69625764_AtkMQRNqP4gQkCjajHY4kJlzcyHvxLky-360x240-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_69625764_AtkMQRNqP4gQkCjajHY4kJlzcyHvxLky-360x240-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(70,28,'_wp_attached_file','2016/12/4-FotoliaComp_77638912_pC1H6tKUZ1cXqHPD56BAQWGZNdLRG5ww-360x111.jpg'),(71,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:111;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_77638912_pC1H6tKUZ1cXqHPD56BAQWGZNdLRG5ww-360x111.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_77638912_pC1H6tKUZ1cXqHPD56BAQWGZNdLRG5ww-360x111-150x111.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"4-FotoliaComp_77638912_pC1H6tKUZ1cXqHPD56BAQWGZNdLRG5ww-360x111-300x93.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_77638912_pC1H6tKUZ1cXqHPD56BAQWGZNdLRG5ww-360x111-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(72,29,'_wp_attached_file','2016/12/4-FotoliaComp_80381010_0wqbj0ClFb0S3bDLyFJZ4RD48jrUgCFX-360x210.jpg'),(73,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:210;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_80381010_0wqbj0ClFb0S3bDLyFJZ4RD48jrUgCFX-360x210.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_80381010_0wqbj0ClFb0S3bDLyFJZ4RD48jrUgCFX-360x210-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:75:\"4-FotoliaComp_80381010_0wqbj0ClFb0S3bDLyFJZ4RD48jrUgCFX-360x210-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_80381010_0wqbj0ClFb0S3bDLyFJZ4RD48jrUgCFX-360x210-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(74,33,'_wp_attached_file','2016/12/monument-consulting-imhwpb-3a9c1ph6lplib2p.jpg'),(75,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:54:\"2016/12/monument-consulting-imhwpb-3a9c1ph6lplib2p.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"monument-consulting-imhwpb-3a9c1ph6lplib2p-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:54:\"monument-consulting-imhwpb-3a9c1ph6lplib2p-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"monument-consulting-imhwpb-3a9c1ph6lplib2p-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"monument-consulting-imhwpb-3a9c1ph6lplib2p-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:54:\"monument-consulting-imhwpb-3a9c1ph6lplib2p-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(169,46,'_menu_item_xfn',''),(168,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(167,46,'_menu_item_target',''),(166,46,'_menu_item_object','page'),(165,46,'_menu_item_object_id','45'),(164,46,'_menu_item_menu_item_parent','0'),(163,46,'_menu_item_type','post_type'),(162,43,'boldgrid_page_id','151'),(161,43,'boldgrid_in_page_containers','1'),(160,43,'_wp_page_template','default'),(159,44,'_menu_item_url',''),(158,44,'_menu_item_xfn',''),(157,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(156,44,'_menu_item_target',''),(155,44,'_menu_item_object','page'),(154,44,'_menu_item_object_id','43'),(153,44,'_menu_item_menu_item_parent','0'),(152,44,'_menu_item_type','post_type'),(151,41,'boldgrid_page_id','173'),(150,41,'boldgrid_in_page_containers','1'),(149,41,'_wp_page_template','page_home.php'),(148,41,'_wp_page_template','page_home.php'),(147,42,'_menu_item_url',''),(146,42,'_menu_item_xfn',''),(145,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(144,42,'_menu_item_target',''),(143,42,'_menu_item_object','page'),(140,42,'_menu_item_type','post_type'),(141,42,'_menu_item_menu_item_parent','0'),(142,42,'_menu_item_object_id','41'),(649,166,'_menu_item_url',''),(648,166,'_menu_item_xfn',''),(646,166,'_menu_item_target',''),(647,166,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(645,166,'_menu_item_object','page'),(176,48,'_wp_attached_file','2016/12/4-FotoliaComp_69449740_JB3o94y3R7WwBaV3HjZYRfas26WUdGJm-360x240.jpg'),(643,166,'_menu_item_menu_item_parent','0'),(644,166,'_menu_item_object_id','165'),(686,174,'_menu_item_type','post_type'),(687,174,'_menu_item_menu_item_parent','0'),(178,49,'_wp_attached_file','2016/12/4-FotoliaComp_76418584_ZT0kome1FsQsD2jJ9zfGKthaE5guR98q-200x200.jpg'),(179,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_76418584_ZT0kome1FsQsD2jJ9zfGKthaE5guR98q-200x200.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_76418584_ZT0kome1FsQsD2jJ9zfGKthaE5guR98q-200x200-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";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:{}}}'),(180,50,'_wp_attached_file','2016/12/4-FotoliaComp_67650980_Vp7MPDx1NyHmS8qeepCbwWXQKO5ihUL3-200x200.jpg'),(181,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_67650980_Vp7MPDx1NyHmS8qeepCbwWXQKO5ihUL3-200x200.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_67650980_Vp7MPDx1NyHmS8qeepCbwWXQKO5ihUL3-200x200-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";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:{}}}'),(182,51,'_wp_attached_file','2016/12/4-FotoliaComp_47639240_rnA7txq5eJDWVeAXf8xC0C7P7YthfpYN-200x200.jpg'),(183,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_47639240_rnA7txq5eJDWVeAXf8xC0C7P7YthfpYN-200x200.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_47639240_rnA7txq5eJDWVeAXf8xC0C7P7YthfpYN-200x200-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";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:{}}}'),(184,52,'_wp_attached_file','2016/12/4-FotoliaComp_69954679_y6vCVaFhn86FVE7x7MiehLyCXQ3UKDR9-200x200.jpg'),(185,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_69954679_y6vCVaFhn86FVE7x7MiehLyCXQ3UKDR9-200x200.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_69954679_y6vCVaFhn86FVE7x7MiehLyCXQ3UKDR9-200x200-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";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:{}}}'),(186,53,'_wp_attached_file','2016/12/4-FotoliaComp_61312217_qNFSkritEHD3hBioEghnrcNbX5RUC9hs-555x405.jpg'),(187,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:405;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_61312217_qNFSkritEHD3hBioEghnrcNbX5RUC9hs-555x405.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_61312217_qNFSkritEHD3hBioEghnrcNbX5RUC9hs-555x405-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:75:\"4-FotoliaComp_61312217_qNFSkritEHD3hBioEghnrcNbX5RUC9hs-555x405-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(188,55,'_wp_page_template','default'),(189,57,'_menu_item_type','custom'),(190,57,'_menu_item_menu_item_parent','0'),(191,57,'_menu_item_object_id','57'),(192,57,'_menu_item_object','custom'),(193,57,'_menu_item_target',''),(194,57,'_menu_item_classes','a:1:{i:0;s:8:\"facebook\";}'),(195,57,'_menu_item_xfn',''),(196,57,'_menu_item_url','//facebook.com'),(197,58,'_menu_item_type','custom'),(198,58,'_menu_item_menu_item_parent','0'),(199,58,'_menu_item_object_id','58'),(200,58,'_menu_item_object','custom'),(201,58,'_menu_item_target',''),(202,58,'_menu_item_classes','a:1:{i:0;s:7:\"twitter\";}'),(203,58,'_menu_item_xfn',''),(204,58,'_menu_item_url','//twitter.com'),(205,59,'_menu_item_type','custom'),(206,59,'_menu_item_menu_item_parent','0'),(207,59,'_menu_item_object_id','59'),(208,59,'_menu_item_object','custom'),(209,59,'_menu_item_target',''),(210,59,'_menu_item_classes','a:1:{i:0;s:6:\"google\";}'),(211,59,'_menu_item_xfn',''),(212,59,'_menu_item_url','//plus.google.com'),(213,60,'_menu_item_type','custom'),(214,60,'_menu_item_menu_item_parent','0'),(215,60,'_menu_item_object_id','60'),(216,60,'_menu_item_object','custom'),(217,60,'_menu_item_target',''),(218,60,'_menu_item_classes','a:1:{i:0;s:8:\"linkedin\";}'),(219,60,'_menu_item_xfn',''),(220,60,'_menu_item_url','//linkedin.com'),(221,61,'_menu_item_type','custom'),(222,61,'_menu_item_menu_item_parent','0'),(223,61,'_menu_item_object_id','61'),(224,61,'_menu_item_object','custom'),(225,61,'_menu_item_target',''),(226,61,'_menu_item_classes','a:1:{i:0;s:7:\"youtube\";}'),(227,61,'_menu_item_xfn',''),(228,61,'_menu_item_url','//youtube.com'),(685,171,'boldgrid_page_id','24'),(350,100,'boldgrid_hide_page_title','1'),(349,100,'_wp_page_template','default'),(348,100,'_edit_lock','1526997397:1'),(347,100,'_edit_last','1'),(235,41,'_edit_lock','1481827459:1'),(236,41,'_edit_last','1'),(237,41,'boldgrid_hide_page_title','0'),(238,55,'bgseo_title',''),(239,55,'meta_description',''),(240,55,'boldgrid_hide_page_title','0'),(241,55,'boldgrid_in_page_containers','1'),(242,41,'bgseo_title',''),(243,41,'meta_description',''),(680,172,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(679,172,'_menu_item_target',''),(678,172,'_menu_item_object','page'),(677,172,'_menu_item_object_id','171'),(676,172,'_menu_item_menu_item_parent','0'),(252,67,'_wp_page_template','page_home.php'),(253,67,'_wp_page_template','page_home.php'),(254,67,'boldgrid_in_page_containers','1'),(255,67,'boldgrid_page_id','285'),(672,169,'_wp_page_template','default'),(671,170,'_menu_item_url',''),(670,170,'_menu_item_xfn',''),(669,170,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(668,170,'_menu_item_target',''),(667,170,'_menu_item_object','page'),(264,69,'_wp_page_template','default'),(265,69,'boldgrid_in_page_containers','1'),(266,69,'boldgrid_page_id','28'),(663,167,'boldgrid_page_id','27'),(662,167,'boldgrid_in_page_containers','1'),(661,167,'_wp_page_template','default'),(660,168,'_menu_item_url',''),(659,168,'_menu_item_xfn',''),(658,168,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(275,71,'_wp_page_template','default'),(276,71,'boldgrid_in_page_containers','1'),(277,71,'boldgrid_page_id','29'),(278,73,'_wp_attached_file','2016/12/tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl-1.jpg'),(279,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:52:\"2016/12/tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(280,74,'_wp_attached_file','2016/12/tmp_JWiMShWiF14-imhwpb-w2w7p4xqkavssft-1.jpg'),(281,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:52:\"2016/12/tmp_JWiMShWiF14-imhwpb-w2w7p4xqkavssft-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"tmp_JWiMShWiF14-imhwpb-w2w7p4xqkavssft-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";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:{}}}'),(282,75,'_wp_attached_file','2016/12/tmp_unRkg2jH1j0-imhwpb-1i3zos13dh58eps-1.jpg'),(283,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:52:\"2016/12/tmp_unRkg2jH1j0-imhwpb-1i3zos13dh58eps-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"tmp_unRkg2jH1j0-imhwpb-1i3zos13dh58eps-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";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:{}}}'),(284,76,'_wp_attached_file','2016/12/tmp_jrh5lAq-mIs-imhwpb-q83m83wqofvt77x-1.jpg'),(285,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:52:\"2016/12/tmp_jrh5lAq-mIs-imhwpb-q83m83wqofvt77x-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"tmp_jrh5lAq-mIs-imhwpb-q83m83wqofvt77x-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";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:{}}}'),(286,77,'_wp_attached_file','2016/12/tmp_t5BvA-Q_m_Y-imhwpb-fjmellfnqinoe74-1.jpg'),(287,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:52:\"2016/12/tmp_t5BvA-Q_m_Y-imhwpb-fjmellfnqinoe74-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"tmp_t5BvA-Q_m_Y-imhwpb-fjmellfnqinoe74-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";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:{}}}'),(288,78,'_wp_attached_file','2016/12/tmp_aSlReZyUt4c-imhwpb-u1ausd7qae3p3kh-1.jpg'),(289,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:52:\"2016/12/tmp_aSlReZyUt4c-imhwpb-u1ausd7qae3p3kh-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"tmp_aSlReZyUt4c-imhwpb-u1ausd7qae3p3kh-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";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:{}}}'),(290,79,'_wp_attached_file','2016/12/tmp_3hoAon9Mc88-imhwpb-3db25ssugurmbkf-1.jpg'),(291,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:52:\"2016/12/tmp_3hoAon9Mc88-imhwpb-3db25ssugurmbkf-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"tmp_3hoAon9Mc88-imhwpb-3db25ssugurmbkf-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";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:{}}}'),(292,80,'_wp_attached_file','2016/12/tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d-1.jpg'),(293,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:52:\"2016/12/tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(294,81,'_wp_attached_file','2016/12/tmp_wNz7_5EvUWU-imhwpb-1dwhcq3pe4aky8n-1.jpg'),(295,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:52:\"2016/12/tmp_wNz7_5EvUWU-imhwpb-1dwhcq3pe4aky8n-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"tmp_wNz7_5EvUWU-imhwpb-1dwhcq3pe4aky8n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";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:{}}}'),(296,82,'_wp_attached_file','2016/12/4-FotoliaComp_58278935_9p4i7C8ZebRRVSCmA5ad6Uf3bRyJWrwV-555x370.jpg'),(297,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:370;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_58278935_9p4i7C8ZebRRVSCmA5ad6Uf3bRyJWrwV-555x370.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_58278935_9p4i7C8ZebRRVSCmA5ad6Uf3bRyJWrwV-555x370-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:75:\"4-FotoliaComp_58278935_9p4i7C8ZebRRVSCmA5ad6Uf3bRyJWrwV-555x370-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(298,83,'_wp_attached_file','2016/12/4-FotoliaComp_64831130_vzblsDeeGcemfMuEDyWMcgAmNGbj08Mm-360x240.jpg'),(299,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_64831130_vzblsDeeGcemfMuEDyWMcgAmNGbj08Mm-360x240.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_64831130_vzblsDeeGcemfMuEDyWMcgAmNGbj08Mm-360x240-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:75:\"4-FotoliaComp_64831130_vzblsDeeGcemfMuEDyWMcgAmNGbj08Mm-360x240-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(300,84,'_wp_attached_file','2016/12/4-FotoliaComp_52854462_jmr3lrxrhugnq0CG8csoyeoiwat9L5Vu-360x240.jpg'),(301,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_52854462_jmr3lrxrhugnq0CG8csoyeoiwat9L5Vu-360x240.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_52854462_jmr3lrxrhugnq0CG8csoyeoiwat9L5Vu-360x240-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:75:\"4-FotoliaComp_52854462_jmr3lrxrhugnq0CG8csoyeoiwat9L5Vu-360x240-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(302,85,'_wp_attached_file','2016/12/4-FotoliaComp_80393607_p5RCKDFSrtVQ6m9fa1aZTTTKypNqrU8X-360x240.jpg'),(303,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_80393607_p5RCKDFSrtVQ6m9fa1aZTTTKypNqrU8X-360x240.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_80393607_p5RCKDFSrtVQ6m9fa1aZTTTKypNqrU8X-360x240-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:75:\"4-FotoliaComp_80393607_p5RCKDFSrtVQ6m9fa1aZTTTKypNqrU8X-360x240-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(304,86,'_wp_attached_file','2016/12/4-FotoliaComp_80524125_CzI5SvUnFAJg0gBLszMiHxCzAIZaQt2S-360x240.jpg'),(305,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:75:\"2016/12/4-FotoliaComp_80524125_CzI5SvUnFAJg0gBLszMiHxCzAIZaQt2S-360x240.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"4-FotoliaComp_80524125_CzI5SvUnFAJg0gBLszMiHxCzAIZaQt2S-360x240-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:75:\"4-FotoliaComp_80524125_CzI5SvUnFAJg0gBLszMiHxCzAIZaQt2S-360x240-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(684,171,'boldgrid_in_page_containers','1'),(592,156,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(591,156,'_menu_item_target',''),(590,156,'_menu_item_object','page'),(589,156,'_menu_item_object_id','155'),(588,156,'_menu_item_menu_item_parent','0'),(587,156,'_menu_item_type','post_type'),(586,154,'boldgrid_page_id','69'),(585,154,'_wp_page_template','default'),(584,153,'boldgrid_page_id','68'),(583,153,'boldgrid_in_page_containers','1'),(582,153,'_wp_page_template','default'),(581,152,'boldgrid_page_id','67'),(580,152,'boldgrid_in_page_containers','1'),(579,152,'_wp_page_template','default'),(578,150,'boldgrid_page_id','228'),(577,150,'boldgrid_in_page_containers','1'),(576,150,'_wp_page_template','page_home.php'),(575,150,'_wp_page_template','page_home.php'),(574,151,'_menu_item_url',''),(573,151,'_menu_item_xfn',''),(572,151,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(571,151,'_menu_item_target',''),(570,151,'_menu_item_object','page'),(569,151,'_menu_item_object_id','150'),(568,151,'_menu_item_menu_item_parent','0'),(567,151,'_menu_item_type','post_type'),(370,104,'_wp_attached_file','2018/05/ae9aceea-0f2cb9b3-feedough140800099.jpg'),(371,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:47:\"2018/05/ae9aceea-0f2cb9b3-feedough140800099.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"ae9aceea-0f2cb9b3-feedough140800099-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:47:\"ae9aceea-0f2cb9b3-feedough140800099-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(372,105,'_wp_attached_file','2018/05/8bb77c42-e27c2767-kiuikson130600020.jpg'),(373,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:265;s:4:\"file\";s:47:\"2018/05/8bb77c42-e27c2767-kiuikson130600020.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"8bb77c42-e27c2767-kiuikson130600020-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:47:\"8bb77c42-e27c2767-kiuikson130600020-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;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:{}}}'),(374,106,'_wp_attached_file','2018/05/17eb3fa0-fd8453da-michaeljung140800027.jpg'),(375,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2018/05/17eb3fa0-fd8453da-michaeljung140800027.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"17eb3fa0-fd8453da-michaeljung140800027-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:50:\"17eb3fa0-fd8453da-michaeljung140800027-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(376,103,'_wp_page_template','default'),(379,103,'_wp_trash_meta_status','draft'),(378,103,'_edit_lock','1526997535:1'),(380,103,'_wp_trash_meta_time','1526997688'),(381,103,'_wp_desired_post_slug',''),(382,108,'_edit_last','1'),(383,108,'_edit_lock','1526997749:1'),(384,108,'_wp_page_template','default'),(385,108,'boldgrid_hide_page_title','1'),(386,108,'bgseo_title',''),(387,108,'meta_description',''),(388,108,'boldgrid_in_page_containers','1'),(639,163,'_wp_page_template','default'),(638,164,'_menu_item_url',''),(637,164,'_menu_item_xfn',''),(636,164,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(635,164,'_menu_item_target',''),(634,164,'_menu_item_object','page'),(633,164,'_menu_item_object_id','163'),(632,164,'_menu_item_menu_item_parent','0'),(401,111,'_edit_last','1'),(402,111,'_edit_lock','1526997886:1'),(403,111,'_wp_page_template','default'),(404,111,'boldgrid_hide_page_title','1'),(405,111,'bgseo_title',''),(406,111,'meta_description',''),(407,111,'boldgrid_in_page_containers','1'),(628,161,'_wp_page_template','default'),(627,162,'_menu_item_url',''),(626,162,'_menu_item_xfn',''),(625,162,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(624,162,'_menu_item_target',''),(623,162,'_menu_item_object','page'),(622,162,'_menu_item_object_id','161'),(621,162,'_menu_item_menu_item_parent','0'),(420,114,'_edit_last','1'),(421,114,'_edit_lock','1526998038:1'),(422,114,'_wp_page_template','default'),(423,114,'boldgrid_hide_page_title','1'),(424,114,'bgseo_title',''),(425,114,'meta_description',''),(426,114,'boldgrid_in_page_containers','1'),(617,159,'_wp_page_template','default'),(616,160,'_menu_item_url',''),(615,160,'_menu_item_xfn',''),(614,160,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(613,160,'_menu_item_target',''),(612,160,'_menu_item_object','page'),(611,160,'_menu_item_object_id','159'),(610,160,'_menu_item_menu_item_parent','0'),(439,117,'_edit_last','1'),(440,117,'_edit_lock','1526998059:1'),(441,117,'_wp_page_template','default'),(442,117,'boldgrid_hide_page_title','1'),(443,117,'bgseo_title',''),(444,117,'meta_description',''),(445,117,'boldgrid_in_page_containers','1'),(606,157,'_wp_page_template','default'),(605,158,'_menu_item_url',''),(604,158,'_menu_item_xfn',''),(603,158,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(602,158,'_menu_item_target',''),(601,158,'_menu_item_object','page'),(600,158,'_menu_item_object_id','157'),(599,158,'_menu_item_menu_item_parent','0'),(458,67,'_edit_lock','1527002340:1'),(459,69,'_edit_lock','1526998181:1'),(460,69,'_edit_last','1'),(461,69,'boldgrid_hide_page_title','1'),(462,69,'bgseo_title',''),(463,69,'meta_description',''),(464,45,'_edit_lock','1527001051:1'),(465,71,'_edit_last','1'),(466,71,'_edit_lock','1526998355:1'),(467,123,'_wp_attached_file','2018/05/pittsburgh-vehicle-ppi-banner.jpg'),(468,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:547;s:6:\"height\";i:224;s:4:\"file\";s:41:\"2018/05/pittsburgh-vehicle-ppi-banner.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"pittsburgh-vehicle-ppi-banner-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:41:\"pittsburgh-vehicle-ppi-banner-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"COOLPIX L4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1342369073\";s:9:\"copyright\";s:14:\"Copyright 2006\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:16:\"0.00259403372244\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(483,129,'_wp_trash_meta_status','publish'),(665,170,'_menu_item_menu_item_parent','0'),(664,170,'_menu_item_type','post_type'),(657,168,'_menu_item_target',''),(478,71,'_wp_trash_meta_status','publish'),(479,71,'_wp_trash_meta_time','1527000467'),(480,71,'_wp_desired_post_slug','contact-us-staging'),(481,128,'_wp_trash_meta_status','publish'),(482,128,'_wp_trash_meta_time','1527000580'),(473,126,'_wp_attached_file','2018/05/pittsburgh-vehicle-ppi-logo.jpg'),(474,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:324;s:4:\"file\";s:39:\"2018/05/pittsburgh-vehicle-ppi-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"pittsburgh-vehicle-ppi-logo-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:39:\"pittsburgh-vehicle-ppi-logo-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(484,129,'_wp_trash_meta_time','1527000704'),(485,127,'_wp_trash_meta_status','staging'),(486,127,'_wp_trash_meta_time','1527000750'),(487,127,'_wp_desired_post_slug','contact-us-staging-staging'),(488,55,'_wp_trash_meta_status','publish'),(489,55,'_wp_trash_meta_time','1527000799'),(490,55,'_wp_desired_post_slug','attribution'),(491,133,'_wp_trash_meta_status','staging'),(492,133,'_wp_trash_meta_time','1527000812'),(493,133,'_wp_desired_post_slug','home-staging-2'),(494,136,'_edit_last','1'),(495,136,'_wp_page_template','default'),(496,136,'_edit_lock','1527000903:1'),(497,136,'_wp_trash_meta_status','publish'),(498,136,'_wp_trash_meta_time','1527001056'),(499,136,'_wp_desired_post_slug','contact-us-staging'),(500,139,'_edit_lock','1527002390:1'),(501,139,'_edit_last','1'),(502,139,'_wp_page_template','default'),(503,139,'boldgrid_hide_page_title','1'),(504,139,'bgseo_title',''),(505,139,'meta_description',''),(506,139,'boldgrid_in_page_containers','1'),(597,155,'boldgrid_page_id','19'),(596,155,'boldgrid_in_page_containers','1'),(595,155,'_wp_page_template','default'),(594,156,'_menu_item_url',''),(593,156,'_menu_item_xfn',''),(515,142,'_wp_trash_meta_status','publish'),(516,142,'_wp_trash_meta_time','1527001364'),(1154,439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:188;s:6:\"height\";i:250;s:4:\"file\";s:18:\"2018/05/9cross.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"9cross-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1161,150,'bgseo_robots_follow','follow'),(1160,150,'bgseo_robots_index','index'),(674,169,'boldgrid_page_id','139'),(673,169,'boldgrid_in_page_containers','1'),(666,170,'_menu_item_object_id','169'),(522,69,'_wp_trash_meta_status','staging'),(523,69,'_wp_trash_meta_time','1527002769'),(524,69,'_wp_desired_post_slug','about-us-staging'),(525,139,'_wp_trash_meta_status','staging'),(526,139,'_wp_trash_meta_time','1527002769'),(527,139,'_wp_desired_post_slug','contact-staging'),(641,163,'boldgrid_page_id','25'),(640,163,'boldgrid_in_page_containers','1'),(631,164,'_menu_item_type','post_type'),(531,108,'_wp_trash_meta_status','staging'),(532,108,'_wp_trash_meta_time','1527002769'),(533,108,'_wp_desired_post_slug','faq'),(682,172,'_menu_item_url',''),(681,172,'_menu_item_xfn',''),(675,172,'_menu_item_type','post_type'),(537,67,'_wp_trash_meta_status','staging'),(538,67,'_wp_trash_meta_time','1527002769'),(539,67,'_wp_desired_post_slug','home-staging'),(608,157,'boldgrid_page_id','135'),(607,157,'boldgrid_in_page_containers','1'),(598,158,'_menu_item_type','post_type'),(543,117,'_wp_trash_meta_status','staging'),(544,117,'_wp_trash_meta_time','1527002769'),(545,117,'_wp_desired_post_slug','links'),(656,168,'_menu_item_object','page'),(655,168,'_menu_item_object_id','167'),(642,166,'_menu_item_type','post_type'),(549,100,'_wp_trash_meta_status','staging'),(550,100,'_wp_trash_meta_time','1527002769'),(551,100,'_wp_desired_post_slug','services'),(630,161,'boldgrid_page_id','137'),(629,161,'boldgrid_in_page_containers','1'),(620,162,'_menu_item_type','post_type'),(555,111,'_wp_trash_meta_status','staging'),(556,111,'_wp_trash_meta_time','1527002769'),(557,111,'_wp_desired_post_slug','testimonials'),(619,159,'boldgrid_page_id','26'),(618,159,'boldgrid_in_page_containers','1'),(609,160,'_menu_item_type','post_type'),(561,114,'_wp_trash_meta_status','staging'),(562,114,'_wp_trash_meta_time','1527002781'),(563,114,'_wp_desired_post_slug','community'),(689,174,'_menu_item_object','page'),(688,174,'_menu_item_object_id','173'),(683,171,'_wp_page_template','default'),(690,174,'_menu_item_target',''),(691,174,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(692,174,'_menu_item_xfn',''),(693,174,'_menu_item_url',''),(694,173,'_wp_page_template','default'),(695,173,'boldgrid_in_page_containers','1'),(696,173,'boldgrid_page_id','140'),(697,176,'_menu_item_type','post_type'),(698,176,'_menu_item_menu_item_parent','0'),(699,176,'_menu_item_object_id','175'),(700,176,'_menu_item_object','page'),(701,176,'_menu_item_target',''),(702,176,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(703,176,'_menu_item_xfn',''),(704,176,'_menu_item_url',''),(705,175,'_wp_page_template','default'),(706,175,'boldgrid_in_page_containers','1'),(707,175,'boldgrid_page_id','21'),(708,178,'_menu_item_type','post_type'),(709,178,'_menu_item_menu_item_parent','0'),(710,178,'_menu_item_object_id','177'),(711,178,'_menu_item_object','page'),(712,178,'_menu_item_target',''),(713,178,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(714,178,'_menu_item_xfn',''),(715,178,'_menu_item_url',''),(716,177,'_wp_page_template','default'),(717,177,'boldgrid_in_page_containers','1'),(718,177,'boldgrid_page_id','141'),(719,180,'_menu_item_type','post_type'),(720,180,'_menu_item_menu_item_parent','0'),(721,180,'_menu_item_object_id','179'),(722,180,'_menu_item_object','page'),(723,180,'_menu_item_target',''),(724,180,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(725,180,'_menu_item_xfn',''),(726,180,'_menu_item_url',''),(727,179,'_wp_page_template','default'),(728,179,'boldgrid_in_page_containers','1'),(729,179,'boldgrid_page_id','22'),(730,182,'_menu_item_type','post_type'),(731,182,'_menu_item_menu_item_parent','0'),(732,182,'_menu_item_object_id','181'),(733,182,'_menu_item_object','page'),(734,182,'_menu_item_target',''),(735,182,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(736,182,'_menu_item_xfn',''),(737,182,'_menu_item_url',''),(738,181,'_wp_page_template','default'),(739,181,'boldgrid_in_page_containers','1'),(740,181,'boldgrid_page_id','143'),(741,184,'_menu_item_type','post_type'),(742,184,'_menu_item_menu_item_parent','0'),(743,184,'_menu_item_object_id','183'),(744,184,'_menu_item_object','page'),(745,184,'_menu_item_target',''),(746,184,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(747,184,'_menu_item_xfn',''),(748,184,'_menu_item_url',''),(749,183,'_wp_page_template','default'),(750,183,'boldgrid_in_page_containers','1'),(751,183,'boldgrid_page_id','136'),(752,185,'_wp_attached_file','2018/05/tmp_lqdrW2O-GKA-imhwpb-gm4el82v2qa3w1g.jpg'),(753,185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:450;s:4:\"file\";s:50:\"2018/05/tmp_lqdrW2O-GKA-imhwpb-gm4el82v2qa3w1g.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_lqdrW2O-GKA-imhwpb-gm4el82v2qa3w1g-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:50:\"tmp_lqdrW2O-GKA-imhwpb-gm4el82v2qa3w1g-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"tmp_lqdrW2O-GKA-imhwpb-gm4el82v2qa3w1g-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;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:{}}}'),(754,186,'_wp_attached_file','2018/05/tmp_WdJkXFQ4VHY-imhwpb-dp4e69qg87at7vt.jpg'),(755,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2018/05/tmp_WdJkXFQ4VHY-imhwpb-dp4e69qg87at7vt.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_WdJkXFQ4VHY-imhwpb-dp4e69qg87at7vt-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:50:\"tmp_WdJkXFQ4VHY-imhwpb-dp4e69qg87at7vt-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(756,187,'_wp_attached_file','2018/05/tmp_UuW4psOb388-imhwpb-pollooivt47zuuw.jpg'),(757,187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2018/05/tmp_UuW4psOb388-imhwpb-pollooivt47zuuw.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_UuW4psOb388-imhwpb-pollooivt47zuuw-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:50:\"tmp_UuW4psOb388-imhwpb-pollooivt47zuuw-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(758,188,'_wp_attached_file','2018/05/tmp_cpEO3HoKdKM-imhwpb-9dcaze4zxywntp4.jpg'),(759,188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2018/05/tmp_cpEO3HoKdKM-imhwpb-9dcaze4zxywntp4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_cpEO3HoKdKM-imhwpb-9dcaze4zxywntp4-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:50:\"tmp_cpEO3HoKdKM-imhwpb-9dcaze4zxywntp4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(760,189,'_wp_attached_file','2018/05/tmp_u-9luqMJeDY-imhwpb-halsnhqrdbv8vvi.jpg'),(761,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2018/05/tmp_u-9luqMJeDY-imhwpb-halsnhqrdbv8vvi.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_u-9luqMJeDY-imhwpb-halsnhqrdbv8vvi-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:50:\"tmp_u-9luqMJeDY-imhwpb-halsnhqrdbv8vvi-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(762,190,'_wp_attached_file','2018/05/tmp_vbUULTovNaM-imhwpb-ktdse3wiq72etqj.jpg'),(763,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2018/05/tmp_vbUULTovNaM-imhwpb-ktdse3wiq72etqj.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_vbUULTovNaM-imhwpb-ktdse3wiq72etqj-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:50:\"tmp_vbUULTovNaM-imhwpb-ktdse3wiq72etqj-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(764,191,'_wp_attached_file','2018/05/tmp_WuQME0I_oZA-imhwpb-32du5gslf32tpi5.jpg'),(765,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2018/05/tmp_WuQME0I_oZA-imhwpb-32du5gslf32tpi5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_WuQME0I_oZA-imhwpb-32du5gslf32tpi5-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:50:\"tmp_WuQME0I_oZA-imhwpb-32du5gslf32tpi5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(766,192,'_wp_attached_file','2018/05/tmp_K5sjajgbTFw-imhwpb-iy75mupk8hu551j.jpg'),(767,192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2018/05/tmp_K5sjajgbTFw-imhwpb-iy75mupk8hu551j.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_K5sjajgbTFw-imhwpb-iy75mupk8hu551j-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:50:\"tmp_K5sjajgbTFw-imhwpb-iy75mupk8hu551j-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;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:{}}}'),(768,193,'_wp_attached_file','2018/05/tmp_L94dWXNKwrY-imhwpb-banh6v76jgwknhh.jpg'),(769,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2018/05/tmp_L94dWXNKwrY-imhwpb-banh6v76jgwknhh.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_L94dWXNKwrY-imhwpb-banh6v76jgwknhh-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:50:\"tmp_L94dWXNKwrY-imhwpb-banh6v76jgwknhh-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(770,194,'_wp_attached_file','2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL0hOUXRBWG5RbEtBLzYwMHg0NTA_3D-imhwpb-ablx9xvvio15zbg.jpg'),(771,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:101:\"2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL0hOUXRBWG5RbEtBLzYwMHg0NTA_3D-imhwpb-ablx9xvvio15zbg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL0hOUXRBWG5RbEtBLzYwMHg0NTA_3D-imhwpb-ablx9xvvio15zbg-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:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL0hOUXRBWG5RbEtBLzYwMHg0NTA_3D-imhwpb-ablx9xvvio15zbg-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(772,195,'_wp_attached_file','2018/05/15aac840-121eaad5-archipoch120600014.jpg'),(773,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:286;s:4:\"file\";s:48:\"2018/05/15aac840-121eaad5-archipoch120600014.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"15aac840-121eaad5-archipoch120600014-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:48:\"15aac840-121eaad5-archipoch120600014-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;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:{}}}'),(774,196,'_wp_attached_file','2018/05/2a364632-bb434e93-zstockphotos120200012.jpg'),(775,196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:51:\"2018/05/2a364632-bb434e93-zstockphotos120200012.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"2a364632-bb434e93-zstockphotos120200012-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:51:\"2a364632-bb434e93-zstockphotos120200012-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(776,197,'_wp_attached_file','2018/05/c9be66da-18a43969-iriana88w140800785.jpg'),(777,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2018/05/c9be66da-18a43969-iriana88w140800785.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"c9be66da-18a43969-iriana88w140800785-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:48:\"c9be66da-18a43969-iriana88w140800785-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(778,198,'_wp_attached_file','2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1ZCczFDeXcyRDU4LzYwMHg2MDA_3D-imhwpb-kvn8geljy5ro8kv.jpg'),(779,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:101:\"2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1ZCczFDeXcyRDU4LzYwMHg2MDA_3D-imhwpb-kvn8geljy5ro8kv.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1ZCczFDeXcyRDU4LzYwMHg2MDA_3D-imhwpb-kvn8geljy5ro8kv-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:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1ZCczFDeXcyRDU4LzYwMHg2MDA_3D-imhwpb-kvn8geljy5ro8kv-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(780,199,'_wp_attached_file','2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1dMOGVQdmpONzVFLzYwMHg2MDA_3D-imhwpb-w7q2zqdkflext39.jpg'),(781,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:101:\"2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1dMOGVQdmpONzVFLzYwMHg2MDA_3D-imhwpb-w7q2zqdkflext39.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1dMOGVQdmpONzVFLzYwMHg2MDA_3D-imhwpb-w7q2zqdkflext39-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:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1dMOGVQdmpONzVFLzYwMHg2MDA_3D-imhwpb-w7q2zqdkflext39-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(782,200,'_wp_attached_file','2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19NbjRpOG5HMUswLzYwMHg0NTA_3D-imhwpb-b28rbl4nmwu3sjz.jpg'),(783,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:101:\"2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19NbjRpOG5HMUswLzYwMHg0NTA_3D-imhwpb-b28rbl4nmwu3sjz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19NbjRpOG5HMUswLzYwMHg0NTA_3D-imhwpb-b28rbl4nmwu3sjz-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:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19NbjRpOG5HMUswLzYwMHg0NTA_3D-imhwpb-b28rbl4nmwu3sjz-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(784,201,'_wp_attached_file','2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL2JqZWo4QlkxSllRLzYwMHg0NTA_3D-imhwpb-csgvgj7sie6vvcj.jpg'),(785,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:101:\"2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL2JqZWo4QlkxSllRLzYwMHg0NTA_3D-imhwpb-csgvgj7sie6vvcj.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL2JqZWo4QlkxSllRLzYwMHg0NTA_3D-imhwpb-csgvgj7sie6vvcj-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:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL2JqZWo4QlkxSllRLzYwMHg0NTA_3D-imhwpb-csgvgj7sie6vvcj-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(786,202,'_wp_attached_file','2018/05/d85de326-fd419874-breadmaker150900002.jpg'),(787,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:846;s:6:\"height\";i:566;s:4:\"file\";s:49:\"2018/05/d85de326-fd419874-breadmaker150900002.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"d85de326-fd419874-breadmaker150900002-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:49:\"d85de326-fd419874-breadmaker150900002-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"d85de326-fd419874-breadmaker150900002-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;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:{}}}'),(788,203,'_wp_attached_file','2018/05/005fe1-34b3e14d-iriana88w150600189.jpg'),(789,203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:46:\"2018/05/005fe1-34b3e14d-iriana88w150600189.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"005fe1-34b3e14d-iriana88w150600189-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:46:\"005fe1-34b3e14d-iriana88w150600189-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(790,204,'_wp_attached_file','2018/05/fd6f7f03-78c687fc-astragal130900019.jpg'),(791,204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:338;s:4:\"file\";s:47:\"2018/05/fd6f7f03-78c687fc-astragal130900019.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"fd6f7f03-78c687fc-astragal130900019-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:47:\"fd6f7f03-78c687fc-astragal130900019-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(792,205,'_wp_attached_file','2018/05/7f34e5d1-47af6177-mihalis77151000007.jpg'),(793,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:386;s:6:\"height\";i:450;s:4:\"file\";s:48:\"2018/05/7f34e5d1-47af6177-mihalis77151000007.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"7f34e5d1-47af6177-mihalis77151000007-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:48:\"7f34e5d1-47af6177-mihalis77151000007-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;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:{}}}'),(794,206,'_wp_attached_file','2018/05/6d884e89-9b1c9983-Scovad140100012.jpg'),(795,206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:799;s:6:\"height\";i:599;s:4:\"file\";s:45:\"2018/05/6d884e89-9b1c9983-Scovad140100012.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"6d884e89-9b1c9983-Scovad140100012-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:45:\"6d884e89-9b1c9983-Scovad140100012-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"6d884e89-9b1c9983-Scovad140100012-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;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:{}}}'),(796,207,'_wp_attached_file','2018/05/666749b3-f8aedfe5-alexandrmoroz150100032.jpg'),(797,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:806;s:6:\"height\";i:594;s:4:\"file\";s:52:\"2018/05/666749b3-f8aedfe5-alexandrmoroz150100032.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"666749b3-f8aedfe5-alexandrmoroz150100032-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:52:\"666749b3-f8aedfe5-alexandrmoroz150100032-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"666749b3-f8aedfe5-alexandrmoroz150100032-768x566.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:566;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:{}}}'),(798,208,'_wp_attached_file','2018/05/d61916fa-cb172dd2-iriana88w130700005.jpg'),(799,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1678;s:6:\"height\";i:1119;s:4:\"file\";s:48:\"2018/05/d61916fa-cb172dd2-iriana88w130700005.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"d61916fa-cb172dd2-iriana88w130700005-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:48:\"d61916fa-cb172dd2-iriana88w130700005-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"d61916fa-cb172dd2-iriana88w130700005-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"d61916fa-cb172dd2-iriana88w130700005-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:{}}}'),(800,209,'_wp_attached_file','2018/05/63b98bc7-5d503040-iriana88w150800613.jpg'),(801,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:364;s:4:\"file\";s:48:\"2018/05/63b98bc7-5d503040-iriana88w150800613.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"63b98bc7-5d503040-iriana88w150800613-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:48:\"63b98bc7-5d503040-iriana88w150800613-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;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:{}}}'),(802,210,'_wp_attached_file','2018/05/3087d04c-2f752214-iriana88w170100047.jpg'),(803,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2018/05/3087d04c-2f752214-iriana88w170100047.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"3087d04c-2f752214-iriana88w170100047-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:48:\"3087d04c-2f752214-iriana88w170100047-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(804,211,'_wp_attached_file','2018/05/5960e1ee-958b1b56-bialasiewicz150800915.jpg'),(805,211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:51:\"2018/05/5960e1ee-958b1b56-bialasiewicz150800915.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"5960e1ee-958b1b56-bialasiewicz150800915-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:51:\"5960e1ee-958b1b56-bialasiewicz150800915-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(806,212,'_wp_attached_file','2018/05/74c3f3a8-8b50efe7-iriana88w120700088.jpg'),(807,212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:565;s:6:\"height\";i:848;s:4:\"file\";s:48:\"2018/05/74c3f3a8-8b50efe7-iriana88w120700088.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"74c3f3a8-8b50efe7-iriana88w120700088-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:48:\"74c3f3a8-8b50efe7-iriana88w120700088-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;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:{}}}'),(808,213,'_wp_attached_file','2018/05/6e1ce050-00042e5e-iriana88w140800117.jpg'),(809,213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2018/05/6e1ce050-00042e5e-iriana88w140800117.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"6e1ce050-00042e5e-iriana88w140800117-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:48:\"6e1ce050-00042e5e-iriana88w140800117-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(810,214,'_wp_attached_file','2018/05/7f74f52e-0276bfb2-epstock150400001.jpg'),(811,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:46:\"2018/05/7f74f52e-0276bfb2-epstock150400001.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"7f74f52e-0276bfb2-epstock150400001-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:46:\"7f74f52e-0276bfb2-epstock150400001-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(812,215,'_wp_attached_file','2018/05/cfc75992-84ef04db-zstockphotos130800022.jpg'),(813,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:51:\"2018/05/cfc75992-84ef04db-zstockphotos130800022.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"cfc75992-84ef04db-zstockphotos130800022-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:51:\"cfc75992-84ef04db-zstockphotos130800022-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(814,216,'_wp_attached_file','2018/05/eb2ae01d-b8b8211a-marcogovel131200037.jpg'),(815,216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:310;s:4:\"file\";s:49:\"2018/05/eb2ae01d-b8b8211a-marcogovel131200037.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"eb2ae01d-b8b8211a-marcogovel131200037-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:49:\"eb2ae01d-b8b8211a-marcogovel131200037-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;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:{}}}'),(816,217,'_wp_attached_file','2018/05/872df904-2e11d45e-roseburn130600102.jpg'),(817,217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:747;s:6:\"height\";i:641;s:4:\"file\";s:47:\"2018/05/872df904-2e11d45e-roseburn130600102.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"872df904-2e11d45e-roseburn130600102-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:47:\"872df904-2e11d45e-roseburn130600102-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;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:{}}}'),(818,218,'_wp_attached_file','2018/05/e44fb60c-4f1e957d-gvictoria160800016.jpg'),(819,218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:847;s:6:\"height\";i:565;s:4:\"file\";s:48:\"2018/05/e44fb60c-4f1e957d-gvictoria160800016.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"e44fb60c-4f1e957d-gvictoria160800016-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:48:\"e44fb60c-4f1e957d-gvictoria160800016-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"e44fb60c-4f1e957d-gvictoria160800016-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(820,219,'_wp_attached_file','2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLzAyZjNLQzN6S1BrLzYwMHg0NTA_3D-imhwpb-kseohjmebzmdss1.jpg'),(821,219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:101:\"2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLzAyZjNLQzN6S1BrLzYwMHg0NTA_3D-imhwpb-kseohjmebzmdss1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLzAyZjNLQzN6S1BrLzYwMHg0NTA_3D-imhwpb-kseohjmebzmdss1-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:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLzAyZjNLQzN6S1BrLzYwMHg0NTA_3D-imhwpb-kseohjmebzmdss1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(822,220,'_wp_attached_file','2018/05/763ab1ef-4ce76ac5-rzihlman090800014.jpg'),(823,220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:565;s:4:\"file\";s:47:\"2018/05/763ab1ef-4ce76ac5-rzihlman090800014.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"763ab1ef-4ce76ac5-rzihlman090800014-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:47:\"763ab1ef-4ce76ac5-rzihlman090800014-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"763ab1ef-4ce76ac5-rzihlman090800014-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(824,221,'_wp_attached_file','2018/05/0319f317-87f55a68-piovesempre150200041.jpg'),(825,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1706;s:6:\"height\";i:1100;s:4:\"file\";s:50:\"2018/05/0319f317-87f55a68-piovesempre150200041.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"0319f317-87f55a68-piovesempre150200041-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:50:\"0319f317-87f55a68-piovesempre150200041-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"0319f317-87f55a68-piovesempre150200041-768x495.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"0319f317-87f55a68-piovesempre150200041-1024x660.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:660;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:{}}}'),(826,222,'_wp_attached_file','2018/05/9ad2ea53-09e70807-iriana88w150600258.jpg'),(827,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2018/05/9ad2ea53-09e70807-iriana88w150600258.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"9ad2ea53-09e70807-iriana88w150600258-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:48:\"9ad2ea53-09e70807-iriana88w150600258-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(828,223,'_wp_attached_file','2018/05/deff2a2d-9c4f238e-poligonchik151100017.jpg'),(829,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:50:\"2018/05/deff2a2d-9c4f238e-poligonchik151100017.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"deff2a2d-9c4f238e-poligonchik151100017-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:50:\"deff2a2d-9c4f238e-poligonchik151100017-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(830,224,'_wp_attached_file','2018/05/e6a0abd9-8f574895-bialasiewicz150700063.jpg'),(831,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:51:\"2018/05/e6a0abd9-8f574895-bialasiewicz150700063.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"e6a0abd9-8f574895-bialasiewicz150700063-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:51:\"e6a0abd9-8f574895-bialasiewicz150700063-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(832,225,'_wp_attached_file','2018/05/f9a91811-b7823502-breadmaker160200036.jpg'),(833,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:632;s:6:\"height\";i:758;s:4:\"file\";s:49:\"2018/05/f9a91811-b7823502-breadmaker160200036.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"f9a91811-b7823502-breadmaker160200036-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:49:\"f9a91811-b7823502-breadmaker160200036-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;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:{}}}'),(834,226,'_wp_attached_file','2018/05/7eb0c2a5-aadeeb4b-kosheen140600002.jpg'),(835,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:338;s:4:\"file\";s:46:\"2018/05/7eb0c2a5-aadeeb4b-kosheen140600002.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"7eb0c2a5-aadeeb4b-kosheen140600002-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:46:\"7eb0c2a5-aadeeb4b-kosheen140600002-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(836,227,'_wp_attached_file','2018/05/af0f3dbb-746b7f43-piovesempre150400051.jpg'),(837,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2018/05/af0f3dbb-746b7f43-piovesempre150400051.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"af0f3dbb-746b7f43-piovesempre150400051-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:50:\"af0f3dbb-746b7f43-piovesempre150400051-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(838,228,'_wp_attached_file','2018/05/5b512ecb-73da95b7-ligonography090100010.jpg'),(839,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:299;s:4:\"file\";s:51:\"2018/05/5b512ecb-73da95b7-ligonography090100010.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"5b512ecb-73da95b7-ligonography090100010-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:51:\"5b512ecb-73da95b7-ligonography090100010-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;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:{}}}'),(840,229,'_wp_attached_file','2018/05/8f38c907-34b69a73-2mmedia150200981.jpg'),(841,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:338;s:4:\"file\";s:46:\"2018/05/8f38c907-34b69a73-2mmedia150200981.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"8f38c907-34b69a73-2mmedia150200981-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:46:\"8f38c907-34b69a73-2mmedia150200981-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(842,230,'_wp_attached_file','2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL05zcmdBeUVwVEhRLzQ1MHg2MDA_3D-imhwpb-624eetygobomcyf.jpg'),(843,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:600;s:4:\"file\";s:101:\"2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL05zcmdBeUVwVEhRLzQ1MHg2MDA_3D-imhwpb-624eetygobomcyf.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL05zcmdBeUVwVEhRLzQ1MHg2MDA_3D-imhwpb-624eetygobomcyf-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:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL05zcmdBeUVwVEhRLzQ1MHg2MDA_3D-imhwpb-624eetygobomcyf-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;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:{}}}'),(844,231,'_wp_attached_file','2018/05/2b65513c-5dc69e-numismarty150100024.jpg'),(845,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:799;s:6:\"height\";i:599;s:4:\"file\";s:47:\"2018/05/2b65513c-5dc69e-numismarty150100024.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"2b65513c-5dc69e-numismarty150100024-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:47:\"2b65513c-5dc69e-numismarty150100024-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"2b65513c-5dc69e-numismarty150100024-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;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:{}}}'),(846,232,'_wp_attached_file','2018/05/be13391e-ea8e44d1-jzhuk141200003.jpg'),(847,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:799;s:6:\"height\";i:599;s:4:\"file\";s:44:\"2018/05/be13391e-ea8e44d1-jzhuk141200003.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"be13391e-ea8e44d1-jzhuk141200003-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:44:\"be13391e-ea8e44d1-jzhuk141200003-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"be13391e-ea8e44d1-jzhuk141200003-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;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:{}}}'),(848,233,'_wp_attached_file','2018/05/23e03e9f-2ecb2328-lmphot170800027.jpg'),(849,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:565;s:4:\"file\";s:45:\"2018/05/23e03e9f-2ecb2328-lmphot170800027.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"23e03e9f-2ecb2328-lmphot170800027-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:45:\"23e03e9f-2ecb2328-lmphot170800027-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"23e03e9f-2ecb2328-lmphot170800027-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(850,234,'_wp_attached_file','2018/05/25d366ea-afd33914-bialasiewicz160100732.jpg'),(851,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:565;s:4:\"file\";s:51:\"2018/05/25d366ea-afd33914-bialasiewicz160100732.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"25d366ea-afd33914-bialasiewicz160100732-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:51:\"25d366ea-afd33914-bialasiewicz160100732-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"25d366ea-afd33914-bialasiewicz160100732-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(852,235,'_wp_attached_file','2018/05/c6227983-59c95633-piovesempre150100020.jpg'),(853,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:295;s:4:\"file\";s:50:\"2018/05/c6227983-59c95633-piovesempre150100020.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"c6227983-59c95633-piovesempre150100020-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:50:\"c6227983-59c95633-piovesempre150100020-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;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:{}}}'),(854,236,'_wp_attached_file','2018/05/6dffe540-0272e34b-bialasiewicz150902010.jpg'),(855,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:51:\"2018/05/6dffe540-0272e34b-bialasiewicz150902010.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"6dffe540-0272e34b-bialasiewicz150902010-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:51:\"6dffe540-0272e34b-bialasiewicz150902010-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(856,237,'_wp_attached_file','2018/05/9c7acf7e-f564dade-piovesempre131100868.jpg'),(857,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:297;s:4:\"file\";s:50:\"2018/05/9c7acf7e-f564dade-piovesempre131100868.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"9c7acf7e-f564dade-piovesempre131100868-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:50:\"9c7acf7e-f564dade-piovesempre131100868-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(858,238,'_wp_attached_file','2018/05/fc381d70-1b71f8df-aaphotograph140800017.jpg'),(859,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:333;s:4:\"file\";s:51:\"2018/05/fc381d70-1b71f8df-aaphotograph140800017.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"fc381d70-1b71f8df-aaphotograph140800017-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:51:\"fc381d70-1b71f8df-aaphotograph140800017-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;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:{}}}'),(860,239,'_wp_attached_file','2018/05/3df224d7-76aff1ad-bialasiewicz150601842.jpg'),(861,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:51:\"2018/05/3df224d7-76aff1ad-bialasiewicz150601842.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"3df224d7-76aff1ad-bialasiewicz150601842-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:51:\"3df224d7-76aff1ad-bialasiewicz150601842-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(862,240,'_wp_attached_file','2018/05/791a6b-c6628fd3-archidea101200001.jpg'),(863,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:345;s:4:\"file\";s:45:\"2018/05/791a6b-c6628fd3-archidea101200001.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"791a6b-c6628fd3-archidea101200001-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:45:\"791a6b-c6628fd3-archidea101200001-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;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:{}}}'),(864,241,'_wp_attached_file','2018/05/e422d0a3-bbaccf45-archidea100600003.jpg'),(865,241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:342;s:4:\"file\";s:47:\"2018/05/e422d0a3-bbaccf45-archidea100600003.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"e422d0a3-bbaccf45-archidea100600003-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:47:\"e422d0a3-bbaccf45-archidea100600003-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;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:{}}}'),(866,242,'_wp_attached_file','2018/05/47a2aec4-eec111f0-wuttichok111200263.jpg'),(867,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:351;s:4:\"file\";s:48:\"2018/05/47a2aec4-eec111f0-wuttichok111200263.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"47a2aec4-eec111f0-wuttichok111200263-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:48:\"47a2aec4-eec111f0-wuttichok111200263-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;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:{}}}'),(868,243,'_wp_attached_file','2018/05/80815c60-2e670cb9-hamsterman120800060.jpg'),(869,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:296;s:4:\"file\";s:49:\"2018/05/80815c60-2e670cb9-hamsterman120800060.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"80815c60-2e670cb9-hamsterman120800060-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:49:\"80815c60-2e670cb9-hamsterman120800060-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;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:{}}}'),(870,244,'_wp_attached_file','2018/05/32043971-83308ba-bialasiewicz131100619.jpg'),(871,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2018/05/32043971-83308ba-bialasiewicz131100619.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"32043971-83308ba-bialasiewicz131100619-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:50:\"32043971-83308ba-bialasiewicz131100619-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(872,245,'_wp_attached_file','2018/05/303491b0-30869ba4-piovesempre140900141.jpg'),(873,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2018/05/303491b0-30869ba4-piovesempre140900141.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"303491b0-30869ba4-piovesempre140900141-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:50:\"303491b0-30869ba4-piovesempre140900141-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(874,246,'_wp_attached_file','2018/05/237aad09-a02ec1e6-jrstock160600533.jpg'),(875,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:46:\"2018/05/237aad09-a02ec1e6-jrstock160600533.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"237aad09-a02ec1e6-jrstock160600533-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:46:\"237aad09-a02ec1e6-jrstock160600533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(876,247,'_wp_attached_file','2018/05/027cb192-790d743f-habrda131100767.jpg'),(877,247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:268;s:4:\"file\";s:45:\"2018/05/027cb192-790d743f-habrda131100767.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"027cb192-790d743f-habrda131100767-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:45:\"027cb192-790d743f-habrda131100767-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;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:{}}}'),(878,248,'_wp_attached_file','2018/05/8cbcfd1a-a7590a27-epstock120600023.jpg'),(879,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:46:\"2018/05/8cbcfd1a-a7590a27-epstock120600023.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"8cbcfd1a-a7590a27-epstock120600023-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:46:\"8cbcfd1a-a7590a27-epstock120600023-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(880,249,'_wp_attached_file','2018/05/d515389e-437bfd10-antclausen080100017.jpg'),(881,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:301;s:4:\"file\";s:49:\"2018/05/d515389e-437bfd10-antclausen080100017.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"d515389e-437bfd10-antclausen080100017-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:49:\"d515389e-437bfd10-antclausen080100017-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;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:{}}}'),(882,250,'_wp_attached_file','2018/05/e4ae9a53-0a391a53-tammykayphoto160200094.jpg'),(883,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:299;s:4:\"file\";s:52:\"2018/05/e4ae9a53-0a391a53-tammykayphoto160200094.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"e4ae9a53-0a391a53-tammykayphoto160200094-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:52:\"e4ae9a53-0a391a53-tammykayphoto160200094-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;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:{}}}'),(884,251,'_wp_attached_file','2018/05/affeb13a-71d74609-piovesempre130700097.jpg'),(885,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:283;s:4:\"file\";s:50:\"2018/05/affeb13a-71d74609-piovesempre130700097.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"affeb13a-71d74609-piovesempre130700097-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:50:\"affeb13a-71d74609-piovesempre130700097-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;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:{}}}'),(886,252,'_wp_attached_file','2018/05/aa42ef26-30f9de56-piovesempre120500082.jpg'),(887,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:450;s:4:\"file\";s:50:\"2018/05/aa42ef26-30f9de56-piovesempre120500082.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"aa42ef26-30f9de56-piovesempre120500082-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:50:\"aa42ef26-30f9de56-piovesempre120500082-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;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:{}}}'),(888,253,'_wp_attached_file','2018/05/bjej8BY1JYQ-imhwpb-x7tcxe9wnsq58r2.jpg'),(889,253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:450;s:4:\"file\";s:46:\"2018/05/bjej8BY1JYQ-imhwpb-x7tcxe9wnsq58r2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"bjej8BY1JYQ-imhwpb-x7tcxe9wnsq58r2-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:46:\"bjej8BY1JYQ-imhwpb-x7tcxe9wnsq58r2-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"bjej8BY1JYQ-imhwpb-x7tcxe9wnsq58r2-768x303.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"bjej8BY1JYQ-imhwpb-x7tcxe9wnsq58r2-1024x404.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:404;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:{}}}'),(890,254,'_wp_attached_file','2018/05/0e901f69-50741081-oakmanphoto170600001.jpg'),(891,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:253;s:4:\"file\";s:50:\"2018/05/0e901f69-50741081-oakmanphoto170600001.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"0e901f69-50741081-oakmanphoto170600001-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:50:\"0e901f69-50741081-oakmanphoto170600001-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;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:{}}}'),(892,255,'_wp_attached_file','2018/05/2090a7e5-ae9e749b-2mmedia160600018.jpg'),(893,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:338;s:4:\"file\";s:46:\"2018/05/2090a7e5-ae9e749b-2mmedia160600018.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"2090a7e5-ae9e749b-2mmedia160600018-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:46:\"2090a7e5-ae9e749b-2mmedia160600018-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(894,256,'_wp_attached_file','2018/05/01017fe1-a252c83-epstock130300055.jpg'),(895,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:45:\"2018/05/01017fe1-a252c83-epstock130300055.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"01017fe1-a252c83-epstock130300055-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:45:\"01017fe1-a252c83-epstock130300055-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(896,257,'_wp_attached_file','2018/05/7a726062-1c468222-iriana88w140400311.jpg'),(897,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2018/05/7a726062-1c468222-iriana88w140400311.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"7a726062-1c468222-iriana88w140400311-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:48:\"7a726062-1c468222-iriana88w140400311-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(898,258,'_wp_attached_file','2018/05/74451549-ca4d0ea1-iriana88w120700157.jpg'),(899,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2018/05/74451549-ca4d0ea1-iriana88w120700157.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"74451549-ca4d0ea1-iriana88w120700157-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:48:\"74451549-ca4d0ea1-iriana88w120700157-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(900,259,'_wp_attached_file','2018/05/522051d1-d6facd23-chr1090100017.jpg'),(901,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:299;s:4:\"file\";s:43:\"2018/05/522051d1-d6facd23-chr1090100017.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"522051d1-d6facd23-chr1090100017-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:43:\"522051d1-d6facd23-chr1090100017-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;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:{}}}'),(902,260,'_wp_attached_file','2018/05/09810de2-c7945048-sergey02120700013.jpg'),(903,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:47:\"2018/05/09810de2-c7945048-sergey02120700013.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"09810de2-c7945048-sergey02120700013-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:47:\"09810de2-c7945048-sergey02120700013-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(904,261,'_wp_attached_file','2018/05/444839c4-e02d9f04-Prometeus141000196.jpg'),(905,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:304;s:4:\"file\";s:48:\"2018/05/444839c4-e02d9f04-Prometeus141000196.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"444839c4-e02d9f04-Prometeus141000196-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:48:\"444839c4-e02d9f04-Prometeus141000196-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;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:{}}}'),(906,262,'_wp_attached_file','2018/05/8bb77c42-e27c2767-kiuikson130600020-1.jpg'),(907,262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:265;s:4:\"file\";s:49:\"2018/05/8bb77c42-e27c2767-kiuikson130600020-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"8bb77c42-e27c2767-kiuikson130600020-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"8bb77c42-e27c2767-kiuikson130600020-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;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:{}}}'),(908,263,'_wp_attached_file','2018/05/17eb3fa0-fd8453da-michaeljung140800027-1.jpg'),(909,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:52:\"2018/05/17eb3fa0-fd8453da-michaeljung140800027-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"17eb3fa0-fd8453da-michaeljung140800027-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"17eb3fa0-fd8453da-michaeljung140800027-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(910,264,'_wp_attached_file','2018/05/cef0ebe0-969fea9d-olegdudko151101472.jpg'),(911,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2018/05/cef0ebe0-969fea9d-olegdudko151101472.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"cef0ebe0-969fea9d-olegdudko151101472-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:48:\"cef0ebe0-969fea9d-olegdudko151101472-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(912,265,'_wp_attached_file','2018/05/2a165121-8f7fc69f-piovesempre151200151.jpg'),(913,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1678;s:6:\"height\";i:1119;s:4:\"file\";s:50:\"2018/05/2a165121-8f7fc69f-piovesempre151200151.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"2a165121-8f7fc69f-piovesempre151200151-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:50:\"2a165121-8f7fc69f-piovesempre151200151-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"2a165121-8f7fc69f-piovesempre151200151-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"2a165121-8f7fc69f-piovesempre151200151-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:{}}}'),(914,266,'_wp_attached_file','2018/05/76ae60e-afeeaf4e-akaciyant100600023.jpg'),(915,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:338;s:4:\"file\";s:47:\"2018/05/76ae60e-afeeaf4e-akaciyant100600023.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"76ae60e-afeeaf4e-akaciyant100600023-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:47:\"76ae60e-afeeaf4e-akaciyant100600023-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(916,267,'_wp_attached_file','2018/05/a429a882-85a5a9f7-rodho080400001.jpg'),(917,267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:299;s:4:\"file\";s:44:\"2018/05/a429a882-85a5a9f7-rodho080400001.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"a429a882-85a5a9f7-rodho080400001-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:44:\"a429a882-85a5a9f7-rodho080400001-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;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:{}}}'),(918,268,'_wp_attached_file','2018/05/6dde12a9-09e5091d-iriana88w120300013.jpg'),(919,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:332;s:4:\"file\";s:48:\"2018/05/6dde12a9-09e5091d-iriana88w120300013.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"6dde12a9-09e5091d-iriana88w120300013-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:48:\"6dde12a9-09e5091d-iriana88w120300013-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;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:{}}}'),(920,269,'_wp_attached_file','2018/05/0b069ae5-b919430e-razvanphoto081100055.jpg'),(921,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:311;s:4:\"file\";s:50:\"2018/05/0b069ae5-b919430e-razvanphoto081100055.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"0b069ae5-b919430e-razvanphoto081100055-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:50:\"0b069ae5-b919430e-razvanphoto081100055-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;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:{}}}'),(922,270,'_wp_attached_file','2018/05/e9265c0c-e76ce3b7-wolfcub29160600085.jpg'),(923,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2018/05/e9265c0c-e76ce3b7-wolfcub29160600085.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"e9265c0c-e76ce3b7-wolfcub29160600085-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:48:\"e9265c0c-e76ce3b7-wolfcub29160600085-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(924,271,'_wp_attached_file','2018/05/77197ecf-e3948b9e-maglara151000024.jpg'),(925,271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:46:\"2018/05/77197ecf-e3948b9e-maglara151000024.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"77197ecf-e3948b9e-maglara151000024-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:46:\"77197ecf-e3948b9e-maglara151000024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(926,272,'_wp_attached_file','2018/05/49ecea46-e86198ca-leungchopan120800143.jpg'),(927,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:338;s:4:\"file\";s:50:\"2018/05/49ecea46-e86198ca-leungchopan120800143.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"49ecea46-e86198ca-leungchopan120800143-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:50:\"49ecea46-e86198ca-leungchopan120800143-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(928,287,'_wp_attached_file','2018/05/monument-home-repair-imhwpb-pc3ceh4ocd7sc53.jpg'),(929,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:55:\"2018/05/monument-home-repair-imhwpb-pc3ceh4ocd7sc53.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"monument-home-repair-imhwpb-pc3ceh4ocd7sc53-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:55:\"monument-home-repair-imhwpb-pc3ceh4ocd7sc53-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"monument-home-repair-imhwpb-pc3ceh4ocd7sc53-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"monument-home-repair-imhwpb-pc3ceh4ocd7sc53-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:{}}}'),(1159,150,'bgseo_description','Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection, appraisal and consultation services.'),(931,290,'_menu_item_type','custom'),(932,290,'_menu_item_menu_item_parent','0'),(933,290,'_menu_item_object_id','290'),(934,290,'_menu_item_object','custom'),(935,290,'_menu_item_target','_blank'),(936,290,'_menu_item_classes','a:1:{i:0;s:8:\"facebook\";}'),(937,290,'_menu_item_xfn',''),(938,290,'_menu_item_url','//facebook.com'),(939,291,'_menu_item_type','custom'),(940,291,'_menu_item_menu_item_parent','0'),(941,291,'_menu_item_object_id','291'),(942,291,'_menu_item_object','custom'),(943,291,'_menu_item_target','_blank'),(944,291,'_menu_item_classes','a:1:{i:0;s:7:\"twitter\";}'),(945,291,'_menu_item_xfn',''),(946,291,'_menu_item_url','//twitter.com'),(947,292,'_menu_item_type','custom'),(948,292,'_menu_item_menu_item_parent','0'),(949,292,'_menu_item_object_id','292'),(950,292,'_menu_item_object','custom'),(951,292,'_menu_item_target','_blank'),(952,292,'_menu_item_classes','a:1:{i:0;s:6:\"google\";}'),(953,292,'_menu_item_xfn',''),(954,292,'_menu_item_url','//plus.google.com'),(955,293,'_menu_item_type','custom'),(956,293,'_menu_item_menu_item_parent','0'),(957,293,'_menu_item_object_id','293'),(958,293,'_menu_item_object','custom'),(959,293,'_menu_item_target','_blank'),(960,293,'_menu_item_classes','a:1:{i:0;s:8:\"linkedin\";}'),(961,293,'_menu_item_xfn',''),(962,293,'_menu_item_url','//linkedin.com'),(963,294,'_menu_item_type','custom'),(964,294,'_menu_item_menu_item_parent','0'),(965,294,'_menu_item_object_id','294'),(966,294,'_menu_item_object','custom'),(967,294,'_menu_item_target','_blank'),(968,294,'_menu_item_classes','a:1:{i:0;s:7:\"youtube\";}'),(969,294,'_menu_item_xfn',''),(970,294,'_menu_item_url','//youtube.com'),(971,172,'_wp_trash_meta_status','publish'),(972,172,'_wp_trash_meta_time','1527003713'),(973,172,'_wp_desired_post_slug','172'),(974,171,'_wp_trash_meta_status','staging'),(975,171,'_wp_trash_meta_time','1527003713'),(976,171,'_wp_desired_post_slug','faq-2-staging'),(977,178,'_wp_trash_meta_status','publish'),(978,178,'_wp_trash_meta_time','1527003721'),(979,178,'_wp_desired_post_slug','178'),(980,177,'_wp_trash_meta_status','staging'),(981,177,'_wp_trash_meta_time','1527003722'),(982,177,'_wp_desired_post_slug','services-2-staging'),(983,182,'_wp_trash_meta_status','publish'),(984,182,'_wp_trash_meta_time','1527003728'),(985,182,'_wp_desired_post_slug','182'),(986,181,'_wp_trash_meta_status','staging'),(987,181,'_wp_trash_meta_time','1527003729'),(988,181,'_wp_desired_post_slug','tour-2-staging'),(989,166,'_wp_trash_meta_status','publish'),(990,166,'_wp_trash_meta_time','1527003737'),(991,166,'_wp_desired_post_slug','166'),(992,165,'_wp_trash_meta_status','staging'),(993,165,'_wp_trash_meta_time','1527003737'),(994,165,'_wp_desired_post_slug','featured-2-staging'),(995,158,'_wp_trash_meta_status','publish'),(996,158,'_wp_trash_meta_time','1527003753'),(997,158,'_wp_desired_post_slug','158'),(998,157,'_wp_trash_meta_status','staging'),(999,157,'_wp_trash_meta_time','1527003753'),(1000,157,'_wp_desired_post_slug','about-us-2-staging'),(1001,159,'_edit_lock','1527003709:1'),(1002,175,'_edit_lock','1527273032:1'),(1003,175,'_edit_last','1'),(1004,175,'boldgrid_hide_page_title','1'),(1158,150,'bgseo_title','Antique Auto Inspections and Appraisals | Pittsburgh Vehicle PPI'),(1157,757,'_wp_page_template','default'),(1009,169,'_edit_lock','1527003781:1'),(1010,170,'_wp_trash_meta_status','publish'),(1011,170,'_wp_trash_meta_time','1527003931'),(1012,170,'_wp_desired_post_slug','170'),(1013,169,'_wp_trash_meta_status','staging'),(1014,169,'_wp_trash_meta_time','1527003932'),(1015,169,'_wp_desired_post_slug','listings-2-staging'),(1016,173,'_edit_lock','1527272945:1'),(1017,173,'_edit_last','1'),(1018,173,'boldgrid_hide_page_title','1'),(1019,164,'_wp_trash_meta_status','publish'),(1020,164,'_wp_trash_meta_time','1527004042'),(1021,164,'_wp_desired_post_slug','164'),(1022,163,'_wp_trash_meta_status','staging'),(1023,163,'_wp_trash_meta_time','1527004042'),(1024,163,'_wp_desired_post_slug','info-staging'),(1025,160,'_wp_trash_meta_status','publish'),(1026,160,'_wp_trash_meta_time','1527004047'),(1027,160,'_wp_desired_post_slug','160'),(1028,159,'_wp_trash_meta_status','staging'),(1029,159,'_wp_trash_meta_time','1527004047'),(1030,159,'_wp_desired_post_slug','featured-staging'),(1031,302,'_wp_trash_meta_status','publish'),(1032,302,'_wp_trash_meta_time','1527004110'),(1033,303,'_wp_trash_meta_status','publish'),(1034,303,'_wp_trash_meta_time','1527004181'),(1035,304,'_wp_trash_meta_status','publish'),(1036,304,'_wp_trash_meta_time','1527004209'),(1037,305,'_wp_attached_file','2018/05/pittsburgh-vehicle-ppi-logo-1.jpg'),(1038,305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:324;s:4:\"file\";s:41:\"2018/05/pittsburgh-vehicle-ppi-logo-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"pittsburgh-vehicle-ppi-logo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"pittsburgh-vehicle-ppi-logo-1-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1119,390,'_wp_attached_file','2018/05/fossil-cars-logo.jpg'),(1120,390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:66;s:6:\"height\";i:66;s:4:\"file\";s:28:\"2018/05/fossil-cars-logo.jpg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1041,150,'_edit_lock','1527268782:1'),(1121,391,'_wp_attached_file','2018/05/blackstone-labs-logo.jpg'),(1122,391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:66;s:6:\"height\";i:66;s:4:\"file\";s:32:\"2018/05/blackstone-labs-logo.jpg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1123,392,'_wp_attached_file','2018/05/pa-trooper-logo.jpg'),(1124,392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:66;s:6:\"height\";i:66;s:4:\"file\";s:27:\"2018/05/pa-trooper-logo.jpg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1044,308,'_wp_trash_meta_status','publish'),(1045,308,'_wp_trash_meta_time','1527004360'),(1115,388,'_wp_attached_file','2018/05/sunday-transport.jpg'),(1116,388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:66;s:6:\"height\";i:66;s:4:\"file\";s:28:\"2018/05/sunday-transport.jpg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1117,389,'_wp_attached_file','2018/05/old-ride-logo.jpg'),(1118,389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:66;s:6:\"height\";i:66;s:4:\"file\";s:25:\"2018/05/old-ride-logo.jpg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1048,150,'_edit_last','1'),(1049,150,'boldgrid_hide_page_title','0'),(1050,319,'_wp_trash_meta_status','publish'),(1051,319,'_wp_trash_meta_time','1527006504'),(1052,320,'_wp_trash_meta_status','publish'),(1053,320,'_wp_trash_meta_time','1527006839'),(1054,321,'_wp_trash_meta_status','publish'),(1055,321,'_wp_trash_meta_time','1527007131'),(1056,183,'_edit_lock','1527273167:1'),(1057,183,'_edit_last','1'),(1058,183,'boldgrid_hide_page_title','1'),(1059,324,'_wp_trash_meta_status','publish'),(1060,324,'_wp_trash_meta_time','1527011381'),(1061,155,'_edit_lock','1527274891:1'),(1062,155,'_edit_last','1'),(1063,155,'boldgrid_hide_page_title','1'),(1064,167,'_edit_lock','1527272525:1'),(1065,167,'_edit_last','1'),(1066,167,'boldgrid_hide_page_title','1'),(1127,394,'_wp_attached_file','2018/05/penndot_logo.jpg'),(1128,394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:66;s:6:\"height\";i:64;s:4:\"file\";s:24:\"2018/05/penndot_logo.jpg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1129,400,'_wp_trash_meta_status','publish'),(1130,400,'_wp_trash_meta_time','1527114235'),(1131,401,'_wp_trash_meta_status','publish'),(1132,401,'_wp_trash_meta_time','1527114280'),(1125,393,'_wp_attached_file','2018/05/nhtsa-logo.jpg'),(1126,393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:66;s:6:\"height\";i:66;s:4:\"file\";s:22:\"2018/05/nhtsa-logo.jpg\";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:10:\"NHTSA_Logo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1071,345,'_wp_trash_meta_status','publish'),(1072,345,'_wp_trash_meta_time','1527075989'),(1073,346,'_wp_trash_meta_status','publish'),(1074,346,'_wp_trash_meta_time','1527076171'),(1075,348,'_wp_attached_file','2018/05/pvppi-at-pvgp.jpg'),(1076,348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2018/05/pvppi-at-pvgp.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"pvppi-at-pvgp-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:24:\"pvppi-at-pvgp-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"pvppi-at-pvgp-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"pvppi-at-pvgp-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"COOLPIX L4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1342369073\";s:9:\"copyright\";s:14:\"Copyright 2006\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:16:\"0.00259403372244\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1077,161,'_edit_lock','1527272707:1'),(1078,161,'_edit_last','1'),(1079,161,'boldgrid_hide_page_title','1'),(1080,354,'_wp_trash_meta_status','publish'),(1081,354,'_wp_trash_meta_time','1527079081'),(1082,179,'_edit_lock','1527272834:1'),(1083,179,'_edit_last','1'),(1084,179,'boldgrid_hide_page_title','1'),(1085,363,'_wp_attached_file','2018/05/starlite-car-cruise.jpg'),(1086,363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:647;s:6:\"height\";i:224;s:4:\"file\";s:31:\"2018/05/starlite-car-cruise.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"starlite-car-cruise-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"starlite-car-cruise-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1087,364,'_wp_attached_file','2018/05/avalon-apple-blossom-festival.jpg'),(1088,364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:647;s:6:\"height\";i:224;s:4:\"file\";s:41:\"2018/05/avalon-apple-blossom-festival.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"avalon-apple-blossom-festival-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:41:\"avalon-apple-blossom-festival-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SGH-T999L\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1526130328\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:16:\"0.00138121546961\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1089,365,'_wp_attached_file','2018/05/cruise-a-palooza.jpg'),(1090,365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:647;s:6:\"height\";i:224;s:4:\"file\";s:28:\"2018/05/cruise-a-palooza.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cruise-a-palooza-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cruise-a-palooza-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1091,367,'_wp_attached_file','2018/05/pittsburgh-vintage-grand-prix.jpg'),(1092,367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:647;s:6:\"height\";i:224;s:4:\"file\";s:41:\"2018/05/pittsburgh-vintage-grand-prix.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"pittsburgh-vintage-grand-prix-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:41:\"pittsburgh-vintage-grand-prix-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1093,368,'_wp_attached_file','2018/05/beaver-hot-summer-nights.jpg'),(1094,368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:647;s:6:\"height\";i:224;s:4:\"file\";s:36:\"2018/05/beaver-hot-summer-nights.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"beaver-hot-summer-nights-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:36:\"beaver-hot-summer-nights-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"8.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:40:\"SAMSUNG PL50 / VLUU PL50 / SAMSUNG SL202\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1281169909\";s:9:\"copyright\";s:15:\"COPYRIGHT, 2009\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1095,369,'_wp_attached_file','2018/05/penn-twp-festival.jpg'),(1096,369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:647;s:6:\"height\";i:224;s:4:\"file\";s:29:\"2018/05/penn-twp-festival.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"penn-twp-festival-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:29:\"penn-twp-festival-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1097,370,'_wp_attached_file','2018/05/franklin-apple-festival.jpg'),(1098,370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:647;s:6:\"height\";i:224;s:4:\"file\";s:35:\"2018/05/franklin-apple-festival.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"franklin-apple-festival-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:35:\"franklin-apple-festival-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 10D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1223208277\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"95\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.00555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1099,372,'_wp_trash_meta_status','publish'),(1100,372,'_wp_trash_meta_time','1527085145'),(1101,373,'_wp_trash_meta_status','publish'),(1102,373,'_wp_trash_meta_time','1527085290'),(1149,434,'_wp_attached_file','2018/05/faq.jpg'),(1150,434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:647;s:6:\"height\";i:112;s:4:\"file\";s:15:\"2018/05/faq.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"faq-150x112.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"faq-300x52.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:52;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1145,430,'_wp_attached_file','2018/05/service-area.jpg'),(1146,430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:647;s:6:\"height\";i:112;s:4:\"file\";s:24:\"2018/05/service-area.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"service-area-150x112.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"service-area-300x52.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:52;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1105,379,'_wp_attached_file','2018/05/pvgp-logo.jpg'),(1106,379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:66;s:6:\"height\";i:66;s:4:\"file\";s:21:\"2018/05/pvgp-logo.jpg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1107,380,'_wp_attached_file','2018/05/pitt-race-logo.jpg'),(1108,380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:66;s:6:\"height\";i:66;s:4:\"file\";s:26:\"2018/05/pitt-race-logo.jpg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1109,382,'_wp_attached_file','2018/05/owner-2.jpg'),(1110,382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2018/05/owner-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"owner-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:40:\"SAMSUNG PL50 / VLUU PL50 / SAMSUNG SL202\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1344757545\";s:9:\"copyright\";s:15:\"COPYRIGHT, 2009\";s:12:\"focal_length\";s:4:\"18.6\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.00133333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1111,386,'_wp_attached_file','2018/05/hemmings-logo.jpg'),(1112,386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:66;s:6:\"height\";i:66;s:4:\"file\";s:25:\"2018/05/hemmings-logo.jpg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1113,387,'_wp_attached_file','2018/05/CCMR-logo.jpg'),(1114,387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:66;s:6:\"height\";i:66;s:4:\"file\";s:21:\"2018/05/CCMR-logo.jpg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1153,439,'_wp_attached_file','2018/05/9cross.jpg'),(1147,432,'_wp_attached_file','2018/05/volvo-1800e.jpg'),(1148,432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:647;s:6:\"height\";i:349;s:4:\"file\";s:23:\"2018/05/volvo-1800e.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"volvo-1800e-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:23:\"volvo-1800e-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"C180,D435\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:12:\"-62169984000\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.1\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1162,150,'bgseo_custom_keyword','mobile auto inspections and appraisals'),(1163,309,'_customize_restore_dismissed','1'),(1164,295,'_customize_restore_dismissed','1'),(1165,148,'_customize_restore_dismissed','1'),(1166,146,'_customize_restore_dismissed','1'),(1167,145,'_customize_restore_dismissed','1'),(1168,122,'_customize_restore_dismissed','1'),(1169,1165,'_wp_trash_meta_status','publish'),(1170,1165,'_wp_trash_meta_time','1527258268'),(1172,1165,'is_staging','1'),(1173,1166,'_wp_trash_meta_status','publish'),(1174,1166,'_wp_trash_meta_time','1527258303'),(1176,1166,'is_staging','1'),(1177,155,'bgseo_title','Preferred Independent Appraiser | About Us | Pittsburgh Vehicle PPI'),(1178,155,'bgseo_description','The preferred choice for independent third party auto inspections and appraisals in Western PA and Eastern Ohio.'),(1179,155,'bgseo_robots_index','index'),(1180,155,'bgseo_robots_follow','follow'),(1181,155,'bgseo_custom_keyword','experienced appraiser'),(1182,167,'bgseo_title','Auto Appraisals and Inspections | Services | Pittsburgh Vehicle PPI'),(1183,167,'bgseo_description','Offering mobile inspections, appraisals, consultations, and locator services on antique, classic and specialty vehicles.'),(1184,167,'bgseo_robots_index','index'),(1185,167,'bgseo_robots_follow','follow'),(1186,167,'bgseo_custom_keyword','automobile appraisals and inspections'),(1187,161,'bgseo_title','Questions About Services | FAQ | Pittsburgh Vehicle PPI'),(1188,161,'bgseo_description','Most popular questions often asked about our pre-purchase inspections and other automobile services.'),(1189,161,'bgseo_robots_index','index'),(1190,161,'bgseo_robots_follow','follow'),(1191,161,'bgseo_custom_keyword','frequently asked questions'),(1192,179,'bgseo_title','Feedback and Experiences | Testimonials | Pittsburgh Vehicle PPI'),(1193,179,'bgseo_description','Feedback and experiences from our customers about our mobile inspection and appraisal services.'),(1194,179,'bgseo_robots_index','index'),(1195,179,'bgseo_robots_follow','follow'),(1196,179,'bgseo_custom_keyword','customer feedback'),(1197,173,'bgseo_title','Local Car Events | Community | Pittsburgh Vehicle PPI'),(1198,173,'bgseo_description','Proud supporter of the Pittsburgh Vintage Grand Prix and other car shows and cruises in Western Pennsylvania.'),(1199,173,'bgseo_robots_index','index'),(1200,173,'bgseo_robots_follow','follow'),(1201,173,'bgseo_custom_keyword','cars cruises in western pa'),(1202,175,'bgseo_title','Antique and Classic Car Resources | Links | Pittsburgh Vehicle PPI'),(1203,175,'bgseo_description','Links to price guides, research, shipping, safety and other resources for antique, classic, and specialty vehicles.'),(1204,175,'bgseo_robots_index','index'),(1205,175,'bgseo_robots_follow','follow'),(1206,175,'bgseo_custom_keyword','classic car resources'),(1207,183,'bgseo_title','Phone or Email  | Contact Us | Pittsburgh Vehicle PPI'),(1208,183,'bgseo_description','Please contact us via phone or email to schedule an inspection or with any questions you might have about our services.'),(1209,183,'bgseo_robots_index','index'),(1210,183,'bgseo_robots_follow','follow'),(1211,183,'bgseo_custom_keyword','contact information'),(1212,152,'_pingme','1'),(1213,152,'_encloseme','1'),(1214,153,'_pingme','1'),(1215,153,'_encloseme','1'),(1216,154,'_pingme','1'),(1217,154,'_encloseme','1'),(1218,10184,'_wp_page_template','default');
/*!40000 ALTER TABLE `wp6x_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_posts`
--

DROP TABLE IF EXISTS `wp6x_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=10489 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_posts`
--

LOCK TABLES `wp6x_posts` WRITE;
/*!40000 ALTER TABLE `wp6x_posts` DISABLE KEYS */;
INSERT INTO `wp6x_posts` VALUES (49,1,'2016-12-15 17:17:26','2016-12-15 17:17:26','','','','inherit','open','closed','','49','','','2016-12-15 17:17:26','2016-12-15 17:17:26','',43,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_76418584_ZT0kome1FsQsD2jJ9zfGKthaE5guR98q-200x200.jpg',0,'attachment','image/jpeg',0),(50,1,'2016-12-15 17:17:26','2016-12-15 17:17:26','','','','inherit','open','closed','','50','','','2016-12-15 17:17:26','2016-12-15 17:17:26','',43,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_67650980_Vp7MPDx1NyHmS8qeepCbwWXQKO5ihUL3-200x200.jpg',0,'attachment','image/jpeg',0),(51,1,'2016-12-15 17:17:26','2016-12-15 17:17:26','','','','inherit','open','closed','','51','','','2016-12-15 17:17:26','2016-12-15 17:17:26','',43,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_47639240_rnA7txq5eJDWVeAXf8xC0C7P7YthfpYN-200x200.jpg',0,'attachment','image/jpeg',0),(52,1,'2016-12-15 17:17:26','2016-12-15 17:17:26','','','','inherit','open','closed','','52','','','2016-12-15 17:17:26','2016-12-15 17:17:26','',43,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_69954679_y6vCVaFhn86FVE7x7MiehLyCXQ3UKDR9-200x200.jpg',0,'attachment','image/jpeg',0),(53,1,'2016-12-15 17:17:26','2016-12-15 17:17:26','','','','inherit','open','closed','','53','','','2016-12-15 17:17:26','2016-12-15 17:17:26','',43,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_61312217_qNFSkritEHD3hBioEghnrcNbX5RUC9hs-555x405.jpg',0,'attachment','image/jpeg',0),(99,1,'2018-05-22 13:53:37','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2018-05-22 13:53:37','0000-00-00 00:00:00','',0,'http://bg2017.pvppi.com/?page_id=99',0,'page','',0),(46,1,'2016-12-15 17:17:23','2016-12-15 17:17:23',' ','','','publish','closed','closed','','46','','','2016-12-15 17:17:23','2016-12-15 17:17:23','',0,'http://bg2017.pvppi.com/46/',3,'nav_menu_item','',0),(126,1,'2018-05-22 14:44:59','2018-05-22 14:44:59','','pittsburgh-vehicle-ppi-logo','','inherit','open','closed','','pittsburgh-vehicle-ppi-logo','','','2018-05-22 14:44:59','2018-05-22 14:44:59','',0,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/pittsburgh-vehicle-ppi-logo.jpg',0,'attachment','image/jpeg',0),(127,1,'2016-12-15 17:46:16','2016-12-15 17:46:16','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\n\nPlease use the contact form below, if you have any general questions or requests about our services.\n\nWe will try our best to respond back to you within 24 hours.\n\n[ninja_forms id=\"6\"]\n\n</div>\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\n<h3><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\n<a href=\"mailto:\">support@example.com</a>\n\n<a href=\"mailto:\">sales@example.com</a>\n<h3><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\n777-765-4321 x2\n\n777-765-1234 x2\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\n202 Grid Blvd.\nAgloe, NY 12776\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_80524125_CzI5SvUnFAJg0gBLszMiHxCzAIZaQt2S-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"54|portrait\" width=\"360\" class=\"wp-image-86\"></p>\n\n</div>\n</div></div></div>\n','Contact','','trash','closed','closed','','contact-us-staging-staging__trashed','','','2018-05-22 14:52:30','2018-05-22 14:52:30','',0,'http://bg2017.pvppi.com/contact-us-staging/',0,'page','',0),(128,1,'2018-05-22 14:49:40','2018-05-22 14:49:40','{\"boldgrid-monument::boldgrid_logo_setting\":{\"value\":126,\"type\":\"theme_mod\",\"user_id\":1}}','','','trash','closed','closed','','c776e16e-86c3-42f9-8dfc-aa928cf854e1','','','2018-05-22 14:49:40','2018-05-22 14:49:40','',0,'http://bg2017.pvppi.com/c776e16e-86c3-42f9-8dfc-aa928cf854e1/',0,'customize_changeset','',0),(129,1,'2018-05-22 14:51:44','2018-05-22 14:51:44','{\"boldgrid-monument::nav_menu_locations[social]\":{\"value\":0,\"type\":\"theme_mod\",\"user_id\":1}}','','','trash','closed','closed','','cfa1f932-c6d6-4730-9d44-7319bf10c13f','','','2018-05-22 14:51:44','2018-05-22 14:51:44','',0,'http://bg2017.pvppi.com/cfa1f932-c6d6-4730-9d44-7319bf10c13f/',0,'customize_changeset','',0),(130,1,'2018-05-22 14:52:10','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-05-22 14:52:10','0000-00-00 00:00:00','',0,'http://bg2017.pvppi.com/?p=130',0,'post','',0),(131,1,'2018-05-22 14:52:30','2018-05-22 14:52:30','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\n\nPlease use the contact form below, if you have any general questions or requests about our services.\n\nWe will try our best to respond back to you within 24 hours.\n\n[ninja_forms id=\"6\"]\n\n</div>\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\n<h3><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\n<a href=\"mailto:\">support@example.com</a>\n\n<a href=\"mailto:\">sales@example.com</a>\n<h3><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\n777-765-4321 x2\n\n777-765-1234 x2\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\n202 Grid Blvd.\nAgloe, NY 12776\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_80524125_CzI5SvUnFAJg0gBLszMiHxCzAIZaQt2S-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"54|portrait\" width=\"360\" class=\"wp-image-86\"></p>\n\n</div>\n</div></div></div>\n','Contact','','inherit','closed','closed','','127-revision-v1','','','2018-05-22 14:52:30','2018-05-22 14:52:30','',127,'http://bg2017.pvppi.com/127-revision-v1/',0,'revision','',0),(134,1,'2018-05-22 14:53:32','2018-05-22 14:53:32','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h2 class=\"title-main\">WEBSITE COMING SOON</h2>\r\n<h2>&nbsp;</h2>\r\n<h2>&nbsp;</h2>\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-12\">\r\n\r\n<img class=\"alignnone size-full\" src=\"//www.boldgrid.com/assets/images/default-1.jpg\" alt=\"hikers in the mountains\" width=\"800\" height=\"904\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','133-revision-v1','','','2018-05-22 14:53:32','2018-05-22 14:53:32','',133,'http://bg2017.pvppi.com/133-revision-v1/',0,'revision','',0),(135,1,'2018-05-22 14:54:31','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2018-05-22 14:54:31','0000-00-00 00:00:00','',0,'http://bg2017.pvppi.com/?page_id=135',0,'page','',0),(136,1,'2016-12-15 17:17:23','2016-12-15 17:17:23','<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\n<p>If you have any questions, feel free to message us. We will get back to you as soon as we can.</p>\n\n[ninja_forms id=\"6\"]\n\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-envelope-o\"><!-- icon --></i></div>\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\n<h2>Email</h2>\n<a href=\"mailto:\">support@example.com</a>\n<a href=\"mailto:\">sales@example.com</a>\n\n</div>\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-phone\"><!-- icon --></i></div>\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\n<h2>Phone</h2>\n<p>777-765-4321 x2<br>\n777-765-1234 x2</p>\n</div>\n\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-map-marker\"><!-- icon --></i></div>\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\n<h2>Address</h2>\n<p>202 Grid Blvd. <br>\nAgloe, NY 12776</p>\n</div>\n</div>\n</div>\n</div></div></div>\n\n','Contact','','trash','closed','closed','','contact-us-staging__trashed-2','','','2018-05-22 14:57:36','2018-05-22 14:57:36','',0,'http://bg2017.pvppi.com/contact-us/',0,'page','',0),(137,1,'2018-05-22 14:55:03','2018-05-22 14:55:03','<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\n<p>If you have any questions, feel free to message us. We will get back to you as soon as we can.</p>\n\n[ninja_forms id=\"6\"]\n\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-envelope-o\"><!-- icon --></i></div>\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\n<h2>Email</h2>\n<a href=\"mailto:\">support@example.com</a>\n<a href=\"mailto:\">sales@example.com</a>\n\n</div>\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-phone\"><!-- icon --></i></div>\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\n<h2>Phone</h2>\n<p>777-765-4321 x2<br>\n777-765-1234 x2</p>\n</div>\n\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-map-marker\"><!-- icon --></i></div>\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\n<h2>Address</h2>\n<p>202 Grid Blvd. <br>\nAgloe, NY 12776</p>\n</div>\n</div>\n</div>\n</div></div></div>\n\n','Contact','','inherit','closed','closed','','136-revision-v1','','','2018-05-22 14:55:03','2018-05-22 14:55:03','',136,'http://bg2017.pvppi.com/136-revision-v1/',0,'revision','',0),(138,1,'2018-05-22 14:58:42','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2018-05-22 14:58:42','0000-00-00 00:00:00','',0,'http://bg2017.pvppi.com/?page_id=138',0,'page','',0),(139,1,'2016-12-15 17:17:23','2016-12-15 17:17:23','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n\r\nIf you have any questions, feel free to message us. We will get back to you as soon as we can.\r\n\r\n[ninja_forms id=\"6\"]\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-envelope-o\"><!-- icon --></i></div>\r\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\r\n<h2>Email</h2>\r\n<a href=\"mailto:\">support@example.com</a>\r\n<a href=\"mailto:\">sales@example.com</a>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-phone\"><!-- icon --></i></div>\r\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\r\n<h2>Phone</h2>\r\n777-765-4321 x2\r\n777-765-1234 x2\r\n\r\n</div>\r\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-map-marker\"><!-- icon --></i></div>\r\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\r\n<h2>Address</h2>\r\n202 Grid Blvd.\r\nAgloe, NY 12776\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact','','trash','closed','closed','','contact-staging__trashed','','','2018-05-22 15:26:09','2018-05-22 15:26:09','',0,'http://bg2017.pvppi.com/contact-us/',0,'page','',0),(140,1,'2018-05-22 15:01:14','2018-05-22 15:01:14','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n\r\nIf you have any questions, feel free to message us. We will get back to you as soon as we can.\r\n\r\n[ninja_forms id=\"6\"]\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-envelope-o\"><!-- icon --></i></div>\r\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\r\n<h2>Email</h2>\r\n<a href=\"mailto:\">support@example.com</a>\r\n<a href=\"mailto:\">sales@example.com</a>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-phone\"><!-- icon --></i></div>\r\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\r\n<h2>Phone</h2>\r\n777-765-4321 x2\r\n777-765-1234 x2\r\n\r\n</div>\r\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-map-marker\"><!-- icon --></i></div>\r\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\r\n<h2>Address</h2>\r\n202 Grid Blvd.\r\nAgloe, NY 12776\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','139-revision-v1','','','2018-05-22 15:01:14','2018-05-22 15:01:14','',139,'http://bg2017.pvppi.com/139-revision-v1/',0,'revision','',0),(65,1,'2016-12-15 17:35:59','2016-12-15 17:35:59','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h2 class=\"title-main\">WEBSITE COMING SOON</h2>\r\n<h2>&nbsp;</h2>\r\n<h2>&nbsp;</h2>\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-12\">\r\n\r\n<img class=\"alignnone size-full\" src=\"//www.boldgrid.com/assets/images/default-1.jpg\" alt=\"hikers in the mountains\" width=\"800\" height=\"904\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','41-revision-v1','','','2016-12-15 17:35:59','2016-12-15 17:35:59','',41,'http://bg2017.pvppi.com/41-revision-v1/',0,'revision','',0),(42,1,'2016-12-15 17:17:23','2016-12-15 17:17:23',' ','','','publish','closed','closed','','42','','','2016-12-15 17:17:23','2016-12-15 17:17:23','',0,'http://bg2017.pvppi.com/42/',0,'nav_menu_item','',0),(142,1,'2018-05-22 15:02:44','2018-05-22 15:02:44','{\"nav_menu_item[-2016844375173279700]\":{\"value\":{\"object_id\":45,\"object\":\"page\",\"menu_item_parent\":0,\"position\":8,\"type\":\"post_type\",\"title\":\"Contact Us\",\"url\":\"http:\\/\\/bg2017.pvppi.com\\/contact-us\\/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"original_title\":\"Contact Us\",\"nav_menu_term_id\":6,\"_invalid\":false,\"type_label\":\"Page\"},\"type\":\"nav_menu_item\",\"user_id\":1}}','','','trash','closed','closed','','33d367c0-5e4a-4b1f-842c-58aa8242b13f','','','2018-05-22 15:02:44','2018-05-22 15:02:44','',0,'http://bg2017.pvppi.com/33d367c0-5e4a-4b1f-842c-58aa8242b13f/',0,'customize_changeset','',0),(144,1,'2018-05-22 15:03:20','2018-05-22 15:03:20','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n\r\nIf you have any questions, feel free to message us. We will get back to you as soon as we can.\r\n\r\n[ninja_forms id=\"6\"]\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-envelope-o\"><!-- icon --></i></div>\r\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\r\n<h2>Email</h2>\r\n<a href=\"mailto:\">support@example.com</a>\r\n<a href=\"mailto:\">sales@example.com</a>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-phone\"><!-- icon --></i></div>\r\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\r\n<h2>Phone</h2>\r\n777-765-4321 x2\r\n777-765-1234 x2\r\n\r\n</div>\r\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-map-marker\"><!-- icon --></i></div>\r\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\r\n<h2>Address</h2>\r\n202 Grid Blvd.\r\nAgloe, NY 12776\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact','','inherit','closed','closed','','139-revision-v1','','','2018-05-22 15:03:20','2018-05-22 15:03:20','',139,'http://bg2017.pvppi.com/139-revision-v1/',0,'revision','',0),(145,1,'2018-05-22 15:11:17','0000-00-00 00:00:00','{\"widget_black-studio-tinymce[0]\":{\"value\":{\"encoded_serialized_instance\":\"YTo1OntzOjU6InRpdGxlIjtzOjE0OiJDYWxsIFRvIEFjdGlvbiI7czo0OiJ0ZXh0IjtzOjA6IiI7czo0OiJ0eXBlIjtzOjQ6Imh0bWwiO3M6NjoiZmlsdGVyIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MjA6ImJsYWNrLXN0dWRpby10aW55bWNlIjt9\",\"title\":\"Call To Action\",\"is_widget_customizer_js_value\":true,\"instance_hash_key\":\"a30d4f2fec87022ff65f70b4da6163b9\"},\"type\":\"option\",\"user_id\":1}}','','','auto-draft','closed','closed','','37cfd0fd-fe08-4f4a-808e-e9d434f5c528','','','2018-05-22 15:11:17','0000-00-00 00:00:00','',0,'http://bg2017.pvppi.com/?p=145',0,'customize_changeset','',0),(146,1,'2018-05-22 15:20:48','0000-00-00 00:00:00','{\"widget_black-studio-tinymce[0]\":{\"value\":{\"encoded_serialized_instance\":\"YTo1OntzOjU6InRpdGxlIjtzOjE0OiJDYWxsIFRvIEFjdGlvbiI7czo0OiJ0ZXh0IjtzOjE1MToiPGltZyBjbGFzcz0iYWxpZ25ub25lICB3cC1pbWFnZS0xNDciIHNyYz0iaHR0cDovL2JnMjAxNy5wdnBwaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvcHZwcGktdGVudC0zMDB4MTExLmpwZyIgYWx0PSIiIHdpZHRoPSI1NDYiIGhlaWdodD0iMjAyIiAvPiI7czo0OiJ0eXBlIjtzOjY6InZpc3VhbCI7czo2OiJmaWx0ZXIiO3M6MToiMSI7czo1OiJsYWJlbCI7czoyMDoiYmxhY2stc3R1ZGlvLXRpbnltY2UiO30=\",\"title\":\"Call To Action\",\"is_widget_customizer_js_value\":true,\"instance_hash_key\":\"dfc3aca6df9b08ca6caba3fabc5578ae\"},\"type\":\"option\",\"user_id\":1},\"sidebars_widgets[boldgrid-widget-2]\":{\"value\":[],\"type\":\"option\",\"user_id\":1}}','','','auto-draft','closed','closed','','83a6ef2d-91de-4b6d-8e91-4250767da3dd','','','2018-05-22 15:20:48','2018-05-22 15:20:48','',0,'http://bg2017.pvppi.com/?p=146',0,'customize_changeset','',0),(54,1,'2016-12-15 17:17:26','2016-12-15 17:17:26','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h2 class=\"\">The Write Stuff</h2>\n<h4 class=\"\">A Better Copywriting Service</h4>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n</div>\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\n\n&nbsp;\n\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\n\nThe concept for my company was a team effort. After chatting with local copywriters at a marketing expo, founder Janet Riley wanted to create a business where marketers and copywriters could work together to create a message that clients could genuinely get behind while driving sales for that client. Tired of the continuous process of finding clients, wooing them into hiring her for projects and then having to start over again once the project was complete, she dreamed of a better way.\n\nTeaming up with several copywriters in the area, she formed The Write Stuff, a copywriting service that paired copywriters with the companies that needed their unique offerings. Over the past decade, The Write Stuff covers social media and blog content, white papers, copywriting and so much more!\n\n<div class=\"gridblock\">\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Our Services</a> <a class=\"button-secondary\" href=\"#\">Visit Our Gallery</a></p>\n</div>\n</div>\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_74015453_vFRcCXL3UHYLVu0k0gNsUJ09KLQt6fvs-555x370.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"120|landscape\" width=\"555\" class=\"wp-image-47\"></p>\n\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"mod-space\"></div>\n<div class=\"mod-space\"></div>\n<div class=\"mod-space\"></div>\n<div class=\"mod-space\"></div>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-3 col-sm-12 col-xs-12\">\n\n&nbsp;\n\n</div>\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\n<h2 class=\"\">Janet Riley</h2>\n<h4 class=\"\">MBA</h4>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-3 col-margin-bottom text-center col-xs-12 col-sm-12\">\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_69449740_JB3o94y3R7WwBaV3HjZYRfas26WUdGJm-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"121|landscape\" width=\"360\" class=\"wp-image-48\"></p>\n\n</div>\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\n\nWith a fabulous talent for writing seductive copy, a natural eye towards business matters and drive to succeed, founder Janet Riley had over 20 years\' in the copywriting business before forming The Write Stuff. She\'d discovered over the years that the never-ending process of \"find project\", \"finish project\", \"repeat\", was getting old. She wanted to focus on the writing end of her business, not spend all her time seeking clients.\n\nWith an MBA, serious copywriting chops and a fabulous sense of humor that comes across in her writing, Janet has undertaken copywriting for such corporate giants as Hewlett Packard, Barnes &amp; Noble, Macy\'s and numerous Fortune 500 companies.\n<div class=\"gridblock\">\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">See Janet\'s Resume</a></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_76418584_ZT0kome1FsQsD2jJ9zfGKthaE5guR98q-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"152|square\" width=\"200\" class=\"wp-image-49\"></p>\n\n<div class=\"row gridblock\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"mod-space\"></div>\n</div>\n</div>\n<div class=\"mod-blockquote\">\n\n\"serious copywriting chops and a fabulous sense of humor\"\n\n</div>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"mod-space\"></div>\n<div class=\"mod-space\"></div>\n<div class=\"mod-space\"></div>\n<div class=\"mod-space\"></div>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h2 class=\"\">The Crew</h2>\n<h4 class=\"\">A Team You Can Rely On</h4>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n</div>\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\n\n&nbsp;\n\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\n\nJanet knows she wouldn\'t get a fraction of the things done she wants to if it wasn\'t for her awesome crew. Kara Margules heads up our sales department, helping us find new clients in need of copywriting services when she\'s not hitting the sales herself. Marie St. Clair keeps our copywriters working while developing awesome new craft designs. Jason Andrews leads our exceptional IT support team when he\'s not making a new batch of award-winning homebrewed ale.\n\nThe Write Stuff wouldn\'t be anywhere if it wasn\'t for our highly-skilled team of copywriters. Covering industries from accounting to zoo advertising, our amazing copywriters can cover any campaign for any business anywhere in the world.\n<div class=\"row gridblock\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_67650980_Vp7MPDx1NyHmS8qeepCbwWXQKO5ihUL3-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"155|square\" width=\"200\" class=\"wp-image-50\"></p>\n\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_47639240_rnA7txq5eJDWVeAXf8xC0C7P7YthfpYN-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"152|square\" width=\"200\" class=\"wp-image-51\"></p>\n\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_69954679_y6vCVaFhn86FVE7x7MiehLyCXQ3UKDR9-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"152|square\" width=\"200\" class=\"wp-image-52\"></p>\n\n</div>\n</div>\n</div>\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_61312217_qNFSkritEHD3hBioEghnrcNbX5RUC9hs-555x405.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"122|landscape\" width=\"555\" class=\"wp-image-53\"></p>\n\n</div>\n</div></div></div>\n','About Us','','inherit','closed','closed','','43-revision-v1','','','2016-12-15 17:17:26','2016-12-15 17:17:26','',43,'http://bg2017.pvppi.com/43-revision-v1/',0,'revision','',0),(47,1,'2016-12-15 17:17:26','2016-12-15 17:17:26','','','','inherit','open','closed','','47','','','2016-12-15 17:17:26','2016-12-15 17:17:26','',43,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_74015453_vFRcCXL3UHYLVu0k0gNsUJ09KLQt6fvs-555x370.jpg',0,'attachment','image/jpeg',0),(48,1,'2016-12-15 17:17:26','2016-12-15 17:17:26','','','','inherit','open','closed','','48','','','2016-12-15 17:17:26','2016-12-15 17:17:26','',43,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_69449740_JB3o94y3R7WwBaV3HjZYRfas26WUdGJm-360x240.jpg',0,'attachment','image/jpeg',0),(16,1,'2016-12-15 16:56:22','2016-12-15 16:56:22','','e7rlgujjazc','','inherit','open','closed','','e7rlgujjazc','','','2016-12-15 16:56:22','2016-12-15 16:56:22','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl.jpg',0,'attachment','image/jpeg',0),(17,1,'2016-12-15 16:56:22','2016-12-15 16:56:22','','jwimshwif14','','inherit','open','closed','','jwimshwif14','','','2016-12-15 16:56:22','2016-12-15 16:56:22','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_JWiMShWiF14-imhwpb-w2w7p4xqkavssft.jpg',0,'attachment','image/jpeg',0),(18,1,'2016-12-15 16:56:22','2016-12-15 16:56:22','','unrkg2jh1j0','','inherit','open','closed','','unrkg2jh1j0','','','2016-12-15 16:56:22','2016-12-15 16:56:22','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_unRkg2jH1j0-imhwpb-1i3zos13dh58eps.jpg',0,'attachment','image/jpeg',0),(19,1,'2016-12-15 16:56:22','2016-12-15 16:56:22','','jrh5laq-mis','','inherit','open','closed','','jrh5laq-mis','','','2016-12-15 16:56:22','2016-12-15 16:56:22','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_jrh5lAq-mIs-imhwpb-q83m83wqofvt77x.jpg',0,'attachment','image/jpeg',0),(20,1,'2016-12-15 16:56:22','2016-12-15 16:56:22','','t5bva-q_m_y','','inherit','open','closed','','t5bva-q_m_y','','','2016-12-15 16:56:22','2016-12-15 16:56:22','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_t5BvA-Q_m_Y-imhwpb-fjmellfnqinoe74.jpg',0,'attachment','image/jpeg',0),(21,1,'2016-12-15 16:56:22','2016-12-15 16:56:22','','aslrezyut4c','','inherit','open','closed','','aslrezyut4c','','','2016-12-15 16:56:22','2016-12-15 16:56:22','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_aSlReZyUt4c-imhwpb-u1ausd7qae3p3kh.jpg',0,'attachment','image/jpeg',0),(22,1,'2016-12-15 16:56:22','2016-12-15 16:56:22','','3hoaon9mc88','','inherit','open','closed','','3hoaon9mc88','','','2016-12-15 16:56:22','2016-12-15 16:56:22','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_3hoAon9Mc88-imhwpb-3db25ssugurmbkf.jpg',0,'attachment','image/jpeg',0),(23,1,'2016-12-15 16:56:22','2016-12-15 16:56:22','','ttpmpll_2lc','','inherit','open','closed','','ttpmpll_2lc','','','2016-12-15 16:56:22','2016-12-15 16:56:22','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d.jpg',0,'attachment','image/jpeg',0),(24,1,'2016-12-15 16:56:22','2016-12-15 16:56:22','','wnz7_5evuwu','','inherit','open','closed','','wnz7_5evuwu','','','2016-12-15 16:56:22','2016-12-15 16:56:22','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_wNz7_5EvUWU-imhwpb-1dwhcq3pe4aky8n.jpg',0,'attachment','image/jpeg',0),(25,1,'2016-12-15 16:56:22','2016-12-15 16:56:22','','','','inherit','open','closed','','25','','','2016-12-15 16:56:22','2016-12-15 16:56:22','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_82117110_beoS3sWjR6n8HSIAXxR8O0D5u6Y5s6NK-555x370.jpg',0,'attachment','image/jpeg',0),(26,1,'2016-12-15 16:56:22','2016-12-15 16:56:22','','','','inherit','open','closed','','26','','','2016-12-15 16:56:22','2016-12-15 16:56:22','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_78607497_iTOGtrgVA9rfCok1PJIUC2uCFidZRVtz-360x240.jpg',0,'attachment','image/jpeg',0),(27,1,'2016-12-15 16:56:22','2016-12-15 16:56:22','','','','inherit','open','closed','','27','','','2016-12-15 16:56:22','2016-12-15 16:56:22','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_69625764_AtkMQRNqP4gQkCjajHY4kJlzcyHvxLky-360x240.jpg',0,'attachment','image/jpeg',0),(28,1,'2016-12-15 16:56:22','2016-12-15 16:56:22','','','','inherit','open','closed','','28','','','2016-12-15 16:56:22','2016-12-15 16:56:22','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_77638912_pC1H6tKUZ1cXqHPD56BAQWGZNdLRG5ww-360x111.jpg',0,'attachment','image/jpeg',0),(29,1,'2016-12-15 16:56:22','2016-12-15 16:56:22','','','','inherit','open','closed','','29','','','2016-12-15 16:56:22','2016-12-15 16:56:22','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_80381010_0wqbj0ClFb0S3bDLyFJZ4RD48jrUgCFX-360x210.jpg',0,'attachment','image/jpeg',0),(107,1,'2018-05-22 14:01:03','2018-05-22 14:01:03','<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">\n<html><body><div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-3 col-sm-3 text-center col-xs-12\">\r\n<p class=\"mod-img-circle\">\r\n<img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/ae9aceea-0f2cb9b3-feedough140800099.jpg\" data-imhwpb-built-photo-search=\"130|square\" width=\"200\" class=\"wp-image-34\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-sm-9 col-xs-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n\"The Write Stuff has been my copywriter of choice since day one. When we started our business, it was Janet and a few other copywriters who always delivered fantastic results. She\'s always found the perfect copywriter for any of our projects, from early print ads to our latest social media campaign. We\'ve had email campaigns that saw a 700% increase in click-through rates after we hired the team.\"\r\n<h4>Stephan at Love Match Singles</h4>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-3 col-sm-3 text-center col-xs-12\">\r\n<p class=\"mod-img-circle\">\r\n<img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/8bb77c42-e27c2767-kiuikson130600020.jpg\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" class=\"wp-image-35\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-sm-9 col-xs-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n\"When we were up against the wall with our marketing campaign, Thomas at The Write Stuff turned it around for us. Not only did he provide exceptional copy to increase our brand awareness and sales, he also recommended a number of different ways we could leverage our marketing dollars to get a better return on investment. We were focusing on Facebook like everyone else, but he told us we needed to approach B2B sales through LinkedIn. Our sales increased 250%.\"\r\n<h4>Andrea at Business Insurance Associates</h4>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-3 col-sm-3 text-center col-xs-12\">\r\n<p class=\"mod-img-circle\">\r\n<img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/17eb3fa0-fd8453da-michaeljung140800027.jpg\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" class=\"wp-image-36\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-sm-9 col-xs-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n\"Wow - just wow! I was expecting decent copy that I\'d have to rehash several times to get something useable, but this was verbal gold. As a retired model, Marie knew the beauty and fashion industry inside and out, and it showed. She delivered edgy, clever copy that made our campaign take off. We\'re hiring The Write Stuff for all our future needs.\"\r\n<h4>Raven at Fifth Avenue Style</h4>\r\n</div>\r\n</div></div></div></body></html>\n','Testimonials','','inherit','closed','closed','','103-revision-v1','','','2018-05-22 14:01:03','2018-05-22 14:01:03','',103,'http://bg2017.pvppi.com/103-revision-v1/',0,'revision','',0),(104,1,'2018-05-22 14:01:01','2018-05-22 14:01:01','','','','inherit','open','closed','','104','','','2018-05-22 14:01:01','2018-05-22 14:01:01','',103,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/ae9aceea-0f2cb9b3-feedough140800099.jpg',0,'attachment','image/jpeg',0),(105,1,'2018-05-22 14:01:02','2018-05-22 14:01:02','','','','inherit','open','closed','','105','','','2018-05-22 14:01:02','2018-05-22 14:01:02','',103,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/8bb77c42-e27c2767-kiuikson130600020.jpg',0,'attachment','image/jpeg',0),(106,1,'2018-05-22 14:01:03','2018-05-22 14:01:03','','','','inherit','open','closed','','106','','','2018-05-22 14:01:03','2018-05-22 14:01:03','',103,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/17eb3fa0-fd8453da-michaeljung140800027.jpg',0,'attachment','image/jpeg',0),(108,1,'2018-05-22 14:04:04','2018-05-22 14:04:04','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','trash','closed','closed','','faq__trashed','','','2018-05-22 15:26:09','2018-05-22 15:26:09','',0,'http://bg2017.pvppi.com/?page_id=108',0,'page','',0),(109,1,'2018-05-22 14:04:04','2018-05-22 14:04:04','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','inherit','closed','closed','','108-revision-v1','','','2018-05-22 14:04:04','2018-05-22 14:04:04','',108,'http://bg2017.pvppi.com/108-revision-v1/',0,'revision','',0),(111,1,'2018-05-22 14:06:57','2018-05-22 14:06:57','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Testimonials','','trash','closed','closed','','testimonials__trashed','','','2018-05-22 15:26:09','2018-05-22 15:26:09','',0,'http://bg2017.pvppi.com/?page_id=111',0,'page','',0),(112,1,'2018-05-22 14:06:57','2018-05-22 14:06:57','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Testimonials','','inherit','closed','closed','','111-revision-v1','','','2018-05-22 14:06:57','2018-05-22 14:06:57','',111,'http://bg2017.pvppi.com/111-revision-v1/',0,'revision','',0),(114,1,'2018-05-22 14:09:32','2018-05-22 14:09:32','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community','','trash','closed','closed','','community__trashed','','','2018-05-22 15:26:21','2018-05-22 15:26:21','',0,'http://bg2017.pvppi.com/?page_id=114',0,'page','',0),(115,1,'2018-05-22 14:09:32','2018-05-22 14:09:32','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community','','inherit','closed','closed','','114-revision-v1','','','2018-05-22 14:09:32','2018-05-22 14:09:32','',114,'http://bg2017.pvppi.com/114-revision-v1/',0,'revision','',0),(117,1,'2018-05-22 14:09:58','2018-05-22 14:09:58','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Links','','trash','closed','closed','','links__trashed','','','2018-05-22 15:26:09','2018-05-22 15:26:09','',0,'http://bg2017.pvppi.com/?page_id=117',0,'page','',0),(118,1,'2018-05-22 14:09:58','2018-05-22 14:09:58','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Links','','inherit','closed','closed','','117-revision-v1','','','2018-05-22 14:09:58','2018-05-22 14:09:58','',117,'http://bg2017.pvppi.com/117-revision-v1/',0,'revision','',0),(120,1,'2018-05-22 14:11:57','2018-05-22 14:11:57','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Helping Your Business Build Success</h2>\r\n<h4>Develop Your Path to Greatness</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\nAt Amazing Business Consulting, our business is helping your business succeed. Whether you need help with business planning, need back office support or need to change up your game to higher-level executive action, we\'ve got programs and services you need to make your business rock.\r\n\r\nFounded by Bradley Jessup in 1995, we\'ve had over 20 years\' experience in helping entrepreneurs develop success in their business and personal lives. Our focus is finding areas where your business could be more productive and successful and then helping you develop the path to get it there.\r\n<div class=\"mod-space\"></div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Customer Testimonials</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-82\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_58278935_9p4i7C8ZebRRVSCmA5ad6Uf3bRyJWrwV-555x370.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"52|landscape\" width=\"555\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-83\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_64831130_vzblsDeeGcemfMuEDyWMcgAmNGbj08Mm-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"53|landscape\" width=\"360\"></p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h2>Professional Services</h2>\r\nWe offer a variety of professional services that help you achieve your business goals. Do you need help with building a comprehensive business plan to get financing? What about one-on-one mentoring to take your career to the next level? We\'ve got that.\r\n\r\n</div>\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-84\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_52854462_jmr3lrxrhugnq0CG8csoyeoiwat9L5Vu-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"53|landscape\" width=\"360\"></p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h2>Comprehensive Programs</h2>\r\nOur dynamic programs cover businesses in a variety of stages and sizes. Whether you\'re just starting out, have too many hats as a SME owner, need high-level executive mentoring or need marketing tips that fit your schedule, our programs fit the bill.\r\n\r\n</div>\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-85\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_80393607_p5RCKDFSrtVQ6m9fa1aZTTTKypNqrU8X-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"53|landscape\" width=\"360\"></p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h2>Amazing Results</h2>\r\nWhere do we deliver the most? In our client\'s results. We\'ve worked with companies from single-person startups to Fortune 500 executives and everything in between. We provide a guarantee that if you follow our plan and don\'t see amazing results, you don\'t pay.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About','','inherit','closed','closed','','69-revision-v1','','','2018-05-22 14:11:57','2018-05-22 14:11:57','',69,'http://bg2017.pvppi.com/69-revision-v1/',0,'revision','',0),(121,1,'2018-05-22 14:12:35','2018-05-22 14:12:35','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\n\nPlease use the contact form below, if you have any general questions or requests about our services.\n\nWe will try our best to respond back to you within 24 hours.\n\n[ninja_forms id=\"6\"]\n\n</div>\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\n<h3><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\n<a href=\"mailto:\">support@example.com</a>\n\n<a href=\"mailto:\">sales@example.com</a>\n<h3><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\n777-765-4321 x2\n\n777-765-1234 x2\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\n202 Grid Blvd.\nAgloe, NY 12776\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_80524125_CzI5SvUnFAJg0gBLszMiHxCzAIZaQt2S-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"54|portrait\" width=\"360\" class=\"wp-image-86\"></p>\n\n</div>\n</div></div></div>\n','Contact','','inherit','closed','closed','','71-revision-v1','','','2018-05-22 14:12:35','2018-05-22 14:12:35','',71,'http://bg2017.pvppi.com/71-revision-v1/',0,'revision','',0),(122,1,'2018-05-22 14:45:51','0000-00-00 00:00:00','{\"boldgrid-monument::nav_menu_locations[social]\":{\"value\":0,\"type\":\"theme_mod\",\"user_id\":1},\"nav_menu_item[70]\":{\"value\":{\"menu_item_parent\":0,\"object_id\":69,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"url\":\"http:\\/\\/bg2017.pvppi.com\\/about-us-staging\\/\",\"title\":\"\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"nav_menu_term_id\":6,\"position\":2,\"status\":\"publish\",\"original_title\":\"About\",\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1},\"nav_menu_item[72]\":{\"value\":{\"menu_item_parent\":0,\"object_id\":71,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"url\":\"http:\\/\\/bg2017.pvppi.com\\/contact-us-staging\\/\",\"title\":\"\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"nav_menu_term_id\":6,\"position\":8,\"status\":\"publish\",\"original_title\":\"Contact\",\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1},\"nav_menu_item[102]\":{\"value\":{\"menu_item_parent\":0,\"object_id\":100,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"url\":\"http:\\/\\/bg2017.pvppi.com\\/services\\/\",\"title\":\"\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"nav_menu_term_id\":6,\"position\":3,\"status\":\"publish\",\"original_title\":\"Services\",\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1},\"nav_menu_item[110]\":{\"value\":{\"menu_item_parent\":0,\"object_id\":108,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"url\":\"http:\\/\\/bg2017.pvppi.com\\/faq\\/\",\"title\":\"\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"nav_menu_term_id\":6,\"position\":4,\"status\":\"publish\",\"original_title\":\"FAQ\",\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1},\"nav_menu_item[113]\":{\"value\":{\"menu_item_parent\":0,\"object_id\":111,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"url\":\"http:\\/\\/bg2017.pvppi.com\\/testimonials\\/\",\"title\":\"\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"nav_menu_term_id\":6,\"position\":5,\"status\":\"publish\",\"original_title\":\"Testimonials\",\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1},\"nav_menu_item[116]\":{\"value\":{\"menu_item_parent\":0,\"object_id\":114,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"url\":\"http:\\/\\/bg2017.pvppi.com\\/community\\/\",\"title\":\"\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"nav_menu_term_id\":6,\"position\":6,\"status\":\"publish\",\"original_title\":\"Community\",\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1},\"nav_menu_item[119]\":{\"value\":{\"menu_item_parent\":0,\"object_id\":117,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"url\":\"http:\\/\\/bg2017.pvppi.com\\/links\\/\",\"title\":\"\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"nav_menu_term_id\":6,\"position\":7,\"status\":\"publish\",\"original_title\":\"Links\",\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1},\"widget_black-studio-tinymce[0]\":{\"value\":{\"encoded_serialized_instance\":\"YTo1OntzOjU6InRpdGxlIjtzOjE0OiJDYWxsIFRvIEFjdGlvbiI7czo0OiJ0ZXh0IjtzOjIxMToiJm5ic3A7DQo8ZGl2IGNsYXNzPSJjb2wtc20tMTIgY29sLW1kLTEyIj4NCjxkaXYgY2xhc3M9ImNhbGwtdG8tYWN0aW9uIj4NCjxoMT5Nb251bWVudDwvaDE+DQo8cCBjbGFzcz0icC1idXR0b24tcHJpbWFyeSI+PGEgY2xhc3M9ImJ1dHRvbi1wcmltYXJ5IiBocmVmPSJjb250YWN0LXVzIj5SZXF1ZXN0IGEgUXVvdGUgVG9kYXk8L2E+PC9wPg0KDQo8L2Rpdj4NCjwvZGl2PiI7czo0OiJ0eXBlIjtzOjY6InZpc3VhbCI7czo2OiJmaWx0ZXIiO3M6MToiMSI7czo1OiJsYWJlbCI7czoyMDoiYmxhY2stc3R1ZGlvLXRpbnltY2UiO30=\",\"title\":\"Call To Action\",\"is_widget_customizer_js_value\":true,\"instance_hash_key\":\"51c40cee06ebaff28053471fbe86bd77\"},\"type\":\"option\",\"user_id\":1},\"sidebars_widgets[boldgrid-widget-2]\":{\"value\":[],\"type\":\"option\",\"user_id\":1},\"boldgrid-monument::boldgrid_logo_setting\":{\"value\":126,\"type\":\"theme_mod\",\"user_id\":1}}','','','auto-draft','closed','closed','','322d76ca-4a6d-4a49-a7c6-abfe48107359','','','2018-05-22 14:45:51','2018-05-22 14:45:51','',0,'http://bg2017.pvppi.com/?p=122',0,'customize_changeset','',0),(123,1,'2018-05-22 14:29:58','2018-05-22 14:29:58','','pittsburgh-vehicle-ppi-banner','','inherit','open','closed','','pittsburgh-vehicle-ppi-banner','','','2018-05-22 14:29:58','2018-05-22 14:29:58','',0,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/pittsburgh-vehicle-ppi-banner.jpg',0,'attachment','image/jpeg',0),(33,1,'2016-12-15 16:56:24','2016-12-15 16:56:24','','','','inherit','open','closed','','33','','','2016-12-15 16:56:24','2016-12-15 16:56:24','',0,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/monument-consulting-imhwpb-3a9c1ph6lplib2p.jpg',0,'attachment','image/jpeg',0),(43,1,'2016-12-15 17:17:23','2016-12-15 17:17:23','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h2 class=\"\">The Write Stuff</h2>\n<h4 class=\"\">A Better Copywriting Service</h4>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n</div>\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\n\n&nbsp;\n\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\n\nThe concept for my company was a team effort. After chatting with local copywriters at a marketing expo, founder Janet Riley wanted to create a business where marketers and copywriters could work together to create a message that clients could genuinely get behind while driving sales for that client. Tired of the continuous process of finding clients, wooing them into hiring her for projects and then having to start over again once the project was complete, she dreamed of a better way.\n\nTeaming up with several copywriters in the area, she formed The Write Stuff, a copywriting service that paired copywriters with the companies that needed their unique offerings. Over the past decade, The Write Stuff covers social media and blog content, white papers, copywriting and so much more!\n\n<div class=\"gridblock\">\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Our Services</a> <a class=\"button-secondary\" href=\"#\">Visit Our Gallery</a></p>\n</div>\n</div>\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_74015453_vFRcCXL3UHYLVu0k0gNsUJ09KLQt6fvs-555x370.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"120|landscape\" width=\"555\" class=\"wp-image-47\"></p>\n\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"mod-space\"></div>\n<div class=\"mod-space\"></div>\n<div class=\"mod-space\"></div>\n<div class=\"mod-space\"></div>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-3 col-sm-12 col-xs-12\">\n\n&nbsp;\n\n</div>\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\n<h2 class=\"\">Janet Riley</h2>\n<h4 class=\"\">MBA</h4>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-3 col-margin-bottom text-center col-xs-12 col-sm-12\">\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_69449740_JB3o94y3R7WwBaV3HjZYRfas26WUdGJm-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"121|landscape\" width=\"360\" class=\"wp-image-48\"></p>\n\n</div>\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\n\nWith a fabulous talent for writing seductive copy, a natural eye towards business matters and drive to succeed, founder Janet Riley had over 20 years\' in the copywriting business before forming The Write Stuff. She\'d discovered over the years that the never-ending process of \"find project\", \"finish project\", \"repeat\", was getting old. She wanted to focus on the writing end of her business, not spend all her time seeking clients.\n\nWith an MBA, serious copywriting chops and a fabulous sense of humor that comes across in her writing, Janet has undertaken copywriting for such corporate giants as Hewlett Packard, Barnes &amp; Noble, Macy\'s and numerous Fortune 500 companies.\n<div class=\"gridblock\">\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">See Janet\'s Resume</a></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_76418584_ZT0kome1FsQsD2jJ9zfGKthaE5guR98q-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"152|square\" width=\"200\" class=\"wp-image-49\"></p>\n\n<div class=\"row gridblock\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"mod-space\"></div>\n</div>\n</div>\n<div class=\"mod-blockquote\">\n\n\"serious copywriting chops and a fabulous sense of humor\"\n\n</div>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"mod-space\"></div>\n<div class=\"mod-space\"></div>\n<div class=\"mod-space\"></div>\n<div class=\"mod-space\"></div>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h2 class=\"\">The Crew</h2>\n<h4 class=\"\">A Team You Can Rely On</h4>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n</div>\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\n\n&nbsp;\n\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\n\nJanet knows she wouldn\'t get a fraction of the things done she wants to if it wasn\'t for her awesome crew. Kara Margules heads up our sales department, helping us find new clients in need of copywriting services when she\'s not hitting the sales herself. Marie St. Clair keeps our copywriters working while developing awesome new craft designs. Jason Andrews leads our exceptional IT support team when he\'s not making a new batch of award-winning homebrewed ale.\n\nThe Write Stuff wouldn\'t be anywhere if it wasn\'t for our highly-skilled team of copywriters. Covering industries from accounting to zoo advertising, our amazing copywriters can cover any campaign for any business anywhere in the world.\n<div class=\"row gridblock\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_67650980_Vp7MPDx1NyHmS8qeepCbwWXQKO5ihUL3-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"155|square\" width=\"200\" class=\"wp-image-50\"></p>\n\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_47639240_rnA7txq5eJDWVeAXf8xC0C7P7YthfpYN-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"152|square\" width=\"200\" class=\"wp-image-51\"></p>\n\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_69954679_y6vCVaFhn86FVE7x7MiehLyCXQ3UKDR9-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"152|square\" width=\"200\" class=\"wp-image-52\"></p>\n\n</div>\n</div>\n</div>\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_61312217_qNFSkritEHD3hBioEghnrcNbX5RUC9hs-555x405.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"122|landscape\" width=\"555\" class=\"wp-image-53\"></p>\n\n</div>\n</div></div></div>\n','About Us','','staging','closed','closed','','about-us','','','2018-05-25 18:58:30','2018-05-25 18:58:30','',0,'http://bg2017.pvppi.com/about-us/',0,'page','',0),(44,1,'2016-12-15 17:17:23','2016-12-15 17:17:23',' ','','','publish','closed','closed','','44','','','2016-12-15 17:17:23','2016-12-15 17:17:23','',0,'http://bg2017.pvppi.com/44/',2,'nav_menu_item','',0),(45,1,'2016-12-15 17:17:23','2016-12-15 17:17:23','<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\n<p>If you have any questions, feel free to message us. We will get back to you as soon as we can.</p>\n\n[ninja_forms id=\"6\"]\n\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-envelope-o\"><!-- icon --></i></div>\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\n<h2>Email</h2>\n<a href=\"mailto:\">support@example.com</a>\n<a href=\"mailto:\">sales@example.com</a>\n\n</div>\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-phone\"><!-- icon --></i></div>\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\n<h2>Phone</h2>\n<p>777-765-4321 x2<br>\n777-765-1234 x2</p>\n</div>\n\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-map-marker\"><!-- icon --></i></div>\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\n<h2>Address</h2>\n<p>202 Grid Blvd. <br>\nAgloe, NY 12776</p>\n</div>\n</div>\n</div>\n</div></div></div>\n\n','Contact Us','','staging','closed','closed','','contact-us','','','2018-05-25 18:58:30','2018-05-25 18:58:30','',0,'http://bg2017.pvppi.com/contact-us/',0,'page','',0),(41,1,'2016-12-15 17:17:23','2016-12-15 17:17:23','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h2 class=\"title-main\">WEBSITE COMING SOON</h2>\r\n<h2>&nbsp;</h2>\r\n<h2>&nbsp;</h2>\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-12\">\r\n\r\n<img class=\"alignnone size-full\" src=\"//www.boldgrid.com/assets/images/default-1.jpg\" alt=\"hikers in the mountains\" width=\"800\" height=\"904\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','staging','closed','closed','','home','','','2018-05-25 18:58:31','2018-05-25 18:58:31','',0,'http://bg2017.pvppi.com/home/',0,'page','',0),(55,1,'2016-12-15 17:17:26','2016-12-15 17:17:26','\n	<p>\n		This site has been created with the help of many different people and companies.\n	</p>\n<hr />\n	<p style=\"clear:both;\">\n		This  site was built on a powerful, Inspirations based web builder called <a href=\"http://www.boldgrid.com\">BoldGrid</a>. It is running on <a href=\"http://wordpress.org\">WordPress</a>, the most popular content management software online today.\n	</p>\n<div class=\"boldgrid-attribution\"><p>Additional functionality provided by:</p><ul><li><a href=\"http://ninjaforms.com\">Ninja Forms</a></li></ul></div>','Attribution','','trash','closed','closed','','attribution__trashed','','','2018-05-22 14:53:19','2018-05-22 14:53:19','',0,'http://bg2017.pvppi.com/attribution/',0,'page','',0),(56,1,'2016-12-15 17:17:26','2016-12-15 17:17:26','\n	<p>\n		This site has been created with the help of many different people and companies.\n	</p>\n<hr />\n	<p style=\"clear:both;\">\n		This  site was built on a powerful, Inspirations based web builder called <a href=\"http://www.boldgrid.com\">BoldGrid</a>. It is running on <a href=\"http://wordpress.org\">WordPress</a>, the most popular content management software online today.\n	</p>\n<div class=\"boldgrid-attribution\"><p>Additional functionality provided by:</p><ul><li><a href=\"http://ninjaforms.com\">Ninja Forms</a></li></ul></div>','Attribution','','inherit','closed','closed','','55-revision-v1','','','2016-12-15 17:17:26','2016-12-15 17:17:26','',55,'http://bg2017.pvppi.com/55-revision-v1/',0,'revision','',0),(57,1,'2016-12-15 17:17:29','2016-12-15 17:17:29','','Facebook','Facebook','publish','closed','closed','','facebook','','','2016-12-15 17:17:29','2016-12-15 17:17:29','',0,'http://bg2017.pvppi.com/facebook/',0,'nav_menu_item','',0),(58,1,'2016-12-15 17:17:29','2016-12-15 17:17:29','','Twitter','Twitter','publish','closed','closed','','twitter','','','2016-12-15 17:17:29','2016-12-15 17:17:29','',0,'http://bg2017.pvppi.com/twitter/',2,'nav_menu_item','',0),(59,1,'2016-12-15 17:17:29','2016-12-15 17:17:29','','Google Plus','Google Plus','publish','closed','closed','','google-plus','','','2016-12-15 17:17:29','2016-12-15 17:17:29','',0,'http://bg2017.pvppi.com/google-plus/',3,'nav_menu_item','',0),(60,1,'2016-12-15 17:17:29','2016-12-15 17:17:29','','LinkedIn','LinkedIn','publish','closed','closed','','linkedin','','','2016-12-15 17:17:29','2016-12-15 17:17:29','',0,'http://bg2017.pvppi.com/linkedin/',4,'nav_menu_item','',0),(61,1,'2016-12-15 17:17:29','2016-12-15 17:17:29','','Youtube','Youtube','publish','closed','closed','','youtube','','','2016-12-15 17:17:29','2016-12-15 17:17:29','',0,'http://bg2017.pvppi.com/youtube/',5,'nav_menu_item','',0),(98,1,'2018-05-22 13:50:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2018-05-22 13:50:56','0000-00-00 00:00:00','',0,'http://bg2017.pvppi.com/?page_id=98',0,'page','',0),(103,1,'2018-05-22 14:01:03','2018-05-22 14:01:03','<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">\n<html><body><div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-3 col-sm-3 text-center col-xs-12\">\r\n<p class=\"mod-img-circle\">\r\n<img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/ae9aceea-0f2cb9b3-feedough140800099.jpg\" data-imhwpb-built-photo-search=\"130|square\" width=\"200\" class=\"wp-image-34\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-sm-9 col-xs-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n\"The Write Stuff has been my copywriter of choice since day one. When we started our business, it was Janet and a few other copywriters who always delivered fantastic results. She\'s always found the perfect copywriter for any of our projects, from early print ads to our latest social media campaign. We\'ve had email campaigns that saw a 700% increase in click-through rates after we hired the team.\"\r\n<h4>Stephan at Love Match Singles</h4>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-3 col-sm-3 text-center col-xs-12\">\r\n<p class=\"mod-img-circle\">\r\n<img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/8bb77c42-e27c2767-kiuikson130600020.jpg\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" class=\"wp-image-35\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-sm-9 col-xs-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n\"When we were up against the wall with our marketing campaign, Thomas at The Write Stuff turned it around for us. Not only did he provide exceptional copy to increase our brand awareness and sales, he also recommended a number of different ways we could leverage our marketing dollars to get a better return on investment. We were focusing on Facebook like everyone else, but he told us we needed to approach B2B sales through LinkedIn. Our sales increased 250%.\"\r\n<h4>Andrea at Business Insurance Associates</h4>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-3 col-sm-3 text-center col-xs-12\">\r\n<p class=\"mod-img-circle\">\r\n<img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/17eb3fa0-fd8453da-michaeljung140800027.jpg\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" class=\"wp-image-36\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-sm-9 col-xs-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n\"Wow - just wow! I was expecting decent copy that I\'d have to rehash several times to get something useable, but this was verbal gold. As a retired model, Marie knew the beauty and fashion industry inside and out, and it showed. She delivered edgy, clever copy that made our campaign take off. We\'re hiring The Write Stuff for all our future needs.\"\r\n<h4>Raven at Fifth Avenue Style</h4>\r\n</div>\r\n</div></div></div></body></html>\n','Testimonials','','trash','closed','closed','','__trashed','','','2018-05-22 14:01:28','2018-05-22 14:01:28','',0,'http://bg2017.pvppi.com/?page_id=103',0,'page','',0),(67,1,'2016-12-15 17:46:16','2016-12-15 17:46:16','\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n&nbsp;\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section color5-background-color color5-text-default\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 20px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div style=\"background-color: transparent;\">\n<h2 class=\"color4-color\" style=\"text-align: center;\">The Best In The Industry</h2>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 64px;\">\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\n<div style=\"padding: 1.5em 3em; margin: 10px 0px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color1-text-default color1-background-color\">\n<h4 class=\"color5-color\">A Different Approach</h4>\n<p class=\"\">At NTP Consulting, we believe the spirit under which your company was formed is a vital part of its future growth. We won&rsquo;t tell you to change your corporate culture or anything else that makes your business an amazingly unique enterprise.</p>\n<p class=\"\">At NTP Partners Consulting, we don&rsquo;t get our testimonials by asking our clients for them &ndash; we wait for them to develop organically in emails, commentary or blog posts.</p>\n&nbsp;\n<p style=\"text-align: center;\"><a class=\"button-primary\" href=\"#\">Read More </a></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\n<div style=\"background-color: transparent;\" class=\"\">\n\n<img class=\"aligncenter size-full bg-img bg-img-rounded wp-image-73\" style=\"margin-top: 13px; margin-bottom: 13px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl-1.jpg\" alt=\"e7rlgujjazc\" width=\"600\" height=\"600\" data-imhwpb-asset-id=\"695290\">\n\n&nbsp;\n<p class=\"\">Though our services are divided into basic areas of marketing, finance, production and growth, we treat all our clients as individuals and don&rsquo;t think a one-sized-fits-all solution will work. We&rsquo;ll help you develop a customized plan to your unique position.</p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<div style=\"background-color: transparent;\" class=\"\">\n<h4 class=\"color4-color\">Quality Over Quantity</h4>\n<p class=\"\">Because we have so many brilliant consultants in a wide variety of industries, we&rsquo;ve been able to pick the very best advice for re-inventing your business into a dynamic, thriving enterprise where people are lining up to get in and share the experience. If you&rsquo;ve dreamed of making your business extraordinary, our Business Renovation Program will take you there.</p>\n<p class=\"\">We believe in honoring the unique personalities, culture and market that has grown your business so far, and hire only the very best consultants to help you take your business into the future with success beyond your wildest dreams.</p>\n<p class=\"\">Although you can tell a lot about a business or service by looking at its website, the best way to see what they can do is by looking through their customer&rsquo;s eyes and seeing what they&rsquo;ve accomplished.</p>\n\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div>\n<ul class=\"\"><li>Optimize Performance</li>\n 	<li>Contract Consultants</li>\n</ul></div>\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div>\n<ul class=\"\"><li>Costs in Advance</li>\n 	<li>Technology Planning</li>\n</ul></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section color1-background-color color1-text-default\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 41px; padding-bottom: 0px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h2 class=\"color5-color\" style=\"text-align: center;\">Services</h2>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 83px;\">\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\n<div style=\"padding: 1.5em 2em; margin-top: 15px; margin-bottom: 15px;\" class=\"bg-box bg-box-rounded-bottom-left bg-box-rounded-top-right color2-text-default color2-background-color\">\n<h4 class=\"\"><img class=\"aligncenter bg-img bg-img-circle wp-image-74\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_JWiMShWiF14-imhwpb-w2w7p4xqkavssft-1.jpg\" alt=\"jwimshwif14\" width=\"160\" height=\"160\" data-imhwpb-asset-id=\"695291\"></h4>\n<h4 class=\"color5-color\" style=\"text-align: center;\">&nbsp;Makeover</h4>\n<p class=\"\" style=\"text-align: center;\">Whether you need to have some serious work done on your social media marketing, we have marketing experts who can help.</p>\n\n</div>\n</div>\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\n<div style=\"padding: 1.5em 2em; margin-top: 15px; margin-bottom: 15px;\" class=\"bg-box bg-box-rounded-bottom-left bg-box-rounded-top-right color2-text-default color2-background-color\">\n<h4 class=\"\"><img class=\"aligncenter bg-img bg-img-circle wp-image-75\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_unRkg2jH1j0-imhwpb-1i3zos13dh58eps-1.jpg\" alt=\"unrkg2jh1j0\" width=\"160\" height=\"160\" data-imhwpb-asset-id=\"695292\"></h4>\n<h4 class=\"color5-color\" style=\"text-align: center;\">Flow Finance</h4>\n<p class=\"\" style=\"text-align: center;\">What if running finance was about being able to capture the very best out of every new possibility that was presented to you?</p>\n\n</div>\n</div>\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\n<div style=\"padding: 1.5em 2em; margin-top: 15px; margin-bottom: 15px;\" class=\"bg-box bg-box-rounded-bottom-left bg-box-rounded-top-right color2-text-default color2-background-color\">\n<h4 class=\"\"><img class=\"aligncenter bg-img bg-img-circle wp-image-76\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_jrh5lAq-mIs-imhwpb-q83m83wqofvt77x-1.jpg\" alt=\"jrh5laq-mis\" width=\"160\" height=\"160\" data-imhwpb-asset-id=\"695293\"></h4>\n<h4 class=\"color5-color\" style=\"text-align: center;\">Production Plus</h4>\n<p class=\"\" style=\"text-align: center;\">Production Plus puts the world&rsquo;s top manufacturing and operations gurus into action cutting your overhead.</p>\n\n</div>\n</div>\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\n<div style=\"padding: 1.5em 2em; margin-top: 14px; margin-bottom: 14px;\" class=\"bg-box bg-box-rounded-bottom-left bg-box-rounded-top-right color2-text-default color2-background-color\">\n<h4 class=\"\"><img class=\"aligncenter bg-img bg-img-circle wp-image-77\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_t5BvA-Q_m_Y-imhwpb-fjmellfnqinoe74-1.jpg\" alt=\"t5bva-q_m_y\" width=\"160\" height=\"160\" data-imhwpb-asset-id=\"695294\"></h4>\n<h4 class=\"color5-color\" style=\"text-align: center;\">Dynamic Growth</h4>\n<p class=\"\" style=\"text-align: center;\">If it&rsquo;s time to take your business to the next level, Dynamic Growth will get you there quickly and efficiently. Let us take you there!</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section color5-background-color color5-text-default\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 20px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h2 class=\"color4-color\" style=\"text-align: center;\">TESTIMONIALS</h2>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 20px;\">\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\n<h4 style=\"text-align: center;\"><img class=\"aligncenter bg-img bg-img-circle wp-image-78\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_aSlReZyUt4c-imhwpb-u1ausd7qae3p3kh-1.jpg\" alt=\"aslrezyut4c\" width=\"140\" height=\"140\" data-imhwpb-asset-id=\"695295\"></h4>\n<h4 class=\"color4-color\" style=\"text-align: center;\">Alan Smith</h4>\n</div>\n<div class=\"col-md-9 col-sm-8 col-xs-12\">\n<div style=\"padding: 2em 3em; margin-top: 10px; margin-bottom: 10px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color1-text-default color1-background-color\">\n<p class=\"\" style=\"font-size: 16px;\">After we dealt poorly with a product recall, we were worried that our business was going to fail. We had marketing people who could tell us how to promote our products, but nobody could tell us how to regain our customers&rsquo; trust and loyalty. NTP&rsquo;s Marketing Makeover put us back in the game.</p>\n\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 64px;\">\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\n<h4 style=\"text-align: center;\"><img class=\"aligncenter size-full bg-img bg-img-circle wp-image-79\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_3hoAon9Mc88-imhwpb-3db25ssugurmbkf-1.jpg\" alt=\"3hoaon9mc88\" width=\"140\" height=\"140\" data-imhwpb-asset-id=\"695296\"></h4>\n<h4 class=\"color4-color\" style=\"text-align: center;\">AIMEE LEE</h4>\n</div>\n<div class=\"col-md-9 col-sm-8 col-xs-12\">\n<div style=\"padding: 2em 3em; margin-top: 10px; margin-bottom: 10px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color1-text-default color1-background-color\">\n<p class=\"\" style=\"font-size: 16px;\">We knew we had a great product, but we didn&rsquo;t know how to take the business to the next level so that we could see real success. The comprehensive Dynamic Growth program offered by NTP worked with us every step of the way so we could grow our company without sacrificing our company spirit. We just made Fortune 500!</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section color1-background-color color1-text-default\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 20px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n<h2 class=\"color5-color\" style=\"text-align: center;\">ABOUT OUR COMPANY</h2>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 89px;\">\n<div class=\"col-md-4 col-sm-5 col-xs-12\">\n<div class=\"\">\n\n<img class=\"aligncenter size-full bg-img bg-img-rounded-bottom-left bg-img-rounded-top-left wp-image-80\" style=\"margin-top: 15px; margin-bottom: 15px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d-1.jpg\" alt=\"ttpmpll_2lc\" width=\"600\" height=\"600\" data-imhwpb-asset-id=\"695297\"></div>\n</div>\n<div class=\"col-md-4 col-sm-7 col-xs-12\">\n<div style=\"padding: 2.5em 2em; margin-top: 15px; margin-bottom: 15px;\" class=\"bg-box bg-box-edged color1-text-default color1-background-color\">\n<p class=\"\"><img class=\"aligncenter bg-img bg-img-1 wp-image-81\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_wNz7_5EvUWU-imhwpb-1dwhcq3pe4aky8n-1.jpg\" alt=\"wnz7_5evuwu\" width=\"240\" height=\"240\" data-imhwpb-asset-id=\"695298\"></p>\n&nbsp;\n<p class=\"\">Determined to create something better, our company was formed to help small businesses reach that next level without losing their personality. Fortune 500 and some of the best marketers in the world created a dynamic company of consultants who were able to take a small business in hand and turn it into a growing, dynamic powerhouse.</p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<div style=\"padding: 2.5em 2em; margin-top: 15px; margin-bottom: 15px;\" class=\"bg-box bg-box-edged color1-text-default color1-background-color\">\n<p class=\"\">We believe that creating growth is only helpful if the company is able to continue. Destroying a company&rsquo;s spirit in the interest of growth only leads to a failed enterprise.</p>\n<p class=\"\">Because of this value, we&rsquo;re always happy to go above and beyond for your company, reaching out to our extensive network of contact to develop the perfect program so your company can realize an amazing level of dynamic growth.</p>\n<p class=\"\">We don&rsquo;t want you to change. We&rsquo;ll help you get there without sacrificing your values.</p>\n&nbsp;\n<p style=\"text-align: center;\"><a class=\"button-primary\" href=\"#\">Read More&nbsp; </a></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n','Home','','trash','closed','closed','','home-staging__trashed','','','2018-05-22 15:26:09','2018-05-22 15:26:09','',0,'http://bg2017.pvppi.com/home-staging/',0,'page','',0),(69,1,'2016-12-15 17:46:16','2016-12-15 17:46:16','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Helping Your Business Build Success</h2>\r\n<h4>Develop Your Path to Greatness</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\nAt Amazing Business Consulting, our business is helping your business succeed. Whether you need help with business planning, need back office support or need to change up your game to higher-level executive action, we\'ve got programs and services you need to make your business rock.\r\n\r\nFounded by Bradley Jessup in 1995, we\'ve had over 20 years\' experience in helping entrepreneurs develop success in their business and personal lives. Our focus is finding areas where your business could be more productive and successful and then helping you develop the path to get it there.\r\n<div class=\"mod-space\"></div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Customer Testimonials</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-82\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_58278935_9p4i7C8ZebRRVSCmA5ad6Uf3bRyJWrwV-555x370.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"52|landscape\" width=\"555\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-83\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_64831130_vzblsDeeGcemfMuEDyWMcgAmNGbj08Mm-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"53|landscape\" width=\"360\"></p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h2>Professional Services</h2>\r\nWe offer a variety of professional services that help you achieve your business goals. Do you need help with building a comprehensive business plan to get financing? What about one-on-one mentoring to take your career to the next level? We\'ve got that.\r\n\r\n</div>\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-84\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_52854462_jmr3lrxrhugnq0CG8csoyeoiwat9L5Vu-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"53|landscape\" width=\"360\"></p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h2>Comprehensive Programs</h2>\r\nOur dynamic programs cover businesses in a variety of stages and sizes. Whether you\'re just starting out, have too many hats as a SME owner, need high-level executive mentoring or need marketing tips that fit your schedule, our programs fit the bill.\r\n\r\n</div>\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-85\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_80393607_p5RCKDFSrtVQ6m9fa1aZTTTKypNqrU8X-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"53|landscape\" width=\"360\"></p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h2>Amazing Results</h2>\r\nWhere do we deliver the most? In our client\'s results. We\'ve worked with companies from single-person startups to Fortune 500 executives and everything in between. We provide a guarantee that if you follow our plan and don\'t see amazing results, you don\'t pay.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About','','trash','closed','closed','','about-us-staging__trashed','','','2018-05-22 15:26:09','2018-05-22 15:26:09','',0,'http://bg2017.pvppi.com/about-us-staging/',0,'page','',0),(71,1,'2016-12-15 17:46:16','2016-12-15 17:46:16','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\n\nPlease use the contact form below, if you have any general questions or requests about our services.\n\nWe will try our best to respond back to you within 24 hours.\n\n[ninja_forms id=\"6\"]\n\n</div>\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\n<h3><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\n<a href=\"mailto:\">support@example.com</a>\n\n<a href=\"mailto:\">sales@example.com</a>\n<h3><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\n777-765-4321 x2\n\n777-765-1234 x2\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\n202 Grid Blvd.\nAgloe, NY 12776\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_80524125_CzI5SvUnFAJg0gBLszMiHxCzAIZaQt2S-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"54|portrait\" width=\"360\" class=\"wp-image-86\"></p>\n\n</div>\n</div></div></div>\n','Contact','','trash','closed','closed','','contact-us-staging__trashed','','','2018-05-22 14:47:47','2018-05-22 14:47:47','',0,'http://bg2017.pvppi.com/contact-us-staging/',0,'page','',0),(73,1,'2016-12-15 17:46:18','2016-12-15 17:46:18','','e7rlgujjazc','','inherit','open','closed','','e7rlgujjazc-2','','','2016-12-15 17:46:18','2016-12-15 17:46:18','',67,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl-1.jpg',0,'attachment','image/jpeg',0),(74,1,'2016-12-15 17:46:18','2016-12-15 17:46:18','','jwimshwif14','','inherit','open','closed','','jwimshwif14-2','','','2016-12-15 17:46:18','2016-12-15 17:46:18','',67,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_JWiMShWiF14-imhwpb-w2w7p4xqkavssft-1.jpg',0,'attachment','image/jpeg',0),(75,1,'2016-12-15 17:46:18','2016-12-15 17:46:18','','unrkg2jh1j0','','inherit','open','closed','','unrkg2jh1j0-2','','','2016-12-15 17:46:18','2016-12-15 17:46:18','',67,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_unRkg2jH1j0-imhwpb-1i3zos13dh58eps-1.jpg',0,'attachment','image/jpeg',0),(76,1,'2016-12-15 17:46:18','2016-12-15 17:46:18','','jrh5laq-mis','','inherit','open','closed','','jrh5laq-mis-2','','','2016-12-15 17:46:18','2016-12-15 17:46:18','',67,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_jrh5lAq-mIs-imhwpb-q83m83wqofvt77x-1.jpg',0,'attachment','image/jpeg',0),(77,1,'2016-12-15 17:46:18','2016-12-15 17:46:18','','t5bva-q_m_y','','inherit','open','closed','','t5bva-q_m_y-2','','','2016-12-15 17:46:18','2016-12-15 17:46:18','',67,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_t5BvA-Q_m_Y-imhwpb-fjmellfnqinoe74-1.jpg',0,'attachment','image/jpeg',0),(78,1,'2016-12-15 17:46:19','2016-12-15 17:46:19','','aslrezyut4c','','inherit','open','closed','','aslrezyut4c-2','','','2016-12-15 17:46:19','2016-12-15 17:46:19','',67,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_aSlReZyUt4c-imhwpb-u1ausd7qae3p3kh-1.jpg',0,'attachment','image/jpeg',0),(79,1,'2016-12-15 17:46:19','2016-12-15 17:46:19','','3hoaon9mc88','','inherit','open','closed','','3hoaon9mc88-2','','','2016-12-15 17:46:19','2016-12-15 17:46:19','',67,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_3hoAon9Mc88-imhwpb-3db25ssugurmbkf-1.jpg',0,'attachment','image/jpeg',0),(80,1,'2016-12-15 17:46:19','2016-12-15 17:46:19','','ttpmpll_2lc','','inherit','open','closed','','ttpmpll_2lc-2','','','2016-12-15 17:46:19','2016-12-15 17:46:19','',67,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d-1.jpg',0,'attachment','image/jpeg',0),(81,1,'2016-12-15 17:46:19','2016-12-15 17:46:19','','wnz7_5evuwu','','inherit','open','closed','','wnz7_5evuwu-2','','','2016-12-15 17:46:19','2016-12-15 17:46:19','',67,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_wNz7_5EvUWU-imhwpb-1dwhcq3pe4aky8n-1.jpg',0,'attachment','image/jpeg',0),(82,1,'2016-12-15 17:46:19','2016-12-15 17:46:19','','','','inherit','open','closed','','82','','','2016-12-15 17:46:19','2016-12-15 17:46:19','',69,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_58278935_9p4i7C8ZebRRVSCmA5ad6Uf3bRyJWrwV-555x370.jpg',0,'attachment','image/jpeg',0),(83,1,'2016-12-15 17:46:19','2016-12-15 17:46:19','','','','inherit','open','closed','','83','','','2016-12-15 17:46:19','2016-12-15 17:46:19','',69,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_64831130_vzblsDeeGcemfMuEDyWMcgAmNGbj08Mm-360x240.jpg',0,'attachment','image/jpeg',0),(84,1,'2016-12-15 17:46:19','2016-12-15 17:46:19','','','','inherit','open','closed','','84','','','2016-12-15 17:46:19','2016-12-15 17:46:19','',69,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_52854462_jmr3lrxrhugnq0CG8csoyeoiwat9L5Vu-360x240.jpg',0,'attachment','image/jpeg',0),(85,1,'2016-12-15 17:46:19','2016-12-15 17:46:19','','','','inherit','open','closed','','85','','','2016-12-15 17:46:19','2016-12-15 17:46:19','',69,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_80393607_p5RCKDFSrtVQ6m9fa1aZTTTKypNqrU8X-360x240.jpg',0,'attachment','image/jpeg',0),(86,1,'2016-12-15 17:46:19','2016-12-15 17:46:19','','','','inherit','open','closed','','86','','','2016-12-15 17:46:19','2016-12-15 17:46:19','',71,'http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_80524125_CzI5SvUnFAJg0gBLszMiHxCzAIZaQt2S-360x240.jpg',0,'attachment','image/jpeg',0),(87,1,'2016-12-15 17:46:19','2016-12-15 17:46:19','\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n&nbsp;\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section color5-background-color color5-text-default\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 20px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div style=\"background-color: transparent;\">\n<h2 class=\"color4-color\" style=\"text-align: center;\">The Best In The Industry</h2>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 64px;\">\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\n<div style=\"padding: 1.5em 3em; margin: 10px 0px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color1-text-default color1-background-color\">\n<h4 class=\"color5-color\">A Different Approach</h4>\n<p class=\"\">At NTP Consulting, we believe the spirit under which your company was formed is a vital part of its future growth. We won&rsquo;t tell you to change your corporate culture or anything else that makes your business an amazingly unique enterprise.</p>\n<p class=\"\">At NTP Partners Consulting, we don&rsquo;t get our testimonials by asking our clients for them &ndash; we wait for them to develop organically in emails, commentary or blog posts.</p>\n&nbsp;\n<p style=\"text-align: center;\"><a class=\"button-primary\" href=\"#\">Read More </a></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\n<div style=\"background-color: transparent;\" class=\"\">\n\n<img class=\"aligncenter size-full bg-img bg-img-rounded wp-image-73\" style=\"margin-top: 13px; margin-bottom: 13px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_E7RLgUjjazc-imhwpb-fs2n4536vit6znl-1.jpg\" alt=\"e7rlgujjazc\" width=\"600\" height=\"600\" data-imhwpb-asset-id=\"695290\">\n\n&nbsp;\n<p class=\"\">Though our services are divided into basic areas of marketing, finance, production and growth, we treat all our clients as individuals and don&rsquo;t think a one-sized-fits-all solution will work. We&rsquo;ll help you develop a customized plan to your unique position.</p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<div style=\"background-color: transparent;\" class=\"\">\n<h4 class=\"color4-color\">Quality Over Quantity</h4>\n<p class=\"\">Because we have so many brilliant consultants in a wide variety of industries, we&rsquo;ve been able to pick the very best advice for re-inventing your business into a dynamic, thriving enterprise where people are lining up to get in and share the experience. If you&rsquo;ve dreamed of making your business extraordinary, our Business Renovation Program will take you there.</p>\n<p class=\"\">We believe in honoring the unique personalities, culture and market that has grown your business so far, and hire only the very best consultants to help you take your business into the future with success beyond your wildest dreams.</p>\n<p class=\"\">Although you can tell a lot about a business or service by looking at its website, the best way to see what they can do is by looking through their customer&rsquo;s eyes and seeing what they&rsquo;ve accomplished.</p>\n\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div>\n<ul class=\"\"><li>Optimize Performance</li>\n 	<li>Contract Consultants</li>\n</ul></div>\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div>\n<ul class=\"\"><li>Costs in Advance</li>\n 	<li>Technology Planning</li>\n</ul></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section color1-background-color color1-text-default\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 41px; padding-bottom: 0px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h2 class=\"color5-color\" style=\"text-align: center;\">Services</h2>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 83px;\">\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\n<div style=\"padding: 1.5em 2em; margin-top: 15px; margin-bottom: 15px;\" class=\"bg-box bg-box-rounded-bottom-left bg-box-rounded-top-right color2-text-default color2-background-color\">\n<h4 class=\"\"><img class=\"aligncenter bg-img bg-img-circle wp-image-74\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_JWiMShWiF14-imhwpb-w2w7p4xqkavssft-1.jpg\" alt=\"jwimshwif14\" width=\"160\" height=\"160\" data-imhwpb-asset-id=\"695291\"></h4>\n<h4 class=\"color5-color\" style=\"text-align: center;\">&nbsp;Makeover</h4>\n<p class=\"\" style=\"text-align: center;\">Whether you need to have some serious work done on your social media marketing, we have marketing experts who can help.</p>\n\n</div>\n</div>\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\n<div style=\"padding: 1.5em 2em; margin-top: 15px; margin-bottom: 15px;\" class=\"bg-box bg-box-rounded-bottom-left bg-box-rounded-top-right color2-text-default color2-background-color\">\n<h4 class=\"\"><img class=\"aligncenter bg-img bg-img-circle wp-image-75\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_unRkg2jH1j0-imhwpb-1i3zos13dh58eps-1.jpg\" alt=\"unrkg2jh1j0\" width=\"160\" height=\"160\" data-imhwpb-asset-id=\"695292\"></h4>\n<h4 class=\"color5-color\" style=\"text-align: center;\">Flow Finance</h4>\n<p class=\"\" style=\"text-align: center;\">What if running finance was about being able to capture the very best out of every new possibility that was presented to you?</p>\n\n</div>\n</div>\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\n<div style=\"padding: 1.5em 2em; margin-top: 15px; margin-bottom: 15px;\" class=\"bg-box bg-box-rounded-bottom-left bg-box-rounded-top-right color2-text-default color2-background-color\">\n<h4 class=\"\"><img class=\"aligncenter bg-img bg-img-circle wp-image-76\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_jrh5lAq-mIs-imhwpb-q83m83wqofvt77x-1.jpg\" alt=\"jrh5laq-mis\" width=\"160\" height=\"160\" data-imhwpb-asset-id=\"695293\"></h4>\n<h4 class=\"color5-color\" style=\"text-align: center;\">Production Plus</h4>\n<p class=\"\" style=\"text-align: center;\">Production Plus puts the world&rsquo;s top manufacturing and operations gurus into action cutting your overhead.</p>\n\n</div>\n</div>\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\n<div style=\"padding: 1.5em 2em; margin-top: 14px; margin-bottom: 14px;\" class=\"bg-box bg-box-rounded-bottom-left bg-box-rounded-top-right color2-text-default color2-background-color\">\n<h4 class=\"\"><img class=\"aligncenter bg-img bg-img-circle wp-image-77\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_t5BvA-Q_m_Y-imhwpb-fjmellfnqinoe74-1.jpg\" alt=\"t5bva-q_m_y\" width=\"160\" height=\"160\" data-imhwpb-asset-id=\"695294\"></h4>\n<h4 class=\"color5-color\" style=\"text-align: center;\">Dynamic Growth</h4>\n<p class=\"\" style=\"text-align: center;\">If it&rsquo;s time to take your business to the next level, Dynamic Growth will get you there quickly and efficiently. Let us take you there!</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section color5-background-color color5-text-default\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 20px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h2 class=\"color4-color\" style=\"text-align: center;\">TESTIMONIALS</h2>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 20px;\">\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\n<h4 style=\"text-align: center;\"><img class=\"aligncenter bg-img bg-img-circle wp-image-78\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_aSlReZyUt4c-imhwpb-u1ausd7qae3p3kh-1.jpg\" alt=\"aslrezyut4c\" width=\"140\" height=\"140\" data-imhwpb-asset-id=\"695295\"></h4>\n<h4 class=\"color4-color\" style=\"text-align: center;\">Alan Smith</h4>\n</div>\n<div class=\"col-md-9 col-sm-8 col-xs-12\">\n<div style=\"padding: 2em 3em; margin-top: 10px; margin-bottom: 10px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color1-text-default color1-background-color\">\n<p class=\"\" style=\"font-size: 16px;\">After we dealt poorly with a product recall, we were worried that our business was going to fail. We had marketing people who could tell us how to promote our products, but nobody could tell us how to regain our customers&rsquo; trust and loyalty. NTP&rsquo;s Marketing Makeover put us back in the game.</p>\n\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 64px;\">\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\n<h4 style=\"text-align: center;\"><img class=\"aligncenter size-full bg-img bg-img-circle wp-image-79\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_3hoAon9Mc88-imhwpb-3db25ssugurmbkf-1.jpg\" alt=\"3hoaon9mc88\" width=\"140\" height=\"140\" data-imhwpb-asset-id=\"695296\"></h4>\n<h4 class=\"color4-color\" style=\"text-align: center;\">AIMEE LEE</h4>\n</div>\n<div class=\"col-md-9 col-sm-8 col-xs-12\">\n<div style=\"padding: 2em 3em; margin-top: 10px; margin-bottom: 10px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color1-text-default color1-background-color\">\n<p class=\"\" style=\"font-size: 16px;\">We knew we had a great product, but we didn&rsquo;t know how to take the business to the next level so that we could see real success. The comprehensive Dynamic Growth program offered by NTP worked with us every step of the way so we could grow our company without sacrificing our company spirit. We just made Fortune 500!</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section color1-background-color color1-text-default\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 20px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n<h2 class=\"color5-color\" style=\"text-align: center;\">ABOUT OUR COMPANY</h2>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 89px;\">\n<div class=\"col-md-4 col-sm-5 col-xs-12\">\n<div class=\"\">\n\n<img class=\"aligncenter size-full bg-img bg-img-rounded-bottom-left bg-img-rounded-top-left wp-image-80\" style=\"margin-top: 15px; margin-bottom: 15px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_TTPMpLl_2lc-imhwpb-5do35s3wtvgp39d-1.jpg\" alt=\"ttpmpll_2lc\" width=\"600\" height=\"600\" data-imhwpb-asset-id=\"695297\"></div>\n</div>\n<div class=\"col-md-4 col-sm-7 col-xs-12\">\n<div style=\"padding: 2.5em 2em; margin-top: 15px; margin-bottom: 15px;\" class=\"bg-box bg-box-edged color1-text-default color1-background-color\">\n<p class=\"\"><img class=\"aligncenter bg-img bg-img-1 wp-image-81\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/tmp_wNz7_5EvUWU-imhwpb-1dwhcq3pe4aky8n-1.jpg\" alt=\"wnz7_5evuwu\" width=\"240\" height=\"240\" data-imhwpb-asset-id=\"695298\"></p>\n&nbsp;\n<p class=\"\">Determined to create something better, our company was formed to help small businesses reach that next level without losing their personality. Fortune 500 and some of the best marketers in the world created a dynamic company of consultants who were able to take a small business in hand and turn it into a growing, dynamic powerhouse.</p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<div style=\"padding: 2.5em 2em; margin-top: 15px; margin-bottom: 15px;\" class=\"bg-box bg-box-edged color1-text-default color1-background-color\">\n<p class=\"\">We believe that creating growth is only helpful if the company is able to continue. Destroying a company&rsquo;s spirit in the interest of growth only leads to a failed enterprise.</p>\n<p class=\"\">Because of this value, we&rsquo;re always happy to go above and beyond for your company, reaching out to our extensive network of contact to develop the perfect program so your company can realize an amazing level of dynamic growth.</p>\n<p class=\"\">We don&rsquo;t want you to change. We&rsquo;ll help you get there without sacrificing your values.</p>\n&nbsp;\n<p style=\"text-align: center;\"><a class=\"button-primary\" href=\"#\">Read More&nbsp; </a></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n','Home','','inherit','closed','closed','','67-revision-v1','','','2016-12-15 17:46:19','2016-12-15 17:46:19','',67,'http://bg2017.pvppi.com/67-revision-v1/',0,'revision','',0),(88,1,'2016-12-15 17:46:19','2016-12-15 17:46:19','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\n<h2>Helping Your Business Build Success</h2>\n<h4>Develop Your Path to Greatness</h4>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n</div>\n</div>\nAt Amazing Business Consulting, our business is helping your business succeed. Whether you need help with business planning, need back office support or need to change up your game to higher-level executive action, we\'ve got programs and services you need to make your business rock.\n\nFounded by Bradley Jessup in 1995, we\'ve had over 20 years\' experience in helping entrepreneurs develop success in their business and personal lives. Our focus is finding areas where your business could be more productive and successful and then helping you develop the path to get it there.\n<div class=\"mod-space\"></div>\n<div class=\"gridblock\">\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Customer Testimonials</a></p>\n\n</div>\n</div>\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_58278935_9p4i7C8ZebRRVSCmA5ad6Uf3bRyJWrwV-555x370.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"52|landscape\" width=\"555\" class=\"wp-image-82\"></p>\n\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_64831130_vzblsDeeGcemfMuEDyWMcgAmNGbj08Mm-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"53|landscape\" width=\"360\" class=\"wp-image-83\"></p>\n\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n</div>\n</div>\n<h2>Professional Services</h2>\nWe offer a variety of professional services that help you achieve your business goals. Do you need help with building a comprehensive business plan to get financing? What about one-on-one mentoring to take your career to the next level? We\'ve got that.\n\n</div>\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_52854462_jmr3lrxrhugnq0CG8csoyeoiwat9L5Vu-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"53|landscape\" width=\"360\" class=\"wp-image-84\"></p>\n\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n</div>\n</div>\n<h2>Comprehensive Programs</h2>\nOur dynamic programs cover businesses in a variety of stages and sizes. Whether you\'re just starting out, have too many hats as a SME owner, need high-level executive mentoring or need marketing tips that fit your schedule, our programs fit the bill.\n\n</div>\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_80393607_p5RCKDFSrtVQ6m9fa1aZTTTKypNqrU8X-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"53|landscape\" width=\"360\" class=\"wp-image-85\"></p>\n\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n</div>\n</div>\n<h2>Amazing Results</h2>\nWhere do we deliver the most? In our client\'s results. We\'ve worked with companies from single-person startups to Fortune 500 executives and everything in between. We provide a guarantee that if you follow our plan and don\'t see amazing results, you don\'t pay.\n\n</div>\n</div></div></div>\n','About Us','','inherit','closed','closed','','69-revision-v1','','','2016-12-15 17:46:19','2016-12-15 17:46:19','',69,'http://bg2017.pvppi.com/69-revision-v1/',0,'revision','',0),(89,1,'2016-12-15 17:46:19','2016-12-15 17:46:19','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\n\nPlease use the contact form below, if you have any general questions or requests about our services.\n\nWe will try our best to respond back to you within 24 hours.\n\n[ninja_forms id=\"6\"]\n\n</div>\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\n<h3><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\n<a href=\"mailto:\">support@example.com</a>\n\n<a href=\"mailto:\">sales@example.com</a>\n<h3><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\n777-765-4321 x2\n\n777-765-1234 x2\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\n202 Grid Blvd.\nAgloe, NY 12776\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2016/12/4-FotoliaComp_80524125_CzI5SvUnFAJg0gBLszMiHxCzAIZaQt2S-360x240.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"54|portrait\" width=\"360\" class=\"wp-image-86\"></p>\n\n</div>\n</div></div></div>\n','Contact Us','','inherit','closed','closed','','71-revision-v1','','','2016-12-15 17:46:19','2016-12-15 17:46:19','',71,'http://bg2017.pvppi.com/71-revision-v1/',0,'revision','',0),(316,1,'2018-05-22 16:20:08','2018-05-22 16:20:08','<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"background-color: transparent;\">\r\n<h2 class=\"color4-color\" style=\"text-align: center;\">PITTSBURGH VEHICLE PRE-PURCHASE INSPECTIONS</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 92px;\">\r\n<div class=\"col-md-12 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<p class=\"\" style=\"font-size: 20px;\">Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection service. Buying any antique, classic, specialty, or late model vehicle can be stressful. Whether you\'re spending $5k or $95k we minimize risk, giving you peace of mind while saving you money.</p>\r\n<p class=\"\" style=\"font-size: 20px;\">The service we provide thoroughly examines the automobile inside and out to evaluate its current condition. Independent third party inspections are our specialty, backed with thirty years automotive experience. This gives you the facts about the vehicle you are buying.</p>\r\n<p class=\"\" style=\"font-size: 20px;\">We can save you money by preventing costly repair bills or discovering unknown problems, save you money by arming you with negotiating power, and most importantly we can save you the enormous expense from buying something that might not meet your expectations.</p>\r\n<p class=\"\" style=\"font-size: 20px;\">Why buy blindly? We offer a quality pre-purchase inspection service for buyers all around the world on antique autos, classic cars, specialty and late model vehicles. If you\'re buying something in Western PA, Eastern OH, or Northern WV, have us inspect it before you buy it.</p>\r\n<p class=\"\" style=\"font-size: 20px;\">Please click on additional pages to learn more about Pittsburgh Vehicle PPI and our services...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-22 16:20:08','2018-05-22 16:20:08','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(133,1,'2016-12-15 17:17:23','2016-12-15 17:17:23','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h2 class=\"title-main\">WEBSITE COMING SOON</h2>\r\n<h2>&nbsp;</h2>\r\n<h2>&nbsp;</h2>\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-12\">\r\n\r\n<img class=\"alignnone size-full\" src=\"//www.boldgrid.com/assets/images/default-1.jpg\" alt=\"hikers in the mountains\" width=\"800\" height=\"904\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','trash','closed','closed','','home-staging-2__trashed','','','2018-05-22 14:53:32','2018-05-22 14:53:32','',0,'http://bg2017.pvppi.com/home/',0,'page','',0),(320,1,'2018-05-22 16:33:59','2018-05-22 16:33:59','{\"boldgrid-monument::background_image\":{\"value\":\"\",\"type\":\"theme_mod\",\"user_id\":1}}','','','trash','closed','closed','','d8b506ce-6873-4b49-9684-04af79c4c685','','','2018-05-22 16:33:59','2018-05-22 16:33:59','',0,'http://bg2017.pvppi.com/d8b506ce-6873-4b49-9684-04af79c4c685/',0,'customize_changeset','',0),(321,1,'2018-05-22 16:38:51','2018-05-22 16:38:51','{\"boldgrid-monument::hide_boldgrid_attribution\":{\"value\":true,\"type\":\"theme_mod\",\"user_id\":1},\"boldgrid-monument::hide_wordpress_attribution\":{\"value\":true,\"type\":\"theme_mod\",\"user_id\":1},\"widget_black-studio-tinymce[0]\":{\"value\":{\"encoded_serialized_instance\":\"YTo1OntzOjU6InRpdGxlIjtzOjEyOiJDb250YWN0IEluZm8iO3M6NDoidGV4dCI7czo3OToiwqkgMjAxOCBQaXR0c2J1cmdoIFZlaGljbGUgUFBJIHwgPHNwYW4gY2xhc3M9InBob25lLW51bWJlciI+NDEyLTYzOC0wNjQxPC9zcGFuPiI7czo0OiJ0eXBlIjtzOjY6InZpc3VhbCI7czo2OiJmaWx0ZXIiO3M6MToiMSI7czo1OiJsYWJlbCI7czoyMDoiYmxhY2stc3R1ZGlvLXRpbnltY2UiO30=\",\"title\":\"Contact Info\",\"is_widget_customizer_js_value\":true,\"instance_hash_key\":\"ae79383adaccf4858f4d6348d98b914a\"},\"type\":\"option\",\"user_id\":1}}','','','trash','closed','closed','','fdf2cbed-a215-42eb-83a9-ed249705ad08','','','2018-05-22 16:38:51','2018-05-22 16:38:51','',0,'http://bg2017.pvppi.com/?p=321',0,'customize_changeset','',0),(150,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h2 class=\"bg-text-fx bg-text-fx-retro\" style=\"text-align: center; font-family: Audiowide; font-size: 33px; color: #d90209;\" data-font-family=\"Audiowide\"><em>Pittsburgh Vehicle Pre-Purchase Inspections</em></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-348 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvppi-at-pvgp.jpg\" alt=\"Pittsburgh Vehicle PPI tent at the PVGP\" width=\"1050\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 92px;\">\r\n<div class=\"col-md-12 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<p class=\"\" style=\"font-size: 18px;\">Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection, appraisal and consultation services. Buying or selling any antique, classic, or specialty vehicle can be stressful. We can minimize risk and give you the peace of mind you are looking for.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The service we provide thoroughly examines the automobile inside and out to evaluate its current condition. Independent third party inspections are our specialty backed with decades of automotive experience. This gives you the facts about the vehicle in question.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We can save you time and money by uncovering unknown issues, prevent costly repair bills, determine the true market value, arm you with negotiating power, or save you the enormous expense from buying something that might not meet your expectations.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Why buy or sell blindly? We offer professional services for customers all around the world on antique autos, classic cars, and specialty vehicles. If you plan on buying or selling an old car Western PA, Eastern OH, or Northern WV... contact us to learn how we can assist.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please click on additional pages to discover more about Pittsburgh Vehicle PPI and our services...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','publish','closed','closed','','home-2','','','2018-05-25 18:58:32','2018-05-25 18:58:32','',0,'http://bg2017.pvppi.com/home-staging/',0,'page','',0),(100,1,'2018-05-22 13:57:25','2018-05-22 13:57:25','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','trash','closed','closed','','services__trashed','','','2018-05-22 15:26:09','2018-05-22 15:26:09','',0,'http://bg2017.pvppi.com/?page_id=100',0,'page','',0),(101,1,'2018-05-22 13:57:25','2018-05-22 13:57:25','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','100-revision-v1','','','2018-05-22 13:57:25','2018-05-22 13:57:25','',100,'http://bg2017.pvppi.com/100-revision-v1/',0,'revision','',0),(418,1,'2018-05-24 22:14:57','2018-05-24 22:14:57','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, and specialty vehicles are purchased over long distances. Sometimes the buyer never sees the car in-person and has it transported, other times investing time and money traveling to trailer it themselves. This is where a PPI (Pre Purchase Inspection) becomes invaluable. With over three decades experience in the automotive industry as a professional and enthusiast, I use that knowledge to offer professional inspection, appraisal and consultation services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>36 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer</strong><strong>\r\n</strong></li>\r\n 	<li><strong>Antique Classic Restoration</strong><strong>\r\n</strong></li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business providing the highest quality service and best customer care. We are looking out for your best interest whether you are buying or selling, so we take great pride in our service and appreciate your business. That is why we are the preferred choice in the Western Pennsylvania Region.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-24 22:14:57','2018-05-24 22:14:57','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(409,1,'2018-05-24 00:08:40','2018-05-24 00:08:40','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, specialty or late model vehicles are purchased over long distances where the buyer never sees the car in-person. It is also common for people to make the mistake of buying a pre-owned vehicle locally without having it checked by a technician. This is where a PPI (Pre Purchase Inspection) becomes invaluable in both cases. With thirty three years experience in the automotive industry as a professional and enthusiast, I use that knowledge to offer a professional third party inspection service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>36 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer</strong><strong>\r\n</strong></li>\r\n 	<li><strong>Antique Classic Restoration</strong><strong>\r\n</strong></li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle. Additionally, many national companies can take up to a week to schedule, where we are able to schedule most inspections within 24 to 48 hours.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business. We\'re able to charge less than the competition, passing savings on to the customer, while providing the highest quality service and best customer care. We want you to be happy with your purchase so we take great pride in our service and appreciate your business. That is why PVPPI is the preferred choice for a PPI in Pittsburgh.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-24 00:08:40','2018-05-24 00:08:40','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(407,1,'2018-05-23 23:54:31','2018-05-23 23:54:31','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, specialty or late model vehicles are purchased over long distances where the buyer never sees the car in-person. It is also common for people to make the mistake of buying a pre-owned vehicle locally without having it checked by a technician. This is where a PPI (Pre Purchase Inspection) becomes invaluable in both cases. With thirty three years experience in the automotive industry as a professional and enthusiast, I use that knowledge to offer a professional third party inspection service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>35 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer\r\n</strong></li>\r\n 	<li><strong>Inventory Management\r\n</strong></li>\r\n 	<li><strong>Antique Classic Restoration</strong><strong>\r\n</strong></li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle. Additionally, many national companies can take up to a week to schedule, where we are able to schedule most inspections within 24 to 48 hours.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business. We\'re able to charge less than the competition, passing savings on to the customer, while providing the highest quality service and best customer care. We want you to be happy with your purchase so we take great pride in our service and appreciate your business. That is why PVPPI is the preferred choice for a PPI in Pittsburgh.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-23 23:54:31','2018-05-23 23:54:31','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(148,1,'2018-05-22 15:23:30','0000-00-00 00:00:00','{\"sidebars_widgets[boldgrid-widget-2]\":{\"value\":[],\"type\":\"option\",\"user_id\":1}}','','','auto-draft','closed','closed','','d4351dc2-003d-4f67-b4f6-7c19c5bd78ea','','','2018-05-22 15:23:30','0000-00-00 00:00:00','',0,'http://bg2017.pvppi.com/?p=148',0,'customize_changeset','',0),(315,1,'2018-05-22 16:18:12','2018-05-22 16:18:12','<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"background-color: transparent;\">\r\n<h2 class=\"color4-color\" style=\"text-align: center;\">PITTSBURGH VEHICLE PRE-PURCHASE INSPECTIONS</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 92px;\">\r\n<div class=\"col-md-12 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<p class=\"\" style=\"font-size: 20px;\">Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection service. Buying any antique, classic, specialty, or late model vehicle can be stressful. Whether you\'re spending $5k or $95k we minimize risk, giving you peace of mind while saving you money.\r\n\r\nThe service we provide thoroughly examines the automobile inside and out to evaluate its current condition. Independent third party inspections are our specialty, backed with thirty years automotive experience. This gives you the facts about the vehicle you are buying.\r\n\r\nWe can save you money by preventing costly repair bills or discovering unknown problems, save you money by arming you with negotiating power, and most importantly we can save you the enormous expense from buying something that might not meet your expectations.\r\n\r\nWhy buy blindly? We offer a quality pre-purchase inspection service for buyers all around the world on antique autos, classic cars, specialty and late model vehicles. If you\'re buying something in Western PA, Eastern OH, or Northern WV, have us inspect it before you buy it.</p>\r\n<p class=\"\" style=\"font-size: 20px;\">Please click on additional pages to learn more about Pittsburgh Vehicle PPI and our services...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-22 16:18:12','2018-05-22 16:18:12','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(151,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','publish','closed','closed','','151','','','2018-05-22 15:31:20','2018-05-22 15:31:20','',0,'http://bg2017.pvppi.com/151/',0,'nav_menu_item','',0),(152,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3>Pages vs. Posts</h3>\r\n<p class=\"mod-reset\"><img class=\"alignright\" src=\"\" alt=\"clock\" data-imhwpb-asset-id=\"788447\" height=\"390\" width=\"293\" style=\"margin-bottom: 20px;\" /></p>\r\nIf you\'re new to WordPress you may be wondering what\'s the big deal behind <em><strong>Pages</strong></em> and <em><strong>Posts</strong></em>. At first glance they appear to be one and the same: if you were to create either a new page or a new post you\'d be presented with nearly identical interfaces and in many cases the public appearance of pages and posts will look the same.\r\n\r\nDon\'t let this fool you. There\'s a very fundamental difference between the two and that difference is what makes CMSs, like WordPress, great platforms for integrating blogs with traditional websites.\r\n<h4>Pages</h4>\r\nThink about the kind of pages that make up a typical website. Most often you\'ll see pages like \"Home\", \"About Us\", \"Services\", \"Contact Us\", etc. Within WordPress these are often treated as <em><strong>Pages</strong></em>; documents that have no particular regard for the time they were posted.\r\n\r\nFor example, when you visit the \"About Us\" page of your favorite company\'s website you don\'t expect the content to be very different from what was available there a week ago.\r\n\r\n<!--more Read more > -->\r\n<h4>Posts</h4>\r\nNow take a moment to think of your favorite news website. A news site is an ideal example of when you\'d expect content to be different from the last time you visited — after all, news just wouldn\'t be news if it weren\'t current. In the case of news sites, <em><strong>Posts</strong></em> are most often used to write articles.\r\n\r\nWhen you publish a post within WordPress it knows to treat the post differently than the way it treats a page. For example, when you enable a blog within your BoldGrid theme, it will list all of your published posts in reverse chronological order on your <em><strong>Blog</strong></em> page.\r\n\r\nYour BoldGrid site can contain both pages and posts, i.e. you may have an \"About Author\" page to compliment your weekly blog. When done well, utilizing pages and posts in this way can help you build a more engaging experience for your visitors.\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n\r\n</div>\r\n</div>\r\n</div>','Blogging 101','','publish','closed','open','','blogging-101-staging','','','2018-05-25 18:58:31','2018-05-25 18:58:31','',0,'http://bg2017.pvppi.com/blogging-101-staging/',0,'post','',0),(153,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3>Categories and Tags</h3>\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full\" src=\"\" alt=\"desktop\" data-imhwpb-asset-id=\"788448\" height=\"450\" width=\"900\" /></p>\r\n\r\nIf you write about a variety of subjects, categories can help your readers find the posts that are most relevant to them. For instance, if you run a consulting business, you may want some of your posts to reflect work you\'ve done with previous clients, while having other posts act as informational resources. In this particular case, you can set up 2 categories: one labeled <em><strong>Projects</strong></em> and another labeled <em><strong>Resources</strong></em>. You\'d then place your posts in their respective categories.\r\n\r\n<!--more Read more > -->\r\n\r\nCategories are accessible from the post editor. There you can create new categories and assign them to your posts.\r\n\r\nTags, on the other hand, allow you to label your posts with relevant topics. For instance, within one of your resource posts you may choose to write about a set of project management tools. While you can certainly create a new category called \"Project Management Tools,\" you may not plan to write about the topic often enough to justify giving it a dedicated category. Instead, you may want to tag your post with several topics that exists within the post; e.g. <em><strong>project management tools, communication, time tracking</strong></em>, etc.\r\n\r\nWhat\'s great about tags is that they are searchable and provide your users another way to find content on your site. Anyone searching for \"project management tools\" will be able to locate any posts you\'ve tagged with those words!\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n\r\n</div>\r\n</div>\r\n</div>','Basic Taxonomies','','publish','closed','open','','basic-taxonomies-staging','','','2018-05-25 18:58:31','2018-05-25 18:58:31','',0,'http://bg2017.pvppi.com/basic-taxonomies-staging/',0,'post','',0),(154,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3>Plan Your Content</h3>\r\n<p class=\"mod-reset\"><img class=\"alignright\" src=\"\" alt=\"laptop\" data-imhwpb-asset-id=\"788449\" height=\"225\" width=\"300\" style=\"margin-bottom: 20px;\" /></p>\r\nIf you\'re considering adding a blog to your site, you\'ll want to have a plan beforehand. Planning your blog will help your subject matter remain consistent over time. It\'ll also help you determine whether or not there\'s enough material to maintain a steady stream of posts.\r\n\r\nOne pitfall many new bloggers run into is starting a blog that isn\'t posted to frequently enough. A shortage of recent posts can give your visitors a bad impression of your business. One may think \"I wonder if they’re still in business\" or \"they may want to hire a writer.\"\r\n\r\nA blog, like any other customer facing aspect of your business, communicates your brand. If it isn\'t maintained and given proper attention, people will notice. Post regularly and keep your content fresh. Give your audience a reason to visit often.\r\n<p class=\"\"><!--more Read more > --></p>\r\n \r\n<h3>Find Your Audience</h3>\r\nWhile on the topic of audiences, you\'ll likely want to identify yours early on. If your blog is going to be set up to compliment a business, your target audience will likely be the same as your consumer base; you\'re then writing for the same people that buy your product. You\'ll want to allow any marketing material you\'ve used inform the style and tone of your writing. Think of your blog as an extension of your company\'s brand.\r\n\r\nIf, on the other hand, your business is completely new or you don\'t happen to be selling anything in particular, this is the time to start thinking about your brand ...\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Tips For Better Writing','','publish','closed','open','','tips-for-better-writing-staging','','','2018-05-25 18:58:31','2018-05-25 18:58:31','',0,'http://bg2017.pvppi.com/tips-for-better-writing-staging/',0,'post','',0),(155,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, and specialty vehicles are purchased over long distances. Sometimes the buyer never sees the car in-person and has it transported, other times investing time and money traveling to trailer it themselves. This is where a PPI (Pre Purchase Inspection) becomes invaluable. With over three decades experience in the automotive industry as a professional and enthusiast I use that knowledge to offer an independent inspection, appraisal and consultation service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>36 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer</strong><strong>\r\n</strong></li>\r\n 	<li><strong>Antique Classic Restoration</strong><strong>\r\n</strong></li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignleft wp-image-439 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/9cross.jpg\" alt=\"Certification\" width=\"188\" height=\"250\"></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business providing an honorable service with quality customer care. We are looking out for your best interest whether you are buying or selling that special automobile, therefore we take great pride in helping others and are grateful to be of service. That is why we are the preferred choice for a PPI in the Western Pennsylvania Region.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','publish','closed','closed','','about-pittsburgh-ppi-mobile-auto-inspection-appraiser','','','2018-05-25 18:58:30','2018-05-25 18:58:30','',0,'http://bg2017.pvppi.com/about-us-staging/',0,'page','',0),(330,1,'2018-05-22 18:37:49','2018-05-22 18:37:49','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, specialty or late model vehicles are purchased over long distances where the buyer never sees the car in-person. It is also common for people to make the mistake of buying a pre-owned vehicle locally without having it checked by a technician. This is where a PPI (Pre Purchase Inspection) becomes invaluable in both cases. With thirty three years experience in the automotive industry as a professional and enthusiast, I use that knowledge to offer a professional third party inspection service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>35 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer\r\n</strong></li>\r\n 	<li><strong>Inventory Management\r\n</strong></li>\r\n 	<li><strong>Classic Car Restoration</strong></li>\r\n</ul>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle. Additionally, many national companies can take up to a week to schedule, where we are able to schedule most inspections within 24 to 48 hours.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business. We\'re able to charge less than the competition, passing savings on to the customer, while providing the highest quality service and best customer care. We want you to be happy with your purchase so we take great pride in our service and appreciate your business. That is why PVPPI is the preferred choice for a PPI in Pittsburgh.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-22 18:37:49','2018-05-22 18:37:49','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(156,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','publish','closed','closed','','156','','','2018-05-22 15:31:20','2018-05-22 15:31:20','',0,'http://bg2017.pvppi.com/156/',2,'nav_menu_item','',0),(157,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Home &amp; Property</h2>\r\n<h4>Prolong The Life of Your Home</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nAs a Home &amp; Property business, we are proud to offer a multitude of home repair and property improvement services. Through beautifully crafted home repairs, we can help you to prolong the life of your home, fix troublesome areas, enhance curb appeal, and resolve indoor plumbing, electrical, and cosmetic issues. From small handyman tasks to larger home repair and remodeling projects, our work is designed to bring value to your home in a cost-effective and timely manner.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Our Services</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/d85de326-fd419874-breadmaker150900002.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-202\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/005fe1-34b3e14d-iriana88w150600189.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-203\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fd6f7f03-78c687fc-astragal130900019.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-204\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/7f34e5d1-47af6177-mihalis77151000007.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-205\"></p>\r\n\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/6d884e89-9b1c9983-Scovad140100012.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-206\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Outdoor Home Repairs</h2>\r\n<h4>Great Returns On Your Investment</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nOur market research has shown us that outdoor home replacement and repair projects can have up to a 72 percent return on investment. With this in mind, home owners are thinking twice before they ignore that troublesome garage door or faulty front door entrance. Instead, small and large outdoor home repairs are helping to restore curb appeal to residential homes. From chimney repairs to fencing installation, we will help you to improve the value of your home. Contact us today to learn more about our outdoor home repair services.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Take A Tour</a> <a class=\"button-secondary\" href=\"#\">View Projects</a></p>\r\n\r\n</div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Indoor Home Repairs</h2>\r\n<h4>We\'re Here to Help</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nDo you have a faucet that won\'t stop dripping? Perhaps your heating or cooling system doesn\'t seem to function like it used to? Or, maybe, there is one pesky light that always seems to flicker, no matter what light bulb you install? If your home has any of these symptoms or is in need of other non-cosmetic repairs, then we are here to help. Our indoor home repair services cover the majority of a home\'s internal systems, including: plumbing, electrical, sewer, heating, and others. We invite you to contact us to learn more about our indoor home repair capabilities.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Our Services</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/666749b3-f8aedfe5-alexandrmoroz150100032.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-207\"></p>\r\n\r\n</div>\r\n</div></div></div>\n','About Us','','trash','closed','closed','','about-us-2-staging__trashed','','','2018-05-22 15:42:33','2018-05-22 15:42:33','',0,'http://bg2017.pvppi.com/about-us-2-staging/',0,'page','',0),(158,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','trash','closed','closed','','158__trashed','','','2018-05-22 15:42:33','2018-05-22 15:42:33','',0,'http://bg2017.pvppi.com/158/',3,'nav_menu_item','',0),(159,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/d61916fa-cb172dd2-iriana88w130700005.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"1140\" class=\"wp-image-208\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/63b98bc7-5d503040-iriana88w150800613.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"200\" class=\"wp-image-209\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/3087d04c-2f752214-iriana88w170100047.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"200\" class=\"wp-image-210\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/5960e1ee-958b1b56-bialasiewicz150800915.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"200\" class=\"wp-image-211\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Mid-Century Charm</h2>\r\n<h4>Vintage Beauty Meets Modern Renovation</h4>\r\nThis lovely mid-century ranch has awesome modern details interspersed with vintage flavor. Lovingly maintained by a single family, this open, airy home provides plenty of light, lovely views of the valley and a beautiful setting amid mature, well-kept landscaping. From the fabulous tile-accented fireplace in the family room to the expansive deck, this is a fabulous find.\r\n\r\nWith three bedrooms and two full baths, a country kitchen perfect for canning and gourmet cooking, a spacious fenced backyard and full basement ready for finishing, this charmer has everything you need. Updated electrical service, new 30-year laminate flooring and new HVAC promises years of service.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Take A Tour</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 text-center col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/74c3f3a8-8b50efe7-iriana88w120700088.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"555\" class=\"wp-image-212\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-213\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/6e1ce050-00042e5e-iriana88w140800117.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Historic Opportunity</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nThis charming Queen Anne Victorian has plenty of history to enjoy. On the National Register of Historic Places, this lovely painted lady exudes southern charm.\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-214\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/7f74f52e-0276bfb2-epstock150400001.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Green Living</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nThis strawbale home is quiet and energy efficient. From the deep porch that encourages passive heating to the renewable energy system, this home is perfect for the environmentally-conscious.\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-215\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/cfc75992-84ef04db-zstockphotos130800022.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Old-World Luxury</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nIn the exclusive Tall Pines subdivision for a song! An out-of-state job requires a quick sale on this luxury home. From marble entry to the expansive master suite, you\'ll find nothing but the best.\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-216\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/eb2ae01d-b8b8211a-marcogovel131200037.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Country Masterpiece</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nBring the horses! This lovely 10-acre farm offers options for gardening, small livestock and everything country living has to offer. With 5 bedrooms and 3 baths, it has great B&amp;B potential.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Featured','','trash','closed','closed','','featured-staging__trashed','','','2018-05-22 15:47:27','2018-05-22 15:47:27','',0,'http://bg2017.pvppi.com/featured-staging/',0,'page','',0),(160,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','trash','closed','closed','','160__trashed','','','2018-05-22 15:47:27','2018-05-22 15:47:27','',0,'http://bg2017.pvppi.com/160/',4,'nav_menu_item','',0),(161,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-434 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/faq.jpg\" alt=\"Frequently asked questions about buying classic car and appraisal\" width=\"647\" height=\"112\"></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you perform the inspection where the car is located?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, we are a mobile PPI service and we always travel to where the vehicle is located. That is the benefit of the service and makes it more convenient for the buyer and the seller.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: What is your turnaround time and when do I received the report and photos?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We have a very fast turnaround time, in most cases 24 to 72 hours, depending on the day of the week and schedule. You will receive the report and photos on the same day as the inspection via email, or you can have it mailed USPS if preferred.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How are your services different or better than CarFax or AutoCheck?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Those services are essentially a background check for 1981 and newer automobiles using the Vehicle Identification Number. It can inform you how many owners, accidents reported, odometer issues, flood damage, fleet use, or other adverse events. While we recommend obtaining a vehicle history report on the automobile you are interested in buying because it can provide important information about its history, it cannot be relied upon 100% because it doesn\'t inform you of the current condition and the reports often have errors because accidents are not always reported.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you tell me the value of the car or do an appraisal?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Our inspection is an overall condition evaluation service and can provide insight on market value when used with price guides. If you need an appraisal, that requires additional research and that service can be added on.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: This is my first time buying (selling) an old car and don\'t know what to do, can you help?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Absolutely, we offer consultation services and we\'ll try to assist you any way we can.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you offer PA State Inspection or repair services?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Sorry, we are a mobile third party inspection service only. You will have to take your vehicle to an auto repair facility near you that offers annual PA State Safety Inspection and repair services.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How long does the PPI take?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: The on-site vehicle inspection takes approximately 90 minutes to perform, but the total time invested is 6 hours on average.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you put the car on a lift or remove the wheels?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Since we are a mobile service we are unable to put the car on a lift and we cannot pull the wheels due to the liability incurred with the removal of components. We specialize in third party inspections and are able to thoroughly inspect the functionality and condition of the automobile, which includes an undercarriage inspection with the vehicle on the ground.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you recommend any good dealers?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We are unbiased and cannot endorse auto dealerships. Every automobile is different and needs to be evaluated individually regardless who is selling it. Any reputable seller would welcome and encourage an inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: I need specific items checked on a vehicle, can you do that?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, while we offer a strict inspection procedure for every vehicle we understand there are certain circumstances that require special attention. Special requests are welcome and we will try to accommodate you as best as possible.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Does your service offer a warranty or guarantee?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: No, our service is not a warranty or guarantee. While we make every effort to find every defect of the vehicle, we cannot possibly see every flaw. We cannot visually inspect internal components within the drive-train and other hidden areas, therefore we cannot see some potential or impending failures. The vehicle could also have intermittent issues that were not revealed at the time of the inspection and any vehicle can malfunction at any time. The purpose of our service is to provide you with an unbiased inspection report based on what we see at the time of the inspection, and with that information you are able to make a more informed buying decision, thus eliminating most of the risk associated with buying an older vehicle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','publish','closed','closed','','vintage-automobile-consulting-questions','','','2018-05-25 18:58:31','2018-05-25 18:58:31','',0,'http://bg2017.pvppi.com/faq-staging/',0,'page','',0),(162,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','publish','closed','closed','','162','','','2018-05-22 15:48:30','2018-05-22 15:48:30','',0,'http://bg2017.pvppi.com/162/',4,'nav_menu_item','',0),(163,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-7 col-xs-12 col-sm-12\">\r\n<h3>Some of Our Everyday Offerings:</h3>\r\nWhen you\'re looking for a new home, it can seem like there are a world of opportunities - too many to choose from! These listings cover some properties that are similar to many others we have available.\r\n\r\nAre you looking for an inexpensive cottage to rent for additional income? A duplex to keep a closer eye on elderly relatives? A picture-perfect subdivision home? We can find the perfect home for you.\r\n\r\nAt Krista Crowder Real Estate, we match you to the perfect home, not the one we\'re trying to sell.\r\n\r\n</div>\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/872df904-2e11d45e-roseburn130600102.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-217\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e44fb60c-4f1e957d-gvictoria160800016.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"555\" class=\"wp-image-218\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Subdivision Perfection at Old Oaks</h2>\r\n<h4>Get More For Your Money</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nThis 4 bedroom 3 bath home provides plenty of high-class details for far less than you might expect. With numerous options available including fireplaces, flooring, paint and a gourmet kitchen, buy now and get your home your way in this final expansion at in-demand Old Oaks.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-217\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/872df904-2e11d45e-roseburn130600102.jpg\" alt=\"\" data-imhwpb-asset-id=\"780402\" width=\"600\" height=\"450\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Convenient to Downtown</h2>\r\n<h4>Modern Living</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nOnce a series of artists\' lofts, these older buildings have amazing architectural features. Updated electrical service, windows and HVAC provide all the charm of the industrial era with all the comforts of the modern era along with fabulous hand-crafted details.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLzAyZjNLQzN6S1BrLzYwMHg0NTA_3D-imhwpb-kseohjmebzmdss1.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"\" class=\"wp-image-219\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Country Estate</h2>\r\n<h4>Plenty of Breathing Space</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nWant the best a subdivision has to offer while still having room to breathe? This country subdivision still has several 5- and 10-acre plots with a variety of house plans available through their builder. Forest, river, field and valley, this subdivision has it all at a great price.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Info','','trash','closed','closed','','info-staging__trashed','','','2018-05-22 15:47:22','2018-05-22 15:47:22','',0,'http://bg2017.pvppi.com/info-staging/',0,'page','',0),(164,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','trash','closed','closed','','164__trashed','','','2018-05-22 15:47:22','2018-05-22 15:47:22','',0,'http://bg2017.pvppi.com/164/',6,'nav_menu_item','',0),(165,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/0319f317-87f55a68-piovesempre150200041.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"1140\" class=\"wp-image-221\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/9ad2ea53-09e70807-iriana88w150600258.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-222\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/deff2a2d-9c4f238e-poligonchik151100017.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-223\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e6a0abd9-8f574895-bialasiewicz150700063.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-224\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Featured Home Repair Projects</h2>\r\n<h4>Add Value Anyone Can Appreciate</h4>\r\nTo help you better understand our home repair capabilities, we have gathered together a few of our featured projects. These projects represent the types of projects that we most often complete. However, it is important to note, that while we love completing large home repair projects, no task is too small for our team. Whether it is a simple repair or a complex home repair project, we firmly believe in delivering a high-quality final product that will exceed your expectations. No matter the size, all of our projects will improve the value, beauty, or functionality of your home.\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Take A Tour</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 text-center col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/f9a91811-b7823502-breadmaker160200036.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-225\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-226\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/7eb0c2a5-aadeeb4b-kosheen140600002.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|square\" width=\"200\"></p>\r\n\r\n<h2>Bath Repairs</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nBath repairs are a great way to spruce-up your home. Whether your bathroom needs new tile, shower, or tub, we are here to help!\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-227\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/af0f3dbb-746b7f43-piovesempre150400051.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|square\" width=\"200\"></p>\r\n\r\n<h2>Kitchen Repairs</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nDo you dream of cooking in a chef\'s kitchen? Kitchen repairs are a great way to increase the value of your home, while bringing fun back into your kitchen\'s style!\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-228\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/5b512ecb-73da95b7-ligonography090100010.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Outdoor Repairs</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nGarage door installation, roofing repairs, and minor aesthetic fixes are all within our wheel-well for outdoor repair services. Check-out a few of our featured works.\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-229\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/8f38c907-34b69a73-2mmedia150200981.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|square\" width=\"200\"></p>\r\n\r\n<h2>Indoor Home Repairs</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nIndoor home repairs help to keep your home highly functioning during any season. From plumbing issues to electrical problems to cosmetic fixes, we conduct a wide-array of indoor home repairs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Featured','','trash','closed','closed','','featured-2-staging__trashed','','','2018-05-22 15:42:17','2018-05-22 15:42:17','',0,'http://bg2017.pvppi.com/featured-2-staging/',0,'page','',0),(166,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','trash','closed','closed','','166__trashed','','','2018-05-22 15:42:17','2018-05-22 15:42:17','',0,'http://bg2017.pvppi.com/166/',7,'nav_menu_item','',0),(167,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-430 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/service-area.jpg\" alt=\"Western Pennsylvania and Eastern Ohio mobile auto inspection service coverage map\" width=\"647\" height=\"112\"></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\r\n<p class=\"bg-text-fx bg-text-fx-glow\" style=\"font-size: 18px;\">Results are a detailed written report, 50 to 100 quality photos of the automobile inside and out including undercarriage and close-ups, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos the same day the inspection is performed. Below are our services and fees, please contact us with the vehicle location address for exact quote...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, $1 per mile after)</strong></li>\r\n 	<li><strong>Appraisal / Market Valuation = $300 (includes in-depth inspection)</strong></li>\r\n 	<li><strong>Consultation = $50 Per Hour (one hour minimum)</strong></li>\r\n 	<li><strong>Vehicle Locator Services = $ (inquire)</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','publish','closed','closed','','antique-classic-car-inspections-apprasials-services','','','2018-05-25 18:58:31','2018-05-25 18:58:31','',0,'http://bg2017.pvppi.com/services-staging/',0,'page','',0),(335,1,'2018-05-22 19:19:17','2018-05-22 19:19:17','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is a professional third party inspection service for antique autos, classic cars, specialty and late model vehicles. Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the entire vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\nWe check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint looking for rust, paint work or previous accident damage including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.\r\n\r\nThe results are a detailed written report, 50 to 100 high quality photos of the entire automobile inside and out including undercarriage photos, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos on the same day the inspection is performed. Below are our services and fees, please contact us with vehicle location address for exact quote.\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 30px;\">Services Offered:</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 20px;\">\r\n 	<li>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, add $1 per mile)</li>\r\n 	<li>Market Valuation / Appraisal = $300 (includes in-depth inspection)</li>\r\n 	<li>Consultation = $45 Per Hour (minimum one hour)</li>\r\n 	<li>Vehicle Locator Services = $ Inquire</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-22 19:19:17','2018-05-22 19:19:17','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(168,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','publish','closed','closed','','168','','','2018-05-22 15:48:30','2018-05-22 15:48:30','',0,'http://bg2017.pvppi.com/168/',3,'nav_menu_item','',0),(169,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-7 col-xs-12 col-sm-12\">\r\n<h2>A Little Inspiration for Your Next Home Improvement or Repair Project</h2>\r\n<h4>Motivation Just Around The Corner</h4>\r\nHave you been driving around your neighborhood or searching Google trying to find the perfect inspiration for your latest home repair projects? If the answer is yes, then you have come to the right place! On this page you will discover a few of our recent projects. From carpentry work to adding curb appeal to a recently listed home, we have conducted a wide-array of home repair projects for happy customers all over the state. Check out the following listings, and if you still need a little inspiration, visit our Projects page, or contact us today!\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Projects</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2b65513c-5dc69e-numismarty150100024.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-231\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/be13391e-ea8e44d1-jzhuk141200003.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-232\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Carpentry</h2>\r\n<h4>Fine Workmanship</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nSometimes woodwork needs a little tender loving care. From fixing the moldings to hand carving stair banisters, we have done it all. Patience, an eye for detail, and a steady hand are a few of the qualities that make our carpentry work exceptional.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/23e03e9f-2ecb2328-lmphot170800027.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"555\" class=\"wp-image-233\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Decks and Patios</h2>\r\n<h4>Give Your Home Some Curb Appeal</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nThroughout the year, a home\'s deck and patio spaces tend to be used on a regular basis. Whether your deck needs to be rebuilt or you want to add new stones to your front patio, we are here to add a little outdoor curb appeal to your home.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section boldgrid-section-hover\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/25d366ea-afd33914-bialasiewicz160100732.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-234\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Lighting</h2>\r\n<h4>Add Life to Your Home</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nAll too often, lighting is one of those home repair projects that are overlooked. In fact, a good lighting system can transform both your indoor and outdoor spaces. Don\'t believe us? Check out our photo gallery and see how a new light installation breathed life into one of our client\'s homes!\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Listings','','trash','closed','closed','','listings-2-staging__trashed','','','2018-05-22 15:45:32','2018-05-22 15:45:32','',0,'http://bg2017.pvppi.com/listings-2-staging/',0,'page','',0),(170,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','trash','closed','closed','','170__trashed','','','2018-05-22 15:45:31','2018-05-22 15:45:31','',0,'http://bg2017.pvppi.com/170/',9,'nav_menu_item','',0),(171,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h2>Common Questions</h2>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<ol class=\"\"><li>\n<p class=\"mce-p\"><strong>What\'s the difference between an appraisal and an assessment?</strong></p>\n<p class=\"mce-p\">An appraisal evaluates your home for its market value - it\'s something you or the buyer will need to pay for and is performed to ensure that the property\'s appraised value is in line with its purchase price. By comparison, an assessment is something done by your local or county property tax assessor, to determine the value of your property on the tax rolls. Your assessment may not reflect recent improvements you\'ve made to your home, in which case you may want to have an appraisal done to reflect the current value.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>What happens if I want to cancel my listing?</strong></p>\n<p class=\"mce-p\">If for some reason you\'re not happy with your listing, we\'re more than happy to work with you to determine the problem. We offer a standard 90-day contract in most cases to help retain flexibility as we assist our clients.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I\'m moving in from out of state - can you help me find a good home?</strong></p>\n<p class=\"mce-p\">Absolutely! We work with a number of databases and can help you find a home based on general style, square footage, number of bedrooms and baths, specific features and many other options. Contact us for more details.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I\'ve had two very different prices for my home - which one is right?</strong></p>\n<p class=\"mce-p\">You\'ve got a few different options to consider in this case. Is there a particular reason why one or the other seems off? If you\'re not sure which one is off, you can consult another realtor or have an appraisal done to determine the best figure.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>Is a home inspection really necessary?</strong></p>\n<p class=\"mce-p\">Homes, like cars, require maintenance. You don\'t want to purchase a home and then realize that the roof, electrical service or plumbing needs to be replaced after the closing is done. A home inspection helps protect you from those situations and gives you a negotiating point for repairs to be completed before or after closing.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I need my home to sell quickly, can you help me stage it?</strong></p>\n<p class=\"mce-p\">Unfortunately, we focus on the realty side of the business, but can put you in contact with several excellent home decorators.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I\'ve never bought a home before. Where do I start?</strong></p>\n<p class=\"mce-p\">Congratulations! Investing in a home is a great way to invest in your future. Consider your budget and credit - how much home can you afford? Think about personal style and what that means for the type of home you want. Are you growing your family? Consider future needs. Once you know what you need and what you want, contact us and we\'ll help you find your new home.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I\'m getting ready to retire and move out of state. What home improvements will yield the most benefit?</strong></p>\n<p class=\"mce-p\">Though it\'s hard to determine exactly what the market will do, there are some improvements that regularly pay off. Kitchen and bath improvements often have good benefit. Improving any aging systems, such as electrical, plumbing, roofing or HVAC also pays off in the long run.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I want a great house and heard purchasing a foreclosure at auction is a great way to do so. What are the risks?</strong></p>\n<p class=\"mce-p\">Unless you\'re a lawyer, you\'ll want to work with a realtor. The home may have been illegally foreclosed, could have significant damage or otherwise turn into a bad investment.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>What if there are problems with the closing?</strong></p>\n<p class=\"mce-p\">The process of buying or selling a home is stressful and closing problems sometimes occur. Entering a closing with deadlines for specific actions and knowing what happens to earnest money if problems arise can help protect you, as can having an experienced buyer\'s agent.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>Can I save money buying a home without hiring a buyer\'s agent?</strong></p>\n<p class=\"mce-p\">You can save a little money or spend much, much more. Working without an agent is like representing yourself in court - okay for small things, but not for as large a purchase as a home. A realtor makes sure everything goes smoothly.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>What if I have other questions about the sale or purchase process?</strong></p>\n<p class=\"mce-p\">Contact us! We\'ve helped thousands of home owners over the years and we\'d be delighted to help you.</p>\n</li>\n</ol></div>\n</div></div></div>\n','FAQ','','trash','closed','closed','','faq-2-staging__trashed','','','2018-05-22 15:41:53','2018-05-22 15:41:53','',0,'http://bg2017.pvppi.com/faq-2-staging/',0,'page','',0),(172,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','trash','closed','closed','','172__trashed','','','2018-05-22 15:41:53','2018-05-22 15:41:53','',0,'http://bg2017.pvppi.com/172/',10,'nav_menu_item','',0),(173,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">The southwestern Pennsylvania region has hundreds of car show and car cruise community events. They are a great way for people to get together and support the cause. Below is a short list of a few local events, one weekly and others annually, some of which have been growing for decades. Pittsburgh Vehicle PPI is a proud supporter of these events and we hope to see you there.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-363 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/starlite-car-cruise.jpg\" alt=\"Victory Family Church Car Cruise in Cranberry Twp, PA\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Victory Church Car Cruise (Cranberry Twp, PA) Every Friday May 25 to Sept 7, 2018 (5pm-9pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located at Victory Family Church in Cranberry Twp, PA, this popular weekly event is one of the largest weekly cruises in the region averaging 1000 cars per week. It\'s held every Friday from Memorial Day weekend to the Friday after Labor Day weekend. There are food vendors, DJ, children activities, prizes and more. Visit the<a href=\"https://victorycarcruise.com/\" target=\"_blank\" rel=\"noopener noreferrer\"> Victory Car Cruise </a>website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-364 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/avalon-apple-blossom-festival.jpg\" alt=\"Apple Blossom Festival Car Show in Avalon, PA\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Apple Blossom Festival Car Cruise (Avalon, PA) Saturday May 12, 2018 (11am-4pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in the North Boro of Avalon just a few miles from the City of Pittsburgh, this quaint main street cruise kicks off the summer cruising season in May. There is a Pancake Breakfast 8:30AM-11:30AM in Trinity Social Hall, street festival with 40 vendors, live entertainment, DJ, food prepared by the church, pie eating contest, and a large Chinese Auction. Trophies and cash prizes for 1st, 2nd, and 3rd Place. Visit the<a href=\"http://www.boroughofavalon.org/\" target=\"_blank\" rel=\"noopener noreferrer\"> Avalon Borough </a>website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-365 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/cruise-a-palooza.jpg\" alt=\"Cruise-a-Palooza Car Cruise Map in Butler, PA\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Cruise-a-Palooza Car Cruise (Butler, PA) Saturday June 23, 2018 (11am-9pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">New location! This popular annual event was previously held in Downtown Butler and has been moved to the Butler Farm Show Grounds. Just like previous years, thousands of classic and antique cars will be there in addition to live entertainment, vendors, multiple DJ\'s, plenty of food, Chinese Auction and a big 50/50. Visit the <a href=\"https://www.visitbutlercounty.com/events/29131-m/24th-annual-cruise-palooza\" target=\"_blank\" rel=\"noopener noreferrer\">Butler County Events</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-367 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pittsburgh-vintage-grand-prix.jpg\" alt=\"Pittsburgh Vintage Grand Prix Car Show aerial view\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Vintage Grand Prix Car Show (Pittsburgh, PA) Sat &amp; Sun, July 14 &amp; 15, 2018 (9am-5pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Schenley Park, the Pittsburgh Vintage Grand Prix is a world-class auto event. This is America’s largest vintage auto racing event with over 200,000 people attending and the only one run on public streets. The entire 10-day celebration of events is run by more than 1000 volunteers to benefit the Autism Society and the Allegheny Valley School. The International Car Show takes place on the Bob O\'Conner Golf Course surrounding the races through Schenley Park. This is a non-judged show where the fairways are lined with thousands of classic and antique cars which are organized by country and manufacturer. Established in 1983, it has grown into one of the nicest vintage auto events in the entire country. Visit the <a href=\"http://www.pvgp.org\" target=\"_blank\" rel=\"noopener noreferrer\">PVGP</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-368 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/beaver-hot-summer-nights.jpg\" alt=\"Hot Summer Nights Car Cruise in Beaver, PA\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Hot Summer Nights Car Cruise (Beaver, PA) Saturday August 4, 2018 (9am-9pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in beautiful historic Downtown Beaver, this is the Super Bowl of car cruises in Western PA and Eastern OH. It is nationally recognized as one of the Top-10 Car Cruises in the nation with 4000 cars and 40,000 people attending. The well manicured main street and a beautiful park make for a great setting. Visit the <a href=\"http://beaverareachamber.com/events/hot-summer-nights-car-cruise/\" target=\"_blank\" rel=\"noopener noreferrer\">Beaver Events</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-369 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/penn-twp-festival.jpg\" alt=\"Fall Festival Car Show in Penn Twp, PA\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Fall Festival Car Show (Penn Twp, PA) Saturday September 22, 2018 (12pm-4pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Harrison City the annual Penn Township Fall Festival is a fall favorite. It is packed with carnival rides, games, parade, food, entertainment, vendors crafts, fireworks, and more. Visit the <a href=\"http://penntownshipfallfestival.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Penn Township Fall Festival</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-370 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/franklin-apple-festival.jpg\" alt=\"Franklin Applefest Car Show aerial view\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Applefest Car Show (Franklin, PA) Sunday October 7, 2018 (9am-5pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Victorian Downtown Franklin, PA, this antique &amp; classic car show is a great season ending finale. The cars fill the streets and 300 arts &amp; crafts vendors fill the park. Approximately 50,000 people attend this festival that features a giant arts and crafts fair, a beer fest, wagon rides, kids korner, farmers market, live entertainment and plenty of food. Visit the <a href=\"http://www.franklinapplefest.com\" target=\"_blank\" rel=\"noopener noreferrer\">Franklin Applefest</a> website for more info.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community','','publish','closed','closed','','swpa-car-show-cruise-community-events','','','2018-05-25 18:58:30','2018-05-25 18:58:30','',0,'http://bg2017.pvppi.com/projects-staging/',0,'page','',0),(174,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','publish','closed','closed','','174','','','2018-05-22 15:48:30','2018-05-22 15:48:30','',0,'http://bg2017.pvppi.com/174/',6,'nav_menu_item','',0),(175,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','<div class=\"boldgrid-section\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px; text-align: left;\"><img class=\"alignnone wp-image-379 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvgp-logo.jpg\" alt=\"Pittsburgh Vintage Grand Prix Logo\" width=\"66\" height=\"66\">&nbsp;PVPPI is a Proud Supporter of the <a href=\"http://www.pvgp.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh Vintage Grand Prix</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-380 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pitt-race-logo.jpg\" alt=\"Pittsburgh International Race Complex logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"http://pittrace.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh International Race Complex</a> and Driver Training Facility</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-386 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/hemmings-logo.jpg\" alt=\"Hemmings Motor News logo\" width=\"66\" height=\"66\">&nbsp;Largest and oldest specialty auto trading publication is <a href=\"https://www.hemmings.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Hemmings</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-387 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/CCMR-logo.jpg\" alt=\"Collector Car Market Review logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"http://www.collectorcarmarket.com/makes.html\" target=\"_blank\" rel=\"noopener noreferrer\">Collector Car Market Review</a> is a classic and antique market guide</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-388 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/sunday-transport.jpg\" alt=\"Thomas C. Sunday logo\" width=\"66\" height=\"66\">&nbsp;Enclosed auto transportation services provided by <a href=\"http://www.sundayautotransport.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thomas Sunday</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-389 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/old-ride-logo.jpg\" alt=\"Old Ride logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.oldride.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Old Ride</a> is a classic car resource guide and specialty marketplace</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-390 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fossil-cars-logo.jpg\" alt=\"Fossil Cars logo\" width=\"66\" height=\"66\">&nbsp;Another classic car resource and services guide is at <a href=\"http://www.fossilcars.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Fossil Cars</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-391 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/blackstone-labs-logo.jpg\" alt=\"Blackstone Laboratories logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.blackstone-labs.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Blackstone Laboratories</a> offers an easy-to-use oil analysis program</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-392 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pa-trooper-logo.jpg\" alt=\"Pennsylvania State Tropper logo\" width=\"66\" height=\"66\">&nbsp;Motor Vehicle Fraud Investigation with the <a href=\"http://www.psp.pa.gov/contact/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Pennsylvania State Police</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-393 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/nhtsa-logo.jpg\" alt=\"NHTSA logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.nhtsa.gov/recalls\" target=\"_blank\" rel=\"noopener noreferrer\">NHTSA</a> Motor Vehicle Recalls from Office of Defects Investigation</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-394 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/penndot_logo.jpg\" alt=\"PennDOT logo\" width=\"66\" height=\"64\">&nbsp;Driver and Vehicle Information at <a href=\"http://www.dmv.pa.gov/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">PA Department of Transportation</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Links','','publish','closed','closed','','classic-car-buying-resource-links','','','2018-05-25 18:58:31','2018-05-25 18:58:31','',0,'http://bg2017.pvppi.com/tour-staging/',0,'page','',0),(176,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','publish','closed','closed','','176','','','2018-05-22 15:48:30','2018-05-22 15:48:30','',0,'http://bg2017.pvppi.com/176/',7,'nav_menu_item','',0),(177,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<h2>Home Repair</h2>\r\n<h4>Increase Your Home\'s Beauty, Value, and Functionality Today</h4>\r\nWe offer a wide-variety of home repair services. In fact, all of our home repair services are designed to improve the beauty, value, or functionality of your home. Sometimes, clients don\'t realize that the swinging outdoor gutter is truly an eye sore. Or maybe it takes a fierce spring storm for you to realize that your roof leaks? Whatever the case might be, we are confident that we will be able to efficiently complete your home repair project in a timely and cost-effective manner.\r\n\r\nAll of our home repair services are conducted with the utmost professionalism. Below you will find a list of our home repair services. From carpentry to electrical we will complete the repair job on time, every time!\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Project</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/09810de2-c7945048-sergey02120700013.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|portrait\" width=\"300\" class=\"wp-image-260\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Services</h2>\r\nWith every home repair project, we try to exceed our clients\' expectations. Our home repair services are designed to improve the beauty, functionality, or value of your home. Through a pride in our craftsmanship, we provide the best home improvement services around!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\" style=\"text-align: center;\"><i class=\"fa fa-2x fa-refresh\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Plumbing Repairs</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-simplybuilt\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Carpentry Repairs</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-plug\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Electrical Repairs</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-bed\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Indoor Home Repair</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-puzzle-piece\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Outdoor Home Repair</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-home\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Home Remodeling</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Services','','trash','closed','closed','','services-2-staging__trashed','','','2018-05-22 15:42:02','2018-05-22 15:42:02','',0,'http://bg2017.pvppi.com/services-2-staging/',0,'page','',0),(178,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','trash','closed','closed','','178__trashed','','','2018-05-22 15:42:01','2018-05-22 15:42:01','',0,'http://bg2017.pvppi.com/178/',13,'nav_menu_item','',0),(179,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><img class=\"aligncenter wp-image-432 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/volvo-1800e.jpg\" alt=\"Volvo 1800e inspection testimonial\" width=\"647\" height=\"349\"></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>David in Germany - 1971 Volvo 1800E</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I have worked with 6 companies to inspect 7 vintage cars I purchased and not one compares to Pittsburgh Vehicle PPI. Brian spent time with me on the phone to review every detail to make certain I understood his service versus others. My initial thought was how different can the service really be. Simply stated, like night and day. Brian is professional, sends proper quotes and adheres to his commitment. His report was extensive, pictures of every aspect of the car were clear and accurate with the description. His cost was extremely fair. The dealer I purchased the car from said to me he has never seen someone take the time Brian took to go through the car. Its a pleasure to write this. I bought the car and it is being shipped to Germany next week. I give Brian 5 Stars out of 5.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Josh in Texas - 1969 Chevrolet Camaro Pace Car</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">We used Pittsburgh Vehicle PPI for an unrestored Camaro. They did a wonderful job of accurately representing the condition of the car, and for a very reasonable fee, verified the claims made by the seller. They went above and beyond my expectations, including returning my calls after hours. The car purchase was completed based on their confirmation of the seller\'s claims, and upon arrival to Texas, we found the car to be exactly as described by Pittsburgh Vehicle PPI. I would highly recommend Brian and his company to anyone purchasing a vehicle.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Tony in California - 1958 Jaguar XK150</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I had an excellent experience with Brian at PVPPI in the evaluation of the condition of a vintage Jaguar. Brian was attentive and timely in all of our dealings on the car, and provided a detailed and objective report with many pictures which were invaluable.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Alan in Illinois - 1970 Dodge Challenger R/T</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">Thank you for your professionalism and thorough inspection of a vehicle I had considered buying. Your inspection revealed several flaws that were not disclosed by the seller and additional red flags were raised by your point by point analysis. Your service saved me from what would likely have been a very disappointing purchase.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Earl in Nevada - 1957 Chevrolet Bel Air</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">After locating a 1957 Chevy for sale in Pittsburgh I contacted PVPPI for a pre-purchase inspection.&nbsp; Brian wasted no time in contacting the owner and inspecting the vehicle.&nbsp; Using the 84 pictures he took, we had a very thorough discussion of the condition of the vehicle.&nbsp; Having an inspection is a must, and I\'m glad I found a trustworthy professional like Brian at to do it for me.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Robert in Virginia - 1971 Oldsmobile Cutlass</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I was looking to purchase a car in Pittsburgh but my schedule did not allow me the opportunity to inspect the car.&nbsp; I saw Brian\'s website and he was actually pretty close to where the vehicle was located.&nbsp; He did a great job and he actually helped me save a lot of money. I would definitely recommend his services.&nbsp; Once he does the report and takes the pictures, you can call him and he will go through the report with you. Pay him and save thousands.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Qasim in New York - 2010 Audi R8</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Living in New York and finding my dream car in Pittsburgh was how it all began when I started searching for the perfect Audi R8. When I finally found it, I needed to make sure it was thoroughly reviewed, inspected, and driven by an expert with extensive experience prior to finalizing the deal. Since I was not local to the area, I definitely required a used car inspection. Originally I tried to contact other online services that claim to offer PPI (Pre Purchase Inspections), however they gave me the run around, and took my credit card payment right away without even setting up a punctual appointment time and clearly stated I would not be able to speak to the inspector, nor would they provide the credentials and experience of the inspector which made me very worried. Eventually I cancelled their service, and searched for a PPI which was local to the Pittsburgh area. I immediately came across the Pittsburgh Vehicle PPI website and contacted the owner Brian. I explained my situation and he was able to accommodate my particular needs and carry out a full inspection with photos within less than 24 hours time. Also included was a complete worksheet indicating what exactly was inspected and the condition of each inspected item. My particular vehicle was a Certified Pre-Owned Exotic Car. In addition to this service he actually goes over the inspection verbally with you, so that you are fully aware of the cars condition. You have the opportunity to ask any and all questions you wish to do so at this time. His services definitely gave me the peace of mind I needed before buying a car over the phone I had not even seen. After having the car for about a month now, I definitely think the best investment I made was to hire Brian to look at the vehicle before I purchased it. In fact I flew in from NYC to pick up the car and drive it back. When I got to the dealer, I wrote the check and drove out, with full confidence knowing that Brian had already thoroughly inspected the vehicle. This service is strongly recommended without reservation. Thanks Brian.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Testimonials','','publish','closed','closed','','third-party-vehicle-inspection-customer-testimonials','','','2018-05-25 18:58:31','2018-05-25 18:58:31','',0,'http://bg2017.pvppi.com/testimonials-staging/',0,'page','',0),(180,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','publish','closed','closed','','180','','','2018-05-22 15:48:30','2018-05-22 15:48:30','',0,'http://bg2017.pvppi.com/180/',5,'nav_menu_item','',0),(181,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12 text-center\">\r\n<h2>Put Your Mind at Ease and Take a Tour</h2>\r\n<h4>We\'ve Got Something For Everyone</h4>\r\nSometimes our clients enter into a home repair and home maintenance projects from a nervous mindset. They have heard stories about other contractors, whom have taken far too long on a project. With this in mind, we built our website tour to give you an insider\'s look at our approach to home repair projects.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2a165121-8f7fc69f-piovesempre151200151.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|landscape\" width=\"1140\" class=\"wp-image-265\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/76ae60e-afeeaf4e-akaciyant100600023.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-266\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/a429a882-85a5a9f7-rodho080400001.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-267\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/6dde12a9-09e5091d-iriana88w120300013.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-268\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/0b069ae5-b919430e-razvanphoto081100055.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-269\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e9265c0c-e76ce3b7-wolfcub29160600085.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-270\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/77197ecf-e3948b9e-maglara151000024.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-271\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2>Planning</h2>\r\n<h4>Keeping Things Organized</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nOur professional approach to home repair projects starts with the planning phase. Through an open-communication approach, we work with our clients to establish their project goals, timeline, and budget. Once we have finalized a plan, we will begin our home repair work. Throughout the project we keep our clients updated on the status of the home repair.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Contact Us Today</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<h2>Project Completion</h2>\r\n<h4>We See All of Our Work Through To The End</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nEach of our home repair projects is completely unique, however, the result is always the same: a beautifully improved home and a project that exceeds the clients\' expectations. As shown in the tour images, our projects are completed with an unparalleled level of professionalism. At the end of a home repair assignment, we will go over the completed work with the client. We ask for feedback and answer any remaining questions.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Projects</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Tour','','trash','closed','closed','','tour-2-staging__trashed','','','2018-05-22 15:42:09','2018-05-22 15:42:09','',0,'http://bg2017.pvppi.com/tour-2-staging/',0,'page','',0),(182,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','trash','closed','closed','','182__trashed','','','2018-05-22 15:42:08','2018-05-22 15:42:08','',0,'http://bg2017.pvppi.com/182/',15,'nav_menu_item','',0),(183,1,'2018-05-22 15:31:20','2018-05-22 15:31:20','<div class=\"boldgrid-section\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 7px;\">\r\n<div class=\"col-md-10 col-sm-8 col-xs-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is centrally located just 7 miles north of downtown Pittsburgh, PA.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Hours of operation are 7am to 7pm EST Monday through Friday, closed weekends and holidays.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please call or email us below to schedule an inspection or with any questions that you have, thank you.</p>\r\n[ninja_forms id=\"6\"]\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-12\">\r\n<h3 class=\"color3-color\" style=\"text-align: center;\" data-removal-key=\"phone-number\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i>&nbsp; Phone</h3>\r\n<p class=\"\" style=\"font-size: 22px; text-align: center;\" data-if-removed=\"key\" data-removal-key=\"phone-number\">412-638-0641</p>\r\n<p class=\"\" style=\"font-size: 20px;\" data-if-removed=\"key\" data-removal-key=\"phone-number\"><img class=\"aligncenter wp-image-382 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/owner-2.jpg\" alt=\"Inspector\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','publish','closed','closed','','serving-pa-oh-wv-contact','','','2018-05-25 18:58:30','2018-05-25 18:58:30','',0,'http://bg2017.pvppi.com/contact-us-staging/',0,'page','',0),(325,1,'2018-05-22 17:53:36','2018-05-22 17:53:36','<div class=\"boldgrid-section color1-background-color color1-text-default\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<p class=\"\" style=\"font-size: 15px;\">Pittsburgh Vehicle PPI is centrally located just 7 miles north of downtown Pittsburgh, PA.</p>\r\nHours of operation are 7am to 7pm EST Monday through Friday, closed weekends and holidays.\r\n\r\nPlease call or email us below to schedule an inspection or with any questions you have, thank you.\r\n\r\n[ninja_forms id=\"6\"]\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<h3 class=\"color5-color\" data-removal-key=\"phone-number\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\" style=\"font-size: 20px;\" data-if-removed=\"key\" data-removal-key=\"phone-number\">412-638-0641</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','183-revision-v1','','','2018-05-22 17:53:36','2018-05-22 17:53:36','',183,'http://bg2017.pvppi.com/183-revision-v1/',0,'revision','',0),(184,1,'2018-05-22 15:31:20','2018-05-22 15:31:20',' ','','','publish','closed','closed','','184','','','2018-05-22 15:31:20','2018-05-22 15:31:20','',0,'http://bg2017.pvppi.com/184/',16,'nav_menu_item','',0),(185,1,'2018-05-22 15:31:42','2018-05-22 15:31:42','','lqdrw2o-gka','','inherit','open','closed','','lqdrw2o-gka','','','2018-05-22 15:31:42','2018-05-22 15:31:42','',150,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_lqdrW2O-GKA-imhwpb-gm4el82v2qa3w1g.jpg',0,'attachment','image/jpeg',0),(186,1,'2018-05-22 15:31:42','2018-05-22 15:31:42','','wdjkxfq4vhy','','inherit','open','closed','','wdjkxfq4vhy','','','2018-05-22 15:31:42','2018-05-22 15:31:42','',150,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_WdJkXFQ4VHY-imhwpb-dp4e69qg87at7vt.jpg',0,'attachment','image/jpeg',0),(187,1,'2018-05-22 15:31:42','2018-05-22 15:31:42','','uuw4psob388','','inherit','open','closed','','uuw4psob388','','','2018-05-22 15:31:42','2018-05-22 15:31:42','',150,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_UuW4psOb388-imhwpb-pollooivt47zuuw.jpg',0,'attachment','image/jpeg',0),(188,1,'2018-05-22 15:31:42','2018-05-22 15:31:42','','cpeo3hokdkm','','inherit','open','closed','','cpeo3hokdkm','','','2018-05-22 15:31:42','2018-05-22 15:31:42','',150,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_cpEO3HoKdKM-imhwpb-9dcaze4zxywntp4.jpg',0,'attachment','image/jpeg',0),(189,1,'2018-05-22 15:31:42','2018-05-22 15:31:42','','u-9luqmjedy','','inherit','open','closed','','u-9luqmjedy','','','2018-05-22 15:31:42','2018-05-22 15:31:42','',150,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_u-9luqMJeDY-imhwpb-halsnhqrdbv8vvi.jpg',0,'attachment','image/jpeg',0),(190,1,'2018-05-22 15:31:42','2018-05-22 15:31:42','','vbuultovnam','','inherit','open','closed','','vbuultovnam','','','2018-05-22 15:31:42','2018-05-22 15:31:42','',150,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_vbUULTovNaM-imhwpb-ktdse3wiq72etqj.jpg',0,'attachment','image/jpeg',0),(191,1,'2018-05-22 15:31:42','2018-05-22 15:31:42','','wuqme0i_oza','','inherit','open','closed','','wuqme0i_oza','','','2018-05-22 15:31:42','2018-05-22 15:31:42','',150,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_WuQME0I_oZA-imhwpb-32du5gslf32tpi5.jpg',0,'attachment','image/jpeg',0),(192,1,'2018-05-22 15:31:42','2018-05-22 15:31:42','','k5sjajgbtfw','','inherit','open','closed','','k5sjajgbtfw','','','2018-05-22 15:31:42','2018-05-22 15:31:42','',150,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_K5sjajgbTFw-imhwpb-iy75mupk8hu551j.jpg',0,'attachment','image/jpeg',0),(193,1,'2018-05-22 15:31:42','2018-05-22 15:31:42','','l94dwxnkwry','','inherit','open','closed','','l94dwxnkwry','','','2018-05-22 15:31:42','2018-05-22 15:31:42','',150,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_L94dWXNKwrY-imhwpb-banh6v76jgwknhh.jpg',0,'attachment','image/jpeg',0),(194,1,'2018-05-22 15:31:42','2018-05-22 15:31:42','','','','inherit','open','closed','','194','','','2018-05-22 15:31:42','2018-05-22 15:31:42','',155,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL0hOUXRBWG5RbEtBLzYwMHg0NTA_3D-imhwpb-ablx9xvvio15zbg.jpg',0,'attachment','image/jpeg',0),(195,1,'2018-05-22 15:31:42','2018-05-22 15:31:42','','','','inherit','open','closed','','195','','','2018-05-22 15:31:42','2018-05-22 15:31:42','',155,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/15aac840-121eaad5-archipoch120600014.jpg',0,'attachment','image/jpeg',0),(196,1,'2018-05-22 15:31:42','2018-05-22 15:31:42','','','','inherit','open','closed','','196','','','2018-05-22 15:31:42','2018-05-22 15:31:42','',155,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/2a364632-bb434e93-zstockphotos120200012.jpg',0,'attachment','image/jpeg',0),(197,1,'2018-05-22 15:31:42','2018-05-22 15:31:42','','','','inherit','open','closed','','197','','','2018-05-22 15:31:42','2018-05-22 15:31:42','',155,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/c9be66da-18a43969-iriana88w140800785.jpg',0,'attachment','image/jpeg',0),(198,1,'2018-05-22 15:31:43','2018-05-22 15:31:43','','','','inherit','open','closed','','198','','','2018-05-22 15:31:43','2018-05-22 15:31:43','',155,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1ZCczFDeXcyRDU4LzYwMHg2MDA_3D-imhwpb-kvn8geljy5ro8kv.jpg',0,'attachment','image/jpeg',0),(199,1,'2018-05-22 15:31:43','2018-05-22 15:31:43','','','','inherit','open','closed','','199','','','2018-05-22 15:31:43','2018-05-22 15:31:43','',155,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1dMOGVQdmpONzVFLzYwMHg2MDA_3D-imhwpb-w7q2zqdkflext39.jpg',0,'attachment','image/jpeg',0),(200,1,'2018-05-22 15:31:43','2018-05-22 15:31:43','','','','inherit','open','closed','','200','','','2018-05-22 15:31:43','2018-05-22 15:31:43','',155,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19NbjRpOG5HMUswLzYwMHg0NTA_3D-imhwpb-b28rbl4nmwu3sjz.jpg',0,'attachment','image/jpeg',0),(201,1,'2018-05-22 15:31:43','2018-05-22 15:31:43','','','','inherit','open','closed','','201','','','2018-05-22 15:31:43','2018-05-22 15:31:43','',155,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL2JqZWo4QlkxSllRLzYwMHg0NTA_3D-imhwpb-csgvgj7sie6vvcj.jpg',0,'attachment','image/jpeg',0),(202,1,'2018-05-22 15:31:43','2018-05-22 15:31:43','','','','inherit','open','closed','','202','','','2018-05-22 15:31:43','2018-05-22 15:31:43','',157,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/d85de326-fd419874-breadmaker150900002.jpg',0,'attachment','image/jpeg',0),(203,1,'2018-05-22 15:31:43','2018-05-22 15:31:43','','','','inherit','open','closed','','203','','','2018-05-22 15:31:43','2018-05-22 15:31:43','',157,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/005fe1-34b3e14d-iriana88w150600189.jpg',0,'attachment','image/jpeg',0),(204,1,'2018-05-22 15:31:43','2018-05-22 15:31:43','','','','inherit','open','closed','','204','','','2018-05-22 15:31:43','2018-05-22 15:31:43','',157,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/fd6f7f03-78c687fc-astragal130900019.jpg',0,'attachment','image/jpeg',0),(205,1,'2018-05-22 15:31:43','2018-05-22 15:31:43','','','','inherit','open','closed','','205','','','2018-05-22 15:31:43','2018-05-22 15:31:43','',157,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/7f34e5d1-47af6177-mihalis77151000007.jpg',0,'attachment','image/jpeg',0),(206,1,'2018-05-22 15:31:43','2018-05-22 15:31:43','','','','inherit','open','closed','','206','','','2018-05-22 15:31:43','2018-05-22 15:31:43','',157,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/6d884e89-9b1c9983-Scovad140100012.jpg',0,'attachment','image/jpeg',0),(207,1,'2018-05-22 15:31:43','2018-05-22 15:31:43','','','','inherit','open','closed','','207','','','2018-05-22 15:31:43','2018-05-22 15:31:43','',157,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/666749b3-f8aedfe5-alexandrmoroz150100032.jpg',0,'attachment','image/jpeg',0),(208,1,'2018-05-22 15:31:43','2018-05-22 15:31:43','','','','inherit','open','closed','','208','','','2018-05-22 15:31:43','2018-05-22 15:31:43','',159,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/d61916fa-cb172dd2-iriana88w130700005.jpg',0,'attachment','image/jpeg',0),(209,1,'2018-05-22 15:31:44','2018-05-22 15:31:44','','','','inherit','open','closed','','209','','','2018-05-22 15:31:44','2018-05-22 15:31:44','',159,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/63b98bc7-5d503040-iriana88w150800613.jpg',0,'attachment','image/jpeg',0),(210,1,'2018-05-22 15:31:44','2018-05-22 15:31:44','','','','inherit','open','closed','','210','','','2018-05-22 15:31:44','2018-05-22 15:31:44','',159,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/3087d04c-2f752214-iriana88w170100047.jpg',0,'attachment','image/jpeg',0),(211,1,'2018-05-22 15:31:44','2018-05-22 15:31:44','','','','inherit','open','closed','','211','','','2018-05-22 15:31:44','2018-05-22 15:31:44','',159,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/5960e1ee-958b1b56-bialasiewicz150800915.jpg',0,'attachment','image/jpeg',0),(212,1,'2018-05-22 15:31:44','2018-05-22 15:31:44','','','','inherit','open','closed','','212','','','2018-05-22 15:31:44','2018-05-22 15:31:44','',159,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/74c3f3a8-8b50efe7-iriana88w120700088.jpg',0,'attachment','image/jpeg',0),(213,1,'2018-05-22 15:31:44','2018-05-22 15:31:44','','','','inherit','open','closed','','213','','','2018-05-22 15:31:44','2018-05-22 15:31:44','',159,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/6e1ce050-00042e5e-iriana88w140800117.jpg',0,'attachment','image/jpeg',0),(214,1,'2018-05-22 15:31:44','2018-05-22 15:31:44','','','','inherit','open','closed','','214','','','2018-05-22 15:31:44','2018-05-22 15:31:44','',159,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/7f74f52e-0276bfb2-epstock150400001.jpg',0,'attachment','image/jpeg',0),(215,1,'2018-05-22 15:31:44','2018-05-22 15:31:44','','','','inherit','open','closed','','215','','','2018-05-22 15:31:44','2018-05-22 15:31:44','',159,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/cfc75992-84ef04db-zstockphotos130800022.jpg',0,'attachment','image/jpeg',0),(216,1,'2018-05-22 15:31:44','2018-05-22 15:31:44','','','','inherit','open','closed','','216','','','2018-05-22 15:31:44','2018-05-22 15:31:44','',159,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/eb2ae01d-b8b8211a-marcogovel131200037.jpg',0,'attachment','image/jpeg',0),(217,1,'2018-05-22 15:31:44','2018-05-22 15:31:44','','','','inherit','open','closed','','217','','','2018-05-22 15:31:44','2018-05-22 15:31:44','',163,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/872df904-2e11d45e-roseburn130600102.jpg',0,'attachment','image/jpeg',0),(218,1,'2018-05-22 15:31:44','2018-05-22 15:31:44','','','','inherit','open','closed','','218','','','2018-05-22 15:31:44','2018-05-22 15:31:44','',163,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/e44fb60c-4f1e957d-gvictoria160800016.jpg',0,'attachment','image/jpeg',0),(219,1,'2018-05-22 15:31:44','2018-05-22 15:31:44','','','','inherit','open','closed','','219','','','2018-05-22 15:31:44','2018-05-22 15:31:44','',163,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLzAyZjNLQzN6S1BrLzYwMHg0NTA_3D-imhwpb-kseohjmebzmdss1.jpg',0,'attachment','image/jpeg',0),(220,1,'2018-05-22 15:31:44','2018-05-22 15:31:44','','','','inherit','open','closed','','220','','','2018-05-22 15:31:44','2018-05-22 15:31:44','',163,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/763ab1ef-4ce76ac5-rzihlman090800014.jpg',0,'attachment','image/jpeg',0),(221,1,'2018-05-22 15:31:44','2018-05-22 15:31:44','','','','inherit','open','closed','','221','','','2018-05-22 15:31:44','2018-05-22 15:31:44','',165,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/0319f317-87f55a68-piovesempre150200041.jpg',0,'attachment','image/jpeg',0),(222,1,'2018-05-22 15:31:45','2018-05-22 15:31:45','','','','inherit','open','closed','','222','','','2018-05-22 15:31:45','2018-05-22 15:31:45','',165,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/9ad2ea53-09e70807-iriana88w150600258.jpg',0,'attachment','image/jpeg',0),(223,1,'2018-05-22 15:31:45','2018-05-22 15:31:45','','','','inherit','open','closed','','223','','','2018-05-22 15:31:45','2018-05-22 15:31:45','',165,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/deff2a2d-9c4f238e-poligonchik151100017.jpg',0,'attachment','image/jpeg',0),(224,1,'2018-05-22 15:31:45','2018-05-22 15:31:45','','','','inherit','open','closed','','224','','','2018-05-22 15:31:45','2018-05-22 15:31:45','',165,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/e6a0abd9-8f574895-bialasiewicz150700063.jpg',0,'attachment','image/jpeg',0),(225,1,'2018-05-22 15:31:45','2018-05-22 15:31:45','','','','inherit','open','closed','','225','','','2018-05-22 15:31:45','2018-05-22 15:31:45','',165,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/f9a91811-b7823502-breadmaker160200036.jpg',0,'attachment','image/jpeg',0),(226,1,'2018-05-22 15:31:45','2018-05-22 15:31:45','','','','inherit','open','closed','','226','','','2018-05-22 15:31:45','2018-05-22 15:31:45','',165,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/7eb0c2a5-aadeeb4b-kosheen140600002.jpg',0,'attachment','image/jpeg',0),(227,1,'2018-05-22 15:31:45','2018-05-22 15:31:45','','','','inherit','open','closed','','227','','','2018-05-22 15:31:45','2018-05-22 15:31:45','',165,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/af0f3dbb-746b7f43-piovesempre150400051.jpg',0,'attachment','image/jpeg',0),(228,1,'2018-05-22 15:31:45','2018-05-22 15:31:45','','','','inherit','open','closed','','228','','','2018-05-22 15:31:45','2018-05-22 15:31:45','',165,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/5b512ecb-73da95b7-ligonography090100010.jpg',0,'attachment','image/jpeg',0),(229,1,'2018-05-22 15:31:45','2018-05-22 15:31:45','','','','inherit','open','closed','','229','','','2018-05-22 15:31:45','2018-05-22 15:31:45','',165,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/8f38c907-34b69a73-2mmedia150200981.jpg',0,'attachment','image/jpeg',0),(230,1,'2018-05-22 15:31:45','2018-05-22 15:31:45','','','','inherit','open','closed','','230','','','2018-05-22 15:31:45','2018-05-22 15:31:45','',167,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL05zcmdBeUVwVEhRLzQ1MHg2MDA_3D-imhwpb-624eetygobomcyf.jpg',0,'attachment','image/jpeg',0),(231,1,'2018-05-22 15:31:45','2018-05-22 15:31:45','','','','inherit','open','closed','','231','','','2018-05-22 15:31:45','2018-05-22 15:31:45','',169,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/2b65513c-5dc69e-numismarty150100024.jpg',0,'attachment','image/jpeg',0),(232,1,'2018-05-22 15:31:45','2018-05-22 15:31:45','','','','inherit','open','closed','','232','','','2018-05-22 15:31:45','2018-05-22 15:31:45','',169,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/be13391e-ea8e44d1-jzhuk141200003.jpg',0,'attachment','image/jpeg',0),(233,1,'2018-05-22 15:31:45','2018-05-22 15:31:45','','','','inherit','open','closed','','233','','','2018-05-22 15:31:45','2018-05-22 15:31:45','',169,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/23e03e9f-2ecb2328-lmphot170800027.jpg',0,'attachment','image/jpeg',0),(234,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','234','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',169,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/25d366ea-afd33914-bialasiewicz160100732.jpg',0,'attachment','image/jpeg',0),(235,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','235','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/c6227983-59c95633-piovesempre150100020.jpg',0,'attachment','image/jpeg',0),(236,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','236','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/6dffe540-0272e34b-bialasiewicz150902010.jpg',0,'attachment','image/jpeg',0),(237,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','237','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/9c7acf7e-f564dade-piovesempre131100868.jpg',0,'attachment','image/jpeg',0),(238,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','238','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/fc381d70-1b71f8df-aaphotograph140800017.jpg',0,'attachment','image/jpeg',0),(239,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','239','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/3df224d7-76aff1ad-bialasiewicz150601842.jpg',0,'attachment','image/jpeg',0),(240,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','240','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/791a6b-c6628fd3-archidea101200001.jpg',0,'attachment','image/jpeg',0),(241,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','241','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/e422d0a3-bbaccf45-archidea100600003.jpg',0,'attachment','image/jpeg',0),(242,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','242','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/47a2aec4-eec111f0-wuttichok111200263.jpg',0,'attachment','image/jpeg',0),(243,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','243','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/80815c60-2e670cb9-hamsterman120800060.jpg',0,'attachment','image/jpeg',0),(244,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','244','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/32043971-83308ba-bialasiewicz131100619.jpg',0,'attachment','image/jpeg',0),(245,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','245','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/303491b0-30869ba4-piovesempre140900141.jpg',0,'attachment','image/jpeg',0),(246,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','246','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/237aad09-a02ec1e6-jrstock160600533.jpg',0,'attachment','image/jpeg',0),(247,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','247','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/027cb192-790d743f-habrda131100767.jpg',0,'attachment','image/jpeg',0),(248,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','248','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/8cbcfd1a-a7590a27-epstock120600023.jpg',0,'attachment','image/jpeg',0),(249,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','249','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/d515389e-437bfd10-antclausen080100017.jpg',0,'attachment','image/jpeg',0),(250,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','250','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/e4ae9a53-0a391a53-tammykayphoto160200094.jpg',0,'attachment','image/jpeg',0),(251,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','251','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/affeb13a-71d74609-piovesempre130700097.jpg',0,'attachment','image/jpeg',0),(252,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','','','inherit','open','closed','','252','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/aa42ef26-30f9de56-piovesempre120500082.jpg',0,'attachment','image/jpeg',0),(253,1,'2018-05-22 15:31:46','2018-05-22 15:31:46','','bjej8BY1JYQ','','inherit','open','closed','','bjej8by1jyq','','','2018-05-22 15:31:46','2018-05-22 15:31:46','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/bjej8BY1JYQ-imhwpb-x7tcxe9wnsq58r2.jpg',0,'attachment','image/jpeg',0),(254,1,'2018-05-22 15:31:47','2018-05-22 15:31:47','','','','inherit','open','closed','','254','','','2018-05-22 15:31:47','2018-05-22 15:31:47','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/0e901f69-50741081-oakmanphoto170600001.jpg',0,'attachment','image/jpeg',0),(255,1,'2018-05-22 15:31:47','2018-05-22 15:31:47','','','','inherit','open','closed','','255','','','2018-05-22 15:31:47','2018-05-22 15:31:47','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/2090a7e5-ae9e749b-2mmedia160600018.jpg',0,'attachment','image/jpeg',0),(256,1,'2018-05-22 15:31:47','2018-05-22 15:31:47','','','','inherit','open','closed','','256','','','2018-05-22 15:31:47','2018-05-22 15:31:47','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/01017fe1-a252c83-epstock130300055.jpg',0,'attachment','image/jpeg',0),(257,1,'2018-05-22 15:31:47','2018-05-22 15:31:47','','','','inherit','open','closed','','257','','','2018-05-22 15:31:47','2018-05-22 15:31:47','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/7a726062-1c468222-iriana88w140400311.jpg',0,'attachment','image/jpeg',0),(258,1,'2018-05-22 15:31:47','2018-05-22 15:31:47','','','','inherit','open','closed','','258','','','2018-05-22 15:31:47','2018-05-22 15:31:47','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/74451549-ca4d0ea1-iriana88w120700157.jpg',0,'attachment','image/jpeg',0),(259,1,'2018-05-22 15:31:47','2018-05-22 15:31:47','','','','inherit','open','closed','','259','','','2018-05-22 15:31:47','2018-05-22 15:31:47','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/522051d1-d6facd23-chr1090100017.jpg',0,'attachment','image/jpeg',0),(260,1,'2018-05-22 15:31:47','2018-05-22 15:31:47','','','','inherit','open','closed','','260','','','2018-05-22 15:31:47','2018-05-22 15:31:47','',177,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/09810de2-c7945048-sergey02120700013.jpg',0,'attachment','image/jpeg',0),(261,1,'2018-05-22 15:31:47','2018-05-22 15:31:47','','','','inherit','open','closed','','261','','','2018-05-22 15:31:47','2018-05-22 15:31:47','',179,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/444839c4-e02d9f04-Prometeus141000196.jpg',0,'attachment','image/jpeg',0),(262,1,'2018-05-22 15:31:47','2018-05-22 15:31:47','','','','inherit','open','closed','','262','','','2018-05-22 15:31:47','2018-05-22 15:31:47','',179,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/8bb77c42-e27c2767-kiuikson130600020-1.jpg',0,'attachment','image/jpeg',0),(263,1,'2018-05-22 15:31:47','2018-05-22 15:31:47','','','','inherit','open','closed','','263','','','2018-05-22 15:31:47','2018-05-22 15:31:47','',179,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/17eb3fa0-fd8453da-michaeljung140800027-1.jpg',0,'attachment','image/jpeg',0),(264,1,'2018-05-22 15:31:47','2018-05-22 15:31:47','','','','inherit','open','closed','','264','','','2018-05-22 15:31:47','2018-05-22 15:31:47','',179,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/cef0ebe0-969fea9d-olegdudko151101472.jpg',0,'attachment','image/jpeg',0),(265,1,'2018-05-22 15:31:47','2018-05-22 15:31:47','','','','inherit','open','closed','','265','','','2018-05-22 15:31:47','2018-05-22 15:31:47','',181,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/2a165121-8f7fc69f-piovesempre151200151.jpg',0,'attachment','image/jpeg',0),(266,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','','','','inherit','open','closed','','266','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',181,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/76ae60e-afeeaf4e-akaciyant100600023.jpg',0,'attachment','image/jpeg',0),(267,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','','','','inherit','open','closed','','267','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',181,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/a429a882-85a5a9f7-rodho080400001.jpg',0,'attachment','image/jpeg',0),(268,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','','','','inherit','open','closed','','268','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',181,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/6dde12a9-09e5091d-iriana88w120300013.jpg',0,'attachment','image/jpeg',0),(269,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','','','','inherit','open','closed','','269','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',181,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/0b069ae5-b919430e-razvanphoto081100055.jpg',0,'attachment','image/jpeg',0),(270,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','','','','inherit','open','closed','','270','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',181,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/e9265c0c-e76ce3b7-wolfcub29160600085.jpg',0,'attachment','image/jpeg',0),(271,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','','','','inherit','open','closed','','271','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',181,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/77197ecf-e3948b9e-maglara151000024.jpg',0,'attachment','image/jpeg',0),(272,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','','','','inherit','open','closed','','272','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',183,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/49ecea46-e86198ca-leungchopan120800143.jpg',0,'attachment','image/jpeg',0),(314,1,'2018-05-22 16:06:42','2018-05-22 16:06:42','<div class=\"boldgrid-section background-alpha color5-background-color color5-text-default\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 20px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section background-beta color1-background-color color1-text-default\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 53px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<h2 class=\"bg-text-fx bg-text-fx-inset-text\" style=\"text-align: center; color: #ff000a;\">The Team</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 91px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"background-color: transparent;\">\r\n\r\n<img class=\"wp-image-42 alignnone bg-img bg-img-9 aligncenter wp-image-186\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_WdJkXFQ4VHY-imhwpb-dp4e69qg87at7vt.jpg\" alt=\"wdjkxfq4vhy\" data-imhwpb-asset-id=\"695431\" width=\"400\" height=\"400\">\r\n<h4 class=\"color5-color\">Matt Davis</h4>\r\n<p class=\"\">Home Improvement Contractor</p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"background-color: transparent;\">\r\n\r\n<img class=\"wp-image-40 alignnone bg-img bg-img-9 aligncenter wp-image-187\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_UuW4psOb388-imhwpb-pollooivt47zuuw.jpg\" alt=\"uuw4psob388\" data-imhwpb-asset-id=\"695432\" width=\"400\" height=\"400\">\r\n<h4 class=\"color5-color\">Andy Miller</h4>\r\n<p class=\"\">Repair Professional</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h4 class=\"color5-color\">We’re There for You!</h4>\r\n<p class=\"\">As the areas leading home repair business, we are proud to offer a multitude of home repair and property improvement services. Our services are cost-effective, delivered on-time, and designed to improve the value of your home.</p>\r\n<p class=\"\">In order to best serve you, our customers, we have gathered a team of engineers, architects, technicians, and even a few interior designers to work diligently on all home repair projects. Our team specializes in bringing value to your home through both indoor and outdoor home repair projects. Simply give us a call to speak with a member of our knowledgeable team today!</p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a class=\"button-primary\" href=\"#\">Contact Us </a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section background-gamma color5-background-color color5-text-default\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 48px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"color4-color\" style=\"text-align: center;\">IMPROVE YOUR VALUE</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 20px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-6\">\r\n<div>\r\n\r\n<img class=\"wp-image-35 bg-img bg-img-1 aligncenter wp-image-188\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_cpEO3HoKdKM-imhwpb-9dcaze4zxywntp4.jpg\" alt=\"cpeo3hokdkm\" data-imhwpb-asset-id=\"695433\" width=\"400\" height=\"400\">\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n\r\n<img class=\"wp-image-39 bg-img bg-img-1 aligncenter wp-image-189\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_u-9luqMJeDY-imhwpb-halsnhqrdbv8vvi.jpg\" alt=\"u-9luqmjedy\" data-imhwpb-asset-id=\"695434\" width=\"400\" height=\"400\">\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n\r\n<img class=\"wp-image-41 bg-img bg-img-1 aligncenter wp-image-190\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_vbUULTovNaM-imhwpb-ktdse3wiq72etqj.jpg\" alt=\"vbuultovnam\" data-imhwpb-asset-id=\"695435\" width=\"400\" height=\"400\">\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n\r\n<img class=\"wp-image-43 bg-img bg-img-1 aligncenter wp-image-191\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_WuQME0I_oZA-imhwpb-32du5gslf32tpi5.jpg\" alt=\"wuqme0i_oza\" data-imhwpb-asset-id=\"695436\" width=\"400\" height=\"400\">\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 72px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"background-color: transparent;\" class=\"\">\r\n<h4 class=\"color4-color\" style=\"text-align: center;\">Longevity of your Home!</h4>\r\n<p class=\"\" style=\"text-align: center;\">Our trusted team of designers, architects, and builders are standing by to help you improve the value of your home. Home repair services are meant to improve the longevity of your home, as we carefully conduct maintenance repairs throughout the interior and exterior of your condo, single family home, or townhouse.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 67px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"background-color: transparent;\">\r\n<h2 class=\"color5-color\" style=\"text-align: center;\">OUR SERVICES</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 92px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h4 class=\"color5-color\">Kitchen and Bath</h4>\r\n<p class=\"\">Kitchen and bath repairs! Did you know that together the kitchen and bathrooms are the most used rooms in the house? With this in mind, it comes as no surprise that the kitchen and the bath often need a few repairs.</p>\r\n&nbsp;\r\n\r\n<img class=\"wp-image-36 bg-img bg-img-1 aligncenter wp-image-192\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_K5sjajgbTFw-imhwpb-iy75mupk8hu551j.jpg\" alt=\"k5sjajgbtfw\" data-imhwpb-asset-id=\"695437\" width=\"501\" height=\"251\">\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h4 class=\"color5-color\">Indoor Repairs</h4>\r\n<p class=\"\">Keep your home shining at its absolute best with a few handy indoor home repairs. From electrical issues to cosmetic fixes, we can get your home ready for inspection any day of the week.</p>\r\n<p class=\"mod-space-2x\">&nbsp;</p>\r\n\r\n<h4 class=\"color5-color\">Exterior Repairs</h4>\r\n<p class=\"\">Whether you want new garage doors or the gutters are swinging from their hinges, our outdoor repair services will give your home the curb-appeal that it needs to look its best.</p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a class=\"button-primary\" href=\"#\">Read More </a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"background-color: transparent;\">\r\n\r\n<img class=\"wp-image-37 bg-img bg-img-1 aligncenter wp-image-193\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_L94dWXNKwrY-imhwpb-banh6v76jgwknhh.jpg\" alt=\"l94dwxnkwry\" data-imhwpb-asset-id=\"695438\" width=\"400\" height=\"400\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-22 16:06:42','2018-05-22 16:06:42','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(312,1,'2018-05-22 16:03:02','2018-05-22 16:03:02','<div class=\"boldgrid-section background-alpha color5-background-color color5-text-default\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-311\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvppi-tent-1-300x111.jpg\" alt=\"\" width=\"300\" height=\"111\"></p>\r\n\r\n<div>\r\n<h2 class=\"color4-color\" style=\"text-align: center;\">High Quality Work</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 76px;\">\r\n<div class=\"col-md-11 col-sm-12 col-xs-12\">\r\n<h4 class=\"color4-color\">Quality Craftsmanship</h4>\r\n<p class=\"\">Our home repair process is designed with the customer in mind. It starts with a consultation to better understand home repair needs. The project is started at a time that is convenient to the customer, and is completed in a timely fashion. We only consider a job “well-done” if it is completed at the highest-quality and if it exceeds our customer’s expectations.</p>\r\n<p class=\"\">We are proud to provide homeowners with access to a multitude of home repair and property improvement services. Whether your home needs an entire bathroom renovation or simply needs a few small handyman repairs conducted, we are here to help. Call today to speak with a member of our dedicated team!</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section background-beta color1-background-color color1-text-default\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 53px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<h2 class=\"color5-color\" style=\"text-align: center;\">The Team</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 91px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"background-color: transparent;\">\r\n\r\n<img class=\"wp-image-42 alignnone bg-img bg-img-9 aligncenter wp-image-186\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_WdJkXFQ4VHY-imhwpb-dp4e69qg87at7vt.jpg\" alt=\"wdjkxfq4vhy\" data-imhwpb-asset-id=\"695431\" width=\"400\" height=\"400\">\r\n<h4 class=\"color5-color\">Matt Davis</h4>\r\n<p class=\"\">Home Improvement Contractor</p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"background-color: transparent;\">\r\n\r\n<img class=\"wp-image-40 alignnone bg-img bg-img-9 aligncenter wp-image-187\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_UuW4psOb388-imhwpb-pollooivt47zuuw.jpg\" alt=\"uuw4psob388\" data-imhwpb-asset-id=\"695432\" width=\"400\" height=\"400\">\r\n<h4 class=\"color5-color\">Andy Miller</h4>\r\n<p class=\"\">Repair Professional</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h4 class=\"color5-color\">We’re There for You!</h4>\r\n<p class=\"\">As the areas leading home repair business, we are proud to offer a multitude of home repair and property improvement services. Our services are cost-effective, delivered on-time, and designed to improve the value of your home.</p>\r\n<p class=\"\">In order to best serve you, our customers, we have gathered a team of engineers, architects, technicians, and even a few interior designers to work diligently on all home repair projects. Our team specializes in bringing value to your home through both indoor and outdoor home repair projects. Simply give us a call to speak with a member of our knowledgeable team today!</p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a class=\"button-primary\" href=\"#\">Contact Us </a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section background-gamma color5-background-color color5-text-default\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 48px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"color4-color\" style=\"text-align: center;\">IMPROVE YOUR VALUE</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 20px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-6\">\r\n<div>\r\n\r\n<img class=\"wp-image-35 bg-img bg-img-1 aligncenter wp-image-188\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_cpEO3HoKdKM-imhwpb-9dcaze4zxywntp4.jpg\" alt=\"cpeo3hokdkm\" data-imhwpb-asset-id=\"695433\" width=\"400\" height=\"400\">\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n\r\n<img class=\"wp-image-39 bg-img bg-img-1 aligncenter wp-image-189\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_u-9luqMJeDY-imhwpb-halsnhqrdbv8vvi.jpg\" alt=\"u-9luqmjedy\" data-imhwpb-asset-id=\"695434\" width=\"400\" height=\"400\">\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n\r\n<img class=\"wp-image-41 bg-img bg-img-1 aligncenter wp-image-190\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_vbUULTovNaM-imhwpb-ktdse3wiq72etqj.jpg\" alt=\"vbuultovnam\" data-imhwpb-asset-id=\"695435\" width=\"400\" height=\"400\">\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n\r\n<img class=\"wp-image-43 bg-img bg-img-1 aligncenter wp-image-191\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_WuQME0I_oZA-imhwpb-32du5gslf32tpi5.jpg\" alt=\"wuqme0i_oza\" data-imhwpb-asset-id=\"695436\" width=\"400\" height=\"400\">\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 72px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"background-color: transparent;\" class=\"\">\r\n<h4 class=\"color4-color\" style=\"text-align: center;\">Longevity of your Home!</h4>\r\n<p class=\"\" style=\"text-align: center;\">Our trusted team of designers, architects, and builders are standing by to help you improve the value of your home. Home repair services are meant to improve the longevity of your home, as we carefully conduct maintenance repairs throughout the interior and exterior of your condo, single family home, or townhouse.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 67px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"background-color: transparent;\">\r\n<h2 class=\"color5-color\" style=\"text-align: center;\">OUR SERVICES</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 92px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h4 class=\"color5-color\">Kitchen and Bath</h4>\r\n<p class=\"\">Kitchen and bath repairs! Did you know that together the kitchen and bathrooms are the most used rooms in the house? With this in mind, it comes as no surprise that the kitchen and the bath often need a few repairs.</p>\r\n&nbsp;\r\n\r\n<img class=\"wp-image-36 bg-img bg-img-1 aligncenter wp-image-192\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_K5sjajgbTFw-imhwpb-iy75mupk8hu551j.jpg\" alt=\"k5sjajgbtfw\" data-imhwpb-asset-id=\"695437\" width=\"501\" height=\"251\">\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h4 class=\"color5-color\">Indoor Repairs</h4>\r\n<p class=\"\">Keep your home shining at its absolute best with a few handy indoor home repairs. From electrical issues to cosmetic fixes, we can get your home ready for inspection any day of the week.</p>\r\n<p class=\"mod-space-2x\">&nbsp;</p>\r\n\r\n<h4 class=\"color5-color\">Exterior Repairs</h4>\r\n<p class=\"\">Whether you want new garage doors or the gutters are swinging from their hinges, our outdoor repair services will give your home the curb-appeal that it needs to look its best.</p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a class=\"button-primary\" href=\"#\">Read More </a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"background-color: transparent;\">\r\n\r\n<img class=\"wp-image-37 bg-img bg-img-1 aligncenter wp-image-193\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_L94dWXNKwrY-imhwpb-banh6v76jgwknhh.jpg\" alt=\"l94dwxnkwry\" data-imhwpb-asset-id=\"695438\" width=\"400\" height=\"400\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-22 16:03:02','2018-05-22 16:03:02','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(273,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','\n<div class=\"boldgrid-section background-alpha color5-background-color color5-text-default\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<h2 class=\"color4-color\" style=\"text-align: center;\">High Quality Work</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 76px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n<img class=\"alignleft size-full bg-img bg-img-rounded-bottom-left bg-img-rounded-top-left wp-image-185\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_lqdrW2O-GKA-imhwpb-gm4el82v2qa3w1g.jpg\" alt=\"lqdrw2o-gka\" data-imhwpb-asset-id=\"695430\" width=\"900\" height=\"450\"></div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h4 class=\"color4-color\">Quality Craftsmanship</h4>\r\n<p class=\"\">Our home repair process is designed with the customer in mind. It starts with a consultation to better understand home repair needs. The project is started at a time that is convenient to the customer, and is completed in a timely fashion. We only consider a job &ldquo;well-done&rdquo; if it is completed at the highest-quality and if it exceeds our customer&rsquo;s expectations.</p>\r\n<p class=\"\">We are proud to provide homeowners with access to a multitude of home repair and property improvement services. Whether your home needs an entire bathroom renovation or simply needs a few small handyman repairs conducted, we are here to help. Call today to speak with a member of our dedicated team!</p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section background-beta color1-background-color color1-text-default\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 53px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<h2 class=\"color5-color\" style=\"text-align: center;\">The Team</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 91px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"background-color: transparent;\">\r\n\r\n<img class=\"wp-image-42 alignnone bg-img bg-img-9 aligncenter wp-image-186\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_WdJkXFQ4VHY-imhwpb-dp4e69qg87at7vt.jpg\" alt=\"wdjkxfq4vhy\" data-imhwpb-asset-id=\"695431\" width=\"400\" height=\"400\"><h4 class=\"color5-color\">Matt Davis</h4>\r\n<p class=\"\">Home Improvement Contractor</p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"background-color: transparent;\">\r\n\r\n<img class=\"wp-image-40 alignnone bg-img bg-img-9 aligncenter wp-image-187\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_UuW4psOb388-imhwpb-pollooivt47zuuw.jpg\" alt=\"uuw4psob388\" data-imhwpb-asset-id=\"695432\" width=\"400\" height=\"400\"><h4 class=\"color5-color\">Andy Miller</h4>\r\n<p class=\"\">Repair Professional</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h4 class=\"color5-color\">We&rsquo;re There for You!</h4>\r\n<p class=\"\">As the areas leading home repair business, we are proud to offer a multitude of home repair and property improvement services. Our services are cost-effective, delivered on-time, and designed to improve the value of your home.</p>\r\n<p class=\"\">In order to best serve you, our customers, we have gathered a team of engineers, architects, technicians, and even a few interior designers to work diligently on all home repair projects. Our team specializes in bringing value to your home through both indoor and outdoor home repair projects. Simply give us a call to speak with a member of our knowledgeable team today!</p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a class=\"button-primary\" href=\"#\">Contact Us </a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section background-gamma color5-background-color color5-text-default\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 48px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"color4-color\" style=\"text-align: center;\">IMPROVE YOUR VALUE</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 20px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-6\">\r\n<div>\r\n\r\n<img class=\"wp-image-35 bg-img bg-img-1 aligncenter wp-image-188\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_cpEO3HoKdKM-imhwpb-9dcaze4zxywntp4.jpg\" alt=\"cpeo3hokdkm\" data-imhwpb-asset-id=\"695433\" width=\"400\" height=\"400\"></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n\r\n<img class=\"wp-image-39 bg-img bg-img-1 aligncenter wp-image-189\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_u-9luqMJeDY-imhwpb-halsnhqrdbv8vvi.jpg\" alt=\"u-9luqmjedy\" data-imhwpb-asset-id=\"695434\" width=\"400\" height=\"400\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n\r\n<img class=\"wp-image-41 bg-img bg-img-1 aligncenter wp-image-190\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_vbUULTovNaM-imhwpb-ktdse3wiq72etqj.jpg\" alt=\"vbuultovnam\" data-imhwpb-asset-id=\"695435\" width=\"400\" height=\"400\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n\r\n<img class=\"wp-image-43 bg-img bg-img-1 aligncenter wp-image-191\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_WuQME0I_oZA-imhwpb-32du5gslf32tpi5.jpg\" alt=\"wuqme0i_oza\" data-imhwpb-asset-id=\"695436\" width=\"400\" height=\"400\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 72px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"background-color: transparent;\" class=\"\">\r\n<h4 class=\"color4-color\" style=\"text-align: center;\">Longevity of your Home!</h4>\r\n<p class=\"\" style=\"text-align: center;\">Our trusted team of designers, architects, and builders are standing by to help you improve the value of your home. Home repair services are meant to improve the longevity of your home, as we carefully conduct maintenance repairs throughout the interior and exterior of your condo, single family home, or townhouse.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 67px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"background-color: transparent;\">\r\n<h2 class=\"color5-color\" style=\"text-align: center;\">OUR SERVICES</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 92px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h4 class=\"color5-color\">Kitchen and Bath</h4>\r\n<p class=\"\">Kitchen and bath repairs! Did you know that together the kitchen and bathrooms are the most used rooms in the house? With this in mind, it comes as no surprise that the kitchen and the bath often need a few repairs.</p>\r\n&nbsp;\r\n\r\n<img class=\"wp-image-36 bg-img bg-img-1 aligncenter wp-image-192\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_K5sjajgbTFw-imhwpb-iy75mupk8hu551j.jpg\" alt=\"k5sjajgbtfw\" data-imhwpb-asset-id=\"695437\" width=\"501\" height=\"251\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h4 class=\"color5-color\">Indoor Repairs</h4>\r\n<p class=\"\">Keep your home shining at its absolute best with a few handy indoor home repairs. From electrical issues to cosmetic fixes, we can get your home ready for inspection any day of the week.</p>\r\n<p class=\"mod-space-2x\">&nbsp;</p>\r\n\r\n<h4 class=\"color5-color\">Exterior Repairs</h4>\r\n<p class=\"\">Whether you want new garage doors or the gutters are swinging from their hinges, our outdoor repair services will give your home the curb-appeal that it needs to look its best.</p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a class=\"button-primary\" href=\"#\">Read More </a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div style=\"background-color: transparent;\">\r\n\r\n<img class=\"wp-image-37 bg-img bg-img-1 aligncenter wp-image-193\" style=\"margin-top: 20px; margin-bottom: 20px;\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/tmp_L94dWXNKwrY-imhwpb-banh6v76jgwknhh.jpg\" alt=\"l94dwxnkwry\" data-imhwpb-asset-id=\"695438\" width=\"400\" height=\"400\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(329,1,'2018-05-22 18:34:59','2018-05-22 18:34:59','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n\r\nIn today\'s world many antique, classic, specialty or late model vehicles are purchased over long distances where the buyer never sees the car in-person. It is also common for people to make the mistake of buying a pre-owned vehicle locally without having it checked by a technician. This is where a PPI (Pre Purchase Inspection) becomes invaluable in both cases. With thirty three years experience in the automotive industry as a professional and enthusiast, I use that knowledge to offer a professional third party inspection service.\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4><strong>35 Years Experience Includes:</strong></h4>\r\n<ul>\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer\r\n</strong></li>\r\n 	<li><strong>Inventory Management\r\n</strong></li>\r\n 	<li><strong>Classic Car Restoration</strong></li>\r\n</ul>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle. Additionally, many national companies can take up to a week to schedule, where we are able to schedule most inspections within 24 to 48 hours.</p>\r\nWe are an independently owned and operated business. We\'re able to charge less than the competition, passing savings on to the customer, while providing the highest quality service and best customer care. We want you to be happy with your purchase so we take great pride in our service and appreciate your business. That is why PVPPI is the preferred choice for a PPI in Pittsburgh.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-22 18:34:59','2018-05-22 18:34:59','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(327,1,'2018-05-22 18:17:29','2018-05-22 18:17:29','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Quality Over Quantity</h2>\r\n<h4>We Do It Right The First Time</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\nWe\'ve all run into real estate agents who seem to always be in a hurry. They can\'t stop and take the time to make sure your needs are being met because they\'re afraid they\'ll miss out on that next big deal. At Krista Crowder Real Estate, we think buying or selling a home should be a careful, deliberate process that meets all your needs, not done so quickly that you don\'t know what happened.\r\n\r\nWe use a unique, multifaceted approach to ensure that our customers are put first, no matter what. When we opened 30 years ago, we believed in providing quality customer service to meet your family\'s needs, and we still do today. We\'re your realtor yesterday, today and tomorrow.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Our Services</a></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-194\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL0hOUXRBWG5RbEtBLzYwMHg0NTA_3D-imhwpb-ablx9xvvio15zbg.jpg\" alt=\"\" data-imhwpb-asset-id=\"780397\" width=\"600\" height=\"450\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-194\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL0hOUXRBWG5RbEtBLzYwMHg0NTA_3D-imhwpb-ablx9xvvio15zbg.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"\"></p>\r\n<p class=\"mod-img\"><img class=\"wp-image-195\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/15aac840-121eaad5-archipoch120600014.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"300\"></p>\r\n<p class=\"mod-img\"><img class=\"wp-image-196\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2a364632-bb434e93-zstockphotos120200012.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"300\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone size-medium wp-image-195\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/15aac840-121eaad5-archipoch120600014.jpg\" alt=\"\" data-imhwpb-asset-id=\"780398\" width=\"300\" height=\"300\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone size-medium wp-image-196\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2a364632-bb434e93-zstockphotos120200012.jpg\" alt=\"\" data-imhwpb-asset-id=\"780399\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Selling Your Home?</h2>\r\n<h4>Explore Your Options With Us</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\nWe know there are many reasons why you need to sell your home, and some of them can be very complicated. That\'s why we discuss your options before having you sign any paperwork - we want you to be able to make the best choice for your family. Whether you\'re moving across town, out of state, across the country or around the world, we\'ll take care of you.\r\n\r\nDo you need income to pay your mortgage but don\'t want to sell while the housing market is still in a slump? No problem! We offer a variety of services. We\'ll ensure you\'ll get more visibility in a specific market to get the right price. If you\'d rather rent your home, we\'ll provide property management.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-197\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/c9be66da-18a43969-iriana88w140800785.jpg\" alt=\"\" data-imhwpb-asset-id=\"780400\" width=\"600\" height=\"450\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle. Additionally, many national companies can take up to a week to schedule, where we are able to schedule most inspections within 24 to 48 hours.</p>\r\nWe are an independently owned and operated business. We\'re able to charge less than the competition, passing savings on to the customer, while providing the highest quality service and best customer care. We want you to be happy with your purchase so we take great pride in our service and appreciate your business. That is why PVPPI is the preferred choice for a PPI in Pittsburgh.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-22 18:17:29','2018-05-22 18:17:29','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(274,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Quality Over Quantity</h2>\r\n<h4>We Do It Right The First Time</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nWe\'ve all run into real estate agents who seem to always be in a hurry. They can\'t stop and take the time to make sure your needs are being met because they\'re afraid they\'ll miss out on that next big deal. At Krista Crowder Real Estate, we think buying or selling a home should be a careful, deliberate process that meets all your needs, not done so quickly that you don\'t know what happened.\r\n\r\nWe use a unique, multifaceted approach to ensure that our customers are put first, no matter what. When we opened 30 years ago, we believed in providing quality customer service to meet your family\'s needs, and we still do today. We\'re your realtor yesterday, today and tomorrow.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Our Services</a></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-194\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL0hOUXRBWG5RbEtBLzYwMHg0NTA_3D-imhwpb-ablx9xvvio15zbg.jpg\" alt=\"\" data-imhwpb-asset-id=\"780397\" width=\"600\" height=\"450\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL0hOUXRBWG5RbEtBLzYwMHg0NTA_3D-imhwpb-ablx9xvvio15zbg.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"\" class=\"wp-image-194\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/15aac840-121eaad5-archipoch120600014.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"300\" class=\"wp-image-195\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2a364632-bb434e93-zstockphotos120200012.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"300\" class=\"wp-image-196\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone size-medium wp-image-195\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/15aac840-121eaad5-archipoch120600014.jpg\" alt=\"\" data-imhwpb-asset-id=\"780398\" width=\"300\" height=\"300\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone size-medium wp-image-196\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2a364632-bb434e93-zstockphotos120200012.jpg\" alt=\"\" data-imhwpb-asset-id=\"780399\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-197\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/c9be66da-18a43969-iriana88w140800785.jpg\" alt=\"\" data-imhwpb-asset-id=\"780400\" width=\"600\" height=\"450\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Selling Your Home?</h2>\r\n<h4>Explore Your Options With Us</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nWe know there are many reasons why you need to sell your home, and some of them can be very complicated. That\'s why we discuss your options before having you sign any paperwork - we want you to be able to make the best choice for your family. Whether you\'re moving across town, out of state, across the country or around the world, we\'ll take care of you.\r\n\r\nDo you need income to pay your mortgage but don\'t want to sell while the housing market is still in a slump? No problem! We offer a variety of services. We\'ll ensure you\'ll get more visibility in a specific market to get the right price. If you\'d rather rent your home, we\'ll provide property management.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Featured Homes</a> <a class=\"button-secondary\" href=\"#\">Listings</a></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Buying a New Home?</h2>\r\n<h4>Rest Assured In Our Services</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nWe know that buying a home can be a truly nerve wracking experience. Whether you\'re looking for your first home or are downsizing because of an empty nest, we can help you find the perfect home. Do you need to step up to an executive-level luxury home? Want a quiet place in the woods to reflect during your retirement? Our access to a variety of databases ensures you\'ll be happy with your options.\r\n\r\nWe also believe in small town values and honesty. If the basement always leaks after a hard rain, we\'ll tell you. We won\'t tell you the roof is new when it\'s ten years old. You\'ll get more than you expect with exceptional service.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Our Services</a></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-198\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL1ZCczFDeXcyRDU4LzYwMHg2MDA_3D-imhwpb-kvn8geljy5ro8kv.jpg\" alt=\"\" data-imhwpb-asset-id=\"780401\" width=\"600\" height=\"450\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(275,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Home &amp; Property</h2>\r\n<h4>Prolong The Life of Your Home</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nAs a Home &amp; Property business, we are proud to offer a multitude of home repair and property improvement services. Through beautifully crafted home repairs, we can help you to prolong the life of your home, fix troublesome areas, enhance curb appeal, and resolve indoor plumbing, electrical, and cosmetic issues. From small handyman tasks to larger home repair and remodeling projects, our work is designed to bring value to your home in a cost-effective and timely manner.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Our Services</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/d85de326-fd419874-breadmaker150900002.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-202\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/005fe1-34b3e14d-iriana88w150600189.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-203\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fd6f7f03-78c687fc-astragal130900019.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-204\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/7f34e5d1-47af6177-mihalis77151000007.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-205\"></p>\r\n\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/6d884e89-9b1c9983-Scovad140100012.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-206\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Outdoor Home Repairs</h2>\r\n<h4>Great Returns On Your Investment</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nOur market research has shown us that outdoor home replacement and repair projects can have up to a 72 percent return on investment. With this in mind, home owners are thinking twice before they ignore that troublesome garage door or faulty front door entrance. Instead, small and large outdoor home repairs are helping to restore curb appeal to residential homes. From chimney repairs to fencing installation, we will help you to improve the value of your home. Contact us today to learn more about our outdoor home repair services.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Take A Tour</a> <a class=\"button-secondary\" href=\"#\">View Projects</a></p>\r\n\r\n</div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-6 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Indoor Home Repairs</h2>\r\n<h4>We\'re Here to Help</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nDo you have a faucet that won\'t stop dripping? Perhaps your heating or cooling system doesn\'t seem to function like it used to? Or, maybe, there is one pesky light that always seems to flicker, no matter what light bulb you install? If your home has any of these symptoms or is in need of other non-cosmetic repairs, then we are here to help. Our indoor home repair services cover the majority of a home\'s internal systems, including: plumbing, electrical, sewer, heating, and others. We invite you to contact us to learn more about our indoor home repair capabilities.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Our Services</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/666749b3-f8aedfe5-alexandrmoroz150100032.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-207\"></p>\r\n\r\n</div>\r\n</div></div></div>\n','About Us','','inherit','closed','closed','','157-revision-v1','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',157,'http://bg2017.pvppi.com/157-revision-v1/',0,'revision','',0),(276,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/d61916fa-cb172dd2-iriana88w130700005.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"1140\" class=\"wp-image-208\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/63b98bc7-5d503040-iriana88w150800613.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"200\" class=\"wp-image-209\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/3087d04c-2f752214-iriana88w170100047.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"200\" class=\"wp-image-210\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/5960e1ee-958b1b56-bialasiewicz150800915.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|any\" width=\"200\" class=\"wp-image-211\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Mid-Century Charm</h2>\r\n<h4>Vintage Beauty Meets Modern Renovation</h4>\r\nThis lovely mid-century ranch has awesome modern details interspersed with vintage flavor. Lovingly maintained by a single family, this open, airy home provides plenty of light, lovely views of the valley and a beautiful setting amid mature, well-kept landscaping. From the fabulous tile-accented fireplace in the family room to the expansive deck, this is a fabulous find.\r\n\r\nWith three bedrooms and two full baths, a country kitchen perfect for canning and gourmet cooking, a spacious fenced backyard and full basement ready for finishing, this charmer has everything you need. Updated electrical service, new 30-year laminate flooring and new HVAC promises years of service.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Take A Tour</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 text-center col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/74c3f3a8-8b50efe7-iriana88w120700088.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"555\" class=\"wp-image-212\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-213\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/6e1ce050-00042e5e-iriana88w140800117.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Historic Opportunity</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nThis charming Queen Anne Victorian has plenty of history to enjoy. On the National Register of Historic Places, this lovely painted lady exudes southern charm.\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-214\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/7f74f52e-0276bfb2-epstock150400001.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Green Living</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nThis strawbale home is quiet and energy efficient. From the deep porch that encourages passive heating to the renewable energy system, this home is perfect for the environmentally-conscious.\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-215\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/cfc75992-84ef04db-zstockphotos130800022.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Old-World Luxury</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nIn the exclusive Tall Pines subdivision for a song! An out-of-state job requires a quick sale on this luxury home. From marble entry to the expansive master suite, you\'ll find nothing but the best.\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-216\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/eb2ae01d-b8b8211a-marcogovel131200037.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Country Masterpiece</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nBring the horses! This lovely 10-acre farm offers options for gardening, small livestock and everything country living has to offer. With 5 bedrooms and 3 baths, it has great B&amp;B potential.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Featured','','inherit','closed','closed','','159-revision-v1','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',159,'http://bg2017.pvppi.com/159-revision-v1/',0,'revision','',0),(277,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-7 col-xs-12 col-sm-12\">\r\n<h3>Some of Our Everyday Offerings:</h3>\r\nWhen you\'re looking for a new home, it can seem like there are a world of opportunities - too many to choose from! These listings cover some properties that are similar to many others we have available.\r\n\r\nAre you looking for an inexpensive cottage to rent for additional income? A duplex to keep a closer eye on elderly relatives? A picture-perfect subdivision home? We can find the perfect home for you.\r\n\r\nAt Krista Crowder Real Estate, we match you to the perfect home, not the one we\'re trying to sell.\r\n\r\n</div>\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/872df904-2e11d45e-roseburn130600102.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-217\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e44fb60c-4f1e957d-gvictoria160800016.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"555\" class=\"wp-image-218\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Subdivision Perfection at Old Oaks</h2>\r\n<h4>Get More For Your Money</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nThis 4 bedroom 3 bath home provides plenty of high-class details for far less than you might expect. With numerous options available including fireplaces, flooring, paint and a gourmet kitchen, buy now and get your home your way in this final expansion at in-demand Old Oaks.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-217\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/872df904-2e11d45e-roseburn130600102.jpg\" alt=\"\" data-imhwpb-asset-id=\"780402\" width=\"600\" height=\"450\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Convenient to Downtown</h2>\r\n<h4>Modern Living</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nOnce a series of artists\' lofts, these older buildings have amazing architectural features. Updated electrical service, windows and HVAC provide all the charm of the industrial era with all the comforts of the modern era along with fabulous hand-crafted details.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLzAyZjNLQzN6S1BrLzYwMHg0NTA_3D-imhwpb-kseohjmebzmdss1.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"\" class=\"wp-image-219\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Country Estate</h2>\r\n<h4>Plenty of Breathing Space</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nWant the best a subdivision has to offer while still having room to breathe? This country subdivision still has several 5- and 10-acre plots with a variety of house plans available through their builder. Forest, river, field and valley, this subdivision has it all at a great price.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Info','','inherit','closed','closed','','163-revision-v1','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',163,'http://bg2017.pvppi.com/163-revision-v1/',0,'revision','',0),(278,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/0319f317-87f55a68-piovesempre150200041.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"1140\" class=\"wp-image-221\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/9ad2ea53-09e70807-iriana88w150600258.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-222\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/deff2a2d-9c4f238e-poligonchik151100017.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-223\"></p>\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e6a0abd9-8f574895-bialasiewicz150700063.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|any\" width=\"200\" class=\"wp-image-224\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Featured Home Repair Projects</h2>\r\n<h4>Add Value Anyone Can Appreciate</h4>\r\nTo help you better understand our home repair capabilities, we have gathered together a few of our featured projects. These projects represent the types of projects that we most often complete. However, it is important to note, that while we love completing large home repair projects, no task is too small for our team. Whether it is a simple repair or a complex home repair project, we firmly believe in delivering a high-quality final product that will exceed your expectations. No matter the size, all of our projects will improve the value, beauty, or functionality of your home.\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Take A Tour</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 text-center col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/f9a91811-b7823502-breadmaker160200036.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-225\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-226\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/7eb0c2a5-aadeeb4b-kosheen140600002.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|square\" width=\"200\"></p>\r\n\r\n<h2>Bath Repairs</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nBath repairs are a great way to spruce-up your home. Whether your bathroom needs new tile, shower, or tub, we are here to help!\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-227\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/af0f3dbb-746b7f43-piovesempre150400051.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|square\" width=\"200\"></p>\r\n\r\n<h2>Kitchen Repairs</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nDo you dream of cooking in a chef\'s kitchen? Kitchen repairs are a great way to increase the value of your home, while bringing fun back into your kitchen\'s style!\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-228\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/5b512ecb-73da95b7-ligonography090100010.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"200\"></p>\r\n\r\n<h2>Outdoor Repairs</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nGarage door installation, roofing repairs, and minor aesthetic fixes are all within our wheel-well for outdoor repair services. Check-out a few of our featured works.\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-229\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/8f38c907-34b69a73-2mmedia150200981.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|square\" width=\"200\"></p>\r\n\r\n<h2>Indoor Home Repairs</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nIndoor home repairs help to keep your home highly functioning during any season. From plumbing issues to electrical problems to cosmetic fixes, we conduct a wide-array of indoor home repairs.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Featured','','inherit','closed','closed','','165-revision-v1','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',165,'http://bg2017.pvppi.com/165-revision-v1/',0,'revision','',0),(333,1,'2018-05-22 19:17:18','2018-05-22 19:17:18','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is a professional third party inspection service for antique autos, classic cars, specialty and late model vehicles. Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the entire vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.\r\n\r\nWe check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint looking for rust, paint work or previous accident damage including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.\r\n\r\nThe results are a detailed written report, 50 to 100 high quality photos of the entire automobile inside and out including undercarriage photos, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos on the same day the inspection is performed. Below are our services and fees, please contact us with vehicle location address for exact quote.</p>\r\n\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: left;\">Services Offered:</h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 20px;\">\r\n 	<li>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, add $1 per mile)</li>\r\n 	<li>Market Valuation / Appraisal = $300 (includes in-depth inspection)</li>\r\n 	<li>Consultation = $45 Per Hour (minimum one hour)</li>\r\n 	<li>Vehicle Locator Services = $ Inquire</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-22 19:17:18','2018-05-22 19:17:18','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(279,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<h2>Serving Our Community</h2>\r\n<h4>Taking Care of Our Neighbors</h4>\r\nAt Krista Crowder Real Estate, we believe in serving our community. Beyond the realty and property management services we offer, we also participate in many area organizations to improve our home town. From Habitat for Humanity and Children\'s Miracle Network to Peewee baseball and Our Town Art Fair, we provide assistance to groups that serve to better our community in a wide variety of ways.\r\n\r\nFor home buyers, we offer comprehensive services as a buyer\'s agent, from arranging mortgage options and helping you evaluate a home\'s future resale potential to providing advice on negotiating your offer and walking you through the closing process.\r\n\r\nFor our home owners, we offer a variety of options in handling your home sale, from evaluating it\'s potential in the current market and marketing it to a specific audience to securing the top dollar for your home and ensuring your closing goes smoothly. We also offer comprehensive property management options if you\'re not ready to sell yet.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Take A Tour</a></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-230\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL05zcmdBeUVwVEhRLzQ1MHg2MDA_3D-imhwpb-624eetygobomcyf.jpg\" alt=\"\" data-imhwpb-asset-id=\"780403\" width=\"450\" height=\"600\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Our Services</h2>\r\n<h4>We\'re proud to offer a wide range of comprehensive services to homeowners and home buyers in our community.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-home\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Pre-Listing and Listing Service</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-line-chart\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Marketing Via Print and Internet</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-suitcase\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Property Management Service</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-clipboard\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Buyer\'s Agent Service</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-bar-chart\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Monitoring Offer Requirements</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-check-square-o\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Ensuring a Smooth Closing</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(280,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-7 col-xs-12 col-sm-12\">\r\n<h2>A Little Inspiration for Your Next Home Improvement or Repair Project</h2>\r\n<h4>Motivation Just Around The Corner</h4>\r\nHave you been driving around your neighborhood or searching Google trying to find the perfect inspiration for your latest home repair projects? If the answer is yes, then you have come to the right place! On this page you will discover a few of our recent projects. From carpentry work to adding curb appeal to a recently listed home, we have conducted a wide-array of home repair projects for happy customers all over the state. Check out the following listings, and if you still need a little inspiration, visit our Projects page, or contact us today!\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Projects</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2b65513c-5dc69e-numismarty150100024.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-231\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/be13391e-ea8e44d1-jzhuk141200003.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-232\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Carpentry</h2>\r\n<h4>Fine Workmanship</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nSometimes woodwork needs a little tender loving care. From fixing the moldings to hand carving stair banisters, we have done it all. Patience, an eye for detail, and a steady hand are a few of the qualities that make our carpentry work exceptional.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/23e03e9f-2ecb2328-lmphot170800027.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|landscape\" width=\"555\" class=\"wp-image-233\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Decks and Patios</h2>\r\n<h4>Give Your Home Some Curb Appeal</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nThroughout the year, a home\'s deck and patio spaces tend to be used on a regular basis. Whether your deck needs to be rebuilt or you want to add new stones to your front patio, we are here to add a little outdoor curb appeal to your home.\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section boldgrid-section-hover\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-5 text-center col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/25d366ea-afd33914-bialasiewicz160100732.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|landscape\" width=\"555\" class=\"wp-image-234\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\">\r\n<h2>Lighting</h2>\r\n<h4>Add Life to Your Home</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nAll too often, lighting is one of those home repair projects that are overlooked. In fact, a good lighting system can transform both your indoor and outdoor spaces. Don\'t believe us? Check out our photo gallery and see how a new light installation breathed life into one of our client\'s homes!\r\n<p class=\"p-button-primary text-center\"><a class=\"button-primary\" href=\"#\">READ MORE</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Listings','','inherit','closed','closed','','169-revision-v1','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',169,'http://bg2017.pvppi.com/169-revision-v1/',0,'revision','',0),(366,1,'2018-05-23 14:00:29','2018-05-23 14:00:29','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">The southwestern Pennsylvania region has lots of car show and car cruise community events. They are a great way for people to get together and support the cause. Below is a short list of a few larger events, one weekly and one per month, some of which have been growing for decades. Pittsburgh Vehicle PPI is a proud supporter of these events and we hope to see you there.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-363 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/starlite-car-cruise.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Victory Church Car Cruise (Cranberry Twp, PA) Every Friday May 25 to Sept 7, 2018 (5pm-9pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located at Victory Family Church in Cranberry Twp, PA, this popular weekly event is one of the largest weekly cruises in the region averaging 1000 cars per week. It\'s held every Friday from Memorial Day weekend to the Friday after Labor Day weekend. There is a large food court, DJ, children activities, cash prizes and more. Visit the<a href=\"https://victorycarcruise.com/\" target=\"_blank\" rel=\"noopener noreferrer\"> Victory Car Cruise </a>website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-364 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/avalon-apple-blossom-festival.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Apple Blossom Festival Car Cruise (Avalon, PA) Saturday May 12, 2018 (11am-4pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in the North Boro of Avalon just a few miles from the City of Pittsburgh, this quaint main street cruise kicks off the summer cruising season in May. There is a Pancake Breakfast 8:30AM-11:30AM in Trinity Social Hall, street festival with 40 crafters, DJ, great food, pie eating contest, and one of the nicest Chinese Auction\'s you will see. Trophies and cash prizes for 1st, 2nd, and 3rd Place. Visit the<a href=\"http://www.boroughofavalon.org/\" target=\"_blank\" rel=\"noopener noreferrer\"> Avalon Borough </a>website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-365 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/cruise-a-palooza.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Cruise-a-Palooza Car Cruise (Butler, PA) Saturday June 23, 2018 (11am-9pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">New location! This popular annual event was previously held in Downtown Butler and has been moved to the Butler Farm Show Grounds. Just like previous years, thousands of classic and antique cars will be there in addition to live entertainment, vendors, multiple DJ\'s, plenty of food, Chinese Auction and a big 50/50. Visit the <a href=\"https://www.visitbutlercounty.com/events/29131-m/24th-annual-cruise-palooza\" target=\"_blank\" rel=\"noopener noreferrer\">Butler County Events</a> website for more info.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community','','inherit','closed','closed','','173-revision-v1','','','2018-05-23 14:00:29','2018-05-23 14:00:29','',173,'http://bg2017.pvppi.com/173-revision-v1/',0,'revision','',0),(281,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nDo you need a little inspiration for your next indoor or outdoor home repair project? If so, you\'ve come to the right place. Our project gallery features some of our favorite home repair ventures. From bathroom repairs, to fixing the outdoor shutters and installing custom rain gutters, we have done it all. We invite you to view the gallery, take a few notes, and give us a call to get started on your next home repair undertaking. We look forward to helping you transform your home repair vision into a reality.\r\n\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/c6227983-59c95633-piovesempre150100020.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-235\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/6dffe540-0272e34b-bialasiewicz150902010.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-236\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/9c7acf7e-f564dade-piovesempre131100868.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-237\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fc381d70-1b71f8df-aaphotograph140800017.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-238\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/3df224d7-76aff1ad-bialasiewicz150601842.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-239\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/791a6b-c6628fd3-archidea101200001.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-240\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e422d0a3-bbaccf45-archidea100600003.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-241\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/47a2aec4-eec111f0-wuttichok111200263.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-242\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/80815c60-2e670cb9-hamsterman120800060.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-243\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/32043971-83308ba-bialasiewicz131100619.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-244\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/303491b0-30869ba4-piovesempre140900141.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-245\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/237aad09-a02ec1e6-jrstock160600533.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-246\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/027cb192-790d743f-habrda131100767.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-247\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/8cbcfd1a-a7590a27-epstock120600023.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-248\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/d515389e-437bfd10-antclausen080100017.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-249\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e4ae9a53-0a391a53-tammykayphoto160200094.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-250\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/affeb13a-71d74609-piovesempre130700097.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-251\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aa42ef26-30f9de56-piovesempre120500082.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-252\"></p>\r\n\r\n</div>\r\n</div>\r\n</div></div></div>\n','Projects','','inherit','closed','closed','','173-revision-v1','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',173,'http://bg2017.pvppi.com/173-revision-v1/',0,'revision','',0),(375,1,'2018-05-23 14:48:50','2018-05-23 14:48:50','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12 text-center\">\r\n<div>\r\n<p class=\"mod-reset\"><a href=\"http://www.pvgp.org\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/pvgp2.jpg\" alt=\"PGVP logo\" width=\"66\" height=\"66\"></a></p>\r\n<p class=\"\"><strong>PVPPI is a Proud Supporter of the <a href=\"http://www.pvgp.org\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh Vintage Grand Prix</a></strong></p>\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n<p class=\"mod-reset\"><a href=\"http://pittrace.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/pirc3.jpg\" alt=\"Pitt Race logo\" width=\"66\" height=\"66\"></a></p>\r\n&nbsp;<strong><a href=\"http://www.pittrace.com\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh International Race Complex</a> and Driver Training Facility</strong>\r\n\r\n</div>\r\n<div>\r\n<p class=\"mod-reset\"><strong><a href=\"http://www.hemmings.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/hemmings2.jpg\" alt=\"Hemmings logo\" width=\"66\" height=\"66\"></a></strong></p>\r\n<strong>Largest and oldest specialty auto trading publication is <a href=\"http://www.hemmings.com\" target=\"_blank\" rel=\"noopener noreferrer\">Hemmings</a></strong>\r\n<p class=\"mod-reset\"><a href=\"http://collectorcarmarket.com/menus/makes.html\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/CCMR.jpg\" alt=\"CCMR logo\" width=\"66\" height=\"66\"></a></p>\r\n<strong><a href=\"http://www.collectorcarmarket.com/makes.html\" target=\"_blank\" rel=\"noopener noreferrer\">Collector Car Market Review</a> is a classic and antique price guide</strong>\r\n<p class=\"mod-reset\"><a href=\"http://www.sundayautotransport.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/sunday2.jpg\" alt=\"Tim Stears logo\" width=\"66\" height=\"66\"></a></p>\r\n<strong>Enclosed auto transportation services provided by <a href=\"http://www.sundayautotransport.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thomas Sunday</a></strong>\r\n\r\n</div>\r\n<div>\r\n<p class=\"mod-reset\"><a href=\"http://www.oldride.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/oldride3.jpg\" alt=\"Old Ride logo\" width=\"66\" height=\"66\"></a></p>\r\n<p class=\"mod-reset\"><strong><a href=\"http://www.oldride.com\" target=\"_blank\" rel=\"noopener noreferrer\">Old Ride</a> is a classic car resource guide and specialty marketplace</strong></p>\r\n\r\n</div>\r\n<div>\r\n<div>\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<p class=\"mod-reset\"><a href=\"http://www.fossilcars.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/fossil.jpg\" alt=\"Fossil Cars logo\" width=\"66\" height=\"66\"></a></p>\r\n<strong>Another classic car resource and services guide is at <a href=\"http://www.fossilcars.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Fossil Cars</a>\r\n</strong>\r\n\r\n</div>\r\n<div><strong>\r\n</strong>\r\n<p class=\"mod-reset\"><a href=\"http://www.blackstone-labs.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/Blackstone4.jpg\" alt=\"Blackstone logo\" width=\"66\" height=\"66\"></a></p>\r\n&nbsp; <strong><a href=\"https://www.blackstone-labs.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Blackstone Laboratories</a> offers an easy-to-use oil analysis program\r\n</strong>\r\n<p class=\"mod-reset\"><a href=\"http://www.psp.pa.gov/contact/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/psp2.jpg\" alt=\"PA State Police logo\" width=\"66\" height=\"66\"></a></p>\r\n<strong>Motor Vehicle Fraud Investigation with <a href=\"http://www.psp.pa.gov/contact/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Pennsylvania State Police</a></strong><strong>\r\n</strong>\r\n<p class=\"mod-reset\"><a href=\"http://www.nhtsa.gov/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/nhtsa2.jpg\" alt=\"NHTSA logo\" width=\"66\" height=\"66\"></a></p>\r\n<strong><a href=\"https://www.nhtsa.gov/recalls\" target=\"_blank\" rel=\"noopener noreferrer\">NHTSA</a> Motor Vehicle Recalls from Office of Defects Investigation</strong>\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n<p class=\"mod-reset\"><a href=\"http://www.dmv.state.pa.us/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/penndot2.jpg\" alt=\"Penndot logo\" width=\"66\" height=\"66\"></a></p>\r\n<p class=\"mod-reset\"><strong>Driver and Vehicle Information at <a href=\"http://www.dmv.pa.gov/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">PA Department of Transportation</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Links','','inherit','closed','closed','','175-revision-v1','','','2018-05-23 14:48:50','2018-05-23 14:48:50','',175,'http://bg2017.pvppi.com/175-revision-v1/',0,'revision','',0),(282,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12 text-center\">\r\n<h2>Fabulous Homes</h2>\r\n<h4>Let Our Work Inspire your Lifestyle</h4>\r\nThey say a picture is worth a thousand words, and in real estate, it\'s often true. Take a look at some of the amazing homes we\'ve had the pleasure of finding new owners over the years. From fine architectural details to sweeping landscapes, it\'s a beautiful sight.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-253\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/bjej8BY1JYQ-imhwpb-x7tcxe9wnsq58r2.jpg\" alt=\"\" height=\"450\" width=\"1140\" data-imhwpb-asset-id=\"789481\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/bjej8BY1JYQ-imhwpb-x7tcxe9wnsq58r2.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"\" class=\"wp-image-253\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/0e901f69-50741081-oakmanphoto170600001.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-254\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2090a7e5-ae9e749b-2mmedia160600018.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-255\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/01017fe1-a252c83-epstock130300055.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-256\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/7a726062-1c468222-iriana88w140400311.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-257\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/74451549-ca4d0ea1-iriana88w120700157.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-258\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2>Need Something Perfect?</h2>\r\n<h4>We\'ll Find It For You</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nWe know that when you\'ve got your heart set on a particular type of home, nothing else will do. Our comprehensive search will find it for you.\r\nFrom fabulous historic charm to the utmost in modern convenience, we can find exactly what you need and want, arrange a viewing and get the paperwork in order.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Listings</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<h2>Tour of Homes</h2>\r\n<h4>Get A Feel For The Area</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nAt Krista Crowder Real Estate, we\'re happy to participate in our region\'s annual Tour of Homes\r\n\r\nBringing together realty companies from around the area, we provide comprehensive tours of local subdivisions, historic landmarks, amazing business opportunities and fabulous finds from our real estate clients. It\'s a great way to get a feel for our area.\r\n\r\nWe break the tour into different subcategories to meet our clients\' needs: modern subdivisions, historic beauties, amazing architecture and business needs.\r\n\r\nTypically lasting six to seven hours with a stop for lunch, the Tour lets you take a look at 16-18 homes and businesses for sale. Tours are provided free of charge, but registration is required, so contact us today to save your spot.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Tour','','inherit','closed','closed','','175-revision-v1','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',175,'http://bg2017.pvppi.com/175-revision-v1/',0,'revision','',0),(283,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<h2>Home Repair</h2>\r\n<h4>Increase Your Home\'s Beauty, Value, and Functionality Today</h4>\r\nWe offer a wide-variety of home repair services. In fact, all of our home repair services are designed to improve the beauty, value, or functionality of your home. Sometimes, clients don\'t realize that the swinging outdoor gutter is truly an eye sore. Or maybe it takes a fierce spring storm for you to realize that your roof leaks? Whatever the case might be, we are confident that we will be able to efficiently complete your home repair project in a timely and cost-effective manner.\r\n\r\nAll of our home repair services are conducted with the utmost professionalism. Below you will find a list of our home repair services. From carpentry to electrical we will complete the repair job on time, every time!\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Project</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/09810de2-c7945048-sergey02120700013.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"93|portrait\" width=\"300\" class=\"wp-image-260\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Services</h2>\r\nWith every home repair project, we try to exceed our clients\' expectations. Our home repair services are designed to improve the beauty, functionality, or value of your home. Through a pride in our craftsmanship, we provide the best home improvement services around!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\" style=\"text-align: center;\"><i class=\"fa fa-2x fa-refresh\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Plumbing Repairs</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-simplybuilt\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Carpentry Repairs</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-plug\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Electrical Repairs</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-bed\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Indoor Home Repair</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-puzzle-piece\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Outdoor Home Repair</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-6 col-sm-2\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-home\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-6 col-sm-10\">\r\n<div class=\"xs-center sm-center\">\r\n<h5>Home Remodeling</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Services','','inherit','closed','closed','','177-revision-v1','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',177,'http://bg2017.pvppi.com/177-revision-v1/',0,'revision','',0),(284,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Amazing service</h2>\r\n<h4>\"I was completely blown away at the level of service I received at Krista Crowder - it was completely different than any other agency!\"</h4>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/444839c4-e02d9f04-Prometeus141000196.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"130|square\" width=\"200\" class=\"wp-image-261\"></p>\r\n\r\n<h3>Go the extra mile</h3>\r\n\"When my mother passed suddenly, I was still in college and had no idea what to do with the estate. I knew I wanted to move home eventually and wanted to keep the home my grandfather built, but didn\'t know how to accomplish that. Krista arranged a great rental option.\"\r\n\r\n<strong>- Brett Anderson</strong>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/8bb77c42-e27c2767-kiuikson130600020-1.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" class=\"wp-image-262\"></p>\r\n\r\n<h3>Long-Distance Help</h3>\r\n\"I received a dream job offer, but it was on the other side of the country. They needed me to start immediately, so I had to pack everything up and leave it in John\'s capable hands. He found the perfect market and had it sold in a week!\"\r\n\r\n<strong>- Bonnie Peterson</strong>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/17eb3fa0-fd8453da-michaeljung140800027-1.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" class=\"wp-image-263\"></p>\r\n\r\n<h3>It\'s perfect</h3>\r\n\"After the fire, I told Theresa about my dream home - an old Prairie Square that could be an awesome bed and breakfast. She found it for me within a week and I opened my business on time.\"\r\n\r\n<strong>- Kelly Donal, Ma\'s Place</strong>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n<p class=\"mod-img-circle\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/cef0ebe0-969fea9d-olegdudko151101472.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"8|square\" width=\"200\" class=\"wp-image-264\"></p>\r\n\r\n<h3>Amazingly flexible</h3>\r\n\"I had to move my family in from out of state with crazy scheduling on both ends. Krista met with me on my schedule and pushed the closing as quickly as possible before school started.\"\r\n\r\n<strong>- Nadine St. Croix</strong>\r\n\r\n</div>\r\n</div></div></div>\n','Testimonials','','inherit','closed','closed','','179-revision-v1','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',179,'http://bg2017.pvppi.com/179-revision-v1/',0,'revision','',0),(285,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12 text-center\">\r\n<h2>Put Your Mind at Ease and Take a Tour</h2>\r\n<h4>We\'ve Got Something For Everyone</h4>\r\nSometimes our clients enter into a home repair and home maintenance projects from a nervous mindset. They have heard stories about other contractors, whom have taken far too long on a project. With this in mind, we built our website tour to give you an insider\'s look at our approach to home repair projects.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2a165121-8f7fc69f-piovesempre151200151.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|landscape\" width=\"1140\" class=\"wp-image-265\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/76ae60e-afeeaf4e-akaciyant100600023.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-266\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/a429a882-85a5a9f7-rodho080400001.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-267\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/6dde12a9-09e5091d-iriana88w120300013.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-268\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/0b069ae5-b919430e-razvanphoto081100055.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-269\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e9265c0c-e76ce3b7-wolfcub29160600085.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-270\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/77197ecf-e3948b9e-maglara151000024.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-271\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2>Planning</h2>\r\n<h4>Keeping Things Organized</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nOur professional approach to home repair projects starts with the planning phase. Through an open-communication approach, we work with our clients to establish their project goals, timeline, and budget. Once we have finalized a plan, we will begin our home repair work. Throughout the project we keep our clients updated on the status of the home repair.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Contact Us Today</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<h2>Project Completion</h2>\r\n<h4>We See All of Our Work Through To The End</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nEach of our home repair projects is completely unique, however, the result is always the same: a beautifully improved home and a project that exceeds the clients\' expectations. As shown in the tour images, our projects are completed with an unparalleled level of professionalism. At the end of a home repair assignment, we will go over the completed work with the client. We ask for feedback and answer any remaining questions.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Projects</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n','Tour','','inherit','closed','closed','','181-revision-v1','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',181,'http://bg2017.pvppi.com/181-revision-v1/',0,'revision','',0),(323,1,'2018-05-22 17:02:07','2018-05-22 17:02:07','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<p class=\"\" style=\"font-size: 15px;\">Pittsburgh Vehicle PPI is centrally located just 7 miles north of downtown Pittsburgh, PA.\r\n\r\nHours of operation are 7am to 7pm EST Monday through Friday, closed weekends and holidays.\r\n\r\nPlease call or email us below to schedule an inspection or with any questions you have, thank you.</p>\r\n[ninja_forms id=\"6\"]\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<h3 data-removal-key=\"email\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p data-removal-key=\"email\"><a data-if-removed=\"key\" data-removal-key=\"email\">sales@example.com</a></p>\r\n\r\n<h3 data-removal-key=\"phone-number\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\" data-if-removed=\"key\" data-removal-key=\"phone-number\">412-638-0641</p>\r\n<p class=\"mod-reset\"><img class=\"wp-image-272\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/49ecea46-e86198ca-leungchopan120800143.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"52|portrait\" width=\"360\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','183-revision-v1','','','2018-05-22 17:02:07','2018-05-22 17:02:07','',183,'http://bg2017.pvppi.com/183-revision-v1/',0,'revision','',0),(286,1,'2018-05-22 15:31:48','2018-05-22 15:31:48','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n\r\nPlease use the contact form below, if you have any general questions or requests about our services.\r\n\r\nWe will try our best to respond back to you within 24 hours.\r\n\r\n[ninja_forms id=\"6\"]\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n\r\n<h3 data-removal-key=\"email\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p data-removal-key=\"email\"><a data-if-removed=\"key\" data-removal-key=\"email\">sales@example.com</a></p>\r\n\r\n<h3 data-removal-key=\"phone-number\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p data-if-removed=\"key\" data-removal-key=\"phone-number\">777-765-4321 x2</p>\r\n\r\n<h3 data-removal-key=\"address\"><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\n<p data-if-removed=\"key\" data-removal-key=\"address\">202 Grid Blvd. Agloe, NY 12776</p>\r\n<p class=\"boldgrid-google-maps\" data-style=\"width:100%;height:200px;\" data-if-removed=\"key\" data-removal-key=\"map\"></p>\r\n\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/49ecea46-e86198ca-leungchopan120800143.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"52|portrait\" width=\"360\" class=\"wp-image-272\"></p>\r\n\r\n</div>\r\n</div></div></div>\n','Contact Us','','inherit','closed','closed','','183-revision-v1','','','2018-05-22 15:31:48','2018-05-22 15:31:48','',183,'http://bg2017.pvppi.com/183-revision-v1/',0,'revision','',0),(287,1,'2018-05-22 15:31:50','2018-05-22 15:31:50','','','','inherit','open','closed','','287','','','2018-05-22 15:31:50','2018-05-22 15:31:50','',0,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/monument-home-repair-imhwpb-pc3ceh4ocd7sc53.jpg',0,'attachment','image/jpeg',0),(10488,1,'2018-05-25 19:01:31','0000-00-00 00:00:00','','BoldGrid - GridBlock Set - Preview Page','','draft','closed','closed','','boldgrid-gridblock-set-preview-page','','','2018-05-25 19:01:31','0000-00-00 00:00:00','',0,'http://bg2017.pvppi.com/?page_id=10488',0,'page','',0),(757,1,'2018-05-25 14:04:48','2018-05-25 14:04:48','\n<p>Coming soon.</p>\n','Attribution','','publish','closed','closed','','attribution-staging','','','2018-05-25 14:04:48','2018-05-25 14:04:48','',0,'http://bg2017.pvppi.com/attribution-staging/',0,'bg_attribution','',0),(758,1,'2018-05-25 14:04:52','0000-00-00 00:00:00','','Block Preview Page','','draft','closed','closed','','','','','2018-05-25 14:04:52','0000-00-00 00:00:00','',0,'http://bg2017.pvppi.com/?page_id=758',0,'page','',0),(1165,1,'2018-05-25 14:24:28','2018-05-25 14:24:28','{\"boldgrid-monument::hide_boldgrid_attribution\":{\"value\":false,\"type\":\"theme_mod\",\"user_id\":1,\"date_modified_gmt\":\"2018-05-25 14:24:28\"},\"boldgrid-monument::hide_wordpress_attribution\":{\"value\":false,\"type\":\"theme_mod\",\"user_id\":1,\"date_modified_gmt\":\"2018-05-25 14:24:28\"}}','','','trash','closed','closed','','41b2fe0a-7d18-4ea9-8bd1-e69598d4d7b7','','','2018-05-25 14:24:28','2018-05-25 14:24:28','',0,'http://bg2017.pvppi.com/41b2fe0a-7d18-4ea9-8bd1-e69598d4d7b7/',0,'customize_changeset','',0),(1166,1,'2018-05-25 14:25:02','2018-05-25 14:25:02','{\"boldgrid-monument::hide_boldgrid_attribution\":{\"value\":true,\"type\":\"theme_mod\",\"user_id\":1,\"date_modified_gmt\":\"2018-05-25 14:25:02\"},\"boldgrid-monument::hide_wordpress_attribution\":{\"value\":true,\"type\":\"theme_mod\",\"user_id\":1,\"date_modified_gmt\":\"2018-05-25 14:25:02\"},\"boldgrid-monument::hide_partner_attribution\":{\"value\":true,\"type\":\"theme_mod\",\"user_id\":1,\"date_modified_gmt\":\"2018-05-25 14:25:02\"},\"boldgrid-monument::hide_special_thanks_attribution\":{\"value\":true,\"type\":\"theme_mod\",\"user_id\":1,\"date_modified_gmt\":\"2018-05-25 14:25:02\"}}','','','trash','closed','closed','','b5a8c06c-20db-40e8-9f89-d0b099132931','','','2018-05-25 14:25:02','2018-05-25 14:25:02','',0,'http://bg2017.pvppi.com/b5a8c06c-20db-40e8-9f89-d0b099132931/',0,'customize_changeset','',0),(2182,1,'2018-05-25 15:28:52','2018-05-25 15:28:52','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, and specialty vehicles are purchased over long distances. Sometimes the buyer never sees the car in-person and has it transported, other times investing time and money traveling to trailer it themselves. This is where a PPI (Pre Purchase Inspection) becomes invaluable. With over three decades experience in the automotive industry as a professional and enthusiast I use that knowledge to offer an independent inspection, appraisal and consultation service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>36 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer</strong><strong>\r\n</strong></li>\r\n 	<li><strong>Antique Classic Restoration</strong><strong>\r\n</strong></li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignleft wp-image-439 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/9cross.jpg\" alt=\"Certification\" width=\"188\" height=\"250\"></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business providing an honorable service with quality customer care. We are looking out for your best interest whether you are buying or selling that special automobile, therefore we take great pride in helping others and are grateful to be of service. That is why we are the preferred choice for a PPI in the Western Pennsylvania Region.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-25 15:28:52','2018-05-25 15:28:52','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(10180,1,'2018-05-25 18:58:30','2018-05-25 18:58:30','<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\n<p>If you have any questions, feel free to message us. We will get back to you as soon as we can.</p>\n\n[ninja_forms id=\"6\"]\n\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-envelope-o\"><!-- icon --></i></div>\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\n<h2>Email</h2>\n<a href=\"mailto:\">support@example.com</a>\n<a href=\"mailto:\">sales@example.com</a>\n\n</div>\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-phone\"><!-- icon --></i></div>\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\n<h2>Phone</h2>\n<p>777-765-4321 x2<br>\n777-765-1234 x2</p>\n</div>\n\n<div class=\"col-md-2 col-center col-xs-12 col-sm-12\"><i class=\"fa fa-4x fa-map-marker\"><!-- icon --></i></div>\n<div class=\"col-md-10 contact-heading col-xs-12 col-sm-12\">\n<h2>Address</h2>\n<p>202 Grid Blvd. <br>\nAgloe, NY 12776</p>\n</div>\n</div>\n</div>\n</div></div></div>\n\n','Contact Us','','inherit','closed','closed','','45-revision-v1','','','2018-05-25 18:58:30','2018-05-25 18:58:30','',45,'http://bg2017.pvppi.com/45-revision-v1/',0,'revision','',0),(10181,1,'2018-05-25 18:58:31','2018-05-25 18:58:31','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3>Pages vs. Posts</h3>\r\n<p class=\"mod-reset\"><img class=\"alignright\" src=\"\" alt=\"clock\" data-imhwpb-asset-id=\"788447\" height=\"390\" width=\"293\" style=\"margin-bottom: 20px;\" /></p>\r\nIf you\'re new to WordPress you may be wondering what\'s the big deal behind <em><strong>Pages</strong></em> and <em><strong>Posts</strong></em>. At first glance they appear to be one and the same: if you were to create either a new page or a new post you\'d be presented with nearly identical interfaces and in many cases the public appearance of pages and posts will look the same.\r\n\r\nDon\'t let this fool you. There\'s a very fundamental difference between the two and that difference is what makes CMSs, like WordPress, great platforms for integrating blogs with traditional websites.\r\n<h4>Pages</h4>\r\nThink about the kind of pages that make up a typical website. Most often you\'ll see pages like \"Home\", \"About Us\", \"Services\", \"Contact Us\", etc. Within WordPress these are often treated as <em><strong>Pages</strong></em>; documents that have no particular regard for the time they were posted.\r\n\r\nFor example, when you visit the \"About Us\" page of your favorite company\'s website you don\'t expect the content to be very different from what was available there a week ago.\r\n\r\n<!--more Read more > -->\r\n<h4>Posts</h4>\r\nNow take a moment to think of your favorite news website. A news site is an ideal example of when you\'d expect content to be different from the last time you visited — after all, news just wouldn\'t be news if it weren\'t current. In the case of news sites, <em><strong>Posts</strong></em> are most often used to write articles.\r\n\r\nWhen you publish a post within WordPress it knows to treat the post differently than the way it treats a page. For example, when you enable a blog within your BoldGrid theme, it will list all of your published posts in reverse chronological order on your <em><strong>Blog</strong></em> page.\r\n\r\nYour BoldGrid site can contain both pages and posts, i.e. you may have an \"About Author\" page to compliment your weekly blog. When done well, utilizing pages and posts in this way can help you build a more engaging experience for your visitors.\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n\r\n</div>\r\n</div>\r\n</div>','Blogging 101','','inherit','closed','closed','','152-revision-v1','','','2018-05-25 18:58:31','2018-05-25 18:58:31','',152,'http://bg2017.pvppi.com/152-revision-v1/',0,'revision','',0),(10182,1,'2018-05-25 18:58:31','2018-05-25 18:58:31','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3>Categories and Tags</h3>\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full\" src=\"\" alt=\"desktop\" data-imhwpb-asset-id=\"788448\" height=\"450\" width=\"900\" /></p>\r\n\r\nIf you write about a variety of subjects, categories can help your readers find the posts that are most relevant to them. For instance, if you run a consulting business, you may want some of your posts to reflect work you\'ve done with previous clients, while having other posts act as informational resources. In this particular case, you can set up 2 categories: one labeled <em><strong>Projects</strong></em> and another labeled <em><strong>Resources</strong></em>. You\'d then place your posts in their respective categories.\r\n\r\n<!--more Read more > -->\r\n\r\nCategories are accessible from the post editor. There you can create new categories and assign them to your posts.\r\n\r\nTags, on the other hand, allow you to label your posts with relevant topics. For instance, within one of your resource posts you may choose to write about a set of project management tools. While you can certainly create a new category called \"Project Management Tools,\" you may not plan to write about the topic often enough to justify giving it a dedicated category. Instead, you may want to tag your post with several topics that exists within the post; e.g. <em><strong>project management tools, communication, time tracking</strong></em>, etc.\r\n\r\nWhat\'s great about tags is that they are searchable and provide your users another way to find content on your site. Anyone searching for \"project management tools\" will be able to locate any posts you\'ve tagged with those words!\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n\r\n</div>\r\n</div>\r\n</div>','Basic Taxonomies','','inherit','closed','closed','','153-revision-v1','','','2018-05-25 18:58:31','2018-05-25 18:58:31','',153,'http://bg2017.pvppi.com/153-revision-v1/',0,'revision','',0),(10183,1,'2018-05-25 18:58:31','2018-05-25 18:58:31','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3>Plan Your Content</h3>\r\n<p class=\"mod-reset\"><img class=\"alignright\" src=\"\" alt=\"laptop\" data-imhwpb-asset-id=\"788449\" height=\"225\" width=\"300\" style=\"margin-bottom: 20px;\" /></p>\r\nIf you\'re considering adding a blog to your site, you\'ll want to have a plan beforehand. Planning your blog will help your subject matter remain consistent over time. It\'ll also help you determine whether or not there\'s enough material to maintain a steady stream of posts.\r\n\r\nOne pitfall many new bloggers run into is starting a blog that isn\'t posted to frequently enough. A shortage of recent posts can give your visitors a bad impression of your business. One may think \"I wonder if they’re still in business\" or \"they may want to hire a writer.\"\r\n\r\nA blog, like any other customer facing aspect of your business, communicates your brand. If it isn\'t maintained and given proper attention, people will notice. Post regularly and keep your content fresh. Give your audience a reason to visit often.\r\n<p class=\"\"><!--more Read more > --></p>\r\n \r\n<h3>Find Your Audience</h3>\r\nWhile on the topic of audiences, you\'ll likely want to identify yours early on. If your blog is going to be set up to compliment a business, your target audience will likely be the same as your consumer base; you\'re then writing for the same people that buy your product. You\'ll want to allow any marketing material you\'ve used inform the style and tone of your writing. Think of your blog as an extension of your company\'s brand.\r\n\r\nIf, on the other hand, your business is completely new or you don\'t happen to be selling anything in particular, this is the time to start thinking about your brand ...\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Tips For Better Writing','','inherit','closed','closed','','154-revision-v1','','','2018-05-25 18:58:31','2018-05-25 18:58:31','',154,'http://bg2017.pvppi.com/154-revision-v1/',0,'revision','',0),(290,1,'2018-05-22 15:39:23','2018-05-22 15:39:23','','Facebook','Facebook','publish','closed','closed','','facebook-2','','','2018-05-22 15:39:23','2018-05-22 15:39:23','',0,'http://bg2017.pvppi.com/facebook-2/',0,'nav_menu_item','',0),(291,1,'2018-05-22 15:39:23','2018-05-22 15:39:23','','Twitter','Twitter','publish','closed','closed','','twitter-2','','','2018-05-22 15:39:23','2018-05-22 15:39:23','',0,'http://bg2017.pvppi.com/twitter-2/',2,'nav_menu_item','',0),(292,1,'2018-05-22 15:39:23','2018-05-22 15:39:23','','Google Plus','Google Plus','publish','closed','closed','','google-plus-2','','','2018-05-22 15:39:23','2018-05-22 15:39:23','',0,'http://bg2017.pvppi.com/google-plus-2/',3,'nav_menu_item','',0),(293,1,'2018-05-22 15:39:23','2018-05-22 15:39:23','','LinkedIn','LinkedIn','publish','closed','closed','','linkedin-2','','','2018-05-22 15:39:23','2018-05-22 15:39:23','',0,'http://bg2017.pvppi.com/linkedin-2/',4,'nav_menu_item','',0),(294,1,'2018-05-22 15:39:23','2018-05-22 15:39:23','','Youtube','Youtube','publish','closed','closed','','youtube-2','','','2018-05-22 15:39:23','2018-05-22 15:39:23','',0,'http://bg2017.pvppi.com/youtube-2/',5,'nav_menu_item','',0),(295,1,'2018-05-22 15:41:36','0000-00-00 00:00:00','{\"nav_menu_item[156]\":{\"value\":false,\"type\":\"nav_menu_item\",\"user_id\":1},\"nav_menu_item[160]\":{\"value\":false,\"type\":\"nav_menu_item\",\"user_id\":1}}','','','auto-draft','closed','closed','','6d537273-782a-4763-8d60-1eb2827cde49','','','2018-05-22 15:41:36','0000-00-00 00:00:00','',0,'http://bg2017.pvppi.com/?p=295',0,'customize_changeset','',0),(296,1,'2018-05-22 15:41:53','2018-05-22 15:41:53','\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h2>Common Questions</h2>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<ol class=\"\"><li>\n<p class=\"mce-p\"><strong>What\'s the difference between an appraisal and an assessment?</strong></p>\n<p class=\"mce-p\">An appraisal evaluates your home for its market value - it\'s something you or the buyer will need to pay for and is performed to ensure that the property\'s appraised value is in line with its purchase price. By comparison, an assessment is something done by your local or county property tax assessor, to determine the value of your property on the tax rolls. Your assessment may not reflect recent improvements you\'ve made to your home, in which case you may want to have an appraisal done to reflect the current value.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>What happens if I want to cancel my listing?</strong></p>\n<p class=\"mce-p\">If for some reason you\'re not happy with your listing, we\'re more than happy to work with you to determine the problem. We offer a standard 90-day contract in most cases to help retain flexibility as we assist our clients.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I\'m moving in from out of state - can you help me find a good home?</strong></p>\n<p class=\"mce-p\">Absolutely! We work with a number of databases and can help you find a home based on general style, square footage, number of bedrooms and baths, specific features and many other options. Contact us for more details.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I\'ve had two very different prices for my home - which one is right?</strong></p>\n<p class=\"mce-p\">You\'ve got a few different options to consider in this case. Is there a particular reason why one or the other seems off? If you\'re not sure which one is off, you can consult another realtor or have an appraisal done to determine the best figure.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>Is a home inspection really necessary?</strong></p>\n<p class=\"mce-p\">Homes, like cars, require maintenance. You don\'t want to purchase a home and then realize that the roof, electrical service or plumbing needs to be replaced after the closing is done. A home inspection helps protect you from those situations and gives you a negotiating point for repairs to be completed before or after closing.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I need my home to sell quickly, can you help me stage it?</strong></p>\n<p class=\"mce-p\">Unfortunately, we focus on the realty side of the business, but can put you in contact with several excellent home decorators.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I\'ve never bought a home before. Where do I start?</strong></p>\n<p class=\"mce-p\">Congratulations! Investing in a home is a great way to invest in your future. Consider your budget and credit - how much home can you afford? Think about personal style and what that means for the type of home you want. Are you growing your family? Consider future needs. Once you know what you need and what you want, contact us and we\'ll help you find your new home.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I\'m getting ready to retire and move out of state. What home improvements will yield the most benefit?</strong></p>\n<p class=\"mce-p\">Though it\'s hard to determine exactly what the market will do, there are some improvements that regularly pay off. Kitchen and bath improvements often have good benefit. Improving any aging systems, such as electrical, plumbing, roofing or HVAC also pays off in the long run.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>I want a great house and heard purchasing a foreclosure at auction is a great way to do so. What are the risks?</strong></p>\n<p class=\"mce-p\">Unless you\'re a lawyer, you\'ll want to work with a realtor. The home may have been illegally foreclosed, could have significant damage or otherwise turn into a bad investment.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>What if there are problems with the closing?</strong></p>\n<p class=\"mce-p\">The process of buying or selling a home is stressful and closing problems sometimes occur. Entering a closing with deadlines for specific actions and knowing what happens to earnest money if problems arise can help protect you, as can having an experienced buyer\'s agent.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>Can I save money buying a home without hiring a buyer\'s agent?</strong></p>\n<p class=\"mce-p\">You can save a little money or spend much, much more. Working without an agent is like representing yourself in court - okay for small things, but not for as large a purchase as a home. A realtor makes sure everything goes smoothly.</p>\n</li>\n	<li>\n<p class=\"mce-p\"><strong>What if I have other questions about the sale or purchase process?</strong></p>\n<p class=\"mce-p\">Contact us! We\'ve helped thousands of home owners over the years and we\'d be delighted to help you.</p>\n</li>\n</ol></div>\n</div></div></div>\n','FAQ','','inherit','closed','closed','','171-revision-v1','','','2018-05-22 15:41:53','2018-05-22 15:41:53','',171,'http://bg2017.pvppi.com/171-revision-v1/',0,'revision','',0),(297,1,'2018-05-22 15:44:50','2018-05-22 15:44:50','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12 text-center\">\r\n<h2>Fabulous Homes</h2>\r\n<h4>Let Our Work Inspire your Lifestyle</h4>\r\nThey say a picture is worth a thousand words, and in real estate, it\'s often true. Take a look at some of the amazing homes we\'ve had the pleasure of finding new owners over the years. From fine architectural details to sweeping landscapes, it\'s a beautiful sight.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-253\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/bjej8BY1JYQ-imhwpb-x7tcxe9wnsq58r2.jpg\" alt=\"\" height=\"450\" width=\"1140\" data-imhwpb-asset-id=\"789481\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/bjej8BY1JYQ-imhwpb-x7tcxe9wnsq58r2.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"\" class=\"wp-image-253\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/0e901f69-50741081-oakmanphoto170600001.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-254\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/2090a7e5-ae9e749b-2mmedia160600018.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-255\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/01017fe1-a252c83-epstock130300055.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-256\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/7a726062-1c468222-iriana88w140400311.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-257\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-4 text-center\">\r\n<p class=\"mod-img\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/74451549-ca4d0ea1-iriana88w120700157.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"92|square\" width=\"180\" class=\"wp-image-258\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2>Need Something Perfect?</h2>\r\n<h4>We\'ll Find It For You</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nWe know that when you\'ve got your heart set on a particular type of home, nothing else will do. Our comprehensive search will find it for you.\r\nFrom fabulous historic charm to the utmost in modern convenience, we can find exactly what you need and want, arrange a viewing and get the paperwork in order.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">View Listings</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<h2>Tour of Homes</h2>\r\n<h4>Get A Feel For The Area</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nAt Krista Crowder Real Estate, we\'re happy to participate in our region\'s annual Tour of Homes\r\n\r\nBringing together realty companies from around the area, we provide comprehensive tours of local subdivisions, historic landmarks, amazing business opportunities and fabulous finds from our real estate clients. It\'s a great way to get a feel for our area.\r\n\r\nWe break the tour into different subcategories to meet our clients\' needs: modern subdivisions, historic beauties, amazing architecture and business needs.\r\n\r\nTypically lasting six to seven hours with a stop for lunch, the Tour lets you take a look at 16-18 homes and businesses for sale. Tours are provided free of charge, but registration is required, so contact us today to save your spot.\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n','Links','','inherit','closed','closed','','175-revision-v1','','','2018-05-22 15:44:50','2018-05-22 15:44:50','',175,'http://bg2017.pvppi.com/175-revision-v1/',0,'revision','',0),(10184,1,'2018-05-25 18:58:32','2018-05-25 18:58:32','\n<p>Coming soon.</p>\n','Attribution','','publish','closed','closed','','attribution','','','2018-05-25 18:58:32','2018-05-25 18:58:32','',0,'http://bg2017.pvppi.com/attribution/',0,'bg_attribution','',0),(300,1,'2018-05-22 15:46:45','2018-05-22 15:46:45','<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nDo you need a little inspiration for your next indoor or outdoor home repair project? If so, you\'ve come to the right place. Our project gallery features some of our favorite home repair ventures. From bathroom repairs, to fixing the outdoor shutters and installing custom rain gutters, we have done it all. We invite you to view the gallery, take a few notes, and give us a call to get started on your next home repair undertaking. We look forward to helping you transform your home repair vision into a reality.\r\n\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/c6227983-59c95633-piovesempre150100020.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-235\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/6dffe540-0272e34b-bialasiewicz150902010.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-236\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/9c7acf7e-f564dade-piovesempre131100868.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-237\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fc381d70-1b71f8df-aaphotograph140800017.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-238\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/3df224d7-76aff1ad-bialasiewicz150601842.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-239\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/791a6b-c6628fd3-archidea101200001.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-240\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e422d0a3-bbaccf45-archidea100600003.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-241\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/47a2aec4-eec111f0-wuttichok111200263.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-242\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/80815c60-2e670cb9-hamsterman120800060.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-243\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/32043971-83308ba-bialasiewicz131100619.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-244\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/303491b0-30869ba4-piovesempre140900141.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-245\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/237aad09-a02ec1e6-jrstock160600533.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-246\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/027cb192-790d743f-habrda131100767.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-247\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/8cbcfd1a-a7590a27-epstock120600023.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-248\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/d515389e-437bfd10-antclausen080100017.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-249\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-6 text-center\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/e4ae9a53-0a391a53-tammykayphoto160200094.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-250\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/affeb13a-71d74609-piovesempre130700097.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-251\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/aa42ef26-30f9de56-piovesempre120500082.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"108|square\" width=\"180\" class=\"wp-image-252\"></p>\r\n\r\n</div>\r\n</div>\r\n</div></div></div>\r\n','Community','','inherit','closed','closed','','173-revision-v1','','','2018-05-22 15:46:45','2018-05-22 15:46:45','',173,'http://bg2017.pvppi.com/173-revision-v1/',0,'revision','',0),(302,1,'2018-05-22 15:48:30','2018-05-22 15:48:30','{\"nav_menu_item[162]\":{\"value\":{\"menu_item_parent\":0,\"object_id\":161,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"url\":\"http:\\/\\/bg2017.pvppi.com\\/faq-staging\\/\",\"title\":\"\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"nav_menu_term_id\":8,\"position\":4,\"status\":\"publish\",\"original_title\":\"FAQ\",\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1},\"nav_menu_item[168]\":{\"value\":{\"menu_item_parent\":0,\"object_id\":167,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"url\":\"http:\\/\\/bg2017.pvppi.com\\/services-staging\\/\",\"title\":\"\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"nav_menu_term_id\":8,\"position\":3,\"status\":\"publish\",\"original_title\":\"Services\",\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1},\"nav_menu_item[174]\":{\"value\":{\"menu_item_parent\":0,\"object_id\":173,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"url\":\"http:\\/\\/bg2017.pvppi.com\\/community-staging\\/\",\"title\":\"\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"nav_menu_term_id\":8,\"position\":6,\"status\":\"publish\",\"original_title\":\"Community\",\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1},\"nav_menu_item[176]\":{\"value\":{\"menu_item_parent\":0,\"object_id\":175,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"url\":\"http:\\/\\/bg2017.pvppi.com\\/links-staging\\/\",\"title\":\"\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"nav_menu_term_id\":8,\"position\":7,\"status\":\"publish\",\"original_title\":\"Links\",\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1},\"nav_menu_item[180]\":{\"value\":{\"menu_item_parent\":0,\"object_id\":179,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"url\":\"http:\\/\\/bg2017.pvppi.com\\/testimonials-staging\\/\",\"title\":\"\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"nav_menu_term_id\":8,\"position\":5,\"status\":\"publish\",\"original_title\":\"Testimonials\",\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1}}','','','trash','closed','closed','','c98e9c9f-6614-4d58-ab6e-f888c9626502','','','2018-05-22 15:48:30','2018-05-22 15:48:30','',0,'http://bg2017.pvppi.com/c98e9c9f-6614-4d58-ab6e-f888c9626502/',0,'customize_changeset','',0),(303,1,'2018-05-22 15:49:41','2018-05-22 15:49:41','{\"boldgrid-monument::nav_menu_locations[primary]\":{\"value\":0,\"type\":\"theme_mod\",\"user_id\":1},\"boldgrid-monument::nav_menu_locations[social]\":{\"value\":0,\"type\":\"theme_mod\",\"user_id\":1}}','','','trash','closed','closed','','63ba0eae-31b6-434e-9253-cab36d7fd20a','','','2018-05-22 15:49:41','2018-05-22 15:49:41','',0,'http://bg2017.pvppi.com/63ba0eae-31b6-434e-9253-cab36d7fd20a/',0,'customize_changeset','',0),(304,1,'2018-05-22 15:50:09','2018-05-22 15:50:09','{\"boldgrid-monument::nav_menu_locations[primary]\":{\"value\":8,\"type\":\"theme_mod\",\"user_id\":1}}','','','trash','closed','closed','','e3a9be3b-467c-4d1c-8a6d-7f283898357b','','','2018-05-22 15:50:09','2018-05-22 15:50:09','',0,'http://bg2017.pvppi.com/e3a9be3b-467c-4d1c-8a6d-7f283898357b/',0,'customize_changeset','',0),(305,1,'2018-05-22 15:50:51','2018-05-22 15:50:51','','pittsburgh-vehicle-ppi-logo','','inherit','open','closed','','pittsburgh-vehicle-ppi-logo-2','','','2018-05-22 15:50:51','2018-05-22 15:50:51','',0,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/pittsburgh-vehicle-ppi-logo-1.jpg',0,'attachment','image/jpeg',0),(394,1,'2018-05-23 22:06:50','2018-05-23 22:06:50','','penndot_logo','','inherit','open','closed','','penndot_logo','','','2018-05-23 22:06:50','2018-05-23 22:06:50','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/penndot_logo.jpg',0,'attachment','image/jpeg',0),(308,1,'2018-05-22 15:52:40','2018-05-22 15:52:40','{\"boldgrid-monument::boldgrid_logo_setting\":{\"value\":307,\"type\":\"theme_mod\",\"user_id\":1}}','','','trash','closed','closed','','bcd51273-0676-4b0d-8b98-8c43e155b6d4','','','2018-05-22 15:52:40','2018-05-22 15:52:40','',0,'http://bg2017.pvppi.com/bcd51273-0676-4b0d-8b98-8c43e155b6d4/',0,'customize_changeset','',0),(309,1,'2018-05-22 15:54:56','0000-00-00 00:00:00','{\"widget_black-studio-tinymce[1]\":{\"value\":{\"encoded_serialized_instance\":\"YTo1OntzOjU6InRpdGxlIjtzOjE0OiJDYWxsIFRvIEFjdGlvbiI7czo0OiJ0ZXh0IjtzOjA6IiI7czo0OiJ0eXBlIjtzOjY6InZpc3VhbCI7czo2OiJmaWx0ZXIiO3M6MToiMSI7czo1OiJsYWJlbCI7czoyMDoiYmxhY2stc3R1ZGlvLXRpbnltY2UiO30=\",\"title\":\"Call To Action\",\"is_widget_customizer_js_value\":true,\"instance_hash_key\":\"b52956b71c983746dc1826f36540c852\"},\"type\":\"option\",\"user_id\":1}}','','','auto-draft','closed','closed','','b851248a-a05f-42c4-8f60-1c0bb94bf1e7','','','2018-05-22 15:54:56','0000-00-00 00:00:00','',0,'http://bg2017.pvppi.com/?p=309',0,'customize_changeset','',0),(310,1,'2018-05-25 02:39:44','2018-05-25 02:39:44','<div class=\"boldgrid-section background-delta color1-background-color\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\n<h2 class=\"bg-text-fx bg-text-fx-retro\" style=\"text-align: center; font-family: Audiowide; font-size: 33px; color: #d90209;\" data-font-family=\"Audiowide\"><em>Pittsburgh Vehicle Pre-Purchase Inspections</em></h2>\n</div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-348 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvppi-at-pvgp.jpg\" alt=\"Pittsburgh Vehicle PPI tent at the PVGP\" width=\"1050\" height=\"300\"></p>\n\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 92px;\">\n<div class=\"col-md-12 col-sm-6 col-xs-12\">\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\n<p class=\"\" style=\"font-size: 18px;\">Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection, appraisal and consultation services. Buying or selling any antique, classic, or specialty vehicle can be stressful. We can minimize risk and give you the peace of mind you are looking for.</p>\n<p class=\"\" style=\"font-size: 18px;\">The service we provide thoroughly examines the automobile inside and out to evaluate its current condition. Independent third party inspections are our specialty backed with decades of automotive experience. This gives you the facts about the vehicle in question.</p>\n<p class=\"\" style=\"font-size: 18px;\">We can save you time and money by uncovering unknown issues, prevent costly repair bills, determine the true market value, arm you with negotiating power, or save you the enormous expense from buying something that might not meet your expectations.</p>\n<p class=\"\" style=\"font-size: 18px;\">Why buy or sell blindly? We offer professional services for customers all around the world on antique autos, classic cars, and specialty vehicles. If you plan on buying or selling an old car Western PA, Eastern OH, or Northern WV... contact us to learn how we can assist.</p>\n<p class=\"\" style=\"font-size: 18px;\">Please click on additional pages to discover more about Pittsburgh Vehicle PPI and our services...</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>','Home','','inherit','closed','closed','','150-autosave-v1','','','2018-05-25 02:39:44','2018-05-25 02:39:44','',150,'http://bg2017.pvppi.com/150-autosave-v1/',0,'revision','',0),(317,1,'2018-05-22 16:21:48','2018-05-22 16:21:48','<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"background-color: transparent;\">\r\n<h2 class=\"color4-color\" style=\"text-align: center;\">PITTSBURGH VEHICLE PRE-PURCHASE INSPECTIONS</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 92px;\">\r\n<div class=\"col-md-12 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<p class=\"\" style=\"font-size: 18px;\">Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection service. Buying any antique, classic, specialty, or late model vehicle can be stressful. Whether you\'re spending $5k or $95k we minimize risk, giving you peace of mind while saving you money.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The service we provide thoroughly examines the automobile inside and out to evaluate its current condition. Independent third party inspections are our specialty, backed with thirty years automotive experience. This gives you the facts about the vehicle you are buying.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We can save you money by preventing costly repair bills or discovering unknown problems, save you money by arming you with negotiating power, and most importantly we can save you the enormous expense from buying something that might not meet your expectations.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Why buy blindly? We offer a quality pre-purchase inspection service for buyers all around the world on antique autos, classic cars, specialty and late model vehicles. If you\'re buying something in Western PA, Eastern OH, or Northern WV, have us inspect it before you buy it.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please click on additional pages to learn more about Pittsburgh Vehicle PPI and our services...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-22 16:21:48','2018-05-22 16:21:48','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(318,1,'2018-05-22 16:25:12','2018-05-22 16:25:12','<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h2 class=\"color4-color\" style=\"text-align: center;\">PITTSBURGH VEHICLE PRE-PURCHASE INSPECTIONS</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 92px;\">\r\n<div class=\"col-md-12 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<p class=\"\" style=\"font-size: 18px;\">Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection service. Buying any antique, classic, specialty, or late model vehicle can be stressful. Whether you\'re spending $5k or $95k we minimize risk, giving you peace of mind while saving you money.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The service we provide thoroughly examines the automobile inside and out to evaluate its current condition. Independent third party inspections are our specialty, backed with thirty years automotive experience. This gives you the facts about the vehicle you are buying.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We can save you money by preventing costly repair bills or discovering unknown problems, save you money by arming you with negotiating power, and most importantly we can save you the enormous expense from buying something that might not meet your expectations.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Why buy blindly? We offer a quality pre-purchase inspection service for buyers all around the world on antique autos, classic cars, specialty and late model vehicles. If you\'re buying something in Western PA, Eastern OH, or Northern WV, have us inspect it before you buy it.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please click on additional pages to learn more about Pittsburgh Vehicle PPI and our services...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-22 16:25:12','2018-05-22 16:25:12','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(319,1,'2018-05-22 16:28:24','2018-05-22 16:28:24','{\"widget_black-studio-tinymce[0]\":{\"value\":{\"encoded_serialized_instance\":\"YTo1OntzOjU6InRpdGxlIjtzOjEyOiJDb250YWN0IEluZm8iO3M6NDoidGV4dCI7czoxMTg6IsKpIDIwMTggUGl0dHNidXJnaCBWZWhpY2xlIFBQSSB8IDxzcGFuIGNsYXNzPSJwaG9uZS1udW1iZXIiPjQxMi02MzgtMDY0MTwvc3Bhbj4gfCA8YSBocmVmPSJtYWlsdG86Ij5pbmZvQHB2cHBpLmNvbTwvYT4iO3M6NDoidHlwZSI7czo2OiJ2aXN1YWwiO3M6NjoiZmlsdGVyIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MjA6ImJsYWNrLXN0dWRpby10aW55bWNlIjt9\",\"title\":\"Contact Info\",\"is_widget_customizer_js_value\":true,\"instance_hash_key\":\"c270e315a2ed5193a7782f4f512b3903\"},\"type\":\"option\",\"user_id\":1},\"sidebars_widgets[boldgrid-widget-2]\":{\"value\":[],\"type\":\"option\",\"user_id\":1}}','','','trash','closed','closed','','d4ccb59e-eb79-426b-8700-e14707ccff8e','','','2018-05-22 16:28:24','2018-05-22 16:28:24','',0,'http://bg2017.pvppi.com/?p=319',0,'customize_changeset','',0),(388,1,'2018-05-23 21:47:38','2018-05-23 21:47:38','','sunday-transport','','inherit','open','closed','','sunday-transport','','','2018-05-23 21:47:38','2018-05-23 21:47:38','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/sunday-transport.jpg',0,'attachment','image/jpeg',0),(322,1,'2018-05-23 20:33:15','2018-05-23 20:33:15','<div class=\"boldgrid-section\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 7px;\">\n<div class=\"col-md-10 col-sm-8 col-xs-12\">\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is centrally located just 7 miles north of downtown Pittsburgh, PA.</p>\n<p class=\"\" style=\"font-size: 18px;\">Hours of operation are 7am to 7pm EST Monday through Friday, closed weekends and holidays.</p>\n<p class=\"\" style=\"font-size: 18px;\">Please call or email us below to schedule an inspection or with any questions you have, thank you.</p>\n[ninja_forms id=\"6\"]\n\n</div>\n<div class=\"col-md-2 col-sm-4 col-xs-12\">\n<h3 class=\"color3-color\" style=\"text-align: center;\" data-removal-key=\"phone-number\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\n<p class=\"\" style=\"font-size: 22px; text-align: center;\" data-if-removed=\"key\" data-removal-key=\"phone-number\">412-638-0641</p>\n<p class=\"\" style=\"font-size: 20px;\" data-if-removed=\"key\" data-removal-key=\"phone-number\"><img class=\"size-full wp-image-382 aligncenter\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/owner-2.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\n\n</div>\n</div>\n</div>\n</div>','Contact Us','','inherit','closed','closed','','183-autosave-v1','','','2018-05-23 20:33:15','2018-05-23 20:33:15','',183,'http://bg2017.pvppi.com/183-autosave-v1/',0,'revision','',0),(324,1,'2018-05-22 17:49:41','2018-05-22 17:49:41','{\"boldgrid-monument::boldgrid_background_pattern\":{\"value\":\"\",\"type\":\"theme_mod\",\"user_id\":1},\"boldgrid-monument::boldgrid_background_type\":{\"value\":\"pattern\",\"type\":\"theme_mod\",\"user_id\":1},\"boldgrid-monument::boldgrid_background_color\":{\"value\":\"rgba(0,0,0,0.45)\",\"type\":\"theme_mod\",\"user_id\":1}}','','','trash','closed','closed','','783d9df9-ff08-45c1-9963-484d69b435cb','','','2018-05-22 17:49:41','2018-05-22 17:49:41','',0,'http://bg2017.pvppi.com/?p=324',0,'customize_changeset','',0),(326,1,'2018-05-25 17:10:14','2018-05-25 17:10:14','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 0px;\">\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, and specialty vehicles are purchased over long distances. Sometimes the buyer never sees the car in-person and has it transported, other times investing time and money traveling to trailer it themselves. This is where a PPI (Pre Purchase Inspection) becomes invaluable. With over three decades experience in the automotive industry as a professional and enthusiast I use that knowledge to offer an independent inspection, appraisal and consultation service.</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 0px;\">\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\n<h4 class=\"\"><strong>36 Years Experience Includes:</strong></h4>\n<ul class=\"\" style=\"font-size: 18px;\">\n 	<li><strong>All Manufacturer Technician\n</strong></li>\n 	<li><strong>Engine Systems Specialist</strong></li>\n 	<li><strong>Carburetor Specialist</strong></li>\n 	<li><strong>Exotic Car Technician\n</strong></li>\n 	<li><strong>Body &amp; Paint</strong></li>\n 	<li><strong>Interiors &amp; Accessories</strong></li>\n 	<li><strong>Detail &amp; Prep\n</strong></li>\n 	<li><strong>Auction Buyer</strong><strong>\n</strong></li>\n 	<li><strong>Antique Classic Restoration</strong><strong>\n</strong></li>\n</ul>\n</div>\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\n<p class=\"mod-reset\"><img class=\"alignleft wp-image-439\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/9cross.jpg\" alt=\"Certification\" width=\"161\" height=\"214\"></p>\n&nbsp;\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle.</p>\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business providing an honorable service with quality customer care. We are looking out for your best interest whether you are buying or selling that special automobile, therefore we take great pride in helping others and are grateful to be of service. That is why we are the preferred choice for a PPI in the Western Pennsylvania Region.</p>\n\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"mod-space\"></div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"gridblock\"></div>\n</div>\n</div>\n</div>\n</div>','About Us','','inherit','closed','closed','','155-autosave-v1','','','2018-05-25 17:10:14','2018-05-25 17:10:14','',155,'http://bg2017.pvppi.com/155-autosave-v1/',0,'revision','',0),(331,1,'2018-05-22 18:38:39','2018-05-22 18:38:39','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, specialty or late model vehicles are purchased over long distances where the buyer never sees the car in-person. It is also common for people to make the mistake of buying a pre-owned vehicle locally without having it checked by a technician. This is where a PPI (Pre Purchase Inspection) becomes invaluable in both cases. With thirty three years experience in the automotive industry as a professional and enthusiast, I use that knowledge to offer a professional third party inspection service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>35 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer\r\n</strong></li>\r\n 	<li><strong>Inventory Management\r\n</strong></li>\r\n 	<li><strong>Classic Car Restoration</strong></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 21px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle. Additionally, many national companies can take up to a week to schedule, where we are able to schedule most inspections within 24 to 48 hours.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business. We\'re able to charge less than the competition, passing savings on to the customer, while providing the highest quality service and best customer care. We want you to be happy with your purchase so we take great pride in our service and appreciate your business. That is why PVPPI is the preferred choice for a PPI in Pittsburgh.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-22 18:38:39','2018-05-22 18:38:39','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(332,1,'2018-05-25 00:05:34','2018-05-25 00:05:34','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 0px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-medium wp-image-428\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/service-radius-300x52.jpg\" alt=\"\" width=\"300\" height=\"52\"></p>\n<p class=\"\" style=\"font-size: 18px;\">Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\n<p class=\"bg-text-fx bg-text-fx-glow\" style=\"font-size: 18px;\">Results are a detailed written report, 50 to 100 quality photos of the automobile inside and out including undercarriage and close-ups, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos the same day the inspection is performed. Below are our services and fees, please contact us with the vehicle location address for exact quote...</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\n<ul class=\"\" style=\"font-size: 18px;\">\n 	<li><strong>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, $1 per mile after)</strong></li>\n 	<li><strong>Appraisal / Market Valuation = $300 (includes in-depth inspection)</strong></li>\n 	<li><strong>Consultation = $50 Per Hour (one hour minimum)</strong></li>\n 	<li><strong>Vehicle Locator Services = $ (inquire)</strong></li>\n</ul>\n&nbsp;\n\n&nbsp;\n\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\n\n</div>\n</div>\n</div>\n</div>','Services','','inherit','closed','closed','','167-autosave-v1','','','2018-05-25 00:05:34','2018-05-25 00:05:34','',167,'http://bg2017.pvppi.com/167-autosave-v1/',0,'revision','',0),(336,1,'2018-05-22 19:20:19','2018-05-22 19:20:19','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is a professional third party inspection service for antique autos, classic cars, specialty and late model vehicles. Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the entire vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint looking for rust, paint work or previous accident damage including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The results are a detailed written report, 50 to 100 high quality photos of the entire automobile inside and out including undercarriage photos, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos on the same day the inspection is performed. Below are our services and fees, please contact us with vehicle location address for exact quote.</p>\r\n\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 30px;\">Services Offered:</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 20px;\">\r\n 	<li>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, add $1 per mile)</li>\r\n 	<li>Market Valuation / Appraisal = $300 (includes in-depth inspection)</li>\r\n 	<li>Consultation = $45 Per Hour (minimum one hour)</li>\r\n 	<li>Vehicle Locator Services = $ Inquire</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-22 19:20:19','2018-05-22 19:20:19','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(337,1,'2018-05-22 19:26:50','2018-05-22 19:26:50','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is a professional third party inspection service for antique autos, classic cars, specialty and late model vehicles. Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the entire vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint looking for rust, paint work or previous accident damage including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The results are a detailed written report, 50 to 100 high quality photos of the entire automobile inside and out including undercarriage photos, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos on the same day the inspection is performed. Below are our services and fees, please contact us with vehicle location address for exact quote.</p>\r\n\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 30px;\">Services Offered:</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 20px;\">\r\n 	<li>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, $1 per mile after)</li>\r\n 	<li>Market Valuation / Appraisal = $300 with in-depth inspection ($200 without)</li>\r\n 	<li>Consultation = $50 Per Hour (one hour minimum)</li>\r\n 	<li>Vehicle Locator Services = $ Inquire</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-22 19:26:50','2018-05-22 19:26:50','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(359,1,'2018-05-23 13:32:23','2018-05-23 13:32:23','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is a professional third party inspection service for antique autos, classic cars, specialty and late model vehicles. Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the entire vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint looking for rust, paint work or previous accident damage including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The results are a detailed written report, 50 to 100 high quality photos of the entire automobile inside and out including undercarriage photos, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos on the same day the inspection is performed. Below are our services and fees, please contact us with vehicle location address for exact quote.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 20px;\">\r\n 	<li>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, $1 per mile after)</li>\r\n 	<li>Market Valuation / Appraisal = $300 with in-depth inspection ($200 without)</li>\r\n 	<li>Consultation = $50 Per Hour (one hour minimum)</li>\r\n 	<li>Vehicle Locator Services = $ (inquire)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-23 13:32:23','2018-05-23 13:32:23','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(338,1,'2018-05-22 19:45:02','2018-05-22 19:45:02','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is a professional third party inspection service for antique autos, classic cars, specialty and late model vehicles. Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the entire vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint looking for rust, paint work or previous accident damage including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The results are a detailed written report, 50 to 100 high quality photos of the entire automobile inside and out including undercarriage photos, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos on the same day the inspection is performed. Below are our services and fees, please contact us with vehicle location address for exact quote.</p>\r\n\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 30px;\">Services Offered:</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 20px;\">\r\n 	<li>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, $1 per mile after)</li>\r\n 	<li>Market Valuation / Appraisal = $300 with in-depth inspection ($200 without)</li>\r\n 	<li>Consultation = $50 Per Hour (one hour minimum)</li>\r\n 	<li>Vehicle Locator Services = $ (inquire)</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-22 19:45:02','2018-05-22 19:45:02','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(384,1,'2018-05-23 15:13:13','2018-05-23 15:13:13','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, specialty or late model vehicles are purchased over long distances where the buyer never sees the car in-person. It is also common for people to make the mistake of buying a pre-owned vehicle locally without having it checked by a technician. This is where a PPI (Pre Purchase Inspection) becomes invaluable in both cases. With thirty three years experience in the automotive industry as a professional and enthusiast, I use that knowledge to offer a professional third party inspection service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>35 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer\r\n</strong></li>\r\n 	<li><strong>Inventory Management\r\n</strong></li>\r\n 	<li><strong>Classic Car Restoration</strong></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 21px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle. Additionally, many national companies can take up to a week to schedule, where we are able to schedule most inspections within 24 to 48 hours.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business. We\'re able to charge less than the competition, passing savings on to the customer, while providing the highest quality service and best customer care. We want you to be happy with your purchase so we take great pride in our service and appreciate your business. That is why PVPPI is the preferred choice for a PPI in Pittsburgh.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-23 15:13:13','2018-05-23 15:13:13','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(341,1,'2018-05-22 21:25:35','2018-05-22 21:25:35','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, specialty or late model vehicles are purchased over long distances where the buyer never sees the car in-person. It is also common for people to make the mistake of buying a pre-owned vehicle locally without having it checked by a technician. This is where a PPI (Pre Purchase Inspection) becomes invaluable in both cases. With thirty three years experience in the automotive industry as a professional and enthusiast, I use that knowledge to offer a professional third party inspection service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>35 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer\r\n</strong></li>\r\n 	<li><strong>Inventory Management\r\n</strong></li>\r\n 	<li><strong>Classic Car Restoration</strong></li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12 align-column-bottom\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-340\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/owner-1.jpg\" alt=\"\" width=\"480\" height=\"225\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 21px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle. Additionally, many national companies can take up to a week to schedule, where we are able to schedule most inspections within 24 to 48 hours.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business. We\'re able to charge less than the competition, passing savings on to the customer, while providing the highest quality service and best customer care. We want you to be happy with your purchase so we take great pride in our service and appreciate your business. That is why PVPPI is the preferred choice for a PPI in Pittsburgh.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-22 21:25:35','2018-05-22 21:25:35','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(342,1,'2018-05-22 21:32:28','2018-05-22 21:32:28','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, specialty or late model vehicles are purchased over long distances where the buyer never sees the car in-person. It is also common for people to make the mistake of buying a pre-owned vehicle locally without having it checked by a technician. This is where a PPI (Pre Purchase Inspection) becomes invaluable in both cases. With thirty three years experience in the automotive industry as a professional and enthusiast, I use that knowledge to offer a professional third party inspection service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>35 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer\r\n</strong></li>\r\n 	<li><strong>Inventory Management\r\n</strong></li>\r\n 	<li><strong>Classic Car Restoration</strong></li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12 align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-340\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/owner-1.jpg\" alt=\"\" width=\"480\" height=\"225\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 21px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle. Additionally, many national companies can take up to a week to schedule, where we are able to schedule most inspections within 24 to 48 hours.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business. We\'re able to charge less than the competition, passing savings on to the customer, while providing the highest quality service and best customer care. We want you to be happy with your purchase so we take great pride in our service and appreciate your business. That is why PVPPI is the preferred choice for a PPI in Pittsburgh.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-22 21:32:28','2018-05-22 21:32:28','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(343,1,'2018-05-22 21:36:53','2018-05-22 21:36:53','<div class=\"boldgrid-section\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-10 col-sm-8 col-xs-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is centrally located just 7 miles north of downtown Pittsburgh, PA.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Hours of operation are 7am to 7pm EST Monday through Friday, closed weekends and holidays.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please call or email us below to schedule an inspection or with any questions you have, thank you.</p>\r\n[ninja_forms id=\"6\"]\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-12\">\r\n<h3 class=\"color3-color\" data-removal-key=\"phone-number\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\" style=\"font-size: 20px;\" data-if-removed=\"key\" data-removal-key=\"phone-number\">412-638-0641</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','183-revision-v1','','','2018-05-22 21:36:53','2018-05-22 21:36:53','',183,'http://bg2017.pvppi.com/183-revision-v1/',0,'revision','',0),(344,1,'2018-05-22 21:42:43','2018-05-22 21:42:43','<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h2 class=\"color4-color\" style=\"text-align: center;\">Pittsburgh Vehicle Pre-Purchase Inspections</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 92px;\">\r\n<div class=\"col-md-12 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<p class=\"\" style=\"font-size: 18px;\">Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection service. Buying any antique, classic, specialty, or late model vehicle can be stressful. Whether you\'re spending $5k or $95k we minimize risk, giving you peace of mind while saving you money.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The service we provide thoroughly examines the automobile inside and out to evaluate its current condition. Independent third party inspections are our specialty, backed with thirty years automotive experience. This gives you the facts about the vehicle you are buying.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We can save you money by preventing costly repair bills or discovering unknown problems, save you money by arming you with negotiating power, and most importantly we can save you the enormous expense from buying something that might not meet your expectations.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Why buy blindly? We offer a quality pre-purchase inspection service for buyers all around the world on antique autos, classic cars, specialty and late model vehicles. If you\'re buying something in Western PA, Eastern OH, or Northern WV, have us inspect it before you buy it.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please click on additional pages to learn more about Pittsburgh Vehicle PPI and our services...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-22 21:42:43','2018-05-22 21:42:43','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(345,1,'2018-05-23 11:46:29','2018-05-23 11:46:29','{\"boldgrid-monument::boldgrid_logo_size\":{\"value\":\"179\",\"type\":\"theme_mod\",\"user_id\":1}}','','','trash','closed','closed','','992527f3-852e-4b9f-ac44-0d4a24e9246f','','','2018-05-23 11:46:29','2018-05-23 11:46:29','',0,'http://bg2017.pvppi.com/?p=345',0,'customize_changeset','',0),(346,1,'2018-05-23 11:49:31','2018-05-23 11:49:31','{\"boldgrid-monument::boldgrid_position_toggle\":{\"value\":true,\"type\":\"theme_mod\",\"user_id\":1},\"boldgrid-monument::logo_margin_top\":{\"value\":\"9\",\"type\":\"theme_mod\",\"user_id\":1},\"boldgrid-monument::logo_margin_bottom\":{\"value\":\"-20\",\"type\":\"theme_mod\",\"user_id\":1},\"boldgrid-monument::logo_margin_left\":{\"value\":\"-50\",\"type\":\"theme_mod\",\"user_id\":1}}','','','trash','closed','closed','','4e4f3aec-aadf-4afb-87f6-6a136bc0175e','','','2018-05-23 11:49:31','2018-05-23 11:49:31','',0,'http://bg2017.pvppi.com/?p=346',0,'customize_changeset','',0),(347,1,'2018-05-23 11:56:02','2018-05-23 11:56:02','<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h2 class=\"color4-color\" style=\"text-align: center; font-family: Audiowide;\" data-font-family=\"Audiowide\">Pittsburgh Vehicle Pre-Purchase Inspections</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 92px;\">\r\n<div class=\"col-md-12 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<p class=\"\" style=\"font-size: 18px;\">Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection service. Buying any antique, classic, specialty, or late model vehicle can be stressful. Whether you\'re spending $5k or $95k we minimize risk, giving you peace of mind while saving you money.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The service we provide thoroughly examines the automobile inside and out to evaluate its current condition. Independent third party inspections are our specialty, backed with thirty years automotive experience. This gives you the facts about the vehicle you are buying.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We can save you money by preventing costly repair bills or discovering unknown problems, save you money by arming you with negotiating power, and most importantly we can save you the enormous expense from buying something that might not meet your expectations.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Why buy blindly? We offer a quality pre-purchase inspection service for buyers all around the world on antique autos, classic cars, specialty and late model vehicles. If you\'re buying something in Western PA, Eastern OH, or Northern WV, have us inspect it before you buy it.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please click on additional pages to learn more about Pittsburgh Vehicle PPI and our services...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-23 11:56:02','2018-05-23 11:56:02','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(348,1,'2018-05-23 12:18:11','2018-05-23 12:18:11','','pvppi-at-pvgp','','inherit','open','closed','','pvppi-at-pvgp','','','2018-05-23 12:18:11','2018-05-23 12:18:11','',150,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvppi-at-pvgp.jpg',0,'attachment','image/jpeg',0),(349,1,'2018-05-23 12:18:44','2018-05-23 12:18:44','<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h2 class=\"color4-color bg-text-fx bg-text-fx-retro\" style=\"text-align: center; font-family: Audiowide; font-size: 33px;\" data-font-family=\"Audiowide\">Pittsburgh Vehicle Pre-Purchase Inspections</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-348 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvppi-at-pvgp.jpg\" alt=\"\" width=\"1050\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 92px;\">\r\n<div class=\"col-md-12 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<p class=\"\" style=\"font-size: 18px;\">Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection service. Buying any antique, classic, specialty, or late model vehicle can be stressful. Whether you\'re spending $5k or $95k we minimize risk, giving you peace of mind while saving you money.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The service we provide thoroughly examines the automobile inside and out to evaluate its current condition. Independent third party inspections are our specialty, backed with thirty years automotive experience. This gives you the facts about the vehicle you are buying.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We can save you money by preventing costly repair bills or discovering unknown problems, save you money by arming you with negotiating power, and most importantly we can save you the enormous expense from buying something that might not meet your expectations.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Why buy blindly? We offer a quality pre-purchase inspection service for buyers all around the world on antique autos, classic cars, specialty and late model vehicles. If you\'re buying something in Western PA, Eastern OH, or Northern WV, have us inspect it before you buy it.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please click on additional pages to learn more about Pittsburgh Vehicle PPI and our services...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-23 12:18:44','2018-05-23 12:18:44','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(350,1,'2018-05-23 12:22:36','2018-05-23 12:22:36','<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h2 class=\"bg-text-fx bg-text-fx-retro\" style=\"text-align: center; font-family: Audiowide; font-size: 33px; color: #d90209;\" data-font-family=\"Audiowide\">Pittsburgh Vehicle Pre-Purchase Inspections</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-348 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvppi-at-pvgp.jpg\" alt=\"\" width=\"1050\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 92px;\">\r\n<div class=\"col-md-12 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<p class=\"\" style=\"font-size: 18px;\">Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection service. Buying any antique, classic, specialty, or late model vehicle can be stressful. Whether you\'re spending $5k or $95k we minimize risk, giving you peace of mind while saving you money.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The service we provide thoroughly examines the automobile inside and out to evaluate its current condition. Independent third party inspections are our specialty, backed with thirty years automotive experience. This gives you the facts about the vehicle you are buying.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We can save you money by preventing costly repair bills or discovering unknown problems, save you money by arming you with negotiating power, and most importantly we can save you the enormous expense from buying something that might not meet your expectations.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Why buy blindly? We offer a quality pre-purchase inspection service for buyers all around the world on antique autos, classic cars, specialty and late model vehicles. If you\'re buying something in Western PA, Eastern OH, or Northern WV, have us inspect it before you buy it.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please click on additional pages to learn more about Pittsburgh Vehicle PPI and our services...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-23 12:22:36','2018-05-23 12:22:36','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(351,1,'2018-05-24 23:54:31','2018-05-24 23:54:31','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\" style=\"font-size: 18px;\">&nbsp;</p>\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-medium wp-image-424\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/volvo-p1800-300x162.jpg\" alt=\"\" width=\"300\" height=\"162\"></p>\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you perform the inspection where the car is located?</strong></p>\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, we are a mobile PPI service and we always travel to where the vehicle is located. That is the benefit of the service and makes it more convenient for the buyer and the seller.</p>\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: What is your turnaround time and when do I received the report and photos?</strong></p>\n<p class=\"\" style=\"font-size: 18px;\">A: We have a very fast turnaround time, in most cases 24 to 72 hours, depending on the day of the week and schedule. You will receive the report and photos on the same day as the inspection via email, or you can have it mailed USPS if preferred.</p>\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How are your services different or better than CarFax or AutoCheck?</strong></p>\n<p class=\"\" style=\"font-size: 18px;\">A: Those services are essentially a background check for 1981 and newer automobiles using the Vehicle Identification Number. It can inform you how many owners, accidents reported, odometer issues, flood damage, fleet use, or other adverse events. While we recommend obtaining a vehicle history report on the automobile you are interested in buying because it can provide important information about its history, it cannot be relied upon 100% because it doesn\'t inform you of the current condition and the reports often have errors because accidents are not always reported.</p>\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you tell me the value of the car or do an appraisal?</strong></p>\n<p class=\"\" style=\"font-size: 18px;\">A: Our inspection is an overall condition evaluation service and can provide insight on market value when used with price guides. If you need an appraisal, that requires additional research and that service can be added on.</p>\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: This is my first time buying (selling) an old car and don\'t know what to do, can you help?</strong></p>\n<p class=\"\" style=\"font-size: 18px;\">A: Absolutely, we offer consultation services and we\'ll try to assist you any way we can.</p>\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you offer PA State Inspection or repair services?</strong></p>\n<p class=\"\" style=\"font-size: 18px;\">A: Sorry, we are a mobile third party inspection service only. You will have to take your vehicle to an auto repair facility near you that offers annual PA State Safety Inspection and repair services.</p>\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How long does the PPI take?</strong></p>\n<p class=\"\" style=\"font-size: 18px;\">A: The on-site vehicle inspection takes approximately 90 minutes to perform, but the total time invested is 6 hours on average.</p>\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you put the car on a lift or remove the wheels?</strong></p>\n<p class=\"\" style=\"font-size: 18px;\">A: Since we are a mobile service we are unable to put the car on a lift and we cannot pull the wheels due to the liability incurred with the removal of components. We specialize in third party inspections and are able to thoroughly inspect the functionality and condition of the automobile, which includes an undercarriage inspection with the vehicle on the ground.</p>\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you recommend any good dealers?</strong></p>\n<p class=\"\" style=\"font-size: 18px;\">A: We are unbiased and cannot endorse auto dealerships. Every automobile is different and needs to be evaluated individually regardless who is selling it. Any reputable seller would welcome and encourage an inspection.</p>\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: I need specific items checked on a vehicle, can you do that?</strong></p>\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, while we offer a strict inspection procedure for every vehicle we understand there are certain circumstances that require special attention. Special requests are welcome and we will try to accommodate you as best as possible.</p>\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Does your service offer a warranty or guarantee?</strong></p>\n<p class=\"\" style=\"font-size: 18px;\">A: No, our service is not a warranty or guarantee. While we make every effort to find every defect of the vehicle, we cannot possibly see every flaw. We cannot visually inspect internal components within the drive-train and other hidden areas, therefore we cannot see some potential or impending failures. The vehicle could also have intermittent issues that were not revealed at the time of the inspection and any vehicle can malfunction at any time. The purpose of our service is to provide you with an unbiased inspection report based on what we see at the time of the inspection, and with that information you are able to make a more informed buying decision, thus eliminating most of the risk associated with buying an older vehicle.</p>\n\n</div>\n</div>\n</div>\n</div>','FAQ','','inherit','closed','closed','','161-autosave-v1','','','2018-05-24 23:54:31','2018-05-24 23:54:31','',161,'http://bg2017.pvppi.com/161-autosave-v1/',0,'revision','',0),(352,1,'2018-05-23 12:28:33','2018-05-23 12:28:33','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<strong>Q: Do you perform the inspection where the car is located?</strong>\r\n\r\nA: Yes, we are a mobile PPI service and we always travel to where the vehicle is located. That is the benefit of the service and makes it more convenient for the buyer and the seller.\r\n\r\n<strong>Q: What is your turnaround time and when do I received the report and photos?</strong>\r\n\r\nA: We have a very fast turnaround time, in most cases 24 to 48 hours, depending on the day of the week and schedule. You will receive the report and photos on the same day as the inspection.\r\n\r\n<strong>Q: How are your services different or better than CarFax?</strong>\r\n\r\nA: Carfax is a vehicle history report from a database informing you how many owners the car has had, if there were any accidents reported, odometer issues, flood damage or other adverse events. Its a background check for 1981 and newer automobiles using the Vehicle Identification Number. While we recommend you obtaining a CarFax on the vehicle you are interested in buying because it can provide important information about its history, it cannot be relied upon 100% because it doesn\'t inform you of the curerent condition and the reports often have errors because accidents are not always reported. That\'s why its even more important to have a PPI performed on the vehicle you\'re interested in buying.\r\n\r\n<strong>Q: Can you tell me the value of the car or do an appraisal?</strong>\r\n\r\nA: Our pre-purchase inspection is strictly a condition evaluation service, and while it can provide insight on market value when used with price guides, it is not an appraisal.\r\n\r\n<strong>Q: Do you offer PA State Inspection or repair services?</strong>\r\n\r\nA: Sorry, we are a mobile third party inspection service only. You will have to take your vehicle to an auto repair facility near you that offers annual PA State Inspection and repair services.\r\n\r\n<strong>Q: How long does the PPI take?</strong>\r\n\r\nA: Our inspection service takes approximately 60 to 90 minutes to perform.\r\n\r\n<strong>Q: Do you put the car on a lift or remove the wheels?</strong>\r\n\r\nA: Since we are a mobile service we are unable to put the car on a lift. We cannot pull the wheels due to the liability incurred with the removal of components. We are able to thoroughly inspect the functionality and condition of the automobile, which includes an undercarriage inspection with the vehicle on the ground. We specialize in third party inspections so our service is more thorough and in-depth than most services you will find.\r\n\r\n<strong>Q: Can you recommend any good dealers?</strong>\r\n\r\nA: We are unbiased and don\'t endorse auto dealerships. Every automobile is different and needs to be evaluated individually regardless who is selling it. Any reputable seller would welcome and encourage a PPI.\r\n\r\n<strong>Q: I need some specific items checked, can you do that?</strong>\r\n\r\nA: Yes. While we offer a similar inspection procedure for most vehicles we understand there are certain circumstances that require special attention. Special requests are welcome and we will try to accommodate you as best as possible.\r\n\r\n<strong>Q: Does your service offer a warranty or guarantee?</strong>\r\n\r\nA: No, our PPI is not a warranty or guarantee. While we make every effort to find every defect of the vehicle, we cannot possibly see every flaw. We cannot visually inspect internal components within the drive-train and other hidden areas, therefore we cannot see some potential or impending failures. The vehicle could also have intermittent issues that were not revealed at the time of the inspection and any vehicle can malfunction at any time. The purpose of our service is to provide you with an unbiased inspection report based on what we see at the time of the inspection, and with that information you are able to make a more informed buying decision, thus eliminating most of the risk associated with buying a pre-owned vehicle.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','inherit','closed','closed','','161-revision-v1','','','2018-05-23 12:28:33','2018-05-23 12:28:33','',161,'http://bg2017.pvppi.com/161-revision-v1/',0,'revision','',0),(353,1,'2018-05-23 12:35:06','2018-05-23 12:35:06','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you perform the inspection where the car is located?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, we are a mobile PPI service and we always travel to where the vehicle is located. That is the benefit of the service and makes it more convenient for the buyer and the seller.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: What is your turnaround time and when do I received the report and photos?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We have a very fast turnaround time, in most cases 24 to 48 hours, depending on the day of the week and schedule. You will receive the report and photos on the same day as the inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How are your services different or better than CarFax?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Carfax is a vehicle history report from a database informing you how many owners the car has had, if there were any accidents reported, odometer issues, flood damage or other adverse events. Its a background check for 1981 and newer automobiles using the Vehicle Identification Number. While we recommend you obtaining a CarFax on the vehicle you are interested in buying because it can provide important information about its history, it cannot be relied upon 100% because it doesn\'t inform you of the curerent condition and the reports often have errors because accidents are not always reported. That\'s why its even more important to have a PPI performed on the vehicle you\'re interested in buying.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you tell me the value of the car or do an appraisal?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Our pre-purchase inspection is strictly a condition evaluation service, and while it can provide insight on market value when used with price guides, it is not an appraisal.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you offer PA State Inspection or repair services?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Sorry, we are a mobile third party inspection service only. You will have to take your vehicle to an auto repair facility near you that offers annual PA State Inspection and repair services.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How long does the PPI take?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Our inspection service takes approximately 60 to 90 minutes to perform.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you put the car on a lift or remove the wheels?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Since we are a mobile service we are unable to put the car on a lift. We cannot pull the wheels due to the liability incurred with the removal of components. We are able to thoroughly inspect the functionality and condition of the automobile, which includes an undercarriage inspection with the vehicle on the ground. We specialize in third party inspections so our service is more thorough and in-depth than most services you will find.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you recommend any good dealers?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We are unbiased and don\'t endorse auto dealerships. Every automobile is different and needs to be evaluated individually regardless who is selling it. Any reputable seller would welcome and encourage a PPI.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: I need some specific items checked, can you do that?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes. While we offer a similar inspection procedure for most vehicles we understand there are certain circumstances that require special attention. Special requests are welcome and we will try to accommodate you as best as possible.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Does your service offer a warranty or guarantee?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: No, our PPI is not a warranty or guarantee. While we make every effort to find every defect of the vehicle, we cannot possibly see every flaw. We cannot visually inspect internal components within the drive-train and other hidden areas, therefore we cannot see some potential or impending failures. The vehicle could also have intermittent issues that were not revealed at the time of the inspection and any vehicle can malfunction at any time. The purpose of our service is to provide you with an unbiased inspection report based on what we see at the time of the inspection, and with that information you are able to make a more informed buying decision, thus eliminating most of the risk associated with buying a pre-owned vehicle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','inherit','closed','closed','','161-revision-v1','','','2018-05-23 12:35:06','2018-05-23 12:35:06','',161,'http://bg2017.pvppi.com/161-revision-v1/',0,'revision','',0),(354,1,'2018-05-23 12:38:01','2018-05-23 12:38:01','{\"boldgrid-monument::boldgrid_position_toggle\":{\"value\":false,\"type\":\"theme_mod\",\"user_id\":1},\"boldgrid-monument::logo_margin_top\":{\"value\":\"8\",\"type\":\"theme_mod\",\"user_id\":1},\"boldgrid-monument::logo_margin_left\":{\"value\":\"-50\",\"type\":\"theme_mod\",\"user_id\":1},\"boldgrid-monument::boldgrid_logo_size\":{\"value\":\"180\",\"type\":\"theme_mod\",\"user_id\":1}}','','','trash','closed','closed','','b9ab86f4-009a-4100-9135-16a26f4d5d76','','','2018-05-23 12:38:01','2018-05-23 12:38:01','',0,'http://bg2017.pvppi.com/?p=354',0,'customize_changeset','',0),(355,1,'2018-05-25 03:07:00','2018-05-25 03:07:00','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><img class=\"aligncenter wp-image-432 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/volvo-1800e.jpg\" alt=\"Volvo 1800e inspection testimonal\" width=\"647\" height=\"349\"></p>\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>David in Germany - 1971 Volvo 1800E</strong></p>\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I have worked with 6 companies to inspect 7 vintage cars I purchased and not one compares to Pittsburgh Vehicle PPI. Brian spent time with me on the phone to review every detail to make certain I understood his service versus others. My initial thought was how different can the service really be. Simply stated, like night and day. Brian is professional, sends proper quotes and adheres to his commitment. His report was extensive, pictures of every aspect of the car were clear and accurate with the description. His cost was extremely fair. The dealer I purchased the car from said to me he has never seen someone take the time Brian took to go through the car. Its a pleasure to write this. I bought the car and it is being shipped to Germany next week. I give Brian 5 Stars out of 5.</p>\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Josh in Texas - 1969 Chevrolet Camaro Pace Car</strong></p>\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">We used Pittsburgh Vehicle PPI for an unrestored Camaro. They did a wonderful job of accurately representing the condition of the car, and for a very reasonable fee, verified the claims made by the seller. They went above and beyond my expectations, including returning my calls after hours. The car purchase was completed based on their confirmation of the seller\'s claims, and upon arrival to Texas, we found the car to be exactly as described by Pittsburgh Vehicle PPI. I would highly recommend Brian and his company to anyone purchasing a vehicle.</p>\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Tony in California - 1958 Jaguar XK150</strong></p>\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I had an excellent experience with Brian at PVPPI in the evaluation of the condition of a vintage Jaguar. Brian was attentive and timely in all of our dealings on the car, and provided a detailed and objective report with many pictures which were invaluable.</p>\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Alan in Illinois - 1970 Dodge Challenger R/T</strong></p>\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">Thank you for your professionalism and thorough inspection of a vehicle I had considered buying. Your inspection revealed several flaws that were not disclosed by the seller and additional red flags were raised by your point by point analysis. Your service saved me from what would likely have been a very disappointing purchase.</p>\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Earl in Nevada - 1957 Chevrolet Bel Air</strong></p>\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">After locating a 1957 Chevy for sale in Pittsburgh I contacted PVPPI for a pre-purchase inspection.&nbsp; Brian wasted no time in contacting the owner and inspecting the vehicle.&nbsp; Using the 84 pictures he took, we had a very thorough discussion of the condition of the vehicle.&nbsp; Having an inspection is a must, and I\'m glad I found a trustworthy professional like Brian at to do it for me.</p>\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Robert in Virginia - 1971 Oldsmobile Cutlass</strong></p>\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I was looking to purchase a car in Pittsburgh but my schedule did not allow me the opportunity to inspect the car.&nbsp; I saw Brian\'s website and he was actually pretty close to where the vehicle was located.&nbsp; He did a great job and he actually helped me save a lot of money. I would definitely recommend his services.&nbsp; Once he does the report and takes the pictures, you can call him and he will go through the report with you. Pay him and save thousands.</p>\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Qasim in New York - 2010 Audi R8</strong></p>\n<p class=\"\" style=\"font-size: 18px;\">Living in New York and finding my dream car in Pittsburgh was how it all began when I started searching for the perfect Audi R8. When I finally found it, I needed to make sure it was thoroughly reviewed, inspected, and driven by an expert with extensive experience prior to finalizing the deal. Since I was not local to the area, I definitely required a used car inspection. Originally I tried to contact other online services that claim to offer PPI (Pre Purchase Inspections), however they gave me the run around, and took my credit card payment right away without even setting up a punctual appointment time and clearly stated I would not be able to speak to the inspector, nor would they provide the credentials and experience of the inspector which made me very worried. Eventually I cancelled their service, and searched for a PPI which was local to the Pittsburgh area. I immediately came across the Pittsburgh Vehicle PPI website and contacted the owner Brian. I explained my situation and he was able to accommodate my particular needs and carry out a full inspection with photos within less than 24 hours time. Also included was a complete worksheet indicating what exactly was inspected and the condition of each inspected item. My particular vehicle was a Certified Pre-Owned Exotic Car. In addition to this service he actually goes over the inspection verbally with you, so that you are fully aware of the cars condition. You have the opportunity to ask any and all questions you wish to do so at this time. His services definitely gave me the peace of mind I needed before buying a car over the phone I had not even seen. After having the car for about a month now, I definitely think the best investment I made was to hire Brian to look at the vehicle before I purchased it. In fact I flew in from NYC to pick up the car and drive it back. When I got to the dealer, I wrote the check and drove out, with full confidence knowing that Brian had already thoroughly inspected the vehicle. This service is strongly recommended without reservation. Thanks Brian.</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>','Testimonials','','inherit','closed','closed','','179-autosave-v1','','','2018-05-25 03:07:00','2018-05-25 03:07:00','',179,'http://bg2017.pvppi.com/179-autosave-v1/',0,'revision','',0),(356,1,'2018-05-23 13:10:47','2018-05-23 13:10:47','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h4 class=\"bg-font-family-heading\" style=\"text-align: left;\" data-font-class=\"bg-font-family-heading\"><strong>David in Germany - 1971 Volvo 1800E</strong>\r\n\r\nI have worked with 6 companies to inspect 7 vintage cars I purchased and not one compares to Pittsburgh Vehicle PPI. Brian spent time with me on the phone to review every detail to make certain I understood his service versus others. My initial thought was how different can the service really be. Simply stated, like night and day. Brian is professional, sends proper quotes and adheres to his commitment. His report was extensive, pictures of every aspect of the car were clear and accurate with the description. His cost was extremely fair. The dealer I purchased the car from said to me he has never seen someone take the time Brian took to go through the car. Its a pleasure to write this. I bought the car and it is being shipped to Germany next week. I give Brian 5 Stars out of 5.\r\n\r\n<strong>Tony in California - 1958 Jaguar XK150\r\n</strong>\r\nI had an excellent experience with Brian at PVPPI in the evaluation of the condition of a vintage Jaguar. Brian was attentive and timely in all of our dealings on the car, and provided a detailed and objective report with many pictures which were invaluable.\r\n\r\n<strong>Josh in Texas - 1969 Chevrolet Camaro Pace Car</strong>\r\n\r\nWe used Pittsburgh Vehicle PPI for an unrestored 1969 Camaro. They did a wonderful job of accurately representing the condition of the car, and for a very reasonable fee, verified the numbers matching claim made by the seller. They went above and beyond my expectations, including returning my calls after hours. The car purchase was completed based on their confirmation of the seller\'s claims, and upon arrival to Texas, we found the car to be exactly as described by Pittsburgh Vehicle PPI. I would highly recommend Brian and his company to anyone purchasing a vehicle.\r\n\r\n<strong>Alan in Illinois - 1970 Dodge Challenger R/T</strong>\r\n\r\nThank you for your professionalism and thorough inspection of a vehicle I had considered buying. Your inspection revealed several flaws that were not disclosed by the seller and additional red flags were raised by your point by point analysis. Your service saved me from what would likely have been a very disappointing purchase.\r\n\r\n<strong>Earl in Nevada - 1957 Chevrolet Bel Air</strong>\r\n\r\nAfter locating a 1957 Chevy for sale in Pittsburgh I contacted PVPPI for a pre-purchase inspection.&nbsp; Brian wasted no time in contacting the owner and inspecting the vehicle.&nbsp; Using the 84 pictures he took, we had a very thorough discussion of the condition of the vehicle.&nbsp; A pre-purchase inspection is a must, and I\'m glad I found a trustworthy professional like Brian at to do it for me.\r\n\r\n<strong>Robert in Virginia - 1971 Oldsmobile Cutlass</strong>\r\n\r\nI was looking to purchase a car in Pittsburgh but my schedule did not allow me the opportunity to inspect the car.&nbsp; I saw Brian\'s website and he was actually pretty close to where the vehicle was located.&nbsp; He did a great job and he actually help me save a lot of money. I would definitely recommend his services.&nbsp; Once he does the report and takes the pictures, you can call him and he will go through the report with you. Pay him and save thousands.\r\n\r\n<strong>Qasim in New York - 2010 Audi R8</strong>\r\n\r\nLiving in New York and finding my $100K Dream Car in Pittsburgh was how it all began when I started searching for the perfect Audi R8. When I finally found it, I needed to make sure it was thoroughly reviewed, inspected, and driven by an expert with extensive experience prior to finalizing the deal. Since I was not local to the area, I definitely required a used car inspection. Originally I tried to contact other online services that claim to offer PPI (Pre Purchase Inspections), however they gave me the run around, and took my credit card payment right away without even setting up a punctual appointment time and clearly stated I would not be able to speak to the inspector, nor would they provide the credentials and experience of the inspector which made me very worried. Eventually I cancelled their service, and searched for a PPI which was local to the Pittsburgh area. I immediately came across the Pittsburgh Vehicle Pre-Purchase Inspection website and contacted the owner Brian. I explained my situation and he was able to accommodate my particular needs and carry out a full inspection with nearly 50+ photos within less than 24 hours time. Also included was a complete worksheet indicating what exactly was inspected and the condition of each inspected item. My particular vehicle was a Certified Pre-Owned Exotic Car. Brian went above and beyond the call of duty to obtain the full Audi 300+ point checklist to make sure that everything was in order. In addition to this service he actually goes over the inspection verbally with you, so that you are fully aware of the cars condition. You have the opportunity to ask any and all questions you wish to do so at this time. His services definitely gave me the peace of mind I needed before spending over 100K dollars to buy a car over the phone I had not even seen. After having the car for about a month now, I definitely think the best investment I made was to hire Brian to look at the vehicle before I purchased it. In fact I flew in from NYC to pick up the car and drive it back. When I got to the dealer, I wrote the check and drove out, with full confidence knowing that Brian had already thoroughly inspected the vehicle. This service is strongly recommended without reservation. Thanks Brian.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Testimonials','','inherit','closed','closed','','179-revision-v1','','','2018-05-23 13:10:47','2018-05-23 13:10:47','',179,'http://bg2017.pvppi.com/179-revision-v1/',0,'revision','',0),(358,1,'2018-05-23 13:27:48','2018-05-23 13:27:48','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>David in Germany - 1971 Volvo 1800E</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I have worked with 6 companies to inspect 7 vintage cars I purchased and not one compares to Pittsburgh Vehicle PPI. Brian spent time with me on the phone to review every detail to make certain I understood his service versus others. My initial thought was how different can the service really be. Simply stated, like night and day. Brian is professional, sends proper quotes and adheres to his commitment. His report was extensive, pictures of every aspect of the car were clear and accurate with the description. His cost was extremely fair. The dealer I purchased the car from said to me he has never seen someone take the time Brian took to go through the car. Its a pleasure to write this. I bought the car and it is being shipped to Germany next week. I give Brian 5 Stars out of 5.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Josh in Texas - 1969 Chevrolet Camaro Pace Car</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">We used Pittsburgh Vehicle PPI for an unrestored Camaro. They did a wonderful job of accurately representing the condition of the car, and for a very reasonable fee, verified the claims made by the seller. They went above and beyond my expectations, including returning my calls after hours. The car purchase was completed based on their confirmation of the seller\'s claims, and upon arrival to Texas, we found the car to be exactly as described by Pittsburgh Vehicle PPI. I would highly recommend Brian and his company to anyone purchasing a vehicle.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Tony in California - 1958 Jaguar XK150</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I had an excellent experience with Brian at PVPPI in the evaluation of the condition of a vintage Jaguar. Brian was attentive and timely in all of our dealings on the car, and provided a detailed and objective report with many pictures which were invaluable.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Alan in Illinois - 1970 Dodge Challenger R/T</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">Thank you for your professionalism and thorough inspection of a vehicle I had considered buying. Your inspection revealed several flaws that were not disclosed by the seller and additional red flags were raised by your point by point analysis. Your service saved me from what would likely have been a very disappointing purchase.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Earl in Nevada - 1957 Chevrolet Bel Air</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">After locating a 1957 Chevy for sale in Pittsburgh I contacted PVPPI for a pre-purchase inspection.&nbsp; Brian wasted no time in contacting the owner and inspecting the vehicle.&nbsp; Using the 84 pictures he took, we had a very thorough discussion of the condition of the vehicle.&nbsp; Having an inspection is a must, and I\'m glad I found a trustworthy professional like Brian at to do it for me.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Robert in Virginia - 1971 Oldsmobile Cutlass</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I was looking to purchase a car in Pittsburgh but my schedule did not allow me the opportunity to inspect the car.&nbsp; I saw Brian\'s website and he was actually pretty close to where the vehicle was located.&nbsp; He did a great job and he actually helped me save a lot of money. I would definitely recommend his services.&nbsp; Once he does the report and takes the pictures, you can call him and he will go through the report with you. Pay him and save thousands.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Qasim in New York - 2010 Audi R8</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Living in New York and finding my dream car in Pittsburgh was how it all began when I started searching for the perfect Audi R8. When I finally found it, I needed to make sure it was thoroughly reviewed, inspected, and driven by an expert with extensive experience prior to finalizing the deal. Since I was not local to the area, I definitely required a used car inspection. Originally I tried to contact other online services that claim to offer PPI (Pre Purchase Inspections), however they gave me the run around, and took my credit card payment right away without even setting up a punctual appointment time and clearly stated I would not be able to speak to the inspector, nor would they provide the credentials and experience of the inspector which made me very worried. Eventually I cancelled their service, and searched for a PPI which was local to the Pittsburgh area. I immediately came across the Pittsburgh Vehicle PPI website and contacted the owner Brian. I explained my situation and he was able to accommodate my particular needs and carry out a full inspection with photos within less than 24 hours time. Also included was a complete worksheet indicating what exactly was inspected and the condition of each inspected item. My particular vehicle was a Certified Pre-Owned Exotic Car. In addition to this service he actually goes over the inspection verbally with you, so that you are fully aware of the cars condition. You have the opportunity to ask any and all questions you wish to do so at this time. His services definitely gave me the peace of mind I needed before buying a car over the phone I had not even seen. After having the car for about a month now, I definitely think the best investment I made was to hire Brian to look at the vehicle before I purchased it. In fact I flew in from NYC to pick up the car and drive it back. When I got to the dealer, I wrote the check and drove out, with full confidence knowing that Brian had already thoroughly inspected the vehicle. This service is strongly recommended without reservation. Thanks Brian.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Testimonials','','inherit','closed','closed','','179-revision-v1','','','2018-05-23 13:27:48','2018-05-23 13:27:48','',179,'http://bg2017.pvppi.com/179-revision-v1/',0,'revision','',0),(357,1,'2018-05-23 13:19:18','2018-05-23 13:19:18','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>David in Germany - 1971 Volvo 1800E</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I have worked with 6 companies to inspect 7 vintage cars I purchased and not one compares to Pittsburgh Vehicle PPI. Brian spent time with me on the phone to review every detail to make certain I understood his service versus others. My initial thought was how different can the service really be. Simply stated, like night and day. Brian is professional, sends proper quotes and adheres to his commitment. His report was extensive, pictures of every aspect of the car were clear and accurate with the description. His cost was extremely fair. The dealer I purchased the car from said to me he has never seen someone take the time Brian took to go through the car. Its a pleasure to write this. I bought the car and it is being shipped to Germany next week. I give Brian 5 Stars out of 5.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Tony in California - 1958 Jaguar XK150</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I had an excellent experience with Brian at PVPPI in the evaluation of the condition of a vintage Jaguar. Brian was attentive and timely in all of our dealings on the car, and provided a detailed and objective report with many pictures which were invaluable.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Josh in Texas - 1969 Chevrolet Camaro Pace Car</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">We used Pittsburgh Vehicle PPI for an unrestored 1969 Camaro. They did a wonderful job of accurately representing the condition of the car, and for a very reasonable fee, verified the numbers matching claim made by the seller. They went above and beyond my expectations, including returning my calls after hours. The car purchase was completed based on their confirmation of the seller\'s claims, and upon arrival to Texas, we found the car to be exactly as described by Pittsburgh Vehicle PPI. I would highly recommend Brian and his company to anyone purchasing a vehicle.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Alan in Illinois - 1970 Dodge Challenger R/T</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">Thank you for your professionalism and thorough inspection of a vehicle I had considered buying. Your inspection revealed several flaws that were not disclosed by the seller and additional red flags were raised by your point by point analysis. Your service saved me from what would likely have been a very disappointing purchase.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Earl in Nevada - 1957 Chevrolet Bel Air</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">After locating a 1957 Chevy for sale in Pittsburgh I contacted PVPPI for a pre-purchase inspection.&nbsp; Brian wasted no time in contacting the owner and inspecting the vehicle.&nbsp; Using the 84 pictures he took, we had a very thorough discussion of the condition of the vehicle.&nbsp; A pre-purchase inspection is a must, and I\'m glad I found a trustworthy professional like Brian at to do it for me.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Robert in Virginia - 1971 Oldsmobile Cutlass</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I was looking to purchase a car in Pittsburgh but my schedule did not allow me the opportunity to inspect the car.&nbsp; I saw Brian\'s website and he was actually pretty close to where the vehicle was located.&nbsp; He did a great job and he actually help me save a lot of money. I would definitely recommend his services.&nbsp; Once he does the report and takes the pictures, you can call him and he will go through the report with you. Pay him and save thousands.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Qasim in New York - 2010 Audi R8</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Living in New York and finding my $100K Dream Car in Pittsburgh was how it all began when I started searching for the perfect Audi R8. When I finally found it, I needed to make sure it was thoroughly reviewed, inspected, and driven by an expert with extensive experience prior to finalizing the deal. Since I was not local to the area, I definitely required a used car inspection. Originally I tried to contact other online services that claim to offer PPI (Pre Purchase Inspections), however they gave me the run around, and took my credit card payment right away without even setting up a punctual appointment time and clearly stated I would not be able to speak to the inspector, nor would they provide the credentials and experience of the inspector which made me very worried. Eventually I cancelled their service, and searched for a PPI which was local to the Pittsburgh area. I immediately came across the Pittsburgh Vehicle Pre-Purchase Inspection website and contacted the owner Brian. I explained my situation and he was able to accommodate my particular needs and carry out a full inspection with nearly 50+ photos within less than 24 hours time. Also included was a complete worksheet indicating what exactly was inspected and the condition of each inspected item. My particular vehicle was a Certified Pre-Owned Exotic Car. Brian went above and beyond the call of duty to obtain the full Audi 300+ point checklist to make sure that everything was in order. In addition to this service he actually goes over the inspection verbally with you, so that you are fully aware of the cars condition. You have the opportunity to ask any and all questions you wish to do so at this time. His services definitely gave me the peace of mind I needed before spending over 100K dollars to buy a car over the phone I had not even seen. After having the car for about a month now, I definitely think the best investment I made was to hire Brian to look at the vehicle before I purchased it. In fact I flew in from NYC to pick up the car and drive it back. When I got to the dealer, I wrote the check and drove out, with full confidence knowing that Brian had already thoroughly inspected the vehicle. This service is strongly recommended without reservation. Thanks Brian.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Testimonials','','inherit','closed','closed','','179-revision-v1','','','2018-05-23 13:19:18','2018-05-23 13:19:18','',179,'http://bg2017.pvppi.com/179-revision-v1/',0,'revision','',0),(360,1,'2018-05-23 13:37:46','2018-05-23 13:37:46','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is a professional third party inspection service for antique autos, classic cars, specialty and late model vehicles. Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the entire vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint looking for rust, paint work or previous accident damage including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\r\n<p class=\"bg-text-fx bg-text-fx-glow\" style=\"font-size: 18px;\">The results are a detailed written report, 50 to 100 high quality photos of the entire automobile inside and out including undercarriage photos, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos on the same day the inspection is performed. Below are our services and fees, please contact us with vehicle location address for exact quote.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, $1 per mile after)</strong></li>\r\n 	<li><strong>Market Valuation / Appraisal = $300 (includes in-depth inspection)</strong></li>\r\n 	<li><strong>Consultation = $50 Per Hour (one hour minimum)</strong></li>\r\n 	<li><strong>Vehicle Locator Services = $ (inquire)</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-23 13:37:46','2018-05-23 13:37:46','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(415,1,'2018-05-24 20:52:12','2018-05-24 20:52:12','<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h2 class=\"bg-text-fx bg-text-fx-retro\" style=\"text-align: center; font-family: Audiowide; font-size: 33px; color: #d90209;\" data-font-family=\"Audiowide\"><em>Pittsburgh Vehicle Pre-Purchase Inspections</em></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-348 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvppi-at-pvgp.jpg\" alt=\"\" width=\"1050\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 92px;\">\r\n<div class=\"col-md-12 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<p class=\"\" style=\"font-size: 18px;\">Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection, appraisal and consultation services. Buying or selling any antique, classic, or specialty vehicle can be stressful. We can minimize risk, give you peace of mind and save you money.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The service we provide thoroughly examines the automobile inside and out to evaluate its current condition. Independent third party inspections are our specialty, backed with decades of automotive experience. This gives you the facts about the vehicle in question.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We can save you time and money by discovering unknown issues, prevent costly repair bills, determine the true market value, arm you with negotiating power, or save you the enormous expense from buying something that might not meet your expectations.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Why buy or sell blindly? We offer services for customers all around the world on antique autos, classic cars, and specialty vehicles. If you plan on buying or selling an old car Western PA, Eastern OH, or Northern WV... contact us to learn how we can assist you.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please click on additional pages to discover more about Pittsburgh Vehicle PPI and our services...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-24 20:52:12','2018-05-24 20:52:12','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(361,1,'2018-05-23 13:40:45','2018-05-23 13:40:45','<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h2 class=\"bg-text-fx bg-text-fx-retro\" style=\"text-align: center; font-family: Audiowide; font-size: 33px; color: #d90209;\" data-font-family=\"Audiowide\"><em>Pittsburgh Vehicle Pre-Purchase Inspections</em></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-348 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvppi-at-pvgp.jpg\" alt=\"\" width=\"1050\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 92px;\">\r\n<div class=\"col-md-12 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<p class=\"\" style=\"font-size: 18px;\">Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection service. Buying any antique, classic, specialty, or late model vehicle can be stressful. Whether you\'re spending $5k or $95k we minimize risk, giving you peace of mind while saving you money.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The service we provide thoroughly examines the automobile inside and out to evaluate its current condition. Independent third party inspections are our specialty, backed with thirty years automotive experience. This gives you the facts about the vehicle you are buying.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We can save you money by preventing costly repair bills or discovering unknown problems, save you money by arming you with negotiating power, and most importantly we can save you the enormous expense from buying something that might not meet your expectations.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Why buy blindly? We offer a quality pre-purchase inspection service for buyers all around the world on antique autos, classic cars, specialty and late model vehicles. If you\'re buying something in Western PA, Eastern OH, or Northern WV, have us inspect it before you buy it.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please click on additional pages to learn more about Pittsburgh Vehicle PPI and our services...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-23 13:40:45','2018-05-23 13:40:45','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(362,1,'2018-05-25 03:12:25','2018-05-25 03:12:25','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">The southwestern Pennsylvania region has hundreds of car show and car cruise community events. They are a great way for people to get together and support the cause. Below is a short list of a few local events, one weekly and others annually, some of which have been growing for decades. Pittsburgh Vehicle PPI is a proud supporter of these events and we hope to see you there.</p>\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-363 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/starlite-car-cruise.jpg\" alt=\"Victory Family Church Car Cruise in Cranberry Twp, PA\" width=\"647\" height=\"224\"></p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Victory Church Car Cruise (Cranberry Twp, PA) Every Friday May 25 to Sept 7, 2018 (5pm-9pm)</strong></p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located at Victory Family Church in Cranberry Twp, PA, this popular weekly event is one of the largest weekly cruises in the region averaging 1000 cars per week. It\'s held every Friday from Memorial Day weekend to the Friday after Labor Day weekend. There are food vendors, DJ, children activities, prizes and more. Visit the<a href=\"https://victorycarcruise.com/\" target=\"_blank\" rel=\"noopener noreferrer\"> Victory Car Cruise </a>website for more info.</p>\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-364 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/avalon-apple-blossom-festival.jpg\" alt=\"Apple Blossom Festival Car Show in Avalon, PA\" width=\"647\" height=\"224\"></p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Apple Blossom Festival Car Cruise (Avalon, PA) Saturday May 12, 2018 (11am-4pm)</strong></p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in the North Boro of Avalon just a few miles from the City of Pittsburgh, this quaint main street cruise kicks off the summer cruising season in May. There is a Pancake Breakfast 8:30AM-11:30AM in Trinity Social Hall, street festival with 40 vendors, live entertainment, DJ, food prepared by the church, pie eating contest, and a large Chinese Auction. Trophies and cash prizes for 1st, 2nd, and 3rd Place. Visit the<a href=\"http://www.boroughofavalon.org/\" target=\"_blank\" rel=\"noopener noreferrer\"> Avalon Borough </a>website for more info.</p>\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-365 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/cruise-a-palooza.jpg\" alt=\"Cruise-a-Palooza Car Cruise Map in Butler, PA\" width=\"647\" height=\"224\"></p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Cruise-a-Palooza Car Cruise (Butler, PA) Saturday June 23, 2018 (11am-9pm)</strong></p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">New location! This popular annual event was previously held in Downtown Butler and has been moved to the Butler Farm Show Grounds. Just like previous years, thousands of classic and antique cars will be there in addition to live entertainment, vendors, multiple DJ\'s, plenty of food, Chinese Auction and a big 50/50. Visit the <a href=\"https://www.visitbutlercounty.com/events/29131-m/24th-annual-cruise-palooza\" target=\"_blank\" rel=\"noopener noreferrer\">Butler County Events</a> website for more info.</p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-367 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pittsburgh-vintage-grand-prix.jpg\" alt=\"Pittsburgh Vintage Grand Prix Car Show aerial view\" width=\"647\" height=\"224\"></p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Vintage Grand Prix Car Show (Pittsburgh, PA) Sat &amp; Sun, July 14 &amp; 15, 2018 (9am-5pm)</strong></p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Schenley Park, the Pittsburgh Vintage Grand Prix is a world-class auto event. This is America’s largest vintage auto racing event with over 200,000 people attending and the only one run on public streets. The entire 10-day celebration of events is run by more than 1000 volunteers to benefit the Autism Society and the Allegheny Valley School. The International Car Show takes place on the Bob O\'Conner Golf Course surrounding the races through Schenley Park. This is a non-judged show where the fairways are lined with thousands of classic and antique cars which are organized by country and manufacturer. Established in 1983, it has grown into one of the nicest vintage auto events in the entire country. Visit the <a href=\"http://www.pvgp.org\" target=\"_blank\" rel=\"noopener noreferrer\">PVGP</a> website for more info.</p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-368 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/beaver-hot-summer-nights.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Hot Summer Nights Car Cruise (Beaver, PA) Saturday August 4, 2018 (9am-9pm)</strong></p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in beautiful historic Downtown Beaver, this is the Super Bowl of car cruises in Western PA and Eastern OH. It is nationally recognized as one of the Top-10 Car Cruises in the nation with 4000 cars and 40,000 people attending. The well manicured main street and a beautiful park make for a great setting. Visit the <a href=\"http://beaverareachamber.com/events/hot-summer-nights-car-cruise/\" target=\"_blank\" rel=\"noopener noreferrer\">Beaver Events</a> website for more info.</p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-369 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/penn-twp-festival.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Fall Festival Car Show (Penn Twp, PA) Saturday September 22, 2018 (12pm-4pm)</strong></p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Harrison City the annual Penn Township Fall Festival is a fall favorite. It is packed with carnival rides, games, parade, food, entertainment, vendors crafts, fireworks, and more. Visit the <a href=\"http://penntownshipfallfestival.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Penn Township Fall Festival</a> website for more info.</p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-370 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/franklin-apple-festival.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Applefest Car Show (Franklin, PA) Sunday October 7, 2018 (9am-5pm)</strong></p>\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Victorian Downtown Franklin, PA, this antique &amp; classic car show is a great season ending finale. The cars fill the streets and 300 arts &amp; crafts vendors fill the park. Approximately 50,000 people attend this festival that features a giant arts and crafts fair, a beer fest, wagon rides, kids korner, farmers market, live entertainment and plenty of food. Visit the <a href=\"http://www.franklinapplefest.com\" target=\"_blank\" rel=\"noopener noreferrer\">Franklin Applefest</a> website for more info.</p>\n\n</div>\n</div>\n</div>\n</div>','Community','','inherit','closed','closed','','173-autosave-v1','','','2018-05-25 03:12:25','2018-05-25 03:12:25','',173,'http://bg2017.pvppi.com/173-autosave-v1/',0,'revision','',0),(363,1,'2018-05-23 13:48:01','2018-05-23 13:48:01','','starlite-car-cruise','','inherit','open','closed','','starlite-car-cruise','','','2018-05-23 13:48:01','2018-05-23 13:48:01','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/starlite-car-cruise.jpg',0,'attachment','image/jpeg',0),(364,1,'2018-05-23 13:52:27','2018-05-23 13:52:27','','avalon-apple-blossom-festival','','inherit','open','closed','','avalon-apple-blossom-festival','','','2018-05-23 13:52:27','2018-05-23 13:52:27','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/avalon-apple-blossom-festival.jpg',0,'attachment','image/jpeg',0),(365,1,'2018-05-23 13:58:32','2018-05-23 13:58:32','','cruise-a-palooza','','inherit','open','closed','','cruise-a-palooza','','','2018-05-23 13:58:32','2018-05-23 13:58:32','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/cruise-a-palooza.jpg',0,'attachment','image/jpeg',0),(367,1,'2018-05-23 14:01:56','2018-05-23 14:01:56','','pittsburgh-vintage-grand-prix','','inherit','open','closed','','pittsburgh-vintage-grand-prix','','','2018-05-23 14:01:56','2018-05-23 14:01:56','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/pittsburgh-vintage-grand-prix.jpg',0,'attachment','image/jpeg',0),(368,1,'2018-05-23 14:04:06','2018-05-23 14:04:06','','beaver-hot-summer-nights','','inherit','open','closed','','beaver-hot-summer-nights','','','2018-05-23 14:04:06','2018-05-23 14:04:06','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/beaver-hot-summer-nights.jpg',0,'attachment','image/jpeg',0),(369,1,'2018-05-23 14:13:54','2018-05-23 14:13:54','','penn-twp-festival','','inherit','open','closed','','penn-twp-festival','','','2018-05-23 14:13:54','2018-05-23 14:13:54','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/penn-twp-festival.jpg',0,'attachment','image/jpeg',0),(370,1,'2018-05-23 14:15:55','2018-05-23 14:15:55','','franklin-apple-festival','','inherit','open','closed','','franklin-apple-festival','','','2018-05-23 14:15:55','2018-05-23 14:15:55','',173,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/franklin-apple-festival.jpg',0,'attachment','image/jpeg',0),(371,1,'2018-05-23 14:16:54','2018-05-23 14:16:54','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">The southwestern Pennsylvania region has lots of car show and car cruise community events. They are a great way for people to get together and support the cause. Below is a short list of a few larger events, one weekly and one per month, some of which have been growing for decades. Pittsburgh Vehicle PPI is a proud supporter of these events and we hope to see you there.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-363 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/starlite-car-cruise.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Victory Church Car Cruise (Cranberry Twp, PA) Every Friday May 25 to Sept 7, 2018 (5pm-9pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located at Victory Family Church in Cranberry Twp, PA, this popular weekly event is one of the largest weekly cruises in the region averaging 1000 cars per week. It\'s held every Friday from Memorial Day weekend to the Friday after Labor Day weekend. There is a large food court, DJ, children activities, cash prizes and more. Visit the<a href=\"https://victorycarcruise.com/\" target=\"_blank\" rel=\"noopener noreferrer\"> Victory Car Cruise </a>website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-364 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/avalon-apple-blossom-festival.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Apple Blossom Festival Car Cruise (Avalon, PA) Saturday May 12, 2018 (11am-4pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in the North Boro of Avalon just a few miles from the City of Pittsburgh, this quaint main street cruise kicks off the summer cruising season in May. There is a Pancake Breakfast 8:30AM-11:30AM in Trinity Social Hall, street festival with 40 crafters, DJ, great food, pie eating contest, and one of the nicest Chinese Auction\'s you will see. Trophies and cash prizes for 1st, 2nd, and 3rd Place. Visit the<a href=\"http://www.boroughofavalon.org/\" target=\"_blank\" rel=\"noopener noreferrer\"> Avalon Borough </a>website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-365 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/cruise-a-palooza.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Cruise-a-Palooza Car Cruise (Butler, PA) Saturday June 23, 2018 (11am-9pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">New location! This popular annual event was previously held in Downtown Butler and has been moved to the Butler Farm Show Grounds. Just like previous years, thousands of classic and antique cars will be there in addition to live entertainment, vendors, multiple DJ\'s, plenty of food, Chinese Auction and a big 50/50. Visit the <a href=\"https://www.visitbutlercounty.com/events/29131-m/24th-annual-cruise-palooza\" target=\"_blank\" rel=\"noopener noreferrer\">Butler County Events</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-367 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pittsburgh-vintage-grand-prix.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Vintage Grand Prix Car Show (Pittsburgh, PA) Sat &amp; Sun, July 14 &amp; 15, 2018 (9am-5pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Schenley Park, the Pittsburgh Vintage Grand Prix is a world-class auto event. This is America’s largest vintage auto racing event with over 200,000 people attending and the only one run on public streets. The entire 10-day celebration of events is run by more than 1000 volunteers to benefit the Autism Society and the Allegheny Valley School. The International Car Show takes place on the Bob O\'Conner Golf Course surrounding the races through Schenley Park. This is a non-judged show where the fairways are lined with thousands of classic and antique cars which are organized by country and manufacturer. Established in 1983, it has grown into one of the nicest vintage auto events in the entire country. Visit the <a href=\"http://www.pvgp.org\" target=\"_blank\" rel=\"noopener noreferrer\">PVGP</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-368 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/beaver-hot-summer-nights.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Hot Summer Nights Car Cruise (Beaver, PA) Saturday August 4, 2018 (9am-9pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in beautiful historic Downtown Beaver, this is the Super Bowl of car cruises in Western PA and Eastern OH. It is nationally recognized as one of the Top-10 Car Cruises in the nation with 4000 cars and 40,000 people attending. The well manicured main street and a beautiful park make for a great setting. Visit the <a href=\"http://beaverareachamber.com/events/hot-summer-nights-car-cruise/\" target=\"_blank\" rel=\"noopener noreferrer\">Beaver Events</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-369 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/penn-twp-festival.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Fall Festival Car Show (Penn Twp, PA) Saturday September 22, 2018 (12pm-4pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Harrison City the annual Penn Township Fall Festival is a fall favorite. It is packed with carnival rides, games, parade, food, entertainment, vendors crafts, fireworks, and more. Visit the <a href=\"http://penntownshipfallfestival.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Penn Township Fall Festival</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-370 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/franklin-apple-festival.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Applefest Car Show (Franklin, PA) Sunday October 7, 2018 (9am-5pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Victorian Downtown Franklin, PA, this antique &amp; classic car show is a great season ending finale. The cars fill the streets and 300 arts &amp; crafts vendors fill the park. Approximately 50,000 people attend this festival that features a giant arts and crafts fair, a beer fest, wagon rides, kids korner, farmers market, live entertainment and plenty of food. Visit the <a href=\"http://www.franklinapplefest.com\" target=\"_blank\" rel=\"noopener noreferrer\">Franklin Applefest</a> website for more info.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community','','inherit','closed','closed','','173-revision-v1','','','2018-05-23 14:16:54','2018-05-23 14:16:54','',173,'http://bg2017.pvppi.com/173-revision-v1/',0,'revision','',0),(372,1,'2018-05-23 14:19:05','2018-05-23 14:19:05','{\"boldgrid-monument::nav_menu_locations[footer_center]\":{\"value\":8,\"type\":\"theme_mod\",\"user_id\":1}}','','','trash','closed','closed','','2a7f0f25-b7f2-4bd6-bb77-de9d130a03dc','','','2018-05-23 14:19:05','2018-05-23 14:19:05','',0,'http://bg2017.pvppi.com/?p=372',0,'customize_changeset','',0),(373,1,'2018-05-23 14:21:30','2018-05-23 14:21:30','{\"boldgrid-monument::nav_menu_locations[footer_center]\":{\"value\":0,\"type\":\"theme_mod\",\"user_id\":1}}','','','trash','closed','closed','','28c497f8-9954-4261-a7b5-2fb825f3a00e','','','2018-05-23 14:21:30','2018-05-23 14:21:30','',0,'http://bg2017.pvppi.com/28c497f8-9954-4261-a7b5-2fb825f3a00e/',0,'customize_changeset','',0),(374,1,'2018-05-25 03:19:48','2018-05-25 03:19:48','<div class=\"boldgrid-section\">\n<div class=\"container-fluid\">\n<div class=\"row\" style=\"padding-top: 0px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">&nbsp;</p>\n<p class=\"\" style=\"font-size: 18px; text-align: left;\"><img class=\"alignnone wp-image-379 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvgp-logo.jpg\" alt=\"Pittsburgh Vintage Grand Prix Logo\" width=\"66\" height=\"66\">&nbsp;PVPPI is a Proud Supporter of the <a href=\"http://www.pvgp.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh Vintage Grand Prix</a></p>\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-380 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pitt-race-logo.jpg\" alt=\"Pittsburgh International Race Complex logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"http://pittrace.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh International Race Complex</a> and Driver Training Facility</p>\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-386 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/hemmings-logo.jpg\" alt=\"Hemmings Motor News logo\" width=\"66\" height=\"66\">&nbsp;Largest and oldest specialty auto trading publication is <a href=\"https://www.hemmings.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Hemmings</a></p>\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-387 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/CCMR-logo.jpg\" alt=\"Collector Car Market Review logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"http://www.collectorcarmarket.com/makes.html\" target=\"_blank\" rel=\"noopener noreferrer\">Collector Car Market Review</a> is a classic and antique market guide</p>\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-388 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/sunday-transport.jpg\" alt=\"Thomas C. Sunday logo\" width=\"66\" height=\"66\">&nbsp;Enclosed auto transportation services provided by <a href=\"http://www.sundayautotransport.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thomas Sunday</a></p>\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-389 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/old-ride-logo.jpg\" alt=\"Old Ride logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.oldride.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Old Ride</a> is a classic car resource guide and specialty marketplace</p>\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-390 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fossil-cars-logo.jpg\" alt=\"Fossil Cars logo\" width=\"66\" height=\"66\">&nbsp;Another classic car resource and services guide is at <a href=\"http://www.fossilcars.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Fossil Cars</a></p>\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-391 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/blackstone-labs-logo.jpg\" alt=\"Blackstone Laboratories logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.blackstone-labs.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Blackstone Laboratories</a> offers an easy-to-use oil analysis program</p>\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-392 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pa-trooper-logo.jpg\" alt=\"Pennsylvania State Tropper logo\" width=\"66\" height=\"66\">&nbsp;Motor Vehicle Fraud Investigation with the <a href=\"http://www.psp.pa.gov/contact/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Pennsylvania State Police</a></p>\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-393 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/nhtsa-logo.jpg\" alt=\"NHTSA logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.nhtsa.gov/recalls\" target=\"_blank\" rel=\"noopener noreferrer\">NHTSA</a> Motor Vehicle Recalls from Office of Defects Investigation</p>\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-394 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/penndot_logo.jpg\" alt=\"Penn DOT logo\" width=\"66\" height=\"64\">&nbsp;Driver and Vehicle Information at <a href=\"http://www.dmv.pa.gov/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">PA Department of Transportation</a></p>\n\n</div>\n</div>\n</div>\n</div>','Links','','inherit','closed','closed','','175-autosave-v1','','','2018-05-25 03:19:48','2018-05-25 03:19:48','',175,'http://bg2017.pvppi.com/175-autosave-v1/',0,'revision','',0),(386,1,'2018-05-23 21:07:21','2018-05-23 21:07:21','','hemmings-logo','','inherit','open','closed','','hemmings-logo','','','2018-05-23 21:07:21','2018-05-23 21:07:21','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/hemmings-logo.jpg',0,'attachment','image/jpeg',0),(387,1,'2018-05-23 21:10:31','2018-05-23 21:10:31','','CCMR-logo','','inherit','open','closed','','ccmr-logo','','','2018-05-23 21:10:31','2018-05-23 21:10:31','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/CCMR-logo.jpg',0,'attachment','image/jpeg',0),(389,1,'2018-05-23 21:49:03','2018-05-23 21:49:03','','old-ride-logo','','inherit','open','closed','','old-ride-logo','','','2018-05-23 21:49:03','2018-05-23 21:49:03','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/old-ride-logo.jpg',0,'attachment','image/jpeg',0),(390,1,'2018-05-23 21:57:31','2018-05-23 21:57:31','','fossil-cars-logo','','inherit','open','closed','','fossil-cars-logo','','','2018-05-23 21:57:31','2018-05-23 21:57:31','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/fossil-cars-logo.jpg',0,'attachment','image/jpeg',0),(391,1,'2018-05-23 22:00:05','2018-05-23 22:00:05','','blackstone-labs-logo','','inherit','open','closed','','blackstone-labs-logo','','','2018-05-23 22:00:05','2018-05-23 22:00:05','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/blackstone-labs-logo.jpg',0,'attachment','image/jpeg',0),(392,1,'2018-05-23 22:02:35','2018-05-23 22:02:35','','pa-trooper-logo','','inherit','open','closed','','pa-trooper-logo','','','2018-05-23 22:02:35','2018-05-23 22:02:35','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/pa-trooper-logo.jpg',0,'attachment','image/jpeg',0),(393,1,'2018-05-23 22:04:07','2018-05-23 22:04:07','','NHTSA_Logo','','inherit','open','closed','','nhtsa_logo','','','2018-05-23 22:04:07','2018-05-23 22:04:07','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/nhtsa-logo.jpg',0,'attachment','image/jpeg',0),(380,1,'2018-05-23 14:59:31','2018-05-23 14:59:31','','pitt-race-logo','','inherit','open','closed','','pitt-race-logo','','','2018-05-23 14:59:31','2018-05-23 14:59:31','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/pitt-race-logo.jpg',0,'attachment','image/jpeg',0),(378,1,'2018-05-23 14:51:04','2018-05-23 14:51:04','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12 text-center\">\r\n<div>\r\n<p class=\"mod-reset\"><a href=\"http://www.pvgp.org\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/pvgp2.jpg\" alt=\"PGVP logo\" width=\"66\" height=\"66\"></a></p>\r\n<p class=\"\"><strong>&nbsp;PVPPI is a Proud Supporter of the <a href=\"http://www.pvgp.org\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh Vintage Grand Prix</a></strong></p>\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n<p class=\"mod-reset\"><a href=\"http://pittrace.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/pirc3.jpg\" alt=\"Pitt Race logo\" width=\"66\" height=\"66\"></a></p>\r\n&nbsp;<strong><a href=\"http://www.pittrace.com\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh International Race Complex</a> and Driver Training Facility</strong>\r\n\r\n</div>\r\n<div>\r\n<p class=\"mod-reset\"><strong><a href=\"http://www.hemmings.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/hemmings2.jpg\" alt=\"Hemmings logo\" width=\"66\" height=\"66\"></a></strong></p>\r\n<strong>Largest and oldest specialty auto trading publication is <a href=\"http://www.hemmings.com\" target=\"_blank\" rel=\"noopener noreferrer\">Hemmings</a></strong>\r\n<p class=\"mod-reset\"><a href=\"http://collectorcarmarket.com/menus/makes.html\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/CCMR.jpg\" alt=\"CCMR logo\" width=\"66\" height=\"66\"></a></p>\r\n<strong><a href=\"http://www.collectorcarmarket.com/makes.html\" target=\"_blank\" rel=\"noopener noreferrer\">Collector Car Market Review</a> is a classic and antique price guide</strong>\r\n<p class=\"mod-reset\"><a href=\"http://www.sundayautotransport.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/sunday2.jpg\" alt=\"Tim Stears logo\" width=\"66\" height=\"66\"></a></p>\r\n<strong>Enclosed auto transportation services provided by <a href=\"http://www.sundayautotransport.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thomas Sunday</a></strong>\r\n\r\n</div>\r\n<div>\r\n<p class=\"mod-reset\"><a href=\"http://www.oldride.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/oldride3.jpg\" alt=\"Old Ride logo\" width=\"66\" height=\"66\"></a></p>\r\n<p class=\"mod-reset\"><strong><a href=\"http://www.oldride.com\" target=\"_blank\" rel=\"noopener noreferrer\">Old Ride</a> is a classic car resource guide and specialty marketplace</strong></p>\r\n\r\n</div>\r\n<div>\r\n<div>\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<p class=\"mod-reset\"><a href=\"http://www.fossilcars.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/fossil.jpg\" alt=\"Fossil Cars logo\" width=\"66\" height=\"66\"></a></p>\r\n<strong>Another classic car resource and services guide is at <a href=\"http://www.fossilcars.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Fossil Cars</a>\r\n</strong>\r\n\r\n</div>\r\n<div><strong>\r\n</strong>\r\n<p class=\"mod-reset\"><a href=\"http://www.blackstone-labs.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/Blackstone4.jpg\" alt=\"Blackstone logo\" width=\"66\" height=\"66\"></a></p>\r\n&nbsp; <strong><a href=\"https://www.blackstone-labs.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Blackstone Laboratories</a> offers an easy-to-use oil analysis program\r\n</strong>\r\n<p class=\"mod-reset\"><a href=\"http://www.psp.pa.gov/contact/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/psp2.jpg\" alt=\"PA State Police logo\" width=\"66\" height=\"66\"></a></p>\r\n<strong>Motor Vehicle Fraud Investigation with <a href=\"http://www.psp.pa.gov/contact/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Pennsylvania State Police</a></strong><strong>\r\n</strong>\r\n<p class=\"mod-reset\"><a href=\"http://www.nhtsa.gov/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/nhtsa2.jpg\" alt=\"NHTSA logo\" width=\"66\" height=\"66\"></a></p>\r\n<strong><a href=\"https://www.nhtsa.gov/recalls\" target=\"_blank\" rel=\"noopener noreferrer\">NHTSA</a> Motor Vehicle Recalls from Office of Defects Investigation</strong>\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n<p class=\"mod-reset\"><a href=\"http://www.dmv.state.pa.us/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/penndot2.jpg\" alt=\"Penndot logo\" width=\"66\" height=\"66\"></a></p>\r\n<p class=\"mod-reset\"><strong>Driver and Vehicle Information at <a href=\"http://www.dmv.pa.gov/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">PA Department of Transportation</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Links','','inherit','closed','closed','','175-revision-v1','','','2018-05-23 14:51:04','2018-05-23 14:51:04','',175,'http://bg2017.pvppi.com/175-revision-v1/',0,'revision','',0),(379,1,'2018-05-23 14:55:43','2018-05-23 14:55:43','','pvgp-logo','','inherit','open','closed','','pvgp-logo','','','2018-05-23 14:55:43','2018-05-23 14:55:43','',175,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvgp-logo.jpg',0,'attachment','image/jpeg',0),(395,1,'2018-05-23 22:07:51','2018-05-23 22:07:51','<div class=\"boldgrid-section\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: left;\"><img class=\"alignnone size-full wp-image-379\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvgp-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;PVPPI is a Proud Supporter of the <a href=\"http://www.pvgp.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh Vintage Grand Prix</a>\r\n\r\n<img class=\"alignnone size-full wp-image-380\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pitt-race-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Pittsburgh International Race Complex and Driver Training Facility\r\n\r\n<img class=\"alignnone size-full wp-image-386\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/hemmings-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Largest and oldest specialty auto trading publication is <a href=\"https://www.hemmings.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Hemmings</a>\r\n\r\n<img class=\"alignnone size-full wp-image-387\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/CCMR-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Collector Car Market Review is a classic and antique price guide\r\n\r\n<img class=\"alignnone size-full wp-image-388\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/sunday-transport.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Enclosed auto transportation services provided by Thomas Sunday\r\n\r\n<img class=\"alignnone size-full wp-image-389\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/old-ride-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Old Ride is a classic car resource guide and specialty marketplace\r\n\r\n<img class=\"alignnone size-full wp-image-390\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fossil-cars-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Another classic car resource and services guide is at Fossil Cars\r\n\r\n<img class=\"alignnone size-full wp-image-391\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/blackstone-labs-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Blackstone Laboratories offers an easy-to-use oil analysis program\r\n\r\n<img class=\"alignnone size-full wp-image-392\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pa-trooper-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Motor Vehicle Fraud Investigation with Pennsylvania State Police\r\n\r\n<img class=\"alignnone size-full wp-image-393\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/nhtsa-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;NHTSA Motor Vehicle Recalls from Office of Defects Investigation\r\n\r\n<img class=\"alignnone size-full wp-image-394\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/penndot_logo.jpg\" alt=\"\" width=\"66\" height=\"64\">&nbsp;Driver and Vehicle Information at PA Department of Transportation</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Links','','inherit','closed','closed','','175-revision-v1','','','2018-05-23 22:07:51','2018-05-23 22:07:51','',175,'http://bg2017.pvppi.com/175-revision-v1/',0,'revision','',0),(381,1,'2018-05-23 15:01:40','2018-05-23 15:01:40','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12 text-center\">\r\n<div>\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n<p class=\"\"><strong><img class=\"alignnone size-full wp-image-379 alignleft\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvgp-logo.jpg\" alt=\"\" width=\"66\" height=\"66\"></strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: left;\"><strong>PVPPI is a Proud Supporter of the <a href=\"http://www.pvgp.org\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh Vintage Grand Prix </a></strong></p>\r\n\r\n</div>\r\n<div style=\"text-align: left;\">\r\n\r\n<img class=\"alignnone size-full wp-image-380\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pitt-race-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;<strong><a href=\"http://www.pittrace.com\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh International Race Complex</a> and Driver Training Facility</strong>\r\n\r\n</div>\r\n<div style=\"text-align: left;\">\r\n<p class=\"mod-reset\"><strong><a href=\"http://www.hemmings.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/hemmings2.jpg\" alt=\"Hemmings logo\" width=\"66\" height=\"66\"></a></strong></p>\r\n<strong>Largest and oldest specialty auto trading publication is <a href=\"http://www.hemmings.com\" target=\"_blank\" rel=\"noopener noreferrer\">Hemmings</a></strong>\r\n<p class=\"mod-reset\"><a href=\"http://collectorcarmarket.com/menus/makes.html\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/CCMR.jpg\" alt=\"CCMR logo\" width=\"66\" height=\"66\"></a></p>\r\n<strong><a href=\"http://www.collectorcarmarket.com/makes.html\" target=\"_blank\" rel=\"noopener noreferrer\">Collector Car Market Review</a> is a classic and antique price guide</strong>\r\n<p class=\"mod-reset\"><a href=\"http://www.sundayautotransport.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/sunday2.jpg\" alt=\"Tim Stears logo\" width=\"66\" height=\"66\"></a></p>\r\n<strong>Enclosed auto transportation services provided by <a href=\"http://www.sundayautotransport.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thomas Sunday</a></strong>\r\n\r\n</div>\r\n<div style=\"text-align: left;\">\r\n<p class=\"mod-reset\"><a href=\"http://www.oldride.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/oldride3.jpg\" alt=\"Old Ride logo\" width=\"66\" height=\"66\"></a></p>\r\n<p class=\"mod-reset\"><strong><a href=\"http://www.oldride.com\" target=\"_blank\" rel=\"noopener noreferrer\">Old Ride</a> is a classic car resource guide and specialty marketplace</strong></p>\r\n\r\n</div>\r\n<div style=\"text-align: left;\">\r\n<div>\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<p class=\"mod-reset\"><a href=\"http://www.fossilcars.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/fossil.jpg\" alt=\"Fossil Cars logo\" width=\"66\" height=\"66\"></a></p>\r\n<strong>Another classic car resource and services guide is at <a href=\"http://www.fossilcars.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Fossil Cars</a>\r\n</strong>\r\n\r\n</div>\r\n<div><strong>\r\n</strong>\r\n<p class=\"mod-reset\" style=\"text-align: left;\"><a href=\"http://www.blackstone-labs.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/Blackstone4.jpg\" alt=\"Blackstone logo\" width=\"66\" height=\"66\"></a></p>\r\n<p style=\"text-align: left;\">&nbsp; <strong><a href=\"https://www.blackstone-labs.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Blackstone Laboratories</a> offers an easy-to-use oil analysis program\r\n</strong></p>\r\n<p class=\"mod-reset\" style=\"text-align: left;\"><a href=\"http://www.psp.pa.gov/contact/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/psp2.jpg\" alt=\"PA State Police logo\" width=\"66\" height=\"66\"></a></p>\r\n<p style=\"text-align: left;\"><strong>Motor Vehicle Fraud Investigation with <a href=\"http://www.psp.pa.gov/contact/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Pennsylvania State Police</a></strong><strong>\r\n</strong></p>\r\n<p class=\"mod-reset\" style=\"text-align: left;\"><a href=\"http://www.nhtsa.gov/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/nhtsa2.jpg\" alt=\"NHTSA logo\" width=\"66\" height=\"66\"></a></p>\r\n<p style=\"text-align: left;\"><strong><a href=\"https://www.nhtsa.gov/recalls\" target=\"_blank\" rel=\"noopener noreferrer\">NHTSA</a> Motor Vehicle Recalls from Office of Defects Investigation</strong></p>\r\n<p class=\"mod-reset\" style=\"text-align: left;\">&nbsp;</p>\r\n<p class=\"mod-reset\" style=\"text-align: left;\"><a href=\"http://www.dmv.state.pa.us/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://www.pvppi.com/attachments/Image/penndot2.jpg\" alt=\"Penndot logo\" width=\"66\" height=\"66\"></a></p>\r\n<p class=\"mod-reset\" style=\"text-align: left;\"><strong>Driver and Vehicle Information at <a href=\"http://www.dmv.pa.gov/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">PA Department of Transportation</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Links','','inherit','closed','closed','','175-revision-v1','','','2018-05-23 15:01:40','2018-05-23 15:01:40','',175,'http://bg2017.pvppi.com/175-revision-v1/',0,'revision','',0),(382,1,'2018-05-23 15:09:11','2018-05-23 15:09:11','','owner','','inherit','open','closed','','owner-3','','','2018-05-23 15:09:11','2018-05-23 15:09:11','',183,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/owner-2.jpg',0,'attachment','image/jpeg',0),(383,1,'2018-05-23 15:12:06','2018-05-23 15:12:06','<div class=\"boldgrid-section\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 7px;\">\r\n<div class=\"col-md-10 col-sm-8 col-xs-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is centrally located just 7 miles north of downtown Pittsburgh, PA.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Hours of operation are 7am to 7pm EST Monday through Friday, closed weekends and holidays.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please call or email us below to schedule an inspection or with any questions you have, thank you.</p>\r\n[ninja_forms id=\"6\"]\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-12\">\r\n<h3 class=\"color3-color\" data-removal-key=\"phone-number\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\" style=\"font-size: 22px;\" data-if-removed=\"key\" data-removal-key=\"phone-number\">412-638-0641</p>\r\n<p class=\"\" style=\"font-size: 20px;\" data-if-removed=\"key\" data-removal-key=\"phone-number\"><img class=\"size-full wp-image-382 aligncenter\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/owner-2.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','183-revision-v1','','','2018-05-23 15:12:06','2018-05-23 15:12:06','',183,'http://bg2017.pvppi.com/183-revision-v1/',0,'revision','',0),(385,1,'2018-05-23 20:33:22','2018-05-23 20:33:22','<div class=\"boldgrid-section\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 7px;\">\r\n<div class=\"col-md-10 col-sm-8 col-xs-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is centrally located just 7 miles north of downtown Pittsburgh, PA.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Hours of operation are 7am to 7pm EST Monday through Friday, closed weekends and holidays.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please call or email us below to schedule an inspection or with any questions you have, thank you.</p>\r\n[ninja_forms id=\"6\"]\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-12\">\r\n<h3 class=\"color3-color\" style=\"text-align: center;\" data-removal-key=\"phone-number\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\" style=\"font-size: 22px; text-align: center;\" data-if-removed=\"key\" data-removal-key=\"phone-number\">412-638-0641</p>\r\n<p class=\"\" style=\"font-size: 20px;\" data-if-removed=\"key\" data-removal-key=\"phone-number\"><img class=\"size-full wp-image-382 aligncenter\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/owner-2.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','183-revision-v1','','','2018-05-23 20:33:22','2018-05-23 20:33:22','',183,'http://bg2017.pvppi.com/183-revision-v1/',0,'revision','',0),(396,1,'2018-05-23 22:09:27','2018-05-23 22:09:27','<div class=\"boldgrid-section\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: left;\"><img class=\"alignnone size-full wp-image-379\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvgp-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;PVPPI is a Proud Supporter of the <a href=\"http://www.pvgp.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh Vintage Grand Prix</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-380\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pitt-race-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Pittsburgh International Race Complex and Driver Training Facility</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-386\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/hemmings-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Largest and oldest specialty auto trading publication is <a href=\"https://www.hemmings.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Hemmings</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-387\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/CCMR-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Collector Car Market Review is a classic and antique price guide</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-388\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/sunday-transport.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Enclosed auto transportation services provided by Thomas Sunday</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-389\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/old-ride-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Old Ride is a classic car resource guide and specialty marketplace</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-390\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fossil-cars-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Another classic car resource and services guide is at Fossil Cars</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-391\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/blackstone-labs-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Blackstone Laboratories offers an easy-to-use oil analysis program</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-392\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pa-trooper-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Motor Vehicle Fraud Investigation with Pennsylvania State Police</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-393\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/nhtsa-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;NHTSA Motor Vehicle Recalls from Office of Defects Investigation</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-394\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/penndot_logo.jpg\" alt=\"\" width=\"66\" height=\"64\">&nbsp;Driver and Vehicle Information at PA Department of Transportation</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Links','','inherit','closed','closed','','175-revision-v1','','','2018-05-23 22:09:27','2018-05-23 22:09:27','',175,'http://bg2017.pvppi.com/175-revision-v1/',0,'revision','',0),(397,1,'2018-05-23 22:12:06','2018-05-23 22:12:06','<div class=\"boldgrid-section\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: left;\"><img class=\"alignnone size-full wp-image-379\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvgp-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;PVPPI is a Proud Supporter of the <a href=\"http://www.pvgp.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh Vintage Grand Prix</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-380\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pitt-race-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Pittsburgh International Race Complex and Driver Training Facility</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-386\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/hemmings-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Largest and oldest specialty auto trading publication is <a href=\"https://www.hemmings.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Hemmings</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-387\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/CCMR-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Collector Car Market Review is a classic and antique market guide</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-388\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/sunday-transport.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Enclosed auto transportation services provided by Thomas Sunday</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-389\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/old-ride-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Old Ride is a classic car resource guide and specialty marketplace</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-390\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fossil-cars-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Another classic car resource and services guide is at Fossil Cars</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-391\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/blackstone-labs-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Blackstone Laboratories offers an easy-to-use oil analysis program</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-392\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pa-trooper-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Motor Vehicle Fraud Investigation with the Pennsylvania State Police</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-393\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/nhtsa-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;NHTSA Motor Vehicle Recalls from Office of Defects Investigation</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-394\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/penndot_logo.jpg\" alt=\"\" width=\"66\" height=\"64\">&nbsp;Driver and Vehicle Information at PA Department of Transportation</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Links','','inherit','closed','closed','','175-revision-v1','','','2018-05-23 22:12:06','2018-05-23 22:12:06','',175,'http://bg2017.pvppi.com/175-revision-v1/',0,'revision','',0),(398,1,'2018-05-23 22:17:30','2018-05-23 22:17:30','<div class=\"boldgrid-section\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: left;\"><img class=\"alignnone size-full wp-image-379\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvgp-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;PVPPI is a Proud Supporter of the <a href=\"http://www.pvgp.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh Vintage Grand Prix</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-380\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pitt-race-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;<a href=\"http://pittrace.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh International Race Complex</a> and Driver Training Facility</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-386\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/hemmings-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Largest and oldest specialty auto trading publication is <a href=\"https://www.hemmings.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Hemmings</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-387\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/CCMR-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;<a href=\"http://www.collectorcarmarket.com/makes.html\" target=\"_blank\" rel=\"noopener noreferrer\">Collector Car Market Review</a> is a classic and antique market guide</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-388\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/sunday-transport.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Enclosed auto transportation services provided by <a href=\"http://www.sundayautotransport.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thomas Sunday</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-389\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/old-ride-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.oldride.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Old Ride</a> is a classic car resource guide and specialty marketplace</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-390\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fossil-cars-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Another classic car resource and services guide is at <a href=\"http://www.fossilcars.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Fossil Cars</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-391\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/blackstone-labs-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.blackstone-labs.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Blackstone Laboratories</a> offers an easy-to-use oil analysis program</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-392\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pa-trooper-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Motor Vehicle Fraud Investigation with the <a href=\"http://www.psp.pa.gov/contact/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Pennsylvania State Police</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-393\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/nhtsa-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.nhtsa.gov/recalls\" target=\"_blank\" rel=\"noopener noreferrer\">NHTSA</a> Motor Vehicle Recalls from Office of Defects Investigation</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-394\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/penndot_logo.jpg\" alt=\"\" width=\"66\" height=\"64\">&nbsp;Driver and Vehicle Information at <a href=\"http://www.dmv.pa.gov/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">PA Department of Transportation</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Links','','inherit','closed','closed','','175-revision-v1','','','2018-05-23 22:17:30','2018-05-23 22:17:30','',175,'http://bg2017.pvppi.com/175-revision-v1/',0,'revision','',0),(399,1,'2018-05-23 22:19:05','2018-05-23 22:19:05','<div class=\"boldgrid-section\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: left;\"><img class=\"alignnone wp-image-379 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvgp-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;PVPPI is a Proud Supporter of the <a href=\"http://www.pvgp.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh Vintage Grand Prix</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-380\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pitt-race-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;<a href=\"http://pittrace.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh International Race Complex</a> and Driver Training Facility</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-386\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/hemmings-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Largest and oldest specialty auto trading publication is <a href=\"https://www.hemmings.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Hemmings</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-387\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/CCMR-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;<a href=\"http://www.collectorcarmarket.com/makes.html\" target=\"_blank\" rel=\"noopener noreferrer\">Collector Car Market Review</a> is a classic and antique market guide</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-388\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/sunday-transport.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Enclosed auto transportation services provided by <a href=\"http://www.sundayautotransport.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thomas Sunday</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-389\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/old-ride-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.oldride.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Old Ride</a> is a classic car resource guide and specialty marketplace</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-390\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fossil-cars-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Another classic car resource and services guide is at <a href=\"http://www.fossilcars.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Fossil Cars</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-391\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/blackstone-labs-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.blackstone-labs.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Blackstone Laboratories</a> offers an easy-to-use oil analysis program</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-392\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pa-trooper-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;Motor Vehicle Fraud Investigation with the <a href=\"http://www.psp.pa.gov/contact/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Pennsylvania State Police</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-393\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/nhtsa-logo.jpg\" alt=\"\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.nhtsa.gov/recalls\" target=\"_blank\" rel=\"noopener noreferrer\">NHTSA</a> Motor Vehicle Recalls from Office of Defects Investigation</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone size-full wp-image-394\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/penndot_logo.jpg\" alt=\"\" width=\"66\" height=\"64\">&nbsp;Driver and Vehicle Information at <a href=\"http://www.dmv.pa.gov/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">PA Department of Transportation</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Links','','inherit','closed','closed','','175-revision-v1','','','2018-05-23 22:19:05','2018-05-23 22:19:05','',175,'http://bg2017.pvppi.com/175-revision-v1/',0,'revision','',0),(400,1,'2018-05-23 22:23:55','2018-05-23 22:23:55','{\"boldgrid-monument::boldgrid_logo_setting\":{\"value\":305,\"type\":\"theme_mod\",\"user_id\":1},\"boldgrid-monument::boldgrid_position_toggle\":{\"value\":true,\"type\":\"theme_mod\",\"user_id\":1},\"boldgrid-monument::logo_margin_top\":{\"value\":\"20\",\"type\":\"theme_mod\",\"user_id\":1},\"boldgrid-monument::logo_margin_bottom\":{\"value\":\"-20\",\"type\":\"theme_mod\",\"user_id\":1},\"boldgrid-monument::logo_margin_left\":{\"value\":\"50\",\"type\":\"theme_mod\",\"user_id\":1}}','','','trash','closed','closed','','d083095b-919a-42a7-8852-fa203f4463c2','','','2018-05-23 22:23:55','2018-05-23 22:23:55','',0,'http://bg2017.pvppi.com/?p=400',0,'customize_changeset','',0),(401,1,'2018-05-23 22:24:40','2018-05-23 22:24:40','{\"boldgrid-monument::logo_margin_left\":{\"value\":\"-50\",\"type\":\"theme_mod\",\"user_id\":1}}','','','trash','closed','closed','','83a13c8a-b91a-42af-846d-3c29a8fc099c','','','2018-05-23 22:24:40','2018-05-23 22:24:40','',0,'http://bg2017.pvppi.com/83a13c8a-b91a-42af-846d-3c29a8fc099c/',0,'customize_changeset','',0),(406,1,'2018-05-23 23:52:39','2018-05-23 23:52:39','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, specialty or late model vehicles are purchased over long distances where the buyer never sees the car in-person. It is also common for people to make the mistake of buying a pre-owned vehicle locally without having it checked by a technician. This is where a PPI (Pre Purchase Inspection) becomes invaluable in both cases. With thirty three years experience in the automotive industry as a professional and enthusiast, I use that knowledge to offer a professional third party inspection service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>35 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer\r\n</strong></li>\r\n 	<li><strong>Inventory Management\r\n</strong></li>\r\n 	<li><strong>Antique Classic Restoration</strong><strong>\r\n</strong></li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle. Additionally, many national companies can take up to a week to schedule, where we are able to schedule most inspections within 24 to 48 hours.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business. We\'re able to charge less than the competition, passing savings on to the customer, while providing the highest quality service and best customer care. We want you to be happy with your purchase so we take great pride in our service and appreciate your business. That is why PVPPI is the preferred choice for a PPI in Pittsburgh.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-23 23:52:39','2018-05-23 23:52:39','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(434,1,'2018-05-25 00:13:18','2018-05-25 00:13:18','','faq','','inherit','open','closed','','faq','','','2018-05-25 00:13:18','2018-05-25 00:13:18','',161,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/faq.jpg',0,'attachment','image/jpeg',0),(422,1,'2018-05-24 23:15:40','2018-05-24 23:15:40','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-402 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/service-radius.jpg\" alt=\"\" width=\"647\" height=\"112\"></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\r\n<p class=\"bg-text-fx bg-text-fx-glow\" style=\"font-size: 18px;\">Results are a detailed written report, 50 to 100 quality photos of the entire automobile inside and out including undercarriage and close-ups, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos the same day the inspection is performed. Below are our services and fees, please contact us with the vehicle location address for exact quote...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, $1 per mile after)</strong></li>\r\n 	<li><strong>Appraisal / Market Valuation = $300 (includes in-depth inspection)</strong></li>\r\n 	<li><strong>Consultation = $50 Per Hour (one hour minimum)</strong></li>\r\n 	<li><strong>Vehicle Locator Services = $ (inquire)</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-24 23:15:40','2018-05-24 23:15:40','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(421,1,'2018-05-24 22:31:59','2018-05-24 22:31:59','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-402 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/service-radius.jpg\" alt=\"\" width=\"647\" height=\"112\"></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the entire vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\r\n<p class=\"bg-text-fx bg-text-fx-glow\" style=\"font-size: 18px;\">The results are a detailed written report, 50 to 100 quality photos of the entire automobile inside and out including undercarriage and close-ups, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos on the same day the inspection is performed. Below are our services and fees, please contact us with the vehicle location address for exact quote...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, $1 per mile after)</strong></li>\r\n 	<li><strong>Appraisal / Market Valuation = $300 (includes in-depth inspection)</strong></li>\r\n 	<li><strong>Consultation = $50 Per Hour (one hour minimum)</strong></li>\r\n 	<li><strong>Vehicle Locator Services = $ (inquire)</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-24 22:31:59','2018-05-24 22:31:59','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(420,1,'2018-05-24 22:27:42','2018-05-24 22:27:42','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-402 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/service-radius.jpg\" alt=\"\" width=\"647\" height=\"112\"></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our pre-purchase inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the entire vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint looking for rust, paint work or previous accident damage including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\r\n<p class=\"bg-text-fx bg-text-fx-glow\" style=\"font-size: 18px;\">The results are a detailed written report, 50 to 100 high quality photos of the entire automobile inside and out including undercarriage photos, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos on the same day the inspection is performed. Below are our services and fees, please contact us with the vehicle location address for exact quote...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, $1 per mile after)</strong></li>\r\n 	<li><strong>Appraisal / Market Valuation = $300 (includes in-depth inspection)</strong></li>\r\n 	<li><strong>Consultation = $50 Per Hour (one hour minimum)</strong></li>\r\n 	<li><strong>Vehicle Locator Services = $ (inquire)</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-24 22:27:42','2018-05-24 22:27:42','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(403,1,'2018-05-23 23:22:51','2018-05-23 23:22:51','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-402 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/service-radius.jpg\" alt=\"\" width=\"647\" height=\"112\"></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is a professional third party inspection service for antique autos, classic cars, specialty and late model vehicles. Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the entire vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint looking for rust, paint work or previous accident damage including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\r\n<p class=\"bg-text-fx bg-text-fx-glow\" style=\"font-size: 18px;\">The results are a detailed written report, 50 to 100 high quality photos of the entire automobile inside and out including undercarriage photos, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos on the same day the inspection is performed. Below are our services and fees, please contact us with vehicle location address for exact quote.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, $1 per mile after)</strong></li>\r\n 	<li><strong>Market Valuation / Appraisal = $300 (includes in-depth inspection)</strong></li>\r\n 	<li><strong>Consultation = $50 Per Hour (one hour minimum)</strong></li>\r\n 	<li><strong>Vehicle Locator Services = $ (inquire)</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-23 23:22:51','2018-05-23 23:22:51','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(410,1,'2018-05-24 18:56:00','2018-05-24 18:56:00','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">The southwestern Pennsylvania region has hundreds of car show and car cruise community events. They are a great way for people to get together and support the cause. Below is a short list of a few local events, one weekly and others annually, some of which have been growing for decades. Pittsburgh Vehicle PPI is a proud supporter of these events and we hope to see you there.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-363 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/starlite-car-cruise.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Victory Church Car Cruise (Cranberry Twp, PA) Every Friday May 25 to Sept 7, 2018 (5pm-9pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located at Victory Family Church in Cranberry Twp, PA, this popular weekly event is one of the largest weekly cruises in the region averaging 1000 cars per week. It\'s held every Friday from Memorial Day weekend to the Friday after Labor Day weekend. There are food vendors, DJ, children activities, prizes and more. Visit the<a href=\"https://victorycarcruise.com/\" target=\"_blank\" rel=\"noopener noreferrer\"> Victory Car Cruise </a>website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-364 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/avalon-apple-blossom-festival.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Apple Blossom Festival Car Cruise (Avalon, PA) Saturday May 12, 2018 (11am-4pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in the North Boro of Avalon just a few miles from the City of Pittsburgh, this quaint main street cruise kicks off the summer cruising season in May. There is a Pancake Breakfast 8:30AM-11:30AM in Trinity Social Hall, street festival with 40 vendors, live entertainment, DJ, food prepared by the church, pie eating contest, and a large Chinese Auction. Trophies and cash prizes for 1st, 2nd, and 3rd Place. Visit the<a href=\"http://www.boroughofavalon.org/\" target=\"_blank\" rel=\"noopener noreferrer\"> Avalon Borough </a>website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-365 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/cruise-a-palooza.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Cruise-a-Palooza Car Cruise (Butler, PA) Saturday June 23, 2018 (11am-9pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">New location! This popular annual event was previously held in Downtown Butler and has been moved to the Butler Farm Show Grounds. Just like previous years, thousands of classic and antique cars will be there in addition to live entertainment, vendors, multiple DJ\'s, plenty of food, Chinese Auction and a big 50/50. Visit the <a href=\"https://www.visitbutlercounty.com/events/29131-m/24th-annual-cruise-palooza\" target=\"_blank\" rel=\"noopener noreferrer\">Butler County Events</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-367 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pittsburgh-vintage-grand-prix.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Vintage Grand Prix Car Show (Pittsburgh, PA) Sat &amp; Sun, July 14 &amp; 15, 2018 (9am-5pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Schenley Park, the Pittsburgh Vintage Grand Prix is a world-class auto event. This is America’s largest vintage auto racing event with over 200,000 people attending and the only one run on public streets. The entire 10-day celebration of events is run by more than 1000 volunteers to benefit the Autism Society and the Allegheny Valley School. The International Car Show takes place on the Bob O\'Conner Golf Course surrounding the races through Schenley Park. This is a non-judged show where the fairways are lined with thousands of classic and antique cars which are organized by country and manufacturer. Established in 1983, it has grown into one of the nicest vintage auto events in the entire country. Visit the <a href=\"http://www.pvgp.org\" target=\"_blank\" rel=\"noopener noreferrer\">PVGP</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-368 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/beaver-hot-summer-nights.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Hot Summer Nights Car Cruise (Beaver, PA) Saturday August 4, 2018 (9am-9pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in beautiful historic Downtown Beaver, this is the Super Bowl of car cruises in Western PA and Eastern OH. It is nationally recognized as one of the Top-10 Car Cruises in the nation with 4000 cars and 40,000 people attending. The well manicured main street and a beautiful park make for a great setting. Visit the <a href=\"http://beaverareachamber.com/events/hot-summer-nights-car-cruise/\" target=\"_blank\" rel=\"noopener noreferrer\">Beaver Events</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-369 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/penn-twp-festival.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Fall Festival Car Show (Penn Twp, PA) Saturday September 22, 2018 (12pm-4pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Harrison City the annual Penn Township Fall Festival is a fall favorite. It is packed with carnival rides, games, parade, food, entertainment, vendors crafts, fireworks, and more. Visit the <a href=\"http://penntownshipfallfestival.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Penn Township Fall Festival</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-370 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/franklin-apple-festival.jpg\" alt=\"\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Applefest Car Show (Franklin, PA) Sunday October 7, 2018 (9am-5pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Victorian Downtown Franklin, PA, this antique &amp; classic car show is a great season ending finale. The cars fill the streets and 300 arts &amp; crafts vendors fill the park. Approximately 50,000 people attend this festival that features a giant arts and crafts fair, a beer fest, wagon rides, kids korner, farmers market, live entertainment and plenty of food. Visit the <a href=\"http://www.franklinapplefest.com\" target=\"_blank\" rel=\"noopener noreferrer\">Franklin Applefest</a> website for more info.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community','','inherit','closed','closed','','173-revision-v1','','','2018-05-24 18:56:00','2018-05-24 18:56:00','',173,'http://bg2017.pvppi.com/173-revision-v1/',0,'revision','',0),(411,1,'2018-05-24 19:43:37','2018-05-24 19:43:37','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you perform the inspection where the car is located?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, we are a mobile PPI service and we always travel to where the vehicle is located. That is the benefit of the service and makes it more convenient for the buyer and the seller.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: What is your turnaround time and when do I received the report and photos?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We have a very fast turnaround time, in most cases 24 to 72 hours, depending on the day of the week and schedule. You will receive the report and photos on the same day as the inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How are your services different or better than CarFax?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Carfax is a vehicle history report from a database informing you how many owners the car has had, if there were any accidents reported, odometer issues, flood damage or other adverse events. Its a background check for 1981 and newer automobiles using the Vehicle Identification Number. While we recommend you obtaining a CarFax on the vehicle you are interested in buying because it can provide important information about its history, it cannot be relied upon 100% because it doesn\'t inform you of the current condition and the reports often have errors because accidents are not always reported.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you tell me the value of the car or do an appraisal?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Our pre-purchase inspection is an overall condition evaluation service and can provide insight on market value when used with price guides. If you need an appraisal, that requires market value research and that service can be added on.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you offer PA State Inspection or repair services?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Sorry, we are a mobile third party inspection service only. You will have to take your vehicle to an auto repair facility near you that offers annual PA State Inspection and repair services.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How long does the PPI take?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: The on-site vehicle inspection takes approximately 90 minutes to perform, but the total time invested is 6 hours on average.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you put the car on a lift or remove the wheels?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Since we are a mobile service we are unable to put the car on a lift and we cannot pull the wheels due to the liability incurred with the removal of components. We are able to thoroughly inspect the functionality and condition of the automobile, which includes an undercarriage inspection with the vehicle on the ground. We specialize in third party inspections, our service is in-depth and very thorough.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you recommend any good dealers?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We are unbiased and cannot endorse auto dealerships. Every automobile is different and needs to be evaluated individually regardless who is selling it. Any reputable seller would welcome and encourage an inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: I need some specific items checked, can you do that?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, while we offer a strict inspection procedure for every vehicle we understand there are certain circumstances that require special attention. Special requests are welcome and we will try to accommodate you as best as possible.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Does your service offer a warranty or guarantee?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: No, our PPI is not a warranty or guarantee. While we make every effort to find every defect of the vehicle, we cannot possibly see every flaw. We cannot visually inspect internal components within the drive-train and other hidden areas, therefore we cannot see some potential or impending failures. The vehicle could also have intermittent issues that were not revealed at the time of the inspection and any vehicle can malfunction at any time. The purpose of our service is to provide you with an unbiased inspection report based on what we see at the time of the inspection, and with that information you are able to make a more informed buying decision, thus eliminating most of the risk associated with buying an older vehicle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','inherit','closed','closed','','161-revision-v1','','','2018-05-24 19:43:37','2018-05-24 19:43:37','',161,'http://bg2017.pvppi.com/161-revision-v1/',0,'revision','',0),(412,1,'2018-05-24 20:06:31','2018-05-24 20:06:31','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you perform the inspection where the car is located?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, we are a mobile PPI service and we always travel to where the vehicle is located. That is the benefit of the service and makes it more convenient for the buyer and the seller.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: What is your turnaround time and when do I received the report and photos?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We have a very fast turnaround time, in most cases 24 to 72 hours, depending on the day of the week and schedule. You will receive the report and photos on the same day as the inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How are your services different or better than CarFax?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Carfax is a vehicle history report from a database informing you how many owners the car has had, if there were any accidents reported, odometer issues, flood damage or other adverse events. Its a background check for 1981 and newer automobiles using the Vehicle Identification Number. While we recommend you obtaining a CarFax on the vehicle you are interested in buying because it can provide important information about its history, it cannot be relied upon 100% because it doesn\'t inform you of the current condition and the reports often have errors because accidents are not always reported.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you tell me the value of the car or do an appraisal?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Our pre-purchase inspection is an overall condition evaluation service and can provide insight on market value when used with price guides. If you need an appraisal, that requires research market values and that service can be added on.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: This is my first time buying (selling) an old car and don\'t know what to do, can you help?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Absolutely, we offer consultation services to assist you with as little or as much help as needed.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you offer PA State Inspection or repair services?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Sorry, we are a mobile third party inspection service only. You will have to take your vehicle to an auto repair facility near you that offers annual PA State Inspection and repair services.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How long does the PPI take?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: The on-site vehicle inspection takes approximately 90 minutes to perform, but the total time invested is 6 hours on average.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you put the car on a lift or remove the wheels?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Since we are a mobile service we are unable to put the car on a lift and we cannot pull the wheels due to the liability incurred with the removal of components. We are able to thoroughly inspect the functionality and condition of the automobile, which includes an undercarriage inspection with the vehicle on the ground. We specialize in third party inspections, our service is in-depth and very thorough.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you recommend any good dealers?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We are unbiased and cannot endorse auto dealerships. Every automobile is different and needs to be evaluated individually regardless who is selling it. Any reputable seller would welcome and encourage an inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: I need specific items checked on a vehicle, can you do that?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, while we offer a strict inspection procedure for every vehicle we understand there are certain circumstances that require special attention. Special requests are welcome and we will try to accommodate you as best as possible.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Does your service offer a warranty or guarantee?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: No, our service is not a warranty or guarantee. While we make every effort to find every defect of the vehicle, we cannot possibly see every flaw. We cannot visually inspect internal components within the drive-train and other hidden areas, therefore we cannot see some potential or impending failures. The vehicle could also have intermittent issues that were not revealed at the time of the inspection and any vehicle can malfunction at any time. The purpose of our service is to provide you with an unbiased inspection report based on what we see at the time of the inspection, and with that information you are able to make a more informed buying decision, thus eliminating most of the risk associated with buying an older vehicle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','inherit','closed','closed','','161-revision-v1','','','2018-05-24 20:06:31','2018-05-24 20:06:31','',161,'http://bg2017.pvppi.com/161-revision-v1/',0,'revision','',0),(413,1,'2018-05-24 20:08:39','2018-05-24 20:08:39','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you perform the inspection where the car is located?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, we are a mobile PPI service and we always travel to where the vehicle is located. That is the benefit of the service and makes it more convenient for the buyer and the seller.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: What is your turnaround time and when do I received the report and photos?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We have a very fast turnaround time, in most cases 24 to 72 hours, depending on the day of the week and schedule. You will receive the report and photos on the same day as the inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How are your services different or better than CarFax?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Carfax is a vehicle history report from a database informing you how many owners the car has had, if there were any accidents reported, odometer issues, flood damage or other adverse events. Its a background check for 1981 and newer automobiles using the Vehicle Identification Number. While we recommend you obtaining a CarFax on the vehicle you are interested in buying because it can provide important information about its history, it cannot be relied upon 100% because it doesn\'t inform you of the current condition and the reports often have errors because accidents are not always reported.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you tell me the value of the car or do an appraisal?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Our pre-purchase inspection is an overall condition evaluation service and can provide insight on market value when used with price guides. If you need an appraisal, that requires additional research and that service can be added on.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: This is my first time buying (selling) an old car and don\'t know what to do, can you help?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Absolutely, we offer consultation services to assist you with as little or as much help as needed.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you offer PA State Inspection or repair services?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Sorry, we are a mobile third party inspection service only. You will have to take your vehicle to an auto repair facility near you that offers annual PA State Inspection and repair services.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How long does the PPI take?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: The on-site vehicle inspection takes approximately 90 minutes to perform, but the total time invested is 6 hours on average.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you put the car on a lift or remove the wheels?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Since we are a mobile service we are unable to put the car on a lift and we cannot pull the wheels due to the liability incurred with the removal of components. We are able to thoroughly inspect the functionality and condition of the automobile, which includes an undercarriage inspection with the vehicle on the ground. We specialize in third party inspections, our service is in-depth and very thorough.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you recommend any good dealers?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We are unbiased and cannot endorse auto dealerships. Every automobile is different and needs to be evaluated individually regardless who is selling it. Any reputable seller would welcome and encourage an inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: I need specific items checked on a vehicle, can you do that?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, while we offer a strict inspection procedure for every vehicle we understand there are certain circumstances that require special attention. Special requests are welcome and we will try to accommodate you as best as possible.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Does your service offer a warranty or guarantee?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: No, our service is not a warranty or guarantee. While we make every effort to find every defect of the vehicle, we cannot possibly see every flaw. We cannot visually inspect internal components within the drive-train and other hidden areas, therefore we cannot see some potential or impending failures. The vehicle could also have intermittent issues that were not revealed at the time of the inspection and any vehicle can malfunction at any time. The purpose of our service is to provide you with an unbiased inspection report based on what we see at the time of the inspection, and with that information you are able to make a more informed buying decision, thus eliminating most of the risk associated with buying an older vehicle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','inherit','closed','closed','','161-revision-v1','','','2018-05-24 20:08:39','2018-05-24 20:08:39','',161,'http://bg2017.pvppi.com/161-revision-v1/',0,'revision','',0),(414,1,'2018-05-24 20:25:08','2018-05-24 20:25:08','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you perform the inspection where the car is located?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, we are a mobile PPI service and we always travel to where the vehicle is located. That is the benefit of the service and makes it more convenient for the buyer and the seller.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: What is your turnaround time and when do I received the report and photos?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We have a very fast turnaround time, in most cases 24 to 72 hours, depending on the day of the week and schedule. You will receive the report and photos on the same day as the inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How are your services different or better than CarFax?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Carfax is a vehicle history report from a database informing you how many owners the car has had, if there were any accidents reported, odometer issues, flood damage or other adverse events. Its a background check for 1981 and newer automobiles using the Vehicle Identification Number. While we recommend you obtaining a CarFax on the vehicle you are interested in buying because it can provide important information about its history, it cannot be relied upon 100% because it doesn\'t inform you of the current condition and the reports often have errors because accidents are not always reported.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you tell me the value of the car or do an appraisal?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Our pre-purchase inspection is an overall condition evaluation service and can provide insight on market value when used with price guides. If you need an appraisal, that requires additional research and that service can be added on.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: This is my first time buying (selling) an old car and don\'t know what to do, can you help?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Absolutely, we offer consultation services and we\'ll try to assist you any way we can.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you offer PA State Inspection or repair services?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Sorry, we are a mobile third party inspection service only. You will have to take your vehicle to an auto repair facility near you that offers annual PA State Inspection and repair services.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How long does the PPI take?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: The on-site vehicle inspection takes approximately 90 minutes to perform, but the total time invested is 6 hours on average.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you put the car on a lift or remove the wheels?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Since we are a mobile service we are unable to put the car on a lift and we cannot pull the wheels due to the liability incurred with the removal of components. We are able to thoroughly inspect the functionality and condition of the automobile, which includes an undercarriage inspection with the vehicle on the ground. We specialize in third party inspections, our service is in-depth and very thorough.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you recommend any good dealers?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We are unbiased and cannot endorse auto dealerships. Every automobile is different and needs to be evaluated individually regardless who is selling it. Any reputable seller would welcome and encourage an inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: I need specific items checked on a vehicle, can you do that?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, while we offer a strict inspection procedure for every vehicle we understand there are certain circumstances that require special attention. Special requests are welcome and we will try to accommodate you as best as possible.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Does your service offer a warranty or guarantee?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: No, our service is not a warranty or guarantee. While we make every effort to find every defect of the vehicle, we cannot possibly see every flaw. We cannot visually inspect internal components within the drive-train and other hidden areas, therefore we cannot see some potential or impending failures. The vehicle could also have intermittent issues that were not revealed at the time of the inspection and any vehicle can malfunction at any time. The purpose of our service is to provide you with an unbiased inspection report based on what we see at the time of the inspection, and with that information you are able to make a more informed buying decision, thus eliminating most of the risk associated with buying an older vehicle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','inherit','closed','closed','','161-revision-v1','','','2018-05-24 20:25:08','2018-05-24 20:25:08','',161,'http://bg2017.pvppi.com/161-revision-v1/',0,'revision','',0),(416,1,'2018-05-24 21:00:22','2018-05-24 21:00:22','<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h2 class=\"bg-text-fx bg-text-fx-retro\" style=\"text-align: center; font-family: Audiowide; font-size: 33px; color: #d90209;\" data-font-family=\"Audiowide\"><em>Pittsburgh Vehicle Pre-Purchase Inspections</em></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-348 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvppi-at-pvgp.jpg\" alt=\"\" width=\"1050\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 92px;\">\r\n<div class=\"col-md-12 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<p class=\"\" style=\"font-size: 18px;\">Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection, appraisal and consultation services. Buying or selling any antique, classic, or specialty vehicle can be stressful. We can minimize risk and give you the peace of mind you are looking for.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The service we provide thoroughly examines the automobile inside and out to evaluate its current condition. Independent third party inspections are our specialty backed with decades of automotive experience. This gives you the facts about the vehicle in question.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We can save you time and money by uncovering unknown issues, prevent costly repair bills, determine the true market value, arm you with negotiating power, or save you the enormous expense from buying something that might not meet your expectations.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Why buy or sell blindly? We offer professional services for customers all around the world on antique autos, classic cars, and specialty vehicles. If you plan on buying or selling an old car Western PA, Eastern OH, or Northern WV... contact us to learn how we can assist.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please click on additional pages to discover more about Pittsburgh Vehicle PPI and our services...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-24 21:00:22','2018-05-24 21:00:22','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(417,1,'2018-05-24 21:48:07','2018-05-24 21:48:07','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you perform the inspection where the car is located?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, we are a mobile PPI service and we always travel to where the vehicle is located. That is the benefit of the service and makes it more convenient for the buyer and the seller.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: What is your turnaround time and when do I received the report and photos?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We have a very fast turnaround time, in most cases 24 to 72 hours, depending on the day of the week and schedule. You will receive the report and photos on the same day as the inspection via email, or you can have it mailed USPS if preferred.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How are your services different or better than CarFax or AutoCheck?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Those services are essentially a background check for 1981 and newer automobiles using the Vehicle Identification Number. It can inform you how many owners, accidents reported, odometer issues, flood damage, fleet use, or other adverse events. While we recommend obtaining a vehicle history report on the automobile you are interested in buying because it can provide important information about its history, it cannot be relied upon 100% because it doesn\'t inform you of the current condition and the reports often have errors because accidents are not always reported.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you tell me the value of the car or do an appraisal?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Our inspection is an overall condition evaluation service and can provide insight on market value when used with price guides. If you need an appraisal, that requires additional research and that service can be added on.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: This is my first time buying (selling) an old car and don\'t know what to do, can you help?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Absolutely, we offer consultation services and we\'ll try to assist you any way we can.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you offer PA State Inspection or repair services?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Sorry, we are a mobile third party inspection service only. You will have to take your vehicle to an auto repair facility near you that offers annual PA State Safety Inspection and repair services.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How long does the PPI take?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: The on-site vehicle inspection takes approximately 90 minutes to perform, but the total time invested is 6 hours on average.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you put the car on a lift or remove the wheels?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Since we are a mobile service we are unable to put the car on a lift and we cannot pull the wheels due to the liability incurred with the removal of components. We specialize in third party inspections and are able to thoroughly inspect the functionality and condition of the automobile, which includes an undercarriage inspection with the vehicle on the ground.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you recommend any good dealers?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We are unbiased and cannot endorse auto dealerships. Every automobile is different and needs to be evaluated individually regardless who is selling it. Any reputable seller would welcome and encourage an inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: I need specific items checked on a vehicle, can you do that?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, while we offer a strict inspection procedure for every vehicle we understand there are certain circumstances that require special attention. Special requests are welcome and we will try to accommodate you as best as possible.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Does your service offer a warranty or guarantee?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: No, our service is not a warranty or guarantee. While we make every effort to find every defect of the vehicle, we cannot possibly see every flaw. We cannot visually inspect internal components within the drive-train and other hidden areas, therefore we cannot see some potential or impending failures. The vehicle could also have intermittent issues that were not revealed at the time of the inspection and any vehicle can malfunction at any time. The purpose of our service is to provide you with an unbiased inspection report based on what we see at the time of the inspection, and with that information you are able to make a more informed buying decision, thus eliminating most of the risk associated with buying an older vehicle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','inherit','closed','closed','','161-revision-v1','','','2018-05-24 21:48:07','2018-05-24 21:48:07','',161,'http://bg2017.pvppi.com/161-revision-v1/',0,'revision','',0),(419,1,'2018-05-24 22:19:49','2018-05-24 22:19:49','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, and specialty vehicles are purchased over long distances. Sometimes the buyer never sees the car in-person and has it transported, other times investing time and money traveling to trailer it themselves. This is where a PPI (Pre Purchase Inspection) becomes invaluable. With over three decades experience in the automotive industry as a professional and enthusiast I use that knowledge to offer an independent inspection, appraisal and consultation service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>36 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer</strong><strong>\r\n</strong></li>\r\n 	<li><strong>Antique Classic Restoration</strong><strong>\r\n</strong></li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business providing the highest quality service and best customer care. We are looking out for your best interest whether you are buying or selling, so we take great pride in our service and appreciate your business. That is why we are the preferred choice in the Western Pennsylvania Region.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-24 22:19:49','2018-05-24 22:19:49','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(423,1,'2018-05-24 23:17:21','2018-05-24 23:17:21','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-402 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/service-radius.jpg\" alt=\"\" width=\"647\" height=\"112\"></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\r\n<p class=\"bg-text-fx bg-text-fx-glow\" style=\"font-size: 18px;\">Results are a detailed written report, 50 to 100 quality photos of the automobile inside and out including undercarriage and close-ups, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos the same day the inspection is performed. Below are our services and fees, please contact us with the vehicle location address for exact quote...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, $1 per mile after)</strong></li>\r\n 	<li><strong>Appraisal / Market Valuation = $300 (includes in-depth inspection)</strong></li>\r\n 	<li><strong>Consultation = $50 Per Hour (one hour minimum)</strong></li>\r\n 	<li><strong>Vehicle Locator Services = $ (inquire)</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-24 23:17:21','2018-05-24 23:17:21','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(426,1,'2018-05-24 23:55:18','2018-05-24 23:55:18','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">&nbsp;<strong>Q: Do you perform the inspection where the car is located?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, we are a mobile PPI service and we always travel to where the vehicle is located. That is the benefit of the service and makes it more convenient for the buyer and the seller.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: What is your turnaround time and when do I received the report and photos?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We have a very fast turnaround time, in most cases 24 to 72 hours, depending on the day of the week and schedule. You will receive the report and photos on the same day as the inspection via email, or you can have it mailed USPS if preferred.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How are your services different or better than CarFax or AutoCheck?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Those services are essentially a background check for 1981 and newer automobiles using the Vehicle Identification Number. It can inform you how many owners, accidents reported, odometer issues, flood damage, fleet use, or other adverse events. While we recommend obtaining a vehicle history report on the automobile you are interested in buying because it can provide important information about its history, it cannot be relied upon 100% because it doesn\'t inform you of the current condition and the reports often have errors because accidents are not always reported.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you tell me the value of the car or do an appraisal?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Our inspection is an overall condition evaluation service and can provide insight on market value when used with price guides. If you need an appraisal, that requires additional research and that service can be added on.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: This is my first time buying (selling) an old car and don\'t know what to do, can you help?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Absolutely, we offer consultation services and we\'ll try to assist you any way we can.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you offer PA State Inspection or repair services?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Sorry, we are a mobile third party inspection service only. You will have to take your vehicle to an auto repair facility near you that offers annual PA State Safety Inspection and repair services.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How long does the PPI take?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: The on-site vehicle inspection takes approximately 90 minutes to perform, but the total time invested is 6 hours on average.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you put the car on a lift or remove the wheels?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Since we are a mobile service we are unable to put the car on a lift and we cannot pull the wheels due to the liability incurred with the removal of components. We specialize in third party inspections and are able to thoroughly inspect the functionality and condition of the automobile, which includes an undercarriage inspection with the vehicle on the ground.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you recommend any good dealers?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We are unbiased and cannot endorse auto dealerships. Every automobile is different and needs to be evaluated individually regardless who is selling it. Any reputable seller would welcome and encourage an inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: I need specific items checked on a vehicle, can you do that?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, while we offer a strict inspection procedure for every vehicle we understand there are certain circumstances that require special attention. Special requests are welcome and we will try to accommodate you as best as possible.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Does your service offer a warranty or guarantee?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: No, our service is not a warranty or guarantee. While we make every effort to find every defect of the vehicle, we cannot possibly see every flaw. We cannot visually inspect internal components within the drive-train and other hidden areas, therefore we cannot see some potential or impending failures. The vehicle could also have intermittent issues that were not revealed at the time of the inspection and any vehicle can malfunction at any time. The purpose of our service is to provide you with an unbiased inspection report based on what we see at the time of the inspection, and with that information you are able to make a more informed buying decision, thus eliminating most of the risk associated with buying an older vehicle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','inherit','closed','closed','','161-revision-v1','','','2018-05-24 23:55:18','2018-05-24 23:55:18','',161,'http://bg2017.pvppi.com/161-revision-v1/',0,'revision','',0),(425,1,'2018-05-24 23:54:57','2018-05-24 23:54:57','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-424 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/volvo-p1800.jpg\" alt=\"\" width=\"647\" height=\"349\"></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you perform the inspection where the car is located?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, we are a mobile PPI service and we always travel to where the vehicle is located. That is the benefit of the service and makes it more convenient for the buyer and the seller.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: What is your turnaround time and when do I received the report and photos?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We have a very fast turnaround time, in most cases 24 to 72 hours, depending on the day of the week and schedule. You will receive the report and photos on the same day as the inspection via email, or you can have it mailed USPS if preferred.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How are your services different or better than CarFax or AutoCheck?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Those services are essentially a background check for 1981 and newer automobiles using the Vehicle Identification Number. It can inform you how many owners, accidents reported, odometer issues, flood damage, fleet use, or other adverse events. While we recommend obtaining a vehicle history report on the automobile you are interested in buying because it can provide important information about its history, it cannot be relied upon 100% because it doesn\'t inform you of the current condition and the reports often have errors because accidents are not always reported.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you tell me the value of the car or do an appraisal?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Our inspection is an overall condition evaluation service and can provide insight on market value when used with price guides. If you need an appraisal, that requires additional research and that service can be added on.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: This is my first time buying (selling) an old car and don\'t know what to do, can you help?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Absolutely, we offer consultation services and we\'ll try to assist you any way we can.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you offer PA State Inspection or repair services?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Sorry, we are a mobile third party inspection service only. You will have to take your vehicle to an auto repair facility near you that offers annual PA State Safety Inspection and repair services.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How long does the PPI take?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: The on-site vehicle inspection takes approximately 90 minutes to perform, but the total time invested is 6 hours on average.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you put the car on a lift or remove the wheels?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Since we are a mobile service we are unable to put the car on a lift and we cannot pull the wheels due to the liability incurred with the removal of components. We specialize in third party inspections and are able to thoroughly inspect the functionality and condition of the automobile, which includes an undercarriage inspection with the vehicle on the ground.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you recommend any good dealers?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We are unbiased and cannot endorse auto dealerships. Every automobile is different and needs to be evaluated individually regardless who is selling it. Any reputable seller would welcome and encourage an inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: I need specific items checked on a vehicle, can you do that?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, while we offer a strict inspection procedure for every vehicle we understand there are certain circumstances that require special attention. Special requests are welcome and we will try to accommodate you as best as possible.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Does your service offer a warranty or guarantee?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: No, our service is not a warranty or guarantee. While we make every effort to find every defect of the vehicle, we cannot possibly see every flaw. We cannot visually inspect internal components within the drive-train and other hidden areas, therefore we cannot see some potential or impending failures. The vehicle could also have intermittent issues that were not revealed at the time of the inspection and any vehicle can malfunction at any time. The purpose of our service is to provide you with an unbiased inspection report based on what we see at the time of the inspection, and with that information you are able to make a more informed buying decision, thus eliminating most of the risk associated with buying an older vehicle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','inherit','closed','closed','','161-revision-v1','','','2018-05-24 23:54:57','2018-05-24 23:54:57','',161,'http://bg2017.pvppi.com/161-revision-v1/',0,'revision','',0),(437,1,'2018-05-25 01:53:59','2018-05-25 01:53:59','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><img class=\"aligncenter wp-image-432 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/volvo-1800e.jpg\" alt=\"\" width=\"647\" height=\"349\"></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>David in Germany - 1971 Volvo 1800E</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I have worked with 6 companies to inspect 7 vintage cars I purchased and not one compares to Pittsburgh Vehicle PPI. Brian spent time with me on the phone to review every detail to make certain I understood his service versus others. My initial thought was how different can the service really be. Simply stated, like night and day. Brian is professional, sends proper quotes and adheres to his commitment. His report was extensive, pictures of every aspect of the car were clear and accurate with the description. His cost was extremely fair. The dealer I purchased the car from said to me he has never seen someone take the time Brian took to go through the car. Its a pleasure to write this. I bought the car and it is being shipped to Germany next week. I give Brian 5 Stars out of 5.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Josh in Texas - 1969 Chevrolet Camaro Pace Car</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">We used Pittsburgh Vehicle PPI for an unrestored Camaro. They did a wonderful job of accurately representing the condition of the car, and for a very reasonable fee, verified the claims made by the seller. They went above and beyond my expectations, including returning my calls after hours. The car purchase was completed based on their confirmation of the seller\'s claims, and upon arrival to Texas, we found the car to be exactly as described by Pittsburgh Vehicle PPI. I would highly recommend Brian and his company to anyone purchasing a vehicle.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Tony in California - 1958 Jaguar XK150</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I had an excellent experience with Brian at PVPPI in the evaluation of the condition of a vintage Jaguar. Brian was attentive and timely in all of our dealings on the car, and provided a detailed and objective report with many pictures which were invaluable.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Alan in Illinois - 1970 Dodge Challenger R/T</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">Thank you for your professionalism and thorough inspection of a vehicle I had considered buying. Your inspection revealed several flaws that were not disclosed by the seller and additional red flags were raised by your point by point analysis. Your service saved me from what would likely have been a very disappointing purchase.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Earl in Nevada - 1957 Chevrolet Bel Air</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">After locating a 1957 Chevy for sale in Pittsburgh I contacted PVPPI for a pre-purchase inspection.&nbsp; Brian wasted no time in contacting the owner and inspecting the vehicle.&nbsp; Using the 84 pictures he took, we had a very thorough discussion of the condition of the vehicle.&nbsp; Having an inspection is a must, and I\'m glad I found a trustworthy professional like Brian at to do it for me.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Robert in Virginia - 1971 Oldsmobile Cutlass</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I was looking to purchase a car in Pittsburgh but my schedule did not allow me the opportunity to inspect the car.&nbsp; I saw Brian\'s website and he was actually pretty close to where the vehicle was located.&nbsp; He did a great job and he actually helped me save a lot of money. I would definitely recommend his services.&nbsp; Once he does the report and takes the pictures, you can call him and he will go through the report with you. Pay him and save thousands.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Qasim in New York - 2010 Audi R8</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Living in New York and finding my dream car in Pittsburgh was how it all began when I started searching for the perfect Audi R8. When I finally found it, I needed to make sure it was thoroughly reviewed, inspected, and driven by an expert with extensive experience prior to finalizing the deal. Since I was not local to the area, I definitely required a used car inspection. Originally I tried to contact other online services that claim to offer PPI (Pre Purchase Inspections), however they gave me the run around, and took my credit card payment right away without even setting up a punctual appointment time and clearly stated I would not be able to speak to the inspector, nor would they provide the credentials and experience of the inspector which made me very worried. Eventually I cancelled their service, and searched for a PPI which was local to the Pittsburgh area. I immediately came across the Pittsburgh Vehicle PPI website and contacted the owner Brian. I explained my situation and he was able to accommodate my particular needs and carry out a full inspection with photos within less than 24 hours time. Also included was a complete worksheet indicating what exactly was inspected and the condition of each inspected item. My particular vehicle was a Certified Pre-Owned Exotic Car. In addition to this service he actually goes over the inspection verbally with you, so that you are fully aware of the cars condition. You have the opportunity to ask any and all questions you wish to do so at this time. His services definitely gave me the peace of mind I needed before buying a car over the phone I had not even seen. After having the car for about a month now, I definitely think the best investment I made was to hire Brian to look at the vehicle before I purchased it. In fact I flew in from NYC to pick up the car and drive it back. When I got to the dealer, I wrote the check and drove out, with full confidence knowing that Brian had already thoroughly inspected the vehicle. This service is strongly recommended without reservation. Thanks Brian.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Testimonials','','inherit','closed','closed','','179-revision-v1','','','2018-05-25 01:53:59','2018-05-25 01:53:59','',179,'http://bg2017.pvppi.com/179-revision-v1/',0,'revision','',0),(427,1,'2018-05-24 23:56:19','2018-05-24 23:56:19','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><img class=\"aligncenter wp-image-424 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/volvo-p1800.jpg\" alt=\"\" width=\"647\" height=\"349\"></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>David in Germany - 1971 Volvo 1800E</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I have worked with 6 companies to inspect 7 vintage cars I purchased and not one compares to Pittsburgh Vehicle PPI. Brian spent time with me on the phone to review every detail to make certain I understood his service versus others. My initial thought was how different can the service really be. Simply stated, like night and day. Brian is professional, sends proper quotes and adheres to his commitment. His report was extensive, pictures of every aspect of the car were clear and accurate with the description. His cost was extremely fair. The dealer I purchased the car from said to me he has never seen someone take the time Brian took to go through the car. Its a pleasure to write this. I bought the car and it is being shipped to Germany next week. I give Brian 5 Stars out of 5.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Josh in Texas - 1969 Chevrolet Camaro Pace Car</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">We used Pittsburgh Vehicle PPI for an unrestored Camaro. They did a wonderful job of accurately representing the condition of the car, and for a very reasonable fee, verified the claims made by the seller. They went above and beyond my expectations, including returning my calls after hours. The car purchase was completed based on their confirmation of the seller\'s claims, and upon arrival to Texas, we found the car to be exactly as described by Pittsburgh Vehicle PPI. I would highly recommend Brian and his company to anyone purchasing a vehicle.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Tony in California - 1958 Jaguar XK150</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I had an excellent experience with Brian at PVPPI in the evaluation of the condition of a vintage Jaguar. Brian was attentive and timely in all of our dealings on the car, and provided a detailed and objective report with many pictures which were invaluable.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Alan in Illinois - 1970 Dodge Challenger R/T</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">Thank you for your professionalism and thorough inspection of a vehicle I had considered buying. Your inspection revealed several flaws that were not disclosed by the seller and additional red flags were raised by your point by point analysis. Your service saved me from what would likely have been a very disappointing purchase.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Earl in Nevada - 1957 Chevrolet Bel Air</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">After locating a 1957 Chevy for sale in Pittsburgh I contacted PVPPI for a pre-purchase inspection.&nbsp; Brian wasted no time in contacting the owner and inspecting the vehicle.&nbsp; Using the 84 pictures he took, we had a very thorough discussion of the condition of the vehicle.&nbsp; Having an inspection is a must, and I\'m glad I found a trustworthy professional like Brian at to do it for me.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Robert in Virginia - 1971 Oldsmobile Cutlass</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I was looking to purchase a car in Pittsburgh but my schedule did not allow me the opportunity to inspect the car.&nbsp; I saw Brian\'s website and he was actually pretty close to where the vehicle was located.&nbsp; He did a great job and he actually helped me save a lot of money. I would definitely recommend his services.&nbsp; Once he does the report and takes the pictures, you can call him and he will go through the report with you. Pay him and save thousands.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Qasim in New York - 2010 Audi R8</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Living in New York and finding my dream car in Pittsburgh was how it all began when I started searching for the perfect Audi R8. When I finally found it, I needed to make sure it was thoroughly reviewed, inspected, and driven by an expert with extensive experience prior to finalizing the deal. Since I was not local to the area, I definitely required a used car inspection. Originally I tried to contact other online services that claim to offer PPI (Pre Purchase Inspections), however they gave me the run around, and took my credit card payment right away without even setting up a punctual appointment time and clearly stated I would not be able to speak to the inspector, nor would they provide the credentials and experience of the inspector which made me very worried. Eventually I cancelled their service, and searched for a PPI which was local to the Pittsburgh area. I immediately came across the Pittsburgh Vehicle PPI website and contacted the owner Brian. I explained my situation and he was able to accommodate my particular needs and carry out a full inspection with photos within less than 24 hours time. Also included was a complete worksheet indicating what exactly was inspected and the condition of each inspected item. My particular vehicle was a Certified Pre-Owned Exotic Car. In addition to this service he actually goes over the inspection verbally with you, so that you are fully aware of the cars condition. You have the opportunity to ask any and all questions you wish to do so at this time. His services definitely gave me the peace of mind I needed before buying a car over the phone I had not even seen. After having the car for about a month now, I definitely think the best investment I made was to hire Brian to look at the vehicle before I purchased it. In fact I flew in from NYC to pick up the car and drive it back. When I got to the dealer, I wrote the check and drove out, with full confidence knowing that Brian had already thoroughly inspected the vehicle. This service is strongly recommended without reservation. Thanks Brian.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Testimonials','','inherit','closed','closed','','179-revision-v1','','','2018-05-24 23:56:19','2018-05-24 23:56:19','',179,'http://bg2017.pvppi.com/179-revision-v1/',0,'revision','',0),(429,1,'2018-05-25 00:05:52','2018-05-25 00:05:52','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-428 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/service-radius.jpg\" alt=\"\" width=\"647\" height=\"112\"></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\r\n<p class=\"bg-text-fx bg-text-fx-glow\" style=\"font-size: 18px;\">Results are a detailed written report, 50 to 100 quality photos of the automobile inside and out including undercarriage and close-ups, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos the same day the inspection is performed. Below are our services and fees, please contact us with the vehicle location address for exact quote...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, $1 per mile after)</strong></li>\r\n 	<li><strong>Appraisal / Market Valuation = $300 (includes in-depth inspection)</strong></li>\r\n 	<li><strong>Consultation = $50 Per Hour (one hour minimum)</strong></li>\r\n 	<li><strong>Vehicle Locator Services = $ (inquire)</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-25 00:05:52','2018-05-25 00:05:52','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(430,1,'2018-05-25 00:07:40','2018-05-25 00:07:40','','service-area','','inherit','open','closed','','service-area','','','2018-05-25 00:07:40','2018-05-25 00:07:40','',167,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/service-area.jpg',0,'attachment','image/jpeg',0),(431,1,'2018-05-25 00:07:57','2018-05-25 00:07:57','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-430 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/service-area.jpg\" alt=\"\" width=\"647\" height=\"112\"></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\r\n<p class=\"bg-text-fx bg-text-fx-glow\" style=\"font-size: 18px;\">Results are a detailed written report, 50 to 100 quality photos of the automobile inside and out including undercarriage and close-ups, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos the same day the inspection is performed. Below are our services and fees, please contact us with the vehicle location address for exact quote...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, $1 per mile after)</strong></li>\r\n 	<li><strong>Appraisal / Market Valuation = $300 (includes in-depth inspection)</strong></li>\r\n 	<li><strong>Consultation = $50 Per Hour (one hour minimum)</strong></li>\r\n 	<li><strong>Vehicle Locator Services = $ (inquire)</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-25 00:07:57','2018-05-25 00:07:57','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(432,1,'2018-05-25 00:10:07','2018-05-25 00:10:07','','volvo-1800e','','inherit','open','closed','','olympus-digital-camera-2','','','2018-05-25 00:10:22','2018-05-25 00:10:22','',179,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/volvo-1800e.jpg',0,'attachment','image/jpeg',0),(433,1,'2018-05-25 00:10:35','2018-05-25 00:10:35','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><img class=\"aligncenter wp-image-432 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/volvo-1800e.jpg\" alt=\"\" width=\"647\" height=\"349\"></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>David in Germany - 1971 Volvo 1800E</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I have worked with 6 companies to inspect 7 vintage cars I purchased and not one compares to Pittsburgh Vehicle PPI. Brian spent time with me on the phone to review every detail to make certain I understood his service versus others. My initial thought was how different can the service really be. Simply stated, like night and day. Brian is professional, sends proper quotes and adheres to his commitment. His report was extensive, pictures of every aspect of the car were clear and accurate with the description. His cost was extremely fair. The dealer I purchased the car from said to me he has never seen someone take the time Brian took to go through the car. Its a pleasure to write this. I bought the car and it is being shipped to Germany next week. I give Brian 5 Stars out of 5.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Josh in Texas - 1969 Chevrolet Camaro Pace Car</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">We used Pittsburgh Vehicle PPI for an unrestored Camaro. They did a wonderful job of accurately representing the condition of the car, and for a very reasonable fee, verified the claims made by the seller. They went above and beyond my expectations, including returning my calls after hours. The car purchase was completed based on their confirmation of the seller\'s claims, and upon arrival to Texas, we found the car to be exactly as described by Pittsburgh Vehicle PPI. I would highly recommend Brian and his company to anyone purchasing a vehicle.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Tony in California - 1958 Jaguar XK150</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I had an excellent experience with Brian at PVPPI in the evaluation of the condition of a vintage Jaguar. Brian was attentive and timely in all of our dealings on the car, and provided a detailed and objective report with many pictures which were invaluable.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Alan in Illinois - 1970 Dodge Challenger R/T</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">Thank you for your professionalism and thorough inspection of a vehicle I had considered buying. Your inspection revealed several flaws that were not disclosed by the seller and additional red flags were raised by your point by point analysis. Your service saved me from what would likely have been a very disappointing purchase.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Earl in Nevada - 1957 Chevrolet Bel Air</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">After locating a 1957 Chevy for sale in Pittsburgh I contacted PVPPI for a pre-purchase inspection.&nbsp; Brian wasted no time in contacting the owner and inspecting the vehicle.&nbsp; Using the 84 pictures he took, we had a very thorough discussion of the condition of the vehicle.&nbsp; Having an inspection is a must, and I\'m glad I found a trustworthy professional like Brian at to do it for me.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Robert in Virginia - 1971 Oldsmobile Cutlass</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I was looking to purchase a car in Pittsburgh but my schedule did not allow me the opportunity to inspect the car.&nbsp; I saw Brian\'s website and he was actually pretty close to where the vehicle was located.&nbsp; He did a great job and he actually helped me save a lot of money. I would definitely recommend his services.&nbsp; Once he does the report and takes the pictures, you can call him and he will go through the report with you. Pay him and save thousands.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Qasim in New York - 2010 Audi R8</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Living in New York and finding my dream car in Pittsburgh was how it all began when I started searching for the perfect Audi R8. When I finally found it, I needed to make sure it was thoroughly reviewed, inspected, and driven by an expert with extensive experience prior to finalizing the deal. Since I was not local to the area, I definitely required a used car inspection. Originally I tried to contact other online services that claim to offer PPI (Pre Purchase Inspections), however they gave me the run around, and took my credit card payment right away without even setting up a punctual appointment time and clearly stated I would not be able to speak to the inspector, nor would they provide the credentials and experience of the inspector which made me very worried. Eventually I cancelled their service, and searched for a PPI which was local to the Pittsburgh area. I immediately came across the Pittsburgh Vehicle PPI website and contacted the owner Brian. I explained my situation and he was able to accommodate my particular needs and carry out a full inspection with photos within less than 24 hours time. Also included was a complete worksheet indicating what exactly was inspected and the condition of each inspected item. My particular vehicle was a Certified Pre-Owned Exotic Car. In addition to this service he actually goes over the inspection verbally with you, so that you are fully aware of the cars condition. You have the opportunity to ask any and all questions you wish to do so at this time. His services definitely gave me the peace of mind I needed before buying a car over the phone I had not even seen. After having the car for about a month now, I definitely think the best investment I made was to hire Brian to look at the vehicle before I purchased it. In fact I flew in from NYC to pick up the car and drive it back. When I got to the dealer, I wrote the check and drove out, with full confidence knowing that Brian had already thoroughly inspected the vehicle. This service is strongly recommended without reservation. Thanks Brian.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Testimonials','','inherit','closed','closed','','179-revision-v1','','','2018-05-25 00:10:35','2018-05-25 00:10:35','',179,'http://bg2017.pvppi.com/179-revision-v1/',0,'revision','',0),(435,1,'2018-05-25 00:13:35','2018-05-25 00:13:35','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">&nbsp;<img class=\"aligncenter wp-image-434 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/faq.jpg\" alt=\"\" width=\"647\" height=\"112\"></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you perform the inspection where the car is located?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, we are a mobile PPI service and we always travel to where the vehicle is located. That is the benefit of the service and makes it more convenient for the buyer and the seller.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: What is your turnaround time and when do I received the report and photos?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We have a very fast turnaround time, in most cases 24 to 72 hours, depending on the day of the week and schedule. You will receive the report and photos on the same day as the inspection via email, or you can have it mailed USPS if preferred.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How are your services different or better than CarFax or AutoCheck?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Those services are essentially a background check for 1981 and newer automobiles using the Vehicle Identification Number. It can inform you how many owners, accidents reported, odometer issues, flood damage, fleet use, or other adverse events. While we recommend obtaining a vehicle history report on the automobile you are interested in buying because it can provide important information about its history, it cannot be relied upon 100% because it doesn\'t inform you of the current condition and the reports often have errors because accidents are not always reported.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you tell me the value of the car or do an appraisal?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Our inspection is an overall condition evaluation service and can provide insight on market value when used with price guides. If you need an appraisal, that requires additional research and that service can be added on.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: This is my first time buying (selling) an old car and don\'t know what to do, can you help?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Absolutely, we offer consultation services and we\'ll try to assist you any way we can.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you offer PA State Inspection or repair services?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Sorry, we are a mobile third party inspection service only. You will have to take your vehicle to an auto repair facility near you that offers annual PA State Safety Inspection and repair services.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How long does the PPI take?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: The on-site vehicle inspection takes approximately 90 minutes to perform, but the total time invested is 6 hours on average.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you put the car on a lift or remove the wheels?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Since we are a mobile service we are unable to put the car on a lift and we cannot pull the wheels due to the liability incurred with the removal of components. We specialize in third party inspections and are able to thoroughly inspect the functionality and condition of the automobile, which includes an undercarriage inspection with the vehicle on the ground.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you recommend any good dealers?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We are unbiased and cannot endorse auto dealerships. Every automobile is different and needs to be evaluated individually regardless who is selling it. Any reputable seller would welcome and encourage an inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: I need specific items checked on a vehicle, can you do that?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, while we offer a strict inspection procedure for every vehicle we understand there are certain circumstances that require special attention. Special requests are welcome and we will try to accommodate you as best as possible.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Does your service offer a warranty or guarantee?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: No, our service is not a warranty or guarantee. While we make every effort to find every defect of the vehicle, we cannot possibly see every flaw. We cannot visually inspect internal components within the drive-train and other hidden areas, therefore we cannot see some potential or impending failures. The vehicle could also have intermittent issues that were not revealed at the time of the inspection and any vehicle can malfunction at any time. The purpose of our service is to provide you with an unbiased inspection report based on what we see at the time of the inspection, and with that information you are able to make a more informed buying decision, thus eliminating most of the risk associated with buying an older vehicle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','inherit','closed','closed','','161-revision-v1','','','2018-05-25 00:13:35','2018-05-25 00:13:35','',161,'http://bg2017.pvppi.com/161-revision-v1/',0,'revision','',0),(436,1,'2018-05-25 01:53:23','2018-05-25 01:53:23','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-434 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/faq.jpg\" alt=\"\" width=\"647\" height=\"112\"></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you perform the inspection where the car is located?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, we are a mobile PPI service and we always travel to where the vehicle is located. That is the benefit of the service and makes it more convenient for the buyer and the seller.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: What is your turnaround time and when do I received the report and photos?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We have a very fast turnaround time, in most cases 24 to 72 hours, depending on the day of the week and schedule. You will receive the report and photos on the same day as the inspection via email, or you can have it mailed USPS if preferred.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How are your services different or better than CarFax or AutoCheck?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Those services are essentially a background check for 1981 and newer automobiles using the Vehicle Identification Number. It can inform you how many owners, accidents reported, odometer issues, flood damage, fleet use, or other adverse events. While we recommend obtaining a vehicle history report on the automobile you are interested in buying because it can provide important information about its history, it cannot be relied upon 100% because it doesn\'t inform you of the current condition and the reports often have errors because accidents are not always reported.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you tell me the value of the car or do an appraisal?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Our inspection is an overall condition evaluation service and can provide insight on market value when used with price guides. If you need an appraisal, that requires additional research and that service can be added on.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: This is my first time buying (selling) an old car and don\'t know what to do, can you help?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Absolutely, we offer consultation services and we\'ll try to assist you any way we can.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you offer PA State Inspection or repair services?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Sorry, we are a mobile third party inspection service only. You will have to take your vehicle to an auto repair facility near you that offers annual PA State Safety Inspection and repair services.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How long does the PPI take?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: The on-site vehicle inspection takes approximately 90 minutes to perform, but the total time invested is 6 hours on average.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you put the car on a lift or remove the wheels?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Since we are a mobile service we are unable to put the car on a lift and we cannot pull the wheels due to the liability incurred with the removal of components. We specialize in third party inspections and are able to thoroughly inspect the functionality and condition of the automobile, which includes an undercarriage inspection with the vehicle on the ground.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you recommend any good dealers?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We are unbiased and cannot endorse auto dealerships. Every automobile is different and needs to be evaluated individually regardless who is selling it. Any reputable seller would welcome and encourage an inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: I need specific items checked on a vehicle, can you do that?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, while we offer a strict inspection procedure for every vehicle we understand there are certain circumstances that require special attention. Special requests are welcome and we will try to accommodate you as best as possible.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Does your service offer a warranty or guarantee?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: No, our service is not a warranty or guarantee. While we make every effort to find every defect of the vehicle, we cannot possibly see every flaw. We cannot visually inspect internal components within the drive-train and other hidden areas, therefore we cannot see some potential or impending failures. The vehicle could also have intermittent issues that were not revealed at the time of the inspection and any vehicle can malfunction at any time. The purpose of our service is to provide you with an unbiased inspection report based on what we see at the time of the inspection, and with that information you are able to make a more informed buying decision, thus eliminating most of the risk associated with buying an older vehicle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','inherit','closed','closed','','161-revision-v1','','','2018-05-25 01:53:23','2018-05-25 01:53:23','',161,'http://bg2017.pvppi.com/161-revision-v1/',0,'revision','',0),(439,1,'2018-05-25 02:13:54','2018-05-25 02:13:54','','9cross','','inherit','open','closed','','9cross','','','2018-05-25 02:13:54','2018-05-25 02:13:54','',155,'http://bg2017.pvppi.com/wp-content/uploads/2018/05/9cross.jpg',0,'attachment','image/jpeg',0),(440,1,'2018-05-25 02:15:43','2018-05-25 02:15:43','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, and specialty vehicles are purchased over long distances. Sometimes the buyer never sees the car in-person and has it transported, other times investing time and money traveling to trailer it themselves. This is where a PPI (Pre Purchase Inspection) becomes invaluable. With over three decades experience in the automotive industry as a professional and enthusiast I use that knowledge to offer an independent inspection, appraisal and consultation service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>36 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer</strong><strong>\r\n</strong></li>\r\n 	<li><strong>Antique Classic Restoration</strong><strong>\r\n</strong></li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignleft wp-image-439 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/9cross.jpg\" alt=\"\" width=\"188\" height=\"250\"></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business providing the highest quality service and best customer care. We are looking out for your best interest whether you are buying or selling, so we take great pride in our service and appreciate your business. That is why we are the preferred choice in the Western Pennsylvania Region.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-25 02:15:43','2018-05-25 02:15:43','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(441,1,'2018-05-25 02:19:49','2018-05-25 02:19:49','<div class=\"boldgrid-section\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 7px;\">\r\n<div class=\"col-md-10 col-sm-8 col-xs-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is centrally located just 7 miles north of downtown Pittsburgh, PA.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Hours of operation are 7am to 7pm EST Monday through Friday, closed weekends and holidays.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please call or email us below to schedule an inspection or with any questions that you have, thank you.</p>\r\n[ninja_forms id=\"6\"]\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-12\">\r\n<h3 class=\"color3-color\" style=\"text-align: center;\" data-removal-key=\"phone-number\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\" style=\"font-size: 22px; text-align: center;\" data-if-removed=\"key\" data-removal-key=\"phone-number\">412-638-0641</p>\r\n<p class=\"\" style=\"font-size: 20px;\" data-if-removed=\"key\" data-removal-key=\"phone-number\"><img class=\"size-full wp-image-382 aligncenter\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/owner-2.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','183-revision-v1','','','2018-05-25 02:19:49','2018-05-25 02:19:49','',183,'http://bg2017.pvppi.com/183-revision-v1/',0,'revision','',0),(442,1,'2018-05-25 02:39:49','2018-05-25 02:39:49','<div class=\"boldgrid-section background-delta color1-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<h2 class=\"bg-text-fx bg-text-fx-retro\" style=\"text-align: center; font-family: Audiowide; font-size: 33px; color: #d90209;\" data-font-family=\"Audiowide\"><em>Pittsburgh Vehicle Pre-Purchase Inspections</em></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-348 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvppi-at-pvgp.jpg\" alt=\"Pittsburgh Vehicle PPI tent at the PVGP\" width=\"1050\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 92px;\">\r\n<div class=\"col-md-12 col-sm-6 col-xs-12\">\r\n<div style=\"padding: 1.5em 2em; margin-top: 20px; margin-bottom: 20px;\" class=\"bg-box bg-box-rounded-bottom-right bg-box-rounded-top-left color2-text-default color2-background-color\">\r\n<p class=\"\" style=\"font-size: 18px;\">Welcome to the home of Western Pennsylvania\'s favorite mobile auto inspection, appraisal and consultation services. Buying or selling any antique, classic, or specialty vehicle can be stressful. We can minimize risk and give you the peace of mind you are looking for.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">The service we provide thoroughly examines the automobile inside and out to evaluate its current condition. Independent third party inspections are our specialty backed with decades of automotive experience. This gives you the facts about the vehicle in question.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We can save you time and money by uncovering unknown issues, prevent costly repair bills, determine the true market value, arm you with negotiating power, or save you the enormous expense from buying something that might not meet your expectations.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Why buy or sell blindly? We offer professional services for customers all around the world on antique autos, classic cars, and specialty vehicles. If you plan on buying or selling an old car Western PA, Eastern OH, or Northern WV... contact us to learn how we can assist.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please click on additional pages to discover more about Pittsburgh Vehicle PPI and our services...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','150-revision-v1','','','2018-05-25 02:39:49','2018-05-25 02:39:49','',150,'http://bg2017.pvppi.com/150-revision-v1/',0,'revision','',0),(443,1,'2018-05-25 02:44:32','2018-05-25 02:44:32','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, and specialty vehicles are purchased over long distances. Sometimes the buyer never sees the car in-person and has it transported, other times investing time and money traveling to trailer it themselves. This is where a PPI (Pre Purchase Inspection) becomes invaluable. With over three decades experience in the automotive industry as a professional and enthusiast I use that knowledge to offer an independent inspection, appraisal and consultation service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>36 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer</strong><strong>\r\n</strong></li>\r\n 	<li><strong>Antique Classic Restoration</strong><strong>\r\n</strong></li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignleft wp-image-439 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/9cross.jpg\" alt=\"certification\" width=\"188\" height=\"250\"></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business providing the highest quality service and best customer care. We are looking out for your best interest whether you are buying or selling, so we take great pride in our service and appreciate your business. That is why we are the preferred choice in the Western Pennsylvania Region.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-25 02:44:32','2018-05-25 02:44:32','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(444,1,'2018-05-25 02:48:50','2018-05-25 02:48:50','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-430 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/service-area.jpg\" alt=\"Western Pennsylvania and Eastern Ohio mobile auto inspection service coverage map\" width=\"647\" height=\"112\"></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Our service radius is approximately 100 miles from Pittsburgh in all directions covering Western PA, Eastern OH and Northern WV. There are three parts to our inspection analysis; 1) Written Report 2) Quality Photographs 3) Verbal Report. The sum of all three is what gives you a true understanding of the vehicle without misinterpretation, and that is what makes our mobile auto inspection service top-notch.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We check the functionality and condition of the engine, systems, accessories, fluids, belts, tires and more. The interior is carefully looked at top to bottom, everything is checked from dash lights to seat operation. We also canvas the details of hardware, rubber seals, trim, chrome and other cosmetics. A close eye examines the body and paint including a thorough undercarriage inspection. Last but not least, we check known problem areas for that specific make and model plus any special requests you might have.</p>\r\n<p class=\"bg-text-fx bg-text-fx-glow\" style=\"font-size: 18px;\">Results are a detailed written report, 50 to 100 quality photos of the automobile inside and out including undercarriage and close-ups, along with a verbal report explaining everything and answering any questions you have. Customers receive report and photos the same day the inspection is performed. Below are our services and fees, please contact us with the vehicle location address for exact quote...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>Antique, Classic or Specialty Vehicle Inspection = $250 (includes 50 miles, $1 per mile after)</strong></li>\r\n 	<li><strong>Appraisal / Market Valuation = $300 (includes in-depth inspection)</strong></li>\r\n 	<li><strong>Consultation = $50 Per Hour (one hour minimum)</strong></li>\r\n 	<li><strong>Vehicle Locator Services = $ (inquire)</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">* Discounts available for evaluating multiple vehicles at the same time and location.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Services','','inherit','closed','closed','','167-revision-v1','','','2018-05-25 02:48:50','2018-05-25 02:48:50','',167,'http://bg2017.pvppi.com/167-revision-v1/',0,'revision','',0),(445,1,'2018-05-25 02:50:03','2018-05-25 02:50:03','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, and specialty vehicles are purchased over long distances. Sometimes the buyer never sees the car in-person and has it transported, other times investing time and money traveling to trailer it themselves. This is where a PPI (Pre Purchase Inspection) becomes invaluable. With over three decades experience in the automotive industry as a professional and enthusiast I use that knowledge to offer an independent inspection, appraisal and consultation service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>36 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer</strong><strong>\r\n</strong></li>\r\n 	<li><strong>Antique Classic Restoration</strong><strong>\r\n</strong></li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignleft wp-image-439 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/9cross.jpg\" alt=\"Certification\" width=\"188\" height=\"250\"></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business providing the highest quality service and best customer care. We are looking out for your best interest whether you are buying or selling, so we take great pride in our service and appreciate your business. That is why we are the preferred choice in the Western Pennsylvania Region.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-25 02:50:03','2018-05-25 02:50:03','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(446,1,'2018-05-25 02:54:19','2018-05-25 02:54:19','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, and specialty vehicles are purchased over long distances. Sometimes the buyer never sees the car in-person and has it transported, other times investing time and money traveling to trailer it themselves. This is where a PPI (Pre Purchase Inspection) becomes invaluable. With over three decades experience in the automotive industry as a professional and enthusiast I use that knowledge to offer an independent inspection, appraisal and consultation service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>36 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer</strong><strong>\r\n</strong></li>\r\n 	<li><strong>Antique Classic Restoration</strong><strong>\r\n</strong></li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignleft wp-image-439 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/9cross.jpg\" alt=\"Certification\" width=\"188\" height=\"250\"></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business providing an honorable service with quality customer care. We are looking out for your best interest whether you are buying or selling that special automobile, so we take great pride in our service and appreciate your business. That is why we are the preferred choice in the Western Pennsylvania Region.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-25 02:54:19','2018-05-25 02:54:19','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(447,1,'2018-05-25 03:00:58','2018-05-25 03:00:58','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">In today\'s world many antique, classic, and specialty vehicles are purchased over long distances. Sometimes the buyer never sees the car in-person and has it transported, other times investing time and money traveling to trailer it themselves. This is where a PPI (Pre Purchase Inspection) becomes invaluable. With over three decades experience in the automotive industry as a professional and enthusiast I use that knowledge to offer an independent inspection, appraisal and consultation service.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 0px;\">\r\n<div class=\"col-md-4 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h4 class=\"\"><strong>36 Years Experience Includes:</strong></h4>\r\n<ul class=\"\" style=\"font-size: 18px;\">\r\n 	<li><strong>All Manufacturer Technician\r\n</strong></li>\r\n 	<li><strong>Engine Systems Specialist</strong></li>\r\n 	<li><strong>Carburetor Specialist</strong></li>\r\n 	<li><strong>Exotic Car Technician\r\n</strong></li>\r\n 	<li><strong>Body &amp; Paint</strong></li>\r\n 	<li><strong>Interiors &amp; Accessories</strong></li>\r\n 	<li><strong>Detail &amp; Prep\r\n</strong></li>\r\n 	<li><strong>Auction Buyer</strong><strong>\r\n</strong></li>\r\n 	<li><strong>Antique Classic Restoration</strong><strong>\r\n</strong></li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignleft wp-image-439 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/9cross.jpg\" alt=\"Certification\" width=\"188\" height=\"250\"></p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-margin-bottom col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI differs greatly from the national chains. Most national companies sub their work to independent contractors with unknown credentials while you speak to a customer service representative, so you rarely talk with the person who performed the inspection. Our services are much more personable because you speak directly to the inspector before and after the inspection. This provides you with a verbal report in addition to your written report and enables you to ask questions about the vehicle.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">We are an independently owned and operated business providing an honorable service with quality customer care. We are looking out for your best interest whether you are buying or selling that special automobile, therefor we take great pride in helping others and are grateful to be of service. That is why we are the preferred choice for a PPI in the Western Pennsylvania Region.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-space\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gridblock\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','155-revision-v1','','','2018-05-25 03:00:58','2018-05-25 03:00:58','',155,'http://bg2017.pvppi.com/155-revision-v1/',0,'revision','',0),(448,1,'2018-05-25 03:04:14','2018-05-25 03:04:14','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-434 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/faq.jpg\" alt=\"Frequently asked questions about buying classic car and appraisal\" width=\"647\" height=\"112\"></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you perform the inspection where the car is located?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, we are a mobile PPI service and we always travel to where the vehicle is located. That is the benefit of the service and makes it more convenient for the buyer and the seller.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: What is your turnaround time and when do I received the report and photos?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We have a very fast turnaround time, in most cases 24 to 72 hours, depending on the day of the week and schedule. You will receive the report and photos on the same day as the inspection via email, or you can have it mailed USPS if preferred.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How are your services different or better than CarFax or AutoCheck?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Those services are essentially a background check for 1981 and newer automobiles using the Vehicle Identification Number. It can inform you how many owners, accidents reported, odometer issues, flood damage, fleet use, or other adverse events. While we recommend obtaining a vehicle history report on the automobile you are interested in buying because it can provide important information about its history, it cannot be relied upon 100% because it doesn\'t inform you of the current condition and the reports often have errors because accidents are not always reported.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you tell me the value of the car or do an appraisal?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Our inspection is an overall condition evaluation service and can provide insight on market value when used with price guides. If you need an appraisal, that requires additional research and that service can be added on.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: This is my first time buying (selling) an old car and don\'t know what to do, can you help?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Absolutely, we offer consultation services and we\'ll try to assist you any way we can.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you offer PA State Inspection or repair services?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Sorry, we are a mobile third party inspection service only. You will have to take your vehicle to an auto repair facility near you that offers annual PA State Safety Inspection and repair services.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: How long does the PPI take?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: The on-site vehicle inspection takes approximately 90 minutes to perform, but the total time invested is 6 hours on average.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Do you put the car on a lift or remove the wheels?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Since we are a mobile service we are unable to put the car on a lift and we cannot pull the wheels due to the liability incurred with the removal of components. We specialize in third party inspections and are able to thoroughly inspect the functionality and condition of the automobile, which includes an undercarriage inspection with the vehicle on the ground.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Can you recommend any good dealers?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: We are unbiased and cannot endorse auto dealerships. Every automobile is different and needs to be evaluated individually regardless who is selling it. Any reputable seller would welcome and encourage an inspection.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: I need specific items checked on a vehicle, can you do that?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: Yes, while we offer a strict inspection procedure for every vehicle we understand there are certain circumstances that require special attention. Special requests are welcome and we will try to accommodate you as best as possible.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><strong>Q: Does your service offer a warranty or guarantee?</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">A: No, our service is not a warranty or guarantee. While we make every effort to find every defect of the vehicle, we cannot possibly see every flaw. We cannot visually inspect internal components within the drive-train and other hidden areas, therefore we cannot see some potential or impending failures. The vehicle could also have intermittent issues that were not revealed at the time of the inspection and any vehicle can malfunction at any time. The purpose of our service is to provide you with an unbiased inspection report based on what we see at the time of the inspection, and with that information you are able to make a more informed buying decision, thus eliminating most of the risk associated with buying an older vehicle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','FAQ','','inherit','closed','closed','','161-revision-v1','','','2018-05-25 03:04:14','2018-05-25 03:04:14','',161,'http://bg2017.pvppi.com/161-revision-v1/',0,'revision','',0),(449,1,'2018-05-25 03:07:15','2018-05-25 03:07:15','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><img class=\"aligncenter wp-image-432 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/volvo-1800e.jpg\" alt=\"Volvo 1800e inspection testimonial\" width=\"647\" height=\"349\"></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>David in Germany - 1971 Volvo 1800E</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I have worked with 6 companies to inspect 7 vintage cars I purchased and not one compares to Pittsburgh Vehicle PPI. Brian spent time with me on the phone to review every detail to make certain I understood his service versus others. My initial thought was how different can the service really be. Simply stated, like night and day. Brian is professional, sends proper quotes and adheres to his commitment. His report was extensive, pictures of every aspect of the car were clear and accurate with the description. His cost was extremely fair. The dealer I purchased the car from said to me he has never seen someone take the time Brian took to go through the car. Its a pleasure to write this. I bought the car and it is being shipped to Germany next week. I give Brian 5 Stars out of 5.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Josh in Texas - 1969 Chevrolet Camaro Pace Car</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">We used Pittsburgh Vehicle PPI for an unrestored Camaro. They did a wonderful job of accurately representing the condition of the car, and for a very reasonable fee, verified the claims made by the seller. They went above and beyond my expectations, including returning my calls after hours. The car purchase was completed based on their confirmation of the seller\'s claims, and upon arrival to Texas, we found the car to be exactly as described by Pittsburgh Vehicle PPI. I would highly recommend Brian and his company to anyone purchasing a vehicle.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Tony in California - 1958 Jaguar XK150</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I had an excellent experience with Brian at PVPPI in the evaluation of the condition of a vintage Jaguar. Brian was attentive and timely in all of our dealings on the car, and provided a detailed and objective report with many pictures which were invaluable.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Alan in Illinois - 1970 Dodge Challenger R/T</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">Thank you for your professionalism and thorough inspection of a vehicle I had considered buying. Your inspection revealed several flaws that were not disclosed by the seller and additional red flags were raised by your point by point analysis. Your service saved me from what would likely have been a very disappointing purchase.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Earl in Nevada - 1957 Chevrolet Bel Air</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">After locating a 1957 Chevy for sale in Pittsburgh I contacted PVPPI for a pre-purchase inspection.&nbsp; Brian wasted no time in contacting the owner and inspecting the vehicle.&nbsp; Using the 84 pictures he took, we had a very thorough discussion of the condition of the vehicle.&nbsp; Having an inspection is a must, and I\'m glad I found a trustworthy professional like Brian at to do it for me.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Robert in Virginia - 1971 Oldsmobile Cutlass</strong></p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\">I was looking to purchase a car in Pittsburgh but my schedule did not allow me the opportunity to inspect the car.&nbsp; I saw Brian\'s website and he was actually pretty close to where the vehicle was located.&nbsp; He did a great job and he actually helped me save a lot of money. I would definitely recommend his services.&nbsp; Once he does the report and takes the pictures, you can call him and he will go through the report with you. Pay him and save thousands.</p>\r\n<p class=\"\" style=\"text-align: center; font-size: 18px;\"><strong>Qasim in New York - 2010 Audi R8</strong></p>\r\n<p class=\"\" style=\"font-size: 18px;\">Living in New York and finding my dream car in Pittsburgh was how it all began when I started searching for the perfect Audi R8. When I finally found it, I needed to make sure it was thoroughly reviewed, inspected, and driven by an expert with extensive experience prior to finalizing the deal. Since I was not local to the area, I definitely required a used car inspection. Originally I tried to contact other online services that claim to offer PPI (Pre Purchase Inspections), however they gave me the run around, and took my credit card payment right away without even setting up a punctual appointment time and clearly stated I would not be able to speak to the inspector, nor would they provide the credentials and experience of the inspector which made me very worried. Eventually I cancelled their service, and searched for a PPI which was local to the Pittsburgh area. I immediately came across the Pittsburgh Vehicle PPI website and contacted the owner Brian. I explained my situation and he was able to accommodate my particular needs and carry out a full inspection with photos within less than 24 hours time. Also included was a complete worksheet indicating what exactly was inspected and the condition of each inspected item. My particular vehicle was a Certified Pre-Owned Exotic Car. In addition to this service he actually goes over the inspection verbally with you, so that you are fully aware of the cars condition. You have the opportunity to ask any and all questions you wish to do so at this time. His services definitely gave me the peace of mind I needed before buying a car over the phone I had not even seen. After having the car for about a month now, I definitely think the best investment I made was to hire Brian to look at the vehicle before I purchased it. In fact I flew in from NYC to pick up the car and drive it back. When I got to the dealer, I wrote the check and drove out, with full confidence knowing that Brian had already thoroughly inspected the vehicle. This service is strongly recommended without reservation. Thanks Brian.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Testimonials','','inherit','closed','closed','','179-revision-v1','','','2018-05-25 03:07:15','2018-05-25 03:07:15','',179,'http://bg2017.pvppi.com/179-revision-v1/',0,'revision','',0),(450,1,'2018-05-25 03:13:57','2018-05-25 03:13:57','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">The southwestern Pennsylvania region has hundreds of car show and car cruise community events. They are a great way for people to get together and support the cause. Below is a short list of a few local events, one weekly and others annually, some of which have been growing for decades. Pittsburgh Vehicle PPI is a proud supporter of these events and we hope to see you there.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-363 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/starlite-car-cruise.jpg\" alt=\"Victory Family Church Car Cruise in Cranberry Twp, PA\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Victory Church Car Cruise (Cranberry Twp, PA) Every Friday May 25 to Sept 7, 2018 (5pm-9pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located at Victory Family Church in Cranberry Twp, PA, this popular weekly event is one of the largest weekly cruises in the region averaging 1000 cars per week. It\'s held every Friday from Memorial Day weekend to the Friday after Labor Day weekend. There are food vendors, DJ, children activities, prizes and more. Visit the<a href=\"https://victorycarcruise.com/\" target=\"_blank\" rel=\"noopener noreferrer\"> Victory Car Cruise </a>website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-364 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/avalon-apple-blossom-festival.jpg\" alt=\"Apple Blossom Festival Car Show in Avalon, PA\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Apple Blossom Festival Car Cruise (Avalon, PA) Saturday May 12, 2018 (11am-4pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in the North Boro of Avalon just a few miles from the City of Pittsburgh, this quaint main street cruise kicks off the summer cruising season in May. There is a Pancake Breakfast 8:30AM-11:30AM in Trinity Social Hall, street festival with 40 vendors, live entertainment, DJ, food prepared by the church, pie eating contest, and a large Chinese Auction. Trophies and cash prizes for 1st, 2nd, and 3rd Place. Visit the<a href=\"http://www.boroughofavalon.org/\" target=\"_blank\" rel=\"noopener noreferrer\"> Avalon Borough </a>website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"aligncenter wp-image-365 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/cruise-a-palooza.jpg\" alt=\"Cruise-a-Palooza Car Cruise Map in Butler, PA\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Cruise-a-Palooza Car Cruise (Butler, PA) Saturday June 23, 2018 (11am-9pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">New location! This popular annual event was previously held in Downtown Butler and has been moved to the Butler Farm Show Grounds. Just like previous years, thousands of classic and antique cars will be there in addition to live entertainment, vendors, multiple DJ\'s, plenty of food, Chinese Auction and a big 50/50. Visit the <a href=\"https://www.visitbutlercounty.com/events/29131-m/24th-annual-cruise-palooza\" target=\"_blank\" rel=\"noopener noreferrer\">Butler County Events</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-367 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pittsburgh-vintage-grand-prix.jpg\" alt=\"Pittsburgh Vintage Grand Prix Car Show aerial view\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Vintage Grand Prix Car Show (Pittsburgh, PA) Sat &amp; Sun, July 14 &amp; 15, 2018 (9am-5pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Schenley Park, the Pittsburgh Vintage Grand Prix is a world-class auto event. This is America’s largest vintage auto racing event with over 200,000 people attending and the only one run on public streets. The entire 10-day celebration of events is run by more than 1000 volunteers to benefit the Autism Society and the Allegheny Valley School. The International Car Show takes place on the Bob O\'Conner Golf Course surrounding the races through Schenley Park. This is a non-judged show where the fairways are lined with thousands of classic and antique cars which are organized by country and manufacturer. Established in 1983, it has grown into one of the nicest vintage auto events in the entire country. Visit the <a href=\"http://www.pvgp.org\" target=\"_blank\" rel=\"noopener noreferrer\">PVGP</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-368 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/beaver-hot-summer-nights.jpg\" alt=\"Hot Summer Nights Car Cruise in Beaver, PA\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Hot Summer Nights Car Cruise (Beaver, PA) Saturday August 4, 2018 (9am-9pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in beautiful historic Downtown Beaver, this is the Super Bowl of car cruises in Western PA and Eastern OH. It is nationally recognized as one of the Top-10 Car Cruises in the nation with 4000 cars and 40,000 people attending. The well manicured main street and a beautiful park make for a great setting. Visit the <a href=\"http://beaverareachamber.com/events/hot-summer-nights-car-cruise/\" target=\"_blank\" rel=\"noopener noreferrer\">Beaver Events</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-369 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/penn-twp-festival.jpg\" alt=\"Fall Festival Car Show in Penn Twp, PA\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Fall Festival Car Show (Penn Twp, PA) Saturday September 22, 2018 (12pm-4pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Harrison City the annual Penn Township Fall Festival is a fall favorite. It is packed with carnival rides, games, parade, food, entertainment, vendors crafts, fireworks, and more. Visit the <a href=\"http://penntownshipfallfestival.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Penn Township Fall Festival</a> website for more info.</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><img class=\"aligncenter wp-image-370 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/franklin-apple-festival.jpg\" alt=\"Franklin Applefest Car Show aerial view\" width=\"647\" height=\"224\"></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\"><strong>Applefest Car Show (Franklin, PA) Sunday October 7, 2018 (9am-5pm)</strong></p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">Located in Victorian Downtown Franklin, PA, this antique &amp; classic car show is a great season ending finale. The cars fill the streets and 300 arts &amp; crafts vendors fill the park. Approximately 50,000 people attend this festival that features a giant arts and crafts fair, a beer fest, wagon rides, kids korner, farmers market, live entertainment and plenty of food. Visit the <a href=\"http://www.franklinapplefest.com\" target=\"_blank\" rel=\"noopener noreferrer\">Franklin Applefest</a> website for more info.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community','','inherit','closed','closed','','173-revision-v1','','','2018-05-25 03:13:57','2018-05-25 03:13:57','',173,'http://bg2017.pvppi.com/173-revision-v1/',0,'revision','',0),(452,1,'2018-05-25 03:20:38','2018-05-25 03:20:38','<div class=\"boldgrid-section\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px; text-align: left;\"><img class=\"alignnone wp-image-379 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvgp-logo.jpg\" alt=\"Pittsburgh Vintage Grand Prix Logo\" width=\"66\" height=\"66\">&nbsp;PVPPI is a Proud Supporter of the <a href=\"http://www.pvgp.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh Vintage Grand Prix</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-380 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pitt-race-logo.jpg\" alt=\"Pittsburgh International Race Complex logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"http://pittrace.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh International Race Complex</a> and Driver Training Facility</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-386 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/hemmings-logo.jpg\" alt=\"Hemmings Motor News logo\" width=\"66\" height=\"66\">&nbsp;Largest and oldest specialty auto trading publication is <a href=\"https://www.hemmings.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Hemmings</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-387 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/CCMR-logo.jpg\" alt=\"Collector Car Market Review logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"http://www.collectorcarmarket.com/makes.html\" target=\"_blank\" rel=\"noopener noreferrer\">Collector Car Market Review</a> is a classic and antique market guide</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-388 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/sunday-transport.jpg\" alt=\"Thomas C. Sunday logo\" width=\"66\" height=\"66\">&nbsp;Enclosed auto transportation services provided by <a href=\"http://www.sundayautotransport.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thomas Sunday</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-389 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/old-ride-logo.jpg\" alt=\"Old Ride logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.oldride.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Old Ride</a> is a classic car resource guide and specialty marketplace</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-390 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fossil-cars-logo.jpg\" alt=\"Fossil Cars logo\" width=\"66\" height=\"66\">&nbsp;Another classic car resource and services guide is at <a href=\"http://www.fossilcars.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Fossil Cars</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-391 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/blackstone-labs-logo.jpg\" alt=\"Blackstone Laboratories logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.blackstone-labs.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Blackstone Laboratories</a> offers an easy-to-use oil analysis program</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-392 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pa-trooper-logo.jpg\" alt=\"Pennsylvania State Tropper logo\" width=\"66\" height=\"66\">&nbsp;Motor Vehicle Fraud Investigation with the <a href=\"http://www.psp.pa.gov/contact/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Pennsylvania State Police</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-393 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/nhtsa-logo.jpg\" alt=\"NHTSA logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.nhtsa.gov/recalls\" target=\"_blank\" rel=\"noopener noreferrer\">NHTSA</a> Motor Vehicle Recalls from Office of Defects Investigation</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-394 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/penndot_logo.jpg\" alt=\"PennDOT logo\" width=\"66\" height=\"64\">&nbsp;Driver and Vehicle Information at <a href=\"http://www.dmv.pa.gov/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">PA Department of Transportation</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Links','','inherit','closed','closed','','175-revision-v1','','','2018-05-25 03:20:38','2018-05-25 03:20:38','',175,'http://bg2017.pvppi.com/175-revision-v1/',0,'revision','',0),(451,1,'2018-05-25 03:19:57','2018-05-25 03:19:57','<div class=\"boldgrid-section\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-size: 18px; text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 18px; text-align: left;\"><img class=\"alignnone wp-image-379 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pvgp-logo.jpg\" alt=\"Pittsburgh Vintage Grand Prix Logo\" width=\"66\" height=\"66\">&nbsp;PVPPI is a Proud Supporter of the <a href=\"http://www.pvgp.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh Vintage Grand Prix</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-380 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pitt-race-logo.jpg\" alt=\"Pittsburgh International Race Complex logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"http://pittrace.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Pittsburgh International Race Complex</a> and Driver Training Facility</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-386 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/hemmings-logo.jpg\" alt=\"Hemmings Motor News logo\" width=\"66\" height=\"66\">&nbsp;Largest and oldest specialty auto trading publication is <a href=\"https://www.hemmings.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Hemmings</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-387 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/CCMR-logo.jpg\" alt=\"Collector Car Market Review logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"http://www.collectorcarmarket.com/makes.html\" target=\"_blank\" rel=\"noopener noreferrer\">Collector Car Market Review</a> is a classic and antique market guide</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-388 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/sunday-transport.jpg\" alt=\"Thomas C. Sunday logo\" width=\"66\" height=\"66\">&nbsp;Enclosed auto transportation services provided by <a href=\"http://www.sundayautotransport.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thomas Sunday</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-389 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/old-ride-logo.jpg\" alt=\"Old Ride logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.oldride.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Old Ride</a> is a classic car resource guide and specialty marketplace</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-390 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/fossil-cars-logo.jpg\" alt=\"Fossil Cars logo\" width=\"66\" height=\"66\">&nbsp;Another classic car resource and services guide is at <a href=\"http://www.fossilcars.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Fossil Cars</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-391 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/blackstone-labs-logo.jpg\" alt=\"Blackstone Laboratories logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.blackstone-labs.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Blackstone Laboratories</a> offers an easy-to-use oil analysis program</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-392 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/pa-trooper-logo.jpg\" alt=\"Pennsylvania State Tropper logo\" width=\"66\" height=\"66\">&nbsp;Motor Vehicle Fraud Investigation with the <a href=\"http://www.psp.pa.gov/contact/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Pennsylvania State Police</a></p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-393 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/nhtsa-logo.jpg\" alt=\"NHTSA logo\" width=\"66\" height=\"66\">&nbsp;<a href=\"https://www.nhtsa.gov/recalls\" target=\"_blank\" rel=\"noopener noreferrer\">NHTSA</a> Motor Vehicle Recalls from Office of Defects Investigation</p>\r\n<p class=\"\" style=\"font-size: 18px;\"><img class=\"alignnone wp-image-394 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/penndot_logo.jpg\" alt=\"PennDOT logo\" width=\"66\" height=\"64\">&nbsp;Driver and Vehicle Information at <a href=\"http://www.dmv.pa.gov/Pages/default.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">PA Department of Transportation</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Links','','inherit','closed','closed','','175-revision-v1','','','2018-05-25 03:19:57','2018-05-25 03:19:57','',175,'http://bg2017.pvppi.com/175-revision-v1/',0,'revision','',0),(453,1,'2018-05-25 03:22:00','2018-05-25 03:22:00','<div class=\"boldgrid-section\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 7px;\">\r\n<div class=\"col-md-10 col-sm-8 col-xs-12\">\r\n<p class=\"\" style=\"font-size: 18px;\">Pittsburgh Vehicle PPI is centrally located just 7 miles north of downtown Pittsburgh, PA.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Hours of operation are 7am to 7pm EST Monday through Friday, closed weekends and holidays.</p>\r\n<p class=\"\" style=\"font-size: 18px;\">Please call or email us below to schedule an inspection or with any questions that you have, thank you.</p>\r\n[ninja_forms id=\"6\"]\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-12\">\r\n<h3 class=\"color3-color\" style=\"text-align: center;\" data-removal-key=\"phone-number\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i>&nbsp; Phone</h3>\r\n<p class=\"\" style=\"font-size: 22px; text-align: center;\" data-if-removed=\"key\" data-removal-key=\"phone-number\">412-638-0641</p>\r\n<p class=\"\" style=\"font-size: 20px;\" data-if-removed=\"key\" data-removal-key=\"phone-number\"><img class=\"aligncenter wp-image-382 size-full\" src=\"http://bg2017.pvppi.com/wp-content/uploads/2018/05/owner-2.jpg\" alt=\"Inspector\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','183-revision-v1','','','2018-05-25 03:22:00','2018-05-25 03:22:00','',183,'http://bg2017.pvppi.com/183-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wp6x_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_term_relationships`
--

DROP TABLE IF EXISTS `wp6x_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_term_relationships`
--

LOCK TABLES `wp6x_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp6x_term_relationships` DISABLE KEYS */;
INSERT INTO `wp6x_term_relationships` VALUES (57,5,0),(174,8,0),(61,5,0),(60,5,0),(59,5,0),(58,5,0),(46,4,0),(44,4,0),(42,4,0),(172,8,0),(170,8,0),(156,8,0),(154,1,0),(153,1,0),(152,1,0),(151,8,0),(168,8,0),(166,8,0),(164,8,0),(162,8,0),(160,8,0),(158,8,0),(176,8,0),(178,8,0),(180,8,0),(182,8,0),(184,8,0),(290,9,0),(291,9,0),(292,9,0),(293,9,0),(294,9,0);
/*!40000 ALTER TABLE `wp6x_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_term_taxonomy`
--

DROP TABLE IF EXISTS `wp6x_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_term_taxonomy`
--

LOCK TABLES `wp6x_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp6x_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp6x_term_taxonomy` VALUES (1,1,'category','',0,3),(5,5,'nav_menu','',0,5),(4,4,'nav_menu','',0,3),(9,9,'nav_menu','',0,5),(8,8,'nav_menu','',0,8);
/*!40000 ALTER TABLE `wp6x_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_termmeta`
--

DROP TABLE IF EXISTS `wp6x_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_termmeta`
--

LOCK TABLES `wp6x_termmeta` WRITE;
/*!40000 ALTER TABLE `wp6x_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp6x_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_terms`
--

DROP TABLE IF EXISTS `wp6x_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_terms`
--

LOCK TABLES `wp6x_terms` WRITE;
/*!40000 ALTER TABLE `wp6x_terms` DISABLE KEYS */;
INSERT INTO `wp6x_terms` VALUES (1,'Uncategorized','uncategorized',0),(5,'Social Media','social-media',0),(4,'primary','primary',0),(9,'Social Media-staging','social-media-staging',0),(8,'primary-2','primary-3',0);
/*!40000 ALTER TABLE `wp6x_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_usermeta`
--

DROP TABLE IF EXISTS `wp6x_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_usermeta`
--

LOCK TABLES `wp6x_usermeta` WRITE;
/*!40000 ALTER TABLE `wp6x_usermeta` DISABLE KEYS */;
INSERT INTO `wp6x_usermeta` VALUES (1,1,'nickname','pvppic5bg'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wp6x_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp6x_user_level','10'),(13,1,'dismissed_wp_pointers','wp410_dfw,wp496_privacy'),(14,1,'show_welcome_panel','1'),(29,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"108.32.26.0\";}'),(16,1,'wp6x_dashboard_quick_press_last_post_id','130'),(17,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:10:\"title-attr\";}'),(18,1,'first_login','2016-12-15 17:19:54'),(19,1,'last_login','2018-05-25 11:45:09'),(20,1,'default_password_nag',''),(21,1,'closedpostboxes_page','a:0:{}'),(22,1,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(23,1,'wp6x_user-settings','libraryContent=browse&editor=tinymce&advImgDetails=show'),(24,1,'wp6x_user-settings-time','1527004978');
/*!40000 ALTER TABLE `wp6x_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp6x_users`
--

DROP TABLE IF EXISTS `wp6x_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp6x_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp6x_users`
--

LOCK TABLES `wp6x_users` WRITE;
/*!40000 ALTER TABLE `wp6x_users` DISABLE KEYS */;
INSERT INTO `wp6x_users` VALUES (1,'pvppic5bg','$P$BMpC4BUcSAs1nw40GThLPw2W/hLLUD.','pvppic5bg','pghppi@zoho.com','','2016-12-15 16:00:15','',0,'pvppic5bg');
/*!40000 ALTER TABLE `wp6x_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2018-05-25 17:31:27
