????

Your IP : 216.73.216.174


Current Path : /home/prefinalsyncdbs/
Upload File :
Current File : //home/prefinalsyncdbs/gourmetc_wp.sql

-- MySQL dump 10.16  Distrib 10.1.40-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: gourmetc_wp
-- ------------------------------------------------------
-- Server version	10.1.40-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_commentmeta`
--

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

--
-- Dumping data for table `wp_commentmeta`
--

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

--
-- Table structure for table `wp_comments`
--

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

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2015-10-28 18:09:07','2015-10-28 18:09:07','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_duplicator_packages`
--

DROP TABLE IF EXISTS `wp_duplicator_packages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_duplicator_packages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(250) NOT NULL,
  `hash` varchar(50) NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) NOT NULL,
  `package` mediumblob NOT NULL,
  PRIMARY KEY (`id`),
  KEY `hash` (`hash`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_duplicator_packages`
--

LOCK TABLES `wp_duplicator_packages` WRITE;
/*!40000 ALTER TABLE `wp_duplicator_packages` DISABLE KEYS */;
INSERT INTO `wp_duplicator_packages` VALUES (3,'20170627_wanderfuls','de46add0225831782508170709042718',100,'2017-07-09 04:27:43','admin','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-07-09 04:27:18\";s:7:\"Version\";s:5:\"1.2.8\";s:9:\"VersionWP\";s:3:\"4.8\";s:9:\"VersionDB\";s:6:\"5.6.35\";s:10:\"VersionPHP\";s:6:\"5.6.30\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:3;s:4:\"Name\";s:19:\"20170627_wanderfuls\";s:4:\"Hash\";s:32:\"de46add0225831782508170709042718\";s:8:\"NameHash\";s:52:\"20170627_wanderfuls_de46add0225831782508170709042718\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:47:\"/home/gourmetcandy/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:49:\"http://gourmetcandycenterpieces.com/wp-snapshots/\";s:8:\"ScanFile\";s:62:\"20170627_wanderfuls_de46add0225831782508170709042718_scan.json\";s:7:\"Runtime\";s:11:\"166.33 sec.\";s:7:\"ExeSize\";s:8:\"428.43KB\";s:7:\"ZipSize\";s:6:\"3.95GB\";s:6:\"Status\";N;s:6:\"WPUser\";s:5:\"admin\";s:7:\"Archive\";O:11:\"DUP_Archive\":14:{s:10:\"FilterDirs\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:64:\"20170627_wanderfuls_de46add0225831782508170709042718_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:30:\"/home/gourmetcandy/public_html\";s:4:\"Size\";i:4240858136;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":6:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":4:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":5:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":2:{s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;}s:10:\"\0*\0Package\";r:1;}s:9:\"Installer\";O:13:\"DUP_Installer\":12:{s:4:\"File\";s:66:\"20170627_wanderfuls_de46add0225831782508170709042718_installer.php\";s:4:\"Size\";i:438717;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSSLAdmin\";i:0;s:12:\"OptsSSLLogin\";i:0;s:11:\"OptsCacheWP\";i:0;s:13:\"OptsCachePath\";i:0;s:10:\"OptsURLNew\";s:0:\"\";s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":13:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:7933119;s:4:\"File\";s:65:\"20170627_wanderfuls_de46add0225831782508170709042718_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:28:\"MySQL Community Server (GPL)\";s:10:\"\0*\0Package\";r:1;s:25:\"\0DUP_Database\0dbStorePath\";s:113:\"/home/gourmetcandy/public_html/wp-snapshots/tmp/20170627_wanderfuls_de46add0225831782508170709042718_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}}');
/*!40000 ALTER TABLE `wp_duplicator_packages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

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

--
-- Dumping data for table `wp_links`
--

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

--
-- Table structure for table `wp_options`
--

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

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://gourmetcandycenterpieces.com','yes'),(2,'home','http://gourmetcandycenterpieces.com','yes'),(3,'blogname','Wanderfuls','yes'),(4,'blogdescription','All-In-One... Centerpieces and Favors','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','lz83ny@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:12:{i:0;s:57:\"add-any-extension-to-pages/add-any-extension-to-pages.php\";i:1;s:27:\"backupbuddy/backupbuddy.php\";i:2;s:33:\"duplicate-post/duplicate-post.php\";i:3;s:25:\"duplicator/duplicator.php\";i:4;s:35:\"insert-headers-and-footers/ihaf.php\";i:5;s:27:\"js_composer/js_composer.php\";i:6;s:23:\"revslider/revslider.php\";i:7;s:28:\"taptap-by-bonfire/taptap.php\";i:8;s:73:\"ultimate-wordpress-mobile-redirect/ultimate-wordpress-mobile-redirect.php\";i:9;s:39:\"widget-countdown/wpdevart-countdown.php\";i:10;s:24:\"wordpress-seo/wp-seo.php\";i:11;s:25:\"wp-staging/wp-staging.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:64:\"/home/gourmetcandy/public_html/wp-content/themes/Total/style.css\";i:1;s:69:\"/home/gourmetcandy/public_html/wp-content/themes/wanderfuls/style.css\";i:3;s:68:\"/home/gourmetcandy/public_html/wp-content/themes/Total/functions.php\";i:4;s:65:\"/home/gourmetcandy/public_html/wp-content/themes/Total/footer.php\";i:5;s:65:\"/home/gourmetcandy/public_html/wp-content/themes/Total/header.php\";}','no'),(41,'template','wanderfuls','yes'),(42,'stylesheet','wanderfuls','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','38590','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:3:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1617:\"<div>\r\n<div id=\"social\" style=\"float: left; margin: 10px 0;\">\r\n<div class=\"fb-like fb_iframe_widget\" style=\"height: 20px; float: left; margin-right: 20px;\" data-href=\"//www.facebook.com/Wanderfuls\" data-send=\"false\" data-layout=\"button_count\" data-width=\"450\" data-show-faces=\"false\" data-font=\"arial\"><span style=\"vertical-align: bottom; width: 79px; height: 20px;\"><iframe class=\"\" style=\"border: none; visibility: visible; width: 79px; height: 20px;\" title=\"fb:like Facebook Social Plugin\" src=\"//www.facebook.com/plugins/like.php?app_id=&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FwjDNIDNrTQG.js%3Fversion%3D41%23cb%3Dfb1970aa8%26domain%3Dwww.wanderfuls.com%26origin%3Dhttp%253A%252F%252Fwww.wanderfuls.com%252Ffc5067094%26relation%3Dparent.parent&amp;container_width=160&amp;font=arial&amp;href=https%3A%2F%2Fwww.facebook.com%2FWanderfuls&amp;layout=button_count&amp;locale=en_US&amp;sdk=joey&amp;send=false&amp;show_faces=false&amp;width=450\" name=\"f3036ae8f\" width=\"450px\" height=\"1000px\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"true\"></iframe></span></div>\r\n<a href=\"//www.facebook.com/Wanderfuls\"><img src=\"../images/facebook.png\" alt=\"Follow us on Facebook\" width=\"20\" height=\"20\" /></a>\r\n<a href=\"//twitter.com/wanderfuls\"><img src=\"../images/twitter.png\" alt=\"Follow us on Twitter\" width=\"20\" height=\"20\" /></a>\r\n<a href=\"//www.pinterest.com/wanderfuls/\"><img src=\"../images/pinterest.png\" alt=\"Follow us on Pinterest\" width=\"20\" height=\"20\" /></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"clearfix\"></div>\r\n<div><a class=\"cta-btn\" href=\"../pompoms.html\">Let\'s Create</a></div>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:57:\"add-any-extension-to-pages/add-any-extension-to-pages.php\";s:15:\"aaetp_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','154','yes'),(85,'page_on_front','4','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:142:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:24:\"vc_access_rules_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:10:\"copy_posts\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:44:{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:15:\"wpseo_bulk_edit\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:10:\"copy_posts\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:18:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:13:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop Manager\";s:12:\"capabilities\";a:118:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;}}}','yes'),(91,'_transient_random_seed','977e7c2aae1f67bbca1312eccd0dd058','yes'),(92,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:12:{s:19:\"wp_inactive_widgets\";a:0:{}s:14:\"taptap-widgets\";a:0:{}s:7:\"sidebar\";a:0:{}s:13:\"pages_sidebar\";a:0:{}s:14:\"search_sidebar\";a:0:{}s:20:\"testimonials_sidebar\";a:0:{}s:9:\"side_menu\";a:5:{i:0;s:6:\"text-2\";i:1;s:10:\"nav_menu-2\";i:2;s:10:\"nav_menu-6\";i:3;s:10:\"nav_menu-3\";i:4;s:10:\"nav_menu-4\";}s:10:\"footer_one\";a:1:{i:0;s:10:\"nav_menu-5\";}s:17:\"portfolio_sidebar\";a:0:{}s:13:\"staff_sidebar\";a:0:{}s:18:\"orphaned_widgets_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:13:\"array_version\";i:3;}','yes'),(99,'cron','a:10:{i:1501909863;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1501913349;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_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:1501913350;a:1:{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:1501953063;a:1:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1501956648;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:1501959031;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:1501961701;a:1:{s:27:\"pb_backupbuddy_housekeeping\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1501977600;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1502324343;a:1:{s:18:\"wpseo_onpage_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(101,'current_theme','Wanderfuls','yes'),(102,'woocommerce_meta_box_errors','a:0:{}','yes'),(103,'revslider-update-check-short','1503656261','yes'),(104,'revslider-templates-check','1503656261','yes'),(105,'rs-templates-new','','yes'),(106,'rs-templates','a:2:{s:6:\"slider\";a:172:{i:0;a:20:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:20:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:20:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:20:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:439:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:20:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:20:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:20:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:20:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:20:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:20:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:20:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:440:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:20:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:20:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:20:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:20:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:20:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:20:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:20:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:20:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:20:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:20:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:20:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:20:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:20:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:20:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:346:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:20:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:20:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:20:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:20:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:20:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:20:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:20:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:20:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:20:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:20:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:20:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:630:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:20:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:20:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:20:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:20:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:518:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:20:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:20:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:20:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:323:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:21:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:316:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:44;a:21:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:45;a:20:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:443:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:20:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:20:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:20:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:20:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:20:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:20:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:691:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:20:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:693:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:20:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:532:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:20:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:543:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:20:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:661:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:20:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:20:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:20:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:20:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:20:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:20:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:20:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:20:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:441:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:20:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:21:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:572:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-whiteboard/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:66;a:21:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:516:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:67;a:23:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:23:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:23:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:23:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:23:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:448:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:23:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:23:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:23:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:23:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:23:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:23:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:23:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:23:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:23:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:23:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:23:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:20:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:20:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:21:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:86;a:20:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:23:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:23:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:23:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:24:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:91;a:23:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:23:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:23:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:23:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:20:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:20:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:23:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:23:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:23:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:23:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:23:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:20:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:20:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:21:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:105;a:20:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:426:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-typewriter/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:106;a:20:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:107;a:23:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:108;a:23:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:109;a:23:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:110;a:23:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:111;a:23:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:23:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:23:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:23:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:23:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:23:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:117;a:23:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:118;a:23:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:119;a:23:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:120;a:23:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:121;a:23:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:23:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:23:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:23:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:23:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:568:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:20:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:343:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:127;a:20:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:341:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:128;a:20:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:129;a:20:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:164:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:130;a:20:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:468:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:131;a:20:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:20:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:463:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:20:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:421:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:20:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:135;a:20:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:20:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:352:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:20:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:20:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/filmstrip-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:191:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:20:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:20:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:20:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:20:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:20:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:20:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:23:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:146;a:23:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:147;a:23:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:148;a:23:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:149;a:23:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:150;a:23:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:151;a:23:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:23:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:23:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:154;a:23:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:155;a:23:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:156;a:23:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:157;a:23:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:158;a:20:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:159;a:20:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:160;a:20:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:161;a:20:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:162;a:23:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:163;a:23:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:164;a:23:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:165;a:23:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:166;a:23:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:167;a:23:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:168;a:23:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:169;a:23:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:170;a:20:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:171;a:20:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:176:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:172:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}}}','yes'),(107,'revslider_checktables','1','yes'),(108,'revslider_table_version','1.0.5','yes'),(109,'revslider-global-settings','s:6:\"a:0:{}\";','yes'),(111,'revslider_update_version','5.0.7','yes'),(115,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(118,'vc_version','5.1.1','yes'),(123,'tb_customizer_migration_complete','completed','yes'),(124,'theme_mods_wanderfuls','a:80:{s:24:\"recommend_plugins_enable\";b:1;s:12:\"accent_color\";s:7:\"#cc3366\";s:16:\"background_color\";s:6:\"ffffff\";s:11:\"breadcrumbs\";b:0;s:17:\"main_layout_style\";s:5:\"boxed\";s:7:\"top_bar\";b:0;s:12:\"header_style\";s:3:\"two\";s:12:\"header_aside\";s:182:\"<h1 style=\"font-size:30px; color:#cc3366; font-style:normal; font-weight:bold; text-align:right; font-family:Arial, Helvetica, sans-serif; float:right;margin: 0;\">1-888-837-5021</h1>\";s:11:\"custom_logo\";s:75:\"http://gourmetcandycenterpieces.com/wp-content/uploads/2016/07/wandlogo.gif\";s:12:\"fixed_header\";b:0;s:18:\"shink_fixed_header\";b:0;s:18:\"nav_menu_locations\";a:3:{s:9:\"main_menu\";i:7;s:11:\"footer_menu\";i:13;s:17:\"taptap-by-bonfire\";i:11;}s:19:\"menu_dropdown_style\";s:7:\"minimal\";s:17:\"menu_search_style\";s:7:\"overlay\";s:15:\"menu_background\";s:7:\"#cc3366\";s:12:\"menu_borders\";s:7:\"#cc3366\";s:15:\"menu_link_color\";s:7:\"#ffffff\";s:21:\"menu_link_color_hover\";s:7:\"#ffffff\";s:22:\"menu_link_color_active\";s:7:\"#ffd852\";s:13:\"boxed_padding\";s:3:\"0px\";s:19:\"header_aside_search\";b:0;s:15:\"logo_top_margin\";s:3:\"0px\";s:18:\"logo_bottom_margin\";s:3:\"0px\";s:13:\"woo_menu_icon\";b:0;s:15:\"menu_typography\";a:3:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"600\";s:9:\"font-size\";s:4:\"14px\";}s:17:\"footer_background\";s:7:\"#dddbdc\";s:12:\"footer_color\";s:7:\"#cc3366\";s:17:\"footer_link_color\";s:7:\"#cc3366\";s:23:\"footer_link_color_hover\";s:7:\"#000000\";s:21:\"footer_copyright_text\";s:55:\"Copyright © 1994-2015 Wanderfuls. All rights reserved.\";s:24:\"bottom_footer_background\";s:7:\"#cc3366\";s:19:\"bottom_footer_color\";s:7:\"#ffffff\";s:24:\"bottom_footer_link_color\";s:7:\"#ffffff\";s:30:\"bottom_footer_link_color_hover\";s:7:\"#ffffff\";s:7:\"callout\";b:0;s:20:\"vc_row_bottom_margin\";s:4:\"15px\";s:19:\"entry_h2_typography\";a:5:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"21px\";s:5:\"color\";s:7:\"#cc3366\";s:6:\"margin\";s:13:\"10px 0 15px 0\";}s:19:\"entry_h3_typography\";a:3:{s:9:\"font-size\";s:4:\"19px\";s:5:\"color\";s:7:\"#cc3366\";s:6:\"margin\";s:13:\"10px 0 15px 0\";}s:22:\"footer_widgets_columns\";s:1:\"1\";s:14:\"footer_padding\";s:19:\"10px 10px 10px 10px\";s:10:\"custom_css\";s:4871:\".center-con, .center-con h1, .center-con p\r\n{\r\n    text-align:center;\r\n}\r\n.center-con p\r\n{\r\n    margin-bottom:5px;\r\n}\r\nh1\r\n{\r\n        font-size:28px;\r\n    color: #cc3366;    font-weight: bold;    margin: 0 0 10px;\r\n}\r\n\r\n.entry h2, .entry h3 {\r\n    float: left;\r\n    display: block;    width: 100%;\r\n}\r\n\r\n.pink-head\r\n{\r\n    background:#F59AAB; color:#fff; font-size:20px;font-weight:bold; margin-top:20px;text-align:center; padding:20px;margin-bottom:20px;\r\n}\r\n.head\r\n{\r\n    color:#c36;\r\n    font-weight:bold;\r\n}\r\n.wpb_row .widget-title {\r\n    margin: 0 0 0px 30px !important;\r\n    color: #c36!important;\r\n}\r\n.entry .widget_nav_menu ul {\r\n    list-style: none;\r\n    margin: 0 0 0px 30px!important;\r\n}\r\n#footer a {\r\n    color: #cc3366;\r\n    font-weight: bold;\r\n}\r\n#footer-bottom a {\r\n    color: #ffffff;\r\n    font-weight: bold;font-size: 13px;\r\n}\r\n.side_menu .current_page_item a\r\n{\r\n     color: #cc3366;\r\n}\r\n.desc {\r\n    float: left;\r\n    color: #8A1B5F;\r\n    font-size: 22px;\r\n    margin-top: 10px;\r\n}\r\n.tp-caption {\r\n   width: 695px;\r\n    float: left;\r\n    display: block !important;\r\n    position: relative !important;\r\n    background: rgba(255,255,255,0.83) !important;\r\n    left: 0 !important;\r\n    margin-left: -5px !important;\r\n}\r\n.tp-caption.largewhitebg {\r\npadding: 3px 20px 0px !important;\r\n}\r\n.tp-caption.mediumwhitebg {\r\npadding-bottom: 24px !important;\r\n}\r\n#copyright {\r\n    display: block;\r\n    width: 100%;\r\n    clear: both;\r\n    text-align: center;\r\n}\r\n/* Counter Design */\r\n.element_conteiner {\r\n    min-width: 130px  !important;\r\n}\r\n\r\n.time_left {\r\n    border-radius: 100% !important;\r\n    background-color: #FFFFFF !important;\r\n    font-size: 60px !important;\r\n    color: #c36 !important;\r\n}\r\n.time_left\r\n{\r\npadding-bottom:0 !important;    \r\n}\r\n\r\n.time_description {\r\n    font-size: 20px !important;\r\n    font-family: monospace;\r\n    color: #CC3366 !important;\r\n}\r\n\r\n#sidebar .widget_nav_menu .current_page_item > a, #sidebar .widget_nav_menu .current-menu-item > a {\r\n    background:transparent !important;\r\n    color: #CC3366 !important;\r\n}\r\n\r\n/* Testimonial page Design Setup*/\r\n\r\n\r\n.testimonial-caret\r\n{\r\n    left:64px !important;    display: none;\r\n}\r\n.testimonial-entry-meta {\r\n    float: left;\r\n    padding-left: 64px!important;\r\n}\r\n.testimonial-entry-bottom {\r\n    margin-top: 0!important;\r\n}\r\n#menu-theme\r\n{\r\n    text-align: center\r\n}\r\n#menu-theme li {\r\n    display: inline-block;\r\n    color: #626262;\r\n    margin: 0 10px;\r\n}\r\n#menu-theme li a {\r\n\r\n    color: #626262;\r\n}\r\n#menu-theme li a:hover {\r\n\r\n    color: #cc3366;\r\n}\r\n\r\n#menu-theme:before {\r\n    content: \'Switch Theme:\';\r\n    margin-left: -69px;\r\n    color: #000;\r\n    font-weight: bold;\r\n    display: inline-block;\r\n}\r\n.subheading b:before{\r\n    content: \'\"\';\r\n}\r\n .subheading b:after {\r\n    content: \'\"\';\r\n}\r\n.subheading b {\r\n    font-weight: bold;\r\n    text-transform: uppercase;\r\n}\r\n@media only screen and (max-width: 959px)\r\n{\r\n#sidebar {\r\ndisplay:none;\r\n}\r\n}\r\n@media only screen and (max-width: 767px)\r\n{\r\n.side_menu {\r\ndisplay:none;\r\n}\r\n.boxed-main-layout #outer-wrap {\r\npadding: 5px !important;\r\n}\r\n#footer-bottom-menu\r\n{\r\n    margin-bottom:20px !important;\r\n}\r\n}\r\n@media only screen and (max-width: 500px)\r\n{\r\n    body.tb-responsive .container, body.tb-responsive .vc_row-fluid.container {\r\n    max-width: 90% !important;\r\n}.preview-list img {\r\n    width: 45% !important;\r\n}\r\n.vc_row\r\n{\r\n   margin-left: 0 !important;\r\n    margin-right: 0 !important;\r\n}\r\n#footer li\r\n{\r\n  display: block !important;\r\n    text-align: center;\r\n}\r\n.preview-img-listAQ\r\n{\r\n  position: absolute;\r\n    right: 0;\r\n    top: 200px;\r\n}\r\n.lets-create\r\n{\r\n    display:block !important;\r\n}\r\n\r\n}\r\n@media only screen and (max-width: 320px)\r\n{\r\n    body.tb-responsive .container, body.tb-responsive .vc_row-fluid.container {\r\n    max-width: 90% !important;\r\n}\r\n.preview-list img {\r\n    width: 45% !important;\r\n}\r\n.preview-img-listAQ\r\n{\r\n  position: absolute;\r\n    right: 0;\r\n    top: 500px;\r\n}\r\n.vc_row\r\n{\r\n   margin-left: 0 !important;\r\n    margin-right: 0 !important;\r\n}\r\n}\r\n\r\n.events\r\n{\r\n    background: #4A4949;\r\n    color: #fff;\r\n}\r\n.events a\r\n{\r\n    color:#fff !important;\r\n}\r\n.events .sub-menu\r\n{\r\n    display:block!important;\r\n}\r\n.events .taptap-submenu-active ~ .sub-menu\r\n{\r\n    display:none !important;\r\n}\r\n.slidelink\r\n{\r\n    opacity:0 !important;\r\n}\r\n\r\n.page-id-880 .taptap-menu-button-wrapper, .page-id-880  #wpadminbar{\r\n    display:none !important;\r\n}\r\n\r\n.lets-create {\r\n       width: 90%;\r\n    background: #CC3366;\r\n    text-align: center;\r\n    padding: 5px 0;\r\n    border-radius: 5px;\r\n    display: none;\r\n    margin: 0 auto;\r\n}\r\n.lets-create a {\r\n    color: #fff;\r\n    font-size: 18px;\r\n    text-transform: uppercase;\r\n    display: block;\r\n    margin: 0 5px;\r\n    border: 1px solid #fff;\r\n    padding: 5px;\r\n    border-radius: 5px;\r\n}\r\ntaptap-by-bonfire ul li a { color: #bababa !important; }\";s:18:\"post_series_enable\";i:1;s:25:\"under_construction_enable\";i:0;s:16:\"changelog_enable\";i:1;s:20:\"schema_markup_enable\";i:1;s:16:\"minify_js_enable\";i:0;s:17:\"custom_css_enable\";i:1;s:16:\"custom_js_enable\";i:1;s:21:\"custom_actions_enable\";i:1;s:15:\"favicons_enable\";i:1;s:26:\"visual_composer_theme_mode\";i:1;s:22:\"extend_visual_composer\";i:1;s:16:\"portfolio_enable\";i:1;s:12:\"staff_enable\";i:1;s:19:\"testimonials_enable\";i:1;s:21:\"footer_builder_enable\";i:1;s:25:\"custom_admin_login_enable\";i:1;s:17:\"custom_404_enable\";i:1;s:23:\"customizer_panel_enable\";i:1;s:24:\"custom_wp_gallery_enable\";i:1;s:19:\"widget_areas_enable\";i:1;s:22:\"term_thumbnails_enable\";i:1;s:21:\"editor_formats_enable\";i:1;s:24:\"editor_shortcodes_enable\";i:1;s:27:\"remove_emoji_scripts_enable\";i:1;s:18:\"image_sizes_enable\";i:1;s:22:\"page_animations_enable\";i:1;s:19:\"header_image_enable\";i:0;s:20:\"import_export_enable\";i:1;s:21:\"remove_posttype_slugs\";i:0;s:20:\"main_container_width\";s:5:\"921px\";s:37:\"mobile_landscape_main_container_width\";s:4:\"100%\";s:36:\"mobile_portrait_main_container_width\";s:4:\"100%\";s:14:\"logo_max_width\";s:5:\"900px\";s:18:\"custom_css_post_id\";i:2402;s:23:\"header_aside_visibility\";s:15:\"visible-desktop\";s:30:\"logo_max_width_tablet_portrait\";s:5:\"845px\";s:20:\"logo_max_width_phone\";s:5:\"250px\";s:22:\"mobile_menu_icon_color\";s:7:\"#dd3333\";s:27:\"mobile_menu_icon_background\";s:7:\"#eeee22\";}','yes'),(125,'wanderfuls_initial_version','3.0.9','yes'),(126,'wanderfuls_version','1.0.5','yes'),(127,'woocommerce_default_country','US:NY','yes'),(128,'woocommerce_allowed_countries','specific','yes'),(129,'woocommerce_specific_allowed_countries','a:2:{i:0;s:2:\"CA\";i:1;s:2:\"US\";}','yes'),(130,'woocommerce_default_customer_address','geolocation','yes'),(131,'woocommerce_demo_store','yes','yes'),(132,'woocommerce_demo_store_notice','This is a demo store for testing purposes &mdash; no orders shall be fulfilled.','no'),(133,'woocommerce_currency','USD','yes'),(134,'woocommerce_currency_pos','left','yes'),(135,'woocommerce_price_thousand_sep',',','yes'),(136,'woocommerce_price_decimal_sep','.','yes'),(137,'woocommerce_price_num_decimals','2','yes'),(138,'woocommerce_weight_unit','lbs','yes'),(139,'woocommerce_dimension_unit','in','yes'),(141,'woocommerce_enable_review_rating','yes','no'),(142,'woocommerce_review_rating_required','yes','no'),(143,'woocommerce_review_rating_verification_label','yes','no'),(145,'woocommerce_review_rating_verification_required','no','no'),(147,'woocommerce_shop_page_id','1165','yes'),(149,'woocommerce_shop_page_display','','yes'),(150,'woocommerce_category_archive_display','','yes'),(152,'woocommerce_default_catalog_orderby','menu_order','yes'),(154,'woocommerce_cart_redirect_after_add','no','yes'),(156,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(157,'woocommerce_manage_stock','yes','yes'),(158,'woocommerce_hold_stock_minutes','60','no'),(160,'woocommerce_notify_low_stock','yes','no'),(161,'woocommerce_notify_no_stock','yes','no'),(163,'woocommerce_stock_email_recipient','amitb321@gmail.com','no'),(164,'woocommerce_notify_low_stock_amount','2','no'),(167,'woocommerce_notify_no_stock_amount','0','no'),(169,'woocommerce_hide_out_of_stock_items','no','yes'),(171,'woocommerce_stock_format','','yes'),(173,'woocommerce_file_download_method','force','no'),(175,'woocommerce_downloads_require_login','no','no'),(176,'woocommerce_downloads_grant_access_after_payment','yes','no'),(177,'woocommerce_calc_taxes','yes','yes'),(179,'woocommerce_prices_include_tax','no','yes'),(180,'woocommerce_tax_based_on','shipping','yes'),(182,'woocommerce_shipping_tax_class','title','yes'),(184,'woocommerce_tax_round_at_subtotal','no','yes'),(187,'woocommerce_tax_classes','Reduced Rate\r\nZero Rate','yes'),(188,'woocommerce_tax_display_shop','excl','yes'),(190,'woocommerce_tax_display_cart','excl','no'),(192,'woocommerce_price_display_suffix','','yes'),(193,'woocommerce_tax_total_display','itemized','no'),(202,'woocommerce_enable_coupons','yes','no'),(204,'woocommerce_calc_discounts_sequentially','no','no'),(205,'woocommerce_enable_guest_checkout','yes','no'),(206,'woocommerce_force_ssl_checkout','no','yes'),(209,'woocommerce_unforce_ssl_checkout','no','yes'),(210,'woocommerce_cart_page_id','1166','yes'),(212,'woocommerce_checkout_page_id','1167','yes'),(214,'woocommerce_terms_page_id','','no'),(215,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(218,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(219,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(221,'woocommerce_calc_shipping','no','yes'),(222,'woocommerce_enable_shipping_calc','yes','no'),(223,'woocommerce_shipping_cost_requires_address','no','no'),(224,'woocommerce_shipping_method_format','','no'),(225,'woocommerce_ship_to_destination','billing','no'),(226,'woocommerce_ship_to_countries','','yes'),(227,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(228,'woocommerce_myaccount_page_id','1168','yes'),(230,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(231,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(233,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(235,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(237,'woocommerce_logout_endpoint','customer-logout','yes'),(239,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(241,'woocommerce_enable_myaccount_registration','no','no'),(242,'woocommerce_enable_checkout_login_reminder','yes','no'),(243,'woocommerce_registration_generate_username','yes','no'),(244,'woocommerce_registration_generate_password','no','no'),(247,'woocommerce_email_from_name','MDMC Presents','no'),(249,'woocommerce_email_from_address','amitb321@gmail.com','no'),(251,'woocommerce_email_header_image','','no'),(252,'woocommerce_email_footer_text','MDMC Presents - Powered by WooCommerce','no'),(253,'woocommerce_email_base_color','#557da1','no'),(254,'woocommerce_email_background_color','#f5f5f5','no'),(256,'woocommerce_email_body_background_color','#fdfdfd','no'),(257,'woocommerce_email_text_color','#505050','no'),(258,'woocommerce_api_enabled','yes','yes'),(281,'woocommerce_admin_notices','a:2:{i:0;s:6:\"update\";i:2;s:19:\"no_shipping_methods\";}','yes'),(288,'woocommerce_language_pack_version','a:2:{i:0;s:5:\"2.4.8\";i:1;s:0:\"\";}','yes'),(295,'_transient_geoip_::1','','no'),(297,'_transient_external_ip_address_::1','125.62.122.54','no'),(300,'_transient_geoip_125.62.122.54','IN','no'),(302,'revslider-valid-notice','false','yes'),(303,'revslider-static-css','','yes'),(307,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(308,'widget_nav_menu','a:7:{i:1;a:0:{}i:2;a:2:{s:5:\"title\";s:6:\"Events\";s:8:\"nav_menu\";i:8;}i:3;a:2:{s:5:\"title\";s:8:\"Ordering\";s:8:\"nav_menu\";i:9;}i:4;a:2:{s:5:\"title\";s:8:\"About Us\";s:8:\"nav_menu\";i:10;}i:5;a:1:{s:8:\"nav_menu\";i:12;}i:6;a:2:{s:5:\"title\";s:12:\"Events Favor\";s:8:\"nav_menu\";i:18;}s:12:\"_multiwidget\";i:1;}','yes'),(309,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(310,'widget_rev-slider-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(312,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(314,'widget_tb_recent_comments_avatars_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(315,'widget_tb_flickr','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(316,'widget_tb_fontawesome_social_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(317,'widget_tb_social_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(318,'widget_tb_modern_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(319,'widget_tb_recent_posts_thumb_grid','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(320,'widget_tb_recent_posts_icons','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(321,'widget_tb_recent_posts_thumb','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(322,'widget_tb_simple_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(323,'widget_tb_video','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(324,'widget_woocommerce_widget_cart','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(325,'widget_woocommerce_layered_nav','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(326,'widget_woocommerce_layered_nav_filters','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(327,'widget_woocommerce_price_filter','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(328,'widget_woocommerce_product_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(329,'widget_woocommerce_products','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(330,'widget_woocommerce_product_search','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(331,'widget_woocommerce_product_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(332,'widget_woocommerce_recently_viewed_products','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(333,'widget_woocommerce_recent_reviews','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(334,'widget_woocommerce_top_rated_products','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(336,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(340,'tb_wanderfuls_customizer_backup','a:80:{s:24:\"recommend_plugins_enable\";b:1;s:12:\"accent_color\";s:7:\"#cc3366\";s:16:\"background_color\";s:6:\"ffffff\";s:11:\"breadcrumbs\";b:0;s:17:\"main_layout_style\";s:5:\"boxed\";s:7:\"top_bar\";b:0;s:12:\"header_style\";s:3:\"two\";s:12:\"header_aside\";s:182:\"<h1 style=\"font-size:30px; color:#cc3366; font-style:normal; font-weight:bold; text-align:right; font-family:Arial, Helvetica, sans-serif; float:right;margin: 0;\">1-888-837-5021</h1>\";s:11:\"custom_logo\";s:75:\"http://gourmetcandycenterpieces.com/wp-content/uploads/2016/07/wandlogo.gif\";s:12:\"fixed_header\";b:0;s:18:\"shink_fixed_header\";b:0;s:18:\"nav_menu_locations\";a:3:{s:9:\"main_menu\";i:7;s:11:\"footer_menu\";i:13;s:17:\"taptap-by-bonfire\";i:11;}s:19:\"menu_dropdown_style\";s:7:\"minimal\";s:17:\"menu_search_style\";s:7:\"overlay\";s:15:\"menu_background\";s:7:\"#cc3366\";s:12:\"menu_borders\";s:7:\"#cc3366\";s:15:\"menu_link_color\";s:7:\"#ffffff\";s:21:\"menu_link_color_hover\";s:7:\"#ffffff\";s:22:\"menu_link_color_active\";s:7:\"#ffd852\";s:13:\"boxed_padding\";s:3:\"0px\";s:19:\"header_aside_search\";b:0;s:15:\"logo_top_margin\";s:3:\"0px\";s:18:\"logo_bottom_margin\";s:3:\"0px\";s:13:\"woo_menu_icon\";b:0;s:15:\"menu_typography\";a:3:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"600\";s:9:\"font-size\";s:4:\"14px\";}s:17:\"footer_background\";s:7:\"#dddbdc\";s:12:\"footer_color\";s:7:\"#cc3366\";s:17:\"footer_link_color\";s:7:\"#cc3366\";s:23:\"footer_link_color_hover\";s:7:\"#000000\";s:21:\"footer_copyright_text\";s:55:\"Copyright © 1994-2015 Wanderfuls. All rights reserved.\";s:24:\"bottom_footer_background\";s:7:\"#cc3366\";s:19:\"bottom_footer_color\";s:7:\"#ffffff\";s:24:\"bottom_footer_link_color\";s:7:\"#ffffff\";s:30:\"bottom_footer_link_color_hover\";s:7:\"#ffffff\";s:7:\"callout\";b:0;s:20:\"vc_row_bottom_margin\";s:4:\"15px\";s:19:\"entry_h2_typography\";a:5:{s:11:\"font-family\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"21px\";s:5:\"color\";s:7:\"#cc3366\";s:6:\"margin\";s:13:\"10px 0 15px 0\";}s:19:\"entry_h3_typography\";a:3:{s:9:\"font-size\";s:4:\"19px\";s:5:\"color\";s:7:\"#cc3366\";s:6:\"margin\";s:13:\"10px 0 15px 0\";}s:22:\"footer_widgets_columns\";s:1:\"1\";s:14:\"footer_padding\";s:19:\"10px 10px 10px 10px\";s:10:\"custom_css\";s:4871:\".center-con, .center-con h1, .center-con p\r\n{\r\n    text-align:center;\r\n}\r\n.center-con p\r\n{\r\n    margin-bottom:5px;\r\n}\r\nh1\r\n{\r\n        font-size:28px;\r\n    color: #cc3366;    font-weight: bold;    margin: 0 0 10px;\r\n}\r\n\r\n.entry h2, .entry h3 {\r\n    float: left;\r\n    display: block;    width: 100%;\r\n}\r\n\r\n.pink-head\r\n{\r\n    background:#F59AAB; color:#fff; font-size:20px;font-weight:bold; margin-top:20px;text-align:center; padding:20px;margin-bottom:20px;\r\n}\r\n.head\r\n{\r\n    color:#c36;\r\n    font-weight:bold;\r\n}\r\n.wpb_row .widget-title {\r\n    margin: 0 0 0px 30px !important;\r\n    color: #c36!important;\r\n}\r\n.entry .widget_nav_menu ul {\r\n    list-style: none;\r\n    margin: 0 0 0px 30px!important;\r\n}\r\n#footer a {\r\n    color: #cc3366;\r\n    font-weight: bold;\r\n}\r\n#footer-bottom a {\r\n    color: #ffffff;\r\n    font-weight: bold;font-size: 13px;\r\n}\r\n.side_menu .current_page_item a\r\n{\r\n     color: #cc3366;\r\n}\r\n.desc {\r\n    float: left;\r\n    color: #8A1B5F;\r\n    font-size: 22px;\r\n    margin-top: 10px;\r\n}\r\n.tp-caption {\r\n   width: 695px;\r\n    float: left;\r\n    display: block !important;\r\n    position: relative !important;\r\n    background: rgba(255,255,255,0.83) !important;\r\n    left: 0 !important;\r\n    margin-left: -5px !important;\r\n}\r\n.tp-caption.largewhitebg {\r\npadding: 3px 20px 0px !important;\r\n}\r\n.tp-caption.mediumwhitebg {\r\npadding-bottom: 24px !important;\r\n}\r\n#copyright {\r\n    display: block;\r\n    width: 100%;\r\n    clear: both;\r\n    text-align: center;\r\n}\r\n/* Counter Design */\r\n.element_conteiner {\r\n    min-width: 130px  !important;\r\n}\r\n\r\n.time_left {\r\n    border-radius: 100% !important;\r\n    background-color: #FFFFFF !important;\r\n    font-size: 60px !important;\r\n    color: #c36 !important;\r\n}\r\n.time_left\r\n{\r\npadding-bottom:0 !important;    \r\n}\r\n\r\n.time_description {\r\n    font-size: 20px !important;\r\n    font-family: monospace;\r\n    color: #CC3366 !important;\r\n}\r\n\r\n#sidebar .widget_nav_menu .current_page_item > a, #sidebar .widget_nav_menu .current-menu-item > a {\r\n    background:transparent !important;\r\n    color: #CC3366 !important;\r\n}\r\n\r\n/* Testimonial page Design Setup*/\r\n\r\n\r\n.testimonial-caret\r\n{\r\n    left:64px !important;    display: none;\r\n}\r\n.testimonial-entry-meta {\r\n    float: left;\r\n    padding-left: 64px!important;\r\n}\r\n.testimonial-entry-bottom {\r\n    margin-top: 0!important;\r\n}\r\n#menu-theme\r\n{\r\n    text-align: center\r\n}\r\n#menu-theme li {\r\n    display: inline-block;\r\n    color: #626262;\r\n    margin: 0 10px;\r\n}\r\n#menu-theme li a {\r\n\r\n    color: #626262;\r\n}\r\n#menu-theme li a:hover {\r\n\r\n    color: #cc3366;\r\n}\r\n\r\n#menu-theme:before {\r\n    content: \'Switch Theme:\';\r\n    margin-left: -69px;\r\n    color: #000;\r\n    font-weight: bold;\r\n    display: inline-block;\r\n}\r\n.subheading b:before{\r\n    content: \'\"\';\r\n}\r\n .subheading b:after {\r\n    content: \'\"\';\r\n}\r\n.subheading b {\r\n    font-weight: bold;\r\n    text-transform: uppercase;\r\n}\r\n@media only screen and (max-width: 959px)\r\n{\r\n#sidebar {\r\ndisplay:none;\r\n}\r\n}\r\n@media only screen and (max-width: 767px)\r\n{\r\n.side_menu {\r\ndisplay:none;\r\n}\r\n.boxed-main-layout #outer-wrap {\r\npadding: 5px !important;\r\n}\r\n#footer-bottom-menu\r\n{\r\n    margin-bottom:20px !important;\r\n}\r\n}\r\n@media only screen and (max-width: 500px)\r\n{\r\n    body.tb-responsive .container, body.tb-responsive .vc_row-fluid.container {\r\n    max-width: 90% !important;\r\n}.preview-list img {\r\n    width: 45% !important;\r\n}\r\n.vc_row\r\n{\r\n   margin-left: 0 !important;\r\n    margin-right: 0 !important;\r\n}\r\n#footer li\r\n{\r\n  display: block !important;\r\n    text-align: center;\r\n}\r\n.preview-img-listAQ\r\n{\r\n  position: absolute;\r\n    right: 0;\r\n    top: 200px;\r\n}\r\n.lets-create\r\n{\r\n    display:block !important;\r\n}\r\n\r\n}\r\n@media only screen and (max-width: 320px)\r\n{\r\n    body.tb-responsive .container, body.tb-responsive .vc_row-fluid.container {\r\n    max-width: 90% !important;\r\n}\r\n.preview-list img {\r\n    width: 45% !important;\r\n}\r\n.preview-img-listAQ\r\n{\r\n  position: absolute;\r\n    right: 0;\r\n    top: 500px;\r\n}\r\n.vc_row\r\n{\r\n   margin-left: 0 !important;\r\n    margin-right: 0 !important;\r\n}\r\n}\r\n\r\n.events\r\n{\r\n    background: #4A4949;\r\n    color: #fff;\r\n}\r\n.events a\r\n{\r\n    color:#fff !important;\r\n}\r\n.events .sub-menu\r\n{\r\n    display:block!important;\r\n}\r\n.events .taptap-submenu-active ~ .sub-menu\r\n{\r\n    display:none !important;\r\n}\r\n.slidelink\r\n{\r\n    opacity:0 !important;\r\n}\r\n\r\n.page-id-880 .taptap-menu-button-wrapper, .page-id-880  #wpadminbar{\r\n    display:none !important;\r\n}\r\n\r\n.lets-create {\r\n       width: 90%;\r\n    background: #CC3366;\r\n    text-align: center;\r\n    padding: 5px 0;\r\n    border-radius: 5px;\r\n    display: none;\r\n    margin: 0 auto;\r\n}\r\n.lets-create a {\r\n    color: #fff;\r\n    font-size: 18px;\r\n    text-transform: uppercase;\r\n    display: block;\r\n    margin: 0 5px;\r\n    border: 1px solid #fff;\r\n    padding: 5px;\r\n    border-radius: 5px;\r\n}\r\ntaptap-by-bonfire ul li a { color: #bababa !important; }\";s:18:\"post_series_enable\";i:1;s:25:\"under_construction_enable\";i:0;s:16:\"changelog_enable\";i:1;s:20:\"schema_markup_enable\";i:1;s:16:\"minify_js_enable\";i:0;s:17:\"custom_css_enable\";i:1;s:16:\"custom_js_enable\";i:1;s:21:\"custom_actions_enable\";i:1;s:15:\"favicons_enable\";i:1;s:26:\"visual_composer_theme_mode\";i:1;s:22:\"extend_visual_composer\";i:1;s:16:\"portfolio_enable\";i:1;s:12:\"staff_enable\";i:1;s:19:\"testimonials_enable\";i:1;s:21:\"footer_builder_enable\";i:1;s:25:\"custom_admin_login_enable\";i:1;s:17:\"custom_404_enable\";i:1;s:23:\"customizer_panel_enable\";i:1;s:24:\"custom_wp_gallery_enable\";i:1;s:19:\"widget_areas_enable\";i:1;s:22:\"term_thumbnails_enable\";i:1;s:21:\"editor_formats_enable\";i:1;s:24:\"editor_shortcodes_enable\";i:1;s:27:\"remove_emoji_scripts_enable\";i:1;s:18:\"image_sizes_enable\";i:1;s:22:\"page_animations_enable\";i:1;s:19:\"header_image_enable\";i:0;s:20:\"import_export_enable\";i:1;s:21:\"remove_posttype_slugs\";i:0;s:20:\"main_container_width\";s:5:\"921px\";s:37:\"mobile_landscape_main_container_width\";s:4:\"100%\";s:36:\"mobile_portrait_main_container_width\";s:4:\"100%\";s:14:\"logo_max_width\";s:5:\"900px\";s:18:\"custom_css_post_id\";i:2402;s:23:\"header_aside_visibility\";s:15:\"visible-desktop\";s:30:\"logo_max_width_tablet_portrait\";s:5:\"845px\";s:20:\"logo_max_width_phone\";s:5:\"250px\";s:22:\"mobile_menu_icon_color\";s:7:\"#dd3333\";s:27:\"mobile_menu_icon_background\";s:7:\"#eeee22\";}','yes'),(349,'WPLANG','','yes'),(366,'_transient_wc_low_stock_count','0','no'),(368,'_transient_wc_outofstock_count','0','no'),(395,'tb_custom_css','.center-con, .center-con h1, .center-con p\r\n{\r\n    text-align:center;\r\n}\r\n.center-con p\r\n{\r\n    margin-bottom:5px;\r\n}\r\nh1\r\n{\r\n        font-size:28px;\r\n    color: #cc3366;    font-weight: bold;    margin: 0 0 10px;\r\n}\r\n\r\n.entry h2, .entry h3 {\r\n    float: left;\r\n    display: block;    width: 100%;\r\n}\r\n\r\n.pink-head\r\n{\r\n    background:#F59AAB; color:#fff; font-size:20px;font-weight:bold; margin-top:20px;text-align:center; padding:20px;margin-bottom:20px;\r\n}\r\n.head\r\n{\r\n    color:#c36;\r\n    font-weight:bold;\r\n}\r\n.wpb_row .widget-title {\r\n    margin: 0 0 0px 30px !important;\r\n    color: #c36!important;\r\n}\r\n.entry .widget_nav_menu ul {\r\n    list-style: none;\r\n    margin: 0 0 0px 30px!important;\r\n}\r\n#footer a {\r\n    color: #cc3366;\r\n    font-weight: bold;\r\n}\r\n#footer-bottom a {\r\n    color: #ffffff;\r\n    font-weight: bold;font-size: 13px;\r\n}\r\n.side_menu .current_page_item a\r\n{\r\n     color: #cc3366;\r\n}\r\n.desc {\r\n    float: left;\r\n    color: #8A1B5F;\r\n    font-size: 22px;\r\n    margin-top: 10px;\r\n}\r\n.tp-caption {\r\n   width: 695px;\r\n    float: left;\r\n    display: block !important;\r\n    position: relative !important;\r\n    background: rgba(255,255,255,0.83) !important;\r\n    left: 0 !important;\r\n    margin-left: -5px !important;\r\n}\r\n.tp-caption.largewhitebg {\r\npadding: 3px 20px 0px !important;\r\n}\r\n.tp-caption.mediumwhitebg {\r\npadding-bottom: 24px !important;\r\n}\r\n#copyright {\r\n    display: block;\r\n    width: 100%;\r\n    clear: both;\r\n    text-align: center;\r\n}\r\n/* Counter Design */\r\n.element_conteiner {\r\n    min-width: 130px  !important;\r\n}\r\n\r\n.time_left {\r\n    border-radius: 100% !important;\r\n    background-color: #FFFFFF !important;\r\n    font-size: 60px !important;\r\n    color: #c36 !important;\r\n}\r\n.time_left\r\n{\r\npadding-bottom:0 !important;    \r\n}\r\n\r\n.time_description {\r\n    font-size: 20px !important;\r\n    font-family: monospace;\r\n    color: #CC3366 !important;\r\n}\r\n\r\n#sidebar .widget_nav_menu .current_page_item > a, #sidebar .widget_nav_menu .current-menu-item > a {\r\n    background:transparent !important;\r\n    color: #CC3366 !important;\r\n}\r\n\r\n/* Testimonial page Design Setup*/\r\n\r\n\r\n.testimonial-caret\r\n{\r\n    left:64px !important;    display: none;\r\n}\r\n.testimonial-entry-meta {\r\n    float: left;\r\n    padding-left: 64px!important;\r\n}\r\n.testimonial-entry-bottom {\r\n    margin-top: 0!important;\r\n}\r\n#menu-theme\r\n{\r\n    text-align: center\r\n}\r\n#menu-theme li {\r\n    display: inline-block;\r\n    color: #626262;\r\n    margin: 0 10px;\r\n}\r\n#menu-theme li a {\r\n\r\n    color: #626262;\r\n}\r\n#menu-theme li a:hover {\r\n\r\n    color: #cc3366;\r\n}\r\n\r\n#menu-theme:before {\r\n    content: \'Switch Theme:\';\r\n    margin-left: -69px;\r\n    color: #000;\r\n    font-weight: bold;\r\n    display: inline-block;\r\n}\r\n.subheading b:before{\r\n    content: \'\"\';\r\n}\r\n .subheading b:after {\r\n    content: \'\"\';\r\n}\r\n.subheading b {\r\n    font-weight: bold;\r\n    text-transform: uppercase;\r\n}\r\n@media only screen and (max-width: 959px)\r\n{\r\n#sidebar {\r\ndisplay:none;\r\n}\r\n}\r\n@media only screen and (max-width: 767px)\r\n{\r\n.side_menu {\r\ndisplay:none;\r\n}\r\n.boxed-main-layout #outer-wrap {\r\npadding: 5px !important;\r\n}\r\n#footer-bottom-menu\r\n{\r\n    margin-bottom:20px !important;\r\n}\r\n}\r\n@media only screen and (max-width: 500px)\r\n{\r\n    body.tb-responsive .container, body.tb-responsive .vc_row-fluid.container {\r\n    max-width: 90% !important;\r\n}.preview-list img {\r\n    width: 45% !important;\r\n}\r\n.vc_row\r\n{\r\n   margin-left: 0 !important;\r\n    margin-right: 0 !important;\r\n}\r\n#footer li\r\n{\r\n  display: block !important;\r\n    text-align: center;\r\n}\r\n.preview-img-listAQ\r\n{\r\n  position: absolute;\r\n    right: 0;\r\n    top: 200px;\r\n}\r\n.lets-create\r\n{\r\n    display:block !important;\r\n}\r\n\r\n}\r\n@media only screen and (max-width: 320px)\r\n{\r\n    body.tb-responsive .container, body.tb-responsive .vc_row-fluid.container {\r\n    max-width: 90% !important;\r\n}\r\n.preview-list img {\r\n    width: 45% !important;\r\n}\r\n.preview-img-listAQ\r\n{\r\n  position: absolute;\r\n    right: 0;\r\n    top: 500px;\r\n}\r\n.vc_row\r\n{\r\n   margin-left: 0 !important;\r\n    margin-right: 0 !important;\r\n}\r\n}\r\n\r\n.events\r\n{\r\n    background: #4A4949;\r\n    color: #fff;\r\n}\r\n.events a\r\n{\r\n    color:#fff !important;\r\n}\r\n.events .sub-menu\r\n{\r\n    display:block!important;\r\n}\r\n.events .taptap-submenu-active ~ .sub-menu\r\n{\r\n    display:none !important;\r\n}\r\n.slidelink\r\n{\r\n    opacity:0 !important;\r\n}\r\n\r\n.page-id-880 .taptap-menu-button-wrapper, .page-id-880  #wpadminbar{\r\n    display:none !important;\r\n}\r\n\r\n.lets-create {\r\n       width: 90%;\r\n    background: #CC3366;\r\n    text-align: center;\r\n    padding: 5px 0;\r\n    border-radius: 5px;\r\n    display: none;\r\n    margin: 0 auto;\r\n}\r\n.lets-create a {\r\n    color: #fff;\r\n    font-size: 18px;\r\n    text-transform: uppercase;\r\n    display: block;\r\n    margin: 0 5px;\r\n    border: 1px solid #fff;\r\n    padding: 5px;\r\n    border-radius: 5px;\r\n}\r\ntaptap-by-bonfire ul li a { color: #bababa !important; }','yes'),(440,'testimonials_category_children','a:0:{}','yes'),(441,'revslider-connection','1','yes'),(442,'revslider-latest-version','5.4.5.2','yes'),(443,'revslider-stable-version','4.2','yes'),(444,'revslider-notices','a:8:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:230:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow51_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1 is out\" ></a>\";s:4:\"code\";s:9:\"TPRS51-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.4\";s:4:\"text\";s:242:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=515b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner515.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.6\";s:4:\"text\";s:240:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=52b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner52.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.2.9\";s:4:\"text\";s:249:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=530b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large_5.3.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.3.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS530-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.3.9\";s:4:\"text\";s:232:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=54b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_54.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:5;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.1\";s:4:\"text\";s:249:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=542b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large_542.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.2 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:6;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.4\";s:4:\"text\";s:236:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=545b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_545.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS545-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:7;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.1\";s:4:\"text\";s:252:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=5452b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large5452.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5.2 is out\" ></a>\";s:4:\"code\";s:11:\"TPRS5452-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(475,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 31 Oct 2015 17:27:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"25254@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"363@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Your WordPress, Streamlined.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5790@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12073@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"9542@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"6743@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2646@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26907@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"28395@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"31973@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"51888@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"50539@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"49521@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26607@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"47509@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 31 Oct 2015 17:33:18 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Mon, 23 Apr 2007 20:08:06 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130910223210\";}','no'),(477,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1446312802','no'),(481,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/10/wordpress-4-4-beta-2/\'>WordPress 4.4 Beta 2</a> <span class=\"rss-date\">October 28, 2015</span><div class=\"rssSummary\">WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out [&hellip;]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-4-4-streamlines-content-sharing\'>WPTavern: WordPress 4.4 Streamlines Content Sharing</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/10/lifehacker-japan/\'>Matt: Lifehacker Japan</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wpweekly-episode-211-kyle-maurer-co-founder-of-real-big-marketing\'>WPTavern: WPWeekly Episode 211 – Kyle Maurer Co-founder of Real Big Marketing</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/wpclef/\' class=\'dashboard-news-plugin-link\'>Clef Two-Factor Authentication</a>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=wpclef&amp;_wpnonce=c295c35244&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Clef Two-Factor Authentication\'>Install</a>)</span></li></ul></div>','no'),(482,'recently_activated','a:0:{}','yes'),(483,'pb_backupbuddy','a:86:{s:12:\"data_version\";s:1:\"8\";s:21:\"importbuddy_pass_hash\";s:32:\"41aabe9143247bf92235b8898f8cf1b0\";s:23:\"importbuddy_pass_length\";i:11;s:16:\"backup_reminders\";i:1;s:16:\"edits_since_last\";i:4;s:17:\"last_backup_start\";i:1499453165;s:18:\"last_backup_finish\";i:1499453659;s:18:\"last_backup_serial\";s:10:\"3h8aetyfqr\";s:17:\"last_backup_stats\";a:10:{s:11:\"archiveFile\";s:74:\"backup-gourmetcandycenterpieces_com-2017_07_07-06_46pm-full-3h8aetyfqr.zip\";s:10:\"archiveURL\";s:149:\"http://gourmetcandycenterpieces.com/wp-content/uploads/backupbuddy_backups/backup-gourmetcandycenterpieces_com-2017_07_07-06_46pm-full-3h8aetyfqr.zip\";s:11:\"archiveSize\";i:26306234802;s:5:\"start\";i:1499453165;s:6:\"finish\";i:1499453659;s:4:\"type\";s:4:\"full\";s:12:\"profileTitle\";s:15:\"Complete Backup\";s:13:\"scheduleTitle\";s:0:\"\";s:15:\"integrityStatus\";b:1;s:12:\"destinations\";a:0:{}}s:19:\"force_compatibility\";i:0;s:29:\"force_mysqldump_compatibility\";i:0;s:9:\"schedules\";a:0:{}s:9:\"log_level\";s:1:\"1\";s:13:\"high_security\";i:0;s:19:\"next_schedule_index\";i:100;s:13:\"archive_limit\";i:0;s:18:\"archive_limit_full\";i:0;s:16:\"archive_limit_db\";i:0;s:19:\"archive_limit_files\";i:0;s:18:\"archive_limit_size\";i:0;s:17:\"archive_limit_age\";i:0;s:26:\"delete_archives_pre_backup\";i:0;s:23:\"lock_archives_directory\";i:0;s:28:\"email_notify_scheduled_start\";s:0:\"\";s:36:\"email_notify_scheduled_start_subject\";s:49:\"BackupBuddy Scheduled Backup Started - {site_url}\";s:33:\"email_notify_scheduled_start_body\";s:140:\"A scheduled backup has started with BackupBuddy v{backupbuddy_version} on {current_datetime} for the site {site_url}.\n\nDetails:\r\n\r\n{message}\";s:31:\"email_notify_scheduled_complete\";s:0:\"\";s:39:\"email_notify_scheduled_complete_subject\";s:50:\"BackupBuddy Scheduled Backup Complete - {site_url}\";s:36:\"email_notify_scheduled_complete_body\";s:142:\"A scheduled backup has completed with BackupBuddy v{backupbuddy_version} on {current_datetime} for the site {site_url}.\n\nDetails:\r\n\r\n{message}\";s:24:\"email_notify_send_finish\";s:0:\"\";s:32:\"email_notify_send_finish_subject\";s:43:\"BackupBuddy File Send Finished - {site_url}\";s:29:\"email_notify_send_finish_body\";s:146:\"A destination file send has finished with BackupBuddy v{backupbuddy_version} on {current_datetime} for the site {site_url}.\n\nDetails:\r\n\r\n{message}\";s:18:\"email_notify_error\";s:18:\"amitb321@gmail.com\";s:26:\"email_notify_error_subject\";s:30:\"BackupBuddy Error - {site_url}\";s:23:\"email_notify_error_body\";s:132:\"An error occurred with BackupBuddy v{backupbuddy_version} on {current_datetime} for the site {site_url}. Error details:\r\n\r\n{message}\";s:12:\"email_return\";s:0:\"\";s:19:\"remote_destinations\";a:1:{i:1;a:7:{s:4:\"type\";s:5:\"local\";s:5:\"title\";s:8:\"My Local\";s:4:\"path\";s:40:\"/home/gourmetcandy/public_html/work.com/\";s:3:\"url\";s:0:\"\";s:13:\"archive_limit\";s:1:\"0\";s:23:\"disable_file_management\";s:1:\"0\";s:5:\"token\";s:0:\"\";}}s:27:\"remote_send_timeout_retries\";s:1:\"1\";s:11:\"role_access\";s:16:\"activate_plugins\";s:16:\"dropboxtemptoken\";s:0:\"\";s:11:\"backup_mode\";s:1:\"2\";s:16:\"multisite_export\";s:1:\"0\";s:16:\"backup_directory\";s:0:\"\";s:14:\"temp_directory\";s:0:\"\";s:13:\"log_directory\";s:0:\"\";s:10:\"log_serial\";s:15:\"nmobtwjr5ytgwjg\";s:13:\"notifications\";a:0:{}s:19:\"zip_method_strategy\";s:1:\"1\";s:24:\"database_method_strategy\";s:3:\"php\";s:17:\"alternative_zip_2\";s:1:\"0\";s:19:\"ignore_zip_warnings\";s:1:\"0\";s:19:\"ignore_zip_symlinks\";s:1:\"1\";s:18:\"zip_build_strategy\";s:1:\"3\";s:15:\"zip_step_period\";s:2:\"30\";s:13:\"zip_burst_gap\";s:1:\"2\";s:21:\"zip_min_burst_content\";s:2:\"10\";s:21:\"zip_max_burst_content\";s:3:\"100\";s:25:\"disable_zipmethod_caching\";s:1:\"0\";s:19:\"archive_name_format\";s:8:\"datetime\";s:30:\"disable_https_local_ssl_verify\";s:1:\"0\";s:17:\"save_comment_meta\";s:1:\"1\";s:27:\"ignore_command_length_check\";s:1:\"0\";s:18:\"default_backup_tab\";s:1:\"0\";s:18:\"deployment_allowed\";s:1:\"0\";s:10:\"remote_api\";a:2:{s:4:\"keys\";a:0:{}s:3:\"ips\";a:0:{}}s:20:\"skip_spawn_cron_call\";s:1:\"0\";s:5:\"stats\";a:6:{s:9:\"site_size\";i:0;s:18:\"site_size_excluded\";i:0;s:17:\"site_size_updated\";i:0;s:7:\"db_size\";i:15217920;s:16:\"db_size_excluded\";i:15217920;s:15:\"db_size_updated\";i:1498067015;}s:9:\"disalerts\";a:3:{s:32:\"688fa3ac00c176b57f8cfac7e7e04a51\";i:1446314747;s:32:\"26724215e93b83acaad87b9673562ebd\";i:1498584024;s:24:\"wordpress_subdirectories\";i:1498584025;}s:15:\"breakout_tables\";s:1:\"1\";s:19:\"include_importbuddy\";s:1:\"1\";s:17:\"max_site_log_size\";s:1:\"5\";s:11:\"compression\";s:1:\"1\";s:25:\"no_new_backups_error_days\";s:2:\"45\";s:15:\"skip_quicksetup\";s:1:\"1\";s:13:\"prevent_flush\";s:1:\"0\";s:17:\"rollback_cleanups\";a:0:{}s:20:\"phpmysqldump_maxrows\";s:0:\"\";s:20:\"disable_localization\";s:1:\"0\";s:18:\"max_execution_time\";s:0:\"\";s:24:\"backup_cron_rescheduling\";s:1:\"0\";s:29:\"backup_cron_passed_force_time\";s:0:\"\";s:20:\"force_single_db_file\";s:1:\"0\";s:11:\"deployments\";a:0:{}s:19:\"max_send_stats_days\";s:1:\"7\";s:20:\"max_send_stats_count\";s:1:\"6\";s:8:\"profiles\";a:4:{i:0;a:8:{s:4:\"type\";s:8:\"defaults\";s:5:\"title\";s:15:\"Global Defaults\";s:18:\"skip_database_dump\";s:1:\"0\";s:19:\"backup_nonwp_tables\";s:1:\"0\";s:15:\"integrity_check\";s:1:\"1\";s:29:\"mysqldump_additional_includes\";s:0:\"\";s:29:\"mysqldump_additional_excludes\";s:0:\"\";s:8:\"excludes\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:2:\"db\";s:5:\"title\";s:13:\"Database Only\";s:3:\"tip\";s:49:\"Just your database. I like your minimalist style.\";}i:2;a:2:{s:4:\"type\";s:4:\"full\";s:5:\"title\";s:15:\"Complete Backup\";}i:3;a:11:{s:4:\"type\";s:4:\"full\";s:5:\"title\";s:11:\"Greg\'s Work\";s:18:\"skip_database_dump\";s:2:\"-1\";s:29:\"mysqldump_additional_includes\";s:2:\"-1\";s:29:\"mysqldump_additional_excludes\";s:2:\"-1\";s:19:\"backup_nonwp_tables\";s:2:\"-1\";s:8:\"excludes\";s:2:\"-1\";s:15:\"integrity_check\";s:2:\"-1\";s:20:\"profile_globaltables\";s:1:\"1\";s:22:\"profile_globalexcludes\";s:1:\"1\";s:11:\"backup_mode\";s:2:\"-1\";}}}','yes'),(484,'ithemes-updater-cache','a:10:{s:18:\"timeout-multiplier\";i:1;s:10:\"expiration\";i:1498204990;s:9:\"timestamp\";i:1498161790;s:8:\"packages\";a:1:{i:0;s:11:\"backupbuddy\";}s:14:\"update_plugins\";a:0:{}s:13:\"update_themes\";a:0:{}s:12:\"use_ca_patch\";b:0;s:7:\"use_ssl\";b:1;s:14:\"quick_releases\";b:0;s:18:\"timeout-mulitplier\";i:1;}','no'),(487,'tb_tweaks','','yes'),(563,'wpb_js_templates','a:9:{s:23:\"how-to-design_349912225\";a:2:{s:4:\"name\";s:13:\"how to design\";s:8:\"template\";s:352:\"[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"246\" alignment=\"right\" onclick=\"custom_link\" link=\"https://wedding-.ipower.com/ecommerce/os/catalog/index.php\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"248\" alignment=\"left\" onclick=\"custom_link\" link=\"http://wp5.centerpiecedesignerwizard.com/how-to-order/\"][/vc_column][/vc_row]\";}s:16:\"choose_838443869\";a:2:{s:4:\"name\";s:6:\"choose\";s:8:\"template\";s:495:\"[vc_row][vc_column][vc_single_image image=\"209\" onclick=\"custom_link\" link=\"http://wp5.centerpiecedesignerwizard.com/makebouquet/\"][vc_single_image image=\"205\" onclick=\"custom_link\" link=\"http://wp5.centerpiecedesignerwizard.com/how-to-order/\" css=\".vc_custom_1446664656279{margin-top: 20px !important;}\"][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"http://wp5.centerpiecedesignerwizard.com/pompoms/\" css=\".vc_custom_1446664681110{margin-top: 20px !important;}\"][/vc_column][/vc_row]\";}s:31:\"candy-for-your-party_1360718547\";a:2:{s:4:\"name\";s:20:\"Candy for your Party\";s:8:\"template\";s:1208:\"[vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3>Choose the Candy for your Party Favor</h3>\n<p class=\"margin-btm-lg\">You get to choose your favorite <a title=\"Choose your candies for your centerpieces\" href=\"http://wp5.centerpiecedesignerwizard.com/candypage/\"><strong>Candies to fill these Party Centerpieces.</strong></a> See the variety of candied sweets we offer.</p>\n\n<h3>Customize the colors for your Birthday Centerpieces</h3>\nUse our design tool to Visualize and <a href=\"https://wedding-.ipower.com/ecommerce/os/catalog/index.php\" target=\"_blank\"><strong>Customize your Party Centerpiece</strong></a> with many colors to choose from.\n\n<a href=\"https://wedding-.ipower.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row]\";}s:16:\"theme_2000526134\";a:2:{s:4:\"name\";s:5:\"theme\";s:8:\"template\";s:2632:\"[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Themed Centerpiece For Your Event\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Say \"Aloha!\" to our festive and fun tropical, Hawaiian, and Luau themed centerpieces and favors in one. Whether you\'re throwing an under-the-ocean themed wedding, a Hawaiian luau birthday party, or a beach bum theme summer event, Wanderfuls can help you design the perfect tropical or Hawaiian centerpiece for your party. You can choose the perfect colors for you, from beautiful ocean blues, to bright tropical flower colors. Then, fill them up with tropical themed candy Runts, or any other candy you\'d like.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd2hhdC1hcmUtd2FuZGVyZnVscyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1laG93cHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGcG9tcG9tcyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY29sb3JzcHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGY2FuZHlwYWdlJTJGJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRmNvbG9yLWRlc2lnbiUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY2F0YWxvZ3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Tropical, Hawaiian, &amp; Luau Themed Centerpieces\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"medium\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"787,788,789,790\"][/vc_column][/vc_row]\";}s:17:\"3boxes_1247551440\";a:2:{s:4:\"name\";s:6:\"3boxes\";s:8:\"template\";s:4610:\"[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"http://wp5.centerpiecedesignerwizard.com/pompoms/\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2>A Magical Take-Home Memory</h2>\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\n<h2>Designing your Centerpieces is fun and easy</h2>\nSimply call us. We will make your centerpiece colors magically appears on your screen. <a href=\"http://wp5.centerpiecedesignerwizard.com/what-are-wanderfuls/\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy53YW5kZXJmdWxzLmNvbSUyRjIwMTUlMkZzZXF1ZW5jZWRhc3NlbWJseS5odG1sJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwaGVpZ2h0JTNEJTIyMzAwcHglMjIlMjB3aWR0aCUzRCUyMjQwMHB4JTIyJTIwc3R5bGUlM0QlMjJvdmVyZmxvdyUzQWhpZGRlbiUzQiUyMGZsb2F0JTNBbGVmdCUzQiUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\n- Elizabeth, New Jersey\n\n<a href=\"http://wp5.centerpiecedesignerwizard.com/testimonials/\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\n\n&nbsp;\n\n<img class=\"alignnone size-full wp-image-176\" src=\"http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"left\" title=\"Party Favors\"][vc_single_image image=\"184\" alignment=\"left\" css=\".vc_custom_1446142207422{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"left\" title=\"Favor Holder\"][vc_single_image image=\"182\" alignment=\"left\" css=\".vc_custom_1446142242857{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"left\" title=\"Bouquet!!!\"][vc_single_image image=\"183\" alignment=\"right\" css=\".vc_custom_1446142252951{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]\";}s:23:\"how-to-order_1672570439\";a:2:{s:4:\"name\";s:12:\"how to order\";s:8:\"template\";s:4598:\"[vc_row][vc_column][vcex_spacing size=\"10px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Birthday Centerpieces\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]Wanderfuls are the perfect centerpiece idea for your Birthday Celebration! Whether you\'re celebrating your 30th, 40th, 50th, 60th, 70th, 80th or 90th Birthday, your Birthday Centerpieces will stand out from all the rest, making yours the most memorable birthday party of the year. Wanderfuls double as a centerpiece and party favor all-in-one. See how you can design your own <a href=\"http://wp5.centerpiecedesignerwizard.com/pompoms/\"><strong>Birthday Party Centerpiece Colors.</strong></a> Your guests will be AMAZED when they walk into the room and see your <a href=\"http://wp5.centerpiecedesignerwizard.com/pompoms/\"><strong>Unique Party Centerpiece on the table!!</strong></a> Call a designer for specific pricing and check out what Birthday Decoration Discounts may be available.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"381\" alignment=\"right\" onclick=\"custom_link\" link=\"http://wp5.centerpiecedesignerwizard.com/pompoms/\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-.ipower.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"http://wp5.centerpiecedesignerwizard.com/how-to-order/\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"382\" alignment=\"left\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<blockquote>My father-in-law’s surprise 60th birthday party centerpiece was a huge hit thanks to Wanderfuls!”\n-Paige Johnson</blockquote>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vcex_heading text=\"See our Customer Designs\" text_align=\"center\" font_size=\"36px\" color=\"#cc3366\" link=\"url:http%3A%2F%2Fwww.hikitoo.com%2Fmusic%2Fbirthday-centerpieces%2F||\"][vcex_heading text=\"Click here to see more \" text_align=\"center\" font_size=\"14px\" line_height=\"20px\" color=\"#cc3366\" link=\"url:http%3A%2F%2Fwww.hikitoo.com%2Fmusic%2Fbirthday-centerpieces%2F||\"][vcex_image_grid columns=\"5\" thumbnail_link=\"custom_link\" title=\"no\" image_ids=\"405,404,403,402,401\" custom_links=\"http://wp5.centerpiecedesignerwizard.com/birthday-centerpieces/,http://wp5.centerpiecedesignerwizard.com/birthday-centerpieces/,http://wp5.centerpiecedesignerwizard.com/birthday-centerpieces/,http://wp5.centerpiecedesignerwizard.com/birthday-centerpieces/,http://wp5.centerpiecedesignerwizard.com/birthday-centerpieces/\"][vc_single_image image=\"209\" alignment=\"center\" onclick=\"custom_link\" link=\"http://wp5.centerpiecedesignerwizard.com/makebouquet/\" css=\".vc_custom_1446668862483{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3>Choose the Candy for your Party Favor</h3>\n<p class=\"margin-btm-lg\">You get to choose your favorite <a title=\"Choose your candies for your centerpieces\" href=\"http://wp5.centerpiecedesignerwizard.com/candypage/\"><strong>Candies to fill these Party Centerpieces.</strong></a> See the variety of candied sweets we offer.</p>\n\n<h3>Customize the colors for your Birthday Centerpieces</h3>\nUse our design tool to Visualize and <a href=\"https://wedding-.ipower.com/ecommerce/os/catalog/index.php\" target=\"_blank\"><strong>Customize your Party Centerpiece</strong></a> with many colors to choose from.\n\n<a href=\"https://wedding-.ipower.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"409\" alignment=\"center\"][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"http://wp5.centerpiecedesignerwizard.com/pompoms/\" css=\".vc_custom_1446669642452{margin-top: 30px !important;}\"][/vc_column][/vc_row]\";}s:19:\"new-order_640656166\";a:2:{s:4:\"name\";s:9:\"new order\";s:8:\"template\";s:513:\"[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-.ipower.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"http://wp5.centerpiecedesignerwizard.com/how-to-order/\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]\";}s:21:\"paty-favor_1911018975\";a:2:{s:4:\"name\";s:10:\"paty favor\";s:8:\"template\";s:3827:\"[vc_row css=\".vc_custom_1448876700848{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"858\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3>Create with <span style=\"color: #bf3765;\">color</span>. Add beauty &amp; magic to your event.</h3>\nOur one-of-a-kind <strong>Party Favor \"Wands\"</strong> are available in smaller sizes to accommodate more formal settings or larger sizes for more flair and pizzazz.\n\nNeed personalization? Our Wands are happy to accommodate. Your name and event date can be inscribed along the spiral ribbon, making it a<strong>personalized favor</strong> as well.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h4>You and your Personal Wanderfuls Designer will...</h4>\n<ol>\n	<li>Choose your <a href=\"http://wp5.centerpiecedesignerwizard.com/pompoms/\">Colors</a></li>\n	<li>Choose your <a href=\"http://wp5.centerpiecedesignerwizard.com/candypage/\">Candy</a></li>\n	<li>Choose your <a href=\"http://wp5.centerpiecedesignerwizard.com/makebouquet/\">Style</a></li>\n	<li>Place your order</li>\n</ol>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h4>Party Favors Color Gallery</h4>\nOur Unique Favors have enchanted both our clients and their guests at hundreds of events, from weddings and fundraisers to birthdays, anniversaries and award dinners.[/vc_column_text][vcex_image_grid hover_animation=\"grow-shadow\" columns=\"3\" columns_gap=\"5\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"859,860,861,862,863,864\" css=\".vc_custom_1448781076617{margin-top: 20px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448783395212{margin-top: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"854\"][vc_column_text]\n<h3>Designing Your Favors</h3>\nWanderfuls <strong>Personalized Favors</strong> are filled with delectable candy and wrapped in matching colorful ribbons, our <a href=\"http://wp5.centerpiecedesignerwizard.com/candypage/\">Unique Party Favors</a> provide exciting favors that your guests will rave about.\n\nTo create more magic, simply slide these <strong>unique candy favors</strong> into one of our specially designed holders and presto! Now you have a bouquet of favors that can double as your table centerpiece!\n\nDesign Your Own Party Favors Now!\n<ul>\n	<li><a href=\"http://wp5.centerpiecedesignerwizard.com/color-design/\">Build your Bouquet</a></li>\n	<li><a href=\"http://wp5.centerpiecedesignerwizard.com/color-design/\">Design Room</a></li>\n</ul>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"867\"][vc_column_text]\n<h3>Favors by Event</h3>\nOur ability to create an unlimited combination of colors means you can get just the feeling you are looking for. And the process is fun! Just call one of our helpful designers and we’ll get you started.\n\n<a href=\"http://wp5.centerpiecedesignerwizard.com/wedding/\">Wedding Favor</a>[/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"left\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"left\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"left\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448784140099{margin-top: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"868\" alignment=\"left\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"To get personalized help call\n1-888-837-5021\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1448784193396{padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #cc3366 !important;}\"][/vc_column][/vc_row]\";}s:20:\"colors-alt_938360099\";a:2:{s:4:\"name\";s:10:\"colors alt\";s:8:\"template\";s:333:\"[vc_row][vc_column][vcex_image_carousel items=\"2\" items_scroll=\"2\" timeout_duration=\"2000\" img_size=\"full\" tablet_items=\"2\" image_ids=\"615,613,609,611,607,605,603,601,599,592,594,596,590,588,586,578,580,582,584,576,574,572,564,566,568,570,562,560,558,551,556,549,548,546,544,536,530,538,532,540,534,542,528,526\"][/vc_column][/vc_row]\";}}','no'),(694,'category_children','a:0:{}','yes'),(695,'post_series_children','a:0:{}','yes'),(876,'wpseo','a:21:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:5:\"4.0.2\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:20:\"enable_setting_pages\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1482185151;}','yes'),(877,'wpseo_permalinks','a:13:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:14:\"hide-feedlinks\";b:0;s:12:\"hide-rsdlink\";b:0;s:14:\"hide-shortlink\";b:0;s:16:\"hide-wlwmanifest\";b:0;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(878,'wpseo_titles','a:102:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;s:6:\"noydir\";b:0;s:15:\"usemetakeywords\";b:1;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:15:\"title-portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-portfolio\";s:0:\"\";s:17:\"metakey-portfolio\";s:0:\"\";s:17:\"noindex-portfolio\";b:0;s:18:\"showdate-portfolio\";b:0;s:21:\"hideeditbox-portfolio\";b:0;s:11:\"title-staff\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-staff\";s:0:\"\";s:13:\"metakey-staff\";s:0:\"\";s:13:\"noindex-staff\";b:0;s:14:\"showdate-staff\";b:0;s:17:\"hideeditbox-staff\";b:0;s:18:\"title-testimonials\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-testimonials\";s:0:\"\";s:20:\"metakey-testimonials\";s:0:\"\";s:20:\"noindex-testimonials\";b:0;s:21:\"showdate-testimonials\";b:0;s:24:\"hideeditbox-testimonials\";b:0;s:23:\"title-tax-portfolio_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-tax-portfolio_tag\";s:0:\"\";s:25:\"metakey-tax-portfolio_tag\";s:0:\"\";s:29:\"hideeditbox-tax-portfolio_tag\";b:0;s:25:\"noindex-tax-portfolio_tag\";b:0;s:28:\"title-tax-portfolio_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-tax-portfolio_category\";s:0:\"\";s:30:\"metakey-tax-portfolio_category\";s:0:\"\";s:34:\"hideeditbox-tax-portfolio_category\";b:0;s:30:\"noindex-tax-portfolio_category\";b:0;s:19:\"title-tax-staff_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-tax-staff_tag\";s:0:\"\";s:21:\"metakey-tax-staff_tag\";s:0:\"\";s:25:\"hideeditbox-tax-staff_tag\";b:0;s:21:\"noindex-tax-staff_tag\";b:0;s:24:\"title-tax-staff_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-tax-staff_category\";s:0:\"\";s:26:\"metakey-tax-staff_category\";s:0:\"\";s:30:\"hideeditbox-tax-staff_category\";b:0;s:26:\"noindex-tax-staff_category\";b:0;s:31:\"title-tax-testimonials_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:34:\"metadesc-tax-testimonials_category\";s:0:\"\";s:33:\"metakey-tax-testimonials_category\";s:0:\"\";s:37:\"hideeditbox-tax-testimonials_category\";b:0;s:33:\"noindex-tax-testimonials_category\";b:0;s:21:\"title-tax-post_series\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_series\";s:0:\"\";s:23:\"metakey-tax-post_series\";s:0:\"\";s:27:\"hideeditbox-tax-post_series\";b:0;s:23:\"noindex-tax-post_series\";b:0;}','yes'),(879,'wpseo_social','a:21:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"1f5fb3943a8f6e30e2011a7ab9c30061\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:0;s:10:\"googleplus\";b:0;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:0;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(880,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(881,'wpseo_internallinks','a:19:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:23:\"post_types-post-maintax\";i:0;s:28:\"post_types-portfolio-maintax\";i:0;s:24:\"post_types-staff-maintax\";i:0;s:31:\"post_types-testimonials-maintax\";i:0;s:31:\"taxonomy-portfolio_tag-ptparent\";i:0;s:36:\"taxonomy-portfolio_category-ptparent\";i:0;s:27:\"taxonomy-staff_tag-ptparent\";i:0;s:32:\"taxonomy-staff_category-ptparent\";i:0;s:39:\"taxonomy-testimonials_category-ptparent\";i:0;s:29:\"taxonomy-post_series-ptparent\";i:0;}','yes'),(882,'wpseo_xml','a:27:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:33:\"user_role-customer-not_in_sitemap\";b:0;s:37:\"user_role-shop_manager-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:35:\"post_types-portfolio-not_in_sitemap\";b:0;s:31:\"post_types-staff-not_in_sitemap\";b:0;s:38:\"post_types-testimonials-not_in_sitemap\";b:0;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;s:39:\"taxonomies-portfolio_tag-not_in_sitemap\";b:0;s:44:\"taxonomies-portfolio_category-not_in_sitemap\";b:0;s:35:\"taxonomies-staff_tag-not_in_sitemap\";b:0;s:40:\"taxonomies-staff_category-not_in_sitemap\";b:0;s:47:\"taxonomies-testimonials_category-not_in_sitemap\";b:0;s:37:\"taxonomies-post_series-not_in_sitemap\";b:0;}','yes'),(1052,'widget_wpdevart_countdown','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1296,'revslider-notices-dc','a:7:{i:0;s:9:\"TPRS51-01\";i:1;s:10:\"TPRS515-01\";i:2;s:10:\"TPRS515-01\";i:3;s:10:\"TPRS530-01\";i:4;s:10:\"TPRS540-01\";i:5;s:10:\"TPRS540-01\";i:6;s:10:\"TPRS545-01\";}','yes'),(1318,'bonfire_taptap_horizontal_alignment','taptapaligncenter','yes'),(1319,'bonfire_taptap_vertical_alignment','taptapaligntop','yes'),(1320,'bonfire_taptap_menu_button_style','taptapthreelines','yes'),(1321,'bonfire_taptap_button_animation','taptapxanimation','yes'),(1322,'bonfire_taptap_menu_animation','taptapright','yes'),(1323,'bonfire_taptap_absolute_position','checked','yes'),(1324,'bonfire_taptap_left_right','','yes'),(1325,'bonfire_taptap_menu_button_opacity','','yes'),(1326,'bonfire_taptap_hide_logo','checked','yes'),(1327,'bonfire_taptap_hide_search','checked','yes'),(1328,'bonfire_taptap_hide_search_divider','checked','yes'),(1329,'bonfire_taptap_search_text','Search the site...','yes'),(1330,'bonfire_taptap_show_header','','yes'),(1331,'bonfire_taptap_show_header_search_above','','yes'),(1332,'bonfire_taptap_header_background_opacity','','yes'),(1333,'bonfire_taptap_site_top','','yes'),(1334,'bonfire_taptap_content_top_distance','','yes'),(1335,'bonfire_taptap_heading','','yes'),(1336,'bonfire_taptap_heading_link','','yes'),(1337,'bonfire_taptap_heading_font_size','16','yes'),(1338,'bonfire_taptap_heading_letter_spacing','1','yes'),(1339,'bonfire_taptap_heading_line_height','','yes'),(1340,'bonfire_taptap_heading_theme_font','','yes'),(1341,'bonfire_taptap_heading_subheading_distance','','yes'),(1342,'bonfire_taptap_subheading','','yes'),(1343,'bonfire_taptap_subheading_link','','yes'),(1344,'bonfire_taptap_subheading_font_size','16','yes'),(1345,'bonfire_taptap_subheading_letter_spacing','1','yes'),(1346,'bonfire_taptap_subheading_line_height','','yes'),(1347,'bonfire_taptap_subheading_theme_font','','yes'),(1348,'bonfire_taptap_image','','yes'),(1349,'bonfire_taptap_image_link','','yes'),(1350,'bonfire_taptap_image_link_blank','','yes'),(1351,'bonfire_taptap_main_menu_open','','yes'),(1352,'bonfire_taptap_close_on_click','','yes'),(1353,'bonfire_taptap_menu_font_size','16','yes'),(1354,'bonfire_taptap_submenu_font_size','14','yes'),(1355,'bonfire_taptap_menu_spacing','','yes'),(1356,'bonfire_taptap_submenu_spacing','','yes'),(1357,'bonfire_taptap_menu_letter_spacing','1','yes'),(1358,'bonfire_taptap_menu_theme_font','','yes'),(1359,'bonfire_taptap_hide_submenu_divider','','yes'),(1360,'bonfire_taptap_menu_arrow_alignment','10','yes'),(1361,'bonfire_taptap_submenu_arrow_alignment','','yes'),(1362,'bonfire_taptap_menu_description_font_size','','yes'),(1363,'bonfire_taptap_menu_description_top_padding','','yes'),(1364,'bonfire_taptap_menu_description_bottom_padding','','yes'),(1365,'bonfire_taptap_menu_description_line_height','','yes'),(1366,'bonfire_taptap_menu_icon_size','','yes'),(1367,'bonfire_taptap_submenu_icon_size','','yes'),(1368,'bonfire_taptap_menu_icon_alignment','','yes'),(1369,'bonfire_taptap_submenu_icon_alignment','','yes'),(1370,'bonfire_taptap_fa_no_load','','yes'),(1371,'bonfire_taptap_widget_top_distance','','yes'),(1372,'bonfire_taptap_widget_title_font_size','','yes'),(1373,'bonfire_taptap_widget_title_letter_spacing','','yes'),(1374,'bonfire_taptap_widget_title_line_height','','yes'),(1375,'bonfire_taptap_widget_title_theme_font','','yes'),(1376,'bonfire_taptap_widget_font_size','','yes'),(1377,'bonfire_taptap_widget_letter_spacing','','yes'),(1378,'bonfire_taptap_widget_line_height','','yes'),(1379,'bonfire_taptap_widget_theme_font','','yes'),(1380,'bonfire_taptap_background_image','','yes'),(1381,'bonfire_taptap_image_pattern','','yes'),(1382,'bonfire_taptap_background_image_opacity','','yes'),(1383,'bonfire_taptap_background_color_opacity','','yes'),(1384,'bonfire_taptap_larger_than','1920','yes'),(1385,'bonfire_taptap_smaller_than','961','yes'),(1386,'bonfire_taptap_hide_theme_menu','#mobile-menu','yes'),(1390,'bonfire_taptap_heading_font','taptapheadingmontserratbold','yes'),(1391,'bonfire_taptap_subheading_font','taptapsubheadingmontserrat','yes'),(1392,'bonfire_taptap_menu_font','taptapmenumontserrat','yes'),(1413,'bonfire_taptap_menu_button_active_color','','yes'),(2850,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:16:\"lz83ny@gmail.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1485316846;}','no'),(3190,'wpseo_dismiss_recalculate','1','yes'),(3205,'_transient_w3tc.verify_plugins','1','no'),(3209,'_transient_dash_54e0612bb2ce53db0827d5e7c3c1b7dc','\n<p style=\"text-align: center;\">\n	<a href=\"http://feeds.feedburner.com/W3EDGE\" target=\"_blank\">View Feed</a>\n</p>\n','no'),(3211,'_transient_feed_6c78d00722dae650afc8789333d5c38e','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";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: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:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://pipes.yahoo.com/pipes/pipe.info?_id=02f556aa2f503be89aa9d89723644f40\";s: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:59:\"The fastest and most complete WordPress performance plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://pipes.yahoo.com/pipes/\";s:7:\"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:5:{i:0;a:6:{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:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"medhaniehabte1 on &quot;Opting out of Object Caching for certain objects&quot;\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/3ls41y0DNZI/opting-out-of-object-caching-for-certain-objects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 01 Oct 2015 09:59:10 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7494075@http://wordpress.org/support/\";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:873:\"<p>Greetings, </p>\n<p>I am trying to determine a way in which the cache automatically clears when a page or specific object/plugin/application is updated in our Wordpress page. I ask because whenever, I update certain content, the changes do not appear, even when clearing browser cache. It is then that I have to empty the caches within W3TC. </p>\n<p>Is it possible to have the cache empty automatically whenever any object/page/data is updated? If not, then what steps can I take to assure that whenever a change is made, it automatically appears. For some pages, its fine, but for others not as much.</p>\n<p>Hope it helps.</p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"https://wordpress.org/plugins/w3-total-cache/\">https://wordpress.org/plugins/w3-total-cache/</a>\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/3ls41y0DNZI\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wordpress.org/support/topic/opting-out-of-object-caching-for-certain-objects#post-7494075\";s: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: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:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Homika on &quot;Recently an error occurred while creating the CSS / JS minify cache&quot;\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/u3ifsCU0gyU/recently-an-error-occurred-while-creating-the-css-js-minify-cache-10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 30 Sep 2015 09:00:12 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7489392@http://wordpress.org/support/\";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:731:\"<p>I have exactly the same problem. \"admin-bar-button\" plugin was disabled and then deleted but I still get the following error: </p>\n<p>\"Recently an error occurred while creating the CSS / JS minify cache: File \"/home/enjoyyourcooking.com/wp-content/plugins/admin-bar-button/adminBar-front.css\" doesn\'t exist.\"</p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"http://s14.postimg.org/743dgj31t/Screen_Shot_2015_09_30_at_11_56_06_AM.png\">Screenshot</a></p>\n<p>Tried flashing cache, playing with settings of W3 Total Cache. This file is not mentioned in any W3 Total Cache settings. Nothing helps. How can I get rid off this error?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/u3ifsCU0gyU\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://wordpress.org/support/topic/recently-an-error-occurred-while-creating-the-css-js-minify-cache-10#post-7489392\";s: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: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:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"Norbertjmx on &quot;How to configure W3 Total Cache and Cloudflare in a right way&quot;\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/N1_dmRDg5sg/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 30 Sep 2015 02:07:53 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7487666@http://wordpress.org/support/\";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:852:\"<p>Hey Rakesh,</p>\n<p>Have you checked out these tutorials on cloudflare? They might help you.</p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"https://support.cloudflare.com/hc/en-us/articles/200169756-Can-I-use-WordPress-caching-plugins-like-Super-Cache-or-W3-Total-Cache-W3TC-with-CloudFlare-\">https://support.cloudflare.com/hc/en-us/articles/200169756-Can-I-use-WordPress-caching-plugins-like-Super-Cache-or-W3-Total-Cache-W3TC-with-CloudFlare-</a></p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"https://support.cloudflare.com/hc/en-us/articles/200169546-What-fields-do-I-need-to-enter-in-W3TC-W3-Total-Cache-settings-\">https://support.cloudflare.com/hc/en-us/articles/200169546-What-fields-do-I-need-to-enter-in-W3TC-W3-Total-Cache-settings-</a>\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/N1_dmRDg5sg\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wordpress.org/support/topic/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way#post-7487666\";s: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: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:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"mani04 on &quot;Internal Server Error, no access to most pages&quot;\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/NR8NCo1KAr0/internatl-server-error-no-access-to-most-pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 29 Sep 2015 01:13:54 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7482801@http://wordpress.org/support/\";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:388:\"<p>My hosting provider checked the server again and found a problem. The permissions for the root directory were set wrong. Now my homepage works, but it displays no content. Also /wp-admin still doesn\'t work (internal server error).</p>\n<p>I\'m waiting for their reply to check again.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/NR8NCo1KAr0\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wordpress.org/support/topic/internatl-server-error-no-access-to-most-pages#post-7482801\";s: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: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:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"rakesh.mekaguda on &quot;How to configure W3 Total Cache and Cloudflare in a right way&quot;\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/6b1YEF7T6Rc/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Sep 2015 12:15:00 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7480816@http://wordpress.org/support/\";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:310:\"<p>I found that using W3 Total Cache and Cloudfalre makes my website to load fast, tried the both but not seen any improvement. anyone suggest detailed  tutorial to configure W3 Total Cache with Cloudflare.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/6b1YEF7T6Rc\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wordpress.org/support/topic/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way#post-7480816\";s: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:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:40:\"http://feeds.feedburner.com/W3TOTALCACHE\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:4:\"next\";s:4:\"href\";s:93:\"http://pipes.yahoo.com/pipes/pipe.run?_id=02f556aa2f503be89aa9d89723644f40&_render=rss&page=2\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:40:\"http://feeds.feedburner.com/W3TOTALCACHE\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:12:\"w3totalcache\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:28:\"http://www.w3.org/1999/xhtml\";a:1:{s:4:\"meta\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"name\";s:6:\"robots\";s:7:\"content\";s:7:\"noindex\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://pipes.yahoo.com\";a:1:{s:4:\"meta\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"name\";s:5:\"pipes\";s:7:\"content\";s:9:\"noprocess\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"vkh1WP7+2jqt+K0ZhnXRO+nHiXY\";s:13:\"last-modified\";s:29:\"Mon, 01 Feb 2016 17:36:29 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Mon, 01 Feb 2016 17:45:37 GMT\";s:7:\"expires\";s:29:\"Mon, 01 Feb 2016 17:45:37 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20130911043210\";}','no'),(3213,'_transient_feed_mod_6c78d00722dae650afc8789333d5c38e','1454348737','no'),(3215,'_transient_dash_91cf481bdcff97d36bc4763744848eba','<h4>\n	<a href=\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/3ls41y0DNZI/opting-out-of-object-caching-for-certain-objects\">medhaniehabte1 on &quot;Opting out of Object Caching for certain objects&quot;</a>\n</h4>\n<h4>\n	<a href=\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/u3ifsCU0gyU/recently-an-error-occurred-while-creating-the-css-js-minify-cache-10\">Homika on &quot;Recently an error occurred while creating the CSS / JS minify cache&quot;</a>\n</h4>\n<h4>\n	<a href=\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/N1_dmRDg5sg/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way\">Norbertjmx on &quot;How to configure W3 Total Cache and Cloudflare in a right way&quot;</a>\n</h4>\n\n<p style=\"text-align: center;\">\n	<a href=\"http://feeds.feedburner.com/W3TOTALCACHE\" target=\"_blank\">View Feed</a>\n</p>\n','no'),(3217,'_transient_w3tc_license_status','no_key','no'),(3227,'aaetp_plugin_settings','a:1:{s:15:\"aaetp_extension\";s:5:\".html\";}','yes'),(3243,'wordfence_version','6.1.14','yes'),(3244,'wordfenceActivated','0','yes'),(3245,'wf_plugin_act_error','','yes'),(3261,'wpcf7','a:1:{s:7:\"version\";s:3:\"4.5\";}','yes'),(3265,'GZipNinjaSpeed_status','0','yes'),(3267,'LBCachingNinja_status','0','yes'),(3273,'_transient_wpseo_sitemap_cache_category_1','<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/category/uncategorized</loc>\r\n		<lastmod>2015-10-28T18:09:07+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.2</priority>\r\n	</url>\r\n</urlset>','no'),(3281,'WpFc_api_key','971f9351d2799b131574d42ab77db605','yes'),(3288,'_transient_feed_696c5cae47c2819ede33327da4ef81e5','a:4:{s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"feed\";a:1:{i:0;a:6:{s:4:\"data\";s:21:\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:1:{s:36:\"http://www.w3.org/XML/1998/namespace\";a:1:{s:4:\"lang\";s:2:\"en\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-Optimize\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jekyll\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:33:\"https://github.com/mojombo/jekyll\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:43:\"http://wp-optimize.ruhanirabin.com/feed.xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:35:\"http://wp-optimize.ruhanirabin.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:7:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2015-06-23T15:11:53+00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://wp-optimize.ruhanirabin.com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:10:\"\n  \n  \n  \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ruhani Rabin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:3:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://wp-optimize.ruhanirabin.com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:5:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"get@email.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}}s:5:\"entry\";a:4:{i:0;a:6:{s:4:\"data\";s:25:\"\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:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"What\'s new in release v.1.8.9.10\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:79:\"http://wp-optimize.ruhanirabin.com/whats-new-in-release-v-dot-1-8-dot-9-dot-10/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wp-optimize.ruhanirabin.com/whats-new-in-release-v-dot-1-8-dot-9-dot-10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:7:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"2015-05-13 23:06:06 +0000T00:00:00-00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:9:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2015-05-12T00:00:00+00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:18:\"\n    \n    \n    \n  \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ruhani Rabin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:3:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://wp-optimize.ruhanirabin.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:5:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"get@email.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}}s:7:\"content\";a:1:{i:0;a:5:{s:4:\"data\";s:847:\"<p>There are a lot of stuff that has been re-coded in this release. </p>\n\n<h3 id=\"most-notable-changes-are\">Most notable changes are:</h3>\n\n<h2 id=\"section\">1.8.9.10</h2>\n<ol>\n  <li>Security Patch - Update your plugin.</li>\n  <li>Security Patch provided by Dion at WordPress.org and Security report provided by http://planetzuda.com .</li>\n  <li>Language files update</li>\n</ol>\n\n<h2 id=\"section-1\">1.8.9.8</h2>\n<ol>\n  <li>Daily Schedule Option Added</li>\n  <li>Email notification on automatic optimization, default email is admin email address. You can change this in settings</li>\n</ol>\n\n  <p><a href=\"http://wp-optimize.ruhanirabin.com/whats-new-in-release-v-dot-1-8-dot-9-dot-10/\">What\'s new in release v.1.8.9.10</a> was originally published by Ruhani Rabin at <a href=\"http://wp-optimize.ruhanirabin.com\">WP-Optimize</a> on May 12, 2015.</p>\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}i:1;a:6:{s:4:\"data\";s:22:\"\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:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"URGENT BugFix: 1.8.9.7\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:57:\"http://wp-optimize.ruhanirabin.com/urgent-bugfix-1-8-9-7/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wp-optimize.ruhanirabin.com/urgent-bugfix-1-8-9-7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:9:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2014-09-08T10:19:26+00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:7:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2014-09-08T10:19:26+00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:18:\"\n    \n    \n    \n  \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ruhani Rabin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:3:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://wp-optimize.ruhanirabin.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:5:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"get@email.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}}s:7:\"content\";a:1:{i:0;a:5:{s:4:\"data\";s:1496:\"<p>Just after releasing the previous update with new changes; I have noticed that the <strong>Disable/Enable trackback/comments buttons</strong> on the setting screen causing the <strong>AUTO SCHEDULE</strong> option to reset itself. </p>\n\n<p>In fact, executing any of the <strong>Disable/Enable trackback/comments buttons</strong> will disable the <strong>AUTO SCHEDULE</strong> option, ==you will still be able to enable it by clicking the checkbox==. </p>\n\n<p><img src=\"http://wp-optimize.ruhanirabin.com/images/enable-disable-trackback-comments-update2.png\" alt=\"Image\" /></p>\n\n<p><em>I’ve made the _necessary changes_ and re-organize the Settings Screen so this does not happen again. Refer to the new screen above.</em></p>\n\n<h2 id=\"how-does-the-new-screen-work\">How does the new screen work?</h2>\n<ol>\n  <li>If you want to disable or enable trackbacks and comments, select the dropdown list for each of them. </li>\n  <li>Press <strong>SAVE SETTINGS</strong>, it will enable or disable the corresponding feature such as Trackbacks and Comments.</li>\n  <li><strong>This only reflects the ==published posts==</strong>, the reason of doing that is - ==Drafts or unpublished post you may choose to enable comments or trackbacks, it is up to you.== </li>\n</ol>\n\n  <p><a href=\"http://wp-optimize.ruhanirabin.com/urgent-bugfix-1-8-9-7/\">URGENT BugFix: 1.8.9.7</a> was originally published by Ruhani Rabin at <a href=\"http://wp-optimize.ruhanirabin.com\">WP-Optimize</a> on September 08, 2014.</p>\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}i:2;a:6:{s:4:\"data\";s:22:\"\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:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Changes in v1.8.9.6\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:55:\"http://wp-optimize.ruhanirabin.com/changes-in-v1-8-9-6/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wp-optimize.ruhanirabin.com/changes-in-v1-8-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:2:\"en\";}}s:9:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2014-09-04T11:21:19+00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:7:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2014-09-04T11:21:19+00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:18:\"\n    \n    \n    \n  \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ruhani Rabin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:3:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://wp-optimize.ruhanirabin.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:5:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"get@email.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}}s:7:\"content\";a:1:{i:0;a:5:{s:4:\"data\";s:925:\"<h3 id=\"whats-changed\">What’s changed</h3>\n<p><img src=\"http://wp-optimize.ruhanirabin.com/images/enable-disable-trackbacks.png\" alt=\"Image\" /></p>\n\n<ol>\n  <li>There were few <strong>number formatting problem</strong> and detection of InnoDB table format. Charles Dee Rice solved the problems that I missed out. Thank you!</li>\n  <li>Now has the ability to batch <strong>enable/disable trackbacks and comments</strong> for <strong><em>all your published posts</em></strong>. Please remember this is a batch operation. If there is a post that was disabled but the rest of the other posts were enabled, the batch operation will reset it. </li>\n  <li>Other code optimizations and cleanup</li>\n</ol>\n\n  <p><a href=\"http://wp-optimize.ruhanirabin.com/changes-in-v1-8-9-6/\">Changes in v1.8.9.6</a> was originally published by Ruhani Rabin at <a href=\"http://wp-optimize.ruhanirabin.com\">WP-Optimize</a> on September 04, 2014.</p>\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}i:3;a:6:{s:4:\"data\";s:25:\"\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:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"What\'s new in release v.1.8.9\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:72:\"http://wp-optimize.ruhanirabin.com/whats-new-in-release-v-dot-1-8-dot-9/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wp-optimize.ruhanirabin.com/whats-new-in-release-v-dot-1-8-dot-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:7:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"2014-06-13 23:06:06 +0000T00:00:00-00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:9:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2014-05-12T00:00:00+00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:18:\"\n    \n    \n    \n  \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ruhani Rabin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:3:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://wp-optimize.ruhanirabin.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:5:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"get@email.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}}s:7:\"content\";a:1:{i:0;a:5:{s:4:\"data\";s:2514:\"<p>There are a lot of stuff that has been re-coded in this release. </p>\n\n<h3 id=\"most-notable-changes-are\">Most notable changes are:</h3>\n\n<ol>\n  <li>\n    <p>Persistent settings for main screen: Allows user to save the checkbox selection on the main screen so next time they do not need to select the items they use frequently. Red marked items could not be saved. <img src=\"http://wp-optimize.ruhanirabin.com/images/2014-05-12-1.png\" alt=\"Image\" /></p>\n  </li>\n  <li>\n    <p>Credits page has been re-organized with proper information and links. Now includes GitHub master branch commits.</p>\n  </li>\n  <li>\n    <p>Now cleans up redundant comment meta data and akismet left over data from comments meta data table. </p>\n  </li>\n  <li>\n    <p>Time settings according to the blog local time, so schedules and time display will show time properly. This would only work if the blog time has been set up properly</p>\n  </li>\n  <li>\n    <p>I have enabled mixed type tables optimization. So basically what will it do? It will enable you to run optimization if you have mixed of innoDB and MyISAM tables. But, it will skip the optimization commands on innoDB tables. Some tables may report wrong size, haven’t been able to find a proper workaround to this. </p>\n  </li>\n  <li>\n    <p>New table type column - this gives you an overlook of what types of tables you have on your database.  <img src=\"http://wp-optimize.ruhanirabin.com/images/table-type-display.png\" alt=\"Image\" /></p>\n  </li>\n  <li>\n    <p>InnoDB table type <strong>Overhead Size</strong>  are set to <strong>0 bytes</strong> because most of the time they report wrong overhead size.</p>\n  </li>\n  <li>\n    <p>Shows last blog post from GitHub Pages for WP-Optimize at the <strong>Status Log</strong></p>\n  </li>\n  <li>\n    <p><strong>Independent translation portal</strong> for Translators to live update translations before actual releases. So their translation at always in sync. <strong><a href=\"http://wp-optimize.ruhanirabin.com/translations/\">Read instructions</a></strong> <img src=\"http://wp-optimize.ruhanirabin.com/images/translations-interface.png\" alt=\"Image\" /></p>\n  </li>\n  <li>\n    <p>Updated SQL Queries to include backticks for better compatibilty with reserved names. </p>\n  </li>\n</ol>\n\n\n  <p><a href=\"http://wp-optimize.ruhanirabin.com/whats-new-in-release-v-dot-1-8-dot-9/\">What\'s new in release v.1.8.9</a> was originally published by Ruhani Rabin at <a href=\"http://wp-optimize.ruhanirabin.com\">WP-Optimize</a> on May 12, 2014.</p>\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}}}}}}}}s:4:\"type\";i:512;s:7:\"headers\";a:20:{s:6:\"server\";s:10:\"GitHub.com\";s:12:\"content-type\";s:15:\"application/xml\";s:13:\"last-modified\";s:29:\"Tue, 23 Jun 2015 15:11:55 GMT\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:7:\"expires\";s:29:\"Thu, 28 Jan 2016 05:12:48 GMT\";s:13:\"cache-control\";s:11:\"max-age=600\";s:16:\"content-encoding\";s:4:\"gzip\";s:19:\"x-github-request-id\";s:29:\"17EB2814:4967:370455:56A9A0F7\";s:14:\"content-length\";s:4:\"2937\";s:13:\"accept-ranges\";s:5:\"bytes\";s:4:\"date\";s:29:\"Mon, 08 Feb 2016 08:15:29 GMT\";s:3:\"via\";s:11:\"1.1 varnish\";s:3:\"age\";s:3:\"314\";s:10:\"connection\";s:5:\"close\";s:11:\"x-served-by\";s:17:\"cache-ord1730-ORD\";s:7:\"x-cache\";s:3:\"HIT\";s:12:\"x-cache-hits\";s:1:\"2\";s:7:\"x-timer\";s:26:\"S1454919329.063821,VS0,VE0\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:19:\"x-fastly-request-id\";s:40:\"c4bf3b0617b41834470a161584fb3a09e0a744dd\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(3290,'_transient_feed_mod_696c5cae47c2819ede33327da4ef81e5','1454919320','no'),(3318,'_transient_wpseo_sitemap_cache_testimonials_category_1','<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonials-category/common</loc>\r\n		<lastmod>2015-10-30T17:05:37+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.6</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonials-category/corporate-testimonials</loc>\r\n		<lastmod>2015-10-30T13:07:45+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.4</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonials-category/customer-testimonials</loc>\r\n		<lastmod>2015-10-30T13:01:45+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.4</priority>\r\n	</url>\r\n</urlset>','no'),(3320,'_transient_wpseo_sitemap_cache_page_1','<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/makebouquet.php</loc>\r\n		<lastmod>2016-02-02T08:07:33+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/</loc>\r\n		<lastmod>2016-01-30T23:37:01+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>1</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/pompoms.php</loc>\r\n		<lastmod>2016-02-01T17:34:18+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/candypage.php</loc>\r\n		<lastmod>2015-12-03T01:35:21+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/centerpieces.php</loc>\r\n		<lastmod>2015-12-03T12:50:16+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/color-design.php</loc>\r\n		<lastmod>2015-12-03T01:38:30+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonials.php</loc>\r\n		<lastmod>2015-12-03T01:43:46+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/catalog.php</loc>\r\n		<lastmod>2015-12-03T01:40:18+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/birthday.php</loc>\r\n		<lastmod>2015-12-03T01:34:07+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/wedding.php</loc>\r\n		<lastmod>2015-12-03T01:50:01+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/banquets.php</loc>\r\n		<lastmod>2015-12-03T01:32:10+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/sweet-16.php</loc>\r\n		<lastmod>2015-12-03T01:42:59+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/bar-mitzvah.php</loc>\r\n		<lastmod>2015-12-03T01:33:05+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/graduation.php</loc>\r\n		<lastmod>2015-12-03T01:40:49+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/shower-centerpieces.php</loc>\r\n		<lastmod>2015-12-03T01:34:42+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/babyshowers.php</loc>\r\n		<lastmod>2015-12-03T01:27:33+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/baptism-communion.php</loc>\r\n		<lastmod>2015-12-03T01:32:25+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/anniversary.php</loc>\r\n		<lastmod>2015-11-22T12:05:01+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/college-and-university.php</loc>\r\n		<lastmod>2015-12-03T01:36:47+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/holiday.php</loc>\r\n		<lastmod>2015-12-03T01:36:33+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/theme-parties.php</loc>\r\n		<lastmod>2015-12-03T01:49:07+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/flowers.php</loc>\r\n		<lastmod>2015-12-03T01:39:26+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/room-view.php</loc>\r\n		<lastmod>2015-12-03T01:43:16+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/how-to-order.php</loc>\r\n		<lastmod>2015-12-03T01:41:01+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/discounts.php</loc>\r\n		<lastmod>2015-12-03T01:38:50+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/contact-us.php</loc>\r\n		<lastmod>2015-12-03T01:37:28+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/our-corporate-clients.php</loc>\r\n		<lastmod>2015-12-03T01:41:30+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/bridal-colors.php</loc>\r\n		<lastmod>2015-12-03T01:34:26+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/order-tips.php</loc>\r\n		<lastmod>2015-12-03T01:41:16+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/festival-colors.php</loc>\r\n		<lastmod>2015-12-03T01:39:06+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/design-rooms.php</loc>\r\n		<lastmod>2015-12-22T01:13:38+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/what-are-wanderfuls.php</loc>\r\n		<lastmod>2015-12-03T13:30:58+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/blog.php</loc>\r\n		<lastmod>2015-10-28T20:11:09+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/ekm.php</loc>\r\n		<lastmod>2015-11-29T18:46:23+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/birthday-centerpieces.php</loc>\r\n		<lastmod>2015-12-03T01:33:20+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/theme.php</loc>\r\n		<lastmod>2016-02-01T02:07:50+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/theme/tropical-hawaiian-luau-themed-centerpieces.php</loc>\r\n		<lastmod>2016-02-01T02:12:44+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.6</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/theme/mardi-gras-themed-centerpieces.php</loc>\r\n		<lastmod>2016-02-01T02:13:08+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.6</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/theme/holiday-themed-centerpieces.php</loc>\r\n		<lastmod>2016-02-01T02:10:31+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.6</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/theme/safari-jungle-themed-centerpieces.php</loc>\r\n		<lastmod>2016-02-01T02:12:52+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.6</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/theme/60s-hippie-themed-centerpieces.php</loc>\r\n		<lastmod>2016-02-01T02:08:06+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.6</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/theme/las-vegas-poker-casino-themed-centerpieces.php</loc>\r\n		<lastmod>2016-02-01T02:13:14+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.6</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/theme/wild-west-cowboy-themed-centerpieces.php</loc>\r\n		<lastmod>2016-02-01T02:12:37+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.6</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/theme/animal-themed-centerpieces.php</loc>\r\n		<lastmod>2016-02-01T02:10:42+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.6</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/theme/caribbean-ocean-beach-themed-centerpieces.php</loc>\r\n		<lastmod>2016-02-01T02:10:32+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.6</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/theme/broadway-hollywood-movie-themed-centerpieces.php</loc>\r\n		<lastmod>2016-02-01T02:10:38+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.6</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/theme/peacock-themed-centerpieces.php</loc>\r\n		<lastmod>2016-02-01T02:13:01+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.6</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/party-favors.php</loc>\r\n		<lastmod>2015-12-03T01:41:47+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/colors-iframe.php</loc>\r\n		<lastmod>2016-01-31T18:34:19+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/candy-centerpieces.php</loc>\r\n		<lastmod>2015-12-03T01:35:43+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/wedding-favors.php</loc>\r\n		<lastmod>2015-12-03T01:49:36+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/49-2.php</loc>\r\n		<lastmod>2015-11-30T11:06:11+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/wands.php</loc>\r\n		<lastmod>2015-11-30T11:32:49+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/design-room-1.php</loc>\r\n		<lastmod>2015-12-02T23:49:03+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/droom.php</loc>\r\n		<lastmod>2016-01-08T23:37:21+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/droom-no-flash.php</loc>\r\n		<lastmod>2016-01-11T03:38:36+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/viewdesign.php</loc>\r\n		<lastmod>2016-02-02T04:20:03+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/showdesign.php</loc>\r\n		<lastmod>2016-02-02T07:48:36+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n	<url>\r\n		<loc>http://wp5.centerpiecedesignerwizard.com/design-tool.php</loc>\r\n		<lastmod>2016-02-02T08:37:57+00:00</lastmod>\r\n		<changefreq>weekly</changefreq>\r\n		<priority>0.8</priority>\r\n	</url>\r\n</urlset>','no'),(3323,'_transient_wpseo_sitemap_cache_testimonials_1','<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/jocelyn-rodriguez</loc>\n		<lastmod>2015-10-30T12:55:14+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/andrea-fontana</loc>\n		<lastmod>2015-10-30T12:58:18+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/debbie-and-dan-lynch</loc>\n		<lastmod>2015-10-30T12:59:15+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/anonmus</loc>\n		<lastmod>2015-10-30T13:00:03+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/patricia-lincoln</loc>\n		<lastmod>2015-10-30T13:00:47+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/michelle-hamilton</loc>\n		<lastmod>2015-10-30T13:01:45+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/darlene-summers</loc>\n		<lastmod>2015-10-30T13:03:34+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/marilyn-radcliffe</loc>\n		<lastmod>2015-10-30T13:04:29+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/jamise-liddell</loc>\n		<lastmod>2015-10-30T13:05:20+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/alexis-kitt</loc>\n		<lastmod>2015-10-30T13:06:12+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/lourdes-rodriguez</loc>\n		<lastmod>2015-10-30T13:07:00+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/cameron-fay</loc>\n		<lastmod>2015-10-30T13:07:45+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/michelle-hamilton-2</loc>\n		<lastmod>2015-10-30T16:49:33+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/judy-behler-hainesville</loc>\n		<lastmod>2015-10-30T16:50:24+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/darlene-summers-2</loc>\n		<lastmod>2015-10-30T16:51:26+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/arlene-jacobs</loc>\n		<lastmod>2015-10-30T16:52:39+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/marilyn-ratliff</loc>\n		<lastmod>2015-10-30T16:53:40+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/randy-goldstein</loc>\n		<lastmod>2015-10-30T16:56:45+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/krista-klaproth</loc>\n		<lastmod>2015-10-30T16:57:40+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/marianne-pizzitola</loc>\n		<lastmod>2015-10-30T16:58:46+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/marietta-fitzpatrick</loc>\n		<lastmod>2015-10-30T17:00:08+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/margaret-horgan</loc>\n		<lastmod>2015-10-30T17:00:53+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/jean-engle</loc>\n		<lastmod>2015-10-30T17:01:34+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/susan-levy</loc>\n		<lastmod>2015-10-30T17:02:09+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/mrs-edward-danka</loc>\n		<lastmod>2015-10-30T17:02:52+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/natasha-bavari</loc>\n		<lastmod>2015-10-30T17:03:29+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/alexis-kitt-2</loc>\n		<lastmod>2015-10-30T17:04:11+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/lourdes-rodriguez-2</loc>\n		<lastmod>2015-10-30T17:04:56+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n	<url>\n		<loc>http://wp5.centerpiecedesignerwizard.com/testimonial/kathy-holland</loc>\n		<lastmod>2015-10-30T17:05:37+00:00</lastmod>\n		<changefreq>weekly</changefreq>\n		<priority>0.6</priority>\n	</url>\n</urlset>','no'),(3333,'_transient_wpseo_sitemap_cache_1_1','<sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n<sitemap>\n<loc>http://wp5.centerpiecedesignerwizard.com/post-sitemap.xml</loc>\n<lastmod>2015-10-28T18:09:07+00:00</lastmod>\n</sitemap>\n<sitemap>\n<loc>http://wp5.centerpiecedesignerwizard.com/page-sitemap.xml</loc>\n<lastmod>2016-02-02T08:37:57+00:00</lastmod>\n</sitemap>\n<sitemap>\n<loc>http://wp5.centerpiecedesignerwizard.com/testimonials-sitemap.xml</loc>\n<lastmod>2015-10-30T17:05:37+00:00</lastmod>\n</sitemap>\n<sitemap>\n<loc>http://wp5.centerpiecedesignerwizard.com/category-sitemap.xml</loc>\n<lastmod>2015-10-28T18:09:07+00:00</lastmod>\n</sitemap>\n<sitemap>\n<loc>http://wp5.centerpiecedesignerwizard.com/testimonials_category-sitemap.xml</loc>\n<lastmod>2015-10-30T17:05:37+00:00</lastmod>\n</sitemap>\n</sitemapindex>','no'),(4048,'_transient_wffgt_00000000000000000000ffff6423bf69','1','no'),(4054,'site_icon','0','yes'),(4055,'medium_large_size_w','768','yes'),(4056,'medium_large_size_h','0','yes'),(4057,'db_upgraded','','yes'),(4063,'wpseo_sitemap_cache_validator_global','6KucB','no'),(4101,'rewrite_rules','a:189:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio-item/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:39:\"portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"portfolio-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:49:\"portfolio-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:30:\"portfolio-tag/([^/]+)/embed/?$\";s:46:\"index.php?portfolio_tag=$matches[1]&embed=true\";s:42:\"portfolio-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio_tag=$matches[1]&paged=$matches[2]\";s:24:\"portfolio-tag/([^/]+)/?$\";s:35:\"index.php?portfolio_tag=$matches[1]\";s:59:\"portfolio-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio-category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio-category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:40:\"staff-member/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"staff-member/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"staff-member/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"staff-member/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"staff-member/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"staff-member/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"staff-member/([^/]+)/embed/?$\";s:38:\"index.php?staff=$matches[1]&embed=true\";s:33:\"staff-member/([^/]+)/trackback/?$\";s:32:\"index.php?staff=$matches[1]&tb=1\";s:41:\"staff-member/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?staff=$matches[1]&paged=$matches[2]\";s:48:\"staff-member/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?staff=$matches[1]&cpage=$matches[2]\";s:37:\"staff-member/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?staff=$matches[1]&page=$matches[2]\";s:29:\"staff-member/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"staff-member/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"staff-member/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"staff-member/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"staff-member/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"staff-member/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"staff-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?staff_tag=$matches[1]&feed=$matches[2]\";s:45:\"staff-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?staff_tag=$matches[1]&feed=$matches[2]\";s:26:\"staff-tag/([^/]+)/embed/?$\";s:42:\"index.php?staff_tag=$matches[1]&embed=true\";s:38:\"staff-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?staff_tag=$matches[1]&paged=$matches[2]\";s:20:\"staff-tag/([^/]+)/?$\";s:31:\"index.php?staff_tag=$matches[1]\";s:55:\"staff-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?staff_category=$matches[1]&feed=$matches[2]\";s:50:\"staff-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?staff_category=$matches[1]&feed=$matches[2]\";s:31:\"staff-category/([^/]+)/embed/?$\";s:47:\"index.php?staff_category=$matches[1]&embed=true\";s:43:\"staff-category/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?staff_category=$matches[1]&paged=$matches[2]\";s:25:\"staff-category/([^/]+)/?$\";s:36:\"index.php?staff_category=$matches[1]\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:45:\"index.php?testimonials=$matches[1]&embed=true\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:39:\"index.php?testimonials=$matches[1]&tb=1\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&cpage=$matches[2]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?testimonials=$matches[1]&page=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:62:\"testimonials-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?testimonials_category=$matches[1]&feed=$matches[2]\";s:57:\"testimonials-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?testimonials_category=$matches[1]&feed=$matches[2]\";s:38:\"testimonials-category/([^/]+)/embed/?$\";s:54:\"index.php?testimonials_category=$matches[1]&embed=true\";s:50:\"testimonials-category/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?testimonials_category=$matches[1]&paged=$matches[2]\";s:32:\"testimonials-category/([^/]+)/?$\";s:43:\"index.php?testimonials_category=$matches[1]\";s:52:\"post-series/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_series=$matches[1]&feed=$matches[2]\";s:47:\"post-series/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_series=$matches[1]&feed=$matches[2]\";s:28:\"post-series/([^/]+)/embed/?$\";s:44:\"index.php?post_series=$matches[1]&embed=true\";s:40:\"post-series/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_series=$matches[1]&paged=$matches[2]\";s:22:\"post-series/([^/]+)/?$\";s:33:\"index.php?post_series=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/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:38:\"index.php?&page_id=4&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:32:\".?.+?.html/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\".?.+?.html/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\".?.+?.html/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\".?.+?.html/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\".?.+?.html/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\".?.+?.html/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"(.?.+?).html/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:25:\"(.?.+?).html/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:45:\"(.?.+?).html/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:40:\"(.?.+?).html/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:33:\"(.?.+?).html/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:40:\"(.?.+?).html/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:29:\"(.?.+?).html(?:/([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'),(4105,'_transient_wffgt_00000000000000000000ffff60ef3b55','1','no'),(4388,'wpseo_sitemap_1_cache_validator','3GqCZ','no'),(4389,'wpseo_sitemap_post_cache_validator','3GqD3','no'),(4467,'wpb_js_composer_license_activation_notified','yes','yes'),(4468,'wpseo_sitemap_revision_cache_validator','44vJ','no'),(4470,'wpseo_sitemap_page_cache_validator','6kxsr','no'),(4631,'wordfence_syncAttackDataAttempts','0','yes'),(4632,'wordfence_syncingAttackData','0','yes'),(4670,'_transient_mailserver_last_checked','1','no'),(4674,'wpseo_sitemap_attachment_cache_validator','55rKy','no'),(4679,'_transient_wflginfl_00000000000000000000ffff36c99afa','1','no'),(4689,'_transient_wflginfl_00000000000000000000ffff36f30145','1','no'),(4701,'_transient_wflginfl_00000000000000000000ffff36bfa62f','1','no'),(4732,'_transient_wflginfl_00000000000000000000ffff36d56d95','1','no'),(4765,'_transient_wflginfl_00000000000000000000ffffb2317971','1','no'),(4816,'_transient_wflginfl_00000000000000000000ffff34cfd4f8','4','no'),(4847,'_transient_wflginfl_00000000000000000000ffff345b10ba','3','no'),(4868,'_transient_wflginfl_00000000000000000000ffff3429fe34','2','no'),(5042,'revslider-update-check','','yes'),(5179,'_transient_wflginfl_00000000000000000000ffff5bc80c84','19','no'),(5269,'_transient_wflginfl_00000000000000000000ffff2ea5fb9d','3','no'),(5499,'wpseo_sitemap_nav_menu_item_cache_validator','75kJJ','no'),(5501,'wpseo_sitemap_nav_menu_cache_validator','75kJD','no'),(5502,'wpseo_sitemap_96_cache_validator','75kJQ','no'),(5734,'license_key_token','1471072945|BG2NcXHUOHcV3CBB8TmK','yes'),(5753,'woocommerce_all_except_countries','a:0:{}','yes'),(5754,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','yes'),(5755,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}','yes'),(5756,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";s:4:\"crop\";i:1;}','yes'),(5757,'woocommerce_enable_lightbox','yes','yes'),(5758,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(5759,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(5760,'woocommerce_myaccount_orders_endpoint','orders','yes'),(5761,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(5762,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(5763,'woocommerce_version','2.6.4','yes'),(5764,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5765,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(5767,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:8:\"approved\";s:1:\"1\";s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(5775,'woocommerce_paypal-braintree_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),(5776,'woocommerce_stripe_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),(5777,'woocommerce_paypal_settings','a:2:{s:7:\"enabled\";s:2:\"no\";s:5:\"email\";s:16:\"lz83ny@gmail.com\";}','yes'),(5778,'woocommerce_cheque_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(5779,'woocommerce_bacs_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(5780,'woocommerce_cod_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(5782,'woocommerce_allow_tracking','no','yes'),(5784,'_transient_shipping-transient-version','1471194939','yes'),(5787,'wpseo_sitemap_product_cache_validator','619TR','no'),(5793,'woocommerce_db_version','2.6.4','yes'),(5795,'_transient_woocommerce_cache_excluded_uris','a:6:{i:0;s:6:\"p=1166\";i:1;s:6:\"/cart/\";i:2;s:6:\"p=1167\";i:3;s:10:\"/checkout/\";i:4;s:6:\"p=1168\";i:5;s:12:\"/my-account/\";}','yes'),(5845,'_transient_product_query-transient-version','1471197022','yes'),(5846,'product_cat_children','a:0:{}','yes'),(5847,'wpseo_sitemap_product_cat_cache_validator','5DXyn','no'),(5848,'wpseo_sitemap_product_type_cache_validator','5DXyA','no'),(5849,'wpseo_sitemap_1329_cache_validator','5DXyG','no'),(5850,'wpseo_sitemap_product_variation_cache_validator','5DXyM','no'),(5851,'wpseo_sitemap_1406_cache_validator','5DXyU','no'),(5852,'wpseo_sitemap_1582_cache_validator','5DXz4','no'),(5853,'wpseo_sitemap_shop_order_cache_validator','5DXzK','no'),(5961,'w3tc_edge_remainder_period','2592000','yes'),(5963,'wpseo_amp','a:22:{s:7:\"version\";i:1;s:13:\"amp_site_icon\";s:0:\"\";s:13:\"default_image\";s:0:\"\";s:12:\"header-color\";s:0:\"\";s:14:\"headings-color\";s:0:\"\";s:10:\"text-color\";s:0:\"\";s:10:\"meta-color\";s:0:\"\";s:10:\"link-color\";s:0:\"\";s:16:\"link-color-hover\";s:0:\"\";s:9:\"underline\";s:9:\"underline\";s:21:\"blockquote-text-color\";s:0:\"\";s:19:\"blockquote-bg-color\";s:0:\"\";s:23:\"blockquote-border-color\";s:0:\"\";s:9:\"extra-css\";s:0:\"\";s:10:\"extra-head\";s:0:\"\";s:15:\"analytics-extra\";s:0:\"\";s:19:\"post_types-post-amp\";s:2:\"on\";s:19:\"post_types-page-amp\";s:3:\"off\";s:25:\"post_types-attachment-amp\";s:3:\"off\";s:24:\"post_types-portfolio-amp\";s:3:\"off\";s:20:\"post_types-staff-amp\";s:3:\"off\";s:27:\"post_types-testimonials-amp\";s:3:\"off\";}','yes'),(6018,'wpseo_flush_rewrite','1','yes'),(6020,'wpseo_onpage','a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1501730243;}','yes'),(6062,'MobileSmartOptions','a:2:{s:12:\"mobile_theme\";s:7:\"default\";s:22:\"enable_theme_switching\";b:1;}','yes'),(6063,'widget_mobilesmartswitcherwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6076,'can_compress_scripts','0','no'),(6101,'_site_transient_timeout_browser_ba7233c4bd21206e90f706898cb334e8','1485991091','no'),(6102,'_site_transient_browser_ba7233c4bd21206e90f706898cb334e8','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"55.0.2883.95\";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'),(6109,'_site_transient_timeout_browser_4855f7e4df8eff40946f86d1c1948e0d','1497232966','no'),(6110,'_site_transient_browser_4855f7e4df8eff40946f86d1c1948e0d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"52.0.2743.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(6115,'_site_transient_timeout_browser_906c2796d434e72d9df9ca1b52b622cc','1497937513','no'),(6116,'_site_transient_browser_906c2796d434e72d9df9ca1b52b622cc','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"58.0.3029.110\";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'),(6120,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6121,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6122,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6124,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.1-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.8.1-partial-0.zip\";s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.1\";s:7:\"version\";s:5:\"4.8.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:3:\"4.8\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.1-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.8.1-partial-0.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.1-rollback-0.zip\";}s:7:\"current\";s:5:\"4.8.1\";s:7:\"version\";s:5:\"4.8.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:3:\"4.8\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1503656292;s:15:\"version_checked\";s:3:\"4.8\";s:12:\"translations\";a:0:{}}','no'),(6127,'_site_transient_timeout_community-events-f271c1223e82b2a02a502fcec7791dd5','1497410705','no'),(6128,'_site_transient_community-events-f271c1223e82b2a02a502fcec7791dd5','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"184.207.132.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:70:\"There\'s No Place Like 127.0.0.1... How to Get WordPress Set Up Locally\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/240295605/\";s:6:\"meetup\";s:29:\"WordPress North Jersey Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/\";s:4:\"date\";s:19:\"2017-06-12 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Montclair, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.8112799999999964484231895767152309417724609375;s:9:\"longitude\";d:-74.219345000000004120010999031364917755126953125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:15:\"WPNYC HELP DESK\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/240640089/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2017-06-14 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"New York, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.756900999999999157807906158268451690673828125;s:9:\"longitude\";d:-73.99002799999999524516169913113117218017578125;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:21:\"WordPress Round Table\";s:3:\"url\";s:70:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/events/238585356/\";s:6:\"meetup\";s:29:\"South Jersey WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-19 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Moorestown, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.963718000000000074578565545380115509033203125;s:9:\"longitude\";d:-74.95044699999999693318386562168598175048828125;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:25:\"Informal WordPress Meetup\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335809/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"JSON Schema and the WordPress API\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/240630685/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"New York, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.756900999999999157807906158268451690673828125;s:9:\"longitude\";d:-73.99002799999999524516169913113117218017578125;}}}}','no'),(6141,'wpseo_sitemap_customize_changeset_cache_validator','xHNQ','no'),(6142,'fresh_site','0','yes'),(6154,'wpseo_sitemap_custom_css_cache_validator','5Bwtf','no'),(6160,'_site_transient_timeout_community-events-ade3e7e9b96c95091f10baaee053ff00','1497498735','no'),(6161,'_site_transient_community-events-ade3e7e9b96c95091f10baaee053ff00','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"184.207.32.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:15:\"WPNYC HELP DESK\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/240640089/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2017-06-14 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"New York, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.756900999999999157807906158268451690673828125;s:9:\"longitude\";d:-73.99002799999999524516169913113117218017578125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:21:\"WordPress Round Table\";s:3:\"url\";s:70:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/events/238585356/\";s:6:\"meetup\";s:29:\"South Jersey WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-19 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Moorestown, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.963718000000000074578565545380115509033203125;s:9:\"longitude\";d:-74.95044699999999693318386562168598175048828125;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:25:\"Informal WordPress Meetup\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335809/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"JSON Schema and the WordPress API\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/240630685/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"New York, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.756900999999999157807906158268451690673828125;s:9:\"longitude\";d:-73.99002799999999524516169913113117218017578125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Introduction to the WordPress Template System\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/240758251/\";s:6:\"meetup\";s:29:\"WordPress North Jersey Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/\";s:4:\"date\";s:19:\"2017-07-10 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Montclair, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.8112799999999964484231895767152309417724609375;s:9:\"longitude\";d:-74.219345000000004120010999031364917755126953125;}}}}','no'),(6175,'mobile_view_theme_link_text','Switch To Mobile Version','yes'),(6176,'desktop_view_theme_link_text','Switch To Desktop Version','yes'),(6177,'show_switch_link_for_desktop','no','yes'),(6178,'forced_layout_expire_time','0','yes'),(6181,'iphone_theme','WP Bootstrap Starter','yes'),(6182,'ipad_theme','Wanderfuls','yes'),(6183,'android_theme','Mobile First','yes'),(6184,'android_tab_theme','Wanderfuls','yes'),(6185,'blackberry_theme','Wanderfuls','yes'),(6186,'windows_theme','Wanderfuls','yes'),(6187,'opera_theme','Wanderfuls','yes'),(6188,'parm_os_theme','Wanderfuls','yes'),(6189,'other_theme','Wanderfuls','yes'),(6194,'_site_transient_timeout_wporg_theme_feature_list','1497471032','no'),(6195,'_site_transient_wporg_theme_feature_list','a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}','no'),(6200,'widget_mobilefriendlyprofilewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6223,'_transient_wp_bootstrap_starter_categories','1','yes'),(6228,'_site_transient_timeout_community-events-786c857951a67a3522514378fb1e6b68','1497599109','no'),(6229,'_site_transient_community-events-786c857951a67a3522514378fb1e6b68','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"184.207.125.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:15:\"WPNYC HELP DESK\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/240640089/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2017-06-14 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"New York, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.756900999999999157807906158268451690673828125;s:9:\"longitude\";d:-73.99002799999999524516169913113117218017578125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:21:\"WordPress Round Table\";s:3:\"url\";s:70:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/events/238585356/\";s:6:\"meetup\";s:29:\"South Jersey WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-19 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Moorestown, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.963718000000000074578565545380115509033203125;s:9:\"longitude\";d:-74.95044699999999693318386562168598175048828125;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:25:\"Informal WordPress Meetup\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335809/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"JSON Schema and the WordPress API\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/240630685/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"New York, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.756900999999999157807906158268451690673828125;s:9:\"longitude\";d:-73.99002799999999524516169913113117218017578125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Introduction to the WordPress Template System\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/240758251/\";s:6:\"meetup\";s:29:\"WordPress North Jersey Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/\";s:4:\"date\";s:19:\"2017-07-10 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Montclair, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.8112799999999964484231895767152309417724609375;s:9:\"longitude\";d:-74.219345000000004120010999031364917755126953125;}}}}','no'),(6240,'_site_transient_timeout_community-events-72421935f0b7642e7c1c1d7394559caa','1497600190','no'),(6241,'_site_transient_community-events-72421935f0b7642e7c1c1d7394559caa','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"184.248.237.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:15:\"WPNYC HELP DESK\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/240640089/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2017-06-14 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"New York, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.756900999999999157807906158268451690673828125;s:9:\"longitude\";d:-73.99002799999999524516169913113117218017578125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:21:\"WordPress Round Table\";s:3:\"url\";s:70:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/events/238585356/\";s:6:\"meetup\";s:29:\"South Jersey WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-19 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Moorestown, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.963718000000000074578565545380115509033203125;s:9:\"longitude\";d:-74.95044699999999693318386562168598175048828125;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:25:\"Informal WordPress Meetup\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335809/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"JSON Schema and the WordPress API\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/240630685/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"New York, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.756900999999999157807906158268451690673828125;s:9:\"longitude\";d:-73.99002799999999524516169913113117218017578125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Introduction to the WordPress Template System\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/240758251/\";s:6:\"meetup\";s:29:\"WordPress North Jersey Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/\";s:4:\"date\";s:19:\"2017-07-10 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Montclair, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.8112799999999964484231895767152309417724609375;s:9:\"longitude\";d:-74.219345000000004120010999031364917755126953125;}}}}','no'),(6243,'widget_wpex_about','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6244,'widget_wpex_mailchimp','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6245,'widget_wpex_info_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6246,'widget_wpex_fontawesome_social_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6247,'widget_wpex_social_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6248,'widget_wpex_simple_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6249,'widget_wpex_modern_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6250,'widget_wpex_facebook_page_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6251,'widget_wpex_gmap_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6252,'widget_wpex_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6253,'widget_wpex_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6254,'widget_wpex_recent_posts_thumb','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6255,'widget_wpex_recent_posts_thumb_grid','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6256,'widget_wpex_recent_posts_icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6257,'widget_wpex_insagram_slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6258,'widget_wpex_users_grid','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6259,'widget_wpex_recent_comments_avatars_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6260,'total_initial_version','4.2.1','yes'),(6261,'theme_mods_Total','a:5:{s:24:\"recommend_plugins_enable\";b:1;s:13:\"page_composer\";s:7:\"content\";s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:3:{s:9:\"main_menu\";i:7;s:11:\"footer_menu\";i:13;s:17:\"taptap-by-bonfire\";i:11;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1499452662;s:4:\"data\";a:12:{s:19:\"wp_inactive_widgets\";a:0:{}s:14:\"taptap-widgets\";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:7:\"sidebar\";a:0:{}s:13:\"pages_sidebar\";a:0:{}s:14:\"search_sidebar\";a:0:{}s:17:\"portfolio_sidebar\";a:0:{}s:13:\"staff_sidebar\";a:0:{}s:20:\"testimonials_sidebar\";a:5:{i:0;s:6:\"text-2\";i:1;s:10:\"nav_menu-2\";i:2;s:10:\"nav_menu-6\";i:3;s:10:\"nav_menu-3\";i:4;s:10:\"nav_menu-4\";}s:10:\"footer_one\";a:1:{i:0;s:10:\"nav_menu-5\";}s:10:\"footer_two\";a:0:{}s:12:\"footer_three\";a:0:{}s:11:\"footer_four\";N;}}}','yes'),(6262,'total_version','4.2.1','yes'),(6263,'theme_switched','','yes'),(6266,'_transient_wpex_demos_data','a:4:{s:5:\"theme\";s:5:\"Total\";s:10:\"categories\";a:12:{s:8:\"business\";s:8:\"Business\";s:4:\"shop\";s:4:\"Shop\";s:7:\"medical\";s:7:\"Medical\";s:9:\"portfolio\";s:9:\"Portfolio\";s:8:\"one-page\";s:8:\"One Page\";s:8:\"personal\";s:8:\"Personal\";s:5:\"other\";s:5:\"Other\";s:8:\"creative\";s:8:\"Creative\";s:11:\"photography\";s:11:\"Photography\";s:7:\"holiday\";s:7:\"Holiday\";s:4:\"blog\";s:4:\"Blog\";s:10:\"restaurant\";s:10:\"Restaurant\";}s:5:\"demos\";a:42:{s:9:\"base-lite\";a:11:{s:4:\"name\";s:9:\"Base Lite\";s:9:\"demo_slug\";s:9:\"base-lite\";s:10:\"screenshot\";s:94:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base-Lite/screenshot.jpg\";s:3:\"xml\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base-Lite/sample-data.xml\";s:10:\"theme_mods\";s:97:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base-Lite/theme-options.txt\";s:7:\"widgets\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base-Lite/widgets.txt\";s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";s:4:\"main\";s:11:\"footer_menu\";s:6:\"footer\";}s:13:\"homepage_slug\";s:4:\"home\";s:9:\"shop_slug\";s:4:\"shop\";s:7:\"plugins\";a:4:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";i:2;s:17:\"Slider Revolution\";i:3;s:11:\"WooCommerce\";}s:7:\"sliders\";a:9:{s:8:\"slider_1\";s:111:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base-Lite/revolution-sliders/slider_1.zip\";s:8:\"slider_2\";s:111:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base-Lite/revolution-sliders/slider_2.zip\";s:8:\"slider_3\";s:111:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base-Lite/revolution-sliders/slider_3.zip\";s:8:\"slider_4\";s:111:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base-Lite/revolution-sliders/slider_4.zip\";s:8:\"slider_5\";s:111:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base-Lite/revolution-sliders/slider_5.zip\";s:8:\"slider_6\";s:111:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base-Lite/revolution-sliders/slider_6.zip\";s:8:\"slider_7\";s:111:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base-Lite/revolution-sliders/slider_7.zip\";s:8:\"slider_8\";s:111:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base-Lite/revolution-sliders/slider_8.zip\";s:8:\"slider_9\";s:111:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base-Lite/revolution-sliders/slider_9.zip\";}}s:5:\"agent\";a:12:{s:4:\"name\";s:5:\"Agent\";s:9:\"demo_slug\";s:5:\"agent\";s:10:\"screenshot\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Agent/screenshot.jpg\";s:3:\"xml\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Agent/sample-data.xml\";s:10:\"theme_mods\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Agent/theme-options.txt\";s:7:\"widgets\";s:87:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Agent/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:4:\"home\";s:9:\"shop_slug\";s:4:\"shop\";s:7:\"plugins\";a:4:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";i:2;s:17:\"Slider Revolution\";i:3;s:11:\"WooCommerce\";}s:7:\"sliders\";a:2:{s:10:\"agent-home\";s:109:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Agent/revolution-sliders/agent-home.zip\";s:10:\"agent-shop\";s:109:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Agent/revolution-sliders/agent-shop.zip\";}s:10:\"categories\";a:2:{s:8:\"business\";s:8:\"Business\";s:4:\"shop\";s:4:\"Shop\";}}s:10:\"healthcare\";a:12:{s:4:\"name\";s:10:\"Healthcare\";s:9:\"demo_slug\";s:10:\"healthcare\";s:10:\"screenshot\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Healthcare/screenshot.jpg\";s:3:\"xml\";s:96:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Healthcare/sample-data.xml\";s:10:\"theme_mods\";s:98:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Healthcare/theme-options.txt\";s:7:\"widgets\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Healthcare/widgets.txt\";s:18:\"nav_menu_locations\";a:3:{s:9:\"main_menu\";s:4:\"main\";s:11:\"mobile_menu\";s:12:\"mobile-icons\";s:11:\"footer_menu\";s:6:\"footer\";}s:13:\"homepage_slug\";s:4:\"home\";s:9:\"shop_slug\";s:4:\"shop\";s:7:\"plugins\";a:4:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";i:2;s:17:\"Slider Revolution\";i:3;s:11:\"WooCommerce\";}s:7:\"sliders\";a:2:{s:15:\"healthcare-home\";s:119:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Healthcare/revolution-sliders/healthcare-home.zip\";s:15:\"healthcare-shop\";s:119:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Healthcare/revolution-sliders/healthcare-shop.zip\";}s:10:\"categories\";a:2:{s:7:\"medical\";s:7:\"Medical\";s:4:\"shop\";s:4:\"Shop\";}}s:4:\"flat\";a:12:{s:4:\"name\";s:4:\"Flat\";s:9:\"demo_slug\";s:4:\"flat\";s:10:\"screenshot\";s:89:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Flat/screenshot.jpg\";s:3:\"xml\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Flat/sample-data.xml\";s:10:\"theme_mods\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Flat/theme-options.txt\";s:7:\"widgets\";s:86:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Flat/widgets.txt\";s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";s:4:\"main\";s:11:\"footer_menu\";s:6:\"footer\";}s:13:\"homepage_slug\";s:4:\"home\";s:9:\"shop_slug\";s:4:\"shop\";s:7:\"plugins\";a:5:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";i:2;s:17:\"Slider Revolution\";i:3;s:10:\"Templatera\";i:4;s:11:\"WooCommerce\";}s:7:\"sliders\";a:1:{s:13:\"flat-homepage\";s:111:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Flat/revolution-sliders/flat-homepage.zip\";}s:10:\"categories\";a:3:{s:8:\"business\";s:8:\"Business\";s:9:\"portfolio\";s:9:\"Portfolio\";s:4:\"shop\";s:4:\"Shop\";}}s:7:\"nouveau\";a:12:{s:4:\"name\";s:7:\"Nouveau\";s:9:\"demo_slug\";s:7:\"nouveau\";s:10:\"screenshot\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Nouveau/screenshot.jpg\";s:3:\"xml\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Nouveau/sample-data.xml\";s:10:\"theme_mods\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Nouveau/theme-options.txt\";s:7:\"widgets\";s:89:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Nouveau/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:4:\"home\";s:14:\"page_for_posts\";s:4:\"blog\";s:7:\"plugins\";a:3:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";i:2;s:17:\"Slider Revolution\";}s:7:\"sliders\";a:1:{s:16:\"nouveau-homepage\";s:117:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Nouveau/revolution-sliders/nouveau-homepage.zip\";}s:10:\"categories\";a:2:{s:8:\"business\";s:8:\"Business\";s:9:\"portfolio\";s:9:\"Portfolio\";}}s:10:\"freelancer\";a:10:{s:4:\"name\";s:10:\"Freelancer\";s:9:\"demo_slug\";s:10:\"freelancer\";s:10:\"screenshot\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Freelancer/screenshot.jpg\";s:3:\"xml\";s:96:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Freelancer/sample-data.xml\";s:10:\"theme_mods\";s:98:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Freelancer/theme-options.txt\";s:7:\"widgets\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Freelancer/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:8:\"homepage\";s:7:\"plugins\";a:2:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:2:{s:8:\"one-page\";s:8:\"One Page\";s:8:\"personal\";s:8:\"Personal\";}}s:9:\"construct\";a:11:{s:4:\"name\";s:9:\"Construct\";s:9:\"demo_slug\";s:9:\"construct\";s:10:\"screenshot\";s:94:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Construct/screenshot.jpg\";s:3:\"xml\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Construct/sample-data.xml\";s:10:\"theme_mods\";s:97:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Construct/theme-options.txt\";s:7:\"widgets\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Construct/widgets.txt\";s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";s:4:\"main\";s:11:\"footer_menu\";s:6:\"footer\";}s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:3:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";i:2;s:17:\"Slider Revolution\";}s:7:\"sliders\";a:1:{s:18:\"construct-services\";s:121:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Construct/revolution-sliders/construct-services.zip\";}s:10:\"categories\";a:2:{s:8:\"business\";s:8:\"Business\";s:5:\"other\";s:5:\"Other\";}}s:13:\"simple-spaces\";a:10:{s:4:\"name\";s:13:\"Simple Spaces\";s:9:\"demo_slug\";s:13:\"simple-spaces\";s:10:\"screenshot\";s:98:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Simple-Spaces/screenshot.jpg\";s:3:\"xml\";s:99:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Simple-Spaces/sample-data.xml\";s:10:\"theme_mods\";s:101:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Simple-Spaces/theme-options.txt\";s:7:\"widgets\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Simple-Spaces/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:2:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:0:{}}s:7:\"graphix\";a:10:{s:4:\"name\";s:7:\"Graphix\";s:9:\"demo_slug\";s:7:\"graphix\";s:10:\"screenshot\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Graphix/screenshot.jpg\";s:3:\"xml\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Graphix/sample-data.xml\";s:10:\"theme_mods\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Graphix/theme-options.txt\";s:7:\"widgets\";s:89:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Graphix/widgets.txt\";s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:3:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";i:2;s:17:\"Slider Revolution\";}s:7:\"sliders\";a:1:{s:12:\"graphix-home\";s:113:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Graphix/revolution-sliders/graphix-home.zip\";}s:10:\"categories\";a:2:{s:8:\"one-page\";s:8:\"One Page\";s:8:\"personal\";s:8:\"Personal\";}}s:7:\"married\";a:10:{s:4:\"name\";s:7:\"Married\";s:9:\"demo_slug\";s:7:\"married\";s:10:\"screenshot\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Married/screenshot.jpg\";s:3:\"xml\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Married/sample-data.xml\";s:10:\"theme_mods\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Married/theme-options.txt\";s:7:\"widgets\";s:89:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Married/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"menu\";}s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:2:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:2:{s:8:\"one-page\";s:8:\"One Page\";s:5:\"other\";s:5:\"Other\";}}s:8:\"law-firm\";a:10:{s:4:\"name\";s:8:\"Law Firm\";s:9:\"demo_slug\";s:8:\"law-firm\";s:10:\"screenshot\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Law-Firm/screenshot.jpg\";s:3:\"xml\";s:94:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Law-Firm/sample-data.xml\";s:10:\"theme_mods\";s:96:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Law-Firm/theme-options.txt\";s:7:\"widgets\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Law-Firm/widgets.txt\";s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";s:4:\"main\";s:11:\"footer_menu\";s:6:\"footer\";}s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:2:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:0:{}}s:4:\"appy\";a:9:{s:4:\"name\";s:4:\"Appy\";s:9:\"demo_slug\";s:4:\"appy\";s:10:\"screenshot\";s:89:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Appy/screenshot.jpg\";s:3:\"xml\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Appy/sample-data.xml\";s:10:\"theme_mods\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Appy/theme-options.txt\";s:7:\"widgets\";s:86:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Appy/widgets.txt\";s:13:\"homepage_slug\";s:8:\"homepage\";s:7:\"plugins\";a:2:{i:0;s:27:\"Force Regenerate Thumbnails\";i:1;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:2:{s:8:\"business\";s:8:\"Business\";s:8:\"one-page\";s:8:\"One Page\";}}s:13:\"webdevelopers\";a:10:{s:4:\"name\";s:13:\"Webdevelopers\";s:9:\"demo_slug\";s:13:\"webdevelopers\";s:10:\"screenshot\";s:98:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Webdevelopers/screenshot.jpg\";s:3:\"xml\";s:99:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Webdevelopers/sample-data.xml\";s:10:\"theme_mods\";s:101:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Webdevelopers/theme-options.txt\";s:7:\"widgets\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Webdevelopers/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:8:\"homepage\";s:7:\"plugins\";a:2:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:2:{s:8:\"business\";s:8:\"Business\";s:8:\"creative\";s:8:\"Creative\";}}s:10:\"blogdotnom\";a:9:{s:4:\"name\";s:10:\"Blogdotnom\";s:9:\"demo_slug\";s:10:\"blogdotnom\";s:10:\"screenshot\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Blogdotnom/screenshot.jpg\";s:3:\"xml\";s:96:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Blogdotnom/sample-data.xml\";s:10:\"theme_mods\";s:98:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Blogdotnom/theme-options.txt\";s:7:\"widgets\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Blogdotnom/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:4:\"blog\";s:7:\"plugins\";a:3:{i:0;s:27:\"Force Regenerate Thumbnails\";i:1;s:24:\"WPBakery Visual Composer\";i:2;s:19:\"WPEX Pagination Fix\";}}s:9:\"tinyfolio\";a:9:{s:4:\"name\";s:9:\"Tinyfolio\";s:9:\"demo_slug\";s:9:\"tinyfolio\";s:10:\"screenshot\";s:94:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Tinyfolio/screenshot.jpg\";s:3:\"xml\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Tinyfolio/sample-data.xml\";s:10:\"theme_mods\";s:97:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Tinyfolio/theme-options.txt\";s:7:\"widgets\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Tinyfolio/widgets.txt\";s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:1:{i:0;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:2:{s:11:\"photography\";s:11:\"Photography\";s:9:\"portfolio\";s:9:\"Portfolio\";}}s:9:\"dentistry\";a:12:{s:4:\"name\";s:9:\"Dentistry\";s:9:\"demo_slug\";s:9:\"dentistry\";s:10:\"screenshot\";s:94:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Dentistry/screenshot.jpg\";s:3:\"xml\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Dentistry/sample-data.xml\";s:10:\"theme_mods\";s:97:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Dentistry/theme-options.txt\";s:7:\"widgets\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Dentistry/widgets.txt\";s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";s:4:\"main\";s:11:\"footer_menu\";s:13:\"bottom-footer\";}s:13:\"homepage_slug\";s:4:\"home\";s:14:\"page_for_posts\";s:8:\"our-blog\";s:7:\"plugins\";a:4:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";i:2;s:17:\"Slider Revolution\";i:3;s:21:\"Symple - JPEG Quality\";}s:7:\"sliders\";a:1:{s:14:\"dentistry-home\";s:117:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Dentistry/revolution-sliders/dentistry-home.zip\";}s:10:\"categories\";a:2:{s:8:\"business\";s:8:\"Business\";s:7:\"medical\";s:7:\"Medical\";}}s:5:\"samus\";a:11:{s:4:\"name\";s:5:\"Samus\";s:9:\"demo_slug\";s:5:\"samus\";s:10:\"screenshot\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Samus/screenshot.jpg\";s:3:\"xml\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Samus/sample-data.xml\";s:10:\"theme_mods\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Samus/theme-options.txt\";s:7:\"widgets\";s:87:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Samus/widgets.txt\";s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";s:4:\"main\";s:11:\"footer_menu\";s:6:\"footer\";}s:13:\"homepage_slug\";s:4:\"home\";s:14:\"page_for_posts\";s:4:\"blog\";s:7:\"plugins\";a:3:{i:0;s:14:\"Contact Form 7\";i:1;s:27:\"Force Regenerate Thumbnails\";i:2;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:1:{s:8:\"business\";s:8:\"Business\";}}s:6:\"classy\";a:12:{s:4:\"name\";s:6:\"Classy\";s:9:\"demo_slug\";s:6:\"classy\";s:10:\"screenshot\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Classy/screenshot.jpg\";s:3:\"xml\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Classy/sample-data.xml\";s:10:\"theme_mods\";s:94:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Classy/theme-options.txt\";s:7:\"widgets\";s:88:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Classy/widgets.txt\";s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";s:4:\"main\";s:11:\"footer_menu\";s:6:\"footer\";}s:13:\"homepage_slug\";s:4:\"home\";s:14:\"page_for_posts\";s:4:\"blog\";s:7:\"plugins\";a:3:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";i:2;s:17:\"Slider Revolution\";}s:7:\"sliders\";a:1:{s:15:\"classy-homepage\";s:115:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Classy/revolution-sliders/classy-homepage.zip\";}s:10:\"categories\";a:2:{s:8:\"business\";s:8:\"Business\";s:9:\"portfolio\";s:9:\"Portfolio\";}}s:7:\"cleaner\";a:11:{s:4:\"name\";s:7:\"Cleaner\";s:9:\"demo_slug\";s:7:\"cleaner\";s:10:\"screenshot\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Cleaner/screenshot.jpg\";s:3:\"xml\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Cleaner/sample-data.xml\";s:10:\"theme_mods\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Cleaner/theme-options.txt\";s:7:\"widgets\";s:89:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Cleaner/widgets.txt\";s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";s:4:\"main\";s:11:\"footer_menu\";s:6:\"footer\";}s:13:\"homepage_slug\";s:4:\"home\";s:14:\"page_for_posts\";s:4:\"blog\";s:7:\"plugins\";a:3:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";i:2;s:28:\"Total - Remove Query Strings\";}s:10:\"categories\";a:0:{}}s:13:\"modern-agency\";a:10:{s:4:\"name\";s:13:\"Modern Agency\";s:9:\"demo_slug\";s:13:\"modern-agency\";s:10:\"screenshot\";s:98:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Modern-Agency/screenshot.jpg\";s:3:\"xml\";s:99:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Modern-Agency/sample-data.xml\";s:10:\"theme_mods\";s:101:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Modern-Agency/theme-options.txt\";s:7:\"widgets\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Modern-Agency/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:2:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:3:{s:8:\"business\";s:8:\"Business\";s:8:\"creative\";s:8:\"Creative\";s:9:\"portfolio\";s:9:\"Portfolio\";}}s:5:\"lefty\";a:10:{s:4:\"name\";s:5:\"Lefty\";s:9:\"demo_slug\";s:5:\"lefty\";s:10:\"screenshot\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Lefty/screenshot.jpg\";s:3:\"xml\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Lefty/sample-data.xml\";s:10:\"theme_mods\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Lefty/theme-options.txt\";s:7:\"widgets\";s:87:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Lefty/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:8:\"homepage\";s:7:\"plugins\";a:1:{i:0;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:3:{s:8:\"creative\";s:8:\"Creative\";s:8:\"personal\";s:8:\"Personal\";s:9:\"portfolio\";s:9:\"Portfolio\";}}s:9:\"awareness\";a:9:{s:4:\"name\";s:9:\"Awareness\";s:9:\"demo_slug\";s:9:\"awareness\";s:10:\"screenshot\";s:94:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Awareness/screenshot.jpg\";s:3:\"xml\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Awareness/sample-data.xml\";s:10:\"theme_mods\";s:97:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Awareness/theme-options.txt\";s:7:\"widgets\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Awareness/widgets.txt\";s:13:\"homepage_slug\";s:8:\"homepage\";s:7:\"plugins\";a:1:{i:0;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:2:{s:8:\"one-page\";s:8:\"One Page\";s:5:\"other\";s:5:\"Other\";}}s:9:\"corporate\";a:11:{s:4:\"name\";s:9:\"Corporate\";s:9:\"demo_slug\";s:9:\"corporate\";s:10:\"screenshot\";s:94:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Corporate/screenshot.jpg\";s:3:\"xml\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Corporate/sample-data.xml\";s:10:\"theme_mods\";s:97:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Corporate/theme-options.txt\";s:7:\"widgets\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Corporate/widgets.txt\";s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";s:4:\"main\";s:11:\"footer_menu\";s:6:\"footer\";}s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:4:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";i:2;s:17:\"Slider Revolution\";i:3;s:21:\"Symple - JPEG Quality\";}s:7:\"sliders\";a:1:{s:14:\"corporate-home\";s:117:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Corporate/revolution-sliders/corporate-home.zip\";}s:10:\"categories\";a:1:{s:8:\"business\";s:8:\"Business\";}}s:11:\"sustainable\";a:12:{s:4:\"name\";s:11:\"Sustainable\";s:9:\"demo_slug\";s:11:\"sustainable\";s:10:\"screenshot\";s:96:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Sustainable/screenshot.jpg\";s:3:\"xml\";s:97:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Sustainable/sample-data.xml\";s:10:\"theme_mods\";s:99:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Sustainable/theme-options.txt\";s:7:\"widgets\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Sustainable/widgets.txt\";s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";s:4:\"main\";s:11:\"footer_menu\";s:6:\"footer\";}s:13:\"homepage_slug\";s:4:\"home\";s:14:\"page_for_posts\";s:4:\"blog\";s:7:\"plugins\";a:4:{i:0;s:14:\"Contact Form 7\";i:1;s:27:\"Force Regenerate Thumbnails\";i:2;s:24:\"WPBakery Visual Composer\";i:3;s:19:\"The Events Calendar\";}s:7:\"sliders\";a:1:{s:17:\"web-product-light\";s:122:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Sustainable/revolution-sliders/web-product-light.zip\";}s:10:\"categories\";a:0:{}}s:3:\"seo\";a:11:{s:4:\"name\";s:3:\"Seo\";s:9:\"demo_slug\";s:3:\"seo\";s:10:\"screenshot\";s:88:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Seo/screenshot.jpg\";s:3:\"xml\";s:89:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Seo/sample-data.xml\";s:10:\"theme_mods\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Seo/theme-options.txt\";s:7:\"widgets\";s:85:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Seo/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:4:\"home\";s:14:\"page_for_posts\";s:4:\"blog\";s:7:\"plugins\";a:3:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";i:2;s:28:\"Total - Redirect Staff Posts\";}s:10:\"categories\";a:0:{}}s:7:\"dezignr\";a:10:{s:4:\"name\";s:7:\"Dezignr\";s:9:\"demo_slug\";s:7:\"dezignr\";s:10:\"screenshot\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Dezignr/screenshot.jpg\";s:3:\"xml\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Dezignr/sample-data.xml\";s:10:\"theme_mods\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Dezignr/theme-options.txt\";s:7:\"widgets\";s:89:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Dezignr/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:1:{i:0;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:0:{}}s:6:\"paddys\";a:9:{s:4:\"name\";s:6:\"Paddys\";s:9:\"demo_slug\";s:6:\"paddys\";s:10:\"screenshot\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Paddys/screenshot.jpg\";s:3:\"xml\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Paddys/sample-data.xml\";s:10:\"theme_mods\";s:94:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Paddys/theme-options.txt\";s:7:\"widgets\";s:88:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Paddys/widgets.txt\";s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:1:{i:0;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:2:{s:7:\"holiday\";s:7:\"Holiday\";s:8:\"one-page\";s:8:\"One Page\";}}s:5:\"james\";a:11:{s:4:\"name\";s:5:\"James\";s:9:\"demo_slug\";s:5:\"james\";s:10:\"screenshot\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/James/screenshot.jpg\";s:3:\"xml\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/James/sample-data.xml\";s:10:\"theme_mods\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/James/theme-options.txt\";s:7:\"widgets\";s:87:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/James/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:4:\"home\";s:14:\"page_for_posts\";s:4:\"blog\";s:7:\"plugins\";a:2:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:2:{s:8:\"personal\";s:8:\"Personal\";s:9:\"portfolio\";s:9:\"Portfolio\";}}s:5:\"mason\";a:10:{s:4:\"name\";s:5:\"Mason\";s:9:\"demo_slug\";s:5:\"mason\";s:10:\"screenshot\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Mason/screenshot.jpg\";s:3:\"xml\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Mason/sample-data.xml\";s:10:\"theme_mods\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Mason/theme-options.txt\";s:7:\"widgets\";s:87:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Mason/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:1:{i:0;s:41:\"Total - Disable Blog Entry Gallery Slider\";}s:10:\"categories\";a:1:{s:4:\"blog\";s:4:\"Blog\";}}s:5:\"paris\";a:11:{s:4:\"name\";s:5:\"Paris\";s:9:\"demo_slug\";s:5:\"paris\";s:10:\"screenshot\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Paris/screenshot.jpg\";s:3:\"xml\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Paris/sample-data.xml\";s:10:\"theme_mods\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Paris/theme-options.txt\";s:7:\"widgets\";s:87:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Paris/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:4:\"home\";s:14:\"page_for_posts\";s:4:\"blog\";s:7:\"plugins\";a:1:{i:0;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:2:{s:8:\"business\";s:8:\"Business\";s:8:\"one-page\";s:8:\"One Page\";}}s:5:\"cinco\";a:9:{s:4:\"name\";s:5:\"Cinco\";s:9:\"demo_slug\";s:5:\"cinco\";s:10:\"screenshot\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Cinco/screenshot.jpg\";s:3:\"xml\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Cinco/sample-data.xml\";s:10:\"theme_mods\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Cinco/theme-options.txt\";s:7:\"widgets\";s:87:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Cinco/widgets.txt\";s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:2:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:2:{s:7:\"holiday\";s:7:\"Holiday\";s:8:\"one-page\";s:8:\"One Page\";}}s:5:\"ebook\";a:10:{s:4:\"name\";s:5:\"Ebook\";s:9:\"demo_slug\";s:5:\"ebook\";s:10:\"screenshot\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Ebook/screenshot.jpg\";s:3:\"xml\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Ebook/sample-data.xml\";s:10:\"theme_mods\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Ebook/theme-options.txt\";s:7:\"widgets\";s:87:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Ebook/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:10:\"ebook-main\";}s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:2:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:2:{s:8:\"creative\";s:8:\"Creative\";s:8:\"one-page\";s:8:\"One Page\";}}s:3:\"zoo\";a:10:{s:4:\"name\";s:3:\"Zoo\";s:9:\"demo_slug\";s:3:\"zoo\";s:10:\"screenshot\";s:88:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Zoo/screenshot.jpg\";s:3:\"xml\";s:89:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Zoo/sample-data.xml\";s:10:\"theme_mods\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Zoo/theme-options.txt\";s:7:\"widgets\";s:85:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Zoo/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:1:{i:0;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:1:{s:8:\"one-page\";s:8:\"One Page\";}}s:11:\"boxed-folio\";a:12:{s:4:\"name\";s:11:\"Boxed Folio\";s:9:\"demo_slug\";s:11:\"boxed-folio\";s:10:\"screenshot\";s:96:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Boxed-Folio/screenshot.jpg\";s:3:\"xml\";s:97:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Boxed-Folio/sample-data.xml\";s:10:\"theme_mods\";s:99:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Boxed-Folio/theme-options.txt\";s:7:\"widgets\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Boxed-Folio/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:4:\"home\";s:14:\"page_for_posts\";s:4:\"blog\";s:7:\"plugins\";a:4:{i:0;s:14:\"Contact Form 7\";i:1;s:27:\"Force Regenerate Thumbnails\";i:2;s:24:\"WPBakery Visual Composer\";i:3;s:17:\"Slider Revolution\";}s:7:\"sliders\";a:1:{s:20:\"boxed-folio-homepage\";s:125:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Boxed-Folio/revolution-sliders/boxed-folio-homepage.zip\";}s:10:\"categories\";a:2:{s:11:\"photography\";s:11:\"Photography\";s:9:\"portfolio\";s:9:\"Portfolio\";}}s:4:\"vlog\";a:7:{s:4:\"name\";s:4:\"Vlog\";s:9:\"demo_slug\";s:4:\"vlog\";s:10:\"screenshot\";s:89:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Vlog/screenshot.jpg\";s:3:\"xml\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Vlog/sample-data.xml\";s:10:\"theme_mods\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Vlog/theme-options.txt\";s:7:\"widgets\";s:86:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Vlog/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:9:\"main-menu\";}}s:4:\"cafe\";a:10:{s:4:\"name\";s:4:\"Cafe\";s:9:\"demo_slug\";s:4:\"cafe\";s:10:\"screenshot\";s:89:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Cafe/screenshot.jpg\";s:3:\"xml\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Cafe/sample-data.xml\";s:10:\"theme_mods\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Cafe/theme-options.txt\";s:7:\"widgets\";s:86:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Cafe/widgets.txt\";s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:2:{i:0;s:24:\"WPBakery Visual Composer\";i:1;s:17:\"Slider Revolution\";}s:7:\"sliders\";a:1:{s:9:\"cafe-home\";s:107:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Cafe/revolution-sliders/cafe-home.zip\";}s:10:\"categories\";a:3:{s:8:\"business\";s:8:\"Business\";s:8:\"one-page\";s:8:\"One Page\";s:10:\"restaurant\";s:10:\"Restaurant\";}}s:11:\"landscaping\";a:10:{s:4:\"name\";s:11:\"Landscaping\";s:9:\"demo_slug\";s:11:\"landscaping\";s:10:\"screenshot\";s:96:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Landscaping/screenshot.jpg\";s:3:\"xml\";s:97:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Landscaping/sample-data.xml\";s:10:\"theme_mods\";s:99:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Landscaping/theme-options.txt\";s:7:\"widgets\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Landscaping/widgets.txt\";s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";s:4:\"main\";s:15:\"mobile_menu_alt\";s:6:\"mobile\";}s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:2:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:1:{s:8:\"business\";s:8:\"Business\";}}s:5:\"adapt\";a:10:{s:4:\"name\";s:5:\"Adapt\";s:9:\"demo_slug\";s:5:\"adapt\";s:10:\"screenshot\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Adapt/screenshot.jpg\";s:3:\"xml\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Adapt/sample-data.xml\";s:10:\"theme_mods\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Adapt/theme-options.txt\";s:7:\"widgets\";s:87:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Adapt/widgets.txt\";s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";s:4:\"main\";s:11:\"footer_menu\";s:11:\"footer-menu\";}s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:2:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:3:{s:8:\"business\";s:8:\"Business\";s:8:\"creative\";s:8:\"Creative\";s:9:\"portfolio\";s:9:\"Portfolio\";}}s:5:\"boost\";a:10:{s:4:\"name\";s:5:\"Boost\";s:9:\"demo_slug\";s:5:\"boost\";s:10:\"screenshot\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Boost/screenshot.jpg\";s:3:\"xml\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Boost/sample-data.xml\";s:10:\"theme_mods\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Boost/theme-options.txt\";s:7:\"widgets\";s:87:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Boost/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:4:\"home\";s:7:\"plugins\";a:1:{i:0;s:24:\"WPBakery Visual Composer\";}s:10:\"categories\";a:2:{s:8:\"business\";s:8:\"Business\";s:9:\"portfolio\";s:9:\"Portfolio\";}}s:9:\"charlotte\";a:11:{s:4:\"name\";s:9:\"Charlotte\";s:9:\"demo_slug\";s:9:\"charlotte\";s:10:\"screenshot\";s:94:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Charlotte/screenshot.jpg\";s:3:\"xml\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Charlotte/sample-data.xml\";s:10:\"theme_mods\";s:97:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Charlotte/theme-options.txt\";s:7:\"widgets\";s:91:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Charlotte/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:8:\"homepage\";s:7:\"plugins\";a:2:{i:0;s:24:\"WPBakery Visual Composer\";i:1;s:17:\"Slider Revolution\";}s:7:\"sliders\";a:1:{s:14:\"charlotte-home\";s:117:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Charlotte/revolution-sliders/charlotte-home.zip\";}s:10:\"categories\";a:1:{s:4:\"blog\";s:4:\"Blog\";}}s:7:\"bbpress\";a:10:{s:4:\"name\";s:7:\"bbPress\";s:9:\"demo_slug\";s:7:\"bbpress\";s:10:\"screenshot\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/bbPress/screenshot.jpg\";s:3:\"xml\";s:93:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/bbPress/sample-data.xml\";s:10:\"theme_mods\";s:95:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/bbPress/theme-options.txt\";s:7:\"widgets\";s:89:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/bbPress/widgets.txt\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"main\";}s:13:\"homepage_slug\";s:8:\"homepage\";s:7:\"plugins\";a:1:{i:0;s:7:\"bbPress\";}s:10:\"categories\";a:0:{}}s:4:\"base\";a:12:{s:4:\"name\";s:4:\"Base\";s:9:\"demo_slug\";s:4:\"base\";s:10:\"screenshot\";s:89:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base/screenshot.jpg\";s:3:\"xml\";s:90:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base/sample-data.xml\";s:10:\"theme_mods\";s:92:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base/theme-options.txt\";s:7:\"widgets\";s:86:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base/widgets.txt\";s:18:\"nav_menu_locations\";a:3:{s:9:\"main_menu\";s:4:\"main\";s:11:\"mobile_menu\";s:12:\"mobile-icons\";s:11:\"footer_menu\";s:6:\"footer\";}s:13:\"homepage_slug\";s:4:\"home\";s:9:\"shop_slug\";s:4:\"shop\";s:7:\"plugins\";a:4:{i:0;s:14:\"Contact Form 7\";i:1;s:24:\"WPBakery Visual Composer\";i:2;s:17:\"Slider Revolution\";i:3;s:11:\"WooCommerce\";}s:7:\"sliders\";a:9:{s:8:\"slider_1\";s:106:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base/revolution-sliders/slider_1.zip\";s:8:\"slider_2\";s:106:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base/revolution-sliders/slider_2.zip\";s:8:\"slider_3\";s:106:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base/revolution-sliders/slider_3.zip\";s:8:\"slider_4\";s:106:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base/revolution-sliders/slider_4.zip\";s:8:\"slider_6\";s:106:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base/revolution-sliders/slider_6.zip\";s:8:\"slider_7\";s:106:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base/revolution-sliders/slider_7.zip\";s:8:\"slider_8\";s:106:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base/revolution-sliders/slider_8.zip\";s:8:\"slider_9\";s:106:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base/revolution-sliders/slider_9.zip\";s:9:\"slider_10\";s:107:\"https://raw.githubusercontent.com/wpexplorer/total-sample-data/master/Base/revolution-sliders/slider_10.zip\";}s:10:\"categories\";a:2:{s:8:\"business\";s:8:\"Business\";s:4:\"shop\";s:4:\"Shop\";}}}s:7:\"plugins\";a:8:{s:11:\"js_composer\";a:2:{s:4:\"name\";s:24:\"WPBakery Visual Composer\";s:8:\"location\";s:7:\"bundled\";}s:10:\"templatera\";a:2:{s:4:\"name\";s:10:\"Templatera\";s:8:\"location\";s:7:\"bundled\";}s:14:\"contact-form-7\";a:2:{s:4:\"name\";s:14:\"Contact Form 7\";s:8:\"location\";s:7:\"wp_repo\";}s:11:\"woocommerce\";a:2:{s:4:\"name\";s:11:\"WooCommerce\";s:8:\"location\";s:7:\"wp_repo\";}s:7:\"bbpress\";a:2:{s:4:\"name\";s:7:\"bbPress\";s:8:\"location\";s:7:\"wp_repo\";}s:19:\"the-events-calendar\";a:2:{s:4:\"name\";s:19:\"The Events Calendar\";s:8:\"location\";s:7:\"wp_repo\";}s:11:\"LayerSlider\";a:2:{s:4:\"name\";s:11:\"LayerSlider\";s:8:\"location\";s:7:\"bundled\";}s:9:\"revslider\";a:2:{s:4:\"name\";s:17:\"Slider Revolution\";s:8:\"location\";s:7:\"bundled\";}}}','no'),(6274,'duplicate_post_copytitle','1','yes'),(6275,'duplicate_post_copydate','0','yes'),(6276,'duplicate_post_copystatus','0','yes'),(6277,'duplicate_post_copyslug','1','yes'),(6278,'duplicate_post_copyexcerpt','1','yes'),(6279,'duplicate_post_copycontent','1','yes'),(6280,'duplicate_post_copythumbnail','1','yes'),(6281,'duplicate_post_copytemplate','1','yes'),(6282,'duplicate_post_copyformat','1','yes'),(6283,'duplicate_post_copyauthor','0','yes'),(6284,'duplicate_post_copypassword','0','yes'),(6285,'duplicate_post_copyattachments','0','yes'),(6286,'duplicate_post_copychildren','0','yes'),(6287,'duplicate_post_copycomments','0','yes'),(6288,'duplicate_post_copymenuorder','1','yes'),(6289,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(6290,'duplicate_post_blacklist','','yes'),(6291,'duplicate_post_types_enabled','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(6292,'duplicate_post_show_row','1','yes'),(6293,'duplicate_post_show_adminbar','1','yes'),(6294,'duplicate_post_show_submitbox','1','yes'),(6295,'duplicate_post_show_bulkactions','1','yes'),(6296,'duplicate_post_version','3.2','no'),(6297,'duplicate_post_show_notice','0','no'),(6300,'_site_transient_timeout_community-events-2cfa15b4eba1a14c4f05246967f6b09e','1497606626','no'),(6301,'_site_transient_community-events-2cfa15b4eba1a14c4f05246967f6b09e','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"173.129.211.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:50:\"North Phoenix/Scottsdale - Arizona WordPress Group\";s:3:\"url\";s:64:\"https://www.meetup.com/Arizona-WordPress-Group/events/239417232/\";s:6:\"meetup\";s:23:\"Arizona WordPress Group\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Arizona-WordPress-Group/\";s:4:\"date\";s:19:\"2017-06-15 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Scottsdale, AZ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.612538999999998168277670629322528839111328125;s:9:\"longitude\";d:-111.892390000000006011759978719055652618408203125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:35:\"Advanced WordPress Developer Meetup\";s:3:\"url\";s:64:\"https://www.meetup.com/Arizona-WordPress-Group/events/239417246/\";s:6:\"meetup\";s:23:\"Arizona WordPress Group\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Arizona-WordPress-Group/\";s:4:\"date\";s:19:\"2017-06-22 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Mesa, AZ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.3842769999999973151716403663158416748046875;s:9:\"longitude\";d:-111.8057170000000013487806427292525768280029296875;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:42:\"Northwest Valley - Arizona WordPress Group\";s:3:\"url\";s:64:\"https://www.meetup.com/Arizona-WordPress-Group/events/240020718/\";s:6:\"meetup\";s:23:\"Arizona WordPress Group\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Arizona-WordPress-Group/\";s:4:\"date\";s:19:\"2017-06-27 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Phoenix, AZ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.7129910000000023728716769255697727203369140625;s:9:\"longitude\";d:-112.1130160000000017817001207731664180755615234375;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:26:\"The Business of Web Meetup\";s:3:\"url\";s:67:\"https://www.meetup.com/Arizona-WordPress-Group/events/qqvwjjywkbgb/\";s:6:\"meetup\";s:23:\"Arizona WordPress Group\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Arizona-WordPress-Group/\";s:4:\"date\";s:19:\"2017-07-04 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Phoenix, AZ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.4920010000000019090293790213763713836669921875;s:9:\"longitude\";d:-112.070435000000003356035449542105197906494140625;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:29:\"Scottsdale WordPress Code Lab\";s:3:\"url\";s:64:\"https://www.meetup.com/Arizona-WordPress-Group/events/240499992/\";s:6:\"meetup\";s:23:\"Arizona WordPress Group\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Arizona-WordPress-Group/\";s:4:\"date\";s:19:\"2017-07-05 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Scottsdale, AZ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.61948000000000291720425593666732311248779296875;s:9:\"longitude\";d:-111.8991089999999957171894493512809276580810546875;}}}}','no'),(6302,'wpex_staff_users_relations','a:1:{i:1;s:0:\"\";}','yes'),(6303,'wpseo_sitemap_author_cache_validator','6HQun','no'),(6311,'_site_transient_timeout_community-events-9d44c5af7c152601437259a8733a966a','1497664719','no'),(6312,'_site_transient_community-events-9d44c5af7c152601437259a8733a966a','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"184.207.207.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:21:\"WordPress Round Table\";s:3:\"url\";s:70:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/events/238585356/\";s:6:\"meetup\";s:29:\"South Jersey WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-19 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Moorestown, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.963718000000000074578565545380115509033203125;s:9:\"longitude\";d:-74.95044699999999693318386562168598175048828125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:25:\"Informal WordPress Meetup\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335809/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"JSON Schema and the WordPress API\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/240630685/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"New York, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.756900999999999157807906158268451690673828125;s:9:\"longitude\";d:-73.99002799999999524516169913113117218017578125;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Introduction to the WordPress Template System\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/240758251/\";s:6:\"meetup\";s:29:\"WordPress North Jersey Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/\";s:4:\"date\";s:19:\"2017-07-10 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Montclair, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.8112799999999964484231895767152309417724609375;s:9:\"longitude\";d:-74.219345000000004120010999031364917755126953125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:3:\"TBD\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335827/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-07-11 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}}}','no'),(6327,'_site_transient_timeout_community-events-48a2c92248ce0f19c021feb33cf10bf6','1497679697','no'),(6328,'_site_transient_community-events-48a2c92248ce0f19c021feb33cf10bf6','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"184.248.81.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:21:\"WordPress Round Table\";s:3:\"url\";s:70:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/events/238585356/\";s:6:\"meetup\";s:29:\"South Jersey WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-19 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Moorestown, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.963718000000000074578565545380115509033203125;s:9:\"longitude\";d:-74.95044699999999693318386562168598175048828125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:25:\"Informal WordPress Meetup\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335809/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"JSON Schema and the WordPress API\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/240630685/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"New York, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.756900999999999157807906158268451690673828125;s:9:\"longitude\";d:-73.99002799999999524516169913113117218017578125;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Introduction to the WordPress Template System\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/240758251/\";s:6:\"meetup\";s:29:\"WordPress North Jersey Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/\";s:4:\"date\";s:19:\"2017-07-10 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Montclair, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.8112799999999964484231895767152309417724609375;s:9:\"longitude\";d:-74.219345000000004120010999031364917755126953125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:3:\"TBD\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335827/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-07-11 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}}}','no'),(6335,'ndg_spr_version','3.2','yes'),(6336,'uwmr_settings','a:7:{s:7:\"license\";s:0:\"\";s:27:\"automatic_override_duration\";s:2:\"-1\";s:10:\"post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:16:\"default_post_url\";s:0:\"\";s:16:\"default_page_url\";s:0:\"\";s:23:\"default_tablet_post_url\";s:0:\"\";s:23:\"default_tablet_page_url\";s:0:\"\";}','yes'),(6339,'uwmr_license_status','valid','yes'),(6388,'_site_transient_timeout_community-events-e0410a374c4d6afb39f3248558d49156','1497959112','no'),(6389,'_site_transient_community-events-e0410a374c4d6afb39f3248558d49156','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"96.239.59.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:21:\"WordPress Round Table\";s:3:\"url\";s:70:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/events/238585356/\";s:6:\"meetup\";s:29:\"South Jersey WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-19 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Moorestown, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.963718000000000074578565545380115509033203125;s:9:\"longitude\";d:-74.95044699999999693318386562168598175048828125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:25:\"Informal WordPress Meetup\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335809/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"JSON Schema and the WordPress API\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/240630685/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"New York, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.756900999999999157807906158268451690673828125;s:9:\"longitude\";d:-73.99002799999999524516169913113117218017578125;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Introduction to the WordPress Template System\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/240758251/\";s:6:\"meetup\";s:29:\"WordPress North Jersey Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/\";s:4:\"date\";s:19:\"2017-07-10 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Montclair, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.8112799999999964484231895767152309417724609375;s:9:\"longitude\";d:-74.219345000000004120010999031364917755126953125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:3:\"TBD\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335827/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-07-11 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}}}','no'),(6402,'_site_transient_timeout_community-events-b457598ed354f9d0bca1a36151fcae39','1498006200','no'),(6403,'_site_transient_community-events-b457598ed354f9d0bca1a36151fcae39','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"72.78.107.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:21:\"WordPress Round Table\";s:3:\"url\";s:70:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/events/238585356/\";s:6:\"meetup\";s:29:\"South Jersey WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/South-Jersey-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-19 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Moorestown, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.963718000000000074578565545380115509033203125;s:9:\"longitude\";d:-74.95044699999999693318386562168598175048828125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:25:\"Informal WordPress Meetup\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335809/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:36:\"Getting Started With CSS Grid Layout\";s:3:\"url\";s:65:\"https://www.meetup.com/Reading-WordPress-Meetup/events/240894154/\";s:6:\"meetup\";s:24:\"Reading WordPress Meetup\";s:10:\"meetup_url\";s:48:\"https://www.meetup.com/Reading-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-27 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Reading, PA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.4076960000000013906173990108072757720947265625;s:9:\"longitude\";d:-75.936995999999993500750861130654811859130859375;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Introduction to the WordPress Template System\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/240758251/\";s:6:\"meetup\";s:29:\"WordPress North Jersey Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/\";s:4:\"date\";s:19:\"2017-07-10 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Montclair, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.8112799999999964484231895767152309417724609375;s:9:\"longitude\";d:-74.219345000000004120010999031364917755126953125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:3:\"TBD\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335827/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-07-11 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}}}','no'),(6405,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 16:08:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.9-alpha-40915\";s:7:\"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: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:25:\"WordPress 4.8 “Evans”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2017/06/evans/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Jun 2017 14:49:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=4770\";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:373:\"An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named &#8220;Evans&#8221; in honor of jazz pianist and composer William John &#8220;Bill&#8221; Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some [&#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:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:42997:\"<h2 style=\"text-align: center\">An Update with You in Mind</h2>\n<p><img class=\"aligncenter size-large wp-image-4816\" src=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=632%2C316&#038;ssl=1\" alt=\"\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=1024%2C512&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=300%2C150&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=768%2C384&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<h3>Gear up for a more intuitive WordPress!</h3>\n<p>Version 4.8 of WordPress, named &#8220;Evans&#8221; in honor of jazz pianist and composer William John &#8220;Bill&#8221; Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand.</p>\n<p>Though some updates seem minor, they’ve been built by hundreds of contributors with <em>you</em> in mind. Get ready for new features you’ll welcome like an old friend: link improvements, <em>three</em> new media widgets covering images, audio, and video, an updated text widget that supports visual editing, and an upgraded news section in your dashboard which brings in nearby and upcoming WordPress events.</p>\n<hr />\n<h2 style=\"text-align: center\">Exciting Widget Updates</h2>\n<p><img class=\"size-large wp-image-4776 aligncenter\" src=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=632%2C436&#038;ssl=1\" alt=\"\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=1024%2C706&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=300%2C207&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=768%2C530&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<h3>Image Widget</h3>\n<p>Adding an image to a widget is now a simple task that is achievable for any WordPress user without needing to know code. Simply insert your image right within the widget settings. Try adding something like a headshot or a photo of your latest weekend adventure — and see it appear automatically.</p>\n<h3>Video Widget</h3>\n<p>A welcome video is a great way to humanize the branding of your website. You can now add any video from the Media Library to a sidebar on your site with the new Video widget. Use this to showcase a welcome video to introduce visitors to your site or promote your latest and greatest content.</p>\n<h3>Audio Widget</h3>\n<p>Are you a podcaster, musician, or avid blogger? Adding a widget with your audio file has never been easier. Upload your audio file to the Media Library, go to the widget settings, select your file, and you’re ready for listeners. This would be a easy way to add a more personal welcome message, too!</p>\n<h3>Rich Text Widget</h3>\n<p>This feature deserves a parade down the center of town! Rich-text editing capabilities are now native for Text widgets. Add a widget anywhere and format away. Create lists, add emphasis, and quickly and easily insert links. Have fun with your newfound formatting powers, and watch what you can accomplish in a short amount of time.</p>\n<hr />\n<h2 style=\"text-align: center\">Link Boundaries</h2>\n<div id=\"v-8BDWH3QG-1\" class=\"video-player\"><video id=\"v-8BDWH3QG-1-video\" width=\"632\" height=\"342\" poster=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg\" controls=\"true\" preload=\"metadata\" dir=\"ltr\" lang=\"en\"><source src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.mp4\" type=\"video/mp4; codecs=&quot;avc1.64001E, mp4a.40.2&quot;\" /><source src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_fmt1.ogv\" type=\"video/ogg; codecs=&quot;theora, vorbis&quot;\" /><div><img alt=\"Link Boundaries\" src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg?resize=632%2C342\" data-recalc-dims=\"1\" /></div><p>Link Boundaries</p></video></div>\n<p>Have you ever tried updating a link, or the text around a link, and found you can&#8217;t seem to edit it correctly? When you edit the text after the link, your new text also ends up linked. Or you edit the text in the link, but your text ends up outside of it. This can be frustrating! With link boundaries, a great new feature, the process is streamlined and your links will work well. You’ll be happier. We promise.</p>\n<hr />\n<h2 style=\"text-align: center\">Nearby WordPress Events</h2>\n<p><img class=\"aligncenter wp-image-4779 size-large\" src=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=632%2C465&#038;ssl=1\" alt=\"\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=1024%2C753&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=300%2C221&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=768%2C565&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?w=1126&amp;ssl=1 1126w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Did you know that WordPress has a thriving offline community with groups meeting regularly in more than 400 cities around the world? WordPress now draws your attention to the events that help you continue improving your WordPress skills, meet friends, and, of course, publish!</p>\n<p>This is quickly becoming one of our favorite features. While you are in the dashboard (because you’re running updates and writing posts, right?) all upcoming WordCamps and official WordPress Meetups — local to you — will be displayed.</p>\n<p>Being part of the community can help you improve your WordPress skills and network with people you wouldn&#8217;t otherwise meet. Now you can easily find your local events just by logging in to your dashboard and looking at the new Events and News dashboard widget.</p>\n<hr />\n<h2 style=\"text-align: center\">Even More Developer Happiness <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f60a.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></h2>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/17/cleaner-headings-in-the-admin-screens/\">More Accessible Admin Panel Headings</a></h3>\n<p>New CSS rules mean extraneous content (like “Add New” links) no longer need to be included in admin-area headings. These panel headings improve the experience for people using assistive technologies.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/removal-of-core-embedding-support-for-wmv-and-wma-file-formats/\">Removal of Core Support for WMV and WMA Files</a></h3>\n<p>As fewer and fewer browsers support Silverlight, file formats which require the presence of the Silverlight plugin are being removed from core support. Files will still display as a download link, but will no longer be embedded automatically.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/multisite-focused-changes-in-4-8/\">Multisite Updates</a></h3>\n<p>New capabilities have been introduced to 4.8 with an eye towards removing calls to<br />\n<code>is_super_admin()</code>. Additionally, new hooks and tweaks to more granularly control site and user counts per network have been added.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/\">Text-Editor JavaScript API</a></h3>\n<p>With the addition of TinyMCE to the text widget in 4.8 comes a new JavaScript API for instantiating the editor after page load. This can be used to add an editor instance to any text area, and customize it with buttons and functions. Great for plugin authors!</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\">Media Widgets API</a></h3>\n<p>The introduction of a new base media widget REST API schema to 4.8 opens up possibilities for even more media widgets (like galleries or playlists) in the future. The three new media widgets are powered by a shared base class that covers most of the interactions with the media modal. That class also makes it easier to create new media widgets and paves the way for more to come.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/16/customizer-sidebar-width-is-now-variable/\">Customizer Width Variable</a></h3>\n<p>Rejoice! New responsive breakpoints have been added to the customizer sidebar to make it wider on high-resolution screens. Customizer controls should use percentage-based widths instead of pixels.</p>\n<hr />\n<h2 style=\"text-align: center\">The Squad</h2>\n<p>This release was led by <a href=\"https://matt.blog\">Matt</a> and <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, with the help of the following fabulous folks. There are 346 contributors with props in this release, with 106 of them contributing for the first time. Pull up some Bill Evans on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/wraithkenny\">[Inactive]</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bj&#246;rklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/zuige\">Antti Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/quasel\">Bernhard Gronau</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber </a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">Dipesh Kakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frankiet\">Francesco Taurino</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran &#352;erić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">Laurel Fulford</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mario Valney</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt Jaworski</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">mbelchev</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">monikarao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kek&#228;l&#228;inen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/imnok\">Pantip Treerattanapitak (Nok)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Ara&#250;jo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.\n<p>&nbsp;</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.8. Their efforts bring WordPress 4.8 fully translated to 38 languages at release time with more on the way.</p>\n<p>Do you want to report on WordPress 4.8? <a href=\"https://s.w.org/images/core/4.8/wp-4-8_press-kit.zip\">We&#8217;ve compiled a press kit</a> featuring information about the release features, and some media assets to help you along.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress — we hope you enjoy!</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:\"4770\";s: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:33:\"WordPress 4.8 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/06/wordpress-4-8-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jun 2017 22:13:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=4765\";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:336:\"The second release candidate for WordPress 4.8 is now available. To test WordPress 4.8, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip). We&#8217;ve made a handful of changes since releasing RC 1 last week. For more details about what&#8217;s new in version 4.8, check out the [&#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:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1173:\"<p>The second release candidate for WordPress 4.8 is now available.</p>\n<p>To test WordPress 4.8, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.8-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=40866&amp;stop_rev=40847\">a handful of changes</a> since releasing RC 1 last week. For more details about what&#8217;s new in version 4.8, check out the <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-release-candidate/\">RC1</a> blog posts.</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>Happy testing!</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:\"4765\";s: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:31:\"WordPress 4.8 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2017/05/wordpress-4-8-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 May 2017 23:04:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=4758\";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 release candidate for WordPress 4.8 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.8 on Thursday, June 8, but we need your help to get there. If you haven’t tested 4.8 yet, [&#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:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2365:\"<p>The release candidate for WordPress 4.8 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.8 on <strong>Thursday, June 8</strong>, but we need <em>your</em> help to get there. If you haven’t tested 4.8 yet, now is the time!</p>\n<p>To test WordPress 4.8, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.8-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=40840&amp;stop_rev=40821\">a handful of changes</a> since releasing Beta 2 earlier this week. For more details about what’s new in version 4.8, check out the <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/\">Beta 2</a> blog posts.</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.8 and update your plugin’s <em>Tested up to</em> version in the readme to 4.8. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p>This release&#8217;s haiku is courtesy of <a href=\'https://profiles.wordpress.org/matveb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matveb</a>:</p>\n<p><em>Érrese uno</em><br />\n<em>Cien veces y más</em><br />\n<em>Erre ce dos</em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4758\";s: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: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:20:\"WordPress 4.8 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 May 2017 00:02:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=4749\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.8 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.8, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#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:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1621:\"<p>WordPress 4.8 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.8, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.8-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.8, check out the <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\">Beta 1</a> blog post. Since then, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=40819&amp;stop_rev=40664&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">over 50 changes</a> in Beta 2.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>WordPress four point eight<br />\nOne step closer to release<br />\nPlease test Beta 2!</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:\"4749\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.7.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:51:\"https://wordpress.org/news/2017/05/wordpress-4-7-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 May 2017 22:39:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4734\";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:373:\"WordPress 4.7.5 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.4 and earlier are affected by six security issues: Insufficient redirect validation in the HTTP class. Reported by Ronni Skansing. Improper handling of post meta data values in the XML-RPC [&#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:\"Pascal Birchler\";s: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:2349:\"<p>WordPress 4.7.5 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.4 and earlier are affected by six security issues:</p>\n<ol>\n<li>Insufficient redirect validation in the HTTP class. Reported by <a href=\"https://dk.linkedin.com/in/ronni-skansing-36143b65\">Ronni Skansing</a>.</li>\n<li>Improper handling of post meta data values in the XML-RPC API. Reported by <a href=\"https://hackerone.com/jazzy2fives\">Sam Thomas</a>.</li>\n<li>Lack of capability checks for post meta data in the XML-RPC API. Reported by <a href=\"https://profiles.wordpress.org/vortfu\">Ben Bidner</a> of the WordPress Security Team.</li>\n<li>A Cross Site Request Forgery (CSRF)  vulnerability was discovered in the filesystem credentials dialog. Reported by <a href=\"https://twitter.com/yorickkoster\">Yorick Koster</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered when attempting to upload very large files. Reported by <a href=\"https://dk.linkedin.com/in/ronni-skansing-36143b65\">Ronni Skansing</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered related to the Customizer. Reported by <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a> of the WordPress Security Team.</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.5 contains 3 maintenance fixes to the 4.7 release series. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.5\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=4.7.5&amp;group=component&amp;col=id&amp;col=summary&amp;col=component&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=keywords&amp;order=priority\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.5</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.5.</p>\n<p>Thanks to everyone who contributed to 4.7.5.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4734\";s: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: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:26:\"WordPress Now on HackerOne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/news/2017/05/wordpress-now-on-hackerone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 15 May 2017 16:02:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4730\";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:322:\"WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that WordPress is now officially [&#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:1718:\"<p>WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that <a href=\"https://hackerone.com/wordpress\">WordPress is now officially on HackerOne</a>!</p>\n<p><a href=\"https://www.hackerone.com/about\">HackerOne</a> is a platform for security researchers to securely and responsibly report vulnerabilities to our team. It provides tools that improve the quality and consistency of communication with reporters, and will reduce the time spent on responding to commonly reported issues. This frees our team to spend more time working on improving the security of WordPress.</p>\n<p>The security team has been working on this project for quite some time. Nikolay Bachiyski started the team working on it just over a year ago. We ran it as a private program while we worked out our procedures and processes, and are excited to finally make it public.</p>\n<p>With the announcement of the WordPress HackerOne program we are also introducing bug bounties. Bug bounties let us reward reporters for disclosing issues to us and helping us secure our products and infrastructure. We&#8217;ve already awarded more than $3,700 in bounties to seven different reporters! We are thankful to Automattic for paying the bounties on behalf of the WordPress project.</p>\n<p>The program and bounties cover all our projects including WordPress, BuddyPress, bbPress, GlotPress, and WP-CLI as well as all of our sites including WordPress.org, bbPress.org, WordCamp.org, BuddyPress.org, and GlotPress.org.</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:\"4730\";s: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:20:\"WordPress 4.8 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 May 2017 00:15:59 +0000\";s: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=4727\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"We&#8217;re planning a smaller WP release early next month, bringing in three major enhancements: An improved visual editor experience, with a new TinyMCE that allows you to navigate more intuitively in and out of inline elements like links. (Try it out to see, it&#8217;s hard to describe.) A revamp of the dashboard news widget to [&#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:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1148:\"<p>We&#8217;re planning a smaller WP release early next month, bringing in three major enhancements:</p>\n<ul>\n<li>An improved visual editor experience, with a new TinyMCE that allows you to navigate more intuitively in and out of inline elements like links. (Try it out to see, it&#8217;s hard to describe.)</li>\n<li>A revamp of the dashboard news widget to bring in nearby and upcoming events including meetups and WordCamps.</li>\n<li>Several new media widgets covering images, audio, and video, and an enhancement to the text widget to support visual editing.</li>\n</ul>\n<p>The first beta of 4.8 is now available for testing. You can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> (or just run trunk) to try the latest and greatest, and each of these areas could use a ton of testing. Our goals are to make editing posts with links more intuitive, make widgets easier for new users and more convenient for existing ones, and get many more people aware of and attending our community events.</p>\n<p><em>Four point eight is here<br />\nSmall changes with a big punch<br />\nBig ones come later</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:\"4727\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:36:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.7.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:51:\"https://wordpress.org/news/2017/04/wordpress-4-7-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Apr 2017 17:54:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4710\";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:\"After almost sixty million downloads of WordPress 4.7, we are pleased to announce the immediate availability of WordPress 4.7.4, a maintenance release. This release contains 47 bug fixes and enhancements, chief among them an incompatibility between the upcoming Chrome version and the visual editor, inconsistencies in media handling, and further improvements to the REST API.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Pascal Birchler\";s: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:4518:\"<p>After almost sixty million downloads of WordPress 4.7, we are pleased to announce the immediate availability of WordPress 4.7.4, a maintenance release.</p>\n<p>This release contains 47 maintenance fixes and enhancements, chief among them an incompatibility between the upcoming Chrome version and the visual editor, inconsistencies in media handling, and further improvements to the REST API. For a full list of changes, consult the <a href=\"https://codex.wordpress.org/Version_4.7.4\">release notes</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/4.7?rev=40487&amp;stop_rev=40224\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.4</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.4.</p>\n<p>Thanks to everyone who contributed to 4.7.4:<br />\n<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/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/aussieguy123/\">aussieguy123</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/boldwater/\">boldwater</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/chesio/\">chesio</a>, <a href=\"https://profiles.wordpress.org/curdin/\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidbenton/\">davidbenton</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</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/eclev91/\">eclev91</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ghosttoast/\">Gustave F. Gerhardt</a>, <a href=\"https://profiles.wordpress.org/ig_communitysites/\">ig_communitysites</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/karinedo/\">karinedo</a>, <a href=\"https://profiles.wordpress.org/lukasbesch/\">lukasbesch</a>, <a href=\"https://profiles.wordpress.org/maguiar/\">maguiar</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez/\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mayurk/\">Mayur Keshwani</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/delawski/\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pratikshrestha/\">Pratik Shrestha</a>, <a href=\"https://profiles.wordpress.org/programmin/\">programmin</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/sagarkbhatt/\">sagarkbhatt</a>, <a href=\"https://profiles.wordpress.org/sagarprajapati/\">Sagar Prajapati</a>, <a href=\"https://profiles.wordpress.org/sboisvert/\">sboisvert</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford/\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4710\";s: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:48:\"WordPress 4.7.3 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 17:53:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4696\";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:396:\"WordPress 4.7.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.2 and earlier are affected by six security issues: Cross-site scripting (XSS) via media file metadata.  Reported by Chris Andrè Dale, Yorick Koster, and Simon P. Briggs. Control characters can trick redirect [&#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:\"James Nylen\";s: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:6191:\"<p>WordPress 4.7.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.2 and earlier are affected by six security issues:</p>\n<ol>\n<li>Cross-site scripting (XSS) via media file metadata.  Reported by <a href=\"https://www.securesolutions.no/\">Chris Andrè Dale</a>, <a href=\"https://twitter.com/yorickkoster\">Yorick Koster</a>, and Simon P. Briggs.</li>\n<li>Control characters can trick redirect URL validation.  Reported by <a href=\"http://www.danielchatfield.com/\">Daniel Chatfield</a>.</li>\n<li>Unintended files can be deleted by administrators using the plugin deletion functionality.  Reported by <a href=\"https://hackerone.com/triginc\">TrigInc</a> and <a href=\"http://b.360.cn/\">xuliang</a>.</li>\n<li>Cross-site scripting (XSS) via video URL in YouTube embeds.  Reported by <a href=\"https://twitter.com/marcs0h\">Marc Montpas</a>.</li>\n<li>Cross-site scripting (XSS) via taxonomy term names.  Reported by <a href=\"https://profiles.wordpress.org/deltamgm2\">Delta</a>.</li>\n<li>Cross-site request forgery (CSRF) in Press This leading to excessive use of server resources.  Reported by Sipke Mellema.</li>\n</ol>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.3 contains 39 maintenance fixes to the 4.7 release series. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=4.7.3&amp;group=component&amp;col=id&amp;col=summary&amp;col=component&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=keywords&amp;order=priority\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.3.</p>\n<p>Thanks to everyone who contributed to 4.7.3: <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/asalce/\">asalce</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">blobfolio</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/drrobotnik/\">Brandon Lavigne</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90/\">Bunty</a>, <a href=\"https://profiles.wordpress.org/ccprog/\">ccprog</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</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/drivingralle/\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</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/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez/\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/codegeass/\">Muhammet Arslan</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/reldev/\">reldev</a>, <a href=\"https://profiles.wordpress.org/sanchothefat/\">Robert O&#8217;Rourke</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sanketparmar/\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/triplejumper12/\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, and <a href=\"https://profiles.wordpress.org/wpfo/\">wpfo</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:\"4696\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.7.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Jan 2017 19:34:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4676\";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:357:\"WordPress 4.7.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.1 and earlier are affected by three security issues: The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. [&#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:2142:\"<p>WordPress 4.7.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.1 and earlier are affected by three security issues:</p>\n<ol>\n<li>The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. Reported by David Herrera of <a href=\"https://www.alleyinteractive.com/\">Alley Interactive</a>.</li>\n<li><code>WP_Query</code> is vulnerable to a SQL injection (SQLi) when passing unsafe data. WordPress core is not directly vulnerable to this issue, but we&#8217;ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://github.com/mjangda\">Mo Jangda</a> (batmoo).</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the posts list table. Reported by <a href=\"https://iandunn.name/\">Ian Dunn</a> of the WordPress Security Team.</li>\n<li>An unauthenticated privilege escalation vulnerability was discovered in a REST API endpoint. Reported by <a href=\"https://twitter.com/MarcS0h\">Marc-Alexandre Montpas</a> of Sucuri Security. *</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.2.</p>\n<p>Thanks to everyone who contributed to 4.7.2.</p>\n<p>* Update: An additional serious vulnerability was fixed in this release and public disclosure was delayed. For more information on this vulnerability, additional mitigation steps taken, and an explanation for why disclosure was delayed, please read <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/\">Disclosure of Additional Security Fix in WordPress 4.7.2</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:\"4676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 20 Jun 2017 12:50:00 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:\"Thu, 08 Jun 2017 16:08:34 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20170125031416\";}','no'),(6407,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1497963000','no'),(6409,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: Disqus 3.0 Beta Improves Comment Syncing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72176\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wptavern.com/disqus-3-0-beta-improves-comment-syncing\";s: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:2219:\"<p>When <a href=\"https://wptavern.com/wpweekly-episode-269-interview-with-daniel-ha-ceo-and-co-founder-of-disqus\">we interviewed</a> Daniel Ha, CEO and co-founder of Disqus, earlier this year, he explained why some users were <a href=\"https://wptavern.com/wpweekly-episode-269-interview-with-daniel-ha-ceo-and-co-founder-of-disqus#comment-216978\">reporting problems</a> syncing comments between Disqus and WordPress and that improvements would be coming soon.</p>\n<p>&#8220;We may have taken some services offline to work on them which may have affected those who were trying to sync,&#8221; Ha said.</p>\n<p>Disqus <a href=\"https://wptavern.com/wpweekly-episode-269-interview-with-daniel-ha-ceo-and-co-founder-of-disqus#comment-216978\">has released</a> 3.0 Beta 1 that fixes syncing issues and introduces a redesigned settings screen. Disqus 3.0 was rewritten to take advantage of newer APIs in WordPress which will allow for faster iterations of improvements.</p>\n<p>Comments are synced to the WordPress database using a webhook method instead of wp-cron making the process more reliable. This version also supports edited comments and comment states enabling users to see if comments are approved, pending, or deleted.</p>\n<img />Disqus 3.0 Settings Screen\n<p>Disqus 3.0 has a redesigned settings screen that includes shortcuts to frequently visited sections of Disqus&#8217; backend. Disqus replaces the Comments top-level menu item and shortcut links are now available in the WordPress Admin Bar.</p>\n<p>Other improvements to the plugin include:</p>\n<ul>\n<li>Replacing WordPress comments template with Disqus comments</li>\n<li>Replacing WordPress comment count with Disqus comment count</li>\n<li>Automatic closing of WordPress login window when using single sign-on</li>\n</ul>\n<p>The plugin is only available <a href=\"https://github.com/ryanvalentin/disqus-wordpress-plugin/releases/\">via Gitub</a> as the team seeks feedback to identify potential issues before rolling it out to the public. If you discover a bug, you can report it by <a href=\"https://github.com/ryanvalentin/disqus-wordpress-plugin/issues\">opening a new issue</a> on the project&#8217;s Github page.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jun 2017 07:28:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Peak Tea Demand\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2017/06/peak-tea-demand/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2017/06/peak-tea-demand/\";s: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:459:\"<p>I found this funny anecdote from <a href=\"https://www.cnet.com/news/tesla-is-changing-the-electric-grid/\">a CNET article about the future of power</a>: </p>\n<blockquote><p>Power and utility companies must exactly balance supply with what people consume at any given moment. UK grid operators famously must cope with a demand surge after the TV soap opera &#8220;EastEnders&#8221; ends, when thousands of people start boiling water for tea.</p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 18 Jun 2017 15:59:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: WordCamp Europe 2017 Draws 1900 Attendees from 79 Countries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72127\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/wordcamp-europe-2017-draws-1900-attendees-from-79-countries\";s: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:5654:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/wordcamp-europe-2017-volunteers.jpg?ssl=1\"><img /></a>photo credit: WP Tavern\n<p><a href=\"https://2017.europe.wordcamp.org\" target=\"_blank\">WordCamp Europe</a> was held this weekend in Paris, bringing together 1,900 attendees from 79 countries. Another 1,000 people joined via livestream from 77 countries to make a total audience of 2,900 participants from 92 countries. The number of attendees on the ground was about one third less than original estimates of 3,000, but everyone who wanted a ticket was able to get one. A team of 221 volunteers communicated on Slack behind the scenes to make the event run as smoothly as possible.</p>\n<p>The event&#8217;s 45 organizers made the presentations more accessible to speakers of different languages with live captioning and real-time audio translation.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/live-captioning.jpg?ssl=1\"><img /></a>photo credit: WP Tavern\n<p>WordCamp Europe is the leading WordPress event for catching presentations about the ongoing efforts to bring the software to all the languages of the world. A large percentage of attendees were multi-lingual leaders in WordPress&#8217; translation community, resulting in many presentations and lightning talks focused on topics like communication, internationalization, organizing translation sprints, and using inclusive language for interfaces.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/petya-wceu-2017.png?ssl=1\"><img /></a>photo credit: <a href=\"https://twitter.com/WCEurope/status/875616228714270726\">WordCamp Europe 2017 Photography Team</a>\n<p>Matt Mullenweg and Om Malik joined the event for a casual Q&amp;A session with attendees wherein Mullenweg showed a demo of the new Gutenberg editor and announced its availability as <a href=\"https://wordpress.org/plugins/gutenberg/\" target=\"_blank\">a plugin on WordPress.org</a>. We&#8217;ll cover their comments on the future of the editor and the open web more in-depth in another post.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/wceu-q-and-a-with-matt-and-om.jpg?ssl=1\"><img /></a></p>\n<p>This year&#8217;s WordCamp Europe sponsors had space for large 360° booths and the opportunity to be featured in 30-second advertisements between sessions. Organizers also arranged for sponsor workshops with a dedicated space for those who purchased the highest sponsorship levels. These workshops included topics like Creating a WordPress Theme for the Masses, Intro to WooCommerce, Jetpack tips, and hosting product demos.</p>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/sponsors-wceu.jpg?ssl=1\"><img /></a>photo credit: WP Tavern\n<p>WordCamp Europe had no shortage of swag unique to the event, including a limited edition French plush Wapuu, posters, postcards, socks, stickers for European WordCamps, and other items for sale in the traveling Swag Store. A giant, stuffed French Wapuu made the rounds, appearing in pictures with attendees.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">The fun, family and Wapuu moment  <a href=\"https://twitter.com/WCEurope\">@WCEurope</a>! <a href=\"https://twitter.com/hashtag/getwapuu?src=hash\">#getwapuu</a> <a href=\"https://twitter.com/hashtag/WCEU?src=hash\">#WCEU</a> <a href=\"https://twitter.com/hashtag/wceu2017?src=hash\">#wceu2017</a> <a href=\"https://t.co/eykTMyuiC8\">pic.twitter.com/eykTMyuiC8</a></p>\n<p>&mdash; Anil Gupta (@guptaanilg) <a href=\"https://twitter.com/guptaanilg/status/875969553053962240\">June 17, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"hi\" dir=\"ltr\">Swag + Wapuu = ❤️ <a href=\"https://t.co/Lg5LGYeHmj\">pic.twitter.com/Lg5LGYeHmj</a></p>\n<p>&mdash; WordCamp Europe (@WCEurope) <a href=\"https://twitter.com/WCEurope/status/875721426753527808\">June 16, 2017</a></p></blockquote>\n<p></p>\n<p><a href=\"https://wptavern.com/wordcamp-europe-2017-kicks-off-with-contributor-day-focused-on-growing-wordpress-through-inclusion\" target=\"_blank\">Contributor Day</a> kicked off the event on Thursday with a strong turnout of 473 attendees. Traditionally, WordCamp contributor days are held on Sunday after the main event, the day following the after party when many who signed up struggle to make it on time &#8211; or at all. WordCamp Europe attendees generally appreciated having the contributor day scheduled before the main conference and the higher attendance numbers demonstrate the success of this arrangement.</p>\n<p>The after party featured a 1930&#8217;s theme at the Pavillon d’Armenonville. Attendees dressed the part and enjoyed a relaxing end to the WordCamp with an evening of dancing and meeting new and old friends.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Maybe the coolest guys at <a href=\"https://twitter.com/hashtag/WCEU?src=hash\">#WCEU</a> After-Party! ❤️<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f44c.png\" alt=\"?\" class=\"wp-smiley\" /><a href=\"https://twitter.com/schlessera\">@schlessera</a> <a href=\"https://twitter.com/glueckpress\">@glueckpress</a> <a href=\"https://t.co/p0xDyjyD9N\">pic.twitter.com/p0xDyjyD9N</a></p>\n<p>&mdash; Carole Olinger ? (@CaroleOlinger) <a href=\"https://twitter.com/CaroleOlinger/status/876180870763294721\">June 17, 2017</a></p></blockquote>\n<p></p>\n<p>Organizers anticipate that videos of the presentations will be available next week. We will also be rolling out video interviews with interesting people from the European and global WordPress community in the coming days.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 18 Jun 2017 13:45:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: 10 Lessons Learned From Five Years of Selling WordPress Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72103\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/10-lessons-learned-from-five-years-of-selling-wordpress-products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7934:\"<p><img />This post was contributed by <a href=\"https://www.rebeccagill.com/\">Rebecca Gill</a>. Rebecca is the founder of <a href=\"https://www.web-savvy-marketing.com/\">Web Savvy Marketing</a>, a web development, design, maintenance, and SEO consulting company based in Michigan and host of the <a href=\"https://www.seobits.fm/\">SEO Bits podcast</a>.</p>\n<p>Rebecca recently <a href=\"https://wptavern.com/9seeds-acquires-web-savvy-marketings-genesis-theme-store\">sold her Genesis Theme store to 9seeds</a>, a store she managed and maintained for five years. In this post, she shares ten lessons learned from selling WordPress products.</p>\n<hr />\n<p>When <a href=\"https://wanderingjon.com/\">Jon Brown</a> and I started talking about Web Savvy Marketing selling its theme store to 9seeds, it became abundantly clear that I wasn’t just selling him a portfolio of Genesis child themes. Anybody can do that. What I was really selling him was an established process and five long years of making mistakes and creating solutions.</p>\n<p>When I launched our theme store and stepped into the world of developing WordPress products, I was beyond naïve. I had no idea what I was getting myself into and I didn’t know how to run a successful e-commerce business.</p>\n<p>But after a lot of mistakes and course corrections, I found stability, a lot of great customers, and more revenue than I expected.</p>\n<p>Today, I&#8217;m sharing my top 10 lessons learned with you, so I can spare you from falling down the same rabbit holes and pitfalls.</p>\n<h2>My 10 Lessons Learned</h2>\n<h3>Reputation Is Everything</h3>\n<p>I didn’t set up out to create a strong reputation and I honestly didn’t know I was doing it. I was just following the rules given to me by my Grandmother and the basics of business I learned while working for my prior employers.</p>\n<p>What I realized was this – having a strong reputation helps you sell, but it also helps keep you out of hot water when things don’t go as you plan. People are more willing to buy from you, become your brand advocates, and forgive you when you make a mistake.</p>\n<h3>A Strong FAQ Page Is Worth Its Weight in Gold</h3>\n<p>I didn’t see this as a necessary page at first, but once I had the same question asked 100 times, I realized I needed to have an easily accessible page that answered common questions. Our comprehensive FAQ page has saved me time, but it also aided in sales. Visitors receive immediate answers to their questions and they are more inclined to hit the buy button while you still have their attention and interest.</p>\n<h3>Thorough Post-sale Communication Is a Requirement</h3>\n<p>During the first year of our store opening, I was flooded with post-sale emails and inquiries. No one was using our support forum and the option of self-service. I was so annoyed and frustrated it wasn’t even funny. And then something happened.</p>\n<p>I realized it wasn’t the buyers’ fault. I realized it was my fault. I had failed to communicate, provide next steps, and set expectations. Once I took ownership over this issue, I created a follow-up sequence that provided post-purchase instructions on where to go and what to do.</p>\n<p>A magical thing happened – or many things actually. I freed up my time because people stopped emailing me and I had happy customers who actually thanked me for all the great follow-up information. That was a win/win if there ever was one.</p>\n<h3>Email Templates Save Oodles of Time</h3>\n<p>Even with my stellar FAQ page and follow-up emails, I still received inquiries from people who asked similar questions. I learned to create email templates for anything I had to answer more than five times. This reduced my response time from five minutes to thirty seconds. This freed up my time and more importantly, it gave faster responses to my customers, so they were happy.</p>\n<h3>Create Systems to Save Sanity</h3>\n<p>I’m slightly <span class=\"st\">obsessive-compulsive</span> and I used this to our advantage with the theme store. I created project templates for any new theme launch and I mimicked the same type of tight structure I have with large custom website builds.</p>\n<p>We had a template full of to-do items, ownership of tasks, and expected turn around times. This made the design, coding, and launch of a theme very systematic. This in turn translated to faster product launches, fewer mistakes, and a reduction in development costs.</p>\n<h3>Strong SEO Is Your Friend</h3>\n<p>I could not have been successful without search engine optimization. I let SEO lead the way for what we would sell, who we would sell it to, and how we would market the final product. Strong SEO helped me select the right themes to develop, get quick sales, and cover my development costs within a few months of each launch.</p>\n<h3>Social Media Is a Time Suck but Worth Every Minute Invested</h3>\n<p>I have a love/hate relationship with social media. I hate that it takes so much time and it can be so emotionally draining. At the same time, I love that it helps you reach customers around the world and it supports the SEO process. Social media was a life raft in many ways and I don’t think the store or sales would have grown without it.</p>\n<h3>If Things Can Go Wrong, They Will Go Wrong</h3>\n<p>I have felt like this has been the norm for us this last year. Hosting, plugins, payment gateways, and third-party software sites have worn me out. And I’ve had a team to fix everything. You have to expect things to fail and you must have a plan to fix them quickly. It’s the nature of life and business. Learn to deal with issues quickly and to address one thing at a time.</p>\n<h3>Grace Goes a Long Way in Diffusing Bad Situations</h3>\n<p>No matter how hard you try and how hard you work, your customers will have bad days. When that happens you might receive the brunt of their emotions. This is called &#8216;transference&#8217; and in most cases it has nothing to do with you or your product.</p>\n<p>You have to recognize this for what it is and handle it with grace. Close your email, walk away from your desk, or do whatever you have to do to not reply in anger. Instead, you need to let the moment pass so you can reply calmly and with grace. In each situation where I&#8217;ve used this tactic, I’ve had the crazy person reply with an apology, tell me they were having a really bad day, and then thank me for keeping my calm.</p>\n<h3>People Will Steal Your Products, So Try Not to Take It Personally</h3>\n<p>People will steal your work and your products. You’ll find your premium digital products sitting for download on forums and it will break your heart. Don’t let it. Address the situation and move on. Don’t let someone else’s bad juju ruin your mood, day, or momentum. It won’t help the situation and it will drive you crazy if you let it.</p>\n<h2>In Hindsight</h2>\n<p>I loved launching and owning our theme store. I didn’t sell it because I hated it or because it wasn’t profitable. I sold it because it was no longer the best fit for our company and me personally, which meant it wasn’t going to service our customers as it should.</p>\n<p>If I had the opportunity to do things over, I would still launch and I’d follow the same path I did over the last five years.</p>\n<p>The theme store brought me some wonderful employees, great online friends, and it brought me deeper into the WordPress community.</p>\n<p>Selling the store was a hard decision, but the right one. In my heart, I knew I wanted to focus the company more on custom development and I wanted to spend more time with my SEO courses and my <a href=\"https://www.seobits.fm/\">new podcast</a>.</p>\n<p>If you’re new to WordPress products and you’re considering launching a new product offering, I encourage you to jump in. Learn from my mistakes, but hold on, because you’re in for a wild ride.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jun 2017 22:36:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: 4.8 and What’s Coming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47440\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2017/06/4-8-and-whats-coming/\";s: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:3844:\"<p>Last week <a href=\"https://wordpress.org/news/2017/06/evans/\">we released version 4.8 &#8220;Evans&#8221; of WordPress</a>, as I write this it has had about <a href=\"https://wordpress.org/download/counter/\">4.8 million downloads</a> already. The release was stable and has been received well, and we were able do the merge and beta <a href=\"https://make.wordpress.org/core/4-8/\">a bit faster</a> than we have before.</p>\n<p>When I <a href=\"https://make.wordpress.org/core/2017/01/04/focus-tech-and-design-leads/\">originally wrote about the three focuses for the year</a> (and in <a href=\"https://ma.tt/2016/12/state-of-the-word-2016/\">the State of the Word</a>) I said releases would be driven by improvements in those three areas, and people in particular are anticipating the new Gutenberg editor, so I wanted to talk a bit about what&#8217;s changed and what I&#8217;ve learned in the past few months that caused us to course correct and do an intermediate 4.8 release, and why there will likely be a 4.9 before Gutenberg comes in.</p>\n<p>Right now the vast majority of effort is <a href=\"https://github.com/WordPress/gutenberg\">going into the new editing experience</a>, and the progress has been great, but because we&#8217;re going to use the new editor as the basis for our new customization experience it means that the leads for the customization focus have to wait for Gutenberg to get a bit further along before we can build on that foundation. Mel and Weston took this as an opportunity to think about not just the &#8220;Customizer&#8221;, which is a screen and code base within WP, but really thinking in a user-centric way about what it means to customize a site and they identified a number of low-hanging fruits, areas like widgets where we could have a big user impact with relatively little effort.</p>\n<p>WordPress is littered with little inconsistencies and gaps in the user experience that aren&#8217;t hard to fix, but are hard to notice the 500th time you&#8217;re looking at a screen.</p>\n<p>I didn&#8217;t think we&#8217;d be able to sustain the effort on the editor and still do a meaningful user release in the meantime, but we did, and <a href=\"https://make.wordpress.org/core/2017/06/16/4-9-and-gutenberg/\">I think we can do it again</a>.</p>\n<p>4.8 also brought in a number of developer and accessibility improvements, including <a href=\"https://make.wordpress.org/core/2017/04/23/target-browser-coverage/\">dropping support for old IE versions</a>, but as I mentioned (too harshly) in my <a href=\"https://make.wordpress.org/core/2017/04/13/first-quarter-check-in/\">first quarter check-in</a> there hasn&#8217;t been as much happening on the REST API side of things, but after talking to some folks at WordCamp EU and the community summit before I&#8217;m optimistic about that improving. Something else I didn&#8217;t anticipate was <a href=\"https://make.wordpress.org/core/2016/12/28/supporting-the-future-of-wp-cli/\">wp-cli coming under the wing of WP.org as an official project</a>, which is huge for developers and people building on WP. (It&#8217;s worth mentioning <a href=\"https://github.com/wp-cli/restful\">wp-cli and REST API work great together</a>.)</p>\n<p>To summarize: The main focus of the editor is going great, customization has been getting improvements shipped to users, the wp-cli has become like the third focus, and I&#8217;m optimistic about REST-based development the remainder of the year.</p>\n<p>I&#8217;ll be <a href=\"https://2017.europe.wordcamp.org/session/interview-and-qa/\">on stage at WordCamp Europe in Paris tomorrow afternoon</a> doing a Q&amp;A with <a href=\"https://om.co/\">Om Malik</a> and taking audience questions, will also have a few announcements. You can get to the livestream tomorrow <a href=\"https://2017.europe.wordcamp.org/\">on the WordCamp EU homepage</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jun 2017 13:33:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: WordCamp Europe 2017 Kicks Off with Contributor Day Focused on Growing WordPress through Inclusion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72072\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://wptavern.com/wordcamp-europe-2017-kicks-off-with-contributor-day-focused-on-growing-wordpress-through-inclusion\";s: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:7322:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/wordcamp-europe-venue.jpg?ssl=1\"><img /></a>photo credit: WP Tavern\n<p>Hundreds of WordPress contributors gathered today with space for each team to have its own dedicated room. The Community Summit was held earlier in the week, lending a strong contingent of veteran contributors to this event, ready to use the short time they had together.</p>\n<p>With a high concentration of WordPress expertise gathered in Paris, WCEU organizers were able to include 13 talks and workshops aimed at enriching contributors. For an event that has always focused on serving diverse communities, it&#8217;s no surprise that many of the contributor projects were focused on growing and improving WordPress through accessibility, internationalization, documentation, and inclusion.</p>\n<h3>WP REST API Team is Writing Docs to Make the API More Approachable to New Users and Contributors</h3>\n<p>WP REST API project co-lead Ryan McCue said their team was concentrated on improving documentation to give developers a better understanding of the REST API infrastructure and how it integrates with the rest of WordPress.</p>\n<p>&#8220;The main thing we&#8217;re trying to work on is documentation for this sort of stuff, because we&#8217;re lacking a lot of documentation around the infrastructure,&#8221; McCue said. &#8220;One of the things we don&#8217;t do well is having a way to go from &#8216;I know nothing&#8217; to &#8216;I know this stuff.&#8217; A lot our documentation describes solutions without describing the problem and how you pick a solution.&#8221; Contributors are working on a new set of user guides, which are currently on <a href=\"https://github.com/WP-API\" target=\"_blank\">GitHub</a>, that will eventually be included in the developer handbook.</p>\n<p>McCue said the next major project is completing work on <a href=\"https://github.com/WP-API/OAuth2\" target=\"_blank\">OAuth 2</a>, the new authentication method that will allow users to authorize applications to access data on their sites. He anticipates the team will have a &#8220;very workable plugin&#8221; that could be ready for testing within the next six months.</p>\n<p>&#8220;We need to get this sorted if any of the mobile apps are going to use the REST API,&#8221; McCue said. These apps currently use the existing XML-RPC and WordPress.com APIs. Although OAuth hasn&#8217;t been a major focus so far this year, McCue said the team is looking at changing that going forward.</p>\n<h3>Documentation Team is Working Towards Making HelpHub the Go-To Resource for WordPress Support</h3>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/wordcamp-europe-docs-team.png?ssl=1\"><img /></a>photo credit: WordCamp Europe 2017 Photography Team\n<p>John Ang, who helped lead the Documentation team, said they have been focused on writing documentation for new contributors, as well as ensuring current docs are gender neutral and not overly technical so that content writers can understand them.</p>\n<p>&#8220;Helping with the project has traditionally been tough, because we don&#8217;t explain how you can get started,&#8221; Ang said. &#8220;We realized this across the entire documentation team. We are great at writing end-user documentation but not great at writing contributor documentation.&#8221;</p>\n<p>One of the major documentation projects they have been working on for the past few years is <a href=\"https://make.wordpress.org/docs/tag/helphub/\" target=\"_blank\">HelpHub</a>, a companion resource to DevHub that will eventually hold all end-user documentation for WordPress. Migration from the codex is complete and the goal is to retire the codex once the project launches. Docs contributors are working towards making HelpHub the first place that users search for assistance before taking to the forums, lifting some of the burden from support volunteers. HelpHub is being designed to be easily searchable, possibly powered by elasticsearch, with inter-connected articles that focus on a single topic with bite-sized content.</p>\n<p>Ang estimates HelpHub is 30% complete in terms of content and 50% in terms of development. The backend is mostly finished and contributors are now working on the frontend. They are also bringing in content experts to write articles on critical topics, such as security. Ang hopes the team can deliver an MVP by the end of this year and finish the project within the next year.</p>\n<h3>Community Team is Working on Redesigning Central.WordCamp.org to be More Useful to the Wider WordPress Community</h3>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/wordcamp-europe-2017-community-team-contributors.png?ssl=1\"><img /></a>Community Team Contributors &#8211; photo credit: <a href=\"https://twitter.com/WCEurope/status/875328517000617984\">WordCamp Europe 2017 Photography Team</a>\n<p>A segment of Community Team contributors are working on marketing events better to the wider WordPress community that is not as well-connected with news about the project. As redesign of <a href=\"https://central.wordcamp.org/\" target=\"_blank\">central.wordcamp.org</a> is part of this effort.</p>\n<p>&#8220;Overall, the feeling is that we are not getting in front of the people who need our information the most,&#8221; Global Community Team member <a href=\"https://twitter.com/josephahaden\" target=\"_blank\">Josepha Hayden</a> said. &#8220;Most WordCamps are educational. There is an aspirational aspect to all of them, of course. But the people who could use the information the most are, for example, the people who inherited a WordPress site and don&#8217;t know what to do about that.&#8221;</p>\n<p>After reviewing Google Trends to see what people are actually looking for when they get to a WordCamp site, the Community Team found that most visitors are searching for a WordCamp and the year. The only reason they get to the site is because they already know the event is happening.</p>\n<p>&#8220;The deputies we&#8217;ve spoken to in the last year or so have been echoing this feedback that the problem our WordCamp organizers have is they don&#8217;t have any way to get the information out to attendees better,&#8221; Hayden said. &#8220;If you already know about WordCamps, it&#8217;s easy to find your local WordCamp but if you don&#8217;t, then it&#8217;s not.&#8221;</p>\n<p>The Community Team has begun working on a communication and marketing plan that may include things like automated emails or social media campaigns but their first priority is redesigning central.wordCamp.org.</p>\n<p>&#8220;We realized the first place we need to start is to have a canonical place for them to go,&#8221; Hayden said. &#8220;Central.WordCamp.org was always supposed to be that place but for awhile it had kind of a hybrid audience. We&#8217;re working on identifying the content, who the correct audience is, and what we&#8217;re missing if we want to help somebody who has never heard about any WordPress events.&#8221;</p>\n<p>The discussion around redesigning central.wordcamp.org discussion has been happening for a few years and the team already has a design that was donated. They have the homepage and several other pages complete and hope to have the new site launched by the end of the year.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jun 2017 00:27:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Lifted, a WordPress Theme and Plugin Shop for the Marijuana Industry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72027\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/lifted-a-wordpress-theme-and-plugin-shop-for-the-marijuana-industry\";s: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:4731:\"<p><a href=\"https://liftedthemes.com/\">Lifted</a> is a new WordPress theme and plugin company founded by <a href=\"http://baltimoredrew.com/\">Drew Poland</a> that caters to the marijuana industry. I reached out to Poland to learn more about his company, his pricing model, and get his perspective on this space in the WordPress ecosystem.</p>\n<p><strong>Why did you decide to get into the marijuana industry with WordPress plugins and themes?</strong></p>\n<p>Two primary reasons. The first is that, I truly believe in its medicinal use and there&#8217;s more than enough research out to support its effectiveness.</p>\n<p>Documentaries like <a href=\"http://www.cnn.com/specials/health/medical-marijuana/index.html\">Weed from CNN and Dr.Sanjay Gupta</a> will bring you to tears watching children like Charlotte Figi, who suffer from extreme epilepsy, almost instantly stop the seizures and become functional with the things most of us take for granted like talking and walking.</p>\n<p>It&#8217;s tough to watch at times but there are a lot of cases from the extreme ones like end of life and debilitating issues, to everyday pain, stress, and PTSD management that make it a valuable alternative to harder, more addictive prescription drugs like Opioids, that are most commonly thrown at these as a solution.</p>\n<p>The second reason is less inspiring. It&#8217;s simply a budding industry with massive room for growth. It&#8217;s really just now coming around and I think will accelerate as it matures and the path will become clearer in terms of what clients need and want. An entire new industry has opened.</p>\n<p><strong>What are some of the technologies used to power your themes?</strong></p>\n<p>Everything is built the WordPress way so everyday users can for the most part, activate a theme and go. For the most part, its page templates, widgets, and some custom fields. If a user is comfortable with those than they can easily use a theme from Lifted.</p>\n<p><strong>Are your themes and plugins GPL licensed or GPL compatible?</strong></p>\n<p>Absolutely! Everything is 100% GPL licensed.</p>\n<p><strong>How did you determine the price range for Grape Ape $129.99-$379.99 and can you provide an ETA on when it might be released? (I don&#8217;t think I&#8217;ve ever seen pre-orders for a theme before)</strong></p>\n<img />Front page of the Grape Ape Theme\n<p>I simply wanted to come in with a product priced on the higher end because I&#8217;m a firm believer that most WordPress products are priced entirely too low.</p>\n<p>I value my time on the highest level since I can&#8217;t make more of it, so a sell low and at volume approach just doesn&#8217;t work for me. I don&#8217;t want to support a $50 theme and the reality is that if this were a custom project for a client, the budget needs to be $10k minimum.</p>\n<p>The estimated release date for Grape Ape is the end of July.</p>\n<p>The pre-order was a result of simply wanting to force myself to get the actual Lifted Themes site up. Otherwise, I would have waited until Grape Ape was complete and then spent entirely too much time on the Lifted site.</p>\n<p>So I had to settle in with a good-looking theme I could live with and later work with my designer to develop something more custom. Had I really wanted to push the pre-order more I would have ramped up marketing months in advance to build up the anticipation and desire for it.</p>\n<p><strong>Based on your research, how crowded is this space when it comes to WordPress themes and plugins?</strong></p>\n<p>I would say it&#8217;s a clear lane and you can drive as fast or as slow as you like. I have been slow-moving up until this point and had the first marijuana plugin on WordPress.org, so there&#8217;s a lot of room.</p>\n<p>The marijuana industry is also not what I would call mature and at the end of the day there is still a stigma in professional settings. So if you are someone building products on the side or have a lot of clients in a specific industry that isn&#8217;t so receptive, you might not feel comfortable broadcasting that you are working in this space.</p>\n<p><strong>Are there any legalities customers should be aware of before using your products?</strong></p>\n<p>If used as intended, no. At its core, Grape Ape is fitted for your typical run of the mill business website, that&#8217;s no different from a coffee shop.</p>\n<p>At the moment, plugins are also in a clear zone. In the future, that may become more of a concern as services and tools are opening their APIs to connect dispensary back office systems with their web presence. That&#8217;s where things start to get tricky, more from a potential patient data view than anything else.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jun 2017 21:14:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: 9seeds Acquires Web Savvy Marketing’s Genesis Theme 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71955\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/9seeds-acquires-web-savvy-marketings-genesis-theme-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3761:\"<p><a href=\"https://9seeds.com/\">9seeds</a>, a WordPress development agency <a href=\"https://9seeds.com/the-launch-of-9seeds/\">launched in 2009</a>, has <a href=\"https://9seeds.com/custom-wordpress-development-plugins-genesis-themes/\">acquired</a> Web Savvy Marketing&#8217;s <a href=\"https://www.web-savvy-marketing.com/store/\">theme store</a> for an undisclosed amount. <span class=\"st\">Web Savvy Marketing <a href=\"https://www.web-savvy-marketing.com/2012/03/genesis-child-theme-store/\">launched its theme store</a> in 2012 and currently has a library of 26 themes built on the <a href=\"https://my.studiopress.com/themes/genesis/\">Genesis Framework</a> by StudioPress. </span></p>\n<img />Web Savvy Marketing Theme Store\n<p><span class=\"st\">Chris Cree who helped launch and manage the theme store in 2012 departed from the company in 2016 and moved overseas to <a href=\"https://www.web-savvy-marketing.com/2016/07/saying-goodbye-to-chris-cree/\">create a bible school</a>. As the focus of Web Savvy Marketing shifted towards larger custom development projects and SEO, Rebbecca Gill, founder of Web Savvy Marketing, needed to find a way to <a href=\"https://www.web-savvy-marketing.com/2017/06/investment-strategy-wsm-selling-genesis-theme-store/\">maintain the theme store</a>. </span></p>\n<p>&#8220;I wanted Chris’ vision to live on and I wanted all my babies to continue to flourish and find their way to websites around the world,&#8221; Gill said. &#8220;I was at a crossroads and I didn’t know what to do.</p>\n<p>&#8220;I needed to make sure the company had a solid long-term strategy, but I also needed to protect our loyal theme customers. Five years of sales meant we had a lot of existing buyers who needed ongoing support.&#8221;</p>\n<p>Last year, Gill met Jon Brown, owner of 9seeds, and established a professional relationship.</p>\n<p>&#8220;We have very similar views on business, friendships, and ethics,&#8221; Gill said. &#8220;I liked him right away and I knew I wanted to spend more personal and professional time with him.</p>\n<p>&#8220;And as we grew closer, we started chatting about my struggles with the theme store and his long-term business goals. Before I knew it, he wanted to acquire the theme store and I wanted to give it to him.&#8221;</p>\n<p>9seeds has built a number of custom sites for clients using the Genesis Framework. For those who wanted to leverage existing themes, the company has often referred clients to Web Savvy Marketing&#8217;s theme store.</p>\n<p>&#8220;It took a bit more time of getting to know each other personally before I came to hold the same feelings that others had shared about her,&#8221; Brown said. &#8220;I felt deeply that this was a person I not only wanted to be friends with but wanted to be in business with. It became apparent to both of us that this was a perfect fit.&#8221;</p>\n<p>The acquisition brings the themes in-house and expands 9seeds reach into the WordPress products market.</p>\n<p>&#8220;It’s a win for 9seeds by giving us a springboard into a market we’ve long had our eye on accompanied by the best trail guide in the business showing us the path,&#8221; Brown said.</p>\n<p>&#8220;It’s a win for WSM by freeing Rebecca and her team up to align with where her focus now is on larger custom site builds and SEO consulting.&#8221;</p>\n<p>9seeds is providing support for existing customers and is working on a new theme. The support forums and theme store will migrate to the 9seeds domain later this year.</p>\n<p>To learn more about Brown and his work with 9seeds, <a href=\"https://wptavern.com/wpweekly-episode-276-interview-with-jon-brown-a-traveling-digital-nomad\">listen to episode 276</a> of WordPress Weekly.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jun 2017 19:18:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Post Status: An entrepreneurial journey around eCommerce, with Patrick Rauland — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=37565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://poststatus.com/entrepreneurial-journey-around-ecommerce-patrick-rauland-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2487:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by the creator and editor of Post Status, Brian Krogsgard, and this week&#8217;s guest host, Patrick Rauland.</p>\n<p>In this episode, Brian and Patrick Rauland discuss the state of eCommerce today, both from a product perspective, and for store owners. They also discuss Patrick’s own journeys in the land of eCommerce, as a former product manager for WooCommerce, a course author for Lynda (now LinkedIn Learning), consulting, and putting on an online eCommerce conference.</p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/72909.mp3\">https://audio.simplecast.com/72909.mp3</a><br />\n<a href=\"https://audio.simplecast.com/72909.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://www.speakinginbytes.com/\">Patrick&#8217;s programming blog</a></li>\n<li><a href=\"https://www.liftoffsummit.com/\">Lift Off Summit</a></li>\n<li><a href=\"https://neversettle.it/projects/apis/ns-fba-for-woocommerce-premium-wordpress-plugins/\">Amazon FBA for WooCommerce</a></li>\n<li><a href=\"http://www.shipstation.com/\">ShipStation</a></li>\n<li><a href=\"https://www.stitchlabs.com/\">Stitch Labs</a></li>\n<li><a href=\"http://www.tropicalmba.com/\">Tropical MBA</a></li>\n<li><a href=\"https://wooconf.com/\">WooConf</a></li>\n<li><a href=\"http://www.ecommercefuel.com/\">eCommerceFuel</a></li>\n<li><a href=\"https://poststatus.com/publish/\">Post Status Publish</a></li>\n</ul>\n<p><a href=\"https://www.flickr.com/photos/46544223@N05/26247563071/in/photostream/\">Photo Credit</a></p>\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jun 2017 01:30:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: WPWeekly Episode 277 – WordPress 4.8, Filing Good Bug Reports, and WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=71968&preview=true&preview_id=71968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/wpweekly-episode-277-wordpress-4-8-filing-good-bug-reports-and-wp-super-cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3427:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I start off the show by sending Jesse Peterson our thoughts, prayers, and positive energy. Peterson is a longtime member of the WordPress community, founder of<a href=\"https://www.genesisthe.me/\"> Genesis The.me</a>, and is battling <a href=\"http://www.cffatboy.com/what-is-cystic-fibrosis/\">Cystic Fibrosis</a>. He received the call last Friday to receive a double-lung transplant but the surgery was cancelled after doctors determined the lungs were bad after removing them from the patient. We&#8217;re hoping he gets the call again soon!</p>\n<p>We give insight into what&#8217;s new in WordPress 4.8, provide tips for filing a good bug report, and tell you what to expect in the next major version of WP Super Cache. We discuss Imagely acquiring TeslaThemes and near the end of the show, we talk about the WordPress Community Summit at WordCamp Europe.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-4-8-evans-released-featuring-nearby-wordpress-events-new-media-widgets-and-link-boundaries\">WordPress 4.8 “Evans” Released Featuring Nearby WordPress Events, New Media Widgets, and Link Boundaries</a><br />\n<a href=\"https://wptavern.com/harare-zimbabwe-to-host-its-2nd-wordcamp-november-4-2017\">Harare, Zimbabwe to Host Its 2nd WordCamp November 4, 2017</a><br />\n<a href=\"https://wptavern.com/major-update-coming-to-wp-super-cache-new-rest-api-user-friendly-settings-page-and-improvements-to-legacy-file-storage\">Major Update Coming to WP Super Cache: New REST API, User-Friendly Settings Page, and Improvements to Legacy File Storage</a><br />\n<a href=\"https://wptavern.com/imagely-acquires-teslathemes-is-seeking-other-acquisition-opportunities\">Imagely Acquires TeslaThemes, Is Seeking Other Acquisition Opportunities</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wptestdrive.com/\">wpTestDrive</a> allows you to try commercial themes and plugins before purchasing them. wpTestDrive creates a new WordPress instance with admin access where you can test plugins, themes, and their add-ons with or without demo content. It’s free, and test drives stay active for 10 days for registered members or 24 hours for guests. The site uses affiliate links to commercial products to offset the cost of running the site.</p>\n<p><a href=\"https://wordpress.org/plugins/camptix/\">CampTix</a> is a free, open source ticketing plugin for WordPress that powers the ticket purchasing experience on WordCamp.org. Some of its features include, multiple ticket and attendee forms, coupon codes, mass emailing of attendees, exporting data into CSV or XML, refunds, and more.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 21st 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #277:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jun 2017 23:22:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"HeroPress: Trust Yourself\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1915\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://heropress.com/essays/trust-yourself/?utm_source=rss&utm_medium=rss&utm_campaign=trust-yourself\";s: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:8453:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/06/061417-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Be open minded, trust yourself, and talk about what matters to you.\" /><p><em><strong>Editor&#8217;s Note:</strong> Birgit has been a friend of HeroPress since it&#8217;s very beginning. Through the oddities of life she was never able to do an essay. Recently she told me she would have one soon. This is not that essay. Our contributor this week needed some extra time and Birgit said she had something she wanted to write about, so here it is. Many thanks Birgit.</em></p>\n<p>Something is in the air. Do you feel the WordPress vibrations? It&#8217;s shortly before the fifth WordCamp Europe which will be held in Paris this year. The social channels like Twitter &amp; Co. are flooded with pre-event messages. You can feel the emotions of excitement and sadness in the timeline nearby. People share their excitement about their upcoming attendance and others who can&#8217;t make it. I am a person who belongs to both groups.</p>\n<p>But let me begin some months ago to tell you how this came to be. After WordCamp Europe in Vienna last summer I purchased my ticket for WCEU 2017 in Paris directly after the ticket sale was opened. There was no doubt at all I would participate.</p>\n<blockquote><p>How life&#8217;s play changes, it worked out differently than planned.</p></blockquote>\n<p>I&#8217;ve struggled with some health issues over several years. Mostly caused by stress during and after the divorce, as well as some deaths in the vicinity. Nothing really serious, but not ignorable. I thought&#8230; But at the end of the summer last year I got seriously ill. Not the right place for details here, but I had to quit my day job in a small agency because the fixed-term employment contract ended at the same time. Also, I had to reduce any contributions to the WordPress project. I had to reduce my freelancing contracts, too.</p>\n<p>I ran from one medical specialist to the other to find the cause of my illness. I was so frustrated not to be able to work like I&#8217;ve done before and so upset about the brain-fog and the fatigue. It was so depressing. As a mom of five children, it is not funny to be ill. The three youngest kids are living at home with me and my new partner. My oldest daughter bought her own house. But I couldn&#8217;t help her while moving. Can you imagine, how frustrating this could be?</p>\n<p>But hey &#8211; I am a fighter like a lioness. I put everything on the plate, invested my small savings into healing treatments and so on.</p>\n<blockquote><p>To make a long story short, I am getting healthier every day.</p></blockquote>\n<p>We found the cause and the healing treatments are helping like expected. Two operations went well. It is a process, but it&#8217;s going forward.</p>\n<p>Sitting at home without a job is not my thing, so I searched for a new day job. I found a part-time employment in my hometown as a head of a tutoring institute. It is ok, but nothing WordPress related. It secures my existence. But my saving balance allowed no budget for WordCamp travels. I gave up thoughts of attending WordCamp Europe in Paris this year.</p>\n<p>So I decided to offer my ticket.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I’v to sell my <a href=\"https://twitter.com/hashtag/wceu?src=hash\">#wceu</a> ticket I bought last year. Unless it happens a miracle and there is a sponsor for stay &amp; travel <a href=\"https://twitter.com/WCEurope\">@WCEurope</a> <a href=\"https://t.co/PFWBTtSmlq\">pic.twitter.com/PFWBTtSmlq</a></p>\n<p>&mdash; Coach Birgit Olzem (@CoachBirgit) <a href=\"https://twitter.com/CoachBirgit/status/867323301399588864\">May 24, 2017</a></p></blockquote>\n<p></p>\n<p>The unexpected miracle happened. I found sponsors for travel &amp; stay without active seeking. My generous sponsors rewarded my past contributions to WordPress and Community over several years with this openhearted support. I am so grateful for this.</p>\n<p>Since 2012 I have been an active member of the WordPress Community. First as the main responsible person for the translations of WordPress into German, then as a part of the international Polyglots team. I am also editor and release manager for local German site and I am a member of some other contribution teams in the WordPress ecosystem. I spent a lot of spare time and money on contributions and WordCamp travels.</p>\n<blockquote><p>Perhaps you can imagine how frustrating it was, that I couldn&#8217;t afford to travel to WordCamp Europe.</p></blockquote>\n<p>An event where I can meet a lot of friends I made over the last years. Even more, I was happy to get the generous sponsoring. I am so grateful!</p>\n<p>In the last two years I had to reduce my contribution time and disappeared from the scene, but I followed the changes and enhancements within the community in the background. Nevertheless I wasn&#8217;t forgotten.</p>\n<p>And it&#8217;s not only me who get help to attend to WCEU:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Today is a completely different day. Largely thanks to <a href=\"https://twitter.com/jdevalk\">@jdevalk</a> (and team <a href=\"https://twitter.com/yoast\">@yoast</a> ) I WILL be attending. Beyond grateful is what I am.</p>\n<p>&mdash; Remkus de Vries (@DeFries) <a href=\"https://twitter.com/DeFries/status/874595421112414208\">June 13, 2017</a></p></blockquote>\n<p></p>\n<p>Everyone has had some downs and some ups. If you ask, there is always someone who is willing to help you. It is an example of a mindset from an open-source community like the WordPress community and it reflects the philosophy. You can get everything, but you have to ask. Only speaking people can be helped.</p>\n<p>Apropos speaking people can get helped:</p>\n<p>I have a dream over some years to contribute to WordPress in full-time as a WordPress Community Manager. There are so many things I can do even if I am not a full-stack developer. Perhaps this miracle happens, too. But at this moment I am sitting on my suitcases to write about the generosity in the WordPress Community. This essay wasn&#8217;t planned, but it happened to have been written.</p>\n<p>I am so grateful for my heroes who made it happen, that I can go to the WordCamp Europe this year.</p>\n<p>There are so many unseen heroes outside who need to be seen.</p>\n<blockquote><p>Be open minded, trust yourself and talk about what matters to you.</p></blockquote>\n<p>There is a light at the end of the tunnel. Be your own hero.</p>\n<p>Beyond everything else: Care about yourself!</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Trust Yourself\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Trust%20Yourself&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ftrust-yourself%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Trust Yourself\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ftrust-yourself%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ftrust-yourself%2F&title=Trust+Yourself\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Trust Yourself\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/trust-yourself/&media=https://heropress.com/wp-content/uploads/2017/06/061417-150x150.jpg&description=Trust Yourself\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Trust Yourself\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/trust-yourself/\" title=\"Trust Yourself\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/trust-yourself/\">Trust Yourself</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jun 2017 08:00:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Birgit Olzem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Imagely Acquires TeslaThemes, Is Seeking Other Acquisition Opportunities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71716\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/imagely-acquires-teslathemes-is-seeking-other-acquisition-opportunities\";s: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:4432:\"<p>In an effort to diversify and expand into the commercial WordPress theme market, <a href=\"https://www.imagely.com\">Imagely</a>, maintainers of <a href=\"https://www.imagely.com/wordpress-gallery-plugin/\">NextGEN Gallery</a>, <a href=\"https://www.imagely.com/tesla-themes-acquisition/\">have acquired</a> <a href=\"http://teslathemes.com/\">TeslaThemes</a> for an undisclosed amount.</p>\n<p>TeslaThemes <a href=\"https://wptavern.com/interview-with-brand-new-theme-club-teslathemes\">launched in 2013</a> as a theme club and recently celebrated its <a href=\"http://teslathemes.com/blog/teslathemes-anniversary-giveaway-and-redesign-announcement/\">fourth anniversary</a>. The company has 68 themes in its library, including the TeslaThemes framework.</p>\n<p>Eric Danzer, Founder and CEO of Imagely, says no major changes will be happening with TeslaThemes and that their immediate focus will be to provide maintenance and support.</p>\n<p>&#8220;Beyond that, our goal is to do more of what Tesla has already been doing so well &#8211; creating beautiful new themes and continually enhancing the existing themes,&#8221; Danzer said.</p>\n<p>Imagely has been busy this year launching a <a href=\"https://www.imagely.com/websites/\">managed WordPress hosting service</a> for photographers, releasing <a href=\"https://www.imagely.com/wordpress-photography-themes/\">new photography themes</a>, and an <a href=\"https://www.imagely.com/wordpress-lightroom-plugin/\">Adobe Lightroom plugin</a> that allows users to manage NextGEN galleries from within Lightroom.</p>\n<p>Later this year, Imagely plans to release a new version of NextGEN gallery with a redesigned backend interface. The company is also working on a way to add automated print fulfillment to WordPress.</p>\n<p>&#8220;Automated print fulfillment allows photographers to sell prints from their websites, and have those prints automatically delivered via the print lab without any intervention on their part,&#8221; Danzer said.</p>\n<p>&#8220;This functionality drives many large companies in the photo industry &#8211; SmugMug, ShootProof, Pixieset, Zenfolio, Photoshelter, and others. But it&#8217;s not possible yet on WordPress.</p>\n<p>&#8220;Bringing a full print solution to WordPress has the potential to revolutionize the photo industry and make WordPress the default web solution for photographers that it should be.&#8221;</p>\n<p>Marcel Sobieski, co-founder of TeslaThemes, <a href=\"http://teslathemes.com/blog/acquisition/\">thanked customers</a> for their support and confirmed that they exited the company on June 9th.</p>\n<p>&#8220;We built a solid, trusted and valuable business, that is needed on the market and is appreciated both by industry colleagues and clients,&#8221; Sobieski said.</p>\n<p>This is the second exit in the last six months for Sobieski and his team. The sale of TeslaThemes will allow them to focus on a new venture called <a href=\"http://www.wpmatic.io/\">WPMatic.io</a>, a one-on-one WordPress support and development company.</p>\n<p>&#8220;The six years of experience that we have in WordPress is already helping a few hundred clients and tens of companies and agencies in need, right after purchasing a WP Theme from the market,&#8221; Sobieski said.</p>\n<p>&#8220;Soon we will start partnering with some of the best WP Theme Clubs to deliver a unique experience for their clients.&#8221;</p>\n<p>The acquisition of TeslaThemes represents Imagely&#8217;s first major move into the general WordPress products market. The company is also seeking acquisition opportunities for other WordPress plugin and theme companies.</p>\n<p>&#8220;In the coming years, we&#8217;ll be both building and be acquiring a range of other WordPress theme and plugin companies,&#8221; Danzer said.</p>\n<p>&#8220;I&#8217;ll even add a small call here: if you have a solid WordPress product, with a great brand and stable revenue over around $200,000, and you are looking to exit, feel free to reach out to me directly to chat.&#8221;</p>\n<p><strong>Correction: June 14th, 2017</strong> The article incorrectly identifies Imagely as the creators of NextGEN Gallery. Alex Rabe is the creator of NextGEN Gallery and he <a href=\"https://alexrabe.wordpress.com/nextgen-gallery/\">released it in 2007</a>. Photocrati <a href=\"https://www.imagely.com/photocrati-acquires-nextgen-gallery/\">acquired the plugin</a> in February, 2016.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jun 2017 21:33:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Akismet: Coming Soon to a Jetpack Near You\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1942\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2017/06/13/coming-soon-to-a-jetpack-near-you/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1007:\"<p>If you haven&#8217;t tried Jetpack yet &#8212; our sister plugin &#8212; there&#8217;s never been a better time to add it to your bucket list.</p>\n<p>In the coming weeks we&#8217;ll be announcing a really exciting new addition to Jetpack&#8217;s services and you can <a href=\"https://jetpack.com/know/\">sign up to get early access right here</a>.</p>\n<div id=\"v-Q1CJRnNs-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1942/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1942/\" /></a> <img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1942&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"https://blog.akismet.com/2017/06/13/coming-soon-to-a-jetpack-near-you/\"><img alt=\"Coming Soon to Jetpack\" src=\"https://videos.files.wordpress.com/Q1CJRnNs/jetpack_30secondsfinal_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jun 2017 10:00:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Richard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: WordCamp for Publishers Opens Up Ticket Sales, 50% Sold in the First Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71732\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/wordcamp-for-publishers-opens-up-ticket-sales-50-sold-in-the-first-day\";s: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:2365:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/wordcamp-for-publishers-2017.png?ssl=1\"><img /></a></p>\n<p>WordCamp for Publishers, the first niche WordCamp to be focused around a specific industry, <a href=\"https://2017-denver.journalist.wordcamp.org/tickets/\" target=\"_blank\">opened up ticket sales</a> today. The event will take place in Denver, Colorado, August 17-19, and organizers have planned for just 230 attendees, due to venue constraints. In less than 24 hours since tickets went on sale, the event is already 50% sold out.</p>\n<p><a href=\"https://2017-denver.journalist.wordcamp.org/speakers/\" target=\"_blank\">Speakers</a> and workshop facilitators have already been selected and published to the event&#8217;s website, featuring publication directors, developers, product managers, and other industry experts.</p>\n<p>The tentative schedule for the WordCamp includes a mixture of presentations, hands-on workshops, and social events to encourage networking and collaboration among publishers.</p>\n<ul>\n<li><strong>Thursday, August 17:</strong> Presentations and workshops, followed by a brewery tour</li>\n<li><strong>Friday, August 18:</strong> Presentations and workshops, followed by an after party</li>\n<li><strong>Saturday, August 19:</strong> Publisher plugin contributor day, followed by a Rockies baseball game</li>\n</ul>\n<p>One of the goals for the event is to encourage those who are maintaining open source tools for publishers to work together towards ensuring a strong future for those projects. Contributing is an important part of the event, as many of the organizers have experience working at or with publishing organizations that heavily rely on open source tools.</p>\n<p>The <a href=\"http://www.denverpost.com/\" target=\"_blank\">Denver Post</a> has donated the venue for the event as an official sponsor and the official hotel is a five-minute walk from there. After purchasing a ticket online, attendees will receive an email with a link to make a reservation at the Sheraton Denver Downtown Hotel, which has a designated block of rooms for WordCampers.</p>\n<p>Organizers expect the event to sell out quickly, so if you&#8217;re thinking of attending, don&#8217;t wait to <a href=\"https://2017-denver.journalist.wordcamp.org/tickets/\" target=\"_blank\">buy your ticket</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2017 22:05:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Unsplash Updates its License, Raises GPL Compatibility Concerns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71742\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/unsplash-updates-its-license-raises-gpl-compatibility-concerns\";s: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:6631:\"<p><a href=\"https://unsplash.com/\">Unsplash.com</a>, a site that provides high-resolution photos for free, updated its license and the change has people in the WordPress community concerned.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">So unsplash images are no longer public domain. No longer gpl compatible. What does it mean for <a href=\"https://twitter.com/hashtag/WordPressThemes?src=hash\">#WordPressThemes</a>  that uses these images?</p>\n<p>&mdash; Carolina Nymark (@carolinapoena) <a href=\"https://twitter.com/carolinapoena/status/872977081067548672\">June 9, 2017</a></p></blockquote>\n<p></p>\n<p>Prior to the change, Unsplash&#8217;s license stated the following:</p>\n<blockquote><p><span>All photos published on Unsplash are licensed under <a href=\"https://web.archive.org/web/20170530053437/http://creativecommons.org/publicdomain/zero/1.0/\">Creative Commons Zero</a> which means you can copy, modify, distribute and use the photos for free, including commercial purposes, without asking permission from or providing attribution to the photographer or Unsplash.</span></p></blockquote>\n<p>According to GNU.org, the CC0 or Creative Commons Zero license <a href=\"https://www.gnu.org/licenses/license-list.en.html\">is compatible</a> with the GPL.</p>\n<blockquote><p>CC0 is a public domain dedication from Creative Commons. A work released under CC0 is dedicated to the public domain to the fullest extent permitted by law. If that is not possible for any reason, CC0 also provides a lax, permissive license as a fallback. Both public domain works and the lax license provided by CC0 are compatible with the GNU GPL.</p>\n<p>If you want to release your work to the public domain, we recommend you use CC0.</p></blockquote>\n<p>Unsplash&#8217;s new license states (emphasis mine):</p>\n<blockquote><p>All photos published on Unsplash can be used for free. You can use them for commercial and noncommercial purposes. You do not need to ask permission from or provide credit to the photographer or Unsplash, although it is appreciated when possible.</p>\n<p>More precisely, Unsplash grants you a nonexclusive copyright license to download, copy, modify, distribute, perform, and use photos from Unsplash for free, including for commercial purposes, without permission from or attributing the photographer or Unsplash. <strong>This license does not include the right to compile photos from Unsplash to replicate a similar or competing service. </strong></p></blockquote>\n<p>The inability to compile photos from Unsplash to replicate a similar or competing service is a restriction on how the photos can be used, calling into question its compatibility with the GPL.</p>\n<p>Luke Chesser, co-founder of Unsplash, <a href=\"https://twitter.com/lukechesser/status/873146783945416704\">explained on</a> Twitter that individual photos have no restrictions.</p>\n<p>&#8220;The Unsplash license doesn&#8217;t violate GPL and can still be used in WordPress themes,&#8221; Chesser said. &#8220;There are no restrictions on the individual photos.</p>\n<p>&#8220;There is only a restriction on the collection of photos, which doesn&#8217;t even apply unless your intent is to create a similar service.&#8221;</p>\n<p>For example, it&#8217;s ok if someone creates a site that displays the best photos of bridges from Unsplash. But if the site makes those photos available for download, it would <a href=\"https://community.unsplash.com/help-section/do-i-have-to-give-credit-to-a-photographer-when-i-use-their-photo\">violate the license</a>.</p>\n<p>On its FAQ page, Unsplash <a href=\"https://community.unsplash.com/help-section/what-is-the-unsplash-license-and-where-can-i-find-it\">explains why</a> the restriction was put in place:</p>\n<blockquote><p>The fuel that drives Unsplash is the exceptional images that are generously contributed by people from all over the world. Without them, none of this would work. Unsplash would be nothing. We owe everyone who’s contributed a photo not only a thank you but support and empowerment for the gifts they’ve given us.</p>\n<p>Out of respect for our contributors and our ability to uphold our value of empowering creativity, we added this sentence to the Unsplash License.</p>\n<p>We don’t support the mass duplication of Unsplash photos with the purpose of replicating a similar or competing service because it leads to confusion which negatively impacts both the spirit of open creative use and the celebration of Unsplash contributors.</p></blockquote>\n<p>Mass compiling of photos from Unsplash to distribute on other sites has created legal issues in the past. &#8220;Sites that mass duplicate and compile Unsplash photos point support and legal issues back to Unsplash, while continuing to redistribute photos that may be removed on Unsplash,&#8221; the company said.</p>\n<p>The reasons cited by Unsplash for putting the restriction in place are some of the same reasons WordPress plugin developers <a href=\"https://wptavern.com/the-gpl-license-doesnt-provide-the-freedom-to-infringe-registered-trademarks\">register trademarks</a>. The GPL allows the following freedoms.</p>\n<ol start=\"0\">\n<li>The freedom to run the program, for any purpose.</li>\n<li>The freedom to study how the program works, and change it so it does your computing as you wish.</li>\n<li>The freedom to redistribute copies so you can help your neighbor.</li>\n<li>The freedom to distribute copies of your modified versions, giving the community a chance to benefit from your changes.</li>\n</ol>\n<p>Over the years, there have been many instances in the WordPress community where businesses have taken advantage of these freedoms merely to profit from the work of others.</p>\n<p>The reselling of commercial plugins causes confusion in the market and resellers typically point support and other inquiries back to the plugin&#8217;s developers.</p>\n<p>Trademarks give commercial plugin authors measures to protect their brand without violating the GPL. A good example is the <a href=\"http://www.gravityforms.com/trademark/\">GravityForms Trademark page</a> which clearly outlines how its brand can be used and displayed.</p>\n<p>For now, it appears that most people who use Unsplash will be unaffected by the licensing change. However, as long as there is one license that governs the use of images and it has at least one restriction, its compatibility with the GPL will remain in doubt.</p>\n<p><strong>Correction June 14th</strong> Luke Chesser, co-founder of Unsplash, did not say that individual photos are still CC0-licensed but rather, have no restrictions.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2017 21:27:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"WPTavern: Major Update Coming to WP Super Cache: New REST API, User-Friendly Settings Page, and Improvements to Legacy File Storage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71718\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"https://wptavern.com/major-update-coming-to-wp-super-cache-new-rest-api-user-friendly-settings-page-and-improvements-to-legacy-file-storage\";s: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:2550:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-super-cache.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://wordpress.org/plugins/wp-super-cache/\" target=\"_blank\">WP Super Cache</a>, a WordPress caching plugin maintained by Donncha Ó Caoimh and Automattic, is looking for users to help test the plugin <a href=\"https://odd.blog/2017/06/07/take-a-sneak-peek-at-wp-super-cache/\" target=\"_blank\">ahead of the next major update</a>. Ó Caoimh said the upcoming release is in a &#8220;stable and usable&#8221; state, but with the unusually large number of bug fixes and new features, it could use some testing in different environments.</p>\n<p>WP Super Cache is set to introduce a REST API, which will be useful for situations where administrators are not using wp-admin to manage their sites. The plugin is also <a href=\"https://github.com/Automattic/wp-super-cache/pull/177\" target=\"_blank\">changing the location for storing legacy cache files</a> to the supercache directory.</p>\n<p>&#8220;This makes it easier to manage these files,&#8221; Ó Caoimh said. &#8220;The plugin doesn’t have to search through potentially hundreds of cache files for those that need to be deleted if a page updates or someone leaves a comment. Now all those files will be in the same directory structure the anonymous “supercache” files will be. I’m really excited about this feature as it makes caching for logged-in users/users who comment and caching of pages with parameters so much faster now.&#8221;</p>\n<p>Ó Caoimh is also updating the settings page to make it easier for new users to understand the options. Currently it asks the user to select from mod_rewrite, PHP, or Legacy page caching with little explanation for why a user might opt for a certain delivery method. The new settings page simplifies the language used to describe the caching types.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/wp-super-cache-new-settings.png?ssl=1\"><img /></a></p>\n<p>The upcoming release will also <a href=\"https://github.com/Automattic/wp-super-cache/pulls?q=is%3Apr+is%3Aclosed\" target=\"_blank\">fix nearly 100 bugs</a>. As WP Super Cache is one of the most popular WordPress caching solutions and is active on more than a million sites, any problems with a major release will have a far-reaching impact. The latest changes to the plugin are <a href=\"https://github.com/Automattic/wp-super-cache\" target=\"_blank\">available on GitHub</a> for anyone who wants to help test.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2017 20:04:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Harare, Zimbabwe to Host Its 2nd WordCamp November 4, 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71314\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/harare-zimbabwe-to-host-its-2nd-wordcamp-november-4-2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3375:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/harare.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://www.lonelyplanet.com/zimbabwe/harare\">Lonely Planet</a>\n<p>Harare, Zimbabwe will be <a href=\"https://2017.harare.wordcamp.org/2017/01/18/welcome-to-wordcamp-harare/\" target=\"_blank\">hosting its second WordCamp</a> on November 4, 2017, at <a href=\"http://www.hellenicacademy.ac.zw/\" target=\"_blank\">Hellenic Academy</a>. The city was one of three selected to be part of the <a href=\"https://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\" target=\"_blank\">WordCamp Incubator Program</a> in 2016. Harare&#8217;s first WordCamp was successful in connecting the local WordPress community and inspiring local leaders to carry on with organizing future events.</p>\n<p>Last year the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup/\" target=\"_blank\">Harare WordPress Meetup</a> had 82 members and the group has nearly doubled in size with 142 members today.  Members meet every month and communicate outside of meetings via an active WhatsApp group. The current venue they use was donated by <a href=\"http://motorepublik.co/\" target=\"_blank\">Moto Republik</a>, thanks to one of the members Munya Bloggo, who works there.</p>\n<p>&#8220;It was always the goal of the WordCamp Incubator program to organize an easily-reproducible event that we could organize independently in the years to come,&#8221; 2017 lead organizer <a href=\"https://franksweb.org/\" target=\"_blank\">Thabo Tswana</a> said. &#8220;We expected it of ourselves. Some attendees and organizers actually approached me about the next WordCamp during WordCamp Harare 2016.&#8221;</p>\n<p>Tswana said the turnout at last year&#8217;s event was larger than he expected, because very few attendees booked tickets online. The majority ended up buying tickets at the door on the day of the event, a fairly uncommon scenario for most WordCamps that makes it somewhat difficult to estimate total attendees.</p>\n<p>&#8220;One of the biggest impacts that WordCamp had was introducing us to the WordPress Community,&#8221; Tswana said. &#8220;There are so many WordPress users in Zimbabwe (bloggers, designers, developers) but hardly anyone knew about the WordPress Community or how to contribute to WordPress. We now have a growing meetup group and the local community is starting to become more aware of what WordPress has to offer.&#8221;</p>\n<p>The local community consists primarily of developers and advanced WordPress users and Tswana said he would like see more of them getting involved with contributing. As the majority of meetup members are new to the larger WordPress community, they are still learning about the many ways users can contribute back to the project.</p>\n<p>Two Harare WordPress Meetup members, Kudakwashe Zafevere and Rima Trew, arranged for Hellenic Academy to donate a venue for WordCamp Harare 2017. The facilities are well-suited to hosting a tech event with wifi available.</p>\n<p>&#8220;This year, some local companies and organizations expressed interest in helping us out,&#8221; Tswana said. &#8220;We definitely expect more attendees due to the buzz that was created by last year&#8217;s WordCamp. To sum it all up, more people and organizations are getting involved this year.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2017 02:33:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"WPTavern: WordPress 4.8 “Evans” Released Featuring Nearby WordPress Events, New Media Widgets, and Link Boundaries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71534\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/wordpress-4-8-evans-released-featuring-nearby-wordpress-events-new-media-widgets-and-link-boundaries\";s: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:7169:\"<p><a href=\"https://wordpress.org/news/2017/06/evans/\">WordPress 4.8 &#8220;Evans&#8221;</a> is available for download and is the first major release of the year under the <a href=\"https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle\">new release cycle</a>. WordPress 4.8 is named after <a href=\"https://en.wikipedia.org/wiki/Bill_Evans\">William John &#8220;Bill&#8221; Evans</a>, an American jazz pianist.</p>\n<h2>New Image, Video, and Audio Widgets</h2>\n<p>WordPress 4.8 includes <a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\">three new widgets</a>. All three widgets make it easier to display images, video, or audio  without using HTML. The Text widget now has support for TinyMCE providing rich-text functionality. Similar to the post editor, users have a choice between using a Visual or Text editor with limited formatting options.</p>\n<img />Image, Video, and Enhanced Text Widget\n<p>Because the Text widget uses TinyMCE, it inherits its nuances when it comes to pasting and displaying code. In a <a href=\"https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/\">dev note</a> that explains how TinyMCE was added to the Text Widget, Weston Ruter offers the following notice.</p>\n<blockquote><p>When pasting HTML into the &#8216;Text&#8217; (HTML) tab of the Text widget, any extraneous line breaks should be removed or else unwanted paragraphs and line beaks may result. This is particularly important when you paste in <code>script</code> or <code>style</code> tags (as in the case of 3rd-party JavaScript embeds), since auto-inserted paragraphs will cause script errors; this will be fixed in <span class=\"p2_hovercardify\"><a href=\"https://core.trac.wordpress.org/ticket/2833\">#2833</a></span>.</p>\n<p>This behavior aligns with longstanding behavior in the post editor, so it is not new, although it does differ from how the Text widget has previously behaved. As noted above, for previously existing Text widgets that had the auto-add paragraphs&#8217; checkbox unchecked (and thus the <code>filter</code> instance prop set to <code>false</code>), the previous behavior of not doing <code>wpautop</code> will be maintained: only once the widgets are modified will any extraneous line breaks need to be removed.</p></blockquote>\n<h2>Link Boundaries</h2>\n<p>Adding and editing links in the visual editor is more intuitive thanks to link boundaries. Link boundaries provide a visual representation of where a link begins and ends. This helps prevent adding unnecessary text to the beginning or end of a link.</p>\n<p></p>\n<p></p>\n<h2>See Nearby WordPress Events in the Dashboard</h2>\n<p>One of the pillars of WordPress&#8217; ecosystem is its community of meetups and WordCamps. <a href=\"https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle\">In 2016</a>, more than 62,566 people attended a local meetup in 58 countries. About a third of those were new members.</p>\n<p>WordPress 4.8 draws attention to these events by <a href=\"https://make.wordpress.org/community/2017/03/23/showing-upcoming-local-events-in-wp-admin/\">enhancing the News Dashboard widget</a>. The widget will try to automatically guess your location and display meetups and WordCamps that are nearby.</p>\n<img />News Widget Shows Upcoming Meetups and WordCamps\n<p>If the location is incorrect, clicking the Pencil button opens a box where you can type in your city. The bottom of the widget includes links to the <a href=\"https://make.wordpress.org/community/meetups-landing-page\">WordPress Meetup landing page</a>, <a href=\"https://central.wordcamp.org/schedule/\">WordCamp Central Schedule</a>, and the <a href=\"https://wordpress.org/news/\">WordPress.org news blog</a>.</p>\n<h2>Responsive Customizer Sidebar</h2>\n<p>In previous versions of WordPress, the Customizer Sidebar had a maximum width of 300 pixels. In WordPress 4.8, the <a href=\"https://wptavern.com/wordpress-4-8-increases-maximum-width-of-the-customizer-sidebar-to-600-pixels\">Customizer Sidebar is responsive</a> and its width will automatically increase based on the size of the screen up to a maximum of 600 pixels.</p>\n<img />Customizer Sidebar 345 Pixels Wide\n<h2>More Accessible Admin Pages</h2>\n<p>The headers on admin screens are now <a href=\"https://wptavern.com/wordpress-4-8-improves-accessibility-on-admin-screens\">separate elements</a> making it easier for assistive technologies to help people navigate pages.</p>\n<h2>Support Dropped for Internet Explorer Versions 8, 9, and 10</h2>\n<p>WordPress 4.8 <a href=\"https://make.wordpress.org/core/2017/04/23/target-browser-coverage/\">drops support</a> for Internet Explorer versions 8, 9, and 10 as these versions no longer receive security updates and are used by a small percentage of people. WordPress 4.8 will work in these browsers but some features related to TinyMCE will be limited. New features will no longer be tested against these older versions of IE.</p>\n<h2>Noteworthy Changes</h2>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2017/05/20/editor-api-changes-in-4-8/\">Changes to the Editor API</a></li>\n<li><a href=\"https://make.wordpress.org/core/2017/05/22/removal-of-core-embedding-support-for-wmv-and-wma-file-formats/\">Embeds of WMV and WMA files are no longer supported</a></li>\n<li><a href=\"https://make.wordpress.org/core/2017/05/22/multisite-focused-changes-in-4-8/\">New Capabilities and others enhancements for WordPress Multisite</a></li>\n<li><a href=\"https://make.wordpress.org/core/2017/05/26/tag-cloud-widget-changes-in-4-8/\">Accessibility improvements to the Tag Cloud widget</a></li>\n<li><a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\">The addition of a Media Widgets API</a></li>\n<li>TinyMCE was updated from version <strong>4.5.6</strong> to version <strong>4.6.2</strong></li>\n<li>Twemoji was updated from version <strong>2.2.2</strong> to version <strong>2.3.0</strong></li>\n<li>zxcvbn was updated from version <strong>1.0</strong> to version <strong>4.4.1</strong></li>\n</ul>\n<p>This release was led by <a href=\"https://matt.blog/\">Matt Mullenweg</a> and <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>. 346 people contributed to WordPress 4.8 and 106 of them were first time contributors.</p>\n<p>If you think you&#8217;ve discovered a bug in WordPress 4.8, read <a href=\"https://wordpress.org/support/topic/read-this-first-wordpress-4-8-master-list/\">this support thread</a> first to see if it&#8217;s a common issue that&#8217;s already been reported. If not, describe your issue in as much detail as possible and publish it to the <a href=\"https://wordpress.org/support/forum/how-to-and-troubleshooting/\">Troubleshooting section</a> on the support forums.</p>\n<p>As you upgrade your sites today, enjoy <a href=\"https://en.wikipedia.org/wiki/Time_Remembered_(album)\">Time Remembered</a> by Bill Evans, released in 1983.</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 19:29:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Worona Releases Free WordCamp Europe Paris Guide App\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71494\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/worona-releases-free-wordcamp-europe-paris-guide-app\";s: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:4240:\"<p><a href=\"https://www.worona.org/\" target=\"_blank\">Worona</a>, a Madrid-based WordPress startup that builds mobile apps for free, has created an app for WordCamp Europe attendees. The <a href=\"https://blog.worona.org/wceu-paris-guide/\" target=\"_blank\">WCEU Paris Guide app</a> includes location and transportation information, schedules for the event, suggestions on where to eat (restaurants, bistros, a selection of the best cheap eats), a list of top attractions and museums, and nightlife recommendations.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/wceu-paris-guide.png?ssl=1\"><img /></a></p>\n<p>Worona has released an <a href=\"https://play.google.com/store/apps/details?id=org.worona.paris.app\" target=\"_blank\">Android app</a> and an <a href=\"https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1238819389&mt=8\" target=\"_blank\">iOS app</a> for attendees to download. Currently the app needs to be connected to the internet, but the company is working on supporting an offline mode in the next version, which is rolling out soon.</p>\n<p>&#8220;We used our online platform to turn a WordPress blog (<a href=\"https://paris.worona.org\" target=\"_blank\">paris.worona.org</a>) into a native app,&#8221; Reyes Martínez, Worona&#8217;s marketing and communications specialist, said. &#8220;We use React and fetch the content using the WP-API. The apps are created with <a href=\"https://cordova.apache.org/\" target=\"_blank\">Cordova</a>.&#8221;</p>\n<p>Worona is a relatively new WordPress startup in Europe, having released its first prototype in late 2014. The company offers its mobile app building platform to users for free via its <a href=\"https://wordpress.org/plugins/worona/\" target=\"_blank\">plugin on WordPress.org</a>. The platform turns WordPress sites into native mobile apps that users can publish to the app stores. Worona can also manage the process of publishing the app for a one-time 290€ fee.</p>\n<p>In 2016, Worona had more than 12,000 users from 150 different countries. After launching its new platform four months ago, more than 11,500 users have signed up.</p>\n<p>Martínez said that Worona differs from existing WordPress app builders in that it is free, user-friendly, completely open source, and extensible.</p>\n<p>&#8220;We studied the WordPress ecosystem and the mobile distribution trends during the last three years and realized that other existing solutions, such as AppPresser, are just focused on one or two mobile channels, but not in all of them,&#8221; Martínez said. &#8220;This can be a problem for publishers, as they have to configure the different channels (apps, web apps, AMP, Facebook Instant Articles) one by one and take care of being consistent with all of them. After launching our own beta in 2015 and testing similar solutions, we decided to develop an all-in-one platform with the vision of becoming the leading solution for mobile distribution.&#8221;</p>\n<p>Worona is also aiming to create an ecosystem of extensions and themes for the platform, allowing third-party developers to create new solutions.</p>\n<p>&#8220;The strategy of creating a marketplace of extensions has been successfully accomplished by the WordPress ecosystem before (but not by any of our direct competitors),&#8221; Martínez said. &#8220;WooCommerce, for example, gives you access to a variety of extensions aiming to solve any problems related to your e-commerce. Because it is open-source, these features can be created by any developer or user. The bigger the community, the higher the range of solutions.&#8221;</p>\n<p>Worona is currently a team of five, including two co-founders, a marketing specialist, and two full-stack developers. Most of the team will be at WordCamp Europe. They hope the <a href=\"https://blog.worona.org/wceu-paris-guide/\" target=\"_blank\">WCEU Paris Guide app</a> will be useful for attendees and also provide a good introduction to their product. If you have any feedback that would make the app more useful, make sure to <a href=\"https://blog.worona.org/wceu-paris-guide/\" target=\"_blank\">comment on the announcement</a> and Worona may be able to incorporate user suggestions before the event.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 17:32: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Dev Blog: WordPress 4.8 “Evans”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=4770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2017/06/evans/\";s: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:40312:\"<h2>An Update with You in Mind</h2>\n<p><img class=\"aligncenter size-large wp-image-4816\" src=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=632%2C316&ssl=1\" alt=\"\" /></p>\n<h3>Gear up for a more intuitive WordPress!</h3>\n<p>Version 4.8 of WordPress, named &#8220;Evans&#8221; in honor of jazz pianist and composer William John &#8220;Bill&#8221; Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand.</p>\n<p>Though some updates seem minor, they’ve been built by hundreds of contributors with <em>you</em> in mind. Get ready for new features you’ll welcome like an old friend: link improvements, <em>three</em> new media widgets covering images, audio, and video, an updated text widget that supports visual editing, and an upgraded news section in your dashboard which brings in nearby and upcoming WordPress events.</p>\n<hr />\n<h2>Exciting Widget Updates</h2>\n<p><img class=\"size-large wp-image-4776 aligncenter\" src=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=632%2C436&ssl=1\" alt=\"\" /></p>\n<h3>Image Widget</h3>\n<p>Adding an image to a widget is now a simple task that is achievable for any WordPress user without needing to know code. Simply insert your image right within the widget settings. Try adding something like a headshot or a photo of your latest weekend adventure — and see it appear automatically.</p>\n<h3>Video Widget</h3>\n<p>A welcome video is a great way to humanize the branding of your website. You can now add any video from the Media Library to a sidebar on your site with the new Video widget. Use this to showcase a welcome video to introduce visitors to your site or promote your latest and greatest content.</p>\n<h3>Audio Widget</h3>\n<p>Are you a podcaster, musician, or avid blogger? Adding a widget with your audio file has never been easier. Upload your audio file to the Media Library, go to the widget settings, select your file, and you’re ready for listeners. This would be a easy way to add a more personal welcome message, too!</p>\n<h3>Rich Text Widget</h3>\n<p>This feature deserves a parade down the center of town! Rich-text editing capabilities are now native for Text widgets. Add a widget anywhere and format away. Create lists, add emphasis, and quickly and easily insert links. Have fun with your newfound formatting powers, and watch what you can accomplish in a short amount of time.</p>\n<hr />\n<h2>Link Boundaries</h2>\n<div id=\"v-8BDWH3QG-1\" class=\"video-player\"><div><img alt=\"Link Boundaries\" src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg?resize=632%2C342\" /></div><p>Link Boundaries</p></div>\n<p>Have you ever tried updating a link, or the text around a link, and found you can&#8217;t seem to edit it correctly? When you edit the text after the link, your new text also ends up linked. Or you edit the text in the link, but your text ends up outside of it. This can be frustrating! With link boundaries, a great new feature, the process is streamlined and your links will work well. You’ll be happier. We promise.</p>\n<hr />\n<h2>Nearby WordPress Events</h2>\n<p><img class=\"aligncenter wp-image-4779 size-large\" src=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=632%2C465&ssl=1\" alt=\"\" /></p>\n<p>Did you know that WordPress has a thriving offline community with groups meeting regularly in more than 400 cities around the world? WordPress now draws your attention to the events that help you continue improving your WordPress skills, meet friends, and, of course, publish!</p>\n<p>This is quickly becoming one of our favorite features. While you are in the dashboard (because you’re running updates and writing posts, right?) all upcoming WordCamps and official WordPress Meetups — local to you — will be displayed.</p>\n<p>Being part of the community can help you improve your WordPress skills and network with people you wouldn&#8217;t otherwise meet. Now you can easily find your local events just by logging in to your dashboard and looking at the new Events and News dashboard widget.</p>\n<hr />\n<h2>Even More Developer Happiness <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f60a.png\" alt=\"?\" class=\"wp-smiley\" /></h2>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/17/cleaner-headings-in-the-admin-screens/\">More Accessible Admin Panel Headings</a></h3>\n<p>New CSS rules mean extraneous content (like “Add New” links) no longer need to be included in admin-area headings. These panel headings improve the experience for people using assistive technologies.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/removal-of-core-embedding-support-for-wmv-and-wma-file-formats/\">Removal of Core Support for WMV and WMA Files</a></h3>\n<p>As fewer and fewer browsers support Silverlight, file formats which require the presence of the Silverlight plugin are being removed from core support. Files will still display as a download link, but will no longer be embedded automatically.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/multisite-focused-changes-in-4-8/\">Multisite Updates</a></h3>\n<p>New capabilities have been introduced to 4.8 with an eye towards removing calls to<br />\n<code>is_super_admin()</code>. Additionally, new hooks and tweaks to more granularly control site and user counts per network have been added.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/\">Text-Editor JavaScript API</a></h3>\n<p>With the addition of TinyMCE to the text widget in 4.8 comes a new JavaScript API for instantiating the editor after page load. This can be used to add an editor instance to any text area, and customize it with buttons and functions. Great for plugin authors!</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\">Media Widgets API</a></h3>\n<p>The introduction of a new base media widget REST API schema to 4.8 opens up possibilities for even more media widgets (like galleries or playlists) in the future. The three new media widgets are powered by a shared base class that covers most of the interactions with the media modal. That class also makes it easier to create new media widgets and paves the way for more to come.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/16/customizer-sidebar-width-is-now-variable/\">Customizer Width Variable</a></h3>\n<p>Rejoice! New responsive breakpoints have been added to the customizer sidebar to make it wider on high-resolution screens. Customizer controls should use percentage-based widths instead of pixels.</p>\n<hr />\n<h2>The Squad</h2>\n<p>This release was led by <a href=\"https://matt.blog\">Matt</a> and <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, with the help of the following fabulous folks. There are 346 contributors with props in this release, with 106 of them contributing for the first time. Pull up some Bill Evans on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/wraithkenny\">[Inactive]</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bj&#246;rklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/zuige\">Antti Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/quasel\">Bernhard Gronau</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">Dipesh Kakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frankiet\">Francesco Taurino</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran &#352;erić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mario Valney</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt Jaworski</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">mbelchev</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">monikarao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kek&#228;l&#228;inen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/imnok\">Pantip Treerattanapitak (Nok)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Ara&#250;jo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.\n<p>&nbsp;</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.8. Their efforts bring WordPress 4.8 fully translated to 38 languages at release time with more on the way.</p>\n<p>Do you want to report on WordPress 4.8? <a href=\"https://s.w.org/images/core/4.8/wp-4-8_press-kit.zip\">We&#8217;ve compiled a press kit</a> featuring information about the release features, and some media assets to help you along.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress — we hope you enjoy!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 14:49:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Holler Box: A Smart Notification Plugin for WordPress Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71490\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/holler-box-a-smart-notification-plugin-for-wordpress-websites\";s: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:4373:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/holler-box.png?ssl=1\"><img /></a></p>\n<p>Scott Bolinger, co-founder of <a href=\"http://apppresser.com/\" target=\"_blank\">AppPresser</a>, has launched a new sales and conversion tool for WordPress websites called <a href=\"http://hollerwp.com/\" target=\"_blank\">Holler Box</a>. The plugin offers a lightweight, elegant popup message for capturing email addresses, displaying a (fake) live chat, or announcing a sale or event.</p>\n<p>Bolinger designed it to be non-intrusive &#8211; it&#8217;s not the kind of modal dialog that obscures content with an animated box in the middle of the page. Holler Box appears at the bottom right-hand of the page by default.</p>\n<p>After finding other WordPress popup plugins to be too complex for his needs, Bolinger decided to create his own solution for displaying a quick notification on his websites.</p>\n<p>&#8220;I’m a developer, and even adding a simple banner or popup to my site is not easy,&#8221; Bolinger said. I have to write the code, test locally, push to staging, test there, then push to production and do a final test. When I want to remove the message, I have to reverse the process. I’m busy, and that takes time.&#8221;</p>\n<p>Bolinger made it so that creating a new Holler Box is as easy as writing a new blog post. The content editing screen includes a meta box with options for customizing the display.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/holler-box-meta-box.png?ssl=1\"><img /></a></p>\n<p>The &#8220;Advanced Settings&#8221; meta box allows users to set pages where the notification should be displayed, limit to logged-in only or logged-out visitors, set the display for new or returning visitors, and customize the delay based on time or scrolling. It also gives options for when the Holler Box should disappear and how often it should be shown to each visitor.</p>\n<p>Holler Box is capable of a wide range of uses. A few examples include the following:</p>\n<ul>\n<li><strong>(Fake) Live Chat with Opt-in</strong>\n<p>Show a live chat box to collect customer questions and emails, without having to actually deal with the hassle of live chat. As soon as your visitor types a question, an email opt-in pops up so you can follow up with them at a convenient time.</li>\n<li><strong>Polls and Forms</strong>\n<p>Embed anything into your Holler Box, including a feedback form or poll.</li>\n<li><strong>Interactivity</strong>\n<p>Add a link, video, contact form, or simple opt-in form that integrates with major email providers like MailChimp and Convertkit.</li>\n</ul>\n<p>Below is an example of how the MailChimp email opt-in form works:</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/holler-box.gif?ssl=1\"><img /></a></p>\n<p>Holler Box also tracks impressions and conversions (link clicks and message opens) so that users can see how well their notifications are performing and optimize them as needed.</p>\n<p>The <a href=\"https://wordpress.org/plugins/holler-box/\" target=\"_blank\">free version on WordPress.org</a> has an impressive number of customization options, but Bolinger also plans to release a Pro version that will include additional features, such as an option for a header banner, more advanced display filters, automatic message deactivation, advanced email opt-in features, more conversion data, and support.</p>\n<p>&#8220;Holler Box aims to be more stylish and easier to use than existing options,&#8221; Bolinger said. &#8220;I use it when I need to make an announcement without spending a lot of time in a complex tool.&#8221; He said he could see the plugin working well side-by-side with well-established popup plugin competitors like OptinMonster.</p>\n<p>Bolinger said Holler Box is not affiliated with AppPresser, but he plans to use it as a sales tool on all of his sites. The plugin&#8217;s unique feature set is something he found missing in WordPress&#8217; marketplace for sales/conversion tools.</p>\n<p>&#8220;I think Holler Box will increase sales and conversions without being as disruptive as other popups,&#8221; Bolinger said. &#8220;The sale notification popup and faux live chat feature are really unique. It’s how I want to communicate with my audience &#8211; hopefully other people feel the same.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 01:37:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WPWeekly Episode 276 – Interview with Jon Brown, a Traveling Digital Nomad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=71482&preview=true&preview_id=71482\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/wpweekly-episode-276-interview-with-jon-brown-a-traveling-digital-nomad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2848:\"<p>In this episode, <a href=\"http://jjj.me/\">John James Jacoby</a> and I are joined by <a href=\"https://www.wanderingjon.com/\">Jon Brown</a>. Brown is a <a href=\"https://9seeds.com/author/jbrown/\">developer and author</a> for <a href=\"https://9seeds.com/\">9seeds</a>, a WordPress development agency. Brown describes what it&#8217;s like to work remotely and offers tips on how to stay productive while traveling. He tells us what items he can&#8217;t travel without. We also get his take on recent developments and debates going on in the WordPress community.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/open-sourcing-mental-illness-surpases-50k-fundraising-goal\">Open Sourcing Mental Illness Surpasses $50K Fundraising Goal</a><br />\n<a href=\"https://wptavern.com/vue-js-creator-evan-you-weighs-in-on-wordpress-javascript-framework-discussion\">Vue.js Creator Evan You Weighs in on WordPress JavaScript Framework Discussion</a><br />\n<a href=\"https://wptavern.com/wordcamp-europe-2017-livestream-tickets-now-available\">WordCamp Europe 2017 Livestream Tickets Now Available</a><br />\n<a href=\"https://wptavern.com/wpforms-acquires-wp-mail-smtp-plugin\">WPForms Acquires WP Mail SMTP Plugin</a><br />\n<a href=\"https://wptavern.com/versionpress-launches-versionpress-com-to-fund-open-source-project\">VersionPress Launches VersionPress.com to Fund Open Source Project</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://generatewp.com/\">GenerateWP</a> is a collection of tools that generates code for Shortcodes, Post Types, Meta Boxes, Taxonomies, Term Meta, and Post Statuses.</p>\n<p><a href=\"https://wordpress.org/plugins/holler-box/\">Holler Box</a> enables users to create customizable marketing messages to display to site visitors. Use Holler Box to convert website visitors, upsell customers, and get messages out to the right people at the right time.</p>\n<p><a href=\"https://wpperformanceprofiler.interconnectit.com/\">WP Performance Profiler</a> is a plugin by Interconnect.it that helps developers optimize the performance of WordPress sites running on PHP 5.3 to 5.6.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 14th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #276:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 01:10:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Post Status: Teaching what you learn with Joe Casabona — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=37463\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/teaching-learn-joe-casabona-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1627:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by the creator and editor of Post Status, Brian Krogsgard, and this week&#8217;s guest host, Joe Casabona.</p>\n<p>Brian and Joe discuss the way they have learned WordPress over the years, and how they’ve gone about sharing and teaching what they’ve learned. They focus mostly on front-end parts of WordPress development.</p>\n<p><a href=\"https://audio.simplecast.com/72351.mp3\">https://audio.simplecast.com/72351.mp3</a><br />\n<a href=\"https://audio.simplecast.com/72351.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://wpinonemonth.com/\">WP in one month</a></li>\n<li><a href=\"https://casabona.org/\">Casabona.org</a></li>\n<li><a href=\"http://howibuilt.it/\">How I Built It</a></li>\n<li><a href=\"http://wesbos.com/\">WesBos.com</a></li>\n</ul>\n<h3>Sponsor: Yoast</h3>\n<p>Yoast SEO Premium gives you 24/7 support from a great support team and extra features such as a redirect manager, recommended internal links, tutorial videos and integration with Google Webmaster Tools! Check out <a href=\"https://yoast.com/\">Yoast SEO Premium</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2017 17:33:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Donncha: Take a sneak peek at WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89500269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://odd.blog/2017/06/07/take-a-sneak-peek-at-wp-super-cache/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4302:\"<p>WP Super Cache is a full page caching plugin for WordPress that makes your site faster, and helps deal with unexpected surges in traffic.</p>\n<p>Over the last few months we&#8217;ve been busy <a href=\"https://github.com/Automattic/wp-super-cache/\">working on the plugin</a> to add new features and fix bugs and we can almost call it ready. It&#8217;s stable and usable and runs on this site but we would love more people to test it out before we release a new version.</p>\n<p>Here&#8217;s just some of the new features and bug fixes we&#8217;ve been working on:</p>\n<ul>\n<li> The plugin was based on WP-Cache which stored cache files in a single directory, and those (legacy caching) files were for the most part stored the same way all this time but now they&#8217;re being placed in the supercache directories (<a href=\"https://github.com/Automattic/wp-super-cache/pull/177\">#177</a>). This makes it easier to manage these files. The plugin doesn&#8217;t have to search through potentially hundreds of cache files for those that need to be deleted if a page updates or someone leaves a comment. Now all those files will be in the same directory structure the anonymous &#8220;supercache&#8221; files will be. I&#8217;m really excited about this feature as it makes caching for logged in users/users who comment and caching of pages with parameters so much faster now.</li>\n<li> We&#8217;re adding a <a href=\"https://developer.wordpress.org/rest-api/\">REST API</a> to the plugin because in the future not everyone is going to use wp-admin to take care of their sites. Take a look in the <a href=\"https://github.com/Automattic/wp-super-cache/tree/master/rest\">rest directory</a> for the code we&#8217;re working on.</li>\n<li> Debug logs now have a username and password to protect them from prying eyes.</li>\n<li> And many <a href=\"https://github.com/Automattic/wp-super-cache/pulls?q=is%3Apr+is%3Aclosed\">bugs fixed</a> over the last few months.</li>\n</ul>\n<p>Since &#8220;legacy caching&#8221; or &#8220;WP-Cache caching&#8221; is now more maintainable and faster we <a href=\"https://github.com/Automattic/wp-super-cache/issues/224\">want to change the language</a> describing how the plugin caches and delivers pages. </p>\n<p><a href=\"https://odd.blog/files/2017/06/Screen-Shot-2017-06-07-at-17.35.25.png\"><img /></a></p>\n<p>Currently the plugin asks you to choose between mod_rewrite, PHP and &#8220;Legacy page caching&#8221; which isn&#8217;t really useful. Most users won&#8217;t recognise those terms. It&#8217;s also not accurate as &#8220;legacy page caching&#8221; is active all the time as long as caching is enabled.<br />\nInstead we should have &#8220;Standard Caching&#8221; and &#8220;Super Caching&#8221;. Super Caching will then have simple and expert delivery methods.</p>\n<p>Simple delivery is through PHP, while expert delivery uses mod_rewrite rules which means the .htaccess file has to be updated and hopefully the warning below it will discourage casual users from testing it.</p>\n<p>Due to the huge number of changes in the plugin we really need people to give it a try and check if everything works ok. The <a href=\"https://github.com/Automattic/wp-super-cache/pull/255\">changes to the settings page</a> will hopefully make it easier for new users to get to grips with it too.</p>\n<p>You can find the newest code <a href=\"https://github.com/Automattic/wp-super-cache\">on Github</a>. The changes to the settings page are in <a href=\"https://github.com/Automattic/wp-super-cache/pull/255\">#255</a> if you want to comment on them. </p>\n<p>Thanks in advance! ?</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"https://odd.blog/2011/10/19/preload-categories-and-custom-post-content/\" rel=\"bookmark\" title=\"Permanent Link: Preload categories and custom post content\">Preload categories and custom post content</a></li><li> <a href=\"https://odd.blog/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href=\"https://odd.blog/2009/01/09/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li></ul></p>\n<p><a href=\"https://odd.blog/\" rel=\"external nofollow\">Source</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2017 17:24:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"HeroPress: Trust The Dots\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://heropress.com/essays/trust-the-dots/?utm_source=rss&utm_medium=rss&utm_campaign=trust-the-dots\";s: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:12678:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/06/060717-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress is such an amazing melting pot that involves people from everywhere, no matter how old they are, where they are from, or what languages they speak.\" /><p>I was born twice: first, as a baby boy in the sunny morning of Monday June 14, 1993 in Taiz, Yemen; and then again, in the fall of 2008. It was my first time to study at a public high school, grade 10, class 12. It was completely different than the private school I used to study at. It was big and crowded, with a minimum of 80 students in each class!</p>\n<p>At that time, I was trying to improve my personality and explore new opportunities. I wanted to live my life fully, not as the teenager that I was. A way to organize my thoughts and connect with new people was needed. I did not have a clue what to do until the moment I got the chance to use the internet and began to read online blogs of many interesting bloggers. The idea of blogging was fascinating to me. “Why not starting one?” I thought to myself.</p>\n<h3>Finding WordPress</h3>\n<p>As days passed, I met four enthusiastic and ambitious schoolmates who became my friends till now.  Mohammed, one of them, was a relatively quiet and open minded person. My mates and I got to know him through MSN Messenger, and, surprisingly, he was studying in the next class! He was very absorbed in Web Development and was working on a custom CMS platform and some other web applications for his father’s clinic. I asked him about blogging software he would recommend. He strongly recommended Joomla and also suggested Drupal, WordPress and others. I tried them all.</p>\n<blockquote><p>WordPress was so easy to use and out-of-the-box, although I had failed a few times while I was trying to install it locally. Once I had logged-in to the dashboard, honestly, I thrilled to pieces!</p></blockquote>\n<p>After some time, my friends and I decided to start a simple blog about Graphics Design using WordPress. It was my beginning to learn the basics of Web Development (HTML, CSS, Javascript and PHP). Fortunately, Mohammed had a book that he lent me, and some PDFs, that I copied. We were constantly discussing and learning from each other during break times or in the afternoons. They were enjoyable and enlightening moments.</p>\n<p>I used to receive some positive messages as the developer of the blog we started and appreciative replies to my answers for some questions in <a href=\"http://ar-wp.com\">Arab WordPress</a> community, a forum to share knowledge among Arab WordPress users. This encouraged me to start a small freelancing business with WordPress. It seemed a great idea to expand expertise, earn some money, and follow my passion!</p>\n<h3>Fitting It All In</h3>\n<p>Being a freelancer and a high-school student at the same time was not that easy as one would think! Sometimes I was working until 3:00 a.m. to finish a client project, and then woke up at 6:30 a.m. rushing to school. Most often, classes were so dry that led me to write PHP codes in every copy-book of mine! If you would like to try this at your school, remember to move yourself to the end of your class or be ready for any of your teachers’ mean reactions to keep you attentive! On several afternoons, I used to take naps to restore my energy and be ready to work at night.</p>\n<blockquote><p>Very rarely, I would have to stay out at internet cafés until 2:00 a.m. to upload/download things I needed because we had no Internet connection at home.</p></blockquote>\n<p>For sure, this made my parents quite angry and obviously worried. Most importantly, I had neither a cell phone because of some strict rules in my family nor a national ID card because of the legal age requirement in Yemen. I was attempting to use my school ID card to receive money transactions, and guess what? I was lucky enough to manage it twice. But then I was asked to present a national ID. “ When will I turn 18?” I just had to overcome that obstacle, asking trustworthy friends to help.</p>\n<p>My clients were mostly from the Arab World, Europe, and USA. I had the chance to contact with many nice and outstanding people who not only boosted my experience but also showed me the way into some new opportunities and more success.</p>\n<h3>Support At Home</h3>\n<p>At the beginning, most of my family members thought I was playing, except my MOTHER. I remember the moment I told her about my fairly new business. She said, &#8220;Regardless of what it is, just do what you love and believe in!&#8221; However, I faced hard times trying to convince her I did not smoke as she smelled cigarette on my clothes whenever I got back home from those cafés! On the other hand, my father was the kind of man who stood backstage. He used to tell his friends how happy and proud he was of me. That was all what I needed from him.</p>\n<h3>Giving Back</h3>\n<p>On August 2012, I sent a message to Rasheed Bydousi, Arab WordPress community founder and translation editor of Arabic language, to suggest some ideas and ask to be a volunteer. He was very supportive and truly wise. We started discussing and working on some ideas for more than <a href=\"http://www.ar-wp.com/forums/topic/2119/\">4 months</a>. In parallel with studying, working, and being a volunteer, I increased my efforts in translating, patching (helping in development), and reporting bugs for WordPress projects.</p>\n<blockquote><p>It was very important for me to give back to the community I had taken a lot from.</p></blockquote>\n<p>I felt the need of holding a WordPress meeting in my hometown, Taiz, because of the lack of specialized people who would like to collaborate and share knowledge. In 2013, I invited local developers to a small meeting in a local coffeeshop called “AL-Rassef”.</p>\n<p><img class=\"aligncenter wp-image-1894 size-full\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/06/wp-meeting-alraseef-coffeshop.jpg\" alt=\"WordPress Meeting in Taiz, Yemen\" width=\"960\" height=\"720\" /></p>\n<p>Afterward, I presented a lecture about WordPress at Taiz University, in the same lecture hall I used to be a student in by that time. It was a warm beginning but I couldn&#8217;t continue due to my work and the deterioration of the political and security situation.</p>\n<h3>Disruption</h3>\n<p>Since 2011, my country has been facing major political changes and instability. On April 2015, the Yemeni crisis has reached its climax and war started in my city, Taiz, and it is still going on! Some of my relatives had decided to move out of Taiz but my father chose to stay, hoping that war will stop quickly. We lived for months without public electricity or Internet. When the fight crawled to our area, we lived for weeks in the ground floor of our house, no way to go out, tanks firing from 300 meters away, airstrikes on nearby areas, and snipers shooting whoever dared to walk on streets. Many friends and innocent people were killed and some members of my family were hurt. We couldn&#8217;t sleep for days, fearing that at any moment they will knock our house door.</p>\n<p>I thought that was the end for me and all of my dreams. I was pretending to be cool and calm so my younger brother and two sisters feel better. I was telling jokes, reading books or watching movies when we got some power from my uncle generator. &#8220;Life of Pi&#8221; was one of the movies we had watched and everyone enjoyed it! I refused to hold a gun, &#8220;How could it help?! That&#8217;s not my role in life!&#8221; I was thinking.</p>\n<blockquote><p>I was struggling to believe in tomorrow, no matter how it looked miserable and sad.</p></blockquote>\n<p>In one of the mornings, after a nearby airstrike, we got a chance to escape. I tried to hold every detail of our house, neighborhood and street. &#8220;Thank you for all great memories. I will definitely return,&#8221; I told my house, feeling torn apart back then! I only took my laptop, tablet, and few clothes, they were all what I needed to start over.</p>\n<h3>Starting Over</h3>\n<blockquote><p>“You can’t connect the dots looking forward; you can only connect them looking backwards. So you have to trust that the dots will somehow connect in your future. You have to trust in something — your gut, destiny, life, karma, whatever. This approach has never let me down, and it has made all the difference in my life.”<br />\n— Steve Jobs</p></blockquote>\n<p>After some time of catching my breath, I realized that I had to connect the dots, keep on following my dreams and aim higher. On May 2016, I moved to Sana&#8217;a, the capital city of Yemen, leaving the pain and frustration behind. I got to know some enthusiastic developers and we decided to establish a community called <a href=\"https://www.facebook.com/ydevclub/\">Yemeni Developers Club</a> for people who are interested in computer programming and have the passion for it. We hold a meeting on the first Saturday of every month to share ideas, answer questions, and help one another to innovate, learn, and grow. We are planning to have, in the near future, special meetings to discuss WordPress related topics and learn how to obtain the maximum benefit from it.</p>\n<img class=\"wp-image-1895 size-full\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/06/taiz_and_sanaa_poster.jpg\" alt=\"\" width=\"768\" height=\"420\" />Photos for Ta&#8217;izz and Sana&#8217;a cites, photographed by Mona Athubhani.\n<h3>Amazing Melting Pot</h3>\n<div class=\"_h8t\">\n<div id=\"js_jl2\" class=\"_5wd9 direction_rtl\">\n<div class=\"_5wde _n4o\">\n<div class=\"_5w1r _3_om _5wdf\">\n<div class=\"_4gx_\">\n<div class=\"_d97\"><span class=\"_5yl5\">I am sure that WordPress helps thousands of developers, including me, be more independent, involves them to be parts of it, and offers opportunities to serve people from around the world.</span></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<blockquote><p>WordPress is such an amazing melting pot that contains people from everywhere, no matter how old they are, where they are from, or what languages they speak.</p></blockquote>\n<h3>Become a Hero</h3>\n<p>Being a WordPress hero is not about programming skills or contributions size, it is all about the challenges we face and overcome. It is even more about supporting the new users to be the next heroes.</p>\n<hr />\n<h3>Thank You</h3>\n<p>Thanks to all my friends who contributed to make this essay better. Many thanks to <strong>Topher DeRosia</strong> for inviting me to write here and SPECIAL THANKS to <span id=\"cch_f100e4e57d51432\" class=\"_mh6 _wsc\"><span class=\"_3oh-\"><a href=\"https://about.me/mona_athubhani\"><strong>Mona Athubhani</strong></a> without whom I would not have completed this essay.</span></span></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Trust The Dots\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Trust%20The%20Dots&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ftrust-the-dots%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Trust The Dots\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ftrust-the-dots%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ftrust-the-dots%2F&title=Trust+The+Dots\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Trust The Dots\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/trust-the-dots/&media=https://heropress.com/wp-content/uploads/2017/06/060717-min-150x150.jpg&description=Trust The Dots\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Trust The Dots\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/trust-the-dots/\" title=\"Trust The Dots\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/trust-the-dots/\">Trust The Dots</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2017 00:00:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nashwan Doaqan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: VersionPress Launches VersionPress.com to Fund Open Source Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71410\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/versionpress-launches-versionpress-com-to-fund-open-source-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3005:\"<p>The founders of <a href=\"http://versionpress.net/\">VersionPress</a> have launched <a href=\"https://preview.versionpress.com/\">VersionPress.com</a>, a <a href=\"https://blog.versionpress.net/2017/06/announcing-versionpress-com/\">WordPress managed hosting</a> service. VersionPress.com is the best of what VersionPress offers paired with features such as, staging sites and backups, on an Amazon Web Services infrastructure.</p>\n<p><img />VersionPress is essentially an undo button for WordPress or full version-control. At the click of a button, users can undo an action and restore a site&#8217;s database to a previous point in history without having to export and import MySQL.</p>\n<p>Borek Bernard, co-founder of VersionPress, says the move is the result of trying to overcome two major challenges: WordPress plugins and Hosts. WordPress plugins can alter a site&#8217;s database. Building <a href=\"https://github.com/versionpress/versionpress/blob/master/docs/Plugin-Support.md\">in support</a> for the 40K+ plugins that exist in the repository has been a huge undertaking for the team.</p>\n<p>In order to use VersionPress, a webhost needs to have <a href=\"https://git-scm.com/\">Git</a> installed and allow proc_open which it uses to interact with Git. Most hosts do not allow proc_open for security reasons or have older versions of Git installed, generating incompatibilities. &#8220;Over time, it became clear we needed our own environment to run VersionPress in,&#8221; Bernard said.</p>\n<p>All sites hosted on the platform run PHP 7 or Nginx, HTTP/2, and at least two Docker instances that auto-scale based on load. VersionPress.com includes the ability to set up staging and production sites using VersionPress&#8217; capabilities to merge changes between the two. Similar to <a href=\"https://getflywheel.com/why-flywheel/client-billing-transfer/\">Flywheel</a>, billing can be assigned to a developer, agency, or client account. &#8220;The platform is geared towards WordPress developers and agencies but will help anyone who wants a fast, reliable WordPress site,&#8221; Bernard said.</p>\n<p>The model they&#8217;re using is similar to WordPress.com and self-hosted WordPress. &#8220;A hosted service will provide resources to fund the development of the open source project and its long-term stability,&#8221; he said. &#8220;So it became a no-brainer at some point.&#8221; General availability for VersionPress.com won&#8217;t open until July but those who <a href=\"https://preview.versionpress.com/#preorder\">pre-order</a> will receive a substantial discount.</p>\n<p>Bernard re-iterated that VersionPress will always be a free, open source project and that VersionPress.com is a major step towards bringing full version control of WordPress to the masses.</p>\n<p>The managed WordPress hosting space is well established and perhaps a bit crowded. It will be interesting to see how VersionPress.com compares to and fits in with the competition.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 21:45:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: Remote Work Can’t Be Stopped\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47433\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://ma.tt/2017/06/remote-work-cant-be-stopped/\";s: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:489:\"<p>Christopher Mims writes for the Wall Street Journal <a href=\"https://www.wsj.com/articles/why-remote-work-cant-be-stopped-1496577602?mg=prod/accounts-wsj\">Why Remote Work Can&#8217;t Be Stopped</a>, also riffing off the <a href=\"https://ma.tt/2017/05/ibm-goes-non-remote/\">IBM shift I wrote about a few weeks ago</a>. I was exciting to see an <a href=\"https://automattic.com/\">Automattician</a> Julia featured at the top and a few other colleagues having their voice in the article.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 21:14:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WPTavern: WPForms Acquires WP Mail SMTP Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71426\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wptavern.com/wpforms-acquires-wp-mail-smtp-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4349:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/wpforms.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://wpforms.com/\" target=\"_blank\">WPForms</a>, founded by Syed Balkhi, has <a href=\"https://wpforms.com/welcoming-wp-mail-smtp-to-the-wpforms-family/\" target=\"_blank\">acquired the free WP Mail SMTP plugin</a> from WordPress plugin developer <a href=\"https://www.callum-macdonald.com/\" target=\"_blank\">Callum MacDonald</a>. <a href=\"https://wordpress.org/plugins/wp-mail-smtp/\" target=\"_blank\">WP Mail SMTP</a> has more than 600,000 active installs and WPForms will allow it to continue to operate as an independent plugin on WordPress.org. Balkhi said the plugin will become the company&#8217;s go-to recommendation on WPForms as well as WPBeginner.</p>\n<p>Email deliverability is a common problem for all types of WordPress websites, but it is the most frequent support issue for those using WPForms.</p>\n<p>&#8220;The number is only growing as Gmail, Yahoo, and others implement aggressive filters to reduce spam,&#8221; Balkhi said. &#8220;These spam filters look to see whether an email is originating from the location it claims to be originating from. This causes the emails sent from your WordPress site to either go in the spam folder or sometimes not be delivered at all! Having a proper SMTP solution significantly increases email deliverability. I believe that once we implement the new UX and workflow, this will significantly reduce our support load since this is the #1 issue our users deal with.&#8221;</p>\n<p>After a few months of email exchanges, Balkhi and Callum MacDonald reached an agreement for WPForms to purchase WP Mail SMTP. Balkhi would not disclose the exact financial details of the acquisition but said it was &#8220;a five-figure-deal because the plugin itself did not generate any revenue.&#8221;</p>\n<p>MacDonald had considered monetizing the plugin in the past but saw too many hurdles as he became less active in the WordPress space over the past few years.</p>\n<p>&#8220;There are a few recent developments around SMTP that mean the plugin could use an update,&#8221; MacDonald said. &#8220;I didn&#8217;t have the time, so it made sense to move on at this point. I went over [monetizing] it several times. My conclusion is that it&#8217;s a lot harder than it looks. If I was still active in the WordPress space, it would make more sense, but I&#8217;m not, so monetizing was going to be a long road and hard work. It made more sense to sell.&#8221;</p>\n<p>Balkhi said he approached MacDonald because email deliverability was a problem that he was looking to solve for WPForms users as well as the larger WPBeginner and WordPress community.</p>\n<p>&#8220;We didn&#8217;t want to build an add-on for WPForms because the problem isn&#8217;t unique to just us,&#8221; Balkhi said. &#8220;It affects every form plugin and basically every WordPress website that sends an email of any kind (forgot password, user registration, etc).&#8221;</p>\n<p>Last year Balkhi and his team acquired <a href=\"https://wptavern.com/syed-balkhi-acquires-google-analytics-by-yoast-renames-to-monsterinsights\" target=\"_blank\">Yoast&#8217;s Google Analytics and renamed it to MonsterInsights</a>. Over the past year the plugin has continued its growth from 10 million downloads at the time of acquisition to more than 16 million today.</p>\n<p>Balkhi reports that the MonsterInsights acquisition has been a success but the product was a very different type of acquisition from the one announced today. He said he has no plans to build an email deliverability service but rather wants to invest in a solution that will help his customers and others in the WordPress community.</p>\n<p>WP Mail SMTP plugin users can expect improvements to the plugin and a more &#8220;beginner-friendly&#8221; redesign, which Balkhi anticipates to release at the end of Q3 or Q4 of 2017.</p>\n<p>&#8220;In terms of growing our WPForms&#8217; user base through WP Mail SMTP, that&#8217;s not our primary goal,&#8221; Balkhi said. &#8220;Our top priority is to solve the email deliverability issue that our existing users and the larger WordPress community faces.&#8221; Balkhi said he hopes to leverage the 600,000+ user base to negotiate better deals with established email deliverability services.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 20:12:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: Cory Miller and Dr. Sherry Walling Launch ZenTribes an Entrepreneur Peer Group\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/cory-miller-and-dr-sherry-walling-launch-zentribes-an-entrepreneur-peer-group\";s: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:3202:\"<p>Being an entrepreneur can be stressful, emotional, and lonely, especially during a rough part of life. Cory Miller, founder of <a href=\"https://ithemes.com/\">iThemes</a>, has been at the forefront of <a href=\"https://wordpress.tv/2016/12/10/cory-miller-managing-your-iceberg/\">advocating</a> that entrepreneurs don&#8217;t have to go through the struggles of running a business alone.</p>\n<p>Two years after founding iThemes, Miller found himself going through a tough divorce at the same time his company started taking off.</p>\n<p>&#8220;Not many people in my life at that time could come close to relating to what I was going through as a human combined with being an entrepreneur,&#8221; Miller said.</p>\n<p>&#8220;I was suffering in solitude. And I was craving authentic relationships with like-minded people on a similar path who knew what living the entrepreneurial life — with its sometimes drastic ups and downs — meant and who were walking it every day, like me, and wanted to walk together with others too.&#8221;</p>\n<p>Miller eventually found himself in an <a href=\"http://corymiller.com/find-belonging-support-entrepreneurial-peer-group/\">entrepreneur peer group</a> in Oklahoma City, OK, where entrepreneurs meet once a month for three hours to discuss the trials and tribulations of running a business.</p>\n<p>Miller says the group is partially responsible for his good health and happiness as a business owner, father, husband, and human being.</p>\n<p>In an effort to create similar opportunities for other business owners, Miller has partnered with <a href=\"http://www.sherrywalling.com/\">Dr. Sherry Walling</a>, who has a PhD in Psychology, to launch <a href=\"http://zenfounder.com/zentribes/\">ZenTribes</a>.</p>\n<p>ZenTribes is a group of 6-9 like-minded entrepreneurs that get together once a month online to share stories, encouragement, and express support for one another. Walling and Miller are both members of the group and will be sharing their expertise with members.</p>\n<p>Meetings will take place every Wednesday from 1-2:30 PM Central Standard Time for eight weeks using <a href=\"https://zoom.us/\">Zoom</a>. The first meeting is on July 12th. The last meeting is on August 30th.</p>\n<p>The first 15 minutes of meetings will focus on a key topic with an hour set aside for discussions and sharing experiences related to that topic. The last 15 minutes are dedicated to sharing resources and giving attendees suggested homework.</p>\n<p>Some of the topics that will be discussed include:</p>\n<ul>\n<li>Burnout</li>\n<li>Depression</li>\n<li>Conflict</li>\n<li>Failure and loss</li>\n<li>Loneliness and friendship</li>\n</ul>\n<p>ZenTribes is <a href=\"http://zenfounder.com/zentribes/apply/\">accepting applications</a> for the first group of people until 1 PM CST June 15th. The cost to be a member of the group is $799. For more information about this initiative, <a href=\"http://zenfounder.com/episodes/episode-120-announcing-zentribes/\">listen to episode 120</a> of the ZenFounder podcast. In it, Miller and Sherry describe the program, why they created it, and how entrepreneurial groups can benefit business owners.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 17:35:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Safe Avocado-ing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2017/06/safe-avocado-ing/\";s: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:460:\"<p>I&#8217;m glad <a href=\"https://www.nytimes.com/2017/05/01/dining/avocado-injuries-cutting-safety.html?_r=2\">the New York Times is covering how to safely cut an avocado</a>, because I&#8217;ve messed that up 100% of the time I&#8217;ve tried to handle an avocado in the past month. It makes you almost want to forgive them for that <a href=\"https://www.eater.com/2017/3/14/14905200/pea-guacamole-controversy-melissa-clark\">green pea guacamole thing</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 04:07:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WordCamp Europe 2017 Livestream Tickets Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/wordcamp-europe-2017-livestream-tickets-now-available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1075:\"<p>WordCamp Europe will be livestreaming all sessions again this year to make the event accessible to those who are unable to travel to Paris. Live stream tickets are free, but viewers must sign up on the <a href=\"https://2017.europe.wordcamp.org/tickets/\" target=\"_blank\">tickets page</a>.</p>\n<p>Organizers have also set up a page on the event&#8217;s website for people to advertise for <a href=\"https://2017.europe.wordcamp.org/2017/06/02/got-a-wceu-ticket-to-sale-let-others-know/\" target=\"_blank\">buying or selling tickets</a>. Many who have already purchased regular tickets have had a last-minute change of plans, problems with obtaining a visa, or have an extra ticket due to being selected as a speaker or a volunteer. More than two dozen tickets have already been posted for sale.</p>\n<p>Regular ticket sales concluded at the end of May, but there are 2,915 livestreaming <a href=\"https://2017.europe.wordcamp.org/tickets/\" target=\"_blank\">tickets remaining</a>, along with 272 micro-sponsorship slots at € 150.00 apiece.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jun 2017 20:07:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: Vue.js Creator Evan You Weighs in on WordPress JavaScript Framework Discussion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71279\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wptavern.com/vue-js-creator-evan-you-weighs-in-on-wordpress-javascript-framework-discussion\";s: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:8193:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/evan-you.png?ssl=1\"><img /></a>photo credit: <a href=\"https://www.youtube.com/watch?v=EiTORdpGqns\">JSConf China</a>\n<p>Last week WordPress core contributors <a href=\"https://wptavern.com/wordpress-core-javascript-framework-debate-heats-up-contributors-narrow-discussion-to-react-vs-vue\" target=\"_blank\">narrowed their considerations for a new JavaScript framework to React and Vue</a>. As the core team has more collective knowledge of working with React, they have reached out to developers with different experiences of using other frameworks in a  WordPress context.</p>\n<p>One of the chief concerns contributors have regarding Vue is the longevity of the project. I asked Vue creator <a href=\"http://evanyou.me/\" target=\"_blank\">Evan You</a> if he could weigh in on the topic to give WordPress contributors a better understanding of the project, specifically regarding his efforts to cultivate additional maintainers to help share the load of maintainership.</p>\n<p>&#8220;I think it&#8217;s important to look at the track record &#8211; Vue has been around for almost 4 years, and all the work has been done in public on GitHub so anyone can go and check the maintenance history,&#8221; You said. &#8220;While it has been largely developed by me, the current maintenance is a lot more community-driven. We have active core team members triaging most of the issues and a larger and larger percentage of the issues fixed by community PRs. So &#8211; yes, I had already been working on cultivating additional maintainers and will continue to do so.&#8221;</p>\n<p>You currently receives <a href=\"https://www.patreon.com/evanyou\" target=\"_blank\">$10K/month from recurring Patreon donations</a> that fund his full-time efforts working on Vue. Prior to this he also worked at Google and Meteor. During his time at Google, some of the projects You worked on used Angular, which he said he found to be too heavy for his use cases at the time. He built Vue.js to be a more lightweight implementation of the concepts that he liked about Angular.</p>\n<p>You also recently said he has learned quite a bit from the React community, which has influenced some of his technical decisions in Vue 2.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I learned a lot from the React community &#8211; on both code and people. I hope everyone can be like <a href=\"https://twitter.com/dan_abramov\">@dan_abramov</a>. Peace.</p>\n<p>&mdash; Evan You (@youyuxi) <a href=\"https://twitter.com/youyuxi/status/869020366705799168\">May 29, 2017</a></p></blockquote>\n<p></p>\n<p>&#8220;First, Vue 2 uses the same Virtual DOM based rendering model underneath, which was first pioneered by React,&#8221; You said. &#8220;Introducing a Virtual DOM allowed Vue to expose the power of vdom composition while maintaining the approachability.</p>\n<p>&#8220;The React community is also very active when there are new problem domains being explored &#8211; e.g. state management and CSS management. There are many competing solutions and a lot of inspirations when I was implementing official solutions for Vue.&#8221;</p>\n<h3>Evan You Addresses WordPress Core Contributors&#8217; Misconceptions about Vue.js</h3>\n<p>You said he has been following WordPress contributors&#8217; discussions on React vs Vue but would not offer an opinion on which is a better choice for the project.</p>\n<p>&#8220;My answer would obviously be biased, and honestly I&#8217;m not in the shoes of the WP core team so I don&#8217;t have enough perspective to make a choice,&#8221; You said. &#8220;However, I can provide feedback on some of the issues being discussed in hope of helping them make a better-informed decision.&#8221;</p>\n<p>You left a <a href=\"https://make.wordpress.org/core/2017/05/31/javascript-chat-summary-for-may-30th/#comment-32642\" target=\"_blank\">comment</a> on the most recent Javascript meeting notes with clarifications on a few misunderstandings about Vue.js. You addressed the point regarding &#8220;embracing JavaScript the language,&#8221; as some contributors think Vue&#8217;s templating language obscures the underlying JavaScript.</p>\n<p>&#8220;I think &#8217;embracing JavaScript the language&#8217; is another primitive of React we don’t see in Vue,&#8221; Andrew Duthie <a href=\"https://wordpress.slack.com/archives/C02RQBWTW/p1496150274570299\" target=\"_blank\">said</a> during the last meeting.</p>\n<p>You&#8217;s reply compares Vue&#8217;s use of templates as &#8220;syntax sugar for view representation on top of HTML&#8221; to what he believes to be a similar usage in the case of JSX as view representation on top of JavaScript:</p>\n<blockquote><p>The increasing richness of UI does NOT necessitate putting everything in JavaScript. On the other hand, just because Vue uses templates by default doesn’t mean it allows people to get by without learning JavaScript properly.</p>\n<p>Vue’s templates are compiled into JavaScript render functions under the hood and they are actually closer to JavaScript than to traditional string templating. It’s just a layer of syntax sugar on top of the underlying Virtual DOM representation. Think of JSX as syntax sugar for view representation on top of JS; Vue templates are syntax sugar for view representation on top of HTML.</p>\n<p>JSX/Raw JS does provide more flexibility when you need to apply direct manipulation of Virtual DOM nodes, this is why Vue also supports render functions. But this is not putting two opposing paradigms under the same tent – it’s simply allowing the user to skip the syntax sugar layer for more control.</p></blockquote>\n<p>You said the idea behind templating on top of render functions is to provide &#8220;better approachability,&#8221; a concern shared by many other proponents of WordPress adopting Vue.</p>\n<p>&#8220;Users who are more comfortable with HTML and have simpler use cases could use the template, while users who are already familiar of JSX/render functions can leverage the full power of JS,&#8221; You said. &#8220;This would fit pretty nicely for the use of WP core: community users who care about approachability have an easier time getting started, while the core team have access to JSX/render functions for advanced use cases.&#8221;</p>\n<p>You also addressed the concern of longevity by offering more information on Vue&#8217;s development processes. He confirmed that the current codebase is largely developed by him alone, but maintenance is spread across a core team with members all over the world.</p>\n<p>&#8220;Other contributors have lower commit counts because their contributions are all submitted in the form of PRs and we use the &#8216;Squash and commit&#8217; feature on GitHub so each PR results in only one commit for the contributor,&#8221; You said. &#8220;We’ve merged close to 500 PRs in the core repo alone, and many more across the organization. Other repos under the vuejs organization, e.g. vuex, vue-router, vuejs.org are also largely maintained by dedicated team members.&#8221;</p>\n<p>You also offered clarification on questions of stability and future compatibility, as WordPress contributors presented concerns regarding breaking changes in the templating language in Vue 2.0.</p>\n<p>&#8220;This begs for some clarification: Vue versioning strictly follows semver,&#8221; You said. &#8220;The only time there had been breaking API changes post 1.0 was the 2.0 bump. The template syntax is part of the API so it’s not going to [break], and in between major version bumps we commit to 100% API backwards compatibility. We take stability very seriously, so do our community and in-production users, including GitLab, Vice, and some of the biggest internet companies in China.&#8221;</p>\n<p>As many WordPress core contributors have been developing on top of React for years, You&#8217;s input offers a more detailed, in-depth look at Vue that contributors have been asking for during various rounds of feedback. The discussion will continue over the next several weeks and contributors plan to include the topic at WordCamp Europe&#8217;s contributor summit.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jun 2017 18:04:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Open Sourcing Mental Illness Surpasses $50K Fundraising Goal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/open-sourcing-mental-illness-surpases-50k-fundraising-goal\";s: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:3035:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/mental-health-in-tech-2016.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://osmihelp.org/\" target=\"_blank\">Open Sourcing Mental Illness</a> (OSMI), a non-profit organization that raises mental health awareness in the tech community, has <a href=\"https://osmihelp.org/blog/fundraising-2017-recap\" target=\"_blank\">surpassed its $50K fundraising goal</a> for 2017. Ed Finkler, who founded OSMI in 2013, left his position as CTO of <a href=\"https://www.graphstory.com/\" target=\"_blank\">Graph Story</a> to work full-time on speaking, educating, and providing resources to support mental wellness in the tech and open source communities. As of today, the campaign has raised more than $58,000.</p>\n<p>In addition to donations from individuals, OSMI has added several corporate sponsors, including CakeDC, Github, Digital Ocean, and Laravel. CakeDC has designated $1,000/month for 12 months to support Finkler&#8217;s salary. Finkler works together with a board of directors and a team of volunteers who also speak at conferences about mental health in tech. Several WordPress companies have also been involved in raising support for OSMI, including <a href=\"https://www.youcaring.com/opensourcingmentalillness-704978\" target=\"_blank\">WebDevStudios</a> and <a href=\"https://wptavern.com/wp-elevation-is-focusing-all-content-on-mental-health-for-month-of-may\" target=\"_blank\">WP Elevation</a>.</p>\n<p>OSMI conducts an annual Mental Health in Tech survey as part of ongoing research. Last year&#8217;s survey received more than 1,500 responses and the results underscore the great need for removing the stigma surrounding mental illness in the tech industry. A few examples Finkler highlighted include:</p>\n<ul>\n<li>Respondents believe it&#8217;s 6 times more likely that discussing a mental health issue with their employer would have a negative consequence, vs a physical health issue.</li>\n<li>Respondents are 3.5 times less likely to bring up a mental health issue in an interview than a physical health issue.</li>\n<li>87% believe being identified as a person with a mental health issue would hurt their career.</li>\n<li>Only 30% of respondents&#8217; employers provide information about mental health and how to seek help.</li>\n</ul>\n<p>OSMI offers all of the resources it creates for free. The funds raised in the campaign will help to create more tools, documents, videos, and other educational resources. Finkler is working towards engaging with more HR departments and educating more executive teams. He also plans to use the funds to do more research and employ additional experts to reach more people.</p>\n<p>For more information about OSMI&#8217;s efforts to improve mental health in the tech industry, check out Jeff Chandler&#8217;s <a href=\"https://wptavern.com/wpweekly-episode-273-mental-health-awareness-with-bridget-willard-and-ed-finkler\" target=\"_blank\">recent interview with Finkler on the WP Weekly podcast</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Jun 2017 03:59:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 21\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=71142&preview=true&preview_id=71142\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/in-case-you-missed-it-issue-21\";s: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:6022:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Bob Dunn and Patrick Rauland Host Lift Off Summit</h2>\n<p><a href=\"https://bobwp.com\">Bob Dunn</a> and <a href=\"https://www.speakinginbytes.com/\">Patrick Rauland</a> have partnered up for <a href=\"https://www.liftoffsummit.com/\">Lift Off Summit</a>. Between June 19-23, visitors will be able to watch 3-4 videos per day focused on getting more traffic, increasing social interactions, and keeping customers to their online stores. The virtual conference is free to watch.</p>\n<h2>The Evolution of WordPress Magazine Themes</h2>\n<p>Alex Denning takes a look back at the <a href=\"http://www.wpzoom.com/case-studies/magazine-themes-whats-next/\">evolution of WordPress magazine themes</a> over the last 10 years and offers insights into what might be next for the style.</p>\n<p>WordPress magazine themes were a huge deal between 2009-2011. Brian Gardner was able to create a profitable business with a single magazine style theme called Revolution, one of the first themes to display content in ways different from the typical single column blog layout.</p>\n<p>Magazine themes are a great chapter of WordPress&#8217; history. Their popularity is why WordPress has featured images and automatic thumbnail generation in core.</p>\n<h2>Highlights From Season Four of ManageWP&#8217;s Ask Me Anything</h2>\n<p>ManageWP <a href=\"https://managewp.com/ama-season-4-highlights\">published highlights</a> from season four of Ask Me Anything, a weekly event where members of the WordPress community voluntarily answer any questions submitted.</p>\n<h2>WordPress 4.8 Field Guide</h2>\n<p>Everything you need to know to prepare for WordPress 4.8, tentatively scheduled for release on June 8th, is in <a href=\"https://make.wordpress.org/core/2017/05/26/wordpress-4-8-field-guide/\">the field guide</a>.</p>\n<h2>Take the WPCampus WordPress in Higher Education Survey</h2>\n<p>WPCampus is once again asking for those who work with WordPress in educational settings to fill out the <a href=\"https://www.surveymonkey.com/r/wpcampus17\">following survey</a>. This year, three randomly selected participants will receive a free ticket to attend WPCampus in Buffalo, NY, July 14-15.</p>\n<p>The data will be used to create a series of reports on how WordPress is used in public schools and higher education. <a href=\"https://wptavern.com/wpcampus-survey-results-indicate-misconceptions-of-wordpress-are-slowing-its-growth-in-higher-education\">Last year&#8217;s survey</a> indicated that misconceptions surrounding WordPress security and scalability are slowing its growth in higher education.</p>\n<h2>A Plugin for Monitoring Directory Sizes</h2>\n<p>David Bisset shared a dashboard widget that displays the sizes of directories.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">WordPress dashboard widget that displays directory sizes, in case you need to keep an eye on that for some reason. <a href=\"https://t.co/eWu6cxtze7\">https://t.co/eWu6cxtze7</a> <a href=\"https://t.co/bPOgXVkwvL\">pic.twitter.com/bPOgXVkwvL</a></p>\n<p>&mdash; David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/870081713036181504\">June 1, 2017</a></p></blockquote>\n<p></p>\n<h2>Stop Signup Spam Integrates with GiveWP</h2>\n<p><a href=\"https://wordpress.org/plugins/stop-signup-spam/\">Stop Signup Spam</a>, a plugin we <a href=\"https://wptavern.com/new-wordpress-plugin-blocks-spam-user-registrations-using-stop-forum-spam-database\">featured last month</a> now integrates with GiveWP.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">My \"Stop Signup Spam\" plugin now integrates with <a href=\"https://twitter.com/GiveWP\">@GiveWP</a>, thanks to a contribution from <a href=\"https://twitter.com/learnwithmattc\">@learnwithmattc</a>! <a href=\"https://t.co/hmHBxxKEki\">https://t.co/hmHBxxKEki</a></p>\n<p>&mdash; Leland Fiegel (@lelandf) <a href=\"https://twitter.com/lelandf/status/869976727912579073\">May 31, 2017</a></p></blockquote>\n<p></p>\n<h2>LED WordPress Badge</h2>\n<p>George Stephanis unveiled his wifi-enabled light up WordPress badge on Twitter. He ordered the parts and soldered them together himself. You&#8217;ll get to see it in person if you&#8217;re attending <a href=\"https://2017.kyoto.wordcamp.org/\">WordCamp Kyoto</a>.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">IT IS ALIIIIIIIVE! I\'ll be debuting my shiny new (wifi-enabled, esp-8266 powered) WordPress badge in ONE MONTH at <a href=\"https://twitter.com/wckyoto2017\">@wckyoto2017</a>! <a href=\"https://t.co/P7WZmQUf9z\">pic.twitter.com/P7WZmQUf9z</a></p>\n<p>&mdash; george stephanis (@daljo628) <a href=\"https://twitter.com/daljo628/status/869653149245747201\">May 30, 2017</a></p></blockquote>\n<p></p>\n<h2>Wabster!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don&#8217;t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. This week&#8217;s edition features a variation of the Wapuu design. <a href=\"https://wapu.us/wapuu/wabster/\">Wabster</a>, created by Alison Knott, is the <a href=\"https://2017.halifax.wordcamp.org/2017/04/05/welcome-lobster-wapuu-wordcamp-halifaxs-official-mascot/\">mascot of WordCamp Halifax</a>.</p>\n<p><img /></p>\n<p>That&#8217;s it for issue twenty-one. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Jun 2017 20:23:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Chassis Desktop Application for Local WordPress Development Now in Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71126\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/chassis-desktop-application-for-local-wordpress-development-now-in-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2112:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/chassis-desktop.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a> has released its first public beta of <a href=\"http://beta.chassis.io/\" target=\"_blank\">Chassis Desktop</a>, an application for local WordPress development. <a href=\"https://github.com/Chassis/Chassis/\" target=\"_blank\">Chassis</a> is a Vagrant-based virtual server and a community project that Human Made has commercially supported since 2012. The new desktop app is in early beta at version 0.2.0 with version 1.0.0 coming soon.</p>\n<p>Chassis Desktop was designed with a user-friendly interface suitable for beginners and experts alike. It was built by Bronson Quick and Ryan McCue using <a href=\"http://electron.atom.io/\" target=\"_blank\">Electron</a> and contains code from the <a href=\"https://github.com/facebookincubator/create-react-app\" target=\"_blank\">create-react-app</a> project.</p>\n<p>On first launch the app makes sure that Vagrant and VirtualBox are installed and then guides the user to create a new box. Setting up a new Chassis install or adding Chassis to an existing install is fast and easy with the simple UI. The app also includes keyboard navigation and a built-in terminal for quick access to more control over your box.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/add-new-box.png?ssl=1\"><img /></a></p>\n<p>Over the years Chassis contributors have created an ecosystem of <a href=\"http://beta.chassis.io/extensions/\" target=\"_blank\">extensions</a> for things like MailHog, Photon, Memcache, debugging, and other software. These add-ons allow users to tailor their systems to their needs.</p>\n<p>Chassis Desktop aims to make it easy for users to manager their Chassis development environments without having to touch the command line. As it is currently in pre-release status, early adopters may discover some bugs. Beta testers are encouraged to <a href=\"https://github.com/Chassis/Desktop/issues\" target=\"_blank\">log any issues on GitHub</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Jun 2017 03:24:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Dev Blog: WordPress 4.8 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4765\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/06/wordpress-4-8-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1160:\"<p>The second release candidate for WordPress 4.8 is now available.</p>\n<p>To test WordPress 4.8, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.8-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=40866&stop_rev=40847\">a handful of changes</a> since releasing RC 1 last week. For more details about what&#8217;s new in version 4.8, check out the <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-release-candidate/\">RC1</a> blog posts.</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>Happy testing!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jun 2017 22:13:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Inpsyde Open Sources Wonolog, a Monolog-based Logging Package for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71109\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/inpsyde-open-sources-wonolog-a-monolog-based-logging-package-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1721:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/wonolog.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://inpsyde.com\" target=\"_blank\">Inpsyde</a>, a WordPress agency and WordPress.com VIP partner based in Germany, has open sourced <a href=\"https://inpsyde.com/en/wonolog-wordpress-logging-library/\" target=\"_blank\">Wonolog</a>, a package that integrates Monolog for sophisticated WordPress data logging. <a href=\"https://seldaek.github.io/monolog/\" target=\"_blank\">Monolog</a> is the most widely used PHP logging library with more than 57 million downloads to date.</p>\n<p>Wonolog automatically creates logs that target specific WordPress requests and can be customized with action and filter hooks. Here are a few examples of WordPress data it can log:</p>\n<ul>\n<li>Log any failed logins</li>\n<li>Keep track of all WordPress cron requests</li>\n<li>Intercept the WordPress-specific exit function, wp_die(), and log any (direct or indirect) usage</li>\n<li>PHP core notices, warnings and (fatal) errors, uncaught exceptions (as well as PHP 7+ Throwable)</li>\n<li>WordPress core errors such as database errors, HTTP API errors, wp_mail() errors, and 404 errors</li>\n</ul>\n<p>Wonolog is available as a Composer package and its creators recommend installing at the website level. Inpsyde has been using it successfully in production with different projects for several months. Wonolog requires PHP 5.6 or higher and WordPress 4.6+. A <a href=\"https://inpsyde.github.io/Wonolog/\" target=\"_blank\">documentation site</a> is available to help new users get started and the project can be found on <a href=\"https://github.com/inpsyde/Wonolog\" target=\"_blank\">GitHub</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jun 2017 20:54:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WPWeekly Episode 275 – The JavaScript Framework Rabbit Hole\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=71102&preview=true&preview_id=71102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/wpweekly-episode-275-the-javascript-framework-rabbit-hole\";s: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:2549:\"<p>In this episode, <a href=\"http://jjj.me/\">John James Jacoby</a> and I celebrate WordPress&#8217; 14th birthday. We discuss the removal of HHVM from WordPress&#8217; testing infrastructure and how it was likely the reason PHP 7 gained so many performance improvements.</p>\n<p>For a majority of the show, Jacoby and I spoke in-depth on which JavaScript framework WordPress core should choose. We discuss what&#8217;s at stake, who might be impacted, and why the discussion and eventual decision is important for WordPress&#8217; future. To round out the show, we share our picks of the week and let you know about <a href=\"https://central.wordcamp.org/\">upcoming WordCamps</a>.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://ma.tt/2017/05/wordpress-14/\">WordPress Turns 14</a><br />\n<a href=\"https://wptavern.com/wordpress-removes-hhvm-from-testing-infrastructure\">WordPress Removes HHVM from Testing Infrastructure</a><br />\n<a href=\"https://wptavern.com/wordpress-core-javascript-framework-debate-heats-up-contributors-narrow-discussion-to-react-vs-vue\">WordPress Core JavaScript Framework Debate Heats Up, Contributors Narrow Discussion to React vs. Vue</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wapu.us/\">Wapu.us</a>, created by James Tryon, is a place to discover and learn about Wapuu, the unofficial mascot of the WordPress project.</p>\n<p><a href=\"https://github.com/humanmade/Cavalcade\">Cavalcade</a> is a scalable job system, designed as a drop-in replacement for WordPress’ built-in pseudo-cron system <a href=\"https://engineering.hmn.md/projects/cavalcade/\">created by Human Made</a>.</p>\n<p><a href=\"https://givewp.com/\">Give</a> is a free WordPress donation management plugin by <a href=\"https://wordimpress.com/\">WordImpress.</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 7th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener noreferrer\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener noreferrer\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener noreferrer\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #275:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jun 2017 01:09:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: WP-CLI 1.2.0 Released, Project Unveils New Logo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71086\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wp-cli-1-2-0-released-project-unveils-new-logo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3398:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/05/wp-cli-logo.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://make.wordpress.org/cli/2017/05/31/version-1-2-0-released/\" target=\"_blank\">WP-CLI 1.2.0</a> was released today with a major overhaul that removes bundled commands from core in favor of maintaining them in distinct packages. This is the second release since the project was <a href=\"https://wptavern.com/wp-cli-gets-official-wordpress-org-support\" target=\"_blank\">brought under the official WordPress umbrella</a> and the first major release since <a href=\"https://wptavern.com/wp-cli-names-alain-schlesser-new-co-maintainer\" target=\"_blank\">hiring Alain Schlesser as a part-time co-maintainer</a>.</p>\n<p>Splitting WP-CLI&#8217;s internal commands into separate packages moves the project closer to the goal of having official maintainers for the commands in the future. This new structure for the framework and its commands provides several benefits, as outlined by co-maintainer Daniel Bachhuber in the release post:</p>\n<ul>\n<li>While developing, the tests are only run for the specific component you’re working on, making the feedback loop much shorter.</li>\n<li>Individual command packages can be controlled and set up independently, opening up the opportunity for better collaboration.</li>\n<li>Hotfixes and intermediary releases can be published for individual commands, that can then be updated through the built-in package manager.</li>\n<li>Tests run really fast now.</li>\n<li>When you submit a pull request, you don’t have to wait two hours for the tests to run.</li>\n</ul>\n<p>This release also includes three new commands, along with dozens of command improvements and framework enhancements.</p>\n<ul>\n<li><code>wp config get</code> lists constants and globals defined in wp-config.php</li>\n<li><code>wp config path</code> gets the path to wp-config.php</li>\n<li><code>wp db size</code> gets the size of the database and its tables</li>\n</ul>\n<p>Version 1.2.0 had 43 contributors, a 95% increase in contributors from the previous release. One of the next priorities for maintainers is to improve the contribution workflow. Bachhuber said there are no plans at the moment to bring on additional paid co-maintainers, but they plan to start onboarding more volunteer committers. These are developers who are involved with the project on a regular basis but not necessarily daily or weekly. They have also created a <a href=\"https://make.wordpress.org/cli/good-first-issues/\" target=\"_blank\">Good First Issues page</a> for new contributors and have started working on a <a href=\"https://make.wordpress.org/cli/dash/\" target=\"_blank\">customized dashboard for committers</a>.</p>\n<h3>WP-CLI Has a New Logo</h3>\n<p>Bachhuber introduced the project&#8217;s new logo today, designed by Chris Wallace and his team at <a href=\"https://liftux.com/\" target=\"_blank\">Lift UX</a>. Having an official logo opens up the possibility for WP-CLI swag. Bachhuber said he worked with contributors to create a logo, because &#8220;people can develop stronger emotional affinity to brands with logos (myself included).&#8221; He is also interested in getting stickers created, particularly ones that glow in the dark, but has not yet found a producer. Bachhuber said he is hoping to have some preliminary WP-CLI swag for WordCamp Europe.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jun 2017 00:17:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: Pods 2.7 Beta Introduces Flexible Relationships, Rewrites Fields in JavaScript\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71009\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/pods-2-7-beta-introduces-flexible-relationships-rewrites-fields-in-javascript\";s: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:2272:\"<p>Pods Framework has released two new versions. <a href=\"http://pods.io/2017/05/30/pods-2-6-9-maintenance-release/\">Pods 2.6.9</a> is a maintenance release that includes bug fixes for Pods Templates, Auto Templates, and Pods Shortcodes. Meanwhile, <a href=\"http://pods.io/2017/05/30/pods-2-7-beta/\">Pods 2.7 beta 1</a> introduces a new feature called Flexible Relationships.</p>\n<p>Flexible Relationships uses WordPress&#8217; media modal that allows users to add or edit records from within the parent record of a relationship. This feature will work on existing relationships once users upgrade to 2.7. Watch the following video to see Flexible Relationships in action.</p>\n<div class=\"embed-wrap\"></div>\n<p>In addition to providing Flexible Relationships, the fields were rewritten in JavaScript by Phil Lewis, Contributing Developer to Pods Framework.</p>\n<p>&#8220;Phil Lewis of our team rewrote our file upload and relationship fields in what we&#8217;re calling Dynamic Field Views which will allow us to convert all of our field types to be JavaScript powered,&#8221; <a href=\"https://scottkclark.com/\">Scott Kingsley Clark</a>, lead developer of <a href=\"http://pods.io/\">Pods Framework</a> said.</p>\n<p>&#8220;The JavaScripts frameworks behind it are Marionette + Backbone. We wrote it with React in mind so we can convert it over whenever React.js is included in core and things settle there&#8221;</p>\n<p>The development team is asking for as many users as possible to test Flexible Relationships on a staging or testing site so issues can be addressed before its release, tentatively scheduled for the middle of July. Those interested in testing can download the <a href=\"https://github.com/pods-framework/pods/archive/release/2.7.zip\">beta from Pods&#8217; GitHub repository</a>.</p>\n<p>Testers are encouraged to download the <a href=\"https://github.com/afragen/github-updater\">GitHub Updater</a> plugin, created by Andy Fragen, as it makes it easier to download updates from GitHub. If you participate in the testing process, be sure to add &#8216;2.7&#8217; to any feature, enhancement requests, or bugs that you find when <a href=\"https://github.com/pods-framework/pods/issues/new\">creating a new issue</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 May 2017 20:37:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: GitHub Introduces Temporary Interaction Limits to Promote Healthier Discussions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71072\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/github-introduces-temporary-interaction-limits-to-promote-healthier-discussions\";s: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:5118:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?ssl=1\"><img /></a></p>\n<p>GitHub is continuing to make good on its promise to <a href=\"https://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\" target=\"_blank\">improve the platform for open source maintainers and communities</a> with its new <a href=\"https://github.com/blog/2370-temporary-interaction-limits\" target=\"_blank\">temporary interaction limits</a>. The feature was introduced this week as a way for project maintainers to manage participation in heated discussions.</p>\n<p>Public repositories, especially those for projects with millions of users, can occasionally have issues or pull requests that become overrun with comments from anyone who has an opinion. Repository owners can now set a 24-hour &#8220;cool down period&#8221; to limit interaction (commenting, creating pull requests, and opening issues) to existing users, prior contributors, and/or repository collaborators.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/05/temporary-interaction-limits.png?ssl=1\"><img /></a></p>\n<p>Temporary Interaction Limits can help mitigate the effects of &#8220;brigading,&#8221; <a href=\"https://news.ycombinator.com/item?id=14447705\" target=\"_blank\">as one Hacker News commenter called it</a> &#8211; when someone directs a large number of people to an issue from Twitter, Reddit, or other social channels in an attempt to influence the outcome of a discussion. Limiting the discussion to prior contributors or collaborators can help keep input focused around the ideas of those who are already invested in the project.</p>\n<p>Reactions to the new feature have been mostly positive, although some users don&#8217;t anticipate using it much since <a href=\"https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments\" target=\"_blank\">GitHub added emoji reactions to conversations</a> last year. In addition to keeping threads from becoming unreadable with numerous +1&#8217;s, emoji reactions as an option for expression should help limit interactions from those prone to &#8220;drive-by&#8221; commenting.</p>\n<p>A curated repository of &#8220;<a href=\"https://github.com/nikolas/github-drama\" target=\"_blank\">GitHub Drama</a>,&#8221; which includes projects like Bower, Docker, Django, and NodeJS, lists many instances wherein temporarily limiting interaction may have changed the overall tone of the discourse. However, some users questioned the feature&#8217;s usefulness in responses on Twitter and some see it as a way of purposely cutting outside voices out of the conversation.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">So many of us are curious: when would we use this? Locking down an entire repo to calm a single conversation is drastic overkill…</p>\n<p>&mdash; Nick Craver (@Nick_Craver) <a href=\"https://twitter.com/Nick_Craver/status/869661854917939202\">May 30, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Nothing settles a technical discussion faster than the in-group forcibly silencing the out-group</p>\n<p>&mdash; Lee Clemens (@LeeClemens) <a href=\"https://twitter.com/LeeClemens/status/869670471561875456\">May 30, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I don\'t know about the value of this feature regarding open source collaboration, but I\'d love to have this capability in my email system</p>\n<p>&mdash; Brian Mitchell (@DrBrianMitchell) <a href=\"https://twitter.com/DrBrianMitchell/status/869726709007998977\">May 31, 2017</a></p></blockquote>\n<p></p>\n<p>In order for temporary interaction limiting to be useful to projects where locking down the whole repository would be too drastic of a measure, GitHub would need to extend it to include the ability to lock down individual issues and pull requests. Some users have also requested a convenient way for repository members to warn an individual without spamming the entire thread or to put specific users in a cool down period.</p>\n<p>&#8220;If it&#8217;s a legit heated discussion and you limit it, then you&#8217;re just [going] to come back in 24 hours to very long, impossible-to-follow responses,&#8221; Kris Siegel, Senior Engineer at PlayStation, <a href=\"https://news.ycombinator.com/item?id=14448871\" target=\"_blank\">commented</a> on the related Hacker News thread. &#8220;At least this has been my experience when people have left things to cool down them come back and need to respond to everything.&#8221;</p>\n<p>GitHub is aiming to promote healthier discussions with the new interaction limiting feature, but every project&#8217;s community is unique and maintainers may not be able to predict user reactions to locking down an entire repository. If the feature is turned on when a new user is attempting to create their first pull request, it may hinder future contribution.  Open source project maintainers should carefully consider the effects of silencing non-contributors when using the feature.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 May 2017 20:35:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"HeroPress: Building A WordPress Career in India\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1874\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"https://heropress.com/essays/building-wordpress-career-india/?utm_source=rss&utm_medium=rss&utm_campaign=building-wordpress-career-india\";s: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:10728:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/05/053117-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Give your children the room to grow.\" /><p>6 years back, I’d have never thought I would be where I am right now. At that time, I was a 12-year-old wondering how softwares were made. Despite the fact that I was born in a middle-class Indian family, my parents never forced me to opt for something I wasn’t interested in. Unlike other middle-class Indian children, the bar of expectations wasn’t set that high and I think it turned out to be for the best.</p>\n<p>My parents always supported me and constantly motivated me to learn whatever I liked. Eventually, from wondering about how software was made, I started wondering same about websites. For some reason, I felt more interested in websites than software. For starters, I felt coding in HTML was easier than working with C/C++</p>\n<p>Now that I’ve bored you already, let’s get to know each other too. I am <a href=\"http://technobooz.com\" target=\"_blank\" rel=\"noopener noreferrer\">Suyogya Shukla</a>, a WordPress developer from Kanpur, India. I work with <a href=\"https://themeisle.com\" target=\"_blank\" rel=\"noopener noreferrer\">ThemeIsle</a> as a Support Ninja where I make sure our users are always happy with our products. Let’s go ahead now.</p>\n<h3>The Journey</h3>\n<p>At the age of 12; still in class 6th, I started to learn about web coding. I started with HTML and learned how to make a really basic webpage. After understanding the basic concepts I wanted to start making a website already. I went ahead and googled &#8211; “How to make a free website” and the webs.com&#8217;s listing lead the page. I immediately clicked on it and started playing around, until I realized that it was WYSIWYG editor and it wasn’t possible for me to customize it a lot (Not that I knew how to!)</p>\n<p>At this time I had no idea about domain names and hosting. I researched some more and was introduced to the process of putting your website online, but it cost money! I decided to make a small website locally and then show it to my dad hoping he’d be impressed and provide me with the money I needed to put it online. While learning HTML, I came across this cool language called  “CSS” which would apparently make a website look and work better.</p>\n<p>Next thing you know, I was all over w3schools.com and YouTube watching videos about CSS, playing with the examples and much more. It took me a good 2 weeks to understand the basic concepts. I could finally change fonts, play with colors and do a lot more! While I liked how I had more control when I coded my own website, I still missed the easy content management webs.com and other WYSIWYG tools offered. This had me thinking again. What free software can I use to have the same level of control over my website but is just as easy to use when it comes to content management? This, in turn, initiated another research and I was finally introduced to this awesome software which went by the name of “WordPress”!</p>\n<p>Over the years I would work on a lot of WordPress based websites and continue to learn more about it every day. I worked for various small design agencies, as a freelancer and a lot more until one fine day in 2016 when I saw a “hiring” notice on <a href=\"https://themeisle.com\" target=\"_blank\" rel=\"noopener noreferrer\">ThemeIsle&#8217;s</a> website and decided to give it a shot. After an initial trial period of some 2 weeks, I was hired. I worked part-time (three hours/day, to be exact) for a year because I had school. Two months back, I started working full time. I work with the support and development team (more involved in support as of now, but I eventually want to get into full-time development) where I continue to learn new things every day.</p>\n<h3>It’s a Real Career Option!</h3>\n<p>For everyone who thinks WordPress is just a blogging tool, you’re wrong! Sure, it’s a blogging tool but it is used for so much more. It’s a real career option with a lot of room for growth. Given you are passionate about WordPress and the technologies used in it, you’d be able to find a job easily.</p>\n<blockquote><p>The best thing about the WordPress ecosystem is the people. They’re just so nice!</p></blockquote>\n<p>WordPress ecosystem is indeed competitive like any other but in the best way possible. Even if you’re another company wanting to know how some other company manages things or what technologies they use, they won’t hesitate to tell you about it. Almost all of the WordPress enthusiasts go to WordCamps where they meet new people and share knowledge.</p>\n<p>Another good thing about choosing WordPress as a career? The flexibility. A large part of the people who work on WordPress, do it remotely. The company WordPress.com, Automattic, is a completely distributed team with people working from different parts of the world. Want even more reasons to choose WordPress? The earning potential. Companies in the WordPress ecosystem are known to pay generously and the best part? You get to work with the folks who are just as passionate about WordPress as you are.</p>\n<h3>Engineering isn’t the only way to go</h3>\n<p>This is for all the Indian parents who are pushing their children to join coachings for IIT and other examinations right now, without their children wanting to &#8211; DON’T. Engineering isn’t the only way one can get a job. Sure, there’s nothing wrong with it but forcing your children to do it because you think there’s no other way? That isn’t right.</p>\n<p>Introduce your children to WordPress, introduce them to the world of web programming and see if they like it. Why not promote them to do something they like than to burden them with the weight of engineering when they don’t like it?</p>\n<blockquote><p>For all I know if my parents had forced me into engineering I would’ve missed out on everything. Give your children the room to grow.</p></blockquote>\n<p>Make them learn new things, introduce them to WordPress and all other cool things ( not just tech related! ) and leave it up to them to choose a career path <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<h3>Working Remotely Is Fun</h3>\n<p>Let’s talk about working remotely now. It’s fun. You don’t have to wear a suit or any kind of uniform. You get to work in your PJs. Does it get any better than that? Oh wait, it does. You get to choose your working hours. You can decide to work 3hrs in morning and 3hrs at night or you can work 6hours at a stretch. Fellow night crawler? You can work at night. Apart from that, it gives you a lot of freedom. You can work from wherever you want. You can go to a beach and work. You can work while traveling, basically, you can decide to work from anywhere, anytime! It’s all up to you.</p>\n<p>Flexible working hours allow me to concentrate on learning new things on a personal level and maintain a healthy Work/ Life balance. But over time, you might get bored working from home. ( Not sure about you but it did happen with me! )</p>\n<blockquote><p>My two cents? Take some time out and go vacationing.</p></blockquote>\n<p>Join a co-working space and see if that helps. All in all, I love having the freedom to work from anywhere and the best part still remains that I can work while wearing my PJs.</p>\n<h3>What’s Next?</h3>\n<p>Let me put it this way; I love WordPress. I have been doing some UI/UX work for a while now and I liked it. I am planning to learn more about it while learning more about WordPress development in parallel. For now, I am starting a small WordPress studio, <a href=\"http://madewithwp.com\" target=\"_blank\" rel=\"noopener noreferrer\">Made With WP</a>, with my friends (and colleagues) &#8211; Hardeep and Rohit. <a href=\"https://heropress.com/essays/be-your-own-teacher/\">You might remember Hardeep talking about it in his essay</a>. It’s the same project. I am working on my first WordPress theme and hope to see it in the theme directory soon. I am pretty good with HTML, CSS and comfortable with JS and PHP and I plan to learn more about them.</p>\n<p>Apart from that, I am the co-organizer of <a href=\"https://2017.kanpur.wordcamp.org\" target=\"_blank\" rel=\"noopener noreferrer\">WordCamp Kanpur</a>. I have been to two WordCamps so far and run an active meetup in my hometown, Kanpur. I gave my 12th exams this year and I plan to study more about new things as much as I can. Also, I am 18 years old as I write this.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Building A WordPress Career in India\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Building%20A%20WordPress%20Career%20in%20India&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbuilding-wordpress-career-india%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Building A WordPress Career in India\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fbuilding-wordpress-career-india%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbuilding-wordpress-career-india%2F&title=Building+A+WordPress+Career+in+India\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Building A WordPress Career in India\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/building-wordpress-career-india/&media=https://heropress.com/wp-content/uploads/2017/05/053117-150x150.jpg&description=Building A WordPress Career in India\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Building A WordPress Career in India\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/building-wordpress-career-india/\" title=\"Building A WordPress Career in India\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/building-wordpress-career-india/\">Building A WordPress Career in India</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 May 2017 12:00:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Suyogya Shukla\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: WordPress Core JavaScript Framework Debate Heats Up, Contributors Narrow Discussion to React vs. Vue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=70985\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://wptavern.com/wordpress-core-javascript-framework-debate-heats-up-contributors-narrow-discussion-to-react-vs-vue\";s: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:10702:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/05/lego.jpg?ssl=1\"><img /></a>photo credit: oskay <a href=\"http://www.flickr.com/photos/17425845@N00/2156889157\">Small Parts</a> &#8211; <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>WordPress core contributors met this morning to continue the discussion on selecting a new JavaScript framework for use with new core features. The discussion on the Make/Core <a href=\"https://make.wordpress.org/core/2017/05/24/javascript-chat-summary-for-may-23rd/\" target=\"_blank\">post</a> intensified over the weekend with more Vue.js proponents commenting to add their thoughts.</p>\n<p>Adam Silverstein and Andrew Duthie facilitated this morning&#8217;s meeting and began by opening up the discussion to include other frameworks such as Preact, Angular, and Ember. However, the discussion quickly narrowed to React vs Vue.</p>\n<p>Silverstein encouraged participants to remember that the new framework is for use with new features such as the new editor and that they will continue to use Backbone when it is the right tool, as well as in existing JavaScript. He also emphasized that the discussion pertains to a framework for core and developers are free to use whatever framework they choose to build plugins or themes.</p>\n<h3>Vue.js Proponents Consider &#8220;Ease of Learning&#8221; an Important Factor in Selecting a New Framework</h3>\n<p>Ease of learning is not among the criteria contributors identified for selecting a new framework, but it is one of the major concerns for Vue.js proponents.</p>\n<p>&#8220;Vue can do everything that React can do and is much more approachable,&#8221; Justin Kopepasah said. &#8220;There is a huge adoption of Vue and growth does not show any signs of stopping. Some of the top open source frameworks have adopted Vue and it is used by the top three tech companies in China (including Alibaba). While I do agree that React is a good choice as well, it is not highly approachable by new developers and has Facebook behind it which can be very alarming for people in many ways (not just tech).&#8221;</p>\n<p>Justin Tadlock, a core contributor whose code and tutorials have assisted many developers learning WordPress, shared similar thoughts over the weekend on the Mare/Core post:</p>\n<blockquote><p>I’ve tried React on a few occasions. Even with over 10 years of programming experience, it was tough to grok for me. I can’t imagine trying to learn it as someone new to WP development.</p>\n<p>Vue is dead simple to start learning. I had a small app up and going in minutes. In a couple of hours, I was building some cool, form-related stuff without the docs.</p>\n<p>If it were entirely up to me, I’d push for WP to build its own JS framework that solves the problems specific to WordPress. But, if we’re going to choose an existing framework, go with Vue.</p></blockquote>\n<p>Matias Ventura, an Automattic engineer and contributor on both the <a href=\"https://github.com/Automattic/wp-calypso\" target=\"_blank\">Calypso</a> and <a href=\"https://github.com/WordPress/gutenberg/\" target=\"_blank\">Gutenberg</a> projects, is a proponent of WordPress adopting React. He contends that considering which is easier to learn is the wrong focus for determining what WordPress&#8217; future interfaces will need.</p>\n<p>&#8220;In my opinion, instead of &#8216;easier to get started,&#8217; we need to look at robust programming paradigms and an expressive approach to coding interfaces,&#8221; Ventura said. &#8220;This is what I fundamentally take from Matt’s &#8216;learn JavaScript deeply&#8217; &#8211; the corollary being that WordPress becomes a platform for teaching JavaScript to new programmers, and we need to take that seriously, not just as a convenience to us in the short term.&#8221;</p>\n<p>Ventura also noted that WordPress has historically not been successful in attracting JavaScript developers and the JS interfaces in core lack contributors when compared to the PHP side.</p>\n<p>&#8220;We have an opportunity to make WordPress development more appealing to a newer generation of developers that learned how to code through JavaScript,&#8221; Ventura said. He encouraged other participants to examine the kinds of interfaces that WordPress needs to modernize and select the best framework for handling them in core.</p>\n<p>&#8220;The &#8216;easier to get started&#8217; [argument] seems a bit fallacious to me,&#8221; Ventura said. &#8220;Easier to whom? At what cost to properly learning JavaScript? The demands of rich interfaces in web applications require a deeper understanding of the technologies used. That’s not something we can avoid. JavaScript cannot be seen as mere progressive enhancement anymore as it is the language in which modern interfaces are expressed.&#8221;</p>\n<h3>Contributors are Concerned about React being Backed by Facebook</h3>\n<p>At the moment, React is more established and more widely adopted than Vue, but contributors are concerned about the framework being backed and licensed by Facebook. In addition to concerns over the interpretation of React&#8217;s additional <a href=\"https://wptavern.com/automattic-will-continue-to-use-react-js-in-calypso-despite-patent-clause\" target=\"_blank\">patent grant</a>, the company has been the source of numerous controversies regarding censorship, data mining, and privacy, among other issues. Opponents don&#8217;t want to see WordPress hitch its wagon to Facebook by using React in core.</p>\n<p>&#8220;The adoption of React is much more than adding a library to WordPress: it is adding the culture, business practices, and code base led by a tech giant,&#8221; Justin Kopepasah <a href=\"https://make.wordpress.org/core/2017/05/24/javascript-chat-summary-for-may-23rd/#comment-32557\" target=\"_blank\">said</a>. &#8220;If we include React in Core, in a way we are asking users (from single site owners to enterprise) to accept Facebook has a key role in the future of WordPress. I have little doubt this will cause pause for some companies considering to adopt WordPress.&#8221;</p>\n<p>However, other contributors have concerns about Vue.js&#8217; longevity, because it&#8217;s so heavily dependent on its creator Evan You. You <a href=\"https://www.patreon.com/evanyou\" target=\"_blank\">funds his efforts on Patreon</a> but the project doesn&#8217;t have any major corporate backing.</p>\n<p>&#8220;I&#8217;m uncomfortable relying on a project run by a single person that could disappear,&#8221; React proponent and WP REST API co-lead Ryan McCue said. &#8220;Being run by a corporation with a stake in the game means long-term support and relative stability.&#8221; McCue also noted that React has a &#8220;a massive community of teaching and support out there for people learning.&#8221;</p>\n<h3>Many Feel WordPress Selecting React as the New JS Framework is a Foregone Conclusion</h3>\n<p>Despite all the discussions in meetings and on Make/Core posts, many onlookers and community members are convinced that WordPress choosing React is a foregone conclusion. At the beginning of last week&#8217;s discussion it seemed that most core contributors are in favor of React, but a strong contingent of Vue proponents have turned out to add comments to the <a href=\"https://make.wordpress.org/core/2017/05/24/javascript-chat-summary-for-may-23rd/\" target=\"_blank\">discussion</a>.</p>\n<p>Selecting React appears to be the only viable choice when the criteria from the beginning includes items like &#8220;proven in a WordPress context&#8221; and &#8220;alignment with Calypso.&#8221; Many have commented to say that the criteria is biased and they assume the decision was already made through the backchannels with a public discussion held for &#8220;optics.&#8221; Automattic engineer James Nylen <a href=\"https://github.com/WordPress/gutenberg/issues/876\" target=\"_blank\">commented</a> last week on an open ticket for the Gutenberg project, saying that &#8220;Per recent discussion in core Slack, WP core has basically decided to adopt React.&#8221;</p>\n<p>&#8220;If this was truly meant to be a community discussion, then why is it taking place now?&#8221; WordPress developer Christopher A. <a href=\"https://wptavern.com/wordpress-to-select-new-javascript-framework-for-use-in-core#comment-221446\" target=\"_blank\">commented</a> on our recent post that summarized the initial discussion. &#8220;Choosing a view framework should have happened before the first line of Gutenberg was written. It was known from the start that a view framework would be needed. It was Matt’s desire to get it off the ground as quickly as possible. The best way to accomplish this was to utilize Automattic developers who have experience with React.&#8221;</p>\n<p>WordPress is selecting a JavaScript framework at a time where frameworks are rapidly evolving, but contributors involved in the decision said they will preserve the ability for theme and plugin developers to use any framework they choose to build their products. No framework was selected during today&#8217;s meeting and Andrew Duthie said he expects the conversation will continue at WordCamp Europe&#8217;s contributor summit.</p>\n<p>&#8220;As to React vs Vue (vs Angular vs …), we’ve been discussing the arguments for and against each in the weekly chat, and we’re intentionally taking it slow,&#8221; Ryan McCue said. &#8220;The key criteria that we’ve picked come from what the project needs, and are not intended to bias the decision in a specific direction. Calypso and other projects are a strong signal towards React, but they’re not the ultimate argument (if they were, we wouldn’t even be discussing it).&#8221;</p>\n<p>McCue said he doesn&#8217;t see WordPress replacing the whole admin with Calypso in a way that doesn&#8217;t allow developers to use whatever they choose for their own extensions. The decision to adopt a JavaScript framework for core is more for making core developers&#8217; work easier. At this time, core developers working on new features have a greater knowledge of React than other frameworks.</p>\n<p>&#8220;At the end of the day, we need to make a decision on what to use in core, and that decision directly impacts the people working on core,&#8221; McCue said. &#8220;Picking one framework over another doesn’t mean the others are worse, it’s just us (as core contributors) trying to make our own development easier.&#8221;</p>\n<p>A summary of the discussion should be posted to the <a href=\"https://make.wordpress.org/core/\" target=\"_blank\">Make/Core blog</a> soon and the discussion on selecting a new JavaScript framework will continue in future meetings.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 May 2017 23:15:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"BuddyPress: Building Bridges between Students and Educators in Nepal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=266185\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://buddypress.org/2017/05/building-bridges-between-students-and-educators-in-nepal/\";s: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:9319:\"<div><em>This is a guest post by Arjun Bhattarai (<a href=\"https://profiles.wordpress.org/aju29\">aju29</a>), Founder and Developer of <a href=\"http://studentsnepal.com/\">StudentsNepal.com</a>. He is currently working towards a Masters degree in Economics.</em></div>\n<p>Peer reviewed by <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/boonebgorges/\" rel=\"nofollow\">@boonebgorges</a></p>\n<p><img class=\"aligncenter size-full wp-image-266186\" src=\"https://buddypress.org/wp-content/uploads/1/2017/05/snhome1.jpg\" alt=\"StudentsNepal.com logged in\" width=\"1365\" height=\"609\" /></p>\n<p><a href=\"http://studentsnepal.com/\">StudentsNepal.com</a> is the first and largest community website for students of Nepal with 9,700 registered members and 50,000 subscribers. The site helps students find answers to popular courses and colleges by acting as a bridge between the students and educators/educational organizations.</p>\n<h2>Background</h2>\n<p>I started working on this side project in December 2014. I remembered I had very little information about courses and colleges I could choose from after finishing Higher Secondary level back in 2011. There were no websites that could readily help students to explore the various opportunities available in Nepal. There are still a lot of students in Nepal who have been brain-fed that studying abroad is the one and only option to be successful. My vision was to change this mindset among the young students of Nepal by informing them about the abundant opportunities and options available within the country.</p>\n<p>The goal for creating StudentsNepal is to increase communication among different students with different educational backgrounds while helping them to learn all sorts of information and get hold of educational resources. Communication and interaction are the core values of StudentsNepal and these are the features that help the platform stand out from rest of the educational websites. BuddyPress and bbPress have helped us to achieve these values in a cost effective and efficient way. The beauty of these plugins is that our members can create content and help to rank us higher with search engines.</p>\n<h2>Implementation</h2>\n<p>The investment to create StudentsNepal.com was very low, a fraction of my pocket money during my final years in college. It is now one of the top educational portals of Nepal. Since WordPress was so easy to master, my dev team and I were able to use most of our free time to create initial content and other valuable resources for our visitors &#8211; students, parents, and educators &#8211; rather than spending time/money coding from scratch or buying a proprietary platform.</p>\n<p>Before choosing BuddyPress, I researched open-source social network scripts and platforms. My shortlist included WordPress (BuddyPress), Joomla (JomSocial), and Drupal (social modules). It was clear to me, after reading a lot of support forum posts and articles, that the BuddyPress/WordPress combo was the way to move forward with my dream. I am really happy about this choice today. The other heavyweight plugins that I added were GravityForms, Sucuri, bbPress, and MyCred plus other smaller plugins for specific tasks.</p>\n<h2>Customizations &amp; Improvements</h2>\n<p><strong>1. Login and Registration Pages</strong><br />\nWe found out that the default login and registration pages made it difficult for members to log in and have kept site visitors from registering. We resolved the issues by installing the Gravity Forms plugin and adding log in integration via Facebook, Twitter, or Google+ as well as making the registration page more user-friendly.</p>\n<p><img class=\"aligncenter size-full wp-image-266188\" src=\"https://buddypress.org/wp-content/uploads/1/2017/05/studentsnepal-login.png\" alt=\"studentsnepal login screen\" width=\"1349\" height=\"673\" /></p>\n<p><strong>2. Newsletters</strong><br />\nI thought about adding a newsletter because I loved the way some of the blogs I subscribed to sent organized information and recent activities of the blog in a beautiful email format. I decided to add an optin form to start collecting names and emails 2 to 3 months after launching the site. During the first 6 months, only first names and emails were collected with the popup optin form. Later, I changed the optin forms to collect email addresses and phone numbers. I have been using the free package of mailmunch for optin forms (popups) and Amazon AWS for sending newsletters. The newsletter contains scholarship notices for different universities/colleges, student stories, youth events, and other useful academic information.</p>\n<p>The newsletters have become one of the most popular features for the community. We did a lot of testing for the positioning and timing of the popup to get the most sign ups. StudentsNepal had around 20,000 subscribers by the end of 2015. The number of subscribers started growing after I inserted the forms in all the subdomains. (news.studentsnepal.com, jobs.studentsnepal.com, quiz.studentsnepal.com, blog.studentsnepal.com). After 3 years, the site has 50,000+ subscribers.</p>\n<p>Currently, StudentsNepal sends 1 newsletter per week, and my dev team and I are planning to make it 2 newsletters per week. We had invited students and educators/institutions to contribute content for the newsletters and the response has been just great! Students, particularly, submit generously and regularly to benefit other members, subscribers, and online visitors.</p>\n<p>In addition, this project has also helped me connect with lots of awesome individuals and similar-minded startup owners.</p>\n<p><strong>3. Design and CSS tweaks</strong><br />\nOut of the box, BuddyPress has a plain and simple design and interfaces which can be customized easily. At the end of the day, the features and performance are what matters most to my users whether on mobile, tablet, or desktop. For me, due to extensibility and ease of customization, BuddyPress reigns as king when it comes to a free open source script for a social network.</p>\n<p><img class=\"aligncenter size-full wp-image-266198\" src=\"https://buddypress.org/wp-content/uploads/1/2017/05/Forums-Archive.png\" alt=\"Forums Archive\" width=\"1349\" height=\"1957\" /></p>\n<p><strong>4. Upgrading Servers</strong><br />\nStudentsNepal.com was on a shared hosting plan when I launched it in 2014. It took around 3 to 4 months to cross the benchmark of 500 visitors/day. After getting articles indexed in search engines and started getting higher ranks, StudentsNepal started getting a lot of visitors (especially from Google). Mid-2015 we upgraded to VPS hosting when the website’s articles and contents started getting listed on the 1st page of search engines and it started getting a couple of thousand visitors daily. Based on my experience, it’s a good decision to get a shared hosting plan while the site was starting out and then upgrade to more powerful hosting plan when data showed the increases in user engagement and participation.</p>\n<p>With a community of 9,700 registered members, 50k subscribers, and around 150k visitors/month, I am happy to say that our site runs smoothly with nary a downtime on all devices. If you install BuddyPress, you will need a bit more power on your server.</p>\n<p><strong>Fast Forward</strong></p>\n<p>Future plans for StudentsNepal.com include moving the Shopping and Jobs sections to separate domains and setting up a new site for online classes. I am testing Woocommerce, WP Job Manager, and Moodle for the other projects to expand our services to the community.</p>\n<p>If you are creating a site for any niche community and are not sure on which platform to choose, I definitely suggest using WordPress with BuddyPress. These have a lot of stable and robust add-on plugins to help you create awesome and feature-rich communities.</p>\n<p>StudentsNepal.com is the first website of its nature in Nepal and it has garnered a lot of media attention and praise. I received a lot of positive and encouraging messages from educators and students in Nepal for creating this platform. I’m just glad that the services provided by the site have been very helpful to so many Nepalese students as well to those who would like to study in Nepal.</p>\n<p>Thanks to WordPress and BuddyPress for making this site possible. If you want to learn more about the site or the other customizations implemented, please feel free to contact me. Also, I can help you promote your social network or other related websites with a guest post in the blog section of StudentsNepal.com <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<div><img class=\"alignleft size-full wp-image-266191\" src=\"https://buddypress.org/wp-content/uploads/1/2017/05/arjun.jpg\" alt=\"Arjun Bhattarai\" width=\"150\" height=\"150\" /> <em><a href=\"https://profiles.wordpress.org/aju29\">Arjun Bhattarai</a> is a member of the Association of Chartered Certified Accountants (ACCA) and is currently working towards MA (Economics) at Tribhuwan University, Nepal. Apart from writing and playing with code, he loves swimming and watching sci-fi videos.<br />\nLinks: <a href=\"https://www.facebook.com/Ajzju\">Facebook</a>, <a href=\"https://www.linkedin.com/in/ajubhattarai\">Linkedin</a> </em></div>\n<p>&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 May 2017 19:18:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"@mercime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: A Delicious Compliment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47422\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2017/05/a-delicious-compliment/\";s: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:780:\"<blockquote><p>Once a little boy sent me a charming card with a little drawing on it. I loved it. I answer all my children’s letters—sometimes very hastily—but this one I lingered over. I sent him a card and I drew a picture of a Wild Thing on it. I wrote, “Dear Jim: I loved your card.” Then I got a letter back from his mother and she said, “Jim loved your card so much he ate it.” That to me was one of the highest compliments I&#8217;ve ever received. He didn&#8217;t care that it was an original Maurice Sendak drawing or anything. He saw it, he loved it, he ate it.</p></blockquote>\n<p>From <span class=\"irc_pt\" dir=\"ltr\">Maurice Sendak, the author of <a href=\"https://en.wikipedia.org/wiki/Where_the_Wild_Things_Are\">Where the Wild Things Are</a>.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 May 2017 17:43:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Matt: WordPress 14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47405\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://ma.tt/2017/05/wordpress-14/\";s: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:868:\"<p><img /></p>\n<p>Today is 14 years from the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">very first release</a> of WordPress. The interface I&#8217;m using to write this (Calypso) is completely unrecognizable from what WordPress looked and worked like even a few years ago. Fourteen years in, I&#8217;m waking up every day excited about what&#8217;s coming next for us. The progress of the editor and CLI so far this year is awesome, and I&#8217;m looking forward to that flowing into improvements for customization and the REST API. Thanks as always to <a href=\"https://mikelittle.org/\">Mike</a> for kicking off this crazy journey, all the people chipping in to make WordPress better, and <a href=\"https://konstantin.obenland.it/\">Konstantin</a> and <a href=\"https://ethitter.com/\">Erick</a> for surprising me with the cool cake above.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 28 May 2017 02:38:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=70879&preview=true&preview_id=70879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/in-case-you-missed-it-issue-20\";s: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:6987:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>WordPress Turns 14 Years Old</h2>\n<p>WordPress turns 14 years old tomorrow. David Bisset <a href=\"http://davidbisset.com/wordpress-14-years/\">celebrates the occasion</a> and mentions four things he wants to see in the next year.</p>\n<h2>WordPress 4.8 Dev Notes</h2>\n<p>As the WordPress 4.8 release date draws near, component maintainers are publishing dev notes for the features they worked on. So far, the following dev notes have been published:</p>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\">Media Widgets for Images, Video, and Audio</a></li>\n<li><a href=\"https://make.wordpress.org/core/2017/05/26/tag-cloud-widget-changes-in-4-8/\">Changes to the Tag Cloud Widget in WordPress 4.8</a></li>\n<li><a href=\"https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/\">Addition of TinyMCE to the Text Widget</a></li>\n<li><a href=\"https://make.wordpress.org/core/2017/05/20/editor-api-changes-in-4-8/\">Editor API Changes in 4.8</a></li>\n</ul>\n<p>Keep an eye on <a href=\"https://make.wordpress.org/core/\">Make WordPress Core</a> for further dev notes.</p>\n<h2>HeroPress Announces Educational Scholarship Winners</h2>\n<p>HeroPress has <a href=\"https://heropress.com/winners-announced-wpshout-running-scholarship/\">announced</a> the winners of the WPShout Up and Running educational scholarships. Birgit Olzem, in Gerolstein, Germany, was one of the winners chosen.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Can\'t believe it, but I\'m one of the winners of the <a href=\"https://twitter.com/WPShout\">@WPShout</a> Up &amp; Running Scholarship. Many thanks to all &amp; congratulations to all winners <a href=\"https://t.co/Us5CrJN3Jg\">https://t.co/Us5CrJN3Jg</a></p>\n<p>&mdash; CoachBirgit <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4d1.png\" alt=\"?\" class=\"wp-smiley\" />☯<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f393.png\" alt=\"?\" class=\"wp-smiley\" /> (@CoachBirgit) <a href=\"https://twitter.com/CoachBirgit/status/867851526672351234\">May 25, 2017</a></p></blockquote>\n<p></p>\n<h2>A WordPress Plugin That Renames Excerpt to TL;DR</h2>\n<p>The other day, I was thinking about how the TL;DR (Too long, didn&#8217;t read) summary of articles is similar to the way Excerpts work in WordPress. I browsed the plugin directory to see if anyone had created a plugin that renamed Excerpts to TL;DR.</p>\n<p>I wasn&#8217;t surprised when I discovered <a href=\"https://wordpress.org/plugins/too-long-didnt-read/\">TL;DR</a> created by <a href=\"http://ozh.org/\">Ozh Richard</a>. It hasn&#8217;t been updated in more than two years so it won&#8217;t show up in casual searches. It simply renames Excerpt to TL;DR using a filter to replace a string with custom text.</p>\n<h2>Human Made Shares Handbook</h2>\n<p><a href=\"https://hmn.md/\">Human Made</a>, a WordPress development agency based in the UK, has <a href=\"https://hmn.md/2017/05/25/handbook/\">published</a> its <a href=\"https://handbook.hmn.md/\">handbook</a> that includes on boarding practices, health and safety policies, and their hiring process.</p>\n<p>While it&#8217;s not a perfect fit for every one, it provides an in-depth look at the principles the company values. The company provides a number of great employee benefits. Take their <a href=\"https://handbook.hmn.md/working-here/hr-policies/bereavement/\">bereavement policy</a> for example.</p>\n<h2>What&#8217;s in Matt&#8217;s Backpack?</h2>\n<p>Matt Mullenweg provided <a href=\"https://ma.tt/2017/05/whats-in-my-bag-2017/\">an update</a> on what he&#8217;s carrying around in his backpack. While it&#8217;s filled with technology, ear buds, and the like, the item that stands out to me is the fidget spinner.</p>\n<p>If you don&#8217;t know what a fidget spinner is, <a href=\"http://www.livescience.com/58963-how-fidget-spinners-work-physics.html\">this article</a> by Live Science is a good primer.</p>\n<h2>Organizing WordCamps and Developing the Finnish Community</h2>\n<p>A great article that describes the Finnish WordPress community and what transpired after switching the name of WordCamp Finland to WordCamp Helsinki.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/community/2017/05/24/whats-in-a-name-organizing-wordcamps-and-developing-the-finnish-community/\">What&#8217;s in a name? Organizing WordCamps and developing the Finnish community</a></p></blockquote>\n<p></p>\n<h2>Five Things To Know about Video Headers</h2>\n<p>Deborah Edwards-Onoro, of Lireo Designs, <a href=\"https://www.lireo.com/5-things-video-headers-wordpress-4-7/\">shares</a> five things you should know about video headers, a feature that was introduced in WordPress 4.7.</p>\n<h2>Marketing Tips and Experiences</h2>\n<p>Scott Bolinger, <a href=\"http://scottbolinger.com/marketing-what-works-and-doesnt/\">shares</a> what has and hasn&#8217;t worked in his marketing efforts:</p>\n<p>&#8220;I’ve had my nose stuck in product code on and off for 3 years now, but recently I’ve decided to shift my focus to marketing. This is something I’ve done before, and it seems to come in cycles, depending on what my business needs.</p>\n<p>Over the years I’ve tried many different things related to marketing, most of them have fallen short. A few things have worked, I thought I’d share some of my journey up to this point.&#8221;</p>\n<h2>Women Who WordPress Wapuu!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don&#8217;t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project.</p>\n<p>The Women Who WP Wapuu represents the <a href=\"https://womenwhowp.org/store/\">Women Who WP group</a>. The group is dedicated to inspiring, connecting, challenging, and educating women throughout the WordPress community, through referrals, networking, workshops and mentorship focused on professional development and WordPress.</p>\n<p>The Women Who WP Wapuu pin was a huge hit at WordCamp Chicago earlier this year. If you&#8217;d like to purchase one, <a href=\"https://wapu.us/product/women-wp-pin/\">Wapu.us has 11 available</a> for $6 each.</p>\n<img />Women Who WordPress Wapuu\n<p>That&#8217;s it for issue twenty. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 May 2017 21:48:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WordPress Removes HHVM from Testing Infrastructure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=70862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordpress-removes-hhvm-from-testing-infrastructure\";s: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:3249:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/hhvmhack.png?ssl=1\"><img /></a></p>\n<p>Before the release of PHP 7 in 2015, many WordPress managed hosting companies looked to Facebook&#8217;s HHVM to provide better performance. Pagely, WP Engine, and SiteGround added HHVM hosting options in 2014 and early 2015. However, PHP 7 performance gains have been enough to preclude wider HHVM adoption.</p>\n<p>WordPress core developer John Blackbourn announced yesterday that the project has<a href=\"https://make.wordpress.org/core/2017/05/25/hhvm-no-longer-part-of-wordpress-cores-testing-infrastructure/\" target=\"_blank\"> removed HHVM support in the Travis test suite</a> after April 2017 stats showed a mere several dozen WordPress websites running on HHVM. WordPress never officially supported HHVM but Scott Taylor made <a href=\"https://core.trac.wordpress.org/ticket/27881\" target=\"_blank\">many improvements to core for better HHVM compatibility</a> three years ago. Blackbourn clarified on Slack that WordPress is not removing this support but rather will no longer include HHVM in its testing infrastructure.</p>\n<p>&#8220;Support for HHVM itself hasn&#8217;t been dropped, but support for testing WordPress on HHVM has been dropped,&#8221; Blackbourn said. &#8220;HHVM usage is so minuscule (literally in the dozens according to update stats) that we can&#8217;t warrant the time needed to ensure the test infrastructure works.&#8221;</p>\n<p>The change isn&#8217;t likely to affect too many developers, but it&#8217;s an important milestone that signifies how well PHP 7 has been performing for sites that have switched. Blackbourn suggests those running WordPress on HHVM should consider switching to PHP 7+, as it is &#8220;far more widely supported and tested, and offers all of the memory and performance benefits that HHVM pushed forward.&#8221;</p>\n<p>The open source MongoDB project also announced yesterday that it will <a href=\"https://derickrethans.nl/mongodb-hhvm.html\" target=\"_blank\">no longer be supporting its HHVM driver</a>, saying it no longer makes good use of contributors&#8217; engineering time.</p>\n<p>&#8220;At the start of 2015 we began work on an HHVM driver for MongoDB, as part of our project to renew our PHP driver,&#8221; Derick Rethans, MongoDB engineer and author of <a href=\"http://xdebug.org/\" target=\"_blank\">Xdebug</a>, said. &#8220;Back then, HHVM was in its ascendancy and outperforming PHP 5.6 two to one. With such a huge performance difference it was reasonable to assume that many users would be switching over&#8230;With PHP 7 released, we saw very little use of the HHVM driver for MongoDB.&#8221;</p>\n<p>These announcements may be the start of more open source projects giving HHVM compatibility a lower priority. On the <a href=\"https://core.trac.wordpress.org/ticket/40548\" target=\"_blank\">ticket</a> for removing HHVM from the test matrix on Travis, John Blackbourn thanked HHVM for its importance in helping move PHP forward.</p>\n<p>&#8220;The PHP world owes a lot to HHVM for helping it push it forward,&#8221; Blackbourn said. &#8220;Without HHVM, maybe we wouldn&#8217;t have seen such incredible performance gains in PHP 7.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 May 2017 19:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Rainmaker Digital to Partner with Nimble Worldwide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=70828\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/rainmaker-digital-to-partner-with-nimble-worldwide\";s: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:3341:\"<p><a href=\"http://rainmakerdigital.com/\">Rainmaker Digital</a>, formerly known as Copyblogger Media, has <a href=\"http://www.copyblogger.com/rainmaker-services/\">entered into a letter of intent</a> to partner with <a href=\"http://www.nimbleworldwide.com/\">Nimble Worldwide</a>, a marketing agency based in Dallas, TX. Assets from both companies will be combined into a new entity with Rainmaker Digital being the majority owner. Brian Clark, CEO of Rainmaker Digital, says the partnership enables them to transform from a Software as a Service provider to Software and Services.</p>\n<p>&#8220;People need sophisticated marketing technology, yes — but they also need done-for-them services such as design, content, and lead generation strategy,&#8221; Clark said.</p>\n<p>&#8220;In that last year, we’ve explored several viable ways to do more for our customers and prospects as a hybrid technology and digital marketing service provider. After careful deliberation, we’ve come up with a path that allows us to expertly provide anything that a Rainmaker user needs.&#8221;</p>\n<p>This isn&#8217;t the first time both companies have worked together. Prior to <a href=\"http://rainmakerplatform.com/platform/tour/email/\">RainMail</a>, Rainmaker&#8217;s in-house email marketing service, the company used Nimble Worldwide as its email marketing provider. Although the partnership brings in a number of new employees under Rainmaker Digital, Clark admits that they had to let some employees go.</p>\n<p>&#8220;This deal provides instant access to an experienced team of digital marketing professionals and a network of talented contractors that ensures our service solutions are expertly crafted and delivered,&#8221; Clark said. &#8220;This grows the Rainmaker team significantly, without the pain and uncertainty of building an agency from scratch.&#8221;</p>\n<p>&#8220;The change in business model unfortunately left four of our existing employees without positions, along with the loss of some of our own contractors. That was certainly no fun, and our operations leadership preserved every job possible despite the significant reorganization.&#8221;</p>\n<p>Before the end of June, customers will no longer be able to purchase services à la carte. Instead, sales of the platform will be more hands on, bundled with services, and prices will significantly increase. Customers who start a free trial before the end of June will be able to use the platform at a cheaper rate and without the bundled service components.</p>\n<h2>Genesis Framework Remains a Priority</h2>\n<p>StudioPress, Synthesis, Copyblogger, Authority, and DCI are not part of the deal and remain separate entities. Clark says StudioPress sales are going strong and the Genesis Framework is still a priority.</p>\n<p>&#8220;Our Synthesis managed WordPress hosting line will be folded into the StudioPress brand at some point, which shows how much we value StudioPress going forward,&#8221; he said.</p>\n<p>&#8220;Genesis is still in the hands of Nathan Rice, and he&#8217;s moving it forward at a faster pace than in years past when he had to divide time to work on Rainmaker. Now that he&#8217;s free from that, I&#8217;m excited to see where he takes the framework, which will continue to be a part of Rainmaker as well.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 May 2017 17:24:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WordPress to Select New JavaScript Framework for Use 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=70794\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/wordpress-to-select-new-javascript-framework-for-use-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2892:\"<p>WordPress core contributors have started collaborating more around their JavaScript efforts this year with regular core-js meetings. One item on the most recent meeting&#8217;s agenda was <a href=\"https://make.wordpress.org/core/2017/05/24/javascript-chat-summary-for-may-23rd/\" target=\"_blank\">discussion on choosing a new JavaScript framework for use in core</a> as an alternative to Backbone.</p>\n<p>Contributors began by summarizing the criteria for evaluating framework options, includes factors like stability, longevity, maturity, adoption, accessibility, proven in a WordPress context, and extensibility, among others. Most of the discussion centered on the benefits and drawbacks of React vs Vue.</p>\n<p>The majority of those who participated in the meeting seemed to favor React, as it is already used with several major WordPress projects such as Calypso, Gutenberg, and Jetpack. WordPress&#8217; project lead, Matt Mullenweg, has publicly stated that Automattic is betting on React long-term. Mullenweg has also <a href=\"https://wptavern.com/matt-mullenweg-announces-tech-and-design-leads-for-new-focus-based-development-cycle\" target=\"_blank\">expressed a desire for Calypso, or a similar interface, to replace wp-admin</a> in the future. The company has been building its products on React for several years and is pot committed at this point when it comes to the framework.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/carlhancock\">@carlhancock</a> <a href=\"https://twitter.com/chriswallace\">@chriswallace</a> <a href=\"https://twitter.com/mattmedeiros\">@mattmedeiros</a> Fair, but React is what us, Facebook, and many others are betting on long-term.</p>\n<p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/808698242863165440\">December 13, 2016</a></p></blockquote>\n<p></p>\n<p>WordPress officially adopting a JavaScript framework will likely have a ripple effect that will influence how many products in the ecosystem are built and/or re-written. Proponents of Vue.js find it easy to learn and extend. Those who are advocating for React also cite its extensibility, stability, and its proven use with popular WordPress products.</p>\n<p>Contributors present for the meeting agreed they would be hesitant to commit a new framework to core without using it in some way for a core feature. The decision has not yet been made. Anyone with experiences to share on implementing JS frameworks in the context of WordPress is invited to comment in the <a href=\"https://make.wordpress.org/core/2017/05/24/javascript-chat-summary-for-may-23rd/\" target=\"_blank\">discussion on the meeting notes</a> and join the next core-js meeting <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?iso=20170530T1300\" target=\"_blank\">Tuesday, May 30, 2017, 8:00 AM CDT</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 May 2017 02:49:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 20 Jun 2017 12:50:00 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 20 Jun 2017 12:45:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20170125031416\";}','no'),(6411,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1497963001','no'),(6413,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/06/evans/\'>WordPress 4.8 “Evans”</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/disqus-3-0-beta-improves-comment-syncing\'>WPTavern: Disqus 3.0 Beta Improves Comment Syncing</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2017/06/peak-tea-demand/\'>Matt: Peak Tea Demand</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordcamp-europe-2017-draws-1900-attendees-from-79-countries\'>WPTavern: WordCamp Europe 2017 Draws 1900 Attendees from 79 Countries</a></li></ul></div>','no'),(6432,'_site_transient_timeout_community-events-2bc03d0e7e77f3c961403ba6e58276db','1498020596','no'),(6433,'_site_transient_community-events-2bc03d0e7e77f3c961403ba6e58276db','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"173.129.114.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:35:\"Advanced WordPress Developer Meetup\";s:3:\"url\";s:64:\"https://www.meetup.com/Arizona-WordPress-Group/events/239417246/\";s:6:\"meetup\";s:23:\"Arizona WordPress Group\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Arizona-WordPress-Group/\";s:4:\"date\";s:19:\"2017-06-22 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Mesa, AZ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.3842769999999973151716403663158416748046875;s:9:\"longitude\";d:-111.8057170000000013487806427292525768280029296875;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:42:\"Northwest Valley - Arizona WordPress Group\";s:3:\"url\";s:64:\"https://www.meetup.com/Arizona-WordPress-Group/events/240020718/\";s:6:\"meetup\";s:23:\"Arizona WordPress Group\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Arizona-WordPress-Group/\";s:4:\"date\";s:19:\"2017-06-27 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Phoenix, AZ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.7129910000000023728716769255697727203369140625;s:9:\"longitude\";d:-112.1130160000000017817001207731664180755615234375;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:26:\"The Business of Web Meetup\";s:3:\"url\";s:67:\"https://www.meetup.com/Arizona-WordPress-Group/events/qqvwjjywkbgb/\";s:6:\"meetup\";s:23:\"Arizona WordPress Group\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Arizona-WordPress-Group/\";s:4:\"date\";s:19:\"2017-07-04 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Phoenix, AZ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.4920010000000019090293790213763713836669921875;s:9:\"longitude\";d:-112.070435000000003356035449542105197906494140625;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:29:\"Scottsdale WordPress Code Lab\";s:3:\"url\";s:64:\"https://www.meetup.com/Arizona-WordPress-Group/events/240499992/\";s:6:\"meetup\";s:23:\"Arizona WordPress Group\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Arizona-WordPress-Group/\";s:4:\"date\";s:19:\"2017-07-05 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Scottsdale, AZ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.61948000000000291720425593666732311248779296875;s:9:\"longitude\";d:-111.8991089999999957171894493512809276580810546875;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:34:\"CHANDLER - Arizona WordPress Group\";s:3:\"url\";s:67:\"https://www.meetup.com/Arizona-WordPress-Group/events/dgmllhywkbrb/\";s:6:\"meetup\";s:23:\"Arizona WordPress Group\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Arizona-WordPress-Group/\";s:4:\"date\";s:19:\"2017-07-13 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Chandler, AZ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.29959999999999809006112627685070037841796875;s:9:\"longitude\";d:-111.8419109999999960791683406569063663482666015625;}}}}','no'),(6450,'_transient_pb_backupbuddy_stop_backup-f4dew2qwbm','1','no'),(6483,'_site_transient_timeout_available_translations','1498081361','no');
INSERT INTO `wp_options` VALUES (6484,'_site_transient_available_translations','a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 12:42:28\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-20 18:41:14\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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.5\";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.5/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 20:31:44\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-18 19:16:01\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";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.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";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.7.2/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-16 11:47:56\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština‎\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-14 13:21:24\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-14 23:24:44\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-14 00:09:35\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 09:47:45\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 08:50:23\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 21:25:12\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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: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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-12 07:31:13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 07:18:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 19:04:32\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 08:09:19\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";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.7.5/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 05:14:35\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-04 17:21:42\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 12:19:22\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";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.7.5/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";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.7.5/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-23 23:02:31\";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.7.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_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:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.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:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-20 00:55:30\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-16 17:22:41\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";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.7.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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-21 08:00:44\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 15:50:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 18:25:22\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 08:47:21\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 08:58:29\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-20 15:12:11\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 20:40:15\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-07 12:07:46\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 13:33:29\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 08:25:42\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-20 20:10:15\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";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.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s: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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 21:11:01\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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.5\";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.5/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 07:29:14\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-19 07:12:17\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-12 09:20:11\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:13\";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.7.2/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:\"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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-19 07:08:35\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 11:50:13\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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.5\";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.5/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.5\";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.5/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-21 12:45:17\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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.7.5\";s:7:\"updated\";s:19:\"2017-03-05 09:45:10\";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.7.5/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.18\";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.18/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 10:39:02\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-19 08:03:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-20 17:04:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 11:00:15\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-02-16 13:24:21\";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.7.5/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 13:05:53\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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.7.2\";s:7:\"updated\";s:19:\"2017-01-02 13:47:38\";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.7.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"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.7.5\";s:7:\"updated\";s:19:\"2017-04-23 09:31:28\";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.7.5/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.18\";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.18/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_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-21 17:29:18\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 07:30:18\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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: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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-18 18:31:34\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 13:54:09\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 09:02:13\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 15:29:14\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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.7.5\";s:7:\"updated\";s:19:\"2017-04-24 08:35:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 11:06:53\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 12:43:10\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:43\";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.7.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-19 13:54:12\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 19:23:40\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-03 00:28:41\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/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.7.5\";s:7:\"updated\";s:19:\"2017-05-13 09:55:38\";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.7.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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 11:24:18\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 17:23:10\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 13:17:37\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:45\";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.7.5/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'),(6491,'ihaf_insert_header','','yes'),(6492,'ihaf_insert_footer','','yes'),(6493,'insert-headers-and-footers_welcome_dismissed_key','1','yes'),(6496,'_site_transient_timeout_community-events-1304eade60bd3878dca08ce77b93d616','1498119056','no'),(6497,'_site_transient_community-events-1304eade60bd3878dca08ce77b93d616','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"184.207.62.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:25:\"Informal WordPress Meetup\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335809/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"JSON Schema and the WordPress API\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/240630685/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2017-06-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"New York, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.756900999999999157807906158268451690673828125;s:9:\"longitude\";d:-73.99002799999999524516169913113117218017578125;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Introduction to the WordPress Template System\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/240758251/\";s:6:\"meetup\";s:29:\"WordPress North Jersey Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/\";s:4:\"date\";s:19:\"2017-07-10 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Montclair, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.8112799999999964484231895767152309417724609375;s:9:\"longitude\";d:-74.219345000000004120010999031364917755126953125;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:3:\"TBD\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335827/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-07-11 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}i:4;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp Washington, DC\";s:3:\"url\";s:28:\"https://2017.dc.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-07-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Washington, DC\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:38.90265360000000072204784373752772808074951171875;s:9:\"longitude\";d:-77.022923700000006874688551761209964752197265625;}}}}','no'),(6505,'_site_transient_timeout_browser_5d9a37c6a96acca914609d0251644dda','1498701273','no'),(6506,'_site_transient_browser_5d9a37c6a96acca914609d0251644dda','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"58.0.3029.110\";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'),(6550,'_transient_pb_backupbuddy_migrationkey','z1jv534nzswk','no'),(6552,'_site_transient_timeout_browser_c40f98f4f0bffda78059ef8e58d95647','1498753923','no'),(6553,'_site_transient_browser_c40f98f4f0bffda78059ef8e58d95647','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"54.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'),(6571,'_site_transient_timeout_it-updater-get_package_details-5800e','1498248190','no'),(6572,'_site_transient_it-updater-get_package_details-5800e','a:3:{s:8:\"packages\";a:1:{s:11:\"backupbuddy\";a:1:{s:5:\"error\";a:3:{s:4:\"code\";i:8012;s:4:\"type\";s:33:\"ITXAPI_Updater_Missing_Legacy_Key\";s:7:\"message\";s:55:\"A legacy key was not provided with the package details.\";}}}s:9:\"time_skew\";i:0;s:13:\"min_poll_time\";i:30;}','no'),(6573,'ithemes-updater-keys','a:0:{}','no'),(6582,'_site_transient_timeout_community-events-36d132d48b886b899b86766a39187b27','1498239632','no'),(6583,'_site_transient_community-events-36d132d48b886b899b86766a39187b27','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"173.56.65.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Introduction to the WordPress Template System\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/240758251/\";s:6:\"meetup\";s:29:\"WordPress North Jersey Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/\";s:4:\"date\";s:19:\"2017-07-10 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Montclair, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.8112799999999964484231895767152309417724609375;s:9:\"longitude\";d:-74.219345000000004120010999031364917755126953125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:3:\"TBD\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335827/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-07-11 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}i:2;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp Washington, DC\";s:3:\"url\";s:28:\"https://2017.dc.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-07-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Washington, DC\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:38.90265360000000072204784373752772808074951171875;s:9:\"longitude\";d:-77.022923700000006874688551761209964752197265625;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Boston\";s:3:\"url\";s:32:\"https://2017.boston.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-07-22 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Boston, MA USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:42.35091779999999772599039715714752674102783203125;s:9:\"longitude\";d:-71.1089510000000046829882194288074970245361328125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:3:\"TBD\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335834/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-08-15 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}}}','no'),(6595,'_site_transient_timeout_community-events-51ab953f3348802398520da80e5a6cbd','1498280766','no'),(6596,'_site_transient_community-events-51ab953f3348802398520da80e5a6cbd','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"14.1.100.0\";}s:6:\"events\";a:0:{}}','no'),(6600,'_site_transient_timeout_community-events-d78d43549d83c48bf2b6d4b774b8ac7c','1498284540','no'),(6601,'_site_transient_community-events-d78d43549d83c48bf2b6d4b774b8ac7c','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"173.129.27.0\";}s:6:\"events\";a:0:{}}','no'),(6604,'_transient_pb_backupbuddy_latest_version','a:2:{i:0;s:7:\"8.0.0.3\";i:1;s:5:\"8.0.0\";}','no'),(6607,'_transient_pb_backupbuddy_avail_zip_methods','a:3:{s:7:\"methods\";a:3:{i:0;s:4:\"exec\";i:1;s:10:\"ziparchive\";i:2;s:6:\"pclzip\";}s:7:\"details\";a:3:{s:4:\"exec\";a:2:{s:4:\"attr\";a:10:{s:4:\"name\";s:11:\"Exec Method\";s:13:\"compatibility\";b:0;s:10:\"is_checker\";b:1;s:9:\"is_lister\";b:1;s:11:\"is_archiver\";b:1;s:13:\"is_unarchiver\";b:1;s:12:\"is_commenter\";b:1;s:9:\"is_zipper\";b:1;s:11:\"is_unzipper\";b:1;s:12:\"is_extractor\";b:1;}s:5:\"param\";a:3:{s:3:\"zip\";a:4:{s:7:\"version\";a:2:{s:5:\"major\";i:3;s:5:\"minor\";i:0;}s:7:\"options\";s:0:\"\";s:4:\"info\";s:0:\"\";s:4:\"path\";s:0:\"\";}s:5:\"unzip\";a:4:{s:7:\"version\";a:2:{s:5:\"major\";i:6;s:5:\"minor\";i:0;}s:7:\"options\";s:0:\"\";s:4:\"info\";s:1343:\"UnZip 6.00 of 20 April 2009, by Info-ZIP.  Maintained by C. Spieler.  Send\nbug reports using http://www.info-zip.org/zip-bug.html; see README for details.\n\nLatest sources and executables are at ftp://ftp.info-zip.org/pub/infozip/ ;\nsee ftp://ftp.info-zip.org/pub/infozip/UnZip.html for other sites.\n\nCompiled with gcc 4.8.5 20150623 (Red Hat 4.8.5-9) for Unix (Linux ELF) on Oct  2 2016.\n\nUnZip special compilation options:\n        COPYRIGHT_CLEAN (PKZIP 0.9x unreducing method not supported)\n        SET_DIR_ATTRIB\n        SYMLINKS (symbolic links supported, if RTL and file system permit)\n        TIMESTAMP\n        UNIXBACKUP\n        USE_EF_UT_TIME\n        USE_UNSHRINK (PKZIP/Zip 1.x unshrinking method supported)\n        USE_DEFLATE64 (PKZIP 4.x Deflate64(tm) supported)\n        UNICODE_SUPPORT [wide-chars, char coding: other] (handle UTF-8 paths)\n        MBCS-support (multibyte character support, MB_CUR_MAX = 1)\n        LARGE_FILE_SUPPORT (large files over 2 GiB supported)\n        ZIP64_SUPPORT (archives using Zip64 for large files supported)\n        USE_BZIP2 (PKZIP 4.6+, using bzip2 lib version 1.0.6, 6-Sept-2010)\n        VMS_TEXT_CONV\n        [decryption, version 2.11 of 05 Jan 2007]\n\nUnZip and ZipInfo environment options:\n           UNZIP:  [none]\n        UNZIPOPT:  [none]\n         ZIPINFO:  [none]\n      ZIPINFOOPT:  [none]\";s:4:\"path\";s:0:\"\";}s:4:\"path\";s:0:\"\";}}s:10:\"ziparchive\";a:2:{s:4:\"attr\";a:10:{s:4:\"name\";s:17:\"ZipArchive Method\";s:13:\"compatibility\";b:0;s:10:\"is_checker\";b:1;s:9:\"is_lister\";b:1;s:11:\"is_archiver\";b:0;s:13:\"is_unarchiver\";b:1;s:12:\"is_commenter\";b:1;s:9:\"is_zipper\";b:1;s:11:\"is_unzipper\";b:1;s:12:\"is_extractor\";b:1;}s:5:\"param\";a:0:{}}s:6:\"pclzip\";a:2:{s:4:\"attr\";a:10:{s:4:\"name\";s:13:\"PclZip Method\";s:13:\"compatibility\";b:1;s:10:\"is_checker\";b:1;s:9:\"is_lister\";b:1;s:11:\"is_archiver\";b:1;s:13:\"is_unarchiver\";b:1;s:12:\"is_commenter\";b:1;s:9:\"is_zipper\";b:1;s:11:\"is_unzipper\";b:1;s:12:\"is_extractor\";b:1;}s:5:\"param\";a:0:{}}}s:7:\"control\";a:1:{s:9:\"signature\";s:32:\"82e0fa12af9014d23df06c52baf3467c\";}}','no'),(6613,'_transient_pb_backupbuddy_stop_backup-ipw934b2an','1','no'),(6655,'_site_transient_timeout_community-events-96fc813397fca6c4d2e0be5c8f2cc201','1498528189','no'),(6656,'_site_transient_community-events-96fc813397fca6c4d2e0be5c8f2cc201','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"24.103.28.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Introduction to the WordPress Template System\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/240758251/\";s:6:\"meetup\";s:29:\"WordPress North Jersey Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/\";s:4:\"date\";s:19:\"2017-07-10 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Montclair, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.8112799999999964484231895767152309417724609375;s:9:\"longitude\";d:-74.219345000000004120010999031364917755126953125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:15:\"Lightning Talks\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335827/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-07-11 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}i:2;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp Washington, DC\";s:3:\"url\";s:28:\"https://2017.dc.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-07-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Washington, DC\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:38.90265360000000072204784373752772808074951171875;s:9:\"longitude\";d:-77.022923700000006874688551761209964752197265625;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Boston\";s:3:\"url\";s:32:\"https://2017.boston.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-07-22 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Boston, MA USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:42.35091779999999772599039715714752674102783203125;s:9:\"longitude\";d:-71.1089510000000046829882194288074970245361328125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:15:\"Lightning Talks\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335834/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-08-15 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}}}','no'),(6677,'_site_transient_timeout_browser_699dfc46f2edc5d25d73bee60c1bf7b9','1499190030','no'),(6678,'_site_transient_browser_699dfc46f2edc5d25d73bee60c1bf7b9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"58.0.3029.110\";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'),(6679,'_site_transient_timeout_community-events-bc4dce2454b9c340c4c1546149f8a549','1498628432','no'),(6680,'_site_transient_community-events-bc4dce2454b9c340c4c1546149f8a549','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"184.207.214.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Introduction to the WordPress Template System\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/240758251/\";s:6:\"meetup\";s:29:\"WordPress North Jersey Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/\";s:4:\"date\";s:19:\"2017-07-10 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Montclair, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.8112799999999964484231895767152309417724609375;s:9:\"longitude\";d:-74.219345000000004120010999031364917755126953125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:15:\"Lightning Talks\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335827/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-07-11 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}i:2;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp Washington, DC\";s:3:\"url\";s:28:\"https://2017.dc.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-07-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Washington, DC\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:38.90265360000000072204784373752772808074951171875;s:9:\"longitude\";d:-77.022923700000006874688551761209964752197265625;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Boston\";s:3:\"url\";s:32:\"https://2017.boston.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-07-22 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Boston, MA USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:42.35091779999999772599039715714752674102783203125;s:9:\"longitude\";d:-71.1089510000000046829882194288074970245361328125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:15:\"Lightning Talks\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335834/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-08-15 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}}}','no'),(6686,'_transient_pb_backupbuddy_stop_backup-x8iogomtw6','1','no'),(6699,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1498600553','no'),(6700,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4343;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2483;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2353;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2160;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1819;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1584;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1560;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1428;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1342;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1328;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1321;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1269;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1261;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1110;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1049;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1040;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:988;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:930;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:816;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:791;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:791;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:765;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:760;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:667;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:658;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:657;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:648;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:644;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:635;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:631;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:611;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:594;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:590;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:582;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:579;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:569;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:569;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:556;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:551;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:536;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:531;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:530;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:518;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:506;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:499;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:492;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:490;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:476;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:467;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:465;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:465;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:463;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:441;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:436;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:435;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:434;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:431;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:420;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:417;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:410;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:405;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:402;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:399;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:397;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:396;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:394;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:378;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:376;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:368;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:367;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:350;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:340;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:331;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:331;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:330;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:324;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:323;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:321;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:320;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:320;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:315;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:314;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:306;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:299;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:296;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:290;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:289;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:288;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:287;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:283;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:282;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:277;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:275;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:275;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:273;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:270;}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";i:265;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:263;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:263;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:263;}}','no'),(6703,'wpstg_version','1.1.6','yes'),(6704,'wpstg_installDate','2017-06-27 06:57:49','yes'),(6705,'wpstg_RatingDiv','no','yes'),(6706,'wpstg_firsttime','true','yes'),(6707,'wpstg_is_staging_site','false','yes'),(6708,'wpstg_hide_beta','no','yes'),(6711,'wpstg_settings','a:0:{}','yes'),(6713,'_transient_wpstg_check_protection_files','1','no'),(6716,'duplicator_settings','a:10:{s:7:\"version\";s:5:\"1.2.8\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:0;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:20:\"storage_htaccess_off\";b:0;}','yes'),(6717,'duplicator_version_plugin','1.2.8','yes'),(6718,'duplicator_package_active','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-07-09 04:27:18\";s:7:\"Version\";s:5:\"1.2.8\";s:9:\"VersionWP\";s:3:\"4.8\";s:9:\"VersionDB\";s:6:\"5.6.35\";s:10:\"VersionPHP\";s:6:\"5.6.30\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:19:\"20170627_wanderfuls\";s:4:\"Hash\";s:32:\"de46add0225831782508170709042718\";s:8:\"NameHash\";s:52:\"20170627_wanderfuls_de46add0225831782508170709042718\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:47:\"/home/gourmetcandy/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:49:\"http://gourmetcandycenterpieces.com/wp-snapshots/\";s:8:\"ScanFile\";s:62:\"20170627_wanderfuls_de46add0225831782508170709042718_scan.json\";s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";N;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":14:{s:10:\"FilterDirs\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:30:\"/home/gourmetcandy/public_html\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":6:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":4:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":5:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":2:{s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;}s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-07-09 04:27:18\";s:7:\"Version\";s:5:\"1.2.8\";s:9:\"VersionWP\";s:3:\"4.8\";s:9:\"VersionDB\";s:6:\"5.6.35\";s:10:\"VersionPHP\";s:6:\"5.6.30\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:19:\"20170627_wanderfuls\";s:4:\"Hash\";s:32:\"de46add0225831782508170709042718\";s:8:\"NameHash\";s:52:\"20170627_wanderfuls_de46add0225831782508170709042718\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:47:\"/home/gourmetcandy/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:49:\"http://gourmetcandycenterpieces.com/wp-snapshots/\";s:8:\"ScanFile\";N;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";N;s:6:\"WPUser\";N;s:7:\"Archive\";r:22;s:9:\"Installer\";O:13:\"DUP_Installer\":12:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSSLAdmin\";i:0;s:12:\"OptsSSLLogin\";i:0;s:11:\"OptsCacheWP\";i:0;s:13:\"OptsCachePath\";i:0;s:10:\"OptsURLNew\";s:0:\"\";s:10:\"\0*\0Package\";r:53;}s:8:\"Database\";O:12:\"DUP_Database\":13:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:28:\"MySQL Community Server (GPL)\";s:10:\"\0*\0Package\";r:53;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}}}s:9:\"Installer\";r:75;s:8:\"Database\";r:88;}','yes'),(6722,'_site_transient_timeout_browser_bc5bf2385512f2fbb9c7481bce116923','1499197811','no'),(6723,'_site_transient_browser_bc5bf2385512f2fbb9c7481bce116923','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"49.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'),(6724,'_site_transient_timeout_community-events-200e21b9be4dfa91a3231088037499c3','1498636216','no'),(6725,'_site_transient_community-events-200e21b9be4dfa91a3231088037499c3','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"45.117.181.0\";}s:6:\"events\";a:3:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:26:\"Wordpress Delhi NCR Meetup\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/241013407/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-07-01 16:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Delhi, DL, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:28.670000076293998603205182007513940334320068359375;s:9:\"longitude\";d:77.2099990844729973105131648480892181396484375;}}i:1;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Kanpur\";s:3:\"url\";s:32:\"https://2017.kanpur.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-07-09 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:28:\"Kanpur, Uttar Pradesh, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:26.4717124000000012529199011623859405517578125;s:9:\"longitude\";d:80.3036330000000049267327995039522647857666015625;}}i:2;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:14:\"WordCamp Delhi\";s:3:\"url\";s:31:\"https://2017.delhi.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-08-19 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"New Delhi, INDIA\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:28.62826199999999943202055874280631542205810546875;s:9:\"longitude\";d:77.215475999999995337930158711969852447509765625;}}}}','no'),(6860,'_site_transient_timeout_community-events-eed404f4eb47db641b88249030962633','1499495830','no'),(6861,'_site_transient_community-events-eed404f4eb47db641b88249030962633','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"207.237.177.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Introduction to the WordPress Template System\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/240758251/\";s:6:\"meetup\";s:29:\"WordPress North Jersey Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/\";s:4:\"date\";s:19:\"2017-07-10 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Montclair, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.8112799999999964484231895767152309417724609375;s:9:\"longitude\";d:-74.219345000000004120010999031364917755126953125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:15:\"Lightning Talks\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335827/\";s:6:\"meetup\";s:32:\"Northwestern NJ WordPress Meetup\";s:10:\"meetup_url\";s:56:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-07-11 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clinton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.64503500000000002501110429875552654266357421875;s:9:\"longitude\";d:-74.9118349999999963984009809792041778564453125;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:15:\"WPNYC HELP DESK\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/241336901/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2017-07-12 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"New York, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.756900999999999157807906158268451690673828125;s:9:\"longitude\";d:-73.99002799999999524516169913113117218017578125;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp Washington, DC\";s:3:\"url\";s:28:\"https://2017.dc.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-07-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Washington, DC\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:38.90265360000000072204784373752772808074951171875;s:9:\"longitude\";d:-77.022923700000006874688551761209964752197265625;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:52:\"Local WordPress development with \"Local by Flywheel\"\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/241398900/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2017-07-18 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"New York, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.756900999999999157807906158268451690673828125;s:9:\"longitude\";d:-73.99002799999999524516169913113117218017578125;}}}}','no'),(6863,'tb_customizer_inline_css_cache','.boxed-main-layout #outer-wrap{padding:0px;}#site-logo{padding-top:0px;padding-bottom:0px;}#site-navigation-wrap, .is-sticky .fixed-nav{background-color:#cc3366;}#site-navigation li{border-color:#cc3366;}#site-navigation a{border-color:#cc3366;}#site-navigation ul{border-color:#cc3366;}#site-navigation-wrap{border-color:#cc3366;}#site-navigation{border-color:#cc3366;}.navbar-style-six #site-navigation{border-color:#cc3366;}#site-navigation .dropdown-menu > li > a{color:#ffffff;}#site-navigation .dropdown-menu > li > a:hover{color:#ffffff;}#site-navigation .dropdown-menu > .current-menu-item > a,\n							#site-navigation .dropdown-menu > .current-menu-parent > a,\n							#site-navigation .dropdown-menu > .current-menu-item > a:hover,\n							#site-navigation .dropdown-menu > .current-menu-parent > a:hover{color:#ffd852;}#mobile-menu a{color:#dd3333;background:#eeee22;}#footer-inner{padding:10px 10px 10px 10px;}#footer{background-color:#dddbdc;color:#cc3366;}#footer p{color:#cc3366;}#footer li a:before{color:#cc3366;}#footer a{color:#cc3366;}#footer a:hover{color:#000000;}#footer-bottom{background:#cc3366;color:#ffffff;}#footer-bottom p{color:#ffffff;}#footer-bottom a{color:#ffffff;}#footer-bottom a:hover{color:#ffffff;}.tb-vc-column-wrapper{margin-bottom:15px;}','yes'),(6865,'_transient_plugin_slugs','a:31:{i:0;s:57:\"add-any-extension-to-pages/add-any-extension-to-pages.php\";i:1;s:11:\"amp/amp.php\";i:2;s:55:\"any-mobile-theme-switcher/any-mobile-theme-switcher.php\";i:3;s:27:\"backupbuddy/backupbuddy.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:39:\"widget-countdown/wpdevart-countdown.php\";i:6;s:33:\"duplicate-post/duplicate-post.php\";i:7;s:25:\"duplicator/duplicator.php\";i:8;s:57:\"equivalent-mobile-redirect/equivalent-mobile-redirect.php\";i:9;s:28:\"fast-velocity-minify/fvm.php\";i:10;s:39:\"glue-for-yoast-seo-amp/yoastseo-amp.php\";i:11;s:49:\"gzip-ninja-speed-compression/gzip-ninja-speed.php\";i:12;s:35:\"insert-headers-and-footers/ihaf.php\";i:13;s:66:\"leverage-browser-caching-ninjas/leverage-browser-caching-ninja.php\";i:14;s:41:\"libravatar-replace/libravatar-replace.php\";i:15;s:29:\"mobile-smart/mobile-smart.php\";i:16;s:23:\"revslider/revslider.php\";i:17;s:28:\"taptap-by-bonfire/taptap.php\";i:18;s:73:\"ultimate-wordpress-mobile-redirect/ultimate-wordpress-mobile-redirect.php\";i:19;s:33:\"w3-total-cache/w3-total-cache.php\";i:20;s:27:\"woocommerce/woocommerce.php\";i:21;s:56:\"woocommerce-oscommerce-import/woocommerce-osc-import.php\";i:22;s:99:\"woocommerce-gateway-paypal-powered-by-braintree/woocommerce-gateway-paypal-powered-by-braintree.php\";i:23;s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";i:24;s:23:\"wordfence/wordfence.php\";i:25;s:37:\"wordpress-database-reset/wp-reset.php\";i:26;s:27:\"wp-optimize/wp-optimize.php\";i:27;s:27:\"js_composer/js_composer.php\";i:28;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:29;s:25:\"wp-staging/wp-staging.php\";i:30;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(6885,'_site_transient_timeout_browser_c22b77c5f1f272a733a6fa2ae9a17f9c','1500174877','no'),(6886,'_site_transient_browser_c22b77c5f1f272a733a6fa2ae9a17f9c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"59.0.3071.115\";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'),(7182,'_site_transient_timeout_browser_4d755f60dea6e53c85c0443770b58368','1501762216','no'),(7183,'_site_transient_browser_4d755f60dea6e53c85c0443770b58368','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:13:\"Mobile Safari\";s:7:\"version\";s:3:\"4.0\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(7184,'_site_transient_timeout_community-events-60dac5d7dc5d95689ae4bf537d985cf0','1501200630','no'),(7185,'_site_transient_community-events-60dac5d7dc5d95689ae4bf537d985cf0','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"103.230.105.0\";}s:6:\"events\";a:0:{}}','no'),(7219,'_site_transient_timeout_browser_1eab6c1f14471261b4cb2e511a8d9b95','1501960563','no'),(7220,'_site_transient_browser_1eab6c1f14471261b4cb2e511a8d9b95','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"10.1.1\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(7223,'_site_transient_timeout_community-events-be3de2ec8f67e36c1ffad6de187c8123','1501398966','no'),(7224,'_site_transient_community-events-be3de2ec8f67e36c1ffad6de187c8123','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"173.129.234.0\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:20:\"WordCamp Phoenix, AZ\";s:3:\"url\";s:33:\"https://2017.phoenix.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-10-28 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:11:\"Phoenix, AZ\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:33.44083760000000182799340109340846538543701171875;s:9:\"longitude\";d:-112.066924999999997680788510479032993316650390625;}}}}','no'),(7304,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1503656292;s:7:\"checked\";a:5:{s:5:\"Total\";s:5:\"4.2.1\";s:12:\"mobile-first\";s:3:\"1.0\";s:17:\"responsive-mobile\";s:3:\"1.1\";s:10:\"wanderfuls\";s:5:\"1.0.5\";s:20:\"wp-bootstrap-starter\";s:5:\"1.3.2\";}s:8:\"response\";a:3:{s:12:\"mobile-first\";a:4:{s:5:\"theme\";s:12:\"mobile-first\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/mobile-first/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/mobile-first.1.1.zip\";}s:17:\"responsive-mobile\";a:4:{s:5:\"theme\";s:17:\"responsive-mobile\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:47:\"https://wordpress.org/themes/responsive-mobile/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/responsive-mobile.1.4.zip\";}s:20:\"wp-bootstrap-starter\";a:4:{s:5:\"theme\";s:20:\"wp-bootstrap-starter\";s:11:\"new_version\";s:5:\"2.4.9\";s:3:\"url\";s:50:\"https://wordpress.org/themes/wp-bootstrap-starter/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/theme/wp-bootstrap-starter.2.4.9.zip\";}}s:12:\"translations\";a:0:{}}','no'),(7305,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1503656292;s:8:\"response\";a:17:{s:57:\"add-any-extension-to-pages/add-any-extension-to-pages.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:40:\"w.org/plugins/add-any-extension-to-pages\";s:4:\"slug\";s:26:\"add-any-extension-to-pages\";s:6:\"plugin\";s:57:\"add-any-extension-to-pages/add-any-extension-to-pages.php\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/add-any-extension-to-pages/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/add-any-extension-to-pages.zip\";s:6:\"tested\";s:3:\"4.8\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:11:\"amp/amp.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:17:\"w.org/plugins/amp\";s:4:\"slug\";s:3:\"amp\";s:6:\"plugin\";s:11:\"amp/amp.php\";s:11:\"new_version\";s:5:\"0.5.1\";s:3:\"url\";s:34:\"https://wordpress.org/plugins/amp/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/amp.0.5.1.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"4.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"widget-countdown/wpdevart-countdown.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:30:\"w.org/plugins/widget-countdown\";s:4:\"slug\";s:16:\"widget-countdown\";s:6:\"plugin\";s:39:\"widget-countdown/wpdevart-countdown.php\";s:11:\"new_version\";s:5:\"1.8.9\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/widget-countdown/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/widget-countdown.1.8.9.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:6:\"1.2.18\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/duplicator.1.2.18.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:28:\"fast-velocity-minify/fvm.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:34:\"w.org/plugins/fast-velocity-minify\";s:4:\"slug\";s:20:\"fast-velocity-minify\";s:6:\"plugin\";s:28:\"fast-velocity-minify/fvm.php\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/fast-velocity-minify/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/fast-velocity-minify.2.2.1.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"glue-for-yoast-seo-amp/yoastseo-amp.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:36:\"w.org/plugins/glue-for-yoast-seo-amp\";s:4:\"slug\";s:22:\"glue-for-yoast-seo-amp\";s:6:\"plugin\";s:39:\"glue-for-yoast-seo-amp/yoastseo-amp.php\";s:11:\"new_version\";s:5:\"0.4.2\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/glue-for-yoast-seo-amp/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/glue-for-yoast-seo-amp.0.4.2.zip\";s:6:\"tested\";s:5:\"4.7.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:7:\"0.9.5.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.5.4.zip\";s:6:\"tested\";s:5:\"4.7.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.1.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:99:\"woocommerce-gateway-paypal-powered-by-braintree/woocommerce-gateway-paypal-powered-by-braintree.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:61:\"w.org/plugins/woocommerce-gateway-paypal-powered-by-braintree\";s:4:\"slug\";s:47:\"woocommerce-gateway-paypal-powered-by-braintree\";s:6:\"plugin\";s:99:\"woocommerce-gateway-paypal-powered-by-braintree/woocommerce-gateway-paypal-powered-by-braintree.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:3:\"url\";s:78:\"https://wordpress.org/plugins/woocommerce-gateway-paypal-powered-by-braintree/\";s:7:\"package\";s:96:\"https://downloads.wordpress.org/plugin/woocommerce-gateway-paypal-powered-by-braintree.2.0.4.zip\";s:14:\"upgrade_notice\";s:159:\"<ul>\n<li>Fix - Prevent a fatal error when completing pre-orders</li>\n<li>Fix - Prevent JavaScript errors when applying a 100%-off coupon at checkout</li>\n</ul>\";s:6:\"tested\";s:3:\"4.8\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:40:\"w.org/plugins/woocommerce-gateway-stripe\";s:4:\"slug\";s:26:\"woocommerce-gateway-stripe\";s:6:\"plugin\";s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";s:11:\"new_version\";s:5:\"3.2.3\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/woocommerce-gateway-stripe.3.2.3.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:6:\"6.3.17\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wordfence.6.3.17.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"wp-optimize/wp-optimize.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:25:\"w.org/plugins/wp-optimize\";s:4:\"slug\";s:11:\"wp-optimize\";s:6:\"plugin\";s:27:\"wp-optimize/wp-optimize.php\";s:11:\"new_version\";s:5:\"2.1.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-optimize/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-optimize.2.1.1.zip\";s:6:\"tested\";s:3:\"4.8\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"wp-fastest-cache/wpFastestCache.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:30:\"w.org/plugins/wp-fastest-cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:6:\"plugin\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:11:\"new_version\";s:7:\"0.8.7.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-fastest-cache/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-fastest-cache.0.8.7.2.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"wp-staging/wp-staging.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:24:\"w.org/plugins/wp-staging\";s:4:\"slug\";s:10:\"wp-staging\";s:6:\"plugin\";s:25:\"wp-staging/wp-staging.php\";s:11:\"new_version\";s:5:\"2.1.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-staging/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-staging.2.1.1.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:5:\"5.3.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.5.3.2.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:5:\"5.2.1\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:24:\"WPBakery Visual Composer\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:9:{s:55:\"any-mobile-theme-switcher/any-mobile-theme-switcher.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:39:\"w.org/plugins/any-mobile-theme-switcher\";s:4:\"slug\";s:25:\"any-mobile-theme-switcher\";s:6:\"plugin\";s:55:\"any-mobile-theme-switcher/any-mobile-theme-switcher.php\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/any-mobile-theme-switcher/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/any-mobile-theme-switcher.2.1.zip\";}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.zip\";}s:57:\"equivalent-mobile-redirect/equivalent-mobile-redirect.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:40:\"w.org/plugins/equivalent-mobile-redirect\";s:4:\"slug\";s:26:\"equivalent-mobile-redirect\";s:6:\"plugin\";s:57:\"equivalent-mobile-redirect/equivalent-mobile-redirect.php\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/equivalent-mobile-redirect/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/equivalent-mobile-redirect.3.2.zip\";}s:49:\"gzip-ninja-speed-compression/gzip-ninja-speed.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:42:\"w.org/plugins/gzip-ninja-speed-compression\";s:4:\"slug\";s:28:\"gzip-ninja-speed-compression\";s:6:\"plugin\";s:49:\"gzip-ninja-speed-compression/gzip-ninja-speed.php\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/gzip-ninja-speed-compression/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/gzip-ninja-speed-compression.zip\";}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:40:\"w.org/plugins/insert-headers-and-footers\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:5:\"1.4.2\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.1.4.2.zip\";}s:41:\"libravatar-replace/libravatar-replace.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:32:\"w.org/plugins/libravatar-replace\";s:4:\"slug\";s:18:\"libravatar-replace\";s:6:\"plugin\";s:41:\"libravatar-replace/libravatar-replace.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/libravatar-replace/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/libravatar-replace.zip\";}s:29:\"mobile-smart/mobile-smart.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:26:\"w.org/plugins/mobile-smart\";s:4:\"slug\";s:12:\"mobile-smart\";s:6:\"plugin\";s:29:\"mobile-smart/mobile-smart.php\";s:11:\"new_version\";s:7:\"v1.3.16\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/mobile-smart/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/mobile-smart.zip\";}s:56:\"woocommerce-oscommerce-import/woocommerce-osc-import.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:43:\"w.org/plugins/woocommerce-oscommerce-import\";s:4:\"slug\";s:29:\"woocommerce-oscommerce-import\";s:6:\"plugin\";s:56:\"woocommerce-oscommerce-import/woocommerce-osc-import.php\";s:11:\"new_version\";s:5:\"1.2.1\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/woocommerce-oscommerce-import/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/woocommerce-oscommerce-import.zip\";}s:37:\"wordpress-database-reset/wp-reset.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:38:\"w.org/plugins/wordpress-database-reset\";s:4:\"slug\";s:24:\"wordpress-database-reset\";s:6:\"plugin\";s:37:\"wordpress-database-reset/wp-reset.php\";s:11:\"new_version\";s:5:\"3.0.2\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/wordpress-database-reset/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/wordpress-database-reset.3.0.2.zip\";}}}','no'),(7307,'_transient_doing_cron','1535773763.3566880226135253906250','yes'),(7310,'_site_transient_timeout_browser_5a44afb513ff98a874122cd432a844f1','1504261093','no'),(7311,'_site_transient_browser_5a44afb513ff98a874122cd432a844f1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"54.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'),(7314,'_site_transient_timeout_community-events-7ba42b03d31881161c42501f6aa63a45','1503699501','no'),(7315,'_site_transient_community-events-7ba42b03d31881161c42501f6aa63a45','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"113.21.228.0\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:55:\"Translating WordPress into Bengali (WPTranslationDay 3)\";s:3:\"url\";s:63:\"https://www.meetup.com/Dhaka-WordPress-Meetup/events/242401395/\";s:6:\"meetup\";s:22:\"Dhaka WordPress Meetup\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/Dhaka-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-09-30 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:38:\"Keraniganj, Dhaka Division, Bangladesh\";s:7:\"country\";s:2:\"BD\";s:8:\"latitude\";d:23.70000076293899837764911353588104248046875;s:9:\"longitude\";d:90.3899993896479969635038287378847599029541015625;}}}}','no'),(7322,'_transient_timeout_wpseo-dashboard-totals','1503772680','no'),(7323,'_transient_wpseo-dashboard-totals','a:1:{i:1;a:1:{i:3;a:5:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"title\";s:27:\"Posts without focus keyword\";s:5:\"class\";s:15:\"wpseo-glance-na\";s:10:\"icon_class\";s:2:\"na\";s:5:\"count\";s:1:\"1\";}}}','no'),(7326,'_site_transient_timeout_theme_roots','1503691658','no'),(7327,'_site_transient_theme_roots','a:5:{s:5:\"Total\";s:7:\"/themes\";s:12:\"mobile-first\";s:7:\"/themes\";s:17:\"responsive-mobile\";s:7:\"/themes\";s:10:\"wanderfuls\";s:7:\"/themes\";s:20:\"wp-bootstrap-starter\";s:7:\"/themes\";}','no'),(7328,'_transient_timeout_yst_sm_1_1:6KucB_3GqCZ','1528802444','no'),(7329,'_transient_yst_sm_1_1:6KucB_3GqCZ','C:24:\"WPSEO_Sitemap_Cache_Data\":838:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:791:\"<sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n	<sitemap>\n		<loc>http://gourmetcandycenterpieces.com/post-sitemap.xml</loc>\n		<lastmod>2015-10-28T18:09:07+00:00</lastmod>\n	</sitemap>\n	<sitemap>\n		<loc>http://gourmetcandycenterpieces.com/page-sitemap.xml</loc>\n		<lastmod>2017-06-22T05:17:10+00:00</lastmod>\n	</sitemap>\n	<sitemap>\n		<loc>http://gourmetcandycenterpieces.com/testimonials-sitemap.xml</loc>\n		<lastmod>2015-10-30T17:05:37+00:00</lastmod>\n	</sitemap>\n	<sitemap>\n		<loc>http://gourmetcandycenterpieces.com/category-sitemap.xml</loc>\n		<lastmod>2015-10-28T18:09:07+00:00</lastmod>\n	</sitemap>\n	<sitemap>\n		<loc>http://gourmetcandycenterpieces.com/testimonials_category-sitemap.xml</loc>\n		<lastmod>2015-10-30T17:05:37+00:00</lastmod>\n	</sitemap>\n</sitemapindex>\";}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

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

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_attached_file','2015/10/wandlogo.gif'),(3,3,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:41;s:4:\"file\";s:20:\"2015/10/wandlogo.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wandlogo-150x41.gif\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4,4,'_edit_last','1'),(5,4,'_edit_lock','1498583974:1'),(6,4,'_wp_page_template','default'),(7,4,'_wpb_vc_js_status','true'),(8,4,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9,4,'slide_template',''),(10,4,'_easy_image_gallery_link_images','off'),(11,6,'_edit_last','1'),(12,6,'_wp_page_template','default'),(13,6,'_wpb_vc_js_status','true'),(14,6,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15,6,'slide_template',''),(16,6,'_easy_image_gallery_link_images','off'),(17,6,'_edit_lock','1498196327:1'),(18,8,'_edit_last','1'),(19,8,'_wp_page_template','default'),(20,8,'_wpb_vc_js_status','true'),(21,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22,8,'slide_template','default'),(23,8,'_easy_image_gallery_link_images','off'),(24,8,'_edit_lock','1497370186:1'),(25,10,'_edit_last','1'),(26,10,'_wp_page_template','default'),(27,10,'_wpb_vc_js_status','true'),(28,10,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(29,10,'slide_template','default'),(30,10,'_easy_image_gallery_link_images','off'),(31,10,'_edit_lock','1472167770:1'),(32,12,'_edit_last','1'),(33,12,'_wp_page_template','default'),(34,12,'_wpb_vc_js_status','true'),(35,12,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36,12,'slide_template',''),(37,12,'_easy_image_gallery_link_images','off'),(38,12,'_edit_lock','1497644252:1'),(39,14,'_edit_last','1'),(40,14,'_wp_page_template','default'),(41,14,'_wpb_vc_js_status','true'),(42,14,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(43,14,'slide_template','default'),(44,14,'_easy_image_gallery_link_images','off'),(45,14,'_edit_lock','1454196497:1'),(46,16,'_edit_last','1'),(47,16,'_wp_page_template','default'),(48,16,'_wpb_vc_js_status','true'),(49,16,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(50,16,'slide_template','default'),(51,16,'_easy_image_gallery_link_images','off'),(52,16,'_edit_lock','1470203825:1'),(53,2,'_edit_last','1'),(54,2,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(55,2,'slide_template','default'),(56,2,'_edit_lock','1471039397:1'),(59,19,'_menu_item_type','post_type'),(60,19,'_menu_item_menu_item_parent','0'),(61,19,'_menu_item_object_id','16'),(62,19,'_menu_item_object','page'),(63,19,'_menu_item_target',''),(64,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(65,19,'_menu_item_xfn',''),(66,19,'_menu_item_url',''),(68,20,'_menu_item_type','post_type'),(69,20,'_menu_item_menu_item_parent','0'),(70,20,'_menu_item_object_id','14'),(71,20,'_menu_item_object','page'),(72,20,'_menu_item_target',''),(73,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(74,20,'_menu_item_xfn',''),(75,20,'_menu_item_url',''),(77,21,'_menu_item_type','post_type'),(78,21,'_menu_item_menu_item_parent','0'),(79,21,'_menu_item_object_id','12'),(80,21,'_menu_item_object','page'),(81,21,'_menu_item_target',''),(82,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(83,21,'_menu_item_xfn',''),(84,21,'_menu_item_url',''),(86,22,'_menu_item_type','post_type'),(87,22,'_menu_item_menu_item_parent','0'),(88,22,'_menu_item_object_id','10'),(89,22,'_menu_item_object','page'),(90,22,'_menu_item_target',''),(91,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(92,22,'_menu_item_xfn',''),(93,22,'_menu_item_url',''),(95,23,'_menu_item_type','post_type'),(96,23,'_menu_item_menu_item_parent','0'),(97,23,'_menu_item_object_id','8'),(98,23,'_menu_item_object','page'),(99,23,'_menu_item_target',''),(100,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101,23,'_menu_item_xfn',''),(102,23,'_menu_item_url',''),(104,24,'_menu_item_type','post_type'),(105,24,'_menu_item_menu_item_parent','0'),(106,24,'_menu_item_object_id','6'),(107,24,'_menu_item_object','page'),(108,24,'_menu_item_target',''),(109,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(110,24,'_menu_item_xfn',''),(111,24,'_menu_item_url',''),(113,25,'_menu_item_type','post_type'),(114,25,'_menu_item_menu_item_parent','0'),(115,25,'_menu_item_object_id','4'),(116,25,'_menu_item_object','page'),(117,25,'_menu_item_target',''),(118,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(119,25,'_menu_item_xfn',''),(120,25,'_menu_item_url',''),(122,26,'_menu_item_type','post_type'),(123,26,'_menu_item_menu_item_parent','0'),(124,26,'_menu_item_object_id','2'),(125,26,'_menu_item_object','page'),(126,26,'_menu_item_target',''),(127,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(128,26,'_menu_item_xfn',''),(129,26,'_menu_item_url',''),(131,25,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(132,24,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(133,23,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(134,26,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(135,22,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(136,21,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(137,20,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(138,19,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(139,27,'_edit_last','1'),(140,27,'_edit_lock','1503690337:1'),(141,27,'_wp_page_template','default'),(142,27,'_wpb_vc_js_status','true'),(143,27,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(144,27,'slide_template','default'),(145,27,'_easy_image_gallery_link_images','off'),(146,30,'_edit_last','1'),(147,30,'_edit_lock','1449107283:1'),(148,30,'_wp_page_template','default'),(149,30,'_wpb_vc_js_status','true'),(150,30,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(151,30,'slide_template','default'),(152,30,'_easy_image_gallery_link_images','off'),(153,32,'_edit_last','1'),(154,32,'_edit_lock','1471030306:1'),(155,32,'_wp_page_template','default'),(156,32,'_wpb_vc_js_status','true'),(157,32,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(158,32,'slide_template','default'),(159,32,'_easy_image_gallery_link_images','off'),(160,34,'_edit_last','1'),(161,34,'_wp_page_template','default'),(162,34,'_wpb_vc_js_status','true'),(163,34,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(164,34,'slide_template','default'),(165,34,'_easy_image_gallery_link_images','off'),(166,34,'_edit_lock','1449106953:1'),(167,36,'_edit_last','1'),(168,36,'_wp_page_template','default'),(169,36,'_wpb_vc_js_status','true'),(170,36,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(171,36,'slide_template','default'),(172,36,'_easy_image_gallery_link_images','off'),(173,36,'_edit_lock','1449106263:1'),(174,38,'_edit_last','1'),(175,38,'_wp_page_template','default'),(176,38,'_wpb_vc_js_status','true'),(177,38,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(178,38,'slide_template','default'),(179,38,'_easy_image_gallery_link_images','off'),(180,38,'_edit_lock','1449106774:1'),(181,39,'_edit_last','1'),(182,39,'_wp_page_template','default'),(183,39,'_wpb_vc_js_status','true'),(184,39,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(185,39,'slide_template','default'),(186,39,'_easy_image_gallery_link_images','off'),(187,39,'_edit_lock','1449106428:1'),(188,40,'_edit_last','1'),(189,40,'_wp_page_template','default'),(190,40,'_wpb_vc_js_status','false'),(191,40,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(192,40,'slide_template','default'),(193,40,'_easy_image_gallery_link_images','off'),(194,40,'_edit_lock','1470974849:1'),(195,43,'_edit_last','1'),(196,43,'_wp_page_template','default'),(197,43,'_wpb_vc_js_status','true'),(198,43,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(199,43,'slide_template','default'),(200,43,'_easy_image_gallery_link_images','off'),(201,43,'_edit_lock','1449106347:1'),(202,45,'_edit_last','1'),(203,45,'_wp_page_template','default'),(204,45,'_wpb_vc_js_status','true'),(205,45,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(206,45,'slide_template','default'),(207,45,'_easy_image_gallery_link_images','off'),(208,45,'_edit_lock','1471406509:1'),(209,48,'_edit_last','1'),(210,48,'_wp_page_template','default'),(211,48,'_wpb_vc_js_status','false'),(212,48,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(213,48,'slide_template','default'),(214,48,'_easy_image_gallery_link_images','off'),(215,48,'_edit_lock','1449106480:1'),(216,49,'_edit_last','1'),(217,49,'_wp_page_template','default'),(218,49,'_wpb_vc_js_status','true'),(219,49,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(220,49,'slide_template','default'),(221,49,'_easy_image_gallery_link_images','off'),(222,49,'_edit_lock','1471039429:1'),(223,51,'_edit_last','1'),(224,51,'_wp_page_template','default'),(225,51,'_wpb_vc_js_status','true'),(226,51,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(227,51,'slide_template','default'),(228,51,'_easy_image_gallery_link_images','off'),(229,51,'_edit_lock','1471035637:1'),(230,54,'_edit_last','1'),(231,54,'_wp_page_template','default'),(232,54,'_wpb_vc_js_status','true'),(233,54,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(234,54,'slide_template','default'),(235,54,'_easy_image_gallery_link_images','off'),(236,54,'_edit_lock','1449106652:1'),(237,56,'_edit_last','1'),(238,56,'_wp_page_template','default'),(239,56,'_wpb_vc_js_status','true'),(240,56,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(241,56,'slide_template','default'),(242,56,'_easy_image_gallery_link_images','off'),(243,56,'_edit_lock','1471033124:1'),(244,57,'_edit_last','1'),(245,57,'_wp_page_template','default'),(246,57,'_wpb_vc_js_status','true'),(247,57,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(248,57,'slide_template',''),(249,57,'_easy_image_gallery_link_images','off'),(250,57,'_edit_lock','1497642393:1'),(251,61,'_edit_last','1'),(252,61,'_wp_page_template','default'),(253,61,'_wpb_vc_js_status','true'),(254,61,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(255,61,'slide_template','default'),(256,61,'_easy_image_gallery_link_images','off'),(257,61,'_edit_lock','1503658029:1'),(265,65,'_edit_last','1'),(266,65,'_wp_page_template','default'),(267,65,'_wpb_vc_js_status','true'),(268,65,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(269,65,'slide_template','default'),(270,65,'_easy_image_gallery_link_images','off'),(271,65,'_edit_lock','1497645373:1'),(279,70,'_edit_last','1'),(280,70,'_edit_lock','1449106777:1'),(281,70,'_wp_page_template','default'),(282,70,'_wpb_vc_js_status','true'),(283,70,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(284,70,'slide_template','default'),(285,70,'_easy_image_gallery_link_images','off'),(286,73,'_menu_item_type','post_type'),(287,73,'_menu_item_menu_item_parent','0'),(288,73,'_menu_item_object_id','45'),(289,73,'_menu_item_object','page'),(290,73,'_menu_item_target',''),(291,73,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(292,73,'_menu_item_xfn',''),(293,73,'_menu_item_url',''),(295,74,'_menu_item_type','post_type'),(296,74,'_menu_item_menu_item_parent','0'),(297,74,'_menu_item_object_id','40'),(298,74,'_menu_item_object','page'),(299,74,'_menu_item_target',''),(300,74,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(301,74,'_menu_item_xfn',''),(302,74,'_menu_item_url',''),(304,75,'_menu_item_type','post_type'),(305,75,'_menu_item_menu_item_parent','0'),(306,75,'_menu_item_object_id','32'),(307,75,'_menu_item_object','page'),(308,75,'_menu_item_target',''),(309,75,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(310,75,'_menu_item_xfn',''),(311,75,'_menu_item_url',''),(313,76,'_menu_item_type','post_type'),(314,76,'_menu_item_menu_item_parent','0'),(315,76,'_menu_item_object_id','43'),(316,76,'_menu_item_object','page'),(317,76,'_menu_item_target',''),(318,76,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(319,76,'_menu_item_xfn',''),(320,76,'_menu_item_url',''),(322,77,'_menu_item_type','post_type'),(323,77,'_menu_item_menu_item_parent','0'),(324,77,'_menu_item_object_id','36'),(325,77,'_menu_item_object','page'),(326,77,'_menu_item_target',''),(327,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(328,77,'_menu_item_xfn',''),(329,77,'_menu_item_url',''),(331,78,'_menu_item_type','post_type'),(332,78,'_menu_item_menu_item_parent','0'),(333,78,'_menu_item_object_id','27'),(334,78,'_menu_item_object','page'),(335,78,'_menu_item_target',''),(336,78,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(337,78,'_menu_item_xfn',''),(338,78,'_menu_item_url',''),(340,79,'_menu_item_type','post_type'),(341,79,'_menu_item_menu_item_parent','0'),(342,79,'_menu_item_object_id','39'),(343,79,'_menu_item_object','page'),(344,79,'_menu_item_target',''),(345,79,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(346,79,'_menu_item_xfn',''),(347,79,'_menu_item_url',''),(358,81,'_menu_item_type','post_type'),(359,81,'_menu_item_menu_item_parent','0'),(360,81,'_menu_item_object_id','49'),(361,81,'_menu_item_object','page'),(362,81,'_menu_item_target',''),(363,81,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(364,81,'_menu_item_xfn',''),(365,81,'_menu_item_url',''),(376,83,'_menu_item_type','post_type'),(377,83,'_menu_item_menu_item_parent','0'),(378,83,'_menu_item_object_id','54'),(379,83,'_menu_item_object','page'),(380,83,'_menu_item_target',''),(381,83,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(382,83,'_menu_item_xfn',''),(383,83,'_menu_item_url',''),(385,84,'_menu_item_type','post_type'),(386,84,'_menu_item_menu_item_parent','0'),(387,84,'_menu_item_object_id','38'),(388,84,'_menu_item_object','page'),(389,84,'_menu_item_target',''),(390,84,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(391,84,'_menu_item_xfn',''),(392,84,'_menu_item_url',''),(394,85,'_menu_item_type','post_type'),(395,85,'_menu_item_menu_item_parent','0'),(396,85,'_menu_item_object_id','34'),(397,85,'_menu_item_object','page'),(398,85,'_menu_item_target',''),(399,85,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(400,85,'_menu_item_xfn',''),(401,85,'_menu_item_url',''),(403,86,'_menu_item_type','post_type'),(404,86,'_menu_item_menu_item_parent','0'),(405,86,'_menu_item_object_id','56'),(406,86,'_menu_item_object','page'),(407,86,'_menu_item_target',''),(408,86,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(409,86,'_menu_item_xfn',''),(410,86,'_menu_item_url',''),(412,87,'_menu_item_type','post_type'),(413,87,'_menu_item_menu_item_parent','0'),(414,87,'_menu_item_object_id','51'),(415,87,'_menu_item_object','page'),(416,87,'_menu_item_target',''),(417,87,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(418,87,'_menu_item_xfn',''),(419,87,'_menu_item_url',''),(421,88,'_menu_item_type','post_type'),(422,88,'_menu_item_menu_item_parent','0'),(423,88,'_menu_item_object_id','30'),(424,88,'_menu_item_object','page'),(425,88,'_menu_item_target',''),(426,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(427,88,'_menu_item_xfn',''),(428,88,'_menu_item_url',''),(430,73,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(431,74,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(432,75,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(433,76,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(434,77,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(435,78,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(436,79,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(438,81,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(440,83,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(441,84,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(442,85,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(443,86,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(444,87,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(445,88,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(446,89,'_menu_item_type','post_type'),(447,89,'_menu_item_menu_item_parent','0'),(448,89,'_menu_item_object_id','65'),(449,89,'_menu_item_object','page'),(450,89,'_menu_item_target',''),(451,89,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(452,89,'_menu_item_xfn',''),(453,89,'_menu_item_url',''),(464,91,'_menu_item_type','post_type'),(465,91,'_menu_item_menu_item_parent','0'),(466,91,'_menu_item_object_id','61'),(467,91,'_menu_item_object','page'),(468,91,'_menu_item_target',''),(469,91,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(470,91,'_menu_item_xfn',''),(471,91,'_menu_item_url',''),(473,92,'_menu_item_type','post_type'),(474,92,'_menu_item_menu_item_parent','0'),(475,92,'_menu_item_object_id','57'),(476,92,'_menu_item_object','page'),(477,92,'_menu_item_target',''),(478,92,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(479,92,'_menu_item_xfn',''),(480,92,'_menu_item_url',''),(482,92,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(483,91,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(485,89,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(486,93,'_menu_item_type','post_type'),(487,93,'_menu_item_menu_item_parent','0'),(488,93,'_menu_item_object_id','70'),(489,93,'_menu_item_object','page'),(490,93,'_menu_item_target',''),(491,93,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(492,93,'_menu_item_xfn',''),(493,93,'_menu_item_url',''),(504,95,'_menu_item_type','post_type'),(505,95,'_menu_item_menu_item_parent','0'),(506,95,'_menu_item_object_id','14'),(507,95,'_menu_item_object','page'),(508,95,'_menu_item_target',''),(509,95,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(510,95,'_menu_item_xfn',''),(511,95,'_menu_item_url',''),(514,95,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(515,93,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(525,97,'_menu_item_type','post_type'),(526,97,'_menu_item_menu_item_parent','0'),(527,97,'_menu_item_object_id','8'),(528,97,'_menu_item_object','page'),(529,97,'_menu_item_target',''),(530,97,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(531,97,'_menu_item_xfn',''),(532,97,'_menu_item_url',''),(534,98,'_menu_item_type','post_type'),(535,98,'_menu_item_menu_item_parent','0'),(536,98,'_menu_item_object_id','6'),(537,98,'_menu_item_object','page'),(538,98,'_menu_item_target',''),(539,98,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(540,98,'_menu_item_xfn',''),(541,98,'_menu_item_url',''),(543,99,'_menu_item_type','post_type'),(544,99,'_menu_item_menu_item_parent','0'),(545,99,'_menu_item_object_id','16'),(546,99,'_menu_item_object','page'),(547,99,'_menu_item_target',''),(548,99,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(549,99,'_menu_item_xfn',''),(550,99,'_menu_item_url',''),(552,100,'_menu_item_type','post_type'),(553,100,'_menu_item_menu_item_parent','0'),(554,100,'_menu_item_object_id','10'),(555,100,'_menu_item_object','page'),(556,100,'_menu_item_target',''),(557,100,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(558,100,'_menu_item_xfn',''),(559,100,'_menu_item_url',''),(561,101,'_menu_item_type','post_type'),(562,101,'_menu_item_menu_item_parent','0'),(563,101,'_menu_item_object_id','2'),(564,101,'_menu_item_object','page'),(565,101,'_menu_item_target',''),(566,101,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(567,101,'_menu_item_xfn',''),(568,101,'_menu_item_url',''),(570,102,'_menu_item_type','post_type'),(571,102,'_menu_item_menu_item_parent','0'),(572,102,'_menu_item_object_id','14'),(573,102,'_menu_item_object','page'),(574,102,'_menu_item_target',''),(575,102,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(576,102,'_menu_item_xfn',''),(577,102,'_menu_item_url',''),(588,104,'_menu_item_type','post_type'),(589,104,'_menu_item_menu_item_parent','902'),(590,104,'_menu_item_object_id','45'),(591,104,'_menu_item_object','page'),(592,104,'_menu_item_target',''),(593,104,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(594,104,'_menu_item_xfn',''),(595,104,'_menu_item_url',''),(597,105,'_menu_item_type','post_type'),(598,105,'_menu_item_menu_item_parent','902'),(599,105,'_menu_item_object_id','40'),(600,105,'_menu_item_object','page'),(601,105,'_menu_item_target',''),(602,105,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(603,105,'_menu_item_xfn',''),(604,105,'_menu_item_url',''),(606,106,'_menu_item_type','post_type'),(607,106,'_menu_item_menu_item_parent','902'),(608,106,'_menu_item_object_id','32'),(609,106,'_menu_item_object','page'),(610,106,'_menu_item_target',''),(611,106,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(612,106,'_menu_item_xfn',''),(613,106,'_menu_item_url',''),(615,107,'_menu_item_type','post_type'),(616,107,'_menu_item_menu_item_parent','902'),(617,107,'_menu_item_object_id','43'),(618,107,'_menu_item_object','page'),(619,107,'_menu_item_target',''),(620,107,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(621,107,'_menu_item_xfn',''),(622,107,'_menu_item_url',''),(624,108,'_menu_item_type','post_type'),(625,108,'_menu_item_menu_item_parent','902'),(626,108,'_menu_item_object_id','36'),(627,108,'_menu_item_object','page'),(628,108,'_menu_item_target',''),(629,108,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(630,108,'_menu_item_xfn',''),(631,108,'_menu_item_url',''),(633,109,'_menu_item_type','post_type'),(634,109,'_menu_item_menu_item_parent','902'),(635,109,'_menu_item_object_id','27'),(636,109,'_menu_item_object','page'),(637,109,'_menu_item_target',''),(638,109,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(639,109,'_menu_item_xfn',''),(640,109,'_menu_item_url',''),(642,110,'_menu_item_type','post_type'),(643,110,'_menu_item_menu_item_parent','902'),(644,110,'_menu_item_object_id','39'),(645,110,'_menu_item_object','page'),(646,110,'_menu_item_target',''),(647,110,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(648,110,'_menu_item_xfn',''),(649,110,'_menu_item_url',''),(651,111,'_menu_item_type','post_type'),(652,111,'_menu_item_menu_item_parent','902'),(653,111,'_menu_item_object_id','49'),(654,111,'_menu_item_object','page'),(655,111,'_menu_item_target',''),(656,111,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(657,111,'_menu_item_xfn',''),(658,111,'_menu_item_url',''),(669,113,'_menu_item_type','post_type'),(670,113,'_menu_item_menu_item_parent','0'),(671,113,'_menu_item_object_id','12'),(672,113,'_menu_item_object','page'),(673,113,'_menu_item_target',''),(674,113,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(675,113,'_menu_item_xfn',''),(676,113,'_menu_item_url',''),(678,114,'_menu_item_type','post_type'),(679,114,'_menu_item_menu_item_parent','902'),(680,114,'_menu_item_object_id','54'),(681,114,'_menu_item_object','page'),(682,114,'_menu_item_target',''),(683,114,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(684,114,'_menu_item_xfn',''),(685,114,'_menu_item_url',''),(687,115,'_menu_item_type','post_type'),(688,115,'_menu_item_menu_item_parent','902'),(689,115,'_menu_item_object_id','38'),(690,115,'_menu_item_object','page'),(691,115,'_menu_item_target',''),(692,115,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(693,115,'_menu_item_xfn',''),(694,115,'_menu_item_url',''),(696,116,'_menu_item_type','post_type'),(697,116,'_menu_item_menu_item_parent','902'),(698,116,'_menu_item_object_id','34'),(699,116,'_menu_item_object','page'),(700,116,'_menu_item_target',''),(701,116,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(702,116,'_menu_item_xfn',''),(703,116,'_menu_item_url',''),(705,117,'_menu_item_type','post_type'),(706,117,'_menu_item_menu_item_parent','902'),(707,117,'_menu_item_object_id','56'),(708,117,'_menu_item_object','page'),(709,117,'_menu_item_target',''),(710,117,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(711,117,'_menu_item_xfn',''),(712,117,'_menu_item_url',''),(714,118,'_menu_item_type','post_type'),(715,118,'_menu_item_menu_item_parent','902'),(716,118,'_menu_item_object_id','51'),(717,118,'_menu_item_object','page'),(718,118,'_menu_item_target',''),(719,118,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(720,118,'_menu_item_xfn',''),(721,118,'_menu_item_url',''),(723,119,'_menu_item_type','post_type'),(724,119,'_menu_item_menu_item_parent','902'),(725,119,'_menu_item_object_id','30'),(726,119,'_menu_item_object','page'),(727,119,'_menu_item_target',''),(728,119,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(729,119,'_menu_item_xfn',''),(730,119,'_menu_item_url',''),(732,120,'_menu_item_type','custom'),(733,120,'_menu_item_menu_item_parent','0'),(734,120,'_menu_item_object_id','120'),(735,120,'_menu_item_object','custom'),(736,120,'_menu_item_target',''),(737,120,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(738,120,'_menu_item_xfn',''),(739,120,'_menu_item_url','#'),(741,121,'_menu_item_type','post_type'),(742,121,'_menu_item_menu_item_parent','120'),(743,121,'_menu_item_object_id','65'),(744,121,'_menu_item_object','page'),(745,121,'_menu_item_target',''),(746,121,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(747,121,'_menu_item_xfn',''),(748,121,'_menu_item_url',''),(759,123,'_menu_item_type','post_type'),(760,123,'_menu_item_menu_item_parent','120'),(761,123,'_menu_item_object_id','61'),(762,123,'_menu_item_object','page'),(763,123,'_menu_item_target',''),(764,123,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(765,123,'_menu_item_xfn',''),(766,123,'_menu_item_url',''),(768,124,'_menu_item_type','post_type'),(769,124,'_menu_item_menu_item_parent','120'),(770,124,'_menu_item_object_id','57'),(771,124,'_menu_item_object','page'),(772,124,'_menu_item_target',''),(773,124,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(774,124,'_menu_item_xfn',''),(775,124,'_menu_item_url',''),(777,125,'_menu_item_type','custom'),(778,125,'_menu_item_menu_item_parent','0'),(779,125,'_menu_item_object_id','125'),(780,125,'_menu_item_object','custom'),(781,125,'_menu_item_target',''),(782,125,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(783,125,'_menu_item_xfn',''),(784,125,'_menu_item_url','#'),(786,126,'_menu_item_type','post_type'),(787,126,'_menu_item_menu_item_parent','125'),(788,126,'_menu_item_object_id','70'),(789,126,'_menu_item_object','page'),(790,126,'_menu_item_target',''),(791,126,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(792,126,'_menu_item_xfn',''),(793,126,'_menu_item_url',''),(805,101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(806,98,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(807,97,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(808,100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(809,113,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(810,102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(811,99,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(813,104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(814,105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(815,106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(816,107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(817,108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(818,109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(819,110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(820,111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(822,114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(823,115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(824,116,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(825,117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(826,118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(827,119,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(828,120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(829,124,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(830,123,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(832,121,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(833,125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(835,126,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(836,128,'_edit_last','1'),(837,128,'_wp_page_template','default'),(838,128,'_wpb_vc_js_status','true'),(839,128,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(840,128,'slide_template','default'),(841,128,'_easy_image_gallery_link_images','off'),(842,128,'_edit_lock','1449106426:1'),(843,132,'_menu_item_type','post_type'),(844,132,'_menu_item_menu_item_parent','0'),(845,132,'_menu_item_object_id','128'),(846,132,'_menu_item_object','page'),(847,132,'_menu_item_target',''),(848,132,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(849,132,'_menu_item_xfn',''),(850,132,'_menu_item_url',''),(852,133,'_menu_item_type','post_type'),(853,133,'_menu_item_menu_item_parent','0'),(854,133,'_menu_item_object_id','56'),(855,133,'_menu_item_object','page'),(856,133,'_menu_item_target',''),(857,133,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(858,133,'_menu_item_xfn',''),(859,133,'_menu_item_url',''),(861,134,'_menu_item_type','post_type'),(862,134,'_menu_item_menu_item_parent','0'),(863,134,'_menu_item_object_id','49'),(864,134,'_menu_item_object','page'),(865,134,'_menu_item_target',''),(866,134,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(867,134,'_menu_item_xfn',''),(868,134,'_menu_item_url',''),(870,130,'_edit_last','1'),(871,130,'_wp_page_template','default'),(872,130,'_wpb_vc_js_status','true'),(873,130,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(874,130,'slide_template','default'),(875,130,'_easy_image_gallery_link_images','off'),(876,130,'_edit_lock','1449106650:1'),(877,136,'_menu_item_type','post_type'),(878,136,'_menu_item_menu_item_parent','0'),(879,136,'_menu_item_object_id','16'),(880,136,'_menu_item_object','page'),(881,136,'_menu_item_target',''),(882,136,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(883,136,'_menu_item_xfn',''),(884,136,'_menu_item_url',''),(886,137,'_menu_item_type','post_type'),(887,137,'_menu_item_menu_item_parent','0'),(888,137,'_menu_item_object_id','14'),(889,137,'_menu_item_object','page'),(890,137,'_menu_item_target',''),(891,137,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(892,137,'_menu_item_xfn',''),(893,137,'_menu_item_url',''),(895,132,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(896,134,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(897,133,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(898,137,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(899,136,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(900,140,'_menu_item_type','post_type'),(901,140,'_menu_item_menu_item_parent','0'),(902,140,'_menu_item_object_id','130'),(903,140,'_menu_item_object','page'),(904,140,'_menu_item_target',''),(905,140,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(906,140,'_menu_item_xfn',''),(907,140,'_menu_item_url',''),(909,140,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(910,138,'_edit_last','1'),(911,138,'_wp_page_template','default'),(912,138,'_wpb_vc_js_status','false'),(913,138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(914,138,'slide_template','default'),(915,138,'_easy_image_gallery_link_images','off'),(916,138,'_edit_lock','1471363570:1'),(917,139,'_edit_last','1'),(918,139,'_wp_page_template','default'),(919,139,'_wpb_vc_js_status','true'),(920,139,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(921,139,'slide_template','default'),(922,139,'_easy_image_gallery_link_images','off'),(923,139,'_edit_lock','1449149864:1'),(933,129,'_edit_last','1'),(934,129,'_wp_page_template','default'),(935,129,'_wpb_vc_js_status','true'),(936,129,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(937,129,'slide_template','default'),(938,129,'_easy_image_gallery_link_images','off'),(939,129,'_edit_lock','1449106777:1'),(940,148,'_menu_item_type','post_type'),(941,148,'_menu_item_menu_item_parent','0'),(942,148,'_menu_item_object_id','129'),(943,148,'_menu_item_object','page'),(944,148,'_menu_item_target',''),(945,148,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(946,148,'_menu_item_xfn',''),(947,148,'_menu_item_url',''),(958,150,'_menu_item_type','post_type'),(959,150,'_menu_item_menu_item_parent','0'),(960,150,'_menu_item_object_id','139'),(961,150,'_menu_item_object','page'),(962,150,'_menu_item_target',''),(963,150,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(964,150,'_menu_item_xfn',''),(965,150,'_menu_item_url',''),(967,151,'_menu_item_type','post_type'),(968,151,'_menu_item_menu_item_parent','0'),(969,151,'_menu_item_object_id','138'),(970,151,'_menu_item_object','page'),(971,151,'_menu_item_target',''),(972,151,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(973,151,'_menu_item_xfn',''),(974,151,'_menu_item_url',''),(976,152,'_menu_item_type','post_type'),(977,152,'_menu_item_menu_item_parent','0'),(978,152,'_menu_item_object_id','61'),(979,152,'_menu_item_object','page'),(980,152,'_menu_item_target',''),(981,152,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(982,152,'_menu_item_xfn',''),(983,152,'_menu_item_url',''),(985,153,'_menu_item_type','post_type'),(986,153,'_menu_item_menu_item_parent','0'),(987,153,'_menu_item_object_id','14'),(988,153,'_menu_item_object','page'),(989,153,'_menu_item_target',''),(990,153,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(991,153,'_menu_item_xfn',''),(992,153,'_menu_item_url',''),(994,151,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(995,150,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(997,148,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(998,152,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(999,153,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1000,154,'_edit_last','1'),(1001,154,'_wp_page_template','templates/blog.php'),(1002,154,'_wpb_vc_js_status','false'),(1003,154,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1004,154,'slide_template','default'),(1005,154,'_easy_image_gallery_link_images','off'),(1006,154,'_edit_lock','1446063031:1'),(1007,4,'tb_main_layout','boxed'),(1008,4,'tb_post_layout','full-width'),(1010,4,'tb_disable_header_margin','on'),(1011,4,'tb_post_slider_shortcode','[rev_slider alias=\"home\"]'),(1012,4,'tb_post_subheading','\"Design a magical Wanderfuls Centerpiece today. Because your centerpiece should be as unique as you are!\"'),(1013,4,'tb_disable_title','on'),(1017,157,'_wp_attached_file','2015/10/findyourcolors.jpg'),(1018,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:688;s:6:\"height\";i:90;s:4:\"file\";s:26:\"2015/10/findyourcolors.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"findyourcolors-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"findyourcolors-300x39.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1019,4,'tb_post_slider_bottom_heading','Design a magical Wanderfuls Centerpiece today. Because your centerpiece should be as unique as you are!'),(1020,162,'_wp_attached_file','2015/10/3.jpg'),(1021,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:320;s:4:\"file\";s:13:\"2015/10/3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-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:13:\"3-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1022,163,'_wp_attached_file','2015/10/1.jpg'),(1023,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:320;s:4:\"file\";s:13:\"2015/10/1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"1-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1024,164,'_wp_attached_file','2015/10/home-gallery-4-large.jpg'),(1025,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2015/10/home-gallery-4-large.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home-gallery-4-large-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:32:\"home-gallery-4-large-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1026,165,'_wp_attached_file','2015/10/home-gallery-3-large.jpg'),(1027,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:621;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2015/10/home-gallery-3-large.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home-gallery-3-large-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:32:\"home-gallery-3-large-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1028,166,'_wp_attached_file','2015/10/home-gallery-5-large.jpg'),(1029,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2015/10/home-gallery-5-large.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home-gallery-5-large-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:32:\"home-gallery-5-large-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1030,167,'_wp_attached_file','2015/10/home-gallery-1-large.jpg'),(1031,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2015/10/home-gallery-1-large.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home-gallery-1-large-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:32:\"home-gallery-1-large-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1032,168,'_wp_attached_file','2015/10/home-gallery-2-large.jpg'),(1033,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2015/10/home-gallery-2-large.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home-gallery-2-large-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:32:\"home-gallery-2-large-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1034,169,'_wp_attached_file','2015/10/home-gallery-6-large.jpg'),(1035,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:687;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2015/10/home-gallery-6-large.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home-gallery-6-large-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:32:\"home-gallery-6-large-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1036,174,'_wp_attached_file','2015/10/bluebirthday.jpg'),(1037,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:279;s:4:\"file\";s:24:\"2015/10/bluebirthday.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bluebirthday-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:\"bluebirthday-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1038,4,'_wpb_shortcodes_custom_css','.vc_custom_1446120107833{margin-bottom: 20px !important;}.vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}.vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}'),(1039,176,'_wp_attached_file','2015/10/testimonialslogoboxwide2.jpg'),(1040,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:135;s:4:\"file\";s:36:\"2015/10/testimonialslogoboxwide2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"testimonialslogoboxwide2-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"testimonialslogoboxwide2-300x45.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1041,177,'_wp_attached_file','2015/10/purple-wedding-centerpiece-301.jpg'),(1042,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:301;s:6:\"height\";i:204;s:4:\"file\";s:42:\"2015/10/purple-wedding-centerpiece-301.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"purple-wedding-centerpiece-301-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:42:\"purple-wedding-centerpiece-301-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1043,178,'_wp_attached_file','2015/10/purple-favors-plus2.jpg'),(1044,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:204;s:4:\"file\";s:31:\"2015/10/purple-favors-plus2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"purple-favors-plus2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1045,179,'_wp_attached_file','2015/10/holder-equal2.jpg'),(1046,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:299;s:6:\"height\";i:204;s:4:\"file\";s:25:\"2015/10/holder-equal2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"holder-equal2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1047,182,'_wp_attached_file','2015/10/sizes3.jpg'),(1048,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:141;s:4:\"file\";s:18:\"2015/10/sizes3.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sizes3-150x141.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1049,183,'_wp_attached_file','2015/10/girlandivorylarge2.jpg'),(1050,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:141;s:4:\"file\";s:30:\"2015/10/girlandivorylarge2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"girlandivorylarge2-150x141.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1051,184,'_wp_attached_file','2015/10/Clipboard02.jpg'),(1052,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:141;s:4:\"file\";s:23:\"2015/10/Clipboard02.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Clipboard02-150x141.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1053,188,'_wp_attached_file','2015/10/slide_111.jpg'),(1054,188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:21:\"2015/10/slide_111.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_111-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:21:\"slide_111-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1055,189,'_wp_attached_file','2015/10/slide_006.jpg'),(1056,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:21:\"2015/10/slide_006.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_006-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:21:\"slide_006-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1057,190,'_wp_attached_file','2015/10/slide_001.jpg'),(1058,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:21:\"2015/10/slide_001.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_001-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:21:\"slide_001-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1059,191,'_wp_attached_file','2015/10/slide_114.jpg'),(1060,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:21:\"2015/10/slide_114.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_114-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:21:\"slide_114-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1061,192,'_wp_attached_file','2015/10/slide_004.jpg'),(1062,192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:21:\"2015/10/slide_004.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_004-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:21:\"slide_004-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1063,193,'_wp_attached_file','2015/10/slide_116.jpg'),(1064,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:21:\"2015/10/slide_116.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_116-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:21:\"slide_116-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1065,194,'_wp_attached_file','2015/10/048_large.jpg'),(1066,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:21:\"2015/10/048_large.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"048_large-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:21:\"048_large-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1067,195,'_wp_attached_file','2015/10/slide_003.jpg'),(1068,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:21:\"2015/10/slide_003.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_003-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:21:\"slide_003-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1069,196,'_wp_attached_file','2015/10/candy.jpg'),(1070,196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:17:\"2015/10/candy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"candy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"candy-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1071,197,'_wp_attached_file','2015/10/slide_002.jpg'),(1072,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:21:\"2015/10/slide_002.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_002-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:21:\"slide_002-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1073,198,'_wp_attached_file','2015/10/slide_112.jpg'),(1074,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:21:\"2015/10/slide_112.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_112-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:21:\"slide_112-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1075,199,'_wp_attached_file','2015/10/slide_008.jpg'),(1076,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:21:\"2015/10/slide_008.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_008-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:21:\"slide_008-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1077,200,'_wp_attached_file','2015/10/slide_113.jpg'),(1078,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:21:\"2015/10/slide_113.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_113-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:21:\"slide_113-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1079,2,'_wpb_vc_js_status','true'),(1080,2,'_easy_image_gallery_link_images','off'),(1081,2,'tb_post_layout','left-sidebar'),(1082,2,'sidebar','side_menu'),(1083,2,'tb_disable_title','on'),(1084,2,'tb_disable_header_margin','on'),(1085,204,'_wp_attached_file','2015/10/findyourcolors1.jpg'),(1086,204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:688;s:6:\"height\";i:90;s:4:\"file\";s:27:\"2015/10/findyourcolors1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"findyourcolors1-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"findyourcolors1-300x39.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1087,205,'_wp_attached_file','2015/10/findyourorder.jpg'),(1088,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:688;s:6:\"height\";i:90;s:4:\"file\";s:25:\"2015/10/findyourorder.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"findyourorder-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"findyourorder-300x39.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1089,2,'_wpb_shortcodes_custom_css','.vc_custom_1470978604981{margin-top: 20px !important;}'),(1090,8,'tb_post_layout','left-sidebar'),(1091,8,'sidebar','side_menu'),(1092,8,'tb_disable_title','on'),(1093,208,'_wp_attached_file','2015/10/candy-other.jpg'),(1094,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:198;s:4:\"file\";s:23:\"2015/10/candy-other.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"candy-other-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:22:\"candy-other-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1095,209,'_wp_attached_file','2015/10/findyoursizes.jpg'),(1096,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:688;s:6:\"height\";i:90;s:4:\"file\";s:25:\"2015/10/findyoursizes.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"findyoursizes-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"findyoursizes-300x39.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1097,210,'_wp_attached_file','2015/10/candy-jordan-almonds.jpg'),(1098,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:198;s:4:\"file\";s:32:\"2015/10/candy-jordan-almonds.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"candy-jordan-almonds-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:\"candy-jordan-almonds-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1099,211,'_wp_attached_file','2015/10/candy-foil-wrapped.jpg'),(1100,211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:198;s:4:\"file\";s:30:\"2015/10/candy-foil-wrapped.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"candy-foil-wrapped-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:\"candy-foil-wrapped-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1101,8,'tb_disable_header_margin','on'),(1102,8,'_wpb_shortcodes_custom_css','.vc_custom_1446156678910{margin-bottom: 10px !important;}.vc_custom_1446156698874{margin-bottom: 10px !important;}.vc_custom_1470975148909{margin-bottom: 15px !important;}.vc_custom_1470975177855{margin-bottom: 15px !important;}'),(1103,215,'_wp_attached_file','2015/10/PNRwand4.jpg'),(1104,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:843;s:6:\"height\";i:515;s:4:\"file\";s:20:\"2015/10/PNRwand4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"PNRwand4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"PNRwand4-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1105,16,'tb_main_layout','boxed'),(1106,16,'tb_post_layout','full-width'),(1107,16,'tb_disable_title','on'),(1108,16,'_wpb_shortcodes_custom_css','.vc_custom_1446157381775{margin-top: 20px !important;}'),(1109,16,'tb_disable_header_margin','on'),(1110,220,'_wp_attached_file','2015/10/Peach-Punch.jpg'),(1111,220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:321;s:4:\"file\";s:23:\"2015/10/Peach-Punch.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Peach-Punch-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:\"Peach-Punch-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1112,221,'_wp_attached_file','2015/10/Almost-White.jpg'),(1113,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:267;s:4:\"file\";s:24:\"2015/10/Almost-White.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Almost-White-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:\"Almost-White-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1114,222,'_wp_attached_file','2015/10/Lavender-White.jpg'),(1115,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:311;s:4:\"file\";s:26:\"2015/10/Lavender-White.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Lavender-White-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:26:\"Lavender-White-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1116,223,'_wp_attached_file','2015/10/Gold-Ivory.jpg'),(1117,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:292;s:4:\"file\";s:22:\"2015/10/Gold-Ivory.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Gold-Ivory-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:22:\"Gold-Ivory-300x270.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1118,224,'_wp_attached_file','2015/10/Bridal-Teal.jpg'),(1119,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:247;s:4:\"file\";s:23:\"2015/10/Bridal-Teal.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Bridal-Teal-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:\"Bridal-Teal-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1120,225,'_wp_attached_file','2015/10/Silver-White.jpg'),(1121,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:319;s:4:\"file\";s:24:\"2015/10/Silver-White.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Silver-White-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:\"Silver-White-300x294.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1122,226,'_wp_attached_file','2015/10/Pastel-Wedding.jpg'),(1123,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:338;s:4:\"file\";s:26:\"2015/10/Pastel-Wedding.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Pastel-Wedding-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:26:\"Pastel-Wedding-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1124,227,'_wp_attached_file','2015/10/Peach-Bouquet.jpg'),(1125,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:313;s:4:\"file\";s:25:\"2015/10/Peach-Bouquet.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Peach-Bouquet-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:25:\"Peach-Bouquet-300x268.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1126,228,'_wp_attached_file','2015/10/Sweetheart.jpg'),(1127,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:325;s:4:\"file\";s:22:\"2015/10/Sweetheart.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Sweetheart-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:22:\"Sweetheart-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1128,229,'_wp_attached_file','2015/10/Bridal-Shower.jpg'),(1129,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:302;s:4:\"file\";s:25:\"2015/10/Bridal-Shower.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Bridal-Shower-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:25:\"Bridal-Shower-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1130,230,'_wp_attached_file','2015/10/Margarita.jpg'),(1131,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:288;s:4:\"file\";s:21:\"2015/10/Margarita.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Margarita-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:21:\"Margarita-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1132,231,'_wp_attached_file','2015/10/Black-Gold.jpg'),(1133,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:334;s:4:\"file\";s:22:\"2015/10/Black-Gold.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Black-Gold-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:22:\"Black-Gold-292x300.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1134,232,'_wp_attached_file','2015/10/Lavender-Gold.jpg'),(1135,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:303;s:4:\"file\";s:25:\"2015/10/Lavender-Gold.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Lavender-Gold-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:25:\"Lavender-Gold-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1136,233,'_wp_attached_file','2015/10/Gold-White.jpg'),(1137,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:337;s:6:\"height\";i:317;s:4:\"file\";s:22:\"2015/10/Gold-White.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Gold-White-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:22:\"Gold-White-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1138,234,'_wp_attached_file','2015/10/Codffee-Cream.jpg'),(1139,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2015/10/Codffee-Cream.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Codffee-Cream-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:25:\"Codffee-Cream-300x277.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1140,235,'_wp_attached_file','2015/10/Hotel-Ballroom.jpg'),(1141,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:303;s:4:\"file\";s:26:\"2015/10/Hotel-Ballroom.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Hotel-Ballroom-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:26:\"Hotel-Ballroom-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1142,236,'_wp_attached_file','2015/10/Lavender-Light.jpg'),(1143,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:323;s:4:\"file\";s:26:\"2015/10/Lavender-Light.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Lavender-Light-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:26:\"Lavender-Light-300x277.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1144,237,'_wp_attached_file','2015/10/Red-White.jpg'),(1145,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:356;s:6:\"height\";i:250;s:4:\"file\";s:21:\"2015/10/Red-White.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Red-White-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:21:\"Red-White-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1146,238,'_wp_attached_file','2015/10/Mostly-Pink.jpg'),(1147,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:312;s:4:\"file\";s:23:\"2015/10/Mostly-Pink.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Mostly-Pink-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:\"Mostly-Pink-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1148,239,'_wp_attached_file','2015/10/Sedona.jpg'),(1149,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:262;s:4:\"file\";s:18:\"2015/10/Sedona.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Sedona-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Sedona-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1150,128,'tb_post_layout','left-sidebar'),(1151,128,'sidebar','side_menu'),(1152,128,'tb_disable_title','on'),(1153,128,'tb_disable_header_margin','on'),(1154,12,'_wpb_shortcodes_custom_css','.vc_custom_1446206839916{margin-top: 30px !important;}.vc_custom_1446206181569{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #fdfcf7 !important;}.vc_custom_1446206181569{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #fdfcf7 !important;}.vc_custom_1446206906291{margin-top: 20px !important;}.vc_custom_1446208388117{margin-top: 30px !important;}'),(1155,12,'tb_post_layout','left-sidebar'),(1157,12,'tb_disable_title','on'),(1158,12,'tb_disable_header_margin','on'),(1159,244,'_wp_attached_file','2015/10/Landon-and-Girl2.jpg'),(1160,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:489;s:4:\"file\";s:28:\"2015/10/Landon-and-Girl2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Landon-and-Girl2-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:\"Landon-and-Girl2-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1368186179;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1161,245,'_wp_attached_file','2015/10/lan2.jpg'),(1162,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:628;s:6:\"height\";i:325;s:4:\"file\";s:16:\"2015/10/lan2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"lan2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"lan2-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1163,246,'_wp_attached_file','2015/10/startdesigningnow.jpg'),(1164,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:105;s:4:\"file\";s:29:\"2015/10/startdesigningnow.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"startdesigningnow-150x105.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"startdesigningnow-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1165,247,'_wp_attached_file','2015/10/letscreate.jpg'),(1166,247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:430;s:4:\"file\";s:22:\"2015/10/letscreate.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"letscreate-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:22:\"letscreate-300x287.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1167,248,'_wp_attached_file','2015/10/howtoordernow.jpg'),(1168,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:105;s:4:\"file\";s:25:\"2015/10/howtoordernow.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"howtoordernow-150x105.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"howtoordernow-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1169,257,'_wp_attached_file','2015/10/sizesNewPAGE.jpg'),(1170,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:249;s:4:\"file\";s:24:\"2015/10/sizesNewPAGE.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sizesNewPAGE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1171,257,'_edit_lock','1446208500:1'),(1172,14,'tb_post_slider_shortcode','[rev_slider alias=\"testimonial\"]'),(1173,14,'tb_disable_title','on'),(1174,14,'tb_disable_header_margin','on'),(1177,259,'_edit_last','1'),(1178,259,'_edit_lock','1446209713:1'),(1179,259,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1180,259,'slide_template','default'),(1181,259,'tb_testimonial_author','Jocelyn Rodriguez'),(1182,261,'_edit_last','1'),(1183,261,'_edit_lock','1454236056:1'),(1184,261,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1185,261,'slide_template','default'),(1186,261,'tb_testimonial_author','Andrea Fontana'),(1187,261,'tb_testimonial_company','New Brunswick, NJ'),(1188,263,'_edit_last','1'),(1189,263,'_edit_lock','1446209823:1'),(1190,263,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1191,263,'slide_template','default'),(1192,263,'tb_testimonial_author','Debbie and Dan Lynch'),(1193,265,'_edit_last','1'),(1194,265,'_edit_lock','1446209873:1'),(1195,265,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1196,265,'slide_template','default'),(1197,267,'_edit_last','1'),(1198,267,'_edit_lock','1446209918:1'),(1199,267,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1200,267,'slide_template','default'),(1201,267,'tb_testimonial_author','Patricia Lincoln'),(1202,270,'_edit_last','1'),(1203,270,'_edit_lock','1446209988:1'),(1204,270,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1205,270,'slide_template','default'),(1206,270,'tb_testimonial_author','Michelle Hamilton'),(1207,272,'_edit_last','1'),(1208,272,'_edit_lock','1446210087:1'),(1209,272,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1210,272,'slide_template','default'),(1211,272,'tb_testimonial_author','Darlene Summers'),(1212,272,'tb_testimonial_company','VP Meetings & Conventions, American Rental Association, Chicago'),(1213,274,'_edit_last','1'),(1214,274,'_edit_lock','1446210138:1'),(1215,274,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1216,274,'slide_template','default'),(1217,274,'tb_testimonial_author','Marilyn Radcliffe'),(1218,274,'tb_testimonial_company','Dir. of Development, Francis W. Parker School'),(1219,276,'_edit_last','1'),(1220,276,'_edit_lock','1446210189:1'),(1221,276,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1222,276,'slide_template','default'),(1223,276,'tb_testimonial_author','Jamise Liddell'),(1224,276,'tb_testimonial_company','Director of Public Affairs/Special Events Coordinator, Northern Arizona University, Flagstaff, AZ'),(1225,278,'_edit_last','1'),(1226,278,'_edit_lock','1446210240:1'),(1227,278,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1228,278,'slide_template','default'),(1229,278,'tb_testimonial_author','Alexis Kitt'),(1230,278,'tb_testimonial_company','Exec. Adminstrative Asst., Communication Technology Services'),(1231,280,'_edit_last','1'),(1232,280,'_edit_lock','1446210288:1'),(1233,280,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1234,280,'slide_template','default'),(1235,280,'tb_testimonial_author','Lourdes Rodriguez'),(1236,280,'tb_testimonial_company','University of South Florida, Tampa'),(1237,282,'_edit_last','1'),(1238,282,'_edit_lock','1446223586:1'),(1239,282,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1240,282,'slide_template','default'),(1241,282,'tb_testimonial_author','Cameron Fay'),(1242,282,'tb_testimonial_company','International Hospice Association'),(1243,284,'_edit_last','1'),(1244,284,'_edit_lock','1446223651:1'),(1245,284,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1246,284,'slide_template','default'),(1247,284,'tb_testimonial_author','Michelle Hamilton'),(1248,286,'_edit_last','1'),(1249,286,'_edit_lock','1446223692:1'),(1250,286,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1251,286,'slide_template','default'),(1252,286,'tb_testimonial_author','Judy Behler Hainesville'),(1253,286,'tb_testimonial_company','NJ'),(1254,288,'_edit_last','1'),(1255,288,'_edit_lock','1446223753:1'),(1256,288,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1257,288,'slide_template','default'),(1258,288,'tb_testimonial_author','Darlene Summers'),(1259,288,'tb_testimonial_company','VP Meetings and Conventions, American Rental Associaton, Chicago, Illionis'),(1260,290,'_edit_last','1'),(1261,290,'_edit_lock','1446223848:1'),(1262,290,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1263,290,'slide_template','default'),(1264,290,'tb_testimonial_author','Arlene Jacobs'),(1265,290,'tb_testimonial_company','Development Officer The American Numismatic Society'),(1266,292,'_edit_last','1'),(1267,292,'_edit_lock','1446224022:1'),(1268,292,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1269,292,'slide_template','default'),(1270,292,'tb_testimonial_author',' Marilyn Ratliff'),(1271,292,'tb_testimonial_company','Director of Development, Francis W Parker School'),(1272,294,'_edit_last','1'),(1273,294,'_edit_lock','1446224075:1'),(1274,294,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1275,294,'slide_template','default'),(1276,294,'tb_testimonial_author','Randy Goldstein'),(1277,294,'tb_testimonial_company','Long Island, New York'),(1278,296,'_edit_last','1'),(1279,296,'_edit_lock','1446224138:1'),(1280,296,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1281,296,'slide_template','default'),(1282,296,'tb_testimonial_author','Krista Klaproth'),(1283,296,'tb_testimonial_company','Assist to the Special Events Coordinator'),(1284,298,'_edit_last','1'),(1285,298,'_edit_lock','1446224239:1'),(1286,298,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1287,298,'slide_template','default'),(1288,298,'tb_testimonial_author','Marianne Pizzitola'),(1289,298,'tb_testimonial_company','Bayside, New York'),(1290,300,'_edit_last','1'),(1291,300,'_edit_lock','1446224277:1'),(1292,300,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1293,300,'slide_template','default'),(1294,300,'tb_testimonial_author','Marietta Fitzpatrick'),(1295,300,'tb_testimonial_company','New York'),(1296,302,'_edit_last','1'),(1297,302,'_edit_lock','1446224322:1'),(1298,302,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1299,302,'slide_template','default'),(1300,302,'tb_testimonial_author','Margaret Horgan '),(1301,302,'tb_testimonial_company','New York'),(1302,304,'_edit_last','1'),(1303,304,'_edit_lock','1446224361:1'),(1304,304,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1305,304,'slide_template','default'),(1306,304,'tb_testimonial_author','Jean Engle'),(1307,304,'tb_testimonial_company','The Burlington Road School, Burlington, New Jersey'),(1308,306,'_edit_last','1'),(1309,306,'_edit_lock','1446224398:1'),(1310,306,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1311,306,'slide_template','default'),(1312,306,'tb_testimonial_author','Susan Levy'),(1313,306,'tb_testimonial_company','Buffalo'),(1314,309,'_edit_last','1'),(1315,309,'_edit_lock','1446224444:1'),(1316,309,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1317,309,'slide_template','default'),(1318,309,'tb_testimonial_author','Mrs. Edward Danka'),(1319,309,'tb_testimonial_company','Kittaning, Pennsylvania'),(1320,311,'_edit_last','1'),(1321,311,'_edit_lock','1446224478:1'),(1322,311,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1323,311,'slide_template','default'),(1324,311,'tb_testimonial_author','Natasha Bavari'),(1325,313,'_edit_last','1'),(1326,313,'_edit_lock','1446224520:1'),(1327,313,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1328,313,'slide_template','default'),(1329,313,'tb_testimonial_author','Alexis Kitt'),(1330,313,'tb_testimonial_company','Communication Technology Services'),(1331,316,'_edit_last','1'),(1332,316,'_edit_lock','1446224567:1'),(1333,316,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1334,316,'slide_template','default'),(1335,316,'tb_testimonial_author','Lourdes Rodriguez'),(1336,316,'tb_testimonial_company','University of South Florida, Tampa, Florida'),(1337,318,'_edit_last','1'),(1338,318,'_edit_lock','1446225378:1'),(1339,318,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1340,318,'slide_template','default'),(1341,318,'tb_testimonial_author','Kathy Holland'),(1342,14,'tb_post_layout','full-width'),(1343,14,'_wpb_shortcodes_custom_css','.vc_custom_1446225439401{margin-bottom: 20px !important;border-bottom-width: 2px !important;border-bottom-color: #cc3366 !important;border-bottom-style: solid !important;}.vc_custom_1446225528500{margin-bottom: 20px !important;border-bottom-width: 2px !important;border-bottom-color: #cc3366 !important;border-bottom-style: solid !important;}.vc_custom_1446228283034{margin-bottom: 20px !important;}.vc_custom_1446228327902{margin-bottom: 20px !important;}.vc_custom_1446228351942{margin-bottom: 20px !important;}.vc_custom_1446228373017{margin-bottom: 20px !important;}.vc_custom_1446228510626{margin-bottom: 20px !important;}.vc_custom_1446228442661{margin-bottom: 20px !important;}'),(1344,327,'_wp_attached_file','2015/10/sweet16b3.jpg'),(1345,327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:676;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2015/10/sweet16b3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sweet16b3-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:21:\"sweet16b3-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1346,328,'_wp_attached_file','2015/10/sweet16a2.jpg'),(1347,328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:676;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2015/10/sweet16a2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sweet16a2-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:21:\"sweet16a2-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1348,329,'_wp_attached_file','2015/10/mickeybride1.jpg'),(1349,329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:676;s:6:\"height\";i:449;s:4:\"file\";s:24:\"2015/10/mickeybride1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"mickeybride1-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:\"mickeybride1-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1350,330,'_wp_attached_file','2015/10/sweet16d5.jpg'),(1351,330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:676;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2015/10/sweet16d5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sweet16d5-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:21:\"sweet16d5-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1352,331,'_wp_attached_file','2015/10/joyce.jpg'),(1353,331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:829;s:6:\"height\";i:553;s:4:\"file\";s:17:\"2015/10/joyce.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"joyce-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"joyce-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:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1409813363;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1354,56,'tb_post_layout','full-width'),(1355,56,'tb_disable_title','on'),(1356,56,'tb_disable_header_margin','on'),(1357,56,'tb_post_slider_shortcode','[rev_slider alias=\"room_view\"]'),(1358,56,'tb_post_slider_bottom_heading','Pick up the phone and get a free estimate. Call 1-888-837-5021'),(1359,333,'_wp_attached_file','2015/10/rm5L_P3.jpg'),(1360,333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:504;s:4:\"file\";s:19:\"2015/10/rm5L_P3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"rm5L_P3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"rm5L_P3-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1361,335,'_wp_attached_file','2015/10/table1.jpg'),(1362,335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:869;s:6:\"height\";i:583;s:4:\"file\";s:18:\"2015/10/table1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"table1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"table1-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:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1367574925;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"46\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1363,336,'_wp_attached_file','2015/10/table4.jpg'),(1364,336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:855;s:6:\"height\";i:545;s:4:\"file\";s:18:\"2015/10/table4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"table4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"table4-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:11:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1312453190;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1365,337,'_wp_attached_file','2015/10/rm1L_ch.jpg'),(1366,337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:436;s:4:\"file\";s:19:\"2015/10/rm1L_ch.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"rm1L_ch-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"rm1L_ch-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1367,338,'_wp_attached_file','2015/10/rm4L_gold.jpg'),(1368,338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:429;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2015/10/rm4L_gold.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"rm4L_gold-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:21:\"rm4L_gold-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1369,339,'_wp_attached_file','2015/10/rm7L_P1.jpg'),(1370,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:531;s:6:\"height\";i:427;s:4:\"file\";s:19:\"2015/10/rm7L_P1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"rm7L_P1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"rm7L_P1-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1371,340,'_wp_attached_file','2015/10/rm3L.jpg'),(1372,340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:459;s:6:\"height\";i:591;s:4:\"file\";s:16:\"2015/10/rm3L.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"rm3L-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"rm3L-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1373,341,'_wp_attached_file','2015/10/table2.jpg'),(1374,341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:864;s:6:\"height\";i:576;s:4:\"file\";s:18:\"2015/10/table2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"table2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"table2-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1375,56,'_wpb_shortcodes_custom_css','.vc_custom_1446236070262{margin-bottom: 20px !important;}.vc_custom_1446236102103{margin-bottom: 20px !important;}.vc_custom_1446236128089{margin-bottom: 20px !important;}.vc_custom_1446236137478{margin-bottom: 20px !important;}.vc_custom_1446236153141{margin-bottom: 20px !important;}.vc_custom_1446236161651{margin-bottom: 20px !important;}.vc_custom_1446236171600{margin-bottom: 20px !important;}'),(1376,345,'_wp_attached_file','2015/10/Veggie-Bouquet.jpg'),(1377,345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:305;s:6:\"height\";i:250;s:4:\"file\";s:26:\"2015/10/Veggie-Bouquet.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Veggie-Bouquet-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:26:\"Veggie-Bouquet-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1378,346,'_wp_attached_file','2015/10/Wild-Tropical.jpg'),(1379,346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:277;s:6:\"height\";i:250;s:4:\"file\";s:25:\"2015/10/Wild-Tropical.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Wild-Tropical-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1380,347,'_wp_attached_file','2015/10/Sunday-Bouquet.jpg'),(1381,347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:385;s:6:\"height\";i:250;s:4:\"file\";s:26:\"2015/10/Sunday-Bouquet.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Sunday-Bouquet-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:26:\"Sunday-Bouquet-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1382,348,'_wp_attached_file','2015/10/Hot-Pink-Silver-and-Black.jpg'),(1383,348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:298;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2015/10/Hot-Pink-Silver-and-Black.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Hot-Pink-Silver-and-Black-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1384,349,'_wp_attached_file','2015/10/Patriotic-Centerpiece.jpg'),(1385,349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:250;s:4:\"file\";s:33:\"2015/10/Patriotic-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Patriotic-Centerpiece-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:33:\"Patriotic-Centerpiece-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1386,350,'_wp_attached_file','2015/10/Fiery-Sunset.jpg'),(1387,350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:359;s:6:\"height\";i:250;s:4:\"file\";s:24:\"2015/10/Fiery-Sunset.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Fiery-Sunset-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:\"Fiery-Sunset-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1388,351,'_wp_attached_file','2015/10/Football.jpg'),(1389,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:265;s:6:\"height\";i:250;s:4:\"file\";s:20:\"2015/10/Football.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Football-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1390,352,'_wp_attached_file','2015/10/Blue-Rasberry-Sun.jpg'),(1391,352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:309;s:6:\"height\";i:250;s:4:\"file\";s:29:\"2015/10/Blue-Rasberry-Sun.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Blue-Rasberry-Sun-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:\"Blue-Rasberry-Sun-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1392,353,'_wp_attached_file','2015/10/Clubhouse-Bouquet.jpg'),(1393,353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:250;s:4:\"file\";s:29:\"2015/10/Clubhouse-Bouquet.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Clubhouse-Bouquet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1394,354,'_wp_attached_file','2015/10/Silver-Rainbow.jpg'),(1395,354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:276;s:6:\"height\";i:250;s:4:\"file\";s:26:\"2015/10/Silver-Rainbow.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Silver-Rainbow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1396,355,'_wp_attached_file','2015/10/Mothers-Day.jpg'),(1397,355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:358;s:6:\"height\";i:250;s:4:\"file\";s:23:\"2015/10/Mothers-Day.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Mothers-Day-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:\"Mothers-Day-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1398,356,'_wp_attached_file','2015/10/Tropical-Bouquet.jpg'),(1399,356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:318;s:6:\"height\";i:250;s:4:\"file\";s:28:\"2015/10/Tropical-Bouquet.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Tropical-Bouquet-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:\"Tropical-Bouquet-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1400,130,'tb_post_layout','left-sidebar'),(1401,130,'sidebar','side_menu'),(1402,130,'tb_disable_title','on'),(1403,130,'tb_disable_header_margin','on'),(1404,359,'_wp_attached_file','2015/10/black-gold-bar-mitzvah.jpg'),(1405,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:34:\"2015/10/black-gold-bar-mitzvah.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"black-gold-bar-mitzvah-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:34:\"black-gold-bar-mitzvah-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1406,360,'_wp_attached_file','2015/10/royal-and-white-bar-mitzvah.jpg'),(1407,360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:39:\"2015/10/royal-and-white-bar-mitzvah.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"royal-and-white-bar-mitzvah-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:\"royal-and-white-bar-mitzvah-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1408,361,'_wp_attached_file','2015/10/blue3.jpg'),(1409,361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:17:\"2015/10/blue3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"blue3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"blue3-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1410,362,'_wp_attached_file','2015/10/download.png'),(1411,362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:430;s:4:\"file\";s:20:\"2015/10/download.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"download-300x287.png\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1412,363,'_wp_attached_file','2015/10/bat.jpg'),(1413,363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:15:\"2015/10/bat.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bat-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:15:\"bat-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1414,364,'_wp_attached_file','2015/10/wands.jpg'),(1415,364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:239;s:4:\"file\";s:17:\"2015/10/wands.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"wands-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"wands-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1416,365,'_wp_attached_file','2015/10/unnamed.jpg'),(1417,365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:816;s:4:\"file\";s:19:\"2015/10/unnamed.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"unnamed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"unnamed-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1418,366,'_wp_attached_file','2015/10/designyourown.jpg'),(1419,366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:86;s:4:\"file\";s:25:\"2015/10/designyourown.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"designyourown-150x86.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1420,49,'_wpb_shortcodes_custom_css','.vc_custom_1446240361288{margin-top: 20px !important;border-bottom-width: 20px !important;}.vc_custom_1446240371224{margin-top: 20px !important;}.vc_custom_1446240165649{margin-top: 20px !important;margin-bottom: 20px !important;}'),(1421,49,'tb_post_layout','full-width'),(1422,49,'tb_disable_title','on'),(1423,49,'tb_disable_header_margin','on'),(1424,49,'tb_post_slider_shortcode','[rev_slider alias=\"holiday\"]'),(1425,49,'tb_post_slider_bottom_heading','Celebrate any holiday with Wanderfuls! <br />CALL 1-888-837-5021 for pricing'),(1426,129,'_wpb_shortcodes_custom_css','.vc_custom_1446242291395{margin-top: 30px !important;}.vc_custom_1446243028430{margin-top: 20px !important;}.vc_custom_1446243318951{margin-top: 20px !important;}'),(1427,129,'tb_post_layout','left-sidebar'),(1428,129,'sidebar','side_menu'),(1429,129,'tb_disable_title','on'),(1430,129,'tb_disable_header_margin','on'),(1433,371,'_wp_attached_file','2015/10/findyourcandy.jpg'),(1434,371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:688;s:6:\"height\";i:90;s:4:\"file\";s:25:\"2015/10/findyourcandy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"findyourcandy-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"findyourcandy-300x39.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1435,373,'_wp_attached_file','2015/11/teal-white-birthday2.jpg'),(1436,373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:681;s:6:\"height\";i:503;s:4:\"file\";s:32:\"2015/11/teal-white-birthday2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"teal-white-birthday2-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:32:\"teal-white-birthday2-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1437,374,'_wp_attached_file','2015/11/birthday-centerpiece-main2.jpg'),(1438,374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:681;s:6:\"height\";i:503;s:4:\"file\";s:38:\"2015/11/birthday-centerpiece-main2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"birthday-centerpiece-main2-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:38:\"birthday-centerpiece-main2-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1439,375,'_wp_attached_file','2015/11/graduation-centerpiece-42.jpg'),(1440,375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:681;s:6:\"height\";i:503;s:4:\"file\";s:37:\"2015/11/graduation-centerpiece-42.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"graduation-centerpiece-42-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:37:\"graduation-centerpiece-42-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1441,376,'_wp_attached_file','2015/11/yellow-birthday-centerpiece2.jpg'),(1442,376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:681;s:6:\"height\";i:503;s:4:\"file\";s:40:\"2015/11/yellow-birthday-centerpiece2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"yellow-birthday-centerpiece2-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:40:\"yellow-birthday-centerpiece2-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1443,377,'_wp_attached_file','2015/11/pplbday2.jpg'),(1444,377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/11/pplbday2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"pplbday2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"pplbday2-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1445,27,'tb_post_layout','full-width'),(1446,27,'tb_post_slider_shortcode','[rev_slider alias=\"birthday\"]'),(1447,27,'tb_post_slider_bottom_heading','Create Your Own Unique Birthday Centerpiece Today! <br />Call 1-888-837-5021 for pricing'),(1448,378,'_edit_last','1'),(1449,378,'_edit_lock','1448824211:1'),(1450,378,'_wp_page_template','default'),(1451,378,'_wpb_vc_js_status','true'),(1452,378,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1453,378,'slide_template','default'),(1454,378,'_easy_image_gallery_link_images','off'),(1455,381,'_wp_attached_file','2015/10/wands1.jpg'),(1456,381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:239;s:4:\"file\";s:18:\"2015/10/wands1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"wands1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"wands1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1457,382,'_wp_attached_file','2015/10/filling.jpg'),(1458,382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:463;s:6:\"height\";i:256;s:4:\"file\";s:19:\"2015/10/filling.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"filling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"filling-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1459,384,'_edit_last','1'),(1460,384,'_wp_page_template','default'),(1461,384,'_wpb_vc_js_status','true'),(1462,384,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1463,384,'slide_template','default'),(1464,384,'_easy_image_gallery_link_images','off'),(1465,384,'_edit_lock','1449106268:1'),(1467,384,'tb_post_layout','full-width'),(1468,384,'tb_disable_title','on'),(1469,384,'tb_disable_header_margin','on'),(1470,27,'tb_disable_title','on'),(1471,27,'tb_disable_header_margin','on'),(1472,384,'_wpb_shortcodes_custom_css','.vc_custom_1446665561436{margin-top: 20px !important;}.vc_custom_1446664681110{margin-top: 20px !important;}.vc_custom_1446665434681{margin-top: 20px !important;}'),(1473,394,'_wp_attached_file','2015/11/Navy-and-Ivory-with-Gold-Accents.jpg'),(1474,394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2015/11/Navy-and-Ivory-with-Gold-Accents.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Navy-and-Ivory-with-Gold-Accents-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:\"Navy-and-Ivory-with-Gold-Accents-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1475,395,'_wp_attached_file','2015/11/Ivory-and-Peach-Centerpiece.jpg'),(1476,395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2015/11/Ivory-and-Peach-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Ivory-and-Peach-Centerpiece-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:\"Ivory-and-Peach-Centerpiece-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1477,396,'_wp_attached_file','2015/11/Hunter-Green-and-Mint-Centerpiece.jpg'),(1478,396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:45:\"2015/11/Hunter-Green-and-Mint-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Hunter-Green-and-Mint-Centerpiece-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:\"Hunter-Green-and-Mint-Centerpiece-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1479,397,'_wp_attached_file','2015/11/Metallic-Gold-and-Black.jpg'),(1480,397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2015/11/Metallic-Gold-and-Black.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Metallic-Gold-and-Black-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:\"Metallic-Gold-and-Black-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1481,398,'_wp_attached_file','2015/11/Ivory-with-Gold-Accents.jpg'),(1482,398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2015/11/Ivory-with-Gold-Accents.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Ivory-with-Gold-Accents-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:\"Ivory-with-Gold-Accents-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1483,399,'_wp_attached_file','2015/11/Navy-and-Baby-Blue.jpg'),(1484,399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2015/11/Navy-and-Baby-Blue.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Navy-and-Baby-Blue-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:30:\"Navy-and-Baby-Blue-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1485,400,'_wp_attached_file','2015/11/Multi-Colored-Pastel-Centerpiece.jpg'),(1486,400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2015/11/Multi-Colored-Pastel-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Multi-Colored-Pastel-Centerpiece-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:\"Multi-Colored-Pastel-Centerpiece-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1487,401,'_wp_attached_file','2015/11/Aqua-and-Periwinkle.jpg'),(1488,401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:31:\"2015/11/Aqua-and-Periwinkle.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Aqua-and-Periwinkle-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:\"Aqua-and-Periwinkle-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1489,402,'_wp_attached_file','2015/11/Hot-Pink-with-White-Accents.jpg'),(1490,402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2015/11/Hot-Pink-with-White-Accents.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Hot-Pink-with-White-Accents-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:\"Hot-Pink-with-White-Accents-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1491,403,'_wp_attached_file','2015/11/Metallic-Hot-Pink-and-Metallic-Purple.jpg'),(1492,403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:49:\"2015/11/Metallic-Hot-Pink-and-Metallic-Purple.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Metallic-Hot-Pink-and-Metallic-Purple-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:\"Metallic-Hot-Pink-and-Metallic-Purple-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1493,404,'_wp_attached_file','2015/11/Hot-Pink-and-Lime-Centerpiece.jpg'),(1494,404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:41:\"2015/11/Hot-Pink-and-Lime-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Hot-Pink-and-Lime-Centerpiece-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:\"Hot-Pink-and-Lime-Centerpiece-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1495,405,'_wp_attached_file','2015/11/Baby-Blue-and-White.jpg'),(1496,405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:31:\"2015/11/Baby-Blue-and-White.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Baby-Blue-and-White-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:\"Baby-Blue-and-White-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1497,27,'_wpb_shortcodes_custom_css','.vc_custom_1446668862483{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1446669642452{margin-top: 30px !important;}'),(1498,409,'_wp_attached_file','2015/10/girls2.jpg'),(1499,409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:548;s:4:\"file\";s:18:\"2015/10/girls2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"girls2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"girls2-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:6.29999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1368185600;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1501,413,'_wp_attached_file','2015/11/table4.jpg'),(1502,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:855;s:6:\"height\";i:545;s:4:\"file\";s:18:\"2015/11/table4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"table4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"table4-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:11:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1312453190;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1503,414,'_wp_attached_file','2015/11/pink-wedding-table-centerpiece.jpg'),(1504,414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:42:\"2015/11/pink-wedding-table-centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"pink-wedding-table-centerpiece-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:42:\"pink-wedding-table-centerpiece-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1505,415,'_wp_attached_file','2015/11/orange-wedding-centerpieces.jpg'),(1506,415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:39:\"2015/11/orange-wedding-centerpieces.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"orange-wedding-centerpieces-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:\"orange-wedding-centerpieces-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1507,416,'_wp_attached_file','2015/11/blue-ivory-wedding-centepiece.jpg'),(1508,416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:41:\"2015/11/blue-ivory-wedding-centepiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"blue-ivory-wedding-centepiece-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:\"blue-ivory-wedding-centepiece-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1509,418,'_wp_attached_file','2015/10/wedding.jpg'),(1510,418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:239;s:4:\"file\";s:19:\"2015/10/wedding.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wedding-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wedding-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1511,419,'_wp_attached_file','2015/10/all3.jpg'),(1512,419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:823;s:6:\"height\";i:265;s:4:\"file\";s:16:\"2015/10/all3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"all3-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:15:\"all3-300x97.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1513,420,'_wp_attached_file','2015/10/wands2.jpg'),(1514,420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:239;s:4:\"file\";s:18:\"2015/10/wands2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"wands2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"wands2-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1515,30,'_wpb_shortcodes_custom_css','.vc_custom_1446673304045{margin-top: 20px !important;}.vc_custom_1446673437279{margin-top: 20px !important;}'),(1516,30,'tb_post_layout','full-width'),(1517,30,'tb_disable_title','on'),(1518,30,'tb_disable_header_margin','on'),(1519,30,'tb_post_slider_shortcode','[rev_slider alias=\"wedding\"]'),(1520,30,'tb_post_slider_bottom_heading','Get 20% off Wedding Centerpiece Imprinting! Use Promo <b>Wed20IMP</b> <br />Call today 1-888-837-5021 for pricing.'),(1521,423,'_wp_attached_file','2015/11/banquet-centerpiece-4v2.jpg'),(1522,423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:35:\"2015/11/banquet-centerpiece-4v2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"banquet-centerpiece-4v2-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:\"banquet-centerpiece-4v2-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1523,424,'_wp_attached_file','2015/11/banquet-centerpiece-1.jpg'),(1524,424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:33:\"2015/11/banquet-centerpiece-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"banquet-centerpiece-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:33:\"banquet-centerpiece-1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1525,425,'_wp_attached_file','2015/11/eggplant-banquet-centerpiece.jpg'),(1526,425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:40:\"2015/11/eggplant-banquet-centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"eggplant-banquet-centerpiece-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:40:\"eggplant-banquet-centerpiece-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1527,426,'_wp_attached_file','2015/11/corporate-centerpiece-3.jpg'),(1528,426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:35:\"2015/11/corporate-centerpiece-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"corporate-centerpiece-3-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:\"corporate-centerpiece-3-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1529,32,'_wpb_shortcodes_custom_css','.vc_custom_1446674384494{margin-bottom: 20px !important;}'),(1530,428,'_wp_attached_file','2015/10/bigimage2.jpg'),(1531,428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:430;s:6:\"height\";i:580;s:4:\"file\";s:21:\"2015/10/bigimage2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bigimage2-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:21:\"bigimage2-222x300.jpg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1532,429,'_wp_attached_file','2015/10/all.jpg'),(1533,429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:823;s:6:\"height\";i:265;s:4:\"file\";s:15:\"2015/10/all.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"all-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:14:\"all-300x97.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1534,32,'tb_post_layout','full-width'),(1535,32,'tb_disable_title','on'),(1536,32,'tb_disable_header_margin','on'),(1537,32,'tb_post_slider_shortcode','[rev_slider alias=\"banquets\"]'),(1538,32,'tb_post_slider_bottom_heading','A Centerpiece As Unique As Your Banquet <br />CALL 1-888-837-5021 for pricing'),(1539,431,'_wp_attached_file','2015/11/slide_testimonials.jpg'),(1540,431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:30:\"2015/11/slide_testimonials.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"slide_testimonials-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:30:\"slide_testimonials-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1541,432,'_wp_attached_file','2015/11/sweet-sixteen-centerpiece.jpg'),(1542,432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:37:\"2015/11/sweet-sixteen-centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"sweet-sixteen-centerpiece-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:37:\"sweet-sixteen-centerpiece-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1545,434,'_wp_attached_file','2015/11/slide_009.jpg'),(1546,434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:21:\"2015/11/slide_009.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_009-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:21:\"slide_009-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1547,436,'_wp_attached_file','2015/10/home-gallery-2-large1.jpg'),(1548,436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2015/10/home-gallery-2-large1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"home-gallery-2-large1-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:33:\"home-gallery-2-large1-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1549,437,'_wp_attached_file','2015/10/Wanderfuls.jpg'),(1550,437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:320;s:4:\"file\";s:22:\"2015/10/Wanderfuls.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Wanderfuls-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:22:\"Wanderfuls-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1551,438,'_wp_attached_file','2015/10/home-gallery-4-large1.jpg'),(1552,438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2015/10/home-gallery-4-large1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"home-gallery-4-large1-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:33:\"home-gallery-4-large1-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1553,439,'_wp_attached_file','2015/10/home-gallery-6-large1.jpg'),(1554,439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:687;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2015/10/home-gallery-6-large1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"home-gallery-6-large1-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:33:\"home-gallery-6-large1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1555,440,'_wp_attached_file','2015/10/home-gallery-5-large1.jpg'),(1556,440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2015/10/home-gallery-5-large1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"home-gallery-5-large1-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:33:\"home-gallery-5-large1-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1557,441,'_wp_attached_file','2015/10/home-gallery-3-large1.jpg'),(1558,441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:621;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2015/10/home-gallery-3-large1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"home-gallery-3-large1-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:33:\"home-gallery-3-large1-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1559,34,'_wpb_shortcodes_custom_css','.vc_custom_1446678498022{padding: 20px !important;background-color: #cc3366 !important;}.vc_custom_1446678416743{margin-top: 30px !important;}'),(1560,34,'tb_post_layout','full-width'),(1561,34,'tb_disable_title','on'),(1562,34,'tb_disable_header_margin','on'),(1563,34,'tb_post_slider_shortcode','[rev_slider alias=\"sixteen\"]'),(1564,34,'tb_post_slider_bottom_heading','Centerpieces and Favors - 2 items for the price of one!'),(1565,34,'_oembed_a091b1addca1ff313590f61e6ff42932','<iframe width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/HdJdzZcLhpQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(1566,34,'_oembed_time_a091b1addca1ff313590f61e6ff42932','1446678529'),(1567,443,'_wp_attached_file','2015/11/pinkblack.jpg'),(1568,443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:21:\"2015/11/pinkblack.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"pinkblack-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:21:\"pinkblack-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1569,445,'_wp_attached_file','2015/10/corporate.jpg'),(1570,445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:442;s:4:\"file\";s:21:\"2015/10/corporate.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"corporate-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:21:\"corporate-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1571,446,'_wp_attached_file','2015/10/bat1.jpg'),(1572,446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:16:\"2015/10/bat1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bat1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bat1-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1573,36,'_wpb_shortcodes_custom_css','.vc_custom_1446715969058{margin-top: 20px !important;}.vc_custom_1446716157563{margin-top: 20px !important;}'),(1574,447,'_wp_attached_file','2015/10/big2.jpg'),(1575,447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:823;s:6:\"height\";i:265;s:4:\"file\";s:16:\"2015/10/big2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"big2-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:15:\"big2-300x97.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1576,36,'tb_post_layout','full-width'),(1577,36,'tb_disable_title','on'),(1578,36,'tb_disable_header_margin','on'),(1579,36,'tb_post_slider_shortcode','[rev_slider alias=\"mitzvah\"]'),(1580,36,'tb_post_slider_bottom_heading','Let\'s Create Your Unique Mitzvah Centerpiece Today! <br />CALL 1-888-837-5021 for pricing'),(1581,36,'_oembed_a091b1addca1ff313590f61e6ff42932','<iframe width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/HdJdzZcLhpQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(1582,36,'_oembed_time_a091b1addca1ff313590f61e6ff42932','1446716205'),(1583,451,'_wp_attached_file','2015/11/lime-green-graduation-centerpiece.jpg'),(1584,451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:45:\"2015/11/lime-green-graduation-centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"lime-green-graduation-centerpiece-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:\"lime-green-graduation-centerpiece-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1585,452,'_wp_attached_file','2015/11/graduation-centerpiece-5.jpg'),(1586,452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:36:\"2015/11/graduation-centerpiece-5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"graduation-centerpiece-5-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:\"graduation-centerpiece-5-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1587,453,'_wp_attached_file','2015/11/quinceanera-party.jpg'),(1588,453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:29:\"2015/11/quinceanera-party.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"quinceanera-party-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:\"quinceanera-party-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1589,455,'_wp_attached_file','2015/10/hat3-graduation-centerpieces.jpg'),(1590,455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:234;s:4:\"file\";s:40:\"2015/10/hat3-graduation-centerpieces.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"hat3-graduation-centerpieces-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1591,456,'_wp_attached_file','2015/10/wands3.jpg'),(1592,456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:239;s:4:\"file\";s:18:\"2015/10/wands3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"wands3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"wands3-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1593,457,'_wp_attached_file','2015/10/wands21.jpg'),(1594,457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:239;s:4:\"file\";s:19:\"2015/10/wands21.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wands21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wands21-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1595,38,'tb_post_layout','full-width'),(1596,38,'tb_disable_title','on'),(1597,38,'tb_disable_header_margin','on'),(1598,38,'tb_post_slider_shortcode','[rev_slider alias=\"graduation\"]'),(1599,38,'tb_post_slider_bottom_heading','Celebrate Your Graduation With Wanderfuls! <br />CALL 1-888-837-5021 for pricing Let\'s Create Together!'),(1600,38,'_wpb_shortcodes_custom_css','.vc_custom_1446718185705{margin-top: 20px !important;}'),(1601,39,'_wpb_shortcodes_custom_css','.vc_custom_1446719859268{margin-top: 20px !important;}'),(1602,39,'tb_post_layout','full-width'),(1603,39,'tb_disable_title','on'),(1604,39,'tb_disable_header_margin','on'),(1605,39,'tb_post_slider_shortcode','[rev_slider alias=\"bridal-showers\"]'),(1606,39,'tb_post_slider_bottom_heading','Create Your Own Unique Shower Centerpiece Today! <br />Call 1-888-837-5021 for pricing'),(1607,463,'_wp_attached_file','2015/10/Pink-Gumballs.jpg'),(1608,463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:803;s:6:\"height\";i:803;s:4:\"file\";s:25:\"2015/10/Pink-Gumballs.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Pink-Gumballs-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:25:\"Pink-Gumballs-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1609,464,'_wp_attached_file','2015/10/White-and-GrapebrLamoni-from-Hawaii.jpg'),(1610,464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2015/10/White-and-GrapebrLamoni-from-Hawaii.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"White-and-GrapebrLamoni-from-Hawaii-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:\"White-and-GrapebrLamoni-from-Hawaii-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1611,465,'_wp_attached_file','2015/10/Metallic-Baby-BluebrPete-from-Oregon.jpg'),(1612,465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:803;s:6:\"height\";i:803;s:4:\"file\";s:48:\"2015/10/Metallic-Baby-BluebrPete-from-Oregon.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Metallic-Baby-BluebrPete-from-Oregon-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:\"Metallic-Baby-BluebrPete-from-Oregon-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1613,466,'_wp_attached_file','2015/10/White-and-Pink-RibbonbrEsther-from-Massachusetts.jpg'),(1614,466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:60:\"2015/10/White-and-Pink-RibbonbrEsther-from-Massachusetts.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"White-and-Pink-RibbonbrEsther-from-Massachusetts-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:60:\"White-and-Pink-RibbonbrEsther-from-Massachusetts-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1615,467,'_wp_attached_file','2015/10/White-and-LavenderbrSophie-from-California.jpg'),(1616,467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:54:\"2015/10/White-and-LavenderbrSophie-from-California.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"White-and-LavenderbrSophie-from-California-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:\"White-and-LavenderbrSophie-from-California-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1617,468,'_wp_attached_file','2015/10/Hot-Pink-and-Azalea-with-Gold-Tassels.jpg'),(1618,468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:803;s:6:\"height\";i:803;s:4:\"file\";s:49:\"2015/10/Hot-Pink-and-Azalea-with-Gold-Tassels.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Hot-Pink-and-Azalea-with-Gold-Tassels-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:\"Hot-Pink-and-Azalea-with-Gold-Tassels-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1619,469,'_wp_attached_file','2015/10/Metallic-PinkbrGretchen-from-Florida.jpg'),(1620,469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:803;s:6:\"height\";i:803;s:4:\"file\";s:48:\"2015/10/Metallic-PinkbrGretchen-from-Florida.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Metallic-PinkbrGretchen-from-Florida-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:\"Metallic-PinkbrGretchen-from-Florida-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1621,470,'_wp_attached_file','2015/10/White-and-Mint-brIsabelle-from-Pennsylvania.jpg'),(1622,470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:55:\"2015/10/White-and-Mint-brIsabelle-from-Pennsylvania.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"White-and-Mint-brIsabelle-from-Pennsylvania-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:\"White-and-Mint-brIsabelle-from-Pennsylvania-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1623,471,'_wp_attached_file','2015/10/White-and-Hot-Pink-brAlmond-from-Toronto.jpg'),(1624,471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:52:\"2015/10/White-and-Hot-Pink-brAlmond-from-Toronto.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"White-and-Hot-Pink-brAlmond-from-Toronto-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:\"White-and-Hot-Pink-brAlmond-from-Toronto-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1625,472,'_wp_attached_file','2015/10/Multi-Colored-Pastel-Centerpiece-brBrann-from-Tennessee.jpg'),(1626,472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:67:\"2015/10/Multi-Colored-Pastel-Centerpiece-brBrann-from-Tennessee.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"Multi-Colored-Pastel-Centerpiece-brBrann-from-Tennessee-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:67:\"Multi-Colored-Pastel-Centerpiece-brBrann-from-Tennessee-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1627,473,'_wp_attached_file','2015/10/Navy-and-Ivory-with-Gold-Accentsbr-Madeline-from-Texas.jpg'),(1628,473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:66:\"2015/10/Navy-and-Ivory-with-Gold-Accentsbr-Madeline-from-Texas.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Navy-and-Ivory-with-Gold-Accentsbr-Madeline-from-Texas-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:66:\"Navy-and-Ivory-with-Gold-Accentsbr-Madeline-from-Texas-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1629,474,'_wp_attached_file','2015/10/Navy-and-Baby-Blue-brJane-from-New-Hampshire.jpg'),(1630,474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:56:\"2015/10/Navy-and-Baby-Blue-brJane-from-New-Hampshire.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Navy-and-Baby-Blue-brJane-from-New-Hampshire-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:56:\"Navy-and-Baby-Blue-brJane-from-New-Hampshire-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1631,475,'_wp_attached_file','2015/10/White-and-Baby-Blue-brLooni-from-Iowa.jpg'),(1632,475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:49:\"2015/10/White-and-Baby-Blue-brLooni-from-Iowa.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"White-and-Baby-Blue-brLooni-from-Iowa-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:\"White-and-Baby-Blue-brLooni-from-Iowa-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1633,476,'_wp_attached_file','2015/10/White-and-CoralbrSara-from-Missouri.jpg'),(1634,476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2015/10/White-and-CoralbrSara-from-Missouri.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"White-and-CoralbrSara-from-Missouri-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:\"White-and-CoralbrSara-from-Missouri-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1635,477,'_wp_attached_file','2015/10/Iridescent-White-with-Pink-Gumballs.jpg'),(1636,477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:803;s:6:\"height\";i:803;s:4:\"file\";s:47:\"2015/10/Iridescent-White-with-Pink-Gumballs.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Iridescent-White-with-Pink-Gumballs-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:\"Iridescent-White-with-Pink-Gumballs-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1637,478,'_wp_attached_file','2015/10/White-and-Aqua-Tiffany-from-Colorado.jpg'),(1638,478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:48:\"2015/10/White-and-Aqua-Tiffany-from-Colorado.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"White-and-Aqua-Tiffany-from-Colorado-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:\"White-and-Aqua-Tiffany-from-Colorado-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1639,40,'_wpb_shortcodes_custom_css','.vc_custom_1446722857486{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1446722912657{margin-bottom: 20px !important;}'),(1640,40,'tb_post_layout','full-width'),(1641,40,'sidebar','side_menu'),(1642,40,'tb_disable_title','on'),(1643,40,'tb_disable_header_margin','on'),(1644,482,'_wp_attached_file','2015/10/filling2.jpg'),(1645,482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:463;s:6:\"height\";i:256;s:4:\"file\";s:20:\"2015/10/filling2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"filling2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"filling2-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1646,43,'_wpb_shortcodes_custom_css','.vc_custom_1446724021020{margin-top: 15px !important;}.vc_custom_1446724273467{margin-top: 20px !important;}'),(1647,483,'_wp_attached_file','2015/10/all1.jpg'),(1648,483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:823;s:6:\"height\";i:265;s:4:\"file\";s:16:\"2015/10/all1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"all1-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:15:\"all1-300x97.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1649,43,'tb_post_layout','full-width'),(1650,43,'tb_disable_title','on'),(1651,43,'tb_disable_header_margin','on'),(1652,43,'tb_post_slider_shortcode','[rev_slider alias=\"baptism\"]'),(1653,43,'tb_post_slider_bottom_heading','Create Your Own Unique Baptism & Communion Centerpiece Today! CALL 1-888-837-5021 for pricing'),(1654,486,'_wp_attached_file','2015/10/plane3.jpg'),(1655,486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:431;s:6:\"height\";i:242;s:4:\"file\";s:18:\"2015/10/plane3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"plane3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"plane3-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1656,487,'_wp_attached_file','2015/10/anniversary-gold-ivory-main.jpg'),(1657,487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:39:\"2015/10/anniversary-gold-ivory-main.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"anniversary-gold-ivory-main-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:\"anniversary-gold-ivory-main-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1658,488,'_wp_attached_file','2015/10/closeup.jpg'),(1659,488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:19:\"2015/10/closeup.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"closeup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"closeup-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1660,45,'_wpb_shortcodes_custom_css','.vc_custom_1446724021020{margin-top: 15px !important;}.vc_custom_1446724273467{margin-top: 20px !important;}'),(1661,45,'tb_post_layout','full-width'),(1662,45,'tb_disable_title','on'),(1663,45,'tb_disable_header_margin','on'),(1664,45,'tb_post_slider_shortcode','[rev_slider alias=\"anniversary\"]'),(1665,45,'tb_post_slider_bottom_heading','Make the most memorable Anniversary Centerpiece! <br />CALL 1-888-837-5021 for pricing'),(1666,491,'_wp_attached_file','2015/10/Blooming-Earth.jpg'),(1667,491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:649;s:4:\"file\";s:26:\"2015/10/Blooming-Earth.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Blooming-Earth-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:26:\"Blooming-Earth-277x300.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1668,492,'_wp_attached_file','2015/10/Ocean-Theme.jpg'),(1669,492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:689;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2015/10/Ocean-Theme.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Ocean-Theme-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:\"Ocean-Theme-258x300.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1670,493,'_wp_attached_file','2015/10/Mardi-Gras.jpg'),(1671,493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:511;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2015/10/Mardi-Gras.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Mardi-Gras-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:22:\"Mardi-Gras-192x300.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S2 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1196262906;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.6\";s:3:\"iso\";i:0;s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1672,494,'_wp_attached_file','2015/10/Cigar-Lover.jpg'),(1673,494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:575;s:6:\"height\";i:558;s:4:\"file\";s:23:\"2015/10/Cigar-Lover.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Cigar-Lover-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:\"Cigar-Lover-300x291.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1674,495,'_wp_attached_file','2015/10/New-Year.jpg'),(1675,495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:554;s:6:\"height\";i:780;s:4:\"file\";s:20:\"2015/10/New-Year.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"New-Year-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"New-Year-213x300.jpg\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S2 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1196263049;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.6\";s:3:\"iso\";i:0;s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1676,496,'_wp_attached_file','2015/10/Cinderella-Bouquet.jpg'),(1677,496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:459;s:6:\"height\";i:591;s:4:\"file\";s:30:\"2015/10/Cinderella-Bouquet.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Cinderella-Bouquet-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:30:\"Cinderella-Bouquet-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1678,497,'_wp_attached_file','2015/10/Top-Hat.jpg'),(1679,497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:575;s:6:\"height\";i:735;s:4:\"file\";s:19:\"2015/10/Top-Hat.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Top-Hat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Top-Hat-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1680,498,'_wp_attached_file','2015/10/Sun-Flower.jpg'),(1681,498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:622;s:4:\"file\";s:22:\"2015/10/Sun-Flower.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Sun-Flower-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:22:\"Sun-Flower-289x300.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1682,499,'_wp_attached_file','2015/10/Baenie-Baby.jpg'),(1683,499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:620;s:4:\"file\";s:23:\"2015/10/Baenie-Baby.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Baenie-Baby-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:\"Baenie-Baby-290x300.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1684,500,'_wp_attached_file','2015/10/Casino.jpg'),(1685,500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:598;s:4:\"file\";s:18:\"2015/10/Casino.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Casino-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Casino-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1686,501,'_wp_attached_file','2015/10/Wild-Kingdom.jpg'),(1687,501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:828;s:4:\"file\";s:24:\"2015/10/Wild-Kingdom.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Wild-Kingdom-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:\"Wild-Kingdom-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1688,502,'_wp_attached_file','2015/10/Political-Favours.jpg'),(1689,502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:920;s:4:\"file\";s:29:\"2015/10/Political-Favours.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Political-Favours-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:\"Political-Favours-196x300.jpg\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1690,503,'_wp_attached_file','2015/10/Movie-Star.jpg'),(1691,503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:575;s:6:\"height\";i:681;s:4:\"file\";s:22:\"2015/10/Movie-Star.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Movie-Star-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:22:\"Movie-Star-253x300.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1692,504,'_wp_attached_file','2015/10/Lush-Tropical-jungle.jpg'),(1693,504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:790;s:4:\"file\";s:32:\"2015/10/Lush-Tropical-jungle.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lush-Tropical-jungle-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:32:\"Lush-Tropical-jungle-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1694,505,'_wp_attached_file','2015/10/Millenium.jpg'),(1695,505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:757;s:4:\"file\";s:21:\"2015/10/Millenium.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Millenium-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:21:\"Millenium-238x300.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1696,51,'_wpb_shortcodes_custom_css','.vc_custom_1446726167701{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1447851172276{margin-top: 25px !important;}'),(1697,51,'tb_post_layout','left-sidebar'),(1698,51,'sidebar','side_menu'),(1699,51,'tb_disable_title','on'),(1700,51,'tb_disable_header_margin','on'),(1701,54,'tb_post_layout','full-width'),(1702,54,'tb_disable_title','on'),(1703,54,'tb_disable_header_margin','on'),(1704,54,'_wpb_shortcodes_custom_css','.vc_custom_1446811288203{margin-top: 30px !important;}.vc_custom_1446810687251{margin-top: 30px !important;}'),(1705,511,'_wp_attached_file','2015/10/flowercenterpiece.jpg'),(1706,511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1130;s:6:\"height\";i:1442;s:4:\"file\";s:29:\"2015/10/flowercenterpiece.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"flowercenterpiece-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:\"flowercenterpiece-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"flowercenterpiece-802x1024.jpg\";s:5:\"width\";i:802;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1707,39,'_oembed_a091b1addca1ff313590f61e6ff42932','<iframe width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/HdJdzZcLhpQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(1708,39,'_oembed_time_a091b1addca1ff313590f61e6ff42932','1446811434'),(1709,6,'tb_post_layout','left-sidebar'),(1711,6,'tb_disable_title','on'),(1712,6,'tb_disable_header_margin','on'),(1713,57,'tb_post_layout','left-sidebar'),(1715,57,'tb_disable_title','on'),(1716,57,'tb_disable_header_margin','on'),(1717,57,'_wpb_shortcodes_custom_css','.vc_custom_1446813797503{margin-top: 30px !important;}.vc_custom_1446813768434{margin-top: 40px !important;}.vc_custom_1446813644013{margin-top: 30px !important;margin-bottom: 30px !important;}'),(1718,519,'_wp_attached_file','2015/10/groupshot5.jpg'),(1719,519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:663;s:6:\"height\";i:915;s:4:\"file\";s:22:\"2015/10/groupshot5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"groupshot5-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:22:\"groupshot5-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1720,526,'_wp_attached_file','2015/11/white-wand.jpg'),(1721,526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:22:\"2015/11/white-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"white-wand-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:22:\"white-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1722,527,'_wp_attached_file','2015/11/aqua.jpg'),(1723,527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:16:\"2015/11/aqua.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1724,528,'_wp_attached_file','2015/11/aqua-wand.jpg'),(1725,528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:21:\"2015/11/aqua-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"aqua-wand-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:21:\"aqua-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1726,529,'_wp_attached_file','2015/11/azalea.jpg'),(1727,529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:18:\"2015/11/azalea.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1728,530,'_wp_attached_file','2015/11/azalea-wand.jpg'),(1729,530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:23:\"2015/11/azalea-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"azalea-wand-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:\"azalea-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1730,531,'_wp_attached_file','2015/11/babyblue.jpg'),(1731,531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:20:\"2015/11/babyblue.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1732,532,'_wp_attached_file','2015/11/babyblue-wand.jpg'),(1733,532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:25:\"2015/11/babyblue-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"babyblue-wand-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:25:\"babyblue-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1734,533,'_wp_attached_file','2015/11/black.jpg'),(1735,533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:17:\"2015/11/black.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1736,534,'_wp_attached_file','2015/11/black-wand.jpg'),(1737,534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:22:\"2015/11/black-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"black-wand-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:22:\"black-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1738,535,'_wp_attached_file','2015/11/brown.jpg'),(1739,535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:17:\"2015/11/brown.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1740,536,'_wp_attached_file','2015/11/brown-wand.jpg'),(1741,536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:22:\"2015/11/brown-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"brown-wand-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:22:\"brown-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1742,537,'_wp_attached_file','2015/11/burgundy.jpg'),(1743,537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:20:\"2015/11/burgundy.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1744,538,'_wp_attached_file','2015/11/burgundy-wand.jpg'),(1745,538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:25:\"2015/11/burgundy-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"burgundy-wand-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:25:\"burgundy-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1746,539,'_wp_attached_file','2015/11/cabernet.jpg'),(1747,539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:20:\"2015/11/cabernet.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1748,540,'_wp_attached_file','2015/11/cabernet-wand.jpg'),(1749,540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:25:\"2015/11/cabernet-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"cabernet-wand-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:25:\"cabernet-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1750,541,'_wp_attached_file','2015/11/celedon.jpg'),(1751,541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:19:\"2015/11/celedon.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1752,542,'_wp_attached_file','2015/11/celedon-wand.jpg'),(1753,542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:24:\"2015/11/celedon-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"celedon-wand-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:\"celedon-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1754,543,'_wp_attached_file','2015/11/coral.jpg'),(1755,543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:17:\"2015/11/coral.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1756,544,'_wp_attached_file','2015/11/coral-wand.jpg'),(1757,544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:22:\"2015/11/coral-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"coral-wand-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:22:\"coral-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1758,545,'_wp_attached_file','2015/11/cornflower.jpg'),(1759,545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:22:\"2015/11/cornflower.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1760,546,'_wp_attached_file','2015/11/cornflower-wand.jpg'),(1761,546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:27:\"2015/11/cornflower-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cornflower-wand-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:27:\"cornflower-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1762,547,'_wp_attached_file','2015/11/daffodil.jpg'),(1763,547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:20:\"2015/11/daffodil.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1764,548,'_wp_attached_file','2015/11/daffodil-wand.jpg'),(1765,548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:25:\"2015/11/daffodil-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"daffodil-wand-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:25:\"daffodil-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1766,549,'_wp_attached_file','2015/11/eggplant-wand.jpg'),(1767,549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:25:\"2015/11/eggplant-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"eggplant-wand-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:25:\"eggplant-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1768,550,'_wp_attached_file','2015/11/emerald.jpg'),(1769,550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:19:\"2015/11/emerald.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1770,551,'_wp_attached_file','2015/11/emerald-wand.jpg'),(1771,551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:24:\"2015/11/emerald-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"emerald-wand-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:\"emerald-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1772,552,'_wp_attached_file','2015/11/findyourcandy.jpg'),(1773,552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:688;s:6:\"height\";i:90;s:4:\"file\";s:25:\"2015/11/findyourcandy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"findyourcandy-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"findyourcandy-300x39.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1774,553,'_wp_attached_file','2015/11/findyourorder.jpg'),(1775,553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:688;s:6:\"height\";i:90;s:4:\"file\";s:25:\"2015/11/findyourorder.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"findyourorder-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"findyourorder-300x39.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1776,554,'_wp_attached_file','2015/11/findyoursizes.jpg'),(1777,554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:688;s:6:\"height\";i:90;s:4:\"file\";s:25:\"2015/11/findyoursizes.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"findyoursizes-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"findyoursizes-300x39.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1778,555,'_wp_attached_file','2015/11/gold.jpg'),(1779,555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:16:\"2015/11/gold.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1780,556,'_wp_attached_file','2015/11/gold-wand.jpg'),(1781,556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:21:\"2015/11/gold-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gold-wand-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:21:\"gold-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1782,557,'_wp_attached_file','2015/11/hotpink.jpg'),(1783,557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:19:\"2015/11/hotpink.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1784,558,'_wp_attached_file','2015/11/hotpink-wand.jpg'),(1785,558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:24:\"2015/11/hotpink-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hotpink-wand-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:\"hotpink-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1786,559,'_wp_attached_file','2015/11/hunter.jpg'),(1787,559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:18:\"2015/11/hunter.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1788,560,'_wp_attached_file','2015/11/hunter-wand.jpg'),(1789,560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:23:\"2015/11/hunter-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hunter-wand-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:\"hunter-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1790,561,'_wp_attached_file','2015/11/irridescentwhite.jpg'),(1791,561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:28:\"2015/11/irridescentwhite.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1792,562,'_wp_attached_file','2015/11/irridescentwhite-wand.jpg'),(1793,562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:33:\"2015/11/irridescentwhite-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"irridescentwhite-wand-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:33:\"irridescentwhite-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1794,563,'_wp_attached_file','2015/11/ivory.jpg'),(1795,563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:17:\"2015/11/ivory.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1796,564,'_wp_attached_file','2015/11/ivory-wand.jpg'),(1797,564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:22:\"2015/11/ivory-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ivory-wand-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:22:\"ivory-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1798,565,'_wp_attached_file','2015/11/lavender.jpg'),(1799,565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:20:\"2015/11/lavender.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1800,566,'_wp_attached_file','2015/11/lavender-wand.jpg'),(1801,566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:25:\"2015/11/lavender-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"lavender-wand-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:25:\"lavender-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1802,567,'_wp_attached_file','2015/11/lightyellow.jpg'),(1803,567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:23:\"2015/11/lightyellow.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1804,568,'_wp_attached_file','2015/11/lightyellow-wand.jpg'),(1805,568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:28:\"2015/11/lightyellow-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"lightyellow-wand-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:\"lightyellow-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1806,569,'_wp_attached_file','2015/11/limegreen.jpg'),(1807,569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:21:\"2015/11/limegreen.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1808,570,'_wp_attached_file','2015/11/limegreen-wand.jpg'),(1809,570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:26:\"2015/11/limegreen-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"limegreen-wand-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:26:\"limegreen-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1810,571,'_wp_attached_file','2015/11/metallicblue.jpg'),(1811,571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:24:\"2015/11/metallicblue.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1812,572,'_wp_attached_file','2015/11/metallicblue-wand.jpg'),(1813,572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:29:\"2015/11/metallicblue-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"metallicblue-wand-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:\"metallicblue-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1814,573,'_wp_attached_file','2015/11/metallicburgundy.jpg'),(1815,573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:28:\"2015/11/metallicburgundy.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1816,574,'_wp_attached_file','2015/11/metallicburgundy-wand.jpg'),(1817,574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:33:\"2015/11/metallicburgundy-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"metallicburgundy-wand-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:33:\"metallicburgundy-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1818,575,'_wp_attached_file','2015/11/metallichotpink.jpg'),(1819,575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:27:\"2015/11/metallichotpink.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1820,576,'_wp_attached_file','2015/11/metallichotpink-wand.jpg'),(1821,576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:32:\"2015/11/metallichotpink-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"metallichotpink-wand-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:32:\"metallichotpink-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1822,577,'_wp_attached_file','2015/11/metallicpink.jpg'),(1823,577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:24:\"2015/11/metallicpink.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1824,578,'_wp_attached_file','2015/11/metallicpink-wand.jpg'),(1825,578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:29:\"2015/11/metallicpink-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"metallicpink-wand-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:\"metallicpink-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1826,579,'_wp_attached_file','2015/11/metallicpurple.jpg'),(1827,579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:26:\"2015/11/metallicpurple.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1828,580,'_wp_attached_file','2015/11/metallicpurple-wand.jpg'),(1829,580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:31:\"2015/11/metallicpurple-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"metallicpurple-wand-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:\"metallicpurple-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1830,581,'_wp_attached_file','2015/11/metallicred.jpg'),(1831,581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:23:\"2015/11/metallicred.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1832,582,'_wp_attached_file','2015/11/metallicred-wand.jpg'),(1833,582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:28:\"2015/11/metallicred-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"metallicred-wand-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:\"metallicred-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1834,583,'_wp_attached_file','2015/11/mint.jpg'),(1835,583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:16:\"2015/11/mint.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1836,584,'_wp_attached_file','2015/11/mint-wand.jpg'),(1837,584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:21:\"2015/11/mint-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"mint-wand-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:21:\"mint-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1838,585,'_wp_attached_file','2015/11/mustard.jpg'),(1839,585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:19:\"2015/11/mustard.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1840,586,'_wp_attached_file','2015/11/mustard-wand.jpg'),(1841,586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:24:\"2015/11/mustard-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"mustard-wand-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:\"mustard-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1842,587,'_wp_attached_file','2015/11/navy.jpg'),(1843,587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:16:\"2015/11/navy.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1844,526,'_edit_lock','1447667912:1'),(1845,588,'_wp_attached_file','2015/11/navy-wand.jpg'),(1846,588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:21:\"2015/11/navy-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"navy-wand-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:21:\"navy-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1847,589,'_wp_attached_file','2015/11/orange.jpg'),(1848,589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:18:\"2015/11/orange.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1849,590,'_wp_attached_file','2015/11/orange-wand.jpg'),(1850,590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:23:\"2015/11/orange-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"orange-wand-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:\"orange-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1851,591,'_wp_attached_file','2015/11/peach.jpg'),(1852,591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:17:\"2015/11/peach.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1853,592,'_wp_attached_file','2015/11/peach-wand.jpg'),(1854,592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:22:\"2015/11/peach-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"peach-wand-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:22:\"peach-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1855,593,'_wp_attached_file','2015/11/periwinkle.jpg'),(1856,593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:22:\"2015/11/periwinkle.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1857,594,'_wp_attached_file','2015/11/periwinkle-wand.jpg'),(1858,594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:27:\"2015/11/periwinkle-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"periwinkle-wand-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:27:\"periwinkle-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1859,595,'_wp_attached_file','2015/11/pink.jpg'),(1860,595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:16:\"2015/11/pink.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1861,596,'_wp_attached_file','2015/11/pink-wand.jpg'),(1862,596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:21:\"2015/11/pink-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"pink-wand-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:21:\"pink-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1863,597,'_wp_attached_file','2015/11/preview.jpg'),(1864,597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:19:\"2015/11/preview.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"preview-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"preview-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1865,598,'_wp_attached_file','2015/11/purple.jpg'),(1866,598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:18:\"2015/11/purple.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1867,599,'_wp_attached_file','2015/11/purple-wand.jpg'),(1868,599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:23:\"2015/11/purple-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"purple-wand-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:\"purple-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1869,600,'_wp_attached_file','2015/11/red.jpg'),(1870,600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:15:\"2015/11/red.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1871,601,'_wp_attached_file','2015/11/red-wand.jpg'),(1872,601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:20:\"2015/11/red-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"red-wand-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"red-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1873,602,'_wp_attached_file','2015/11/royalblue.jpg'),(1874,602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:21:\"2015/11/royalblue.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1875,603,'_wp_attached_file','2015/11/royalblue-wand.jpg'),(1876,603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:26:\"2015/11/royalblue-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"royalblue-wand-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:26:\"royalblue-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1877,604,'_wp_attached_file','2015/11/sage.jpg'),(1878,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:16:\"2015/11/sage.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1879,605,'_wp_attached_file','2015/11/sage-wand.jpg'),(1880,605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:21:\"2015/11/sage-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sage-wand-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:21:\"sage-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1881,606,'_wp_attached_file','2015/11/seafoam.jpg'),(1882,606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:19:\"2015/11/seafoam.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1883,607,'_wp_attached_file','2015/11/seafoam-wand.jpg'),(1884,607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:24:\"2015/11/seafoam-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"seafoam-wand-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:\"seafoam-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1885,608,'_wp_attached_file','2015/11/silver.jpg'),(1886,608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:18:\"2015/11/silver.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1887,609,'_wp_attached_file','2015/11/silver-wand.jpg'),(1888,609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:23:\"2015/11/silver-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"silver-wand-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:\"silver-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1889,610,'_wp_attached_file','2015/11/tangerine.jpg'),(1890,610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:21:\"2015/11/tangerine.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1891,611,'_wp_attached_file','2015/11/tangerine-wand.jpg'),(1892,611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:26:\"2015/11/tangerine-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"tangerine-wand-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:26:\"tangerine-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1893,612,'_wp_attached_file','2015/11/teal.jpg'),(1894,612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:16:\"2015/11/teal.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1895,613,'_wp_attached_file','2015/11/teal-wand.jpg'),(1896,613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:21:\"2015/11/teal-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"teal-wand-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:21:\"teal-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1897,614,'_wp_attached_file','2015/11/turquoise.jpg'),(1898,614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:21:\"2015/11/turquoise.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1899,615,'_wp_attached_file','2015/11/turquoise-wand.jpg'),(1900,615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:26:\"2015/11/turquoise-wand.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"turquoise-wand-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:26:\"turquoise-wand-145x300.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1901,616,'_wp_attached_file','2015/11/white.jpg'),(1902,616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:17:\"2015/11/white.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1903,617,'_wp_attached_file','2015/11/site.js'),(1904,618,'_wp_attached_file','2015/11/jquery-1.js'),(1905,6,'_wpb_shortcodes_custom_css','.vc_custom_1447667108358{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1446664656279{margin-top: 20px !important;}.vc_custom_1446664681110{margin-top: 20px !important;}'),(1906,10,'tb_post_layout','full-width'),(1907,10,'tb_disable_title','on'),(1908,10,'tb_disable_header_margin','on'),(1909,10,'_yoast_wpseo_focuskw','Party Favors'),(1910,10,'_yoast_wpseo_title','Party Favors and Centerpieces; Wedding Favors and Decorations for your Wedding Celebration'),(1911,10,'_yoast_wpseo_metadesc','Wanderfuls offers unique Party Favors and Centerpieces, party favors, table centerpieces, and creative favor ideas for all events.'),(1912,10,'_oembed_a091b1addca1ff313590f61e6ff42932','<iframe width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/HdJdzZcLhpQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(1913,10,'_oembed_time_a091b1addca1ff313590f61e6ff42932','1447848106'),(1914,10,'_yoast_wpseo_linkdex','22'),(1915,630,'_wp_attached_file','2015/10/Fire-themed-Wanderfuls-centerpiece-created-for-Lindas-16th-Birthday-party..jpg'),(1916,630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:359;s:6:\"height\";i:250;s:4:\"file\";s:86:\"2015/10/Fire-themed-Wanderfuls-centerpiece-created-for-Lindas-16th-Birthday-party..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"Fire-themed-Wanderfuls-centerpiece-created-for-Lindas-16th-Birthday-party.-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:86:\"Fire-themed-Wanderfuls-centerpiece-created-for-Lindas-16th-Birthday-party.-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1917,631,'_wp_attached_file','2015/10/White-and-teal-Wanderfuls-centerpiece-at-Marissas-tea-party-wedding-shower..jpg'),(1918,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:332;s:4:\"file\";s:87:\"2015/10/White-and-teal-Wanderfuls-centerpiece-at-Marissas-tea-party-wedding-shower..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:87:\"White-and-teal-Wanderfuls-centerpiece-at-Marissas-tea-party-wedding-shower.-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:87:\"White-and-teal-Wanderfuls-centerpiece-at-Marissas-tea-party-wedding-shower.-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1919,632,'_wp_attached_file','2015/10/Valeries-blue-and-yellow-10th-year-class-reunion-centerpieces..jpg'),(1920,632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:753;s:6:\"height\";i:500;s:4:\"file\";s:74:\"2015/10/Valeries-blue-and-yellow-10th-year-class-reunion-centerpieces..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"Valeries-blue-and-yellow-10th-year-class-reunion-centerpieces.-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:74:\"Valeries-blue-and-yellow-10th-year-class-reunion-centerpieces.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1921,633,'_wp_attached_file','2015/10/Elegant-and-beautiful-pink-and-white-centerpiece-for-Brittanys-baby-shower..jpg'),(1922,633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:583;s:6:\"height\";i:500;s:4:\"file\";s:87:\"2015/10/Elegant-and-beautiful-pink-and-white-centerpiece-for-Brittanys-baby-shower..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:87:\"Elegant-and-beautiful-pink-and-white-centerpiece-for-Brittanys-baby-shower.-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:87:\"Elegant-and-beautiful-pink-and-white-centerpiece-for-Brittanys-baby-shower.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1923,634,'_wp_attached_file','2015/10/Under-the-Sea-themed-centerpiece-created-for-a-fun-and-festive-birthday-party..jpg'),(1924,634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:420;s:4:\"file\";s:90:\"2015/10/Under-the-Sea-themed-centerpiece-created-for-a-fun-and-festive-birthday-party..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:90:\"Under-the-Sea-themed-centerpiece-created-for-a-fun-and-festive-birthday-party.-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:90:\"Under-the-Sea-themed-centerpiece-created-for-a-fun-and-festive-birthday-party.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1925,635,'_wp_attached_file','2015/10/Presidents-Club-annual-dinner-with-Wanderfuls-centerpieces..jpg'),(1926,635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:467;s:4:\"file\";s:71:\"2015/10/Presidents-Club-annual-dinner-with-Wanderfuls-centerpieces..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"Presidents-Club-annual-dinner-with-Wanderfuls-centerpieces.-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:71:\"Presidents-Club-annual-dinner-with-Wanderfuls-centerpieces.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1927,636,'_wp_attached_file','2015/10/Mohini-Roy-Staszewskis-Orange-Themed-Wedding.jpg'),(1928,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:56:\"2015/10/Mohini-Roy-Staszewskis-Orange-Themed-Wedding.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Mohini-Roy-Staszewskis-Orange-Themed-Wedding-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:56:\"Mohini-Roy-Staszewskis-Orange-Themed-Wedding-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1929,637,'_wp_attached_file','2015/10/Multi-colored-centerpiece-for-Clinton-Middle-Schools-graduation..jpg'),(1930,637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:526;s:6:\"height\";i:500;s:4:\"file\";s:76:\"2015/10/Multi-colored-centerpiece-for-Clinton-Middle-Schools-graduation..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"Multi-colored-centerpiece-for-Clinton-Middle-Schools-graduation.-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:76:\"Multi-colored-centerpiece-for-Clinton-Middle-Schools-graduation.-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1931,638,'_wp_attached_file','2015/10/Purple-themed-outdoor-party.jpg'),(1932,638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:737;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2015/10/Purple-themed-outdoor-party.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Purple-themed-outdoor-party-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:\"Purple-themed-outdoor-party-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1933,639,'_wp_attached_file','2015/10/Cranberry-colored-wedding-reception-room-view-with-centerpieces-by-Wanderfuls..jpg'),(1934,639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:580;s:4:\"file\";s:90:\"2015/10/Cranberry-colored-wedding-reception-room-view-with-centerpieces-by-Wanderfuls..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:90:\"Cranberry-colored-wedding-reception-room-view-with-centerpieces-by-Wanderfuls.-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:90:\"Cranberry-colored-wedding-reception-room-view-with-centerpieces-by-Wanderfuls.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1935,640,'_wp_attached_file','2015/10/Blue-and-white-themed-wedding-for-Ryan-and-Sandy..jpg'),(1936,640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:590;s:6:\"height\";i:443;s:4:\"file\";s:61:\"2015/10/Blue-and-white-themed-wedding-for-Ryan-and-Sandy..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Blue-and-white-themed-wedding-for-Ryan-and-Sandy.-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:61:\"Blue-and-white-themed-wedding-for-Ryan-and-Sandy.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1937,641,'_wp_attached_file','2015/10/Navy-blue-and-white-Wanderfuls-centerpiece-for-Katys-graduation-party..jpg'),(1938,641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:917;s:6:\"height\";i:550;s:4:\"file\";s:82:\"2015/10/Navy-blue-and-white-Wanderfuls-centerpiece-for-Katys-graduation-party..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:82:\"Navy-blue-and-white-Wanderfuls-centerpiece-for-Katys-graduation-party.-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:82:\"Navy-blue-and-white-Wanderfuls-centerpiece-for-Katys-graduation-party.-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1939,642,'_wp_attached_file','2015/10/Presidents-Circle-annual-party-with-Wanderfuls-centerpieces-in-gold-and-purple..jpg'),(1940,642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:750;s:4:\"file\";s:91:\"2015/10/Presidents-Circle-annual-party-with-Wanderfuls-centerpieces-in-gold-and-purple..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:91:\"Presidents-Circle-annual-party-with-Wanderfuls-centerpieces-in-gold-and-purple.-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:91:\"Presidents-Circle-annual-party-with-Wanderfuls-centerpieces-in-gold-and-purple.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1941,643,'_wp_attached_file','2015/10/Soft-green-and-white-centerpiece-for-Celine-and-Bobs-20th-Anniversary-party..jpg'),(1942,643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:250;s:4:\"file\";s:88:\"2015/10/Soft-green-and-white-centerpiece-for-Celine-and-Bobs-20th-Anniversary-party..jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:88:\"Soft-green-and-white-centerpiece-for-Celine-and-Bobs-20th-Anniversary-party.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1943,644,'_wp_attached_file','2015/10/Broadway-themed-party-with-Wanderfuls-centerpieces..jpg'),(1944,644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:666;s:6:\"height\";i:451;s:4:\"file\";s:63:\"2015/10/Broadway-themed-party-with-Wanderfuls-centerpieces..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Broadway-themed-party-with-Wanderfuls-centerpieces.-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:63:\"Broadway-themed-party-with-Wanderfuls-centerpieces.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1945,645,'_wp_attached_file','2015/10/Fun-and-bright-orange-and-white-centerpieces-for-Texs-retirement-party..jpg'),(1946,645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:367;s:4:\"file\";s:83:\"2015/10/Fun-and-bright-orange-and-white-centerpieces-for-Texs-retirement-party..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:83:\"Fun-and-bright-orange-and-white-centerpieces-for-Texs-retirement-party.-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:83:\"Fun-and-bright-orange-and-white-centerpieces-for-Texs-retirement-party.-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1947,646,'_wp_attached_file','2015/10/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg'),(1948,646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:80:\"2015/10/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding.-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:80:\"Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1949,647,'_wp_attached_file','2015/10/Malt-o-Meals-company-party-design-in-blue-and-white.jpg'),(1950,647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:63:\"2015/10/Malt-o-Meals-company-party-design-in-blue-and-white.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Malt-o-Meals-company-party-design-in-blue-and-white-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:63:\"Malt-o-Meals-company-party-design-in-blue-and-white-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1951,648,'_wp_attached_file','2015/10/Green-and-white-graduation-themed-centerpiece-by-Wanderfuls-for-Merissas-college-graduation-party..jpg'),(1952,648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:234;s:4:\"file\";s:110:\"2015/10/Green-and-white-graduation-themed-centerpiece-by-Wanderfuls-for-Merissas-college-graduation-party..jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:110:\"Green-and-white-graduation-themed-centerpiece-by-Wanderfuls-for-Merissas-college-graduation-party.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1953,649,'_wp_attached_file','2015/10/Multicolored-centerpiece-created-by-Wanderfuls-for-Kellys-Sweet-16-spring-party..jpg'),(1954,649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:518;s:6:\"height\";i:500;s:4:\"file\";s:92:\"2015/10/Multicolored-centerpiece-created-by-Wanderfuls-for-Kellys-Sweet-16-spring-party..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:92:\"Multicolored-centerpiece-created-by-Wanderfuls-for-Kellys-Sweet-16-spring-party.-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:92:\"Multicolored-centerpiece-created-by-Wanderfuls-for-Kellys-Sweet-16-spring-party.-300x290.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1955,650,'_wp_attached_file','2015/10/Multi-colored-Wanderfuls-centerpiece-for-Sarahs-spring-garden-party..jpg'),(1956,650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:680;s:6:\"height\";i:642;s:4:\"file\";s:80:\"2015/10/Multi-colored-Wanderfuls-centerpiece-for-Sarahs-spring-garden-party..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"Multi-colored-Wanderfuls-centerpiece-for-Sarahs-spring-garden-party.-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:80:\"Multi-colored-Wanderfuls-centerpiece-for-Sarahs-spring-garden-party.-300x283.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1957,651,'_wp_attached_file','2015/10/Purple-and-white-Wanderfuls-centerpiece-for-Donnas-50th-Birthday-celebration..jpg'),(1958,651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:89:\"2015/10/Purple-and-white-Wanderfuls-centerpiece-for-Donnas-50th-Birthday-celebration..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:89:\"Purple-and-white-Wanderfuls-centerpiece-for-Donnas-50th-Birthday-celebration.-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:89:\"Purple-and-white-Wanderfuls-centerpiece-for-Donnas-50th-Birthday-celebration.-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1959,652,'_wp_attached_file','2015/10/Aarons-Bar-Mitzvah-centerpieces-which-included-cards-with-photos-and-facts-about-various-animals..jpg'),(1960,652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:469;s:4:\"file\";s:109:\"2015/10/Aarons-Bar-Mitzvah-centerpieces-which-included-cards-with-photos-and-facts-about-various-animals..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:109:\"Aarons-Bar-Mitzvah-centerpieces-which-included-cards-with-photos-and-facts-about-various-animals.-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:109:\"Aarons-Bar-Mitzvah-centerpieces-which-included-cards-with-photos-and-facts-about-various-animals.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1961,653,'_wp_attached_file','2015/10/Pink-and-purple-quinceanera-centerpiece-for-Samathas-birthday-bash..jpg'),(1962,653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:680;s:6:\"height\";i:596;s:4:\"file\";s:79:\"2015/10/Pink-and-purple-quinceanera-centerpiece-for-Samathas-birthday-bash..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"Pink-and-purple-quinceanera-centerpiece-for-Samathas-birthday-bash.-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:79:\"Pink-and-purple-quinceanera-centerpiece-for-Samathas-birthday-bash.-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1963,654,'_wp_attached_file','2015/10/Safari-themed-centerpieces-create-for-Joe-and-Kates-wild-wedding..jpg'),(1964,654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:385;s:6:\"height\";i:256;s:4:\"file\";s:77:\"2015/10/Safari-themed-centerpieces-create-for-Joe-and-Kates-wild-wedding..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"Safari-themed-centerpieces-create-for-Joe-and-Kates-wild-wedding.-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:77:\"Safari-themed-centerpieces-create-for-Joe-and-Kates-wild-wedding.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1965,655,'_wp_attached_file','2015/10/Pepperidge-Farms-Annual-employees-party-centerpieces-designed-by-Wanderfuls..jpg'),(1966,655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:480;s:4:\"file\";s:88:\"2015/10/Pepperidge-Farms-Annual-employees-party-centerpieces-designed-by-Wanderfuls..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:88:\"Pepperidge-Farms-Annual-employees-party-centerpieces-designed-by-Wanderfuls.-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:88:\"Pepperidge-Farms-Annual-employees-party-centerpieces-designed-by-Wanderfuls.-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1967,656,'_wp_attached_file','2015/10/Knicks-Season-Subscriber-Event-centerpieces-designed-by-Wanderfuls..jpg'),(1968,656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:480;s:4:\"file\";s:79:\"2015/10/Knicks-Season-Subscriber-Event-centerpieces-designed-by-Wanderfuls..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"Knicks-Season-Subscriber-Event-centerpieces-designed-by-Wanderfuls.-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:79:\"Knicks-Season-Subscriber-Event-centerpieces-designed-by-Wanderfuls.-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1969,657,'_wp_attached_file','2015/10/Pink-and-brown-wedding-centerpiece-for-Brian-and-Nikkis-big-day..jpg'),(1970,657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:503;s:4:\"file\";s:76:\"2015/10/Pink-and-brown-wedding-centerpiece-for-Brian-and-Nikkis-big-day..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"Pink-and-brown-wedding-centerpiece-for-Brian-and-Nikkis-big-day.-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:76:\"Pink-and-brown-wedding-centerpiece-for-Brian-and-Nikkis-big-day.-300x269.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1971,658,'_wp_attached_file','2015/10/McDonalds-Managers-Event.jpg'),(1972,658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:398;s:4:\"file\";s:36:\"2015/10/McDonalds-Managers-Event.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"McDonalds-Managers-Event-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:\"McDonalds-Managers-Event-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1973,659,'_wp_attached_file','2015/10/For-Marion-and-Ednas-50th-wedding-Anniversary-we-used-a-mixture-of-long-and-medium-white-pom-pom-favors-with-gold-tassels..jpg'),(1974,659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:264;s:4:\"file\";s:134:\"2015/10/For-Marion-and-Ednas-50th-wedding-Anniversary-we-used-a-mixture-of-long-and-medium-white-pom-pom-favors-with-gold-tassels..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:134:\"For-Marion-and-Ednas-50th-wedding-Anniversary-we-used-a-mixture-of-long-and-medium-white-pom-pom-favors-with-gold-tassels.-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:134:\"For-Marion-and-Ednas-50th-wedding-Anniversary-we-used-a-mixture-of-long-and-medium-white-pom-pom-favors-with-gold-tassels.-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1975,660,'_wp_attached_file','2015/10/Beautiful-and-soft-blue-and-white-centerpiece-made-for-Sophias-baby-shower..jpg'),(1976,660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:486;s:6:\"height\";i:500;s:4:\"file\";s:87:\"2015/10/Beautiful-and-soft-blue-and-white-centerpiece-made-for-Sophias-baby-shower..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:87:\"Beautiful-and-soft-blue-and-white-centerpiece-made-for-Sophias-baby-shower.-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:87:\"Beautiful-and-soft-blue-and-white-centerpiece-made-for-Sophias-baby-shower.-292x300.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1977,661,'_wp_attached_file','2015/10/Hot-pink-Wanderfuls-centerpiece-for-Nancys-16th-Birthday-party..jpg'),(1978,661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:250;s:4:\"file\";s:75:\"2015/10/Hot-pink-Wanderfuls-centerpiece-for-Nancys-16th-Birthday-party..jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"Hot-pink-Wanderfuls-centerpiece-for-Nancys-16th-Birthday-party.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1979,662,'_wp_attached_file','2015/10/Beautiful-white-centerpiece-design-for-Sheila-and-Robs-wedding..jpg'),(1980,662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:503;s:4:\"file\";s:75:\"2015/10/Beautiful-white-centerpiece-design-for-Sheila-and-Robs-wedding..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"Beautiful-white-centerpiece-design-for-Sheila-and-Robs-wedding.-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:\"Beautiful-white-centerpiece-design-for-Sheila-and-Robs-wedding.-300x269.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1981,663,'_wp_attached_file','2015/10/Blue-and-white-centerpieces-by-Wanderfuls-for-Toms-graduation-party..jpg'),(1982,663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:436;s:4:\"file\";s:80:\"2015/10/Blue-and-white-centerpieces-by-Wanderfuls-for-Toms-graduation-party..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"Blue-and-white-centerpieces-by-Wanderfuls-for-Toms-graduation-party.-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:80:\"Blue-and-white-centerpieces-by-Wanderfuls-for-Toms-graduation-party.-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1983,664,'_wp_attached_file','2015/10/White-and-light-green-bridal-centerpiece-for-Tim-and-Joans-winter-wedding..jpg'),(1984,664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:503;s:4:\"file\";s:86:\"2015/10/White-and-light-green-bridal-centerpiece-for-Tim-and-Joans-winter-wedding..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"White-and-light-green-bridal-centerpiece-for-Tim-and-Joans-winter-wedding.-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:86:\"White-and-light-green-bridal-centerpiece-for-Tim-and-Joans-winter-wedding.-300x269.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1985,665,'_wp_attached_file','2015/10/Sweet-16-Pretty-in-Pink-Party.jpg'),(1986,665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:365;s:4:\"file\";s:41:\"2015/10/Sweet-16-Pretty-in-Pink-Party.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Sweet-16-Pretty-in-Pink-Party-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:\"Sweet-16-Pretty-in-Pink-Party-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1987,666,'_wp_attached_file','2015/10/Laura-Billys-Wedding-reception-table-setting-with-pink-Wanderfuls-Centerpieces..jpg'),(1988,666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:91:\"2015/10/Laura-Billys-Wedding-reception-table-setting-with-pink-Wanderfuls-Centerpieces..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:91:\"Laura-Billys-Wedding-reception-table-setting-with-pink-Wanderfuls-Centerpieces.-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:91:\"Laura-Billys-Wedding-reception-table-setting-with-pink-Wanderfuls-Centerpieces.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1989,667,'_wp_attached_file','2015/10/Metallic-silver-and-maroon-centerpiece-designed-by-Wanderfuls-for-Ninas-retirement-party..jpg'),(1990,667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:641;s:6:\"height\";i:500;s:4:\"file\";s:101:\"2015/10/Metallic-silver-and-maroon-centerpiece-designed-by-Wanderfuls-for-Ninas-retirement-party..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"Metallic-silver-and-maroon-centerpiece-designed-by-Wanderfuls-for-Ninas-retirement-party.-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:\"Metallic-silver-and-maroon-centerpiece-designed-by-Wanderfuls-for-Ninas-retirement-party.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1991,668,'_wp_attached_file','2015/10/Light-purple-Wanderfuls-centerpiece-for-Kellys-bridal-shower..jpg'),(1992,668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:475;s:4:\"file\";s:73:\"2015/10/Light-purple-Wanderfuls-centerpiece-for-Kellys-bridal-shower..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"Light-purple-Wanderfuls-centerpiece-for-Kellys-bridal-shower.-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:73:\"Light-purple-Wanderfuls-centerpiece-for-Kellys-bridal-shower.-300x254.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1993,669,'_wp_attached_file','2015/10/White-and-light-green-Wanderfuls-centerpiece-for-Nick-and-Chrissys-wedding..jpg'),(1994,669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:503;s:4:\"file\";s:87:\"2015/10/White-and-light-green-Wanderfuls-centerpiece-for-Nick-and-Chrissys-wedding..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:87:\"White-and-light-green-Wanderfuls-centerpiece-for-Nick-and-Chrissys-wedding.-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:87:\"White-and-light-green-Wanderfuls-centerpiece-for-Nick-and-Chrissys-wedding.-300x269.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1995,670,'_wp_attached_file','2015/10/Gold-and-purple-Wanderfuls-centerpiece-for-Kellys-quinceanera..jpg'),(1996,670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:680;s:6:\"height\";i:618;s:4:\"file\";s:74:\"2015/10/Gold-and-purple-Wanderfuls-centerpiece-for-Kellys-quinceanera..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"Gold-and-purple-Wanderfuls-centerpiece-for-Kellys-quinceanera.-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:74:\"Gold-and-purple-Wanderfuls-centerpiece-for-Kellys-quinceanera.-300x273.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1997,671,'_wp_attached_file','2015/10/White-and-purple-centerpiece-for-Tammys-baby-shower..jpg'),(1998,671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:322;s:4:\"file\";s:64:\"2015/10/White-and-purple-centerpiece-for-Tammys-baby-shower..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"White-and-purple-centerpiece-for-Tammys-baby-shower.-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:64:\"White-and-purple-centerpiece-for-Tammys-baby-shower.-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1999,672,'_wp_attached_file','2015/10/White-and-pink-centerpiece-decorated-with-green-leaves-for-Amys-wedding-shower..jpg'),(2000,672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:671;s:6:\"height\";i:500;s:4:\"file\";s:91:\"2015/10/White-and-pink-centerpiece-decorated-with-green-leaves-for-Amys-wedding-shower..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:91:\"White-and-pink-centerpiece-decorated-with-green-leaves-for-Amys-wedding-shower.-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:91:\"White-and-pink-centerpiece-decorated-with-green-leaves-for-Amys-wedding-shower.-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2001,673,'_wp_attached_file','2015/10/Lavender-and-white-bridal-centerpiece..jpg'),(2002,673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:495;s:4:\"file\";s:50:\"2015/10/Lavender-and-white-bridal-centerpiece..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Lavender-and-white-bridal-centerpiece.-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:\"Lavender-and-white-bridal-centerpiece.-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2003,674,'_wp_attached_file','2015/10/Green-and-white-centerpiece-for-Alexs-graduation-party..jpg'),(2004,674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:250;s:4:\"file\";s:67:\"2015/10/Green-and-white-centerpiece-for-Alexs-graduation-party..jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"Green-and-white-centerpiece-for-Alexs-graduation-party.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2005,675,'_wp_attached_file','2015/10/Centerpiece-for-Jordans-Christening-party..jpg'),(2006,675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:428;s:4:\"file\";s:54:\"2015/10/Centerpiece-for-Jordans-Christening-party..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Centerpiece-for-Jordans-Christening-party.-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:\"Centerpiece-for-Jordans-Christening-party.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2007,676,'_wp_attached_file','2015/10/Hot-pink-and-white-Wanderfuls-centerpiece-for-Magdas-Bat-Mitzvah-party..jpg'),(2008,676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:83:\"2015/10/Hot-pink-and-white-Wanderfuls-centerpiece-for-Magdas-Bat-Mitzvah-party..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:83:\"Hot-pink-and-white-Wanderfuls-centerpiece-for-Magdas-Bat-Mitzvah-party.-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:83:\"Hot-pink-and-white-Wanderfuls-centerpiece-for-Magdas-Bat-Mitzvah-party.-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2009,677,'_wp_attached_file','2015/10/Orange.jpg'),(2010,677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:250;s:4:\"file\";s:18:\"2015/10/Orange.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Orange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2011,678,'_wp_attached_file','2015/10/White-and-orange-centerpieces-by-Wanderfuls-for-Joan-and-Shauns-anniversary-party..jpg'),(2012,678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:504;s:4:\"file\";s:94:\"2015/10/White-and-orange-centerpieces-by-Wanderfuls-for-Joan-and-Shauns-anniversary-party..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:94:\"White-and-orange-centerpieces-by-Wanderfuls-for-Joan-and-Shauns-anniversary-party.-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:94:\"White-and-orange-centerpieces-by-Wanderfuls-for-Joan-and-Shauns-anniversary-party.-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2013,679,'_wp_attached_file','2015/10/Purple-and-white-centerpiece-by-Wanderfuls-for-Judiths-Sweet-16-party..jpg'),(2014,679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:250;s:4:\"file\";s:82:\"2015/10/Purple-and-white-centerpiece-by-Wanderfuls-for-Judiths-Sweet-16-party..jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:82:\"Purple-and-white-centerpiece-by-Wanderfuls-for-Judiths-Sweet-16-party.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2015,680,'_wp_attached_file','2015/10/Dark-and-light-purple-centerpiece-for-Denises-Christening-party..jpg'),(2016,680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:503;s:4:\"file\";s:76:\"2015/10/Dark-and-light-purple-centerpiece-for-Denises-Christening-party..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"Dark-and-light-purple-centerpiece-for-Denises-Christening-party.-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:76:\"Dark-and-light-purple-centerpiece-for-Denises-Christening-party.-300x269.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2017,681,'_wp_attached_file','2015/10/Sweet-16-party-with-black-and-gold-Wanderfuls..jpg'),(2018,681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2015/10/Sweet-16-party-with-black-and-gold-Wanderfuls..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Sweet-16-party-with-black-and-gold-Wanderfuls.-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:58:\"Sweet-16-party-with-black-and-gold-Wanderfuls.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2019,682,'_wp_attached_file','2015/10/Elegant-candlelight-wedding-with-Wanderfuls-centerpieces-for-Matt-and-Sarah..jpg'),(2020,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:457;s:6:\"height\";i:608;s:4:\"file\";s:88:\"2015/10/Elegant-candlelight-wedding-with-Wanderfuls-centerpieces-for-Matt-and-Sarah..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:88:\"Elegant-candlelight-wedding-with-Wanderfuls-centerpieces-for-Matt-and-Sarah.-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:88:\"Elegant-candlelight-wedding-with-Wanderfuls-centerpieces-for-Matt-and-Sarah.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2021,683,'_wp_attached_file','2015/10/Waldorf-Astoria-Women-of-Valor-event-with-white-and-gold-Wanderfuls..jpg'),(2022,683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:441;s:6:\"height\";i:512;s:4:\"file\";s:80:\"2015/10/Waldorf-Astoria-Women-of-Valor-event-with-white-and-gold-Wanderfuls..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"Waldorf-Astoria-Women-of-Valor-event-with-white-and-gold-Wanderfuls.-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:80:\"Waldorf-Astoria-Women-of-Valor-event-with-white-and-gold-Wanderfuls.-258x300.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2023,684,'_wp_attached_file','2015/10/White-and-pink-Wanderfuls-party-favors-for-Kim-and-Tonys-wedding..jpg'),(2024,684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:327;s:6:\"height\";i:201;s:4:\"file\";s:77:\"2015/10/White-and-pink-Wanderfuls-party-favors-for-Kim-and-Tonys-wedding..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"White-and-pink-Wanderfuls-party-favors-for-Kim-and-Tonys-wedding.-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:77:\"White-and-pink-Wanderfuls-party-favors-for-Kim-and-Tonys-wedding.-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2025,685,'_wp_attached_file','2015/10/Multi-colored-centerpiece-for-Travis-and-Jennifers-spring-wedding..jpg'),(2026,685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:573;s:6:\"height\";i:500;s:4:\"file\";s:78:\"2015/10/Multi-colored-centerpiece-for-Travis-and-Jennifers-spring-wedding..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"Multi-colored-centerpiece-for-Travis-and-Jennifers-spring-wedding.-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:78:\"Multi-colored-centerpiece-for-Travis-and-Jennifers-spring-wedding.-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2027,686,'_wp_attached_file','2015/10/Fun-and-colorful-Dr.-Seuss-themed-party..jpg'),(2028,686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:465;s:4:\"file\";s:52:\"2015/10/Fun-and-colorful-Dr.-Seuss-themed-party..jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Fun-and-colorful-Dr.-Seuss-themed-party.-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:\"Fun-and-colorful-Dr.-Seuss-themed-party.-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2029,128,'_wpb_shortcodes_custom_css','.vc_custom_1448821055721{margin-top: 30px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #cc3366 !important;}'),(2030,130,'_wpb_shortcodes_custom_css','.vc_custom_1448821155557{margin-top: 30px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #cc3366 !important;}'),(2031,691,'_menu_item_type','post_type'),(2032,691,'_menu_item_menu_item_parent','0'),(2033,691,'_menu_item_object_id','8'),(2034,691,'_menu_item_object','page'),(2035,691,'_menu_item_target',''),(2036,691,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2037,691,'_menu_item_xfn',''),(2038,691,'_menu_item_url',''),(2040,691,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2041,4,'_yoast_wpseo_focuskw','Welcome To Wanderfuls™'),(2042,4,'_yoast_wpseo_title','Welcome To Wanderfuls™ - Your Personalized and Unique Candy Centerpieces!'),(2043,4,'_yoast_wpseo_metadesc','The Wanderfuls is a bouquet that you can order in any color to match the theme of your event. When a room is set with wanderful party favor bouquets on every table, the room will be filled with magic.'),(2044,4,'_yoast_wpseo_linkdex','40'),(2045,6,'_yoast_wpseo_focuskw','Pompom Colors'),(2046,6,'_yoast_wpseo_title','Wanderfuls Pompom Colors'),(2047,6,'_yoast_wpseo_metadesc','Wanderfuls offers unique Anniversary Centerpieces and Party Favors, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2048,6,'_yoast_wpseo_linkdex','27'),(2050,2,'_yoast_wpseo_title','Personalized Party Favors and Centerpieces, Party Centerpieces, Unique Table Centerpieces, Ideas'),(2051,2,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2053,8,'_yoast_wpseo_focuskw','Party Centerpieces'),(2054,8,'_yoast_wpseo_title','Personalized Party Favors and Centerpieces, Party Centerpieces, Unique Table Centerpieces, Ideas'),(2055,8,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2056,8,'_yoast_wpseo_linkdex','29'),(2057,12,'_yoast_wpseo_focuskw','Party Favors'),(2058,12,'_yoast_wpseo_title','Personalized Party Favors and Centerpieces, Party Centerpieces, Unique Table Centerpieces, Ideas'),(2059,12,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2060,12,'_yoast_wpseo_linkdex','56'),(2061,14,'_yoast_wpseo_focuskw','Testimonials'),(2062,14,'_yoast_wpseo_title','Wanderfuls Centerpieces & Favors Testimonials, Why People Love Us'),(2063,14,'_yoast_wpseo_metadesc','Planning unforgettable weddings is easy with this beautiful favor bouquet centerpiece. Wedding favors and party favors in bouquet arrangements of 8,10 or 12 per table. In all bridal colors. Early order discount. Call (888) 539-5521.'),(2064,14,'_yoast_wpseo_linkdex','49'),(2065,16,'_yoast_wpseo_focuskw','Party Favors'),(2066,16,'_yoast_wpseo_title','Personalized Party Favors and Centerpieces, Party Centerpieces, Unique Table Centerpieces, Ideas'),(2067,16,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2068,16,'_yoast_wpseo_linkdex','38'),(2069,128,'_yoast_wpseo_focuskw','Personalized Party Favors'),(2070,128,'_yoast_wpseo_title','Personalized Party Favors and Centerpieces, Party Centerpieces, Unique Table Centerpieces, Ideas'),(2071,128,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2072,128,'_yoast_wpseo_linkdex','43'),(2073,49,'_yoast_wpseo_focuskw','Holiday Centerpieces'),(2074,49,'_yoast_wpseo_title','Wanderfuls™ - Holiday Centerpieces'),(2075,49,'_yoast_wpseo_metadesc','Wanderfuls is a unique Holiday Party Centerpiece and favor all-in-one! Fill your Christmas, New Years, and Company Holiday Party with cheer. Request a brochure'),(2076,49,'_yoast_wpseo_linkdex','47'),(2077,130,'_yoast_wpseo_focuskw','Festival Favors'),(2078,130,'_yoast_wpseo_title','Wanderfuls - Festival Favors Bouquet Centerpieces'),(2079,130,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2080,130,'_yoast_wpseo_linkdex','37'),(2081,56,'_yoast_wpseo_focuskw','Party Favor'),(2082,56,'_yoast_wpseo_title','Personalized Party Favors and Centerpieces, Party Centerpieces, Unique Table Centerpieces, Ideas'),(2083,56,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2084,56,'_yoast_wpseo_linkdex','24'),(2085,138,'_yoast_wpseo_focuskw','Wedding Centerpieces'),(2086,138,'_yoast_wpseo_title','Wedding Centerpieces and Party Favors; Wedding Decorations for your Wedding Reception'),(2087,138,'_yoast_wpseo_metadesc','Wanderfuls offers unique Wedding Centerpieces and Party Favors, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2088,138,'_yoast_wpseo_linkdex','24'),(2089,139,'_yoast_wpseo_focuskw','Party Centerpiece'),(2090,139,'_yoast_wpseo_title','Wanderfuls - Unique Party Centerpiece'),(2091,139,'_yoast_wpseo_metadesc','Planning unforgettable weddings is easy with this beautiful favor bouquet centerpiece. Wedding favors and party favors in bouquet arrangements of 8,10 or 12 per table. In all bridal colors. Early order discount. Call (888) 539-5521.'),(2092,139,'_yoast_wpseo_linkdex','67'),(2093,139,'_wpb_shortcodes_custom_css','.vc_custom_1447919299682{margin-top: 30px !important;}.vc_custom_1447918417481{margin-bottom: 20px !important;}.vc_custom_1449149455535{margin-top: 20px !important;}.vc_custom_1446156678910{margin-bottom: 10px !important;}.vc_custom_1446156698874{margin-bottom: 10px !important;}.vc_custom_1447920532935{margin-top: 30px !important;}.vc_custom_1447921024174{margin-top: 20px !important;}.vc_custom_1447921162269{margin-top: 25px !important;margin-bottom: 25px !important;}.vc_custom_1447921252422{margin-bottom: 20px !important;}.vc_custom_1448825869481{margin-top: 20px !important;border-bottom-width: 30px !important;}.vc_custom_1448825948449{margin-top: 20px !important;border-bottom-width: 30px !important;}.vc_custom_1448826297384{margin-top: 20px !important;border-bottom-width: 30px !important;}'),(2094,695,'_wp_attached_file','2015/10/imprinting2.jpg'),(2095,695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2015/10/imprinting2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"imprinting2-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:\"imprinting2-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2096,696,'_wp_attached_file','2015/10/imprinting.jpg'),(2097,696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:399;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2015/10/imprinting.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"imprinting-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:22:\"imprinting-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2098,697,'_wp_attached_file','2015/10/groupshot51.jpg'),(2099,697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:663;s:6:\"height\";i:915;s:4:\"file\";s:23:\"2015/10/groupshot51.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"groupshot51-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:\"groupshot51-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2100,698,'_wp_attached_file','2015/10/wand_diagram2.jpg'),(2101,698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:687;s:6:\"height\";i:315;s:4:\"file\";s:25:\"2015/10/wand_diagram2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wand_diagram2-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:25:\"wand_diagram2-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2102,139,'tb_post_layout','full-width'),(2103,139,'tb_disable_title','on'),(2104,139,'tb_disable_header_margin','on'),(2105,139,'_wpb_post_custom_css','.center\r\n{\r\n    text-align:center;\r\n}\r\nspan\r\n{\r\n    display: block;\r\n    margin-bottom: 15px;\r\n}'),(2106,129,'_yoast_wpseo_focuskw','Personalized Party'),(2107,129,'_yoast_wpseo_title','Personalized Party Favors and Centerpieces, Party Centerpieces, Unique Table Centerpieces, Ideas'),(2108,129,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2109,129,'_yoast_wpseo_linkdex','74'),(2110,703,'_wp_attached_file','2015/10/coupon_004.jpg'),(2111,703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:503;s:4:\"file\";s:22:\"2015/10/coupon_004.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"coupon_004-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:22:\"coupon_004-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2112,704,'_wp_attached_file','2015/10/coupon_002.jpg'),(2113,704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:503;s:4:\"file\";s:22:\"2015/10/coupon_002.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"coupon_002-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:22:\"coupon_002-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2114,705,'_wp_attached_file','2015/10/coupon_003.jpg'),(2115,705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:503;s:4:\"file\";s:22:\"2015/10/coupon_003.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"coupon_003-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:22:\"coupon_003-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2116,61,'tb_post_layout','left-sidebar'),(2117,61,'sidebar','side_menu'),(2118,61,'tb_disable_title','on'),(2119,61,'tb_disable_header_margin','on'),(2120,61,'_yoast_wpseo_focuskw','Discount'),(2121,61,'_yoast_wpseo_title','Unique Discount Customized Party Centerpieces and Favors. All in one'),(2122,61,'_yoast_wpseo_metadesc','Wanderfuls is a unique Party Centerpiece and favor all-in-one! Try our design tool to customize your look. See what discount centerpiece offerings we have today.'),(2123,61,'_yoast_wpseo_linkdex','76'),(2124,61,'_wpb_shortcodes_custom_css','.vc_custom_1447929380226{margin-bottom: 20px !important;}'),(2125,65,'_wpb_shortcodes_custom_css','.vc_custom_1447929946720{background-image: url(http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/girlandivorylarge.jpg?id=713) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(2126,65,'tb_post_layout','left-sidebar'),(2127,65,'sidebar','side_menu'),(2128,65,'tb_disable_title','on'),(2129,65,'tb_disable_header_margin','on'),(2130,65,'_yoast_wpseo_focuskw','Party Favors'),(2131,65,'_yoast_wpseo_title','Personalized Party Favors and Centerpieces, Party Centerpieces, Unique Table Centerpieces, Ideas'),(2132,65,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2133,65,'_yoast_wpseo_linkdex','44'),(2134,713,'_wp_attached_file','2015/10/girlandivorylarge-e1452488871580.jpg'),(2135,713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:430;s:4:\"file\";s:44:\"2015/10/girlandivorylarge-e1452488871580.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"girlandivorylarge-e1452488871580-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:\"girlandivorylarge-e1452488871580-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2138,45,'_yoast_wpseo_focuskw','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces'),(2139,45,'_yoast_wpseo_title','Wanderfuls™ - Anniversary Centerpieces'),(2140,45,'_yoast_wpseo_metadesc','Celebrate Your Anniversary with Wanderfuls™'),(2141,45,'_yoast_wpseo_linkdex','34'),(2142,40,'_yoast_wpseo_focuskw','Baby Shower Centerpieces'),(2143,40,'_yoast_wpseo_title','Wanderfuls™ - Baby Shower Centerpieces'),(2144,40,'_yoast_wpseo_metadesc','Wanderfuls are the perfect Baby Shower centerpieces idea for your Birthday Celebration! Whether you\'re celebrating your 30th, 40th, 50th or 60th Birthday, your Birthday Centerpieces will stand out from all the rest, making yours the most memorable birthday party of the year.'),(2145,40,'_yoast_wpseo_linkdex','56'),(2146,32,'_yoast_wpseo_focuskw','Corporate Event Centerpieces'),(2147,32,'_yoast_wpseo_title','Wanderfuls™ - Banquets and Corporate Event Centerpieces'),(2148,32,'_yoast_wpseo_metadesc','Wanderfuls™ will make your banquet / corporate event more unique and memorable!'),(2149,32,'_yoast_wpseo_linkdex','68'),(2150,43,'_yoast_wpseo_focuskw','Quinceanera Centerpieces'),(2151,43,'_yoast_wpseo_title','Wanderfuls™ - Quinceanera Centerpieces'),(2152,43,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2153,43,'_yoast_wpseo_linkdex','66'),(2154,36,'_yoast_wpseo_focuskw','Batmitzvah Centerpieces'),(2155,36,'_yoast_wpseo_title','Wanderfuls™ - Barmitzvah and Batmitzvah Centerpieces'),(2156,36,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2157,36,'_yoast_wpseo_linkdex','72'),(2158,384,'_yoast_wpseo_focuskw','Birthday Centerpieces'),(2159,384,'_yoast_wpseo_title','Wanderfuls™ - Birthday Centerpieces'),(2160,384,'_yoast_wpseo_metadesc','Wanderfuls is a unique Birthday Centerpiece and party favor all in one! Make your Birthday Celebration a memory to last a lifetime. Available in your colors!'),(2161,384,'_yoast_wpseo_linkdex','77'),(2162,27,'_yoast_wpseo_focuskw','Birthday Centerpieces'),(2163,27,'_yoast_wpseo_title','Wanderfuls™ - Birthday Centerpieces'),(2164,27,'_yoast_wpseo_metadesc','Wanderfuls are the perfect centerpiece idea for your Birthday Celebration! Whether you\'re celebrating your 30th, 40th, 50th or 60th Birthday, your Birthday Centerpieces will stand out from all the rest, making yours the most memorable birthday party of the year.'),(2165,27,'_yoast_wpseo_linkdex','82'),(2166,39,'_yoast_wpseo_focuskw','Bridal Shower Centerpieces'),(2167,39,'_yoast_wpseo_title','Wanderfuls™ - Bridal Shower Centerpieces'),(2168,39,'_yoast_wpseo_metadesc','Wanderfuls are the perfect centerpiece idea for your Birthday Celebration! Whether you\'re celebrating your 30th, 40th, 50th or 60th Birthday, your Birthday Centerpieces will stand out from all the rest, making yours the most memorable birthday party of the year.'),(2169,39,'_yoast_wpseo_linkdex','66'),(2170,48,'_yoast_wpseo_focuskw','Candy Centerpieces'),(2171,48,'_yoast_wpseo_title','Welcome To Wanderfuls™ - Your Personalized and Unique Candy Centerpieces!'),(2172,48,'_yoast_wpseo_metadesc','Make your Alumni Event, College Reunion, or University Homecoming The Best One Ever with Wanderfuls Decorations!'),(2173,48,'_yoast_wpseo_linkdex','32'),(2174,54,'_yoast_wpseo_focuskw','Birthday Centerpieces'),(2175,54,'_yoast_wpseo_title','Wanderfuls™ - Birthday Centerpieces'),(2176,54,'_yoast_wpseo_metadesc','Wanderfuls are the perfect centerpiece idea for your Birthday Celebration! Whether you\'re celebrating your 30th, 40th, 50th or 60th Birthday, your Birthday Centerpieces will stand out from all the rest, making yours the most memorable birthday party of the year.'),(2177,54,'_yoast_wpseo_linkdex','45'),(2178,38,'_yoast_wpseo_focuskw','Graduation Centerpieces'),(2179,38,'_yoast_wpseo_title','Wanderfuls™ - Graduation Centerpieces'),(2180,38,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2181,38,'_yoast_wpseo_linkdex','69'),(2182,57,'_yoast_wpseo_focuskw','Personalized Party'),(2183,57,'_yoast_wpseo_title','Personalized Party Favors and Centerpieces, Party Centerpieces, Unique Table Centerpieces, Ideas'),(2184,57,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2185,57,'_yoast_wpseo_linkdex','63'),(2186,720,'_wp_attached_file','2015/10/corppg.jpg'),(2187,720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:695;s:6:\"height\";i:719;s:4:\"file\";s:18:\"2015/10/corppg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"corppg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"corppg-290x300.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2188,70,'tb_post_layout','left-sidebar'),(2189,70,'sidebar','side_menu'),(2190,70,'tb_disable_title','on'),(2191,70,'tb_disable_header_margin','on'),(2193,70,'_yoast_wpseo_title','Personalized Party Favors and Centerpieces, Party Centerpieces, Unique Table Centerpieces, Ideas'),(2194,70,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2196,34,'_yoast_wpseo_focuskw','Sweet Sixteen'),(2197,34,'_yoast_wpseo_title','Wanderfuls™ - Sweet Sixteen Centerpieces'),(2198,34,'_yoast_wpseo_metadesc','Wanderfuls offers unique Personalized Party Favors and Centerpieces, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(2199,34,'_yoast_wpseo_linkdex','65'),(2202,51,'_yoast_wpseo_title','Create a theme for your party using Wanderfuls favor bouquet Centerpieces'),(2203,30,'_yoast_wpseo_focuskw','Wedding Centerpieces'),(2204,30,'_yoast_wpseo_title','Wanderfuls™ - Wedding Centerpieces'),(2205,30,'_yoast_wpseo_metadesc','Create a memorable and lasting impression with Wanderfuls for you Wedding day!'),(2206,30,'_yoast_wpseo_linkdex','65'),(2207,723,'_edit_last','1'),(2208,723,'_edit_lock','1471113737:1'),(2209,724,'_wp_attached_file','2015/11/slide5.jpg'),(2210,724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:888;s:6:\"height\";i:436;s:4:\"file\";s:18:\"2015/11/slide5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide5-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2211,725,'_wp_attached_file','2015/11/slide6.jpg'),(2212,725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:888;s:6:\"height\";i:436;s:4:\"file\";s:18:\"2015/11/slide6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide6-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2213,726,'_wp_attached_file','2015/11/slide2.jpg'),(2214,726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:888;s:6:\"height\";i:436;s:4:\"file\";s:18:\"2015/11/slide2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide2-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2215,727,'_wp_attached_file','2015/11/slide1.jpg'),(2216,727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:888;s:6:\"height\";i:436;s:4:\"file\";s:18:\"2015/11/slide1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide1-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2217,728,'_wp_attached_file','2015/11/slide3.jpg'),(2218,728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:888;s:6:\"height\";i:436;s:4:\"file\";s:18:\"2015/11/slide3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide3-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2219,729,'_wp_attached_file','2015/11/slide4.jpg'),(2220,729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:888;s:6:\"height\";i:436;s:4:\"file\";s:18:\"2015/11/slide4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide4-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2221,730,'_wp_attached_file','2015/11/slide1_2.jpg'),(2222,730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:888;s:6:\"height\";i:436;s:4:\"file\";s:20:\"2015/11/slide1_2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slide1_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slide1_2-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2223,723,'_wp_page_template','default'),(2224,723,'_wpb_vc_js_status','true'),(2225,723,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2226,723,'slide_template','default'),(2227,723,'_easy_image_gallery_link_images','off'),(2228,723,'tb_disable_title','on'),(2229,723,'tb_disable_header_margin','on'),(2231,723,'tb_post_layout','full-width'),(2232,723,'_yoast_wpseo_focuskw','Theme'),(2233,723,'_yoast_wpseo_title','Themed Party Centerpieces and Wedding Centerpieces by Wanderfuls'),(2234,723,'_yoast_wpseo_metadesc','Planning unforgettable weddings is easy with this beautiful favor bouquet centerpiece. Wedding favors and party favors in bouquet arrangements of 8,10 or 12 per table. In all bridal colors. Early order discount. Call (888) 539-5521.'),(2235,723,'_yoast_wpseo_linkdex','31'),(2236,735,'_edit_last','1'),(2237,735,'_edit_lock','1454292673:1'),(2238,735,'_wp_page_template','default'),(2239,735,'_wpb_vc_js_status','true'),(2240,735,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2241,735,'slide_template','default'),(2242,735,'_easy_image_gallery_link_images','off'),(2243,735,'tb_post_layout','full-width'),(2244,735,'_yoast_wpseo_focuskw','Themed Party'),(2245,735,'_yoast_wpseo_title','Themed Party Centerpieces and Wedding Centerpieces by Wanderfuls'),(2246,735,'_yoast_wpseo_metadesc','Planning unforgettable weddings is easy with this beautiful favor bouquet centerpiece. Wedding favors and party favors in bouquet arrangements of 8,10 or 12 per table. In all bridal colors. Early order discount. Call (888) 539-5521.'),(2247,735,'_yoast_wpseo_linkdex','59'),(2248,738,'_edit_last','1'),(2249,738,'_edit_lock','1454292798:1'),(2250,738,'_wp_page_template','default'),(2251,738,'_wpb_vc_js_status','true'),(2252,738,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2253,738,'slide_template','default'),(2254,738,'_easy_image_gallery_link_images','off'),(2255,738,'_yoast_wpseo_focuskw','Themed Party'),(2256,738,'_yoast_wpseo_title','Themed Party Centerpieces and Wedding Centerpieces by Wanderfuls'),(2257,738,'_yoast_wpseo_metadesc','Planning unforgettable weddings is easy with this beautiful favor bouquet centerpiece. Wedding favors and party favors in bouquet arrangements of 8,10 or 12 per table. In all bridal colors. Early order discount. Call (888) 539-5521.'),(2258,738,'_yoast_wpseo_linkdex','57'),(2259,738,'tb_post_layout','full-width'),(2260,741,'_edit_last','1'),(2261,741,'_edit_lock','1454292637:1'),(2262,741,'_wp_page_template','default'),(2263,741,'_wpb_vc_js_status','true'),(2264,741,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2265,741,'slide_template','default'),(2266,741,'_easy_image_gallery_link_images','off'),(2267,741,'_yoast_wpseo_focuskw','Themed Party'),(2268,741,'_yoast_wpseo_title','Themed Party Centerpieces and Wedding Centerpieces by Wanderfuls'),(2269,741,'_yoast_wpseo_metadesc','Planning unforgettable weddings is easy with this beautiful favor bouquet centerpiece. Wedding favors and party favors in bouquet arrangements of 8,10 or 12 per table. In all bridal colors. Early order discount. Call (888) 539-5521.'),(2270,741,'_yoast_wpseo_linkdex','59'),(2271,743,'_edit_last','1'),(2272,743,'_wp_page_template','default'),(2273,743,'_wpb_vc_js_status','true'),(2274,743,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2275,743,'slide_template','default'),(2276,743,'_easy_image_gallery_link_images','off'),(2277,743,'tb_post_layout','full-width'),(2278,743,'tb_disable_title','on'),(2279,743,'tb_disable_header_margin','on'),(2280,743,'_yoast_wpseo_focuskw','Themed Party'),(2281,743,'_yoast_wpseo_title','Themed Party Centerpieces and Wedding Centerpieces by Wanderfuls'),(2282,743,'_yoast_wpseo_metadesc','Planning unforgettable weddings is easy with this beautiful favor bouquet centerpiece. Wedding favors and party favors in bouquet arrangements of 8,10 or 12 per table. In all bridal colors. Early order discount. Call (888) 539-5521.'),(2283,743,'_edit_lock','1454292672:1'),(2284,743,'_yoast_wpseo_linkdex','62'),(2285,746,'_edit_last','1'),(2286,746,'_edit_lock','1454292492:1'),(2287,746,'_wp_page_template','default'),(2288,746,'_wpb_vc_js_status','true'),(2289,746,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2290,746,'slide_template','default'),(2291,746,'_easy_image_gallery_link_images','off'),(2292,746,'tb_post_layout','full-width'),(2293,746,'tb_disable_title','on'),(2294,746,'tb_disable_header_margin','on'),(2295,746,'_yoast_wpseo_focuskw','Party Centerpieces'),(2296,746,'_yoast_wpseo_title','Themed Party Centerpieces and Wedding Centerpieces by Wanderfuls'),(2297,746,'_yoast_wpseo_metadesc','Planning unforgettable weddings is easy with this beautiful favor bouquet centerpiece. Wedding favors and party favors in bouquet arrangements of 8,10 or 12 per table. In all bridal colors. Early order discount. Call (888) 539-5521.'),(2298,746,'_yoast_wpseo_linkdex','54'),(2299,748,'_edit_last','1'),(2300,748,'_wp_page_template','default'),(2301,748,'_wpb_vc_js_status','true'),(2302,748,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2303,748,'slide_template','default'),(2304,748,'_easy_image_gallery_link_images','off'),(2305,748,'tb_post_layout','full-width'),(2306,748,'tb_disable_title','on'),(2307,748,'tb_disable_header_margin','on'),(2308,748,'_yoast_wpseo_focuskw','Themed Party'),(2309,748,'_yoast_wpseo_title','Themed Party Centerpieces and Wedding Centerpieces by Wanderfuls'),(2310,748,'_yoast_wpseo_metadesc','Planning unforgettable weddings is easy with this beautiful favor bouquet centerpiece. Wedding favors and party favors in bouquet arrangements of 8,10 or 12 per table. In all bridal colors. Early order discount. Call (888) 539-5521.'),(2311,748,'_edit_lock','1454292801:1'),(2312,748,'_yoast_wpseo_linkdex','58'),(2313,750,'_edit_last','1'),(2314,750,'_edit_lock','1454292676:1'),(2315,750,'_wp_page_template','default'),(2316,750,'_wpb_vc_js_status','true'),(2317,750,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2318,750,'slide_template','default'),(2319,750,'_easy_image_gallery_link_images','off'),(2320,750,'tb_post_layout','full-width'),(2321,750,'tb_disable_title','on'),(2322,750,'tb_disable_header_margin','on'),(2324,750,'_yoast_wpseo_title','Themed Party Centerpieces and Wedding Centerpieces by Wanderfuls'),(2325,750,'_yoast_wpseo_metadesc','Planning unforgettable weddings is easy with this beautiful favor bouquet centerpiece. Wedding favors and party favors in bouquet arrangements of 8,10 or 12 per table. In all bridal colors. Early order discount. Call (888) 539-5521.'),(2327,752,'_edit_last','1'),(2328,752,'_wp_page_template','default'),(2329,752,'_wpb_vc_js_status','true'),(2330,752,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2331,752,'slide_template','default'),(2332,752,'_easy_image_gallery_link_images','off'),(2333,752,'tb_post_layout','full-width'),(2334,752,'tb_disable_title','on'),(2335,752,'tb_disable_header_margin','on'),(2336,752,'_yoast_wpseo_focuskw','Party Centerpieces'),(2337,752,'_yoast_wpseo_title','Themed Party Centerpieces and Wedding Centerpieces by Wanderfuls'),(2338,752,'_yoast_wpseo_metadesc','Planning unforgettable weddings is easy with this beautiful favor bouquet centerpiece. Wedding favors and party favors in bouquet arrangements of 8,10 or 12 per table. In all bridal colors. Early order discount. Call (888) 539-5521.'),(2339,752,'_edit_lock','1454292645:1'),(2340,752,'_yoast_wpseo_linkdex','56'),(2341,754,'_edit_last','1'),(2342,754,'_edit_lock','1454292637:1'),(2343,754,'_wp_page_template','default'),(2344,754,'_wpb_vc_js_status','true'),(2345,754,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2346,754,'slide_template','default'),(2347,754,'_easy_image_gallery_link_images','off'),(2348,754,'tb_post_layout','full-width'),(2349,754,'tb_disable_title','on'),(2350,754,'tb_disable_header_margin','on'),(2351,754,'_yoast_wpseo_focuskw','Party Centerpieces'),(2352,754,'_yoast_wpseo_title','Themed Party Centerpieces and Wedding Centerpieces by Wanderfuls'),(2353,754,'_yoast_wpseo_metadesc','Planning unforgettable weddings is easy with this beautiful favor bouquet centerpiece. Wedding favors and party favors in bouquet arrangements of 8,10 or 12 per table. In all bridal colors. Early order discount. Call (888) 539-5521.'),(2354,754,'_yoast_wpseo_linkdex','56'),(2355,756,'_edit_last','1'),(2356,756,'_edit_lock','1454292645:1'),(2357,757,'_edit_last','1'),(2358,757,'_edit_lock','1454292790:1'),(2359,756,'_wp_page_template','default'),(2360,756,'_wpb_vc_js_status','true'),(2361,756,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2362,756,'slide_template','default'),(2363,756,'_easy_image_gallery_link_images','off'),(2364,756,'tb_post_layout','full-width'),(2365,756,'tb_disable_title','on'),(2366,756,'tb_disable_header_margin','on'),(2367,756,'_yoast_wpseo_focuskw','Party Centerpieces'),(2368,756,'_yoast_wpseo_title','Themed Party Centerpieces and Wedding Centerpieces by Wanderfuls'),(2369,756,'_yoast_wpseo_metadesc','Planning unforgettable weddings is easy with this beautiful favor bouquet centerpiece. Wedding favors and party favors in bouquet arrangements of 8,10 or 12 per table. In all bridal colors. Early order discount. Call (888) 539-5521.'),(2370,756,'_yoast_wpseo_linkdex','56'),(2371,757,'_wp_page_template','default'),(2372,757,'_wpb_vc_js_status','true'),(2373,757,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2374,757,'slide_template','default'),(2375,757,'_easy_image_gallery_link_images','off'),(2376,757,'tb_post_layout','full-width'),(2377,757,'tb_disable_title','on'),(2378,757,'tb_disable_header_margin','on'),(2379,757,'_yoast_wpseo_focuskw','Themed Party'),(2380,757,'_yoast_wpseo_title','Themed Party Centerpieces and Wedding Centerpieces by Wanderfuls'),(2381,757,'_yoast_wpseo_metadesc','Planning unforgettable weddings is easy with this beautiful favor bouquet centerpiece. Wedding favors and party favors in bouquet arrangements of 8,10 or 12 per table. In all bridal colors. Early order discount. Call (888) 539-5521.'),(2382,757,'_yoast_wpseo_linkdex','56'),(2383,760,'_menu_item_type','post_type'),(2384,760,'_menu_item_menu_item_parent','0'),(2385,760,'_menu_item_object_id','757'),(2386,760,'_menu_item_object','page'),(2387,760,'_menu_item_target',''),(2388,760,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2389,760,'_menu_item_xfn',''),(2390,760,'_menu_item_url',''),(2392,761,'_menu_item_type','post_type'),(2393,761,'_menu_item_menu_item_parent','0'),(2394,761,'_menu_item_object_id','756'),(2395,761,'_menu_item_object','page'),(2396,761,'_menu_item_target',''),(2397,761,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2398,761,'_menu_item_xfn',''),(2399,761,'_menu_item_url',''),(2401,762,'_menu_item_type','post_type'),(2402,762,'_menu_item_menu_item_parent','0'),(2403,762,'_menu_item_object_id','754'),(2404,762,'_menu_item_object','page'),(2405,762,'_menu_item_target',''),(2406,762,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2407,762,'_menu_item_xfn',''),(2408,762,'_menu_item_url',''),(2410,763,'_menu_item_type','post_type'),(2411,763,'_menu_item_menu_item_parent','0'),(2412,763,'_menu_item_object_id','752'),(2413,763,'_menu_item_object','page'),(2414,763,'_menu_item_target',''),(2415,763,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2416,763,'_menu_item_xfn',''),(2417,763,'_menu_item_url',''),(2419,764,'_menu_item_type','post_type'),(2420,764,'_menu_item_menu_item_parent','0'),(2421,764,'_menu_item_object_id','750'),(2422,764,'_menu_item_object','page'),(2423,764,'_menu_item_target',''),(2424,764,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2425,764,'_menu_item_xfn',''),(2426,764,'_menu_item_url',''),(2428,765,'_menu_item_type','post_type'),(2429,765,'_menu_item_menu_item_parent','0'),(2430,765,'_menu_item_object_id','748'),(2431,765,'_menu_item_object','page'),(2432,765,'_menu_item_target',''),(2433,765,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2434,765,'_menu_item_xfn',''),(2435,765,'_menu_item_url',''),(2437,766,'_menu_item_type','post_type'),(2438,766,'_menu_item_menu_item_parent','0'),(2439,766,'_menu_item_object_id','746'),(2440,766,'_menu_item_object','page'),(2441,766,'_menu_item_target',''),(2442,766,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2443,766,'_menu_item_xfn',''),(2444,766,'_menu_item_url',''),(2446,767,'_menu_item_type','post_type'),(2447,767,'_menu_item_menu_item_parent','0'),(2448,767,'_menu_item_object_id','743'),(2449,767,'_menu_item_object','page'),(2450,767,'_menu_item_target',''),(2451,767,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2452,767,'_menu_item_xfn',''),(2453,767,'_menu_item_url',''),(2455,768,'_menu_item_type','post_type'),(2456,768,'_menu_item_menu_item_parent','0'),(2457,768,'_menu_item_object_id','741'),(2458,768,'_menu_item_object','page'),(2459,768,'_menu_item_target',''),(2460,768,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2461,768,'_menu_item_xfn',''),(2462,768,'_menu_item_url',''),(2464,769,'_menu_item_type','post_type'),(2465,769,'_menu_item_menu_item_parent','0'),(2466,769,'_menu_item_object_id','738'),(2467,769,'_menu_item_object','page'),(2468,769,'_menu_item_target',''),(2469,769,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2470,769,'_menu_item_xfn',''),(2471,769,'_menu_item_url',''),(2473,770,'_menu_item_type','post_type'),(2474,770,'_menu_item_menu_item_parent','0'),(2475,770,'_menu_item_object_id','735'),(2476,770,'_menu_item_object','page'),(2477,770,'_menu_item_target',''),(2478,770,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2479,770,'_menu_item_xfn',''),(2480,770,'_menu_item_url',''),(2482,760,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2483,761,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2484,762,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2485,763,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2486,764,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2487,765,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2488,766,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2489,767,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2490,768,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2491,769,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2492,770,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2493,772,'_wp_attached_file','2015/11/theme-mardigras.jpg'),(2494,772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:190;s:4:\"file\";s:27:\"2015/11/theme-mardigras.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"theme-mardigras-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2495,773,'_wp_attached_file','2015/11/theme-animals.jpg'),(2496,773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:190;s:4:\"file\";s:25:\"2015/11/theme-animals.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"theme-animals-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2497,774,'_wp_attached_file','2015/11/theme-sixties.jpg'),(2498,774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:190;s:4:\"file\";s:25:\"2015/11/theme-sixties.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"theme-sixties-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2499,775,'_wp_attached_file','2015/11/theme-tropical.jpg'),(2500,775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:190;s:4:\"file\";s:26:\"2015/11/theme-tropical.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"theme-tropical-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2501,776,'_wp_attached_file','2015/11/theme-western.jpg'),(2502,776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:190;s:4:\"file\";s:25:\"2015/11/theme-western.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"theme-western-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2503,777,'_wp_attached_file','2015/11/theme-caribbean.jpg'),(2504,777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:190;s:4:\"file\";s:27:\"2015/11/theme-caribbean.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"theme-caribbean-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2505,778,'_wp_attached_file','2015/11/theme-broadway.jpg'),(2506,778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:190;s:4:\"file\";s:26:\"2015/11/theme-broadway.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"theme-broadway-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2507,779,'_wp_attached_file','2015/11/theme-safari.jpg'),(2508,779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:190;s:4:\"file\";s:24:\"2015/11/theme-safari.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"theme-safari-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2509,780,'_wp_attached_file','2015/11/theme-casino.jpg'),(2510,780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:190;s:4:\"file\";s:24:\"2015/11/theme-casino.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"theme-casino-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2511,781,'_wp_attached_file','2015/11/theme-holidays.jpg'),(2512,781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:190;s:4:\"file\";s:26:\"2015/11/theme-holidays.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"theme-holidays-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2513,783,'_wp_attached_file','2015/11/theme-peacock.jpg'),(2514,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:190;s:4:\"file\";s:25:\"2015/11/theme-peacock.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"theme-peacock-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2515,784,'_wp_attached_file','2015/11/custom-theme2.jpg'),(2516,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:190;s:4:\"file\";s:25:\"2015/11/custom-theme2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"custom-theme2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2517,723,'_wpb_post_custom_css','.wpb_single_image img {\r\n    vertical-align: bottom;\r\n    margin-bottom: 20px;\r\n}'),(2518,787,'_wp_attached_file','2015/11/Hawaiian-Luau-Tropical-Palm-Tree-Centerpiece.jpg'),(2519,787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:56:\"2015/11/Hawaiian-Luau-Tropical-Palm-Tree-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Hawaiian-Luau-Tropical-Palm-Tree-Centerpiece-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:56:\"Hawaiian-Luau-Tropical-Palm-Tree-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2520,788,'_wp_attached_file','2015/11/Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece.jpg'),(2521,788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:59:\"2015/11/Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece-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:59:\"Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2522,789,'_wp_attached_file','2015/11/Blue-Ocean-Starfish-Centerpiece.jpg'),(2523,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:43:\"2015/11/Blue-Ocean-Starfish-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Blue-Ocean-Starfish-Centerpiece-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:\"Blue-Ocean-Starfish-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2524,790,'_wp_attached_file','2015/11/Hawaiian-Tropical-Luau-Fish-Centerpiece.jpg'),(2525,790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:51:\"2015/11/Hawaiian-Tropical-Luau-Fish-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Hawaiian-Tropical-Luau-Fish-Centerpiece-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:\"Hawaiian-Tropical-Luau-Fish-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2526,735,'tb_disable_title','on'),(2527,735,'tb_disable_header_margin','on'),(2528,793,'_wp_attached_file','2015/11/Purple-and-Green-New-Orleans-Mardi-Gras-Centerpiece.jpg'),(2529,793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:63:\"2015/11/Purple-and-Green-New-Orleans-Mardi-Gras-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Purple-and-Green-New-Orleans-Mardi-Gras-Centerpiece-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:63:\"Purple-and-Green-New-Orleans-Mardi-Gras-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2530,794,'_wp_attached_file','2015/11/Jester-Mask-Mardis-Gras-Centerpiece.jpg'),(2531,794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:47:\"2015/11/Jester-Mask-Mardis-Gras-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Jester-Mask-Mardis-Gras-Centerpiece-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:\"Jester-Mask-Mardis-Gras-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2532,738,'tb_disable_title','on'),(2533,738,'tb_disable_header_margin','on'),(2534,797,'_wp_attached_file','2015/11/St.-Patricks-Day-Shamrock-Centerpiece.jpg'),(2535,797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:49:\"2015/11/St.-Patricks-Day-Shamrock-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"St.-Patricks-Day-Shamrock-Centerpiece-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:\"St.-Patricks-Day-Shamrock-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2536,798,'_wp_attached_file','2015/11/Christmas-Tree-Centerpiece.jpg'),(2537,798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:38:\"2015/11/Christmas-Tree-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Christmas-Tree-Centerpiece-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:38:\"Christmas-Tree-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2538,799,'_wp_attached_file','2015/11/Jack-O-Lantern-Pumpkin-Halloween-Centerpiece.jpg'),(2539,799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:56:\"2015/11/Jack-O-Lantern-Pumpkin-Halloween-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Jack-O-Lantern-Pumpkin-Halloween-Centerpiece-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:56:\"Jack-O-Lantern-Pumpkin-Halloween-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2540,800,'_wp_attached_file','2015/11/Thanksgiving-Turkey-Centerpiece.jpg'),(2541,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:43:\"2015/11/Thanksgiving-Turkey-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Thanksgiving-Turkey-Centerpiece-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:\"Thanksgiving-Turkey-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2542,801,'_wp_attached_file','2015/11/Patriotic-American-Flag-Fourth-of-July-Independence-Day-Centerpiece.jpg'),(2543,801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:79:\"2015/11/Patriotic-American-Flag-Fourth-of-July-Independence-Day-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"Patriotic-American-Flag-Fourth-of-July-Independence-Day-Centerpiece-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:79:\"Patriotic-American-Flag-Fourth-of-July-Independence-Day-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2544,802,'_wp_attached_file','2015/11/African-Jungle-Safari-Giraffe-Centerpiece.jpg'),(2545,802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:53:\"2015/11/African-Jungle-Safari-Giraffe-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"African-Jungle-Safari-Giraffe-Centerpiece-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:53:\"African-Jungle-Safari-Giraffe-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2546,803,'_wp_attached_file','2015/11/African-Zebra-Centerpiece.jpg'),(2547,803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:37:\"2015/11/African-Zebra-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"African-Zebra-Centerpiece-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:37:\"African-Zebra-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2548,804,'_wp_attached_file','2015/11/African-Jungle-Safari-Leopard-Centerpiece.jpg'),(2549,804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:53:\"2015/11/African-Jungle-Safari-Leopard-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"African-Jungle-Safari-Leopard-Centerpiece-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:53:\"African-Jungle-Safari-Leopard-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2550,741,'tb_post_layout','full-width'),(2551,741,'tb_disable_title','on'),(2552,741,'tb_disable_header_margin','on'),(2553,809,'_wp_attached_file','2015/11/Las-Vegas-City-Sign-Centerpiece.jpg'),(2554,809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:43:\"2015/11/Las-Vegas-City-Sign-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Las-Vegas-City-Sign-Centerpiece-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:\"Las-Vegas-City-Sign-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2555,810,'_wp_attached_file','2015/11/Casino-Spade-Centerpiece-Can-also-be-made-with-a-club-heart-or-diamond.jpg'),(2556,810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:82:\"2015/11/Casino-Spade-Centerpiece-Can-also-be-made-with-a-club-heart-or-diamond.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:82:\"Casino-Spade-Centerpiece-Can-also-be-made-with-a-club-heart-or-diamond-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:82:\"Casino-Spade-Centerpiece-Can-also-be-made-with-a-club-heart-or-diamond-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2557,811,'_wp_attached_file','2015/11/60s-and-70s-Vinyl-Record-Centerpiece.jpg'),(2558,811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:48:\"2015/11/60s-and-70s-Vinyl-Record-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"60s-and-70s-Vinyl-Record-Centerpiece-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:\"60s-and-70s-Vinyl-Record-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2559,812,'_wp_attached_file','2015/11/Casino-Themed-Poker-Blackjack-Playing-Cards-Centerpiece.jpg'),(2560,812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:67:\"2015/11/Casino-Themed-Poker-Blackjack-Playing-Cards-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"Casino-Themed-Poker-Blackjack-Playing-Cards-Centerpiece-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:67:\"Casino-Themed-Poker-Blackjack-Playing-Cards-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2561,813,'_wp_attached_file','2015/11/60s-Hippie-Flower-Power-Peace-Symbol-Centerpiece.jpg'),(2562,813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:60:\"2015/11/60s-Hippie-Flower-Power-Peace-Symbol-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"60s-Hippie-Flower-Power-Peace-Symbol-Centerpiece-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:60:\"60s-Hippie-Flower-Power-Peace-Symbol-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2563,814,'_wp_attached_file','2015/11/Hippie-Tie-Dyed-Peace-Fingers-Centerpiece.jpg'),(2564,814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:53:\"2015/11/Hippie-Tie-Dyed-Peace-Fingers-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Hippie-Tie-Dyed-Peace-Fingers-Centerpiece-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:53:\"Hippie-Tie-Dyed-Peace-Fingers-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2565,815,'_wp_attached_file','2015/11/Hippie-Themed-Yellow-Submarine-Centerpiece.jpg'),(2566,815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:54:\"2015/11/Hippie-Themed-Yellow-Submarine-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Hippie-Themed-Yellow-Submarine-Centerpiece-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:\"Hippie-Themed-Yellow-Submarine-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2567,820,'_wp_attached_file','2015/11/Wild-Western-Cowboy-Hat-Centerpiece.jpg'),(2568,820,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:47:\"2015/11/Wild-Western-Cowboy-Hat-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Wild-Western-Cowboy-Hat-Centerpiece-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:\"Wild-Western-Cowboy-Hat-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2569,821,'_wp_attached_file','2015/11/Wild-West-Cowboy-Boot-or-Cowgirl-Boot.jpg'),(2570,821,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:49:\"2015/11/Wild-West-Cowboy-Boot-or-Cowgirl-Boot.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Wild-West-Cowboy-Boot-or-Cowgirl-Boot-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:\"Wild-West-Cowboy-Boot-or-Cowgirl-Boot-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2571,822,'_wp_attached_file','2015/11/Sandy-Desert-Cactus-Centerpiece.jpg'),(2572,822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:43:\"2015/11/Sandy-Desert-Cactus-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Sandy-Desert-Cactus-Centerpiece-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:\"Sandy-Desert-Cactus-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2573,823,'_wp_attached_file','2015/11/Red-Lady-Bug-Centerpiece.jpg'),(2574,823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:36:\"2015/11/Red-Lady-Bug-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Red-Lady-Bug-Centerpiece-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:\"Red-Lady-Bug-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2575,824,'_wp_attached_file','2015/11/Black-and-Yellow-Bumble-Bee-Centerpiece.jpg'),(2576,824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:51:\"2015/11/Black-and-Yellow-Bumble-Bee-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Black-and-Yellow-Bumble-Bee-Centerpiece-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:\"Black-and-Yellow-Bumble-Bee-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2577,825,'_wp_attached_file','2015/11/African-Jungle-Safari-Giraffe-Centerpiece1.jpg'),(2578,825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:54:\"2015/11/African-Jungle-Safari-Giraffe-Centerpiece1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"African-Jungle-Safari-Giraffe-Centerpiece1-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:\"African-Jungle-Safari-Giraffe-Centerpiece1-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2579,826,'_wp_attached_file','2015/11/African-Jungle-Safari-Leopard-Centerpiece1.jpg'),(2580,826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:54:\"2015/11/African-Jungle-Safari-Leopard-Centerpiece1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"African-Jungle-Safari-Leopard-Centerpiece1-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:\"African-Jungle-Safari-Leopard-Centerpiece1-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2581,827,'_wp_attached_file','2015/11/Ocean-Starfish-Centerpiece.jpg'),(2582,827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:38:\"2015/11/Ocean-Starfish-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Ocean-Starfish-Centerpiece-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:38:\"Ocean-Starfish-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2583,828,'_wp_attached_file','2015/11/Tropical-Caribbean-Fish-Centerpiece.jpg'),(2584,828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:47:\"2015/11/Tropical-Caribbean-Fish-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Tropical-Caribbean-Fish-Centerpiece-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:\"Tropical-Caribbean-Fish-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2585,829,'_wp_attached_file','2015/11/Pink-and-Yellow-Butterfly-Centerpiece.jpg'),(2586,829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:49:\"2015/11/Pink-and-Yellow-Butterfly-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Pink-and-Yellow-Butterfly-Centerpiece-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:\"Pink-and-Yellow-Butterfly-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2587,830,'_wp_attached_file','2015/11/Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece1.jpg'),(2588,830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:60:\"2015/11/Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece1-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:60:\"Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece1-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2589,836,'_wp_attached_file','2015/11/Film-Strip-with-Photo-Centerpiece.jpg'),(2590,836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:45:\"2015/11/Film-Strip-with-Photo-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Film-Strip-with-Photo-Centerpiece-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:\"Film-Strip-with-Photo-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2591,837,'_wp_attached_file','2015/11/Peacock-Bird-Feather-Centerpiece.jpg'),(2592,837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:44:\"2015/11/Peacock-Bird-Feather-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Peacock-Bird-Feather-Centerpiece-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:\"Peacock-Bird-Feather-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2593,838,'_wp_attached_file','2015/11/Broadway-Theater-New-York-Centerpiece.jpg'),(2594,839,'_wp_attached_file','2015/11/Peacock-Bird-Centerpiece.jpg'),(2595,838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:49:\"2015/11/Broadway-Theater-New-York-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Broadway-Theater-New-York-Centerpiece-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:\"Broadway-Theater-New-York-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2596,839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:36:\"2015/11/Peacock-Bird-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Peacock-Bird-Centerpiece-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:\"Peacock-Bird-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2597,840,'_wp_attached_file','2015/11/Caribbean-Ocean-Fish-Centerpiece.jpg'),(2598,840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:44:\"2015/11/Caribbean-Ocean-Fish-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Caribbean-Ocean-Fish-Centerpiece-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:\"Caribbean-Ocean-Fish-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2599,841,'_wp_attached_file','2015/11/Hollywood-Movie-Centerpiece.jpg'),(2600,841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:39:\"2015/11/Hollywood-Movie-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Hollywood-Movie-Centerpiece-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:\"Hollywood-Movie-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2601,842,'_wp_attached_file','2015/11/Blue-Dolphin-Caribbean-Ocean-Centerpiece.jpg'),(2602,842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:52:\"2015/11/Blue-Dolphin-Caribbean-Ocean-Centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Blue-Dolphin-Caribbean-Ocean-Centerpiece-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:\"Blue-Dolphin-Caribbean-Ocean-Centerpiece-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2603,843,'_wp_attached_file','2015/11/Ocean-Starfish-Centerpiece1.jpg'),(2604,843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:727;s:4:\"file\";s:39:\"2015/11/Ocean-Starfish-Centerpiece1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Ocean-Starfish-Centerpiece1-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:\"Ocean-Starfish-Centerpiece1-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2605,848,'_wp_attached_file','2015/10/morethemes.jpg'),(2606,848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:198;s:6:\"height\";i:74;s:4:\"file\";s:22:\"2015/10/morethemes.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"morethemes-150x74.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2607,850,'_edit_last','1'),(2608,850,'_edit_lock','1471037546:1'),(2609,850,'_wp_page_template','default'),(2610,850,'_wpb_vc_js_status','true'),(2611,850,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2612,850,'slide_template','default'),(2613,850,'_easy_image_gallery_link_images','off'),(2614,850,'tb_post_layout','full-width'),(2615,850,'tb_disable_title','on'),(2616,850,'tb_disable_header_margin','on'),(2617,850,'_yoast_wpseo_focuskw','Party Favors'),(2618,850,'_yoast_wpseo_title','Party Favors and Centerpieces; Wedding Favors and Decorations for your Wedding Celebration'),(2619,850,'_yoast_wpseo_metadesc','Wanderfuls offers unique Party Favors and Centerpieces, party favors, table centerpieces, and creative favor ideas for all events.'),(2620,850,'_yoast_wpseo_linkdex','63'),(2621,852,'_wp_attached_file','2015/11/party-favor-main-5.jpg'),(2622,852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:30:\"2015/11/party-favor-main-5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"party-favor-main-5-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:30:\"party-favor-main-5-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2623,853,'_wp_attached_file','2015/11/party-favor-main-2.jpg'),(2624,853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:30:\"2015/11/party-favor-main-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"party-favor-main-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"party-favor-main-2-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2625,854,'_wp_attached_file','2015/11/party-favor-main-4.jpg'),(2626,854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:30:\"2015/11/party-favor-main-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"party-favor-main-4-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:30:\"party-favor-main-4-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2627,855,'_wp_attached_file','2015/11/party-favor-main-1.jpg'),(2628,855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:30:\"2015/11/party-favor-main-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"party-favor-main-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:30:\"party-favor-main-1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2629,856,'_wp_attached_file','2015/11/party-favor-main-3.jpg'),(2630,856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:30:\"2015/11/party-favor-main-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"party-favor-main-3-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:30:\"party-favor-main-3-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2631,850,'tb_post_slider_shortcode','[rev_slider alias=\"party-favors\"]'),(2632,850,'tb_post_slider_bottom_heading','To speak with a Wanderfuls designer call 1-888-837-5021'),(2633,858,'_wp_attached_file','2015/11/special-event-party-favors.jpg'),(2634,858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:528;s:6:\"height\";i:319;s:4:\"file\";s:38:\"2015/11/special-event-party-favors.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"special-event-party-favors-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:38:\"special-event-party-favors-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2635,859,'_wp_attached_file','2015/11/graduations-ivory-forest.jpg'),(2636,859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:250;s:4:\"file\";s:36:\"2015/11/graduations-ivory-forest.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"graduations-ivory-forest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2637,860,'_wp_attached_file','2015/11/mint-wedding-favor-2.jpg'),(2638,860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:250;s:4:\"file\";s:32:\"2015/11/mint-wedding-favor-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"mint-wedding-favor-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2639,861,'_wp_attached_file','2015/11/black-white-wedding-favors.jpg'),(2640,861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:250;s:4:\"file\";s:38:\"2015/11/black-white-wedding-favors.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"black-white-wedding-favors-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2641,862,'_wp_attached_file','2015/11/white-wedding-favor.jpg'),(2642,862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:250;s:4:\"file\";s:31:\"2015/11/white-wedding-favor.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"white-wedding-favor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2643,863,'_wp_attached_file','2015/11/lavender-wedding-favor.jpg'),(2644,863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:250;s:4:\"file\";s:34:\"2015/11/lavender-wedding-favor.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"lavender-wedding-favor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2645,864,'_wp_attached_file','2015/11/pale-blue-wedding-favor.jpg'),(2646,864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:250;s:4:\"file\";s:35:\"2015/11/pale-blue-wedding-favor.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"pale-blue-wedding-favor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2647,850,'_wpb_shortcodes_custom_css','.vc_custom_1448876700848{margin-top: 30px !important;}.vc_custom_1448783395212{margin-top: 30px !important;}.vc_custom_1448784140099{margin-top: 30px !important;}.vc_custom_1448781076617{margin-top: 20px !important;}.vc_custom_1448784193396{padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #cc3366 !important;}'),(2648,867,'_wp_attached_file','2015/11/pink-favors-on-table.jpg'),(2649,867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:32:\"2015/11/pink-favors-on-table.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pink-favors-on-table-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:32:\"pink-favors-on-table-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2650,868,'_wp_attached_file','2015/11/row-of-favors.jpg'),(2651,868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:533;s:6:\"height\";i:175;s:4:\"file\";s:25:\"2015/11/row-of-favors.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"row-of-favors-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:\"row-of-favors-300x98.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2652,869,'_wp_attached_file','2015/11/fan-party-favors.jpg'),(2653,869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:498;s:6:\"height\";i:290;s:4:\"file\";s:28:\"2015/11/fan-party-favors.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fan-party-favors-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:\"fan-party-favors-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2676,880,'_edit_last','1'),(2677,880,'_edit_lock','1454265368:1'),(2678,880,'_wp_page_template','default'),(2679,880,'_wpb_vc_js_status','true'),(2680,880,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2681,880,'slide_template','default'),(2682,880,'_easy_image_gallery_link_images','off'),(2683,880,'tb_post_layout','full-width'),(2684,880,'tb_disable_title','on'),(2685,880,'tb_disable_header_margin','on'),(2686,880,'tb_disable_header','on'),(2687,880,'tb_disable_footer','on'),(2688,880,'tb_disable_footer_widgets','on'),(2689,880,'tb_footer_reveal','off'),(2690,902,'_menu_item_type','custom'),(2691,902,'_menu_item_menu_item_parent','0'),(2692,902,'_menu_item_object_id','902'),(2693,902,'_menu_item_object','custom'),(2694,902,'_menu_item_target',''),(2695,902,'_menu_item_classes','a:1:{i:0;s:6:\"events\";}'),(2696,902,'_menu_item_xfn',''),(2697,902,'_menu_item_url',''),(2699,902,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2700,909,'_edit_last','1'),(2701,909,'_edit_lock','1449106431:1'),(2702,910,'_wp_attached_file','2015/11/yellow-candy-centerpiece.jpg'),(2703,910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:36:\"2015/11/yellow-candy-centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"yellow-candy-centerpiece-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:\"yellow-candy-centerpiece-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2704,911,'_wp_attached_file','2015/11/bigwanderfulsslider.jpg'),(2705,911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:31:\"2015/11/bigwanderfulsslider.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"bigwanderfulsslider-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:\"bigwanderfulsslider-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2706,912,'_wp_attached_file','2015/11/teal-white-candy.jpg'),(2707,912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:28:\"2015/11/teal-white-candy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"teal-white-candy-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:\"teal-white-candy-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2708,913,'_wp_attached_file','2015/11/candy-centerpiece-main.jpg'),(2709,913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:34:\"2015/11/candy-centerpiece-main.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"candy-centerpiece-main-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:34:\"candy-centerpiece-main-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2710,914,'_wp_attached_file','2015/11/newcandies2.jpg'),(2711,914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:23:\"2015/11/newcandies2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"newcandies2-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:\"newcandies2-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2712,909,'_wpb_shortcodes_custom_css','.vc_custom_1448870166877{margin-top: 40px !important;}.vc_custom_1448872333806{margin-top: 20px !important;}.vc_custom_1448872350599{margin-top: 20px !important;}'),(2713,915,'_wp_attached_file','2015/11/candy-jordan-almonds.jpg'),(2714,915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:198;s:4:\"file\";s:32:\"2015/11/candy-jordan-almonds.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"candy-jordan-almonds-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:\"candy-jordan-almonds-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2715,916,'_wp_attached_file','2015/11/candy-other.jpg'),(2716,916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:198;s:4:\"file\";s:23:\"2015/11/candy-other.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"candy-other-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:22:\"candy-other-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2717,917,'_wp_attached_file','2015/11/candy-foil-wrapped.jpg'),(2718,917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:198;s:4:\"file\";s:30:\"2015/11/candy-foil-wrapped.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"candy-foil-wrapped-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:\"candy-foil-wrapped-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2719,909,'_wp_page_template','default'),(2720,909,'_wpb_vc_js_status','true'),(2721,909,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2722,909,'slide_template','default'),(2723,909,'_easy_image_gallery_link_images','off'),(2724,909,'tb_disable_title','on'),(2725,909,'tb_disable_header_margin','on'),(2726,909,'tb_post_slider_shortcode','[rev_slider alias=\"candy-centerpieces\"]'),(2727,909,'tb_post_slider_bottom_heading','Let\'s create together. Call our designers 1-888-837-5021'),(2728,909,'_yoast_wpseo_focuskw','Candy Centerpieces'),(2729,909,'_yoast_wpseo_title','Candy Centerpieces and Candy Party Favors'),(2730,909,'_yoast_wpseo_metadesc','Wanderfuls offers unique Candy Centerpieces and Candy Party Favors, party candy centerpieces, table candy centerpieces, and creative candy centerpiece ideas for all events.'),(2731,909,'_yoast_wpseo_linkdex','92'),(2732,909,'tb_post_layout','full-width'),(2733,909,'_wpb_post_custom_css','h4\r\n{\r\n    margin:0;\r\n}'),(2734,920,'_wp_attached_file','2015/11/makeyourown.jpg'),(2735,920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:86;s:4:\"file\";s:23:\"2015/11/makeyourown.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"makeyourown-150x86.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2736,921,'_wp_attached_file','2015/11/designtoolssmall.jpg'),(2737,921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:363;s:4:\"file\";s:28:\"2015/11/designtoolssmall.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"designtoolssmall-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:\"designtoolssmall-300x290.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2738,923,'_wp_attached_file','2015/11/bridal_shower_lg.jpg'),(2739,923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:302;s:4:\"file\";s:28:\"2015/11/bridal_shower_lg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bridal_shower_lg-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:\"bridal_shower_lg-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2740,924,'_wp_attached_file','2015/11/sweet_sixteen_lg.jpg'),(2741,924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:302;s:4:\"file\";s:28:\"2015/11/sweet_sixteen_lg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"sweet_sixteen_lg-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:\"sweet_sixteen_lg-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2742,925,'_wp_attached_file','2015/11/bar_mitzvah_lg.jpg'),(2743,925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:302;s:4:\"file\";s:26:\"2015/11/bar_mitzvah_lg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bar_mitzvah_lg-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:26:\"bar_mitzvah_lg-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2744,926,'_wp_attached_file','2015/11/lavender-birthday-centerpiece.jpg'),(2745,926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:41:\"2015/11/lavender-birthday-centerpiece.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"lavender-birthday-centerpiece-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:\"lavender-birthday-centerpiece-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2746,927,'_wp_attached_file','2015/11/bluebirthday.jpg'),(2747,927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:279;s:4:\"file\";s:24:\"2015/11/bluebirthday.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bluebirthday-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:\"bluebirthday-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2748,931,'_edit_last','1'),(2749,931,'_edit_lock','1471039222:1'),(2750,931,'_wpb_shortcodes_custom_css','.vc_custom_1448880732556{margin-top: 30px !important;}.vc_custom_1448876700848{margin-top: 30px !important;}.vc_custom_1448783395212{margin-top: 30px !important;}.vc_custom_1448784140099{margin-top: 30px !important;}.vc_custom_1448879407326{margin-bottom: 30px !important;}.vc_custom_1448877952988{margin-top: 20px !important;margin-bottom: 20px !important;}.vc_custom_1448878119517{margin-top: 20px !important;}.vc_custom_1448784193396{padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #cc3366 !important;}'),(2751,932,'_wp_attached_file','2015/11/room-close-up.jpg'),(2752,932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:580;s:4:\"file\";s:25:\"2015/11/room-close-up.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"room-close-up-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:25:\"room-close-up-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2753,933,'_wp_attached_file','2015/11/sage-and-white-bouquet.jpg'),(2754,933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:250;s:4:\"file\";s:34:\"2015/11/sage-and-white-bouquet.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"sage-and-white-bouquet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2755,934,'_wp_attached_file','2015/11/pink-and-white-bouquet.jpg'),(2756,934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:250;s:4:\"file\";s:34:\"2015/11/pink-and-white-bouquet.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"pink-and-white-bouquet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2757,931,'_wp_page_template','default'),(2758,931,'_wpb_vc_js_status','true'),(2759,931,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2760,931,'slide_template','default'),(2761,931,'_easy_image_gallery_link_images','off'),(2762,931,'tb_post_layout','full-width'),(2763,931,'tb_disable_title','on'),(2764,931,'tb_disable_header_margin','on'),(2765,931,'_yoast_wpseo_focuskw','Wedding Party'),(2766,931,'_yoast_wpseo_title','Wedding Party Favors and Centerpieces; Wedding Favors and Decorations for your Wedding Celebration'),(2767,931,'_yoast_wpseo_metadesc','Wanderfuls. A Unique Party Centerpiece and Wedding Favor all-in-one! Try our design tool to customize your look. See what centerpiece discount offerings we have today.'),(2768,931,'_yoast_wpseo_linkdex','56'),(2769,937,'_wp_attached_file','2015/11/engagement_lg.jpg'),(2770,937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:326;s:4:\"file\";s:25:\"2015/11/engagement_lg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"engagement_lg-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:25:\"engagement_lg-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2771,938,'_wp_attached_file','2015/11/ocean_lg.jpg'),(2772,938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:420;s:4:\"file\";s:20:\"2015/11/ocean_lg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ocean_lg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"ocean_lg-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:11:{s:8:\"aperture\";d:2.70000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S2 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1172756640;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";i:0;s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2773,939,'_wp_attached_file','2015/11/bar_mitzvah_lg1.jpg'),(2774,939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:302;s:4:\"file\";s:27:\"2015/11/bar_mitzvah_lg1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bar_mitzvah_lg1-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:27:\"bar_mitzvah_lg1-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2775,940,'_wp_attached_file','2015/11/coporate_lg.jpg'),(2776,940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:250;s:4:\"file\";s:23:\"2015/11/coporate_lg.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"coporate_lg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2777,941,'_wp_attached_file','2015/11/new_year_lg.jpg'),(2778,941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:298;s:6:\"height\";i:250;s:4:\"file\";s:23:\"2015/11/new_year_lg.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new_year_lg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2779,942,'_wp_attached_file','2015/11/football_lg.jpg'),(2780,942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:265;s:6:\"height\";i:250;s:4:\"file\";s:23:\"2015/11/football_lg.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"football_lg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2781,943,'_wp_attached_file','2015/11/mardigras_lg.jpg'),(2782,943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:456;s:4:\"file\";s:24:\"2015/11/mardigras_lg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"mardigras_lg-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:\"mardigras_lg-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2783,944,'_wp_attached_file','2015/11/quin_lg.jpg'),(2784,944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:318;s:6:\"height\";i:250;s:4:\"file\";s:19:\"2015/11/quin_lg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"quin_lg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"quin_lg-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2785,945,'_wp_attached_file','2015/11/sweet_sixteen_lg1.jpg'),(2786,945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:302;s:4:\"file\";s:29:\"2015/11/sweet_sixteen_lg1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"sweet_sixteen_lg1-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:\"sweet_sixteen_lg1-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2787,946,'_wp_attached_file','2015/11/wedding_lg.jpg'),(2788,946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:288;s:4:\"file\";s:22:\"2015/11/wedding_lg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"wedding_lg-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:22:\"wedding_lg-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2789,947,'_wp_attached_file','2015/11/christmas_lg.jpg'),(2790,947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:321;s:6:\"height\";i:250;s:4:\"file\";s:24:\"2015/11/christmas_lg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"christmas_lg-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:\"christmas_lg-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2791,948,'_wp_attached_file','2015/11/anniversary_lg.jpg'),(2792,948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:294;s:4:\"file\";s:26:\"2015/11/anniversary_lg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"anniversary_lg-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:26:\"anniversary_lg-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2793,949,'_wp_attached_file','2015/11/bridal_shower_lg1.jpg'),(2794,949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:302;s:4:\"file\";s:29:\"2015/11/bridal_shower_lg1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"bridal_shower_lg1-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:\"bridal_shower_lg1-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2795,950,'_wp_attached_file','2015/11/patriotic_lg.jpg'),(2796,950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:250;s:4:\"file\";s:24:\"2015/11/patriotic_lg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"patriotic_lg-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:\"patriotic_lg-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2797,952,'_wp_attached_file','2015/11/green-favors-on-table-lg.jpg'),(2798,952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:665;s:6:\"height\";i:477;s:4:\"file\";s:36:\"2015/11/green-favors-on-table-lg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"green-favors-on-table-lg-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:\"green-favors-on-table-lg-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2799,953,'_wp_attached_file','2015/11/teal-centerpiece-lg.jpg'),(2800,953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:458;s:6:\"height\";i:281;s:4:\"file\";s:31:\"2015/11/teal-centerpiece-lg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"teal-centerpiece-lg-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:\"teal-centerpiece-lg-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2801,954,'_wp_attached_file','2015/11/arc-on-black2-lg.jpg'),(2802,954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:775;s:6:\"height\";i:479;s:4:\"file\";s:28:\"2015/11/arc-on-black2-lg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"arc-on-black2-lg-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:\"arc-on-black2-lg-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2803,955,'_wp_attached_file','2015/11/wedding-favors-main-1.jpg'),(2804,955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:33:\"2015/11/wedding-favors-main-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"wedding-favors-main-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:33:\"wedding-favors-main-1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2805,956,'_wp_attached_file','2015/11/wedding-favors-main-3.jpg'),(2806,956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:503;s:4:\"file\";s:33:\"2015/11/wedding-favors-main-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"wedding-favors-main-3-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:33:\"wedding-favors-main-3-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2807,931,'tb_post_slider_shortcode','[rev_slider alias=\"wedding-favors\"]'),(2808,959,'_menu_item_type','post_type'),(2809,959,'_menu_item_menu_item_parent','902'),(2810,959,'_menu_item_object_id','909'),(2811,959,'_menu_item_object','page'),(2812,959,'_menu_item_target',''),(2813,959,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2814,959,'_menu_item_xfn',''),(2815,959,'_menu_item_url',''),(2817,959,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2836,963,'_menu_item_type','post_type'),(2837,963,'_menu_item_menu_item_parent','0'),(2838,963,'_menu_item_object_id','931'),(2839,963,'_menu_item_object','page'),(2840,963,'_menu_item_target',''),(2841,963,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2842,963,'_menu_item_xfn',''),(2843,963,'_menu_item_url',''),(2845,964,'_menu_item_type','post_type'),(2846,964,'_menu_item_menu_item_parent','0'),(2847,964,'_menu_item_object_id','850'),(2848,964,'_menu_item_object','page'),(2849,964,'_menu_item_target',''),(2850,964,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2851,964,'_menu_item_xfn',''),(2852,964,'_menu_item_url',''),(2854,964,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2855,963,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2856,965,'_menu_item_type','post_type'),(2857,965,'_menu_item_menu_item_parent','0'),(2858,965,'_menu_item_object_id','909'),(2859,965,'_menu_item_object','page'),(2860,965,'_menu_item_target',''),(2861,965,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2862,965,'_menu_item_xfn',''),(2863,965,'_menu_item_url',''),(2865,965,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2866,966,'_menu_item_type','custom'),(2867,966,'_menu_item_menu_item_parent','0'),(2868,966,'_menu_item_object_id','966'),(2869,966,'_menu_item_object','custom'),(2870,966,'_menu_item_target',''),(2871,966,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2872,966,'_menu_item_xfn',''),(2873,966,'_menu_item_url',''),(2875,967,'_menu_item_type','post_type'),(2876,967,'_menu_item_menu_item_parent','966'),(2877,967,'_menu_item_object_id','931'),(2878,967,'_menu_item_object','page'),(2879,967,'_menu_item_target',''),(2880,967,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2881,967,'_menu_item_xfn',''),(2882,967,'_menu_item_url',''),(2884,968,'_menu_item_type','post_type'),(2885,968,'_menu_item_menu_item_parent','966'),(2886,968,'_menu_item_object_id','850'),(2887,968,'_menu_item_object','page'),(2888,968,'_menu_item_target',''),(2889,968,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2890,968,'_menu_item_xfn',''),(2891,968,'_menu_item_url',''),(2893,966,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2894,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2895,967,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2896,969,'_edit_last','1'),(2897,969,'_wp_page_template','default'),(2898,969,'_wpb_vc_js_status','false'),(2899,969,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2900,969,'slide_template',''),(2901,969,'_easy_image_gallery_link_images','off'),(2902,969,'tb_post_link','http://wp5.centerpiecedesignerwizard.com/'),(2903,969,'_edit_lock','1497370404:1'),(2904,971,'_edit_last','1'),(2905,971,'_edit_lock','1449107214:1'),(2906,971,'_wp_page_template','default'),(2907,971,'_wpb_vc_js_status','true'),(2908,971,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2909,971,'slide_template','default'),(2910,971,'_easy_image_gallery_link_images','off'),(2911,971,'tb_post_layout','full-width'),(2912,971,'tb_disable_title','on'),(2913,971,'tb_disable_header_margin','on'),(2914,985,'_menu_item_type','post_type'),(2915,985,'_menu_item_menu_item_parent','0'),(2916,985,'_menu_item_object_id','139'),(2917,985,'_menu_item_object','page'),(2918,985,'_menu_item_target',''),(2919,985,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2920,985,'_menu_item_xfn',''),(2921,985,'_menu_item_url',''),(2923,985,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2924,992,'_wp_attached_file','2015/10/A101WHXXXXXXXXXX200SLXXXXRMORYEMSMSYERDSL.jpg'),(2925,992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A101WHXXXXXXXXXX200SLXXXXRMORYEMSMSYERDSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2926,993,'_wp_attached_file','2015/10/A101DAXXXXXXXXXX300WHXXXXWHXXXXXXXXXXSLSL.jpg'),(2927,993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A101DAXXXXXXXXXX300WHXXXXWHXXXXXXXXXXSLSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2928,994,'_wp_attached_file','2015/10/A101RDXXXXXXXXXX200SLXXXXBKMRRMRMRMMRRBSL.jpg'),(2929,994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A101RDXXXXXXXXXX200SLXXXXBKMRRMRMRMMRRBSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2930,995,'_wp_attached_file','2015/10/A101PKXXXXXXXXXX500LPXXXXMPORMGPGTUMNGLGL.jpg'),(2931,995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A101PKXXXXXXXXXX500LPXXXXMPORMGPGTUMNGLGL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2932,996,'_wp_attached_file','2015/10/A101IVXXXXXXXXXX600FRXXXXORMNCORMYERMRDSL.jpg'),(2933,996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A101IVXXXXXXXXXX600FRXXXXORMNCORMYERMRDSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2934,997,'_wp_attached_file','2015/10/A101HPXXXXXXXXXX600FRXXXXMPORYEPGTUMNWHSL.jpg'),(2935,997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A101HPXXXXXXXXXX600FRXXXXMPORYEPGTUMNWHSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2936,998,'_wp_attached_file','2015/10/A101WHXXXXXXXXXX130RDLBXXRMTUTURMMSMSSLSL.jpg'),(2937,998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A101WHXXXXXXXXXX130RDLBXXRMTUTURMMSMSSLSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2938,999,'_wp_attached_file','2015/10/A101RDXXXXXXXXXX400WHXXXXMGXXXXXXXXXXGLGL.jpg'),(2939,999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A101RDXXXXXXXXXX400WHXXXXMGXXXXXXXXXXGLGL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2940,1000,'_wp_attached_file','2015/10/A101IWXXXXXXXXXX300WHXXXXBPBKBKBPBPBKMOSL.jpg'),(2941,1000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A101IWXXXXXXXXXX300WHXXXXBPBKBKBPBPBKMOSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2942,1001,'_wp_attached_file','2015/10/A101NAXXXXXXXXXX200GLXXXXMGXXXXXXXXXXNAGL.jpg'),(2943,1001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A101NAXXXXXXXXXX200GLXXXXMGXXXXXXXXXXNAGL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2944,1002,'_wp_attached_file','2015/10/A101LAXXXXXXXXXX230SLWHXXBPHPBPBPLABPHPSL.jpg'),(2945,1002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A101LAXXXXXXXXXX230SLWHXXBPHPBPBPLABPHPSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2946,1003,'_wp_attached_file','2015/10/A102AQFUXXXXXXXX550LPWHXXHPBBMSMSHPXXWHSL.jpg'),(2947,1003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102AQFUXXXXXXXX550LPWHXXHPBBMSMSHPXXWHSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2948,1004,'_wp_attached_file','2015/10/A101PKXXXXXXXXXX230SLWHXXLAHPXXXXXXXXHPSL.jpg'),(2949,1004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A101PKXXXXXXXXXX230SLWHXXLAHPXXXXXXXXHPSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2950,1005,'_wp_attached_file','2015/10/A101WHXXXXXXXXXX330WHLBXXMSBBBBBBMSWHSLSL.jpg'),(2951,1005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A101WHXXXXXXXXXX330WHLBXXMSBBBBBBMSWHSLSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2952,1006,'_wp_attached_file','2015/10/A102IWPKXXXXXXXX300WHXXXXBRMKMKBPBRXXMOSL.jpg'),(2953,1006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102IWPKXXXXXXXX300WHXXXXBRMKMKBPBRXXMOSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2954,1007,'_wp_attached_file','2015/10/A102HPYEXXXXXXXX200SLXXXXORMSXXXXXXXXORSL.jpg'),(2955,1007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102HPYEXXXXXXXX200SLXXXXORMSXXXXXXXXORSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2956,1008,'_wp_attached_file','2015/10/A102IWTUXXXXXXXX100SLXXXXTUPGHPTUPGFUHPSL.jpg'),(2957,1008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102IWTUXXXXXXXX100SLXXXXTUPGHPTUPGFUHPSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2958,1009,'_wp_attached_file','2015/10/A102HUMGXXXXXXXX400WHXXXXMGWHMGWHMGMGHUGL.jpg'),(2959,1009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102HUMGXXXXXXXX400WHXXXXMGWHMGWHMGMGHUGL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2960,1010,'_wp_attached_file','2015/10/A102MKMKXXXXXXXX400WHXXXXBUMKMSIWIWMSMOSL.jpg'),(2961,1010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102MKMKXXXXXXXX400WHXXXXBUMKMSIWIWMSMOSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2962,1011,'_wp_attached_file','2015/10/A102HUNAXXXXXXXX200GLXXXXMGNAMGMGHUMGNAGL.jpg'),(2963,1011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102HUNAXXXXXXXX200GLXXXXMGNAMGMGHUMGNAGL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2964,1012,'_wp_attached_file','2015/10/A102MRRMXXXXXXXX200SLXXXXBKMRRMRMRMMRBKSL.jpg'),(2965,1012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102MRRMXXXXXXXX200SLXXXXBKMRRMRMRMMRBKSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2966,1013,'_wp_attached_file','2015/10/A102IWMKXXXXXXXX400WHXXXXBUMKMSIWIWMSBXSL.jpg'),(2967,1013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102IWMKXXXXXXXX400WHXXXXBUMKMSIWIWMSBXSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2968,1014,'_wp_attached_file','2015/10/A102HPIWXXXXXXXX550DPLPXXHPIWRMXXXXXXWHSL.jpg'),(2969,1014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102HPIWXXXXXXXX550DPLPXXHPIWRMXXXXXXWHSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2970,1015,'_wp_attached_file','2015/10/A102HPHPXXXXXXXX200SLXXXXHPBKIWBKBKHPBKSL.jpg'),(2971,1015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102HPHPXXXXXXXX200SLXXXXHPBKIWBKBKHPBKSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2972,1016,'_wp_attached_file','2015/10/A102IWLAXXXXXXXX410WHSLXXLAIWMSXXXXXXLASL.jpg'),(2973,1016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102IWLAXXXXXXXX410WHSLXXLAIWMSXXXXXXLASL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2974,1017,'_wp_attached_file','2015/10/A102HPPKXXXXXXXX200SLXXXXIWBPIWMSMSLALASL.jpg'),(2975,1017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102HPPKXXXXXXXX200SLXXXXIWBPIWMSMSLALASL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2976,1018,'_wp_attached_file','2015/10/A102IWMSXXXXXXXX230SLWHXXMRMSMSMRRBMRRBSL.jpg'),(2977,1018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102IWMSXXXXXXXX230SLWHXXMRMSMSMRRBMRRBSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2978,1019,'_wp_attached_file','2015/10/A102HPPPXXXXXXXX200SLXXXXPPHPLAMPIWIWPPSL.jpg'),(2979,1019,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102HPPPXXXXXXXX200SLXXXXPPHPLAMPIWIWPPSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2980,138,'tb_post_layout','full-width'),(2981,138,'tb_disable_title','on'),(2982,138,'tb_disable_header_margin','on'),(2983,1025,'_wp_attached_file','2015/10/A102AQIWXXXXXXXX300WHXXXXMGXXXXXXXXXXGLGL.jpg'),(2984,1025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102AQIWXXXXXXXX300WHXXXXMGXXXXXXXXXXGLGL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2985,1026,'_wp_attached_file','2015/10/A102AZLAXXXXXXXX100SLXXXXBPLAHPIWHPIWHPSL.jpg'),(2986,1026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102AZLAXXXXXXXX100SLXXXXBPLAHPIWHPIWHPSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2987,1027,'_wp_attached_file','2015/10/A102BBIWXXXXXXXX300WHXXXXBBMSMSWHBBBBLBSL.jpg'),(2988,1027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102BBIWXXXXXXXX300WHXXXXBBMSMSWHBBBBLBSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2989,1028,'_wp_attached_file','2015/10/A102AZMSXXXXXXXX230SLWHXXBPIWIWMSBPIWMOSL.jpg'),(2990,1028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102AZMSXXXXXXXX230SLWHXXBPIWIWMSBPIWMOSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2991,1029,'_wp_attached_file','2015/10/A102BBIWXXXXXXXX300WHXXXXMSMSBBMSMSIWLBSL.jpg'),(2992,1029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102BBIWXXXXXXXX300WHXXXXMSMSBBMSMSIWLBSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2993,1030,'_wp_attached_file','2015/10/A102BBLMXXXXXXXX200SLXXXXIWPGPGBBMSBBLBSL.jpg'),(2994,1030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102BBLMXXXXXXXX200SLXXXXIWPGPGBBMSBBLBSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2995,1031,'_wp_attached_file','2015/10/A102CBPPXXXXXXXX400WHXXXXPPMPMSWHIWWHPPSL.jpg'),(2996,1031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102CBPPXXXXXXXX400WHXXXXPPMPMSWHIWWHPPSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2997,1032,'_wp_attached_file','2015/10/A102BBBBXXXXXXXX310WHSLXXBBMSMSWHBBBBSLSL.jpg'),(2998,1032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102BBBBXXXXXXXX310WHSLXXBBMSMSWHBBBBSLSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2999,1033,'_wp_attached_file','2015/10/A102BKPKXXXXXXXX550LPBKXXMSXXXXXXXXXXSLSL.jpg'),(3000,1033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102BKPKXXXXXXXX550LPBKXXMSXXXXXXXXXXSLSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3001,1034,'_wp_attached_file','2015/10/A102CBBBXXXXXXXX400WHXXXXIWIWBBMSMSWHLBSL.jpg'),(3002,1034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102CBBBXXXXXXXX400WHXXXXIWIWBBMSMSWHLBSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3003,1035,'_wp_attached_file','2015/10/A102BKHPXXXXXXXX200SLXXXXHPBKIWMSIWHPBKSL.jpg'),(3004,1035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102BKHPXXXXXXXX200SLXXXXHPBKIWMSIWHPBKSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3005,1036,'_wp_attached_file','2015/10/A102BKORXXXXXXXX200SLXXXXHPMSXXXXXXXXHPSL.jpg'),(3006,1036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102BKORXXXXXXXX200SLXXXXHPMSXXXXXXXXHPSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3007,1037,'_wp_attached_file','2015/10/A102BUIVXXXXXXXX200GLXXXXMGBUMGMGXXXXBUGLMG.jpg'),(3008,1037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:55:\"2015/10/A102BUIVXXXXXXXX200GLXXXXMGBUMGMGXXXXBUGLMG.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3009,1038,'_wp_attached_file','2015/10/A102BKRDXXXXXXXX550BKRDXXBKRMBKRMMSMSSLSL.jpg'),(3010,1038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:80;s:4:\"file\";s:53:\"2015/10/A102BKRDXXXXXXXX550BKRDXXBKRMBKRMMSMSSLSL.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3011,880,'_wpb_post_custom_css','@media only screen and (max-width: 767px)\r\n{\r\n.preview-img-listAQ\r\n{\r\n    \r\n        position: fixed;\r\n    right: 0;\r\n}\r\n}\r\n'),(3012,1048,'_edit_last','1'),(3013,1048,'_edit_lock','1449106506:1'),(3014,1048,'_wp_page_template','default'),(3015,1048,'_wpb_vc_js_status','true'),(3016,1048,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3017,1048,'slide_template','default'),(3018,1048,'_easy_image_gallery_link_images','off'),(3019,1048,'tb_post_layout','right-sidebar'),(3020,1048,'sidebar','side_menu'),(3021,1048,'tb_disable_title','on'),(3022,1048,'tb_disable_header_margin','on'),(3023,40,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces, 18th birthday centerpiece, 40th birthday centerpiece, 50th birthday centerpiece, 60th birthday centerpiece, 70th birthday centerpiece, centerpieces for 50th birthday, centerpieces for 40th, centerpiece, table centerpiece, wedding centerpiece, anniversary centerpiece, birthday centerpiece, party centerpiece, pompoms, table decoration, bouquet, holiday centerpiece, keepsake, barmitzvah centerpiece, batmitzvah centerpiece, guest souvenir, event centerpiece, party favours, party gift'),(3024,4,'_yoast_wpseo_metakeywords','party favors, 40th birthday party favor 50th birthday party favors 50th birthday party favor 60th birthday party favor sweet 16 party favors bar mitzvah party favor, centerpiece, table centerpiece, wedding centerpiece, anniversary centerpiece, birthday centerpiece, party centerpiece, pompoms, table decoration, bouquet, holiday centerpiece, keepsake, barmitzvah centerpiece, batmitzvah centerpiece, guest souvenir, event centerpiece, party favours, party gift, company holiday centerpieces, company christmas centerpiece, company christmas centerpieces, office party centerpieces, office christmas party centerpieces'),(3025,32,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces, centerpieces for banquet, birthday party centerpiece, birthday party centerpieces, centerpieces for birthday party, centerpieces for birthday parties, banquet, theme centerpieces, banquet centerpieces, banquet decorations, banquet party, banquet favors, banquet ideas, banquet party, banquet party ideas, banquet party favor, banquet birthday, Award Ceremonies, Corporate Parties, Sales Meetings, Alumni Events, Ceremonies, Themed Parties, Banquests & Galas, Product Launchers, Fundraisers, office party decoration, office party centerpiece, holiday office decoration, office holiday party ideas, company Christmas party ideas, company holiday decoration ideas, company holiday centerpieces, company holiday party centerpieces'),(3026,43,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces, 18th birthday centerpiece, 40th birthday centerpiece, 50th birthday centerpiece, 60th birthday centerpiece, 70th birthday centerpiece, centerpieces for 50th birthday, centerpieces for 40th'),(3027,36,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces, 18th birthday centerpiece, 40th birthday centerpiece, 50th birthday centerpiece, 60th birthday centerpiece, 70th birthday centerpiece, centerpieces for 50th birthday, centerpieces for 40th'),(3028,384,'_yoast_wpseo_metakeywords','centerpiece ideas, party centerpieces, table centerpieces, birthday party favors, centerpieces, 40th birthday centerpiece, 50th birthday centerpiece, 60th birthday centerpiece, 70th birthday centerpiece, birthday centerpieces, party favours'),(3029,27,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces, 18th birthday centerpiece, 40th birthday centerpiece, 50th birthday centerpiece, 60th birthday centerpiece, 70th birthday centerpiece, centerpieces for 50th birthday, centerpieces for 40th, centerpiece, table centerpiece, wedding centerpiece, anniversary centerpiece, birthday centerpiece, party centerpiece, pompoms, table decoration, bouquet, holiday centerpiece, keepsake, barmitzvah centerpiece, batmitzvah centerpiece, guest souvenir, event centerpiece, party favours, party gift'),(3030,128,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces'),(3031,39,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces, 18th birthday centerpiece, 40th birthday centerpiece, 50th birthday centerpiece, 60th birthday centerpiece, 70th birthday centerpiece, centerpieces for 50th birthday, centerpieces for 40th, centerpiece, table centerpiece, wedding centerpiece, anniversary centerpiece, birthday centerpiece, party centerpiece, pompoms, table decoration, bouquet, holiday centerpiece, keepsake, barmitzvah centerpiece, batmitzvah centerpiece, guest souvenir, event centerpiece, party favours, party gift'),(3032,8,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces'),(3033,909,'_yoast_wpseo_metakeywords','candy centerpieces, table candy centerpieces, centerpieces with candy, candy centerpieces for party, unique candy centerpiece, unique candy centerpieces, candy party favors, ideas for candy centerpieces, inexpensive candy centerpieces, birthday candy centerpiece ideas, centerpiece candy, candy party centerpiece, candy party favors, favors with candy, candy centerpiece birthday, party decorating ideas, centerpiece with candy, sweet 16 candy centerpieces'),(3034,49,'_yoast_wpseo_metakeywords','office party decoration, office party centerpiece, holiday office decoration, holiday party decorations corporate holiday party centerpieces office holiday party ideas, company Christmas party ideas, company holiday decoration ideas, company holiday centerpieces, company holiday party centerpieces'),(3035,48,'_yoast_wpseo_metakeywords','college reunions, university alumni event decoration, university alumni party, alumni party, college homecoming party, college homecoming, college home coming, university donor event centerpieces, alumni events, centerpieces for college reunion, decorations for home coming, homecoming decor, team decoration, team colors,number one centerpiece for college events'),(3036,6,'_yoast_wpseo_metakeywords','centerpeices, party centerpiece, table centerpieces, parties, ideas for centerpieces, unique centerpiece, unique centerpieces, party favors, celebration, ideas for centerpieces, do it yourself centerpieces, inexpensive centerpieces, party decorating ideas'),(3037,65,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces'),(3038,138,'_yoast_wpseo_metakeywords','wedding centerpiece, wedding centerpieces, wedding reception centerpieces, wedding centerpieces ideas, unique wedding centerpieces, wedding floral centerpiece, wedding table centerpiece, wedding reception centerpice, centerpiece for wedding, centerpiece for weddings, wedding table centerpice, centerpiece idea for wedding, centerpices for wedding, centerpiece for wedding reception, centerpiece for wedding table, wedding decoration, wedding decorations, reception centerpieces, centerpieces, bridal centerpiece, centerpiece, wedding favor, table centerpiece, wedding favors'),(3039,12,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces'),(3040,61,'_yoast_wpseo_metakeywords','centerpieces cheap, inexpensive centerpieces, table ideas, discount centerpieces, reception centerpieces, centerpiece decorations, discount decoration ideas, party decorations, party centerpieces, discount party centerpieces'),(3041,130,'_yoast_wpseo_metakeywords','party centerpieces for table, centerpieces, party table centerpiece, banquet table decorations, banquet decorating ideas for table, table centerpieces, ideas for centerpieces, unique centerpieces, centerpieces for parties, party centerpieces'),(3042,54,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces, 18th birthday centerpiece, 40th birthday centerpiece, 50th birthday centerpiece, 60th birthday centerpiece, 70th birthday centerpiece, centerpieces for 50th birthday, centerpieces for 40th, centerpiece, table centerpiece, wedding centerpiece, anniversary centerpiece, birthday centerpiece, party centerpiece, pompoms, table decoration, bouquet, holiday centerpiece, keepsake, barmitzvah centerpiece, batmitzvah centerpiece, guest souvenir, event centerpiece, party favours, party gift'),(3043,16,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces'),(3044,10,'_yoast_wpseo_metakeywords','unique party favors, unique party favor, personalized party favors, personalized party favor, party candy favors, customized party favors, custom party favors, party favor ideas, candy party favors, party favors, party favor, candy party favor, party favor ideas, party favors ideas, party favor decorations, personalized birthday party favors, favors party unique favors, candy favors'),(3045,38,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces, 18th birthday centerpiece, 40th birthday centerpiece, 50th birthday centerpiece, 60th birthday centerpiece, 70th birthday centerpiece, centerpieces for 50th birthday, centerpieces for 40th'),(3046,57,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces'),(3047,129,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces'),(3048,70,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces'),(3049,850,'_yoast_wpseo_metakeywords','unique party favors, unique party favor, personalized party favors, personalized party favor, party candy favors, customized party favors, custom party favors, party favor ideas, candy party favors, party favors, party favor, candy party favor, party favor ideas, party favors ideas, party favor decorations, personalized birthday party favors, favors party unique favors, candy favors'),(3050,2,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces'),(3051,34,'_yoast_wpseo_metakeywords','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces, 18th birthday centerpiece, 40th birthday centerpiece, 50th birthday centerpiece, 60th birthday centerpiece, 70th birthday centerpiece, centerpieces for 50th birthday, centerpieces for 40th'),(3052,56,'_yoast_wpseo_metakeywords','party centerpieces for table, centerpieces, party table centerpiece, banquet table decorations, banquet decorating ideas for table, table centerpieces, ideas for centerpieces, unique centerpieces, centerpieces for parties, party centerpieces'),(3053,14,'_yoast_wpseo_metakeywords','Wedding favors, centerpieces, wedding centerpiece, floral centerpieces, flowers, weddings, parties, keepsake, gift, candy, celebration, bridal bouquet, birthday, holiday, memento, events, reunion, anniversary, keepsake, bar mitzvah, bat, amenities, decoration, prom, sweet sixteen, breakaway, giveaways, personalized, teams, golf, tennis, baseball, football, alumni, fundraiser, baptism, graduation, christening, communion, unusual, decor, christmas, chanukah, thanksgiving, theme, ISES, MPI, mardigras'),(3054,723,'_yoast_wpseo_metakeywords','Wedding favors, centerpieces, wedding centerpiece, floral centerpieces, flowers, weddings, parties, keepsake, gift, candy, celebration, bridal bouquet, birthday, holiday, memento, events, reunion, anniversary, keepsake, bar mitzvah, bat, amenities, decoration, prom, sweet sixteen, breakaway, giveaways, personalized, teams, golf, tennis, baseball, football, alumni, fundraiser, baptism, graduation, christening, communion, unusual, decor, christmas, chanukah, thanksgiving, theme, ISES, MPI, mardigras'),(3055,746,'_yoast_wpseo_metakeywords','Wedding favors, centerpieces, wedding centerpiece, floral centerpieces, flowers, weddings, parties, keepsake, gift, candy, celebration, bridal bouquet, birthday, holiday, memento, events, reunion, anniversary, keepsake, bar mitzvah, bat, amenities, decoration, prom, sweet sixteen, breakaway, giveaways, personalized, teams, golf, tennis, baseball, football, alumni, fundraiser, baptism, graduation, christening, communion, unusual, decor, christmas, chanukah, thanksgiving, theme, ISES, MPI, mardigras'),(3056,752,'_yoast_wpseo_metakeywords','Wedding favors, centerpieces, wedding centerpiece, floral centerpieces, flowers, weddings, parties, keepsake, gift, candy, celebration, bridal bouquet, birthday, holiday, memento, events, reunion, anniversary, keepsake, bar mitzvah, bat, amenities, decoration, prom, sweet sixteen, breakaway, giveaways, personalized, teams, golf, tennis, baseball, football, alumni, fundraiser, baptism, graduation, christening, communion, unusual, decor, christmas, chanukah, thanksgiving, theme, ISES, MPI, mardigras'),(3057,756,'_yoast_wpseo_metakeywords','Wedding favors, centerpieces, wedding centerpiece, floral centerpieces, flowers, weddings, parties, keepsake, gift, candy, celebration, bridal bouquet, birthday, holiday, memento, events, reunion, anniversary, keepsake, bar mitzvah, bat, amenities, decoration, prom, sweet sixteen, breakaway, giveaways, personalized, teams, golf, tennis, baseball, football, alumni, fundraiser, baptism, graduation, christening, communion, unusual, decor, christmas, chanukah, thanksgiving, theme, ISES, MPI, mardigras'),(3058,754,'_yoast_wpseo_metakeywords','Wedding favors, centerpieces, wedding centerpiece, floral centerpieces, flowers, weddings, parties, keepsake, gift, candy, celebration, bridal bouquet, birthday, holiday, memento, events, reunion, anniversary, keepsake, bar mitzvah, bat, amenities, decoration, prom, sweet sixteen, breakaway, giveaways, personalized, teams, golf, tennis, baseball, football, alumni, fundraiser, baptism, graduation, christening, communion, unusual, decor, christmas, chanukah, thanksgiving, theme, ISES, MPI, mardigras'),(3059,741,'_yoast_wpseo_metakeywords','Wedding favors, centerpieces, wedding centerpiece, floral centerpieces, flowers, weddings, parties, keepsake, gift, candy, celebration, bridal bouquet, birthday, holiday, memento, events, reunion, anniversary, keepsake, bar mitzvah, bat, amenities, decoration, prom, sweet sixteen, breakaway, giveaways, personalized, teams, golf, tennis, baseball, football, alumni, fundraiser, baptism, graduation, christening, communion, unusual, decor, christmas, chanukah, thanksgiving, theme, ISES, MPI, mardigras'),(3060,748,'_yoast_wpseo_metakeywords','Wedding favors, centerpieces, wedding centerpiece, floral centerpieces, flowers, weddings, parties, keepsake, gift, candy, celebration, bridal bouquet, birthday, holiday, memento, events, reunion, anniversary, keepsake, bar mitzvah, bat, amenities, decoration, prom, sweet sixteen, breakaway, giveaways, personalized, teams, golf, tennis, baseball, football, alumni, fundraiser, baptism, graduation, christening, communion, unusual, decor, christmas, chanukah, thanksgiving, theme, ISES, MPI, mardigras'),(3061,738,'_yoast_wpseo_metakeywords','Wedding favors, centerpieces, wedding centerpiece, floral centerpieces, flowers, weddings, parties, keepsake, gift, candy, celebration, bridal bouquet, birthday, holiday, memento, events, reunion, anniversary, keepsake, bar mitzvah, bat, amenities, decoration, prom, sweet sixteen, breakaway, giveaways, personalized, teams, golf, tennis, baseball, football, alumni, fundraiser, baptism, graduation, christening, communion, unusual, decor, christmas, chanukah, thanksgiving, theme, ISES, MPI, mardigras'),(3062,757,'_yoast_wpseo_metakeywords','Wedding favors, centerpieces, wedding centerpiece, floral centerpieces, flowers, weddings, parties, keepsake, gift, candy, celebration, bridal bouquet, birthday, holiday, memento, events, reunion, anniversary, keepsake, bar mitzvah, bat, amenities, decoration, prom, sweet sixteen, breakaway, giveaways, personalized, teams, golf, tennis, baseball, football, alumni, fundraiser, baptism, graduation, christening, communion, unusual, decor, christmas, chanukah, thanksgiving, theme, ISES, MPI, mardigras'),(3063,743,'_yoast_wpseo_metakeywords','Wedding favors, centerpieces, wedding centerpiece, floral centerpieces, flowers, weddings, parties, keepsake, gift, candy, celebration, bridal bouquet, birthday, holiday, memento, events, reunion, anniversary, keepsake, bar mitzvah, bat, amenities, decoration, prom, sweet sixteen, breakaway, giveaways, personalized, teams, golf, tennis, baseball, football, alumni, fundraiser, baptism, graduation, christening, communion, unusual, decor, christmas, chanukah, thanksgiving, theme, ISES, MPI, mardigras'),(3064,735,'_yoast_wpseo_metakeywords','\"Wedding favors, centerpieces, wedding centerpiece, floral centerpieces, flowers, weddings, parties, keepsake, gift, candy, celebration, bridal bouquet, birthday, holiday, memento, events, reunion, anniversary, keepsake, bar mitzvah, bat, amenities, decoration, prom, sweet sixteen, breakaway, giveaways, personalized, teams, golf, tennis, baseball, football, alumni, fundraiser, baptism, graduation, christening, communion, unusual, decor, christmas, chanukah, thanksgiving, theme, ISES, MPI, mardigras'),(3065,750,'_yoast_wpseo_metakeywords','Wedding favors, centerpieces, wedding centerpiece, floral centerpieces, flowers, weddings, parties, keepsake, gift, candy, celebration, bridal bouquet, birthday, holiday, memento, events, reunion, anniversary, keepsake, bar mitzvah, bat, amenities, decoration, prom, sweet sixteen, breakaway, giveaways, personalized, teams, golf, tennis, baseball, football, alumni, fundraiser, baptism, graduation, christening, communion, unusual, decor, christmas, chanukah, thanksgiving, theme, ISES, MPI, mardigrasv'),(3066,931,'_yoast_wpseo_metakeywords','Favor ideas, unique favors, favors cheap, personalized favors, wedding decorations, wedding favours, party favors, wedding party favors, bachelorette party favors, wedding favors'),(3067,30,'_yoast_wpseo_metakeywords','wedding centerpieces, wedding reception centerpieces, wedding centerpieces ideas, unique wedding centerpieces, wedding table centerpiece,centerpiece for weddings, wedding table centerpice, centerpiece idea for wedding, wedding arrangements, wedding party decorations'),(3068,139,'_yoast_wpseo_metakeywords','Wedding favors, centerpieces, wedding centerpiece, floral centerpieces, flowers, weddings, parties, keepsake, gift, candy centerpieces, celebration, bridal bouquet, birthday, holiday, memento, events, reunion, anniversary, keepsake, bar mitzvah, bat, amenities, decoration, prom, sweet sixteen, breakaway, giveaways, personalized, teams, golf, tennis, baseball, football, alumni, fundraiser, baptism, graduation, christening, communion, unique centerpiece, unusual, decor, christmas, chanukah, thanksgiving, theme, ISES, MPI, mardigras'),(3069,10,'_wpb_shortcodes_custom_css','.vc_custom_1449147014930{margin-top: 30px !important;}'),(3070,1055,'_menu_item_type','post_type'),(3071,1055,'_menu_item_menu_item_parent','0'),(3072,1055,'_menu_item_object_id','138'),(3073,1055,'_menu_item_object','page'),(3074,1055,'_menu_item_target',''),(3075,1055,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3076,1055,'_menu_item_xfn',''),(3077,1055,'_menu_item_url',''),(3079,1055,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3080,1057,'_wp_attached_file','2015/10/Clipboard021.jpg'),(3081,1057,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:959;s:6:\"height\";i:495;s:4:\"file\";s:24:\"2015/10/Clipboard021.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Clipboard021-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:\"Clipboard021-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3082,1058,'_wp_attached_file','2015/10/girlandivorylarge1.jpg'),(3083,1058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:680;s:6:\"height\";i:595;s:4:\"file\";s:30:\"2015/10/girlandivorylarge1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"girlandivorylarge1-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:30:\"girlandivorylarge1-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3084,1070,'_edit_last','1'),(3085,1070,'_edit_lock','1454189741:1'),(3086,1070,'_wp_page_template','default'),(3087,1070,'_wpb_vc_js_status','false'),(3088,1070,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3089,1070,'slide_template','default'),(3090,1070,'_easy_image_gallery_link_images','off'),(3092,1070,'tb_disable_title','on'),(3094,1073,'_edit_last','1'),(3095,1073,'_edit_lock','1471061050:1'),(3096,1073,'_wp_page_template','default'),(3097,1073,'_wpb_vc_js_status','false'),(3098,1073,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3099,1073,'slide_template','default'),(3100,1073,'_easy_image_gallery_link_images','off'),(3101,1073,'tb_disable_title','on'),(3102,1075,'_wp_attached_file','2016/01/girlandivorylarge1.png'),(3103,1075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:287;s:6:\"height\";i:179;s:4:\"file\";s:30:\"2016/01/girlandivorylarge1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"girlandivorylarge1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3104,1076,'_wp_attached_file','2016/01/girlandivorylarge2.jpg'),(3105,1076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:680;s:6:\"height\";i:447;s:4:\"file\";s:30:\"2016/01/girlandivorylarge2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"girlandivorylarge2-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:30:\"girlandivorylarge2-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3106,713,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:680;s:6:\"height\";i:595;s:4:\"file\";s:21:\"girlandivorylarge.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"girlandivorylarge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"girlandivorylarge-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3107,10,'_oembed_15c21725a1c64917dadcc3cf648b906d','<iframe width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/HdJdzZcLhpQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3108,10,'_oembed_time_15c21725a1c64917dadcc3cf648b906d','1453011681'),(3109,34,'_oembed_15c21725a1c64917dadcc3cf648b906d','<iframe width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/HdJdzZcLhpQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3110,34,'_oembed_time_15c21725a1c64917dadcc3cf648b906d','1453761064'),(3111,39,'_oembed_15c21725a1c64917dadcc3cf648b906d','<iframe width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/HdJdzZcLhpQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3112,39,'_oembed_time_15c21725a1c64917dadcc3cf648b906d','1453761097'),(3113,36,'_oembed_15c21725a1c64917dadcc3cf648b906d','<iframe width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/HdJdzZcLhpQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3114,36,'_oembed_time_15c21725a1c64917dadcc3cf648b906d','1454193333'),(3115,6,'_yoast_wpseo_focuskw_text_input','Pompom Colors'),(3116,723,'_yoast_wpseo_focuskw_text_input','Theme'),(3117,746,'_yoast_wpseo_focuskw_text_input','Party Centerpieces'),(3118,741,'_yoast_wpseo_focuskw_text_input','Themed Party'),(3119,754,'_yoast_wpseo_focuskw_text_input','Party Centerpieces'),(3120,756,'_yoast_wpseo_focuskw_text_input','Party Centerpieces'),(3121,752,'_yoast_wpseo_focuskw_text_input','Party Centerpieces'),(3122,735,'_yoast_wpseo_focuskw_text_input','Themed Party'),(3123,743,'_yoast_wpseo_focuskw_text_input','Themed Party'),(3124,757,'_yoast_wpseo_focuskw_text_input','Themed Party'),(3125,738,'_yoast_wpseo_focuskw_text_input','Themed Party'),(3126,748,'_yoast_wpseo_focuskw_text_input','Themed Party'),(3136,1102,'_edit_last','1'),(3137,1102,'_wp_page_template','default'),(3138,1102,'_wpb_vc_js_status','false'),(3139,1102,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3140,1102,'slide_template','default'),(3141,1102,'_easy_image_gallery_link_images','off'),(3142,1102,'_edit_lock','1454391480:1'),(3143,1105,'_edit_last','1'),(3144,1105,'_wp_page_template','default'),(3145,1105,'_wpb_vc_js_status','false'),(3146,1105,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3147,1105,'slide_template','default'),(3148,1105,'_easy_image_gallery_link_images','off'),(3149,1105,'_edit_lock','1454399589:1'),(3150,1111,'_edit_last','1'),(3151,1111,'_wp_page_template','default'),(3152,1111,'_wpb_vc_js_status','false'),(3153,1111,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3154,1111,'slide_template','default'),(3155,1111,'_easy_image_gallery_link_images','off'),(3156,1111,'_edit_lock','1454402280:1'),(3157,1114,'_form','<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(3158,1114,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:53:\"[your-name] <wordpress@wp5.centerpiecedesignerwizard.com>\";s:4:\"body\";s:184:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Wanderfuls (http://wp5.centerpiecedesignerwizard.com)\";s:9:\"recipient\";s:18:\"amitb321@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(3159,1114,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:52:\"Wanderfuls <wordpress@wp5.centerpiecedesignerwizard.com>\";s:4:\"body\";s:126:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Wanderfuls (http://wp5.centerpiecedesignerwizard.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:28:\"Reply-To: amitb321@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(3160,1114,'_messages','a:8:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";}'),(3161,1114,'_additional_settings',''),(3162,1114,'_locale','en_US'),(3163,6,'_yoast_wpseo_content_score','30'),(3164,618,'_edit_lock','1468008434:1'),(3165,1125,'_wp_attached_file','2016/07/wandlogo.gif'),(3166,1125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:41;s:4:\"file\";s:20:\"2016/07/wandlogo.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wandlogo-150x41.gif\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),(3169,164,'_edit_lock','1470183733:1'),(3170,4,'_yoast_wpseo_focuskw_text_input','Welcome To Wanderfuls™'),(3171,4,'_yoast_wpseo_content_score','60'),(3173,57,'_yoast_wpseo_focuskw_text_input','Personalized Party'),(3174,57,'_yoast_wpseo_content_score','90'),(3175,45,'_yoast_wpseo_focuskw_text_input','centerpieces, party centerpiece, table centerpieces, birthday party favors, ideas for centerpieces, unique centerpiece, unique centerpieces'),(3176,45,'_yoast_wpseo_content_score','60'),(3177,45,'tb_callout_text','<p><br data-mce-bogus=\"1\"></p>'),(3178,40,'_yoast_wpseo_focuskw_text_input','Baby Shower Centerpieces'),(3179,40,'_yoast_wpseo_content_score','60'),(3180,8,'_yoast_wpseo_focuskw_text_input','Party Centerpieces'),(3181,8,'_yoast_wpseo_content_score','60'),(3182,2,'_yoast_wpseo_content_score','60'),(3183,12,'_yoast_wpseo_focuskw_text_input','Party Favors'),(3184,12,'_yoast_wpseo_content_score','60'),(3185,56,'_yoast_wpseo_focuskw_text_input','Party Favor'),(3186,56,'_yoast_wpseo_content_score','30'),(3187,51,'_yoast_wpseo_content_score','30'),(3188,850,'_yoast_wpseo_focuskw_text_input','Party Favors'),(3189,850,'_yoast_wpseo_content_score','30'),(3190,931,'_yoast_wpseo_focuskw_text_input','Wedding Party'),(3191,931,'_yoast_wpseo_content_score','30'),(3192,49,'_yoast_wpseo_focuskw_text_input','Holiday Centerpieces'),(3193,49,'_yoast_wpseo_content_score','60'),(3194,1157,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3195,1157,'_menu_item_type','post_type'),(3196,1157,'_menu_item_menu_item_parent','0'),(3197,1157,'_menu_item_object_id','4'),(3198,1157,'_menu_item_object','page'),(3199,1157,'_menu_item_target',''),(3200,1157,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3201,1157,'_menu_item_xfn',''),(3202,1157,'_menu_item_url',''),(3204,723,'_yoast_wpseo_content_score','30'),(3205,1165,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3206,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3207,1167,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3208,1168,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3210,1165,'_edit_lock','1471196584:1'),(3211,1170,'_wp_attached_file','2016/08/boxiridescent.jpg'),(3212,1170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:25:\"2016/08/boxiridescent.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:{}}}'),(3213,1171,'_wp_attached_file','2016/08/boxturquoise.jpg'),(3214,1171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:24:\"2016/08/boxturquoise.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:{}}}'),(3215,1172,'_wp_attached_file','2016/08/boxroyalblue.jpg'),(3216,1172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:24:\"2016/08/boxroyalblue.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:{}}}'),(3217,1173,'_wp_attached_file','2016/08/boxteal.jpg'),(3218,1173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:19:\"2016/08/boxteal.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:{}}}'),(3219,1174,'_wp_attached_file','2016/08/boxcoral.jpg'),(3220,1174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:20:\"2016/08/boxcoral.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:{}}}'),(3221,1175,'_wp_attached_file','2016/08/boxlime.jpg'),(3222,1175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:19:\"2016/08/boxlime.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:\"0\";s:8:\"keywords\";a:0:{}}}'),(3223,1176,'_wp_attached_file','2016/08/boxnavyblue.jpg'),(3224,1176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:23:\"2016/08/boxnavyblue.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:{}}}'),(3225,1177,'_wp_attached_file','2016/08/boxlavender.jpg'),(3226,1177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:23:\"2016/08/boxlavender.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:{}}}'),(3227,1178,'_wp_attached_file','2016/08/boxorange.jpg'),(3228,1178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:21:\"2016/08/boxorange.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:{}}}'),(3229,1179,'_wp_attached_file','2016/08/boxhotpink.jpg'),(3230,1179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:22:\"2016/08/boxhotpink.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:{}}}'),(3231,1180,'_wp_attached_file','2016/08/boxgrey.jpg'),(3232,1180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:19:\"2016/08/boxgrey.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:{}}}'),(3233,1181,'_wp_attached_file','2016/08/boxcornflowerblue.jpg'),(3234,1181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:29:\"2016/08/boxcornflowerblue.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:{}}}'),(3235,1182,'_wp_attached_file','2016/08/boxburgundy.jpg'),(3236,1182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:23:\"2016/08/boxburgundy.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:{}}}'),(3237,1183,'_wp_attached_file','2016/08/boxbabypink.jpg'),(3238,1183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:23:\"2016/08/boxbabypink.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:{}}}'),(3239,1184,'_wp_attached_file','2016/08/boxbabyblue.jpg'),(3240,1184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:23:\"2016/08/boxbabyblue.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:{}}}'),(3241,1185,'_wp_attached_file','2016/08/boxazalea.jpg'),(3242,1185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:21:\"2016/08/boxazalea.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:{}}}'),(3243,1186,'_wp_attached_file','2016/08/boxwhite.jpg'),(3244,1186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:20:\"2016/08/boxwhite.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:{}}}'),(3245,1187,'_wp_attached_file','2016/08/boxred.jpg'),(3246,1187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:18:\"2016/08/boxred.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:{}}}'),(3247,1188,'_wp_attached_file','2016/08/boxmetallicsilver.jpg'),(3248,1188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:29:\"2016/08/boxmetallicsilver.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:{}}}'),(3249,1189,'_wp_attached_file','2016/08/boxmetallicgold.jpg'),(3250,1189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:27:\"2016/08/boxmetallicgold.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:{}}}'),(3251,1190,'_wp_attached_file','2016/08/boxblack.jpg'),(3252,1190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:20:\"2016/08/boxblack.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:{}}}'),(3253,1191,'_wp_attached_file','2016/08/boxpurple.jpg'),(3254,1191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:21:\"2016/08/boxpurple.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:{}}}'),(3255,1192,'_wp_attached_file','2016/08/boxorange.jpg'),(3256,1192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:21:\"2016/08/boxorange.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:{}}}'),(3257,1193,'_wp_attached_file','2016/08/boxyellow.jpg'),(3258,1193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:21:\"2016/08/boxyellow.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:{}}}'),(3259,1194,'_wp_attached_file','2016/08/boxemeraldgreen.jpg'),(3260,1194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:27:\"2016/08/boxemeraldgreen.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:{}}}'),(3261,1195,'_wp_attached_file','2016/08/boxpeach.jpg'),(3262,1195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:20:\"2016/08/boxpeach.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:{}}}'),(3263,1196,'_wp_attached_file','2016/08/boxtangerine.jpg'),(3264,1196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:15;s:4:\"file\";s:24:\"2016/08/boxtangerine.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:\"0\";s:8:\"keywords\";a:0:{}}}'),(3265,1197,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3266,1197,'osc_id','705'),(3267,1197,'_sku','BB01'),(3268,1197,'_regular_price','0.0000'),(3269,1197,'_price','0.0000'),(3270,1197,'_visibility','visible'),(3271,1197,'_stock_status','instock'),(3272,1197,'_manage_stock','1'),(3273,1197,'_stock','14'),(3274,1198,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3275,1198,'osc_id','706'),(3276,1198,'_sku','BB02'),(3277,1198,'_regular_price','0.0000'),(3278,1198,'_price','0.0000'),(3279,1198,'_visibility','visible'),(3280,1198,'_stock_status','instock'),(3281,1198,'_manage_stock','1'),(3282,1198,'_stock','9'),(3283,1199,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3284,1199,'osc_id','707'),(3285,1199,'_sku','BB03'),(3286,1199,'_regular_price','0.0000'),(3287,1199,'_price','0.0000'),(3288,1199,'_visibility','visible'),(3289,1199,'_stock_status','instock'),(3290,1199,'_manage_stock','1'),(3291,1199,'_stock','12'),(3292,1200,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3293,1200,'osc_id','708'),(3294,1200,'_sku','BB04'),(3295,1200,'_regular_price','0.0000'),(3296,1200,'_price','0.0000'),(3297,1200,'_visibility','visible'),(3298,1200,'_stock_status','instock'),(3299,1200,'_manage_stock','1'),(3300,1200,'_stock','12'),(3301,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3302,1201,'osc_id','709'),(3303,1201,'_sku','BB05'),(3304,1201,'_regular_price','0.0000'),(3305,1201,'_price','0.0000'),(3306,1201,'_visibility','visible'),(3307,1201,'_stock_status','instock'),(3308,1201,'_manage_stock','1'),(3309,1201,'_stock','15'),(3310,1202,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3311,1202,'osc_id','710'),(3312,1202,'_sku','BB06'),(3313,1202,'_regular_price','0.0000'),(3314,1202,'_price','0.0000'),(3315,1202,'_visibility','visible'),(3316,1202,'_stock_status','instock'),(3317,1202,'_manage_stock','1'),(3318,1202,'_stock','10'),(3319,1203,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3320,1203,'osc_id','711'),(3321,1203,'_sku','PK01'),(3322,1203,'_regular_price','0.0000'),(3323,1203,'_price','0.0000'),(3324,1203,'_visibility','visible'),(3325,1203,'_stock_status','instock'),(3326,1203,'_manage_stock','1'),(3327,1203,'_stock','12'),(3328,1204,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3329,1204,'osc_id','712'),(3330,1204,'_sku','PK02'),(3331,1204,'_regular_price','0.0000'),(3332,1204,'_price','0.0000'),(3333,1204,'_visibility','visible'),(3334,1204,'_stock_status','instock'),(3335,1204,'_manage_stock','1'),(3336,1204,'_stock','9'),(3337,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3338,1205,'osc_id','713'),(3339,1205,'_sku','PK03'),(3340,1205,'_regular_price','0.0000'),(3341,1205,'_price','0.0000'),(3342,1205,'_visibility','visible'),(3343,1205,'_stock_status','instock'),(3344,1205,'_manage_stock','1'),(3345,1205,'_stock','7'),(3346,1206,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3347,1206,'osc_id','714'),(3348,1206,'_sku','PK04'),(3349,1206,'_regular_price','0.0000'),(3350,1206,'_price','0.0000'),(3351,1206,'_visibility','visible'),(3352,1206,'_stock_status','instock'),(3353,1206,'_manage_stock','1'),(3354,1206,'_stock','9'),(3355,1207,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3356,1207,'osc_id','715'),(3357,1207,'_sku','PK05'),(3358,1207,'_regular_price','0.0000'),(3359,1207,'_price','0.0000'),(3360,1207,'_visibility','visible'),(3361,1207,'_stock_status','instock'),(3362,1207,'_manage_stock','1'),(3363,1207,'_stock','8'),(3364,1208,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3365,1208,'osc_id','716'),(3366,1208,'_sku','PK06'),(3367,1208,'_regular_price','0.0000'),(3368,1208,'_price','0.0000'),(3369,1208,'_visibility','visible'),(3370,1208,'_stock_status','instock'),(3371,1208,'_manage_stock','1'),(3372,1208,'_stock','9'),(3373,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3374,1209,'osc_id','717'),(3375,1209,'_sku','PK07'),(3376,1209,'_regular_price','0.0000'),(3377,1209,'_price','0.0000'),(3378,1209,'_visibility','visible'),(3379,1209,'_stock_status','instock'),(3380,1209,'_manage_stock','1'),(3381,1209,'_stock','8'),(3382,1210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3383,1210,'osc_id','718'),(3384,1210,'_sku','AZ01'),(3385,1210,'_regular_price','0.0000'),(3386,1210,'_price','0.0000'),(3387,1210,'_visibility','visible'),(3388,1210,'_stock_status','instock'),(3389,1210,'_manage_stock','1'),(3390,1210,'_stock','10'),(3391,1211,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3392,1211,'osc_id','719'),(3393,1211,'_sku','AZ02'),(3394,1211,'_regular_price','0.0000'),(3395,1211,'_price','0.0000'),(3396,1211,'_visibility','visible'),(3397,1211,'_stock_status','instock'),(3398,1211,'_manage_stock','1'),(3399,1211,'_stock','12'),(3400,1212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3401,1212,'osc_id','720'),(3402,1212,'_sku','AZ03'),(3403,1212,'_regular_price','0.0000'),(3404,1212,'_price','0.0000'),(3405,1212,'_visibility','visible'),(3406,1212,'_stock_status','instock'),(3407,1212,'_manage_stock','1'),(3408,1212,'_stock','12'),(3409,1213,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3410,1213,'osc_id','721'),(3411,1213,'_sku','AZ04'),(3412,1213,'_regular_price','0.0000'),(3413,1213,'_price','0.0000'),(3414,1213,'_visibility','visible'),(3415,1213,'_stock_status','instock'),(3416,1213,'_manage_stock','1'),(3417,1213,'_stock','8'),(3418,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3419,1214,'osc_id','722'),(3420,1214,'_sku','AZ05'),(3421,1214,'_regular_price','0.0000'),(3422,1214,'_price','0.0000'),(3423,1214,'_visibility','visible'),(3424,1214,'_stock_status','instock'),(3425,1214,'_manage_stock','1'),(3426,1214,'_stock','11'),(3427,1215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3428,1215,'osc_id','723'),(3429,1215,'_sku','AZ06'),(3430,1215,'_regular_price','0.0000'),(3431,1215,'_price','0.0000'),(3432,1215,'_visibility','visible'),(3433,1215,'_stock_status','instock'),(3434,1215,'_manage_stock','1'),(3435,1215,'_stock','9'),(3436,1216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3437,1216,'osc_id','724'),(3438,1216,'_sku','AZ07'),(3439,1216,'_regular_price','0.0000'),(3440,1216,'_price','0.0000'),(3441,1216,'_visibility','visible'),(3442,1216,'_stock_status','instock'),(3443,1216,'_manage_stock','1'),(3444,1216,'_stock','12'),(3445,1217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3446,1217,'osc_id','725'),(3447,1217,'_sku','AZ08'),(3448,1217,'_regular_price','0.0000'),(3449,1217,'_price','0.0000'),(3450,1217,'_visibility','visible'),(3451,1217,'_stock_status','instock'),(3452,1217,'_manage_stock','1'),(3453,1217,'_stock','12'),(3454,1218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3455,1218,'osc_id','726'),(3456,1218,'_sku','AZ09'),(3457,1218,'_regular_price','0.0000'),(3458,1218,'_price','0.0000'),(3459,1218,'_visibility','visible'),(3460,1218,'_stock_status','instock'),(3461,1218,'_manage_stock','1'),(3462,1218,'_stock','10'),(3463,1219,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3464,1219,'osc_id','727'),(3465,1219,'_sku','AZ10'),(3466,1219,'_regular_price','0.0000'),(3467,1219,'_price','0.0000'),(3468,1219,'_visibility','visible'),(3469,1219,'_stock_status','instock'),(3470,1219,'_manage_stock','1'),(3471,1219,'_stock','12'),(3472,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3473,1220,'osc_id','728'),(3474,1220,'_sku','AZ11'),(3475,1220,'_regular_price','0.0000'),(3476,1220,'_price','0.0000'),(3477,1220,'_visibility','visible'),(3478,1220,'_stock_status','instock'),(3479,1220,'_manage_stock','1'),(3480,1220,'_stock','9'),(3481,1221,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3482,1221,'osc_id','729'),(3483,1221,'_sku','AZ12'),(3484,1221,'_regular_price','0.0000'),(3485,1221,'_price','0.0000'),(3486,1221,'_visibility','visible'),(3487,1221,'_stock_status','instock'),(3488,1221,'_manage_stock','1'),(3489,1221,'_stock','12'),(3490,1222,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3491,1222,'osc_id','730'),(3492,1222,'_sku','AQ01'),(3493,1222,'_regular_price','0.0000'),(3494,1222,'_price','0.0000'),(3495,1222,'_visibility','visible'),(3496,1222,'_stock_status','instock'),(3497,1222,'_manage_stock','1'),(3498,1222,'_stock','9'),(3499,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3500,1223,'osc_id','731'),(3501,1223,'_sku','AQ02'),(3502,1223,'_regular_price','0.0000'),(3503,1223,'_price','0.0000'),(3504,1223,'_visibility','visible'),(3505,1223,'_stock_status','outofstock'),(3506,1223,'_manage_stock','1'),(3507,1223,'_stock','0'),(3508,1224,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3509,1224,'osc_id','732'),(3510,1224,'_sku','AQ03'),(3511,1224,'_regular_price','0.0000'),(3512,1224,'_price','0.0000'),(3513,1224,'_visibility','visible'),(3514,1224,'_stock_status','instock'),(3515,1224,'_manage_stock','1'),(3516,1224,'_stock','21'),(3517,1225,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3518,1225,'osc_id','733'),(3519,1225,'_sku','AQ04'),(3520,1225,'_regular_price','0.0000'),(3521,1225,'_price','0.0000'),(3522,1225,'_visibility','visible'),(3523,1225,'_stock_status','instock'),(3524,1225,'_manage_stock','1'),(3525,1225,'_stock','0'),(3526,1226,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3527,1226,'osc_id','734'),(3528,1226,'_sku','BK01'),(3529,1226,'_regular_price','0.0000'),(3530,1226,'_price','0.0000'),(3531,1226,'_visibility','visible'),(3532,1226,'_stock_status','instock'),(3533,1226,'_manage_stock','1'),(3534,1226,'_stock','4'),(3535,1227,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3536,1227,'osc_id','735'),(3537,1227,'_sku','BK02'),(3538,1227,'_regular_price','0.0000'),(3539,1227,'_price','0.0000'),(3540,1227,'_visibility','visible'),(3541,1227,'_stock_status','instock'),(3542,1227,'_manage_stock','1'),(3543,1227,'_stock','5'),(3544,1228,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3545,1228,'osc_id','736'),(3546,1228,'_sku','BK03'),(3547,1228,'_regular_price','0.0000'),(3548,1228,'_price','0.0000'),(3549,1228,'_visibility','visible'),(3550,1228,'_stock_status','instock'),(3551,1228,'_manage_stock','1'),(3552,1228,'_stock','8'),(3553,1229,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3554,1229,'osc_id','737'),(3555,1229,'_sku','BK04'),(3556,1229,'_regular_price','0.0000'),(3557,1229,'_price','0.0000'),(3558,1229,'_visibility','visible'),(3559,1229,'_stock_status','instock'),(3560,1229,'_manage_stock','1'),(3561,1229,'_stock','6'),(3562,1230,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3563,1230,'osc_id','738'),(3564,1230,'_sku','BK05'),(3565,1230,'_regular_price','0.0000'),(3566,1230,'_price','0.0000'),(3567,1230,'_visibility','visible'),(3568,1230,'_stock_status','instock'),(3569,1230,'_manage_stock','1'),(3570,1230,'_stock','6'),(3571,1231,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3572,1231,'osc_id','739'),(3573,1231,'_sku','BK06'),(3574,1231,'_regular_price','0.0000'),(3575,1231,'_price','0.0000'),(3576,1231,'_visibility','visible'),(3577,1231,'_stock_status','instock'),(3578,1231,'_manage_stock','1'),(3579,1231,'_stock','9'),(3580,1232,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3581,1232,'osc_id','740'),(3582,1232,'_sku','BK07'),(3583,1232,'_regular_price','0.0000'),(3584,1232,'_price','0.0000'),(3585,1232,'_visibility','visible'),(3586,1232,'_stock_status','instock'),(3587,1232,'_manage_stock','1'),(3588,1232,'_stock','10'),(3589,1233,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3590,1233,'osc_id','741'),(3591,1233,'_sku','BK08'),(3592,1233,'_regular_price','0.0000'),(3593,1233,'_price','0.0000'),(3594,1233,'_visibility','visible'),(3595,1233,'_stock_status','instock'),(3596,1233,'_manage_stock','1'),(3597,1233,'_stock','8'),(3598,1234,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3599,1234,'osc_id','742'),(3600,1234,'_sku','BK09'),(3601,1234,'_regular_price','0.0000'),(3602,1234,'_price','0.0000'),(3603,1234,'_visibility','visible'),(3604,1234,'_stock_status','instock'),(3605,1234,'_manage_stock','1'),(3606,1234,'_stock','9'),(3607,1235,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3608,1235,'osc_id','743'),(3609,1235,'_sku','BK10'),(3610,1235,'_regular_price','0.0000'),(3611,1235,'_price','0.0000'),(3612,1235,'_visibility','visible'),(3613,1235,'_stock_status','instock'),(3614,1235,'_manage_stock','1'),(3615,1235,'_stock','8'),(3616,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3617,1236,'osc_id','744'),(3618,1236,'_sku','BK11'),(3619,1236,'_regular_price','0.0000'),(3620,1236,'_price','0.0000'),(3621,1236,'_visibility','visible'),(3622,1236,'_stock_status','instock'),(3623,1236,'_manage_stock','1'),(3624,1236,'_stock','9'),(3625,1237,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3626,1237,'osc_id','745'),(3627,1237,'_sku','BK12'),(3628,1237,'_regular_price','0.0000'),(3629,1237,'_price','0.0000'),(3630,1237,'_visibility','visible'),(3631,1237,'_stock_status','instock'),(3632,1237,'_manage_stock','1'),(3633,1237,'_stock','10'),(3634,1238,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3635,1238,'osc_id','746'),(3636,1238,'_sku','BK13'),(3637,1238,'_regular_price','0.0000'),(3638,1238,'_price','0.0000'),(3639,1238,'_visibility','visible'),(3640,1238,'_stock_status','instock'),(3641,1238,'_manage_stock','1'),(3642,1238,'_stock','10'),(3643,1239,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3644,1239,'osc_id','747'),(3645,1239,'_sku','BK14'),(3646,1239,'_regular_price','0.0000'),(3647,1239,'_price','0.0000'),(3648,1239,'_visibility','visible'),(3649,1239,'_stock_status','instock'),(3650,1239,'_manage_stock','1'),(3651,1239,'_stock','8'),(3652,1240,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3653,1240,'osc_id','748'),(3654,1240,'_sku','BK15'),(3655,1240,'_regular_price','0.0000'),(3656,1240,'_price','0.0000'),(3657,1240,'_visibility','visible'),(3658,1240,'_stock_status','instock'),(3659,1240,'_manage_stock','1'),(3660,1240,'_stock','7'),(3661,1241,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3662,1241,'osc_id','749'),(3663,1241,'_sku','BK16'),(3664,1241,'_regular_price','0.0000'),(3665,1241,'_price','0.0000'),(3666,1241,'_visibility','visible'),(3667,1241,'_stock_status','instock'),(3668,1241,'_manage_stock','1'),(3669,1241,'_stock','8'),(3670,1242,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3671,1242,'osc_id','750'),(3672,1242,'_sku','BU01'),(3673,1242,'_regular_price','0.0000'),(3674,1242,'_price','0.0000'),(3675,1242,'_visibility','visible'),(3676,1242,'_stock_status','instock'),(3677,1242,'_manage_stock','1'),(3678,1242,'_stock','7'),(3679,1243,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3680,1243,'osc_id','751'),(3681,1243,'_sku','BU02'),(3682,1243,'_regular_price','0.0000'),(3683,1243,'_price','0.0000'),(3684,1243,'_visibility','visible'),(3685,1243,'_stock_status','instock'),(3686,1243,'_manage_stock','1'),(3687,1243,'_stock','5'),(3688,1244,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3689,1244,'osc_id','752'),(3690,1244,'_sku','BU03'),(3691,1244,'_regular_price','0.0000'),(3692,1244,'_price','0.0000'),(3693,1244,'_visibility','visible'),(3694,1244,'_stock_status','instock'),(3695,1244,'_manage_stock','1'),(3696,1244,'_stock','13'),(3697,1245,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3698,1245,'osc_id','753'),(3699,1245,'_sku','BU04'),(3700,1245,'_regular_price','0.0000'),(3701,1245,'_price','0.0000'),(3702,1245,'_visibility','visible'),(3703,1245,'_stock_status','instock'),(3704,1245,'_manage_stock','1'),(3705,1245,'_stock','8'),(3706,1246,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3707,1246,'osc_id','754'),(3708,1246,'_sku','BU05'),(3709,1246,'_regular_price','0.0000'),(3710,1246,'_price','0.0000'),(3711,1246,'_visibility','visible'),(3712,1246,'_stock_status','instock'),(3713,1246,'_manage_stock','1'),(3714,1246,'_stock','8'),(3715,1247,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3716,1247,'osc_id','755'),(3717,1247,'_sku','BU06'),(3718,1247,'_regular_price','0.0000'),(3719,1247,'_price','0.0000'),(3720,1247,'_visibility','visible'),(3721,1247,'_stock_status','instock'),(3722,1247,'_manage_stock','1'),(3723,1247,'_stock','4'),(3724,1248,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3725,1248,'osc_id','756'),(3726,1248,'_sku','BU07'),(3727,1248,'_regular_price','0.0000'),(3728,1248,'_price','0.0000'),(3729,1248,'_visibility','visible'),(3730,1248,'_stock_status','instock'),(3731,1248,'_manage_stock','1'),(3732,1248,'_stock','6'),(3733,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3734,1249,'osc_id','757'),(3735,1249,'_sku','BU08'),(3736,1249,'_regular_price','0.0000'),(3737,1249,'_price','0.0000'),(3738,1249,'_visibility','visible'),(3739,1249,'_stock_status','instock'),(3740,1249,'_manage_stock','1'),(3741,1249,'_stock','15'),(3742,1250,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3743,1250,'osc_id','758'),(3744,1250,'_sku','BU09'),(3745,1250,'_regular_price','0.0000'),(3746,1250,'_price','0.0000'),(3747,1250,'_visibility','visible'),(3748,1250,'_stock_status','instock'),(3749,1250,'_manage_stock','1'),(3750,1250,'_stock','13'),(3751,1251,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3752,1251,'osc_id','759'),(3753,1251,'_sku','BU10'),(3754,1251,'_regular_price','0.0000'),(3755,1251,'_price','0.0000'),(3756,1251,'_visibility','visible'),(3757,1251,'_stock_status','instock'),(3758,1251,'_manage_stock','1'),(3759,1251,'_stock','7'),(3760,1252,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3761,1252,'osc_id','760'),(3762,1252,'_sku','BU11'),(3763,1252,'_regular_price','0.0000'),(3764,1252,'_price','0.0000'),(3765,1252,'_visibility','visible'),(3766,1252,'_stock_status','instock'),(3767,1252,'_manage_stock','1'),(3768,1252,'_stock','5'),(3769,1253,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3770,1253,'osc_id','761'),(3771,1253,'_sku','BU12'),(3772,1253,'_regular_price','0.0000'),(3773,1253,'_price','0.0000'),(3774,1253,'_visibility','visible'),(3775,1253,'_stock_status','instock'),(3776,1253,'_manage_stock','1'),(3777,1253,'_stock','7'),(3778,1254,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3779,1254,'osc_id','762'),(3780,1254,'_sku','CB01'),(3781,1254,'_regular_price','0.0000'),(3782,1254,'_price','0.0000'),(3783,1254,'_visibility','visible'),(3784,1254,'_stock_status','outofstock'),(3785,1254,'_manage_stock','1'),(3786,1254,'_stock','0'),(3787,1255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3788,1255,'osc_id','763'),(3789,1255,'_sku','CB02'),(3790,1255,'_regular_price','0.0000'),(3791,1255,'_price','0.0000'),(3792,1255,'_visibility','visible'),(3793,1255,'_stock_status','outofstock'),(3794,1255,'_manage_stock','1'),(3795,1255,'_stock','0'),(3796,1256,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3797,1256,'osc_id','764'),(3798,1256,'_sku','CB03'),(3799,1256,'_regular_price','0.0000'),(3800,1256,'_price','0.0000'),(3801,1256,'_visibility','visible'),(3802,1256,'_stock_status','outofstock'),(3803,1256,'_manage_stock','1'),(3804,1256,'_stock','0'),(3805,1257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3806,1257,'osc_id','765'),(3807,1257,'_sku','CB04'),(3808,1257,'_regular_price','0.0000'),(3809,1257,'_price','0.0000'),(3810,1257,'_visibility','visible'),(3811,1257,'_stock_status','outofstock'),(3812,1257,'_manage_stock','1'),(3813,1257,'_stock','0'),(3814,1258,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3815,1258,'osc_id','766'),(3816,1258,'_sku','CB05'),(3817,1258,'_regular_price','0.0000'),(3818,1258,'_price','0.0000'),(3819,1258,'_visibility','visible'),(3820,1258,'_stock_status','outofstock'),(3821,1258,'_manage_stock','1'),(3822,1258,'_stock','0'),(3823,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3824,1259,'osc_id','767'),(3825,1259,'_sku','CB06'),(3826,1259,'_regular_price','0.0000'),(3827,1259,'_price','0.0000'),(3828,1259,'_visibility','visible'),(3829,1259,'_stock_status','outofstock'),(3830,1259,'_manage_stock','1'),(3831,1259,'_stock','0'),(3832,1260,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3833,1260,'osc_id','768'),(3834,1260,'_sku','CB07'),(3835,1260,'_regular_price','0.0000'),(3836,1260,'_price','0.0000'),(3837,1260,'_visibility','visible'),(3838,1260,'_stock_status','outofstock'),(3839,1260,'_manage_stock','1'),(3840,1260,'_stock','0'),(3841,1261,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3842,1261,'osc_id','769'),(3843,1261,'_sku','CB08'),(3844,1261,'_regular_price','0.0000'),(3845,1261,'_price','0.0000'),(3846,1261,'_visibility','visible'),(3847,1261,'_stock_status','outofstock'),(3848,1261,'_manage_stock','1'),(3849,1261,'_stock','0'),(3850,1262,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3851,1262,'osc_id','770'),(3852,1262,'_sku','CB09'),(3853,1262,'_regular_price','0.0000'),(3854,1262,'_price','0.0000'),(3855,1262,'_visibility','visible'),(3856,1262,'_stock_status','outofstock'),(3857,1262,'_manage_stock','1'),(3858,1262,'_stock','0'),(3859,1263,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3860,1263,'osc_id','771'),(3861,1263,'_sku','CB10'),(3862,1263,'_regular_price','0.0000'),(3863,1263,'_price','0.0000'),(3864,1263,'_visibility','visible'),(3865,1263,'_stock_status','outofstock'),(3866,1263,'_manage_stock','1'),(3867,1263,'_stock','-1'),(3868,1264,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3869,1264,'osc_id','772'),(3870,1264,'_sku','CB11'),(3871,1264,'_regular_price','0.0000'),(3872,1264,'_price','0.0000'),(3873,1264,'_visibility','visible'),(3874,1264,'_stock_status','outofstock'),(3875,1264,'_manage_stock','1'),(3876,1264,'_stock','0'),(3877,1265,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3878,1265,'osc_id','773'),(3879,1265,'_sku','GY01'),(3880,1265,'_regular_price','0.0000'),(3881,1265,'_price','0.0000'),(3882,1265,'_visibility','visible'),(3883,1265,'_stock_status','instock'),(3884,1265,'_manage_stock','1'),(3885,1265,'_stock','14'),(3886,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3887,1266,'osc_id','774'),(3888,1266,'_sku','GY02'),(3889,1266,'_regular_price','0.0000'),(3890,1266,'_price','0.0000'),(3891,1266,'_visibility','visible'),(3892,1266,'_stock_status','instock'),(3893,1266,'_manage_stock','1'),(3894,1266,'_stock','14'),(3895,1267,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3896,1267,'osc_id','775'),(3897,1267,'_sku','GY03'),(3898,1267,'_regular_price','0.0000'),(3899,1267,'_price','0.0000'),(3900,1267,'_visibility','visible'),(3901,1267,'_stock_status','instock'),(3902,1267,'_manage_stock','1'),(3903,1267,'_stock','24'),(3904,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3905,1268,'osc_id','776'),(3906,1268,'_sku','GY04'),(3907,1268,'_regular_price','0.0000'),(3908,1268,'_price','0.0000'),(3909,1268,'_visibility','visible'),(3910,1268,'_stock_status','instock'),(3911,1268,'_manage_stock','1'),(3912,1268,'_stock','16'),(3913,1269,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3914,1269,'osc_id','777'),(3915,1269,'_sku','GY05'),(3916,1269,'_regular_price','0.0000'),(3917,1269,'_price','0.0000'),(3918,1269,'_visibility','visible'),(3919,1269,'_stock_status','instock'),(3920,1269,'_manage_stock','1'),(3921,1269,'_stock','16'),(3922,1270,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3923,1270,'osc_id','778'),(3924,1270,'_sku','GY06'),(3925,1270,'_regular_price','0.0000'),(3926,1270,'_price','0.0000'),(3927,1270,'_visibility','visible'),(3928,1270,'_stock_status','instock'),(3929,1270,'_manage_stock','1'),(3930,1270,'_stock','14'),(3931,1271,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3932,1271,'osc_id','779'),(3933,1271,'_sku','GY07'),(3934,1271,'_regular_price','0.0000'),(3935,1271,'_price','0.0000'),(3936,1271,'_visibility','visible'),(3937,1271,'_stock_status','instock'),(3938,1271,'_manage_stock','1'),(3939,1271,'_stock','14'),(3940,1272,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3941,1272,'osc_id','780'),(3942,1272,'_sku','HP01'),(3943,1272,'_regular_price','0.0000'),(3944,1272,'_price','0.0000'),(3945,1272,'_visibility','visible'),(3946,1272,'_stock_status','instock'),(3947,1272,'_manage_stock','1'),(3948,1272,'_stock','15'),(3949,1273,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3950,1273,'osc_id','781'),(3951,1273,'_sku','HP02'),(3952,1273,'_regular_price','0.0000'),(3953,1273,'_price','0.0000'),(3954,1273,'_visibility','visible'),(3955,1273,'_stock_status','instock'),(3956,1273,'_manage_stock','1'),(3957,1273,'_stock','15'),(3958,1274,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3959,1274,'osc_id','782'),(3960,1274,'_sku','HP03'),(3961,1274,'_regular_price','0.0000'),(3962,1274,'_price','0.0000'),(3963,1274,'_visibility','visible'),(3964,1274,'_stock_status','instock'),(3965,1274,'_manage_stock','1'),(3966,1274,'_stock','17'),(3967,1275,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3968,1275,'osc_id','783'),(3969,1275,'_sku','HP04'),(3970,1275,'_regular_price','0.0000'),(3971,1275,'_price','0.0000'),(3972,1275,'_visibility','visible'),(3973,1275,'_stock_status','instock'),(3974,1275,'_manage_stock','1'),(3975,1275,'_stock','24'),(3976,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3977,1276,'osc_id','784'),(3978,1276,'_sku','HP05'),(3979,1276,'_regular_price','0.0000'),(3980,1276,'_price','0.0000'),(3981,1276,'_visibility','visible'),(3982,1276,'_stock_status','instock'),(3983,1276,'_manage_stock','1'),(3984,1276,'_stock','16'),(3985,1277,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3986,1277,'osc_id','785'),(3987,1277,'_sku','HP06'),(3988,1277,'_regular_price','0.0000'),(3989,1277,'_price','0.0000'),(3990,1277,'_visibility','visible'),(3991,1277,'_stock_status','instock'),(3992,1277,'_manage_stock','1'),(3993,1277,'_stock','15'),(3994,1278,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3995,1278,'osc_id','786'),(3996,1278,'_sku','HP07'),(3997,1278,'_regular_price','0.0000'),(3998,1278,'_price','0.0000'),(3999,1278,'_visibility','visible'),(4000,1278,'_stock_status','instock'),(4001,1278,'_manage_stock','1'),(4002,1278,'_stock','4'),(4003,1279,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4004,1279,'osc_id','787'),(4005,1279,'_sku','HP08'),(4006,1279,'_regular_price','0.0000'),(4007,1279,'_price','0.0000'),(4008,1279,'_visibility','visible'),(4009,1279,'_stock_status','instock'),(4010,1279,'_manage_stock','1'),(4011,1279,'_stock','14'),(4012,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4013,1280,'osc_id','788'),(4014,1280,'_sku','HP09'),(4015,1280,'_regular_price','0.0000'),(4016,1280,'_price','0.0000'),(4017,1280,'_visibility','visible'),(4018,1280,'_stock_status','instock'),(4019,1280,'_manage_stock','1'),(4020,1280,'_stock','12'),(4021,1281,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4022,1281,'osc_id','789'),(4023,1281,'_sku','HP10'),(4024,1281,'_regular_price','0.0000'),(4025,1281,'_price','0.0000'),(4026,1281,'_visibility','visible'),(4027,1281,'_stock_status','instock'),(4028,1281,'_manage_stock','1'),(4029,1281,'_stock','14'),(4030,1282,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4031,1282,'osc_id','790'),(4032,1282,'_sku','HP11'),(4033,1282,'_regular_price','0.0000'),(4034,1282,'_price','0.0000'),(4035,1282,'_visibility','visible'),(4036,1282,'_stock_status','instock'),(4037,1282,'_manage_stock','1'),(4038,1282,'_stock','11'),(4039,1283,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4040,1283,'osc_id','791'),(4041,1283,'_sku','HP12'),(4042,1283,'_regular_price','0.0000'),(4043,1283,'_price','0.0000'),(4044,1283,'_visibility','visible'),(4045,1283,'_stock_status','instock'),(4046,1283,'_manage_stock','1'),(4047,1283,'_stock','13'),(4048,1284,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4049,1284,'osc_id','792'),(4050,1284,'_sku','HP13'),(4051,1284,'_regular_price','0.0000'),(4052,1284,'_price','0.0000'),(4053,1284,'_visibility','visible'),(4054,1284,'_stock_status','instock'),(4055,1284,'_manage_stock','1'),(4056,1284,'_stock','14'),(4057,1285,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4058,1285,'osc_id','793'),(4059,1285,'_sku','HP14'),(4060,1285,'_regular_price','0.0000'),(4061,1285,'_price','0.0000'),(4062,1285,'_visibility','visible'),(4063,1285,'_stock_status','instock'),(4064,1285,'_manage_stock','1'),(4065,1285,'_stock','14'),(4066,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4067,1286,'osc_id','794'),(4068,1286,'_sku','HP15'),(4069,1286,'_regular_price','0.0000'),(4070,1286,'_price','0.0000'),(4071,1286,'_visibility','visible'),(4072,1286,'_stock_status','instock'),(4073,1286,'_manage_stock','1'),(4074,1286,'_stock','14'),(4075,1287,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4076,1287,'osc_id','795'),(4077,1287,'_sku','HP16'),(4078,1287,'_regular_price','0.0000'),(4079,1287,'_price','0.0000'),(4080,1287,'_visibility','visible'),(4081,1287,'_stock_status','instock'),(4082,1287,'_manage_stock','1'),(4083,1287,'_stock','13'),(4084,1288,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4085,1288,'osc_id','796'),(4086,1288,'_sku','HP17'),(4087,1288,'_regular_price','0.0000'),(4088,1288,'_price','0.0000'),(4089,1288,'_visibility','visible'),(4090,1288,'_stock_status','instock'),(4091,1288,'_manage_stock','1'),(4092,1288,'_stock','15'),(4093,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4094,1289,'osc_id','797'),(4095,1289,'_sku','HP18'),(4096,1289,'_regular_price','0.0000'),(4097,1289,'_price','0.0000'),(4098,1289,'_visibility','visible'),(4099,1289,'_stock_status','instock'),(4100,1289,'_manage_stock','1'),(4101,1289,'_stock','14'),(4102,1290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4103,1290,'osc_id','798'),(4104,1290,'_sku','HP19'),(4105,1290,'_regular_price','0.0000'),(4106,1290,'_price','0.0000'),(4107,1290,'_visibility','visible'),(4108,1290,'_stock_status','instock'),(4109,1290,'_manage_stock','1'),(4110,1290,'_stock','15'),(4111,1291,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4112,1291,'osc_id','799'),(4113,1291,'_sku','LA01'),(4114,1291,'_regular_price','0.0000'),(4115,1291,'_price','0.0000'),(4116,1291,'_visibility','visible'),(4117,1291,'_stock_status','instock'),(4118,1291,'_manage_stock','1'),(4119,1291,'_stock','15'),(4120,1292,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4121,1292,'osc_id','800'),(4122,1292,'_sku','LA02'),(4123,1292,'_regular_price','0.0000'),(4124,1292,'_price','0.0000'),(4125,1292,'_visibility','visible'),(4126,1292,'_stock_status','instock'),(4127,1292,'_manage_stock','1'),(4128,1292,'_stock','13'),(4129,1293,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4130,1293,'osc_id','801'),(4131,1293,'_sku','LA03'),(4132,1293,'_regular_price','0.0000'),(4133,1293,'_price','0.0000'),(4134,1293,'_visibility','visible'),(4135,1293,'_stock_status','instock'),(4136,1293,'_manage_stock','1'),(4137,1293,'_stock','15'),(4138,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4139,1294,'osc_id','802'),(4140,1294,'_sku','LA04'),(4141,1294,'_regular_price','0.0000'),(4142,1294,'_price','0.0000'),(4143,1294,'_visibility','visible'),(4144,1294,'_stock_status','instock'),(4145,1294,'_manage_stock','1'),(4146,1294,'_stock','15'),(4147,1295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4148,1295,'osc_id','803'),(4149,1295,'_sku','LA05'),(4150,1295,'_regular_price','0.0000'),(4151,1295,'_price','0.0000'),(4152,1295,'_visibility','visible'),(4153,1295,'_stock_status','instock'),(4154,1295,'_manage_stock','1'),(4155,1295,'_stock','14'),(4156,1296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4157,1296,'osc_id','804'),(4158,1296,'_sku','LA06'),(4159,1296,'_regular_price','0.0000'),(4160,1296,'_price','0.0000'),(4161,1296,'_visibility','visible'),(4162,1296,'_stock_status','instock'),(4163,1296,'_manage_stock','1'),(4164,1296,'_stock','12'),(4165,1297,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4166,1297,'osc_id','805'),(4167,1297,'_sku','LA07'),(4168,1297,'_regular_price','0.0000'),(4169,1297,'_price','0.0000'),(4170,1297,'_visibility','visible'),(4171,1297,'_stock_status','instock'),(4172,1297,'_manage_stock','1'),(4173,1297,'_stock','14'),(4174,1298,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4175,1298,'osc_id','806'),(4176,1298,'_sku','LA08'),(4177,1298,'_regular_price','0.0000'),(4178,1298,'_price','0.0000'),(4179,1298,'_visibility','visible'),(4180,1298,'_stock_status','instock'),(4181,1298,'_manage_stock','1'),(4182,1298,'_stock','14'),(4183,1299,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4184,1299,'osc_id','807'),(4185,1299,'_sku','MG01'),(4186,1299,'_regular_price','0.0000'),(4187,1299,'_price','0.0000'),(4188,1299,'_visibility','visible'),(4189,1299,'_stock_status','instock'),(4190,1299,'_manage_stock','1'),(4191,1299,'_stock','14'),(4192,1300,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4193,1300,'osc_id','808'),(4194,1300,'_sku','MG02'),(4195,1300,'_regular_price','0.0000'),(4196,1300,'_price','0.0000'),(4197,1300,'_visibility','visible'),(4198,1300,'_stock_status','instock'),(4199,1300,'_manage_stock','1'),(4200,1300,'_stock','14'),(4201,1301,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4202,1301,'osc_id','809'),(4203,1301,'_sku','MG03'),(4204,1301,'_regular_price','0.0000'),(4205,1301,'_price','0.0000'),(4206,1301,'_visibility','visible'),(4207,1301,'_stock_status','instock'),(4208,1301,'_manage_stock','1'),(4209,1301,'_stock','15'),(4210,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4211,1302,'osc_id','810'),(4212,1302,'_sku','MG04'),(4213,1302,'_regular_price','0.0000'),(4214,1302,'_price','0.0000'),(4215,1302,'_visibility','visible'),(4216,1302,'_stock_status','instock'),(4217,1302,'_manage_stock','1'),(4218,1302,'_stock','15'),(4219,1303,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4220,1303,'osc_id','811'),(4221,1303,'_sku','MG05'),(4222,1303,'_regular_price','0.0000'),(4223,1303,'_price','0.0000'),(4224,1303,'_visibility','visible'),(4225,1303,'_stock_status','instock'),(4226,1303,'_manage_stock','1'),(4227,1303,'_stock','15'),(4228,1304,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4229,1304,'osc_id','812'),(4230,1304,'_sku','MG06'),(4231,1304,'_regular_price','0.0000'),(4232,1304,'_price','0.0000'),(4233,1304,'_visibility','visible'),(4234,1304,'_stock_status','instock'),(4235,1304,'_manage_stock','1'),(4236,1304,'_stock','14'),(4237,1305,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4238,1305,'osc_id','813'),(4239,1305,'_sku','MG07'),(4240,1305,'_regular_price','0.0000'),(4241,1305,'_price','0.0000'),(4242,1305,'_visibility','visible'),(4243,1305,'_stock_status','instock'),(4244,1305,'_manage_stock','1'),(4245,1305,'_stock','34'),(4246,1306,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4247,1306,'osc_id','814'),(4248,1306,'_sku','MS01'),(4249,1306,'_regular_price','0.0000'),(4250,1306,'_price','0.0000'),(4251,1306,'_visibility','visible'),(4252,1306,'_stock_status','instock'),(4253,1306,'_manage_stock','1'),(4254,1306,'_stock','15'),(4255,1307,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4256,1307,'osc_id','815'),(4257,1307,'_sku','MS02'),(4258,1307,'_regular_price','0.0000'),(4259,1307,'_price','0.0000'),(4260,1307,'_visibility','visible'),(4261,1307,'_stock_status','instock'),(4262,1307,'_manage_stock','1'),(4263,1307,'_stock','19'),(4264,1308,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4265,1308,'osc_id','816'),(4266,1308,'_sku','MS03'),(4267,1308,'_regular_price','0.0000'),(4268,1308,'_price','0.0000'),(4269,1308,'_visibility','visible'),(4270,1308,'_stock_status','instock'),(4271,1308,'_manage_stock','1'),(4272,1308,'_stock','16'),(4273,1309,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4274,1309,'osc_id','817'),(4275,1309,'_sku','MS04'),(4276,1309,'_regular_price','0.0000'),(4277,1309,'_price','0.0000'),(4278,1309,'_visibility','visible'),(4279,1309,'_stock_status','instock'),(4280,1309,'_manage_stock','1'),(4281,1309,'_stock','15'),(4282,1310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4283,1310,'osc_id','818'),(4284,1310,'_sku','MS05'),(4285,1310,'_regular_price','0.0000'),(4286,1310,'_price','0.0000'),(4287,1310,'_visibility','visible'),(4288,1310,'_stock_status','instock'),(4289,1310,'_manage_stock','1'),(4290,1310,'_stock','12'),(4291,1311,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4292,1311,'osc_id','819'),(4293,1311,'_sku','MS06'),(4294,1311,'_regular_price','0.0000'),(4295,1311,'_price','0.0000'),(4296,1311,'_visibility','visible'),(4297,1311,'_stock_status','instock'),(4298,1311,'_manage_stock','1'),(4299,1311,'_stock','15'),(4300,1312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4301,1312,'osc_id','820'),(4302,1312,'_sku','MS07'),(4303,1312,'_regular_price','0.0000'),(4304,1312,'_price','0.0000'),(4305,1312,'_visibility','visible'),(4306,1312,'_stock_status','instock'),(4307,1312,'_manage_stock','1'),(4308,1312,'_stock','15'),(4309,1313,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4310,1313,'osc_id','821'),(4311,1313,'_sku','MS08'),(4312,1313,'_regular_price','0.0000'),(4313,1313,'_price','0.0000'),(4314,1313,'_visibility','visible'),(4315,1313,'_stock_status','instock'),(4316,1313,'_manage_stock','1'),(4317,1313,'_stock','16'),(4318,1314,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4319,1314,'osc_id','822'),(4320,1314,'_sku','MS09'),(4321,1314,'_regular_price','0.0000'),(4322,1314,'_price','0.0000'),(4323,1314,'_visibility','visible'),(4324,1314,'_stock_status','instock'),(4325,1314,'_manage_stock','1'),(4326,1314,'_stock','15'),(4327,1315,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4328,1315,'osc_id','823'),(4329,1315,'_sku','MS10'),(4330,1315,'_regular_price','0.0000'),(4331,1315,'_price','0.0000'),(4332,1315,'_visibility','visible'),(4333,1315,'_stock_status','instock'),(4334,1315,'_manage_stock','1'),(4335,1315,'_stock','15'),(4336,1316,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4337,1316,'osc_id','824'),(4338,1316,'_sku','MS11'),(4339,1316,'_regular_price','0.0000'),(4340,1316,'_price','0.0000'),(4341,1316,'_visibility','visible'),(4342,1316,'_stock_status','instock'),(4343,1316,'_manage_stock','1'),(4344,1316,'_stock','18'),(4345,1317,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4346,1317,'osc_id','825'),(4347,1317,'_sku','MS12'),(4348,1317,'_regular_price','0.0000'),(4349,1317,'_price','0.0000'),(4350,1317,'_visibility','visible'),(4351,1317,'_stock_status','instock'),(4352,1317,'_manage_stock','1'),(4353,1317,'_stock','19'),(4354,1318,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4355,1318,'osc_id','826'),(4356,1318,'_sku','MS13'),(4357,1318,'_regular_price','0.0000'),(4358,1318,'_price','0.0000'),(4359,1318,'_visibility','visible'),(4360,1318,'_stock_status','instock'),(4361,1318,'_manage_stock','1'),(4362,1318,'_stock','16'),(4363,1319,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4364,1319,'osc_id','827'),(4365,1319,'_sku','MS14'),(4366,1319,'_regular_price','0.0000'),(4367,1319,'_price','0.0000'),(4368,1319,'_visibility','visible'),(4369,1319,'_stock_status','instock'),(4370,1319,'_manage_stock','1'),(4371,1319,'_stock','15'),(4372,1320,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4373,1320,'osc_id','828'),(4374,1320,'_sku','MS15'),(4375,1320,'_regular_price','0.0000'),(4376,1320,'_price','0.0000'),(4377,1320,'_visibility','visible'),(4378,1320,'_stock_status','instock'),(4379,1320,'_manage_stock','1'),(4380,1320,'_stock','16'),(4381,1321,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4382,1321,'osc_id','829'),(4383,1321,'_sku','MS16'),(4384,1321,'_regular_price','0.0000'),(4385,1321,'_price','0.0000'),(4386,1321,'_visibility','visible'),(4387,1321,'_stock_status','instock'),(4388,1321,'_manage_stock','1'),(4389,1321,'_stock','17'),(4390,1322,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4391,1322,'osc_id','830'),(4392,1322,'_sku','NA01'),(4393,1322,'_regular_price','0.0000'),(4394,1322,'_price','0.0000'),(4395,1322,'_visibility','visible'),(4396,1322,'_stock_status','instock'),(4397,1322,'_manage_stock','1'),(4398,1322,'_stock','15'),(4399,1323,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4400,1323,'osc_id','831'),(4401,1323,'_sku','NA02'),(4402,1323,'_regular_price','0.0000'),(4403,1323,'_price','0.0000'),(4404,1323,'_visibility','visible'),(4405,1323,'_stock_status','instock'),(4406,1323,'_manage_stock','1'),(4407,1323,'_stock','12'),(4408,1324,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4409,1324,'osc_id','832'),(4410,1324,'_sku','NA03'),(4411,1324,'_regular_price','0.0000'),(4412,1324,'_price','0.0000'),(4413,1324,'_visibility','visible'),(4414,1324,'_stock_status','outofstock'),(4415,1324,'_manage_stock','1'),(4416,1324,'_stock','-2'),(4417,1325,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4418,1325,'osc_id','833'),(4419,1325,'_sku','NA04'),(4420,1325,'_regular_price','0.0000'),(4421,1325,'_price','0.0000'),(4422,1325,'_visibility','visible'),(4423,1325,'_stock_status','instock'),(4424,1325,'_manage_stock','1'),(4425,1325,'_stock','12'),(4426,1326,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4427,1326,'osc_id','834'),(4428,1326,'_sku','NA05'),(4429,1326,'_regular_price','0.0000'),(4430,1326,'_price','0.0000'),(4431,1326,'_visibility','visible'),(4432,1326,'_stock_status','instock'),(4433,1326,'_manage_stock','1'),(4434,1326,'_stock','15'),(4435,1327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4436,1327,'osc_id','835'),(4437,1327,'_sku','NA06'),(4438,1327,'_regular_price','0.0000'),(4439,1327,'_price','0.0000'),(4440,1327,'_visibility','visible'),(4441,1327,'_stock_status','instock'),(4442,1327,'_manage_stock','1'),(4443,1327,'_stock','15'),(4444,1328,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4445,1328,'osc_id','836'),(4446,1328,'_sku','NA07'),(4447,1328,'_regular_price','0.0000'),(4448,1328,'_price','0.0000'),(4449,1328,'_visibility','visible'),(4450,1328,'_stock_status','instock'),(4451,1328,'_manage_stock','1'),(4452,1328,'_stock','12'),(4453,1329,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4454,1329,'osc_id','837'),(4455,1329,'_sku','NA08'),(4456,1329,'_regular_price','0.0000'),(4457,1329,'_price','0.0000'),(4458,1329,'_visibility','visible'),(4459,1329,'_stock_status','instock'),(4460,1329,'_manage_stock','1'),(4461,1329,'_stock','9'),(4462,1330,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4463,1330,'attribute_imprinting-on-ribbon','No Imprint'),(4464,1330,'attribute_candy-filling','Empty'),(4465,1330,'attribute_number-of-favors-per-centerpiece','6 Favors'),(4466,1330,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4467,1330,'_sku','NA08'),(4468,1330,'_regular_price','0'),(4469,1330,'_price','0'),(4470,1330,'_thumbnail_id','0'),(4471,1330,'_stock','9'),(4472,1331,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4473,1331,'attribute_imprinting-on-ribbon','No Imprint'),(4474,1331,'attribute_candy-filling','Empty'),(4475,1331,'attribute_number-of-favors-per-centerpiece','8 Favors'),(4476,1331,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4477,1331,'_sku','NA08'),(4478,1331,'_regular_price','0'),(4479,1331,'_price','0'),(4480,1331,'_thumbnail_id','0'),(4481,1331,'_stock','9'),(4482,1332,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4483,1332,'attribute_imprinting-on-ribbon','No Imprint'),(4484,1332,'attribute_candy-filling','Empty'),(4485,1332,'attribute_number-of-favors-per-centerpiece','9 Favors'),(4486,1332,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4487,1332,'_sku','NA08'),(4488,1332,'_regular_price','0'),(4489,1332,'_price','0'),(4490,1332,'_thumbnail_id','0'),(4491,1332,'_stock','9'),(4492,1333,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4493,1333,'attribute_imprinting-on-ribbon','No Imprint'),(4494,1333,'attribute_candy-filling','Empty'),(4495,1333,'attribute_number-of-favors-per-centerpiece','10 Favors'),(4496,1333,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4497,1333,'_sku','NA08'),(4498,1333,'_regular_price','0'),(4499,1333,'_price','0'),(4500,1333,'_thumbnail_id','0'),(4501,1333,'_stock','9'),(4502,1334,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4503,1334,'attribute_imprinting-on-ribbon','No Imprint'),(4504,1334,'attribute_candy-filling','Filled'),(4505,1334,'attribute_number-of-favors-per-centerpiece','6 Favors'),(4506,1334,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4507,1334,'_sku','NA08'),(4508,1334,'_regular_price','0'),(4509,1334,'_price','0'),(4510,1334,'_thumbnail_id','0'),(4511,1334,'_stock','9'),(4512,1335,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4513,1335,'attribute_imprinting-on-ribbon','No Imprint'),(4514,1335,'attribute_candy-filling','Filled'),(4515,1335,'attribute_number-of-favors-per-centerpiece','8 Favors'),(4516,1335,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4517,1335,'_sku','NA08'),(4518,1335,'_regular_price','0'),(4519,1335,'_price','0'),(4520,1335,'_thumbnail_id','0'),(4521,1335,'_stock','9'),(4522,1336,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4523,1336,'attribute_imprinting-on-ribbon','No Imprint'),(4524,1336,'attribute_candy-filling','Filled'),(4525,1336,'attribute_number-of-favors-per-centerpiece','9 Favors'),(4526,1336,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4527,1336,'_sku','NA08'),(4528,1336,'_regular_price','0'),(4529,1336,'_price','0'),(4530,1336,'_thumbnail_id','0'),(4531,1336,'_stock','9'),(4532,1337,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4533,1337,'attribute_imprinting-on-ribbon','No Imprint'),(4534,1337,'attribute_candy-filling','Filled'),(4535,1337,'attribute_number-of-favors-per-centerpiece','10 Favors'),(4536,1337,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4537,1337,'_sku','NA08'),(4538,1337,'_regular_price','0'),(4539,1337,'_price','0'),(4540,1337,'_thumbnail_id','0'),(4541,1337,'_stock','9'),(4542,1338,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4543,1338,'attribute_imprinting-on-ribbon','Imprinting'),(4544,1338,'attribute_candy-filling','Empty'),(4545,1338,'attribute_number-of-favors-per-centerpiece','6 Favors'),(4546,1338,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4547,1338,'_sku','NA08'),(4548,1338,'_regular_price','0'),(4549,1338,'_price','0'),(4550,1338,'_thumbnail_id','0'),(4551,1338,'_stock','9'),(4552,1339,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4553,1339,'attribute_imprinting-on-ribbon','Imprinting'),(4554,1339,'attribute_candy-filling','Empty'),(4555,1339,'attribute_number-of-favors-per-centerpiece','8 Favors'),(4556,1339,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4557,1339,'_sku','NA08'),(4558,1339,'_regular_price','0'),(4559,1339,'_price','0'),(4560,1339,'_thumbnail_id','0'),(4561,1339,'_stock','9'),(4562,1340,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4563,1340,'attribute_imprinting-on-ribbon','Imprinting'),(4564,1340,'attribute_candy-filling','Empty'),(4565,1340,'attribute_number-of-favors-per-centerpiece','9 Favors'),(4566,1340,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4567,1340,'_sku','NA08'),(4568,1340,'_regular_price','0'),(4569,1340,'_price','0'),(4570,1340,'_thumbnail_id','0'),(4571,1340,'_stock','9'),(4572,1341,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4573,1341,'attribute_imprinting-on-ribbon','Imprinting'),(4574,1341,'attribute_candy-filling','Empty'),(4575,1341,'attribute_number-of-favors-per-centerpiece','10 Favors'),(4576,1341,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4577,1341,'_sku','NA08'),(4578,1341,'_regular_price','0'),(4579,1341,'_price','0'),(4580,1341,'_thumbnail_id','0'),(4581,1341,'_stock','9'),(4582,1342,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4583,1342,'attribute_imprinting-on-ribbon','Imprinting'),(4584,1342,'attribute_candy-filling','Filled'),(4585,1342,'attribute_number-of-favors-per-centerpiece','6 Favors'),(4586,1342,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4587,1342,'_sku','NA08'),(4588,1342,'_regular_price','0'),(4589,1342,'_price','0'),(4590,1342,'_thumbnail_id','0'),(4591,1342,'_stock','9'),(4592,1343,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4593,1343,'attribute_imprinting-on-ribbon','Imprinting'),(4594,1343,'attribute_candy-filling','Filled'),(4595,1343,'attribute_number-of-favors-per-centerpiece','8 Favors'),(4596,1343,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4597,1343,'_sku','NA08'),(4598,1343,'_regular_price','0'),(4599,1343,'_price','0'),(4600,1343,'_thumbnail_id','0'),(4601,1343,'_stock','9'),(4602,1344,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4603,1344,'attribute_imprinting-on-ribbon','Imprinting'),(4604,1344,'attribute_candy-filling','Filled'),(4605,1344,'attribute_number-of-favors-per-centerpiece','9 Favors'),(4606,1344,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4607,1344,'_sku','NA08'),(4608,1344,'_regular_price','0'),(4609,1344,'_price','0'),(4610,1344,'_thumbnail_id','0'),(4611,1344,'_stock','9'),(4612,1345,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4613,1345,'attribute_imprinting-on-ribbon','Imprinting'),(4614,1345,'attribute_candy-filling','Filled'),(4615,1345,'attribute_number-of-favors-per-centerpiece','10 Favors'),(4616,1345,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(4617,1345,'_sku','NA08'),(4618,1345,'_regular_price','0'),(4619,1345,'_price','0'),(4620,1345,'_thumbnail_id','0'),(4621,1345,'_stock','9'),(4622,1329,'_product_attributes','a:4:{s:20:\"imprinting-on-ribbon\";a:6:{s:4:\"name\";s:20:\"Imprinting on Ribbon\";s:5:\"value\";s:23:\"No Imprint | Imprinting\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}s:13:\"candy-filling\";a:6:{s:4:\"name\";s:13:\"Candy Filling\";s:5:\"value\";s:14:\"Empty | Filled\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}s:32:\"number-of-favors-per-centerpiece\";a:6:{s:4:\"name\";s:32:\"Number of favors per centerpiece\";s:5:\"value\";s:42:\"6 Favors | 8 Favors | 9 Favors | 10 Favors\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}s:11:\"ribbon-text\";a:6:{s:4:\"name\";s:11:\"Ribbon Text\";s:5:\"value\";s:19:\"CUSTOMER_TEXT_INPUT\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(4623,1329,'_max_variation_regular_price','0.0000'),(4624,1329,'_min_variation_regular_price','0.0000'),(4625,1329,'_max_variation_price','0.0000'),(4626,1329,'_min_variation_price','0.0000'),(4627,1346,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4628,1346,'osc_id','838'),(4629,1346,'_sku','NA09'),(4630,1346,'_regular_price','0.0000'),(4631,1346,'_price','0.0000'),(4632,1346,'_visibility','visible'),(4633,1346,'_stock_status','instock'),(4634,1346,'_manage_stock','1'),(4635,1346,'_stock','15'),(4636,1347,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4637,1347,'osc_id','839'),(4638,1347,'_sku','NA10'),(4639,1347,'_regular_price','0.0000'),(4640,1347,'_price','0.0000'),(4641,1347,'_visibility','visible'),(4642,1347,'_stock_status','outofstock'),(4643,1347,'_manage_stock','1'),(4644,1347,'_stock','0'),(4645,1348,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4646,1348,'osc_id','840'),(4647,1348,'_sku','NA11'),(4648,1348,'_regular_price','0.0000'),(4649,1348,'_price','0.0000'),(4650,1348,'_visibility','visible'),(4651,1348,'_stock_status','outofstock'),(4652,1348,'_manage_stock','1'),(4653,1348,'_stock','0'),(4654,1349,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4655,1349,'osc_id','841'),(4656,1349,'_sku','NA12'),(4657,1349,'_regular_price','0.0000'),(4658,1349,'_price','0.0000'),(4659,1349,'_visibility','visible'),(4660,1349,'_stock_status','outofstock'),(4661,1349,'_manage_stock','1'),(4662,1349,'_stock','0'),(4663,1350,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4664,1350,'osc_id','842'),(4665,1350,'_sku','NA13'),(4666,1350,'_regular_price','0.0000'),(4667,1350,'_price','0.0000'),(4668,1350,'_visibility','visible'),(4669,1350,'_stock_status','outofstock'),(4670,1350,'_manage_stock','1'),(4671,1350,'_stock','0'),(4672,1351,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4673,1351,'osc_id','843'),(4674,1351,'_sku','NA14'),(4675,1351,'_regular_price','0.0000'),(4676,1351,'_price','0.0000'),(4677,1351,'_visibility','visible'),(4678,1351,'_stock_status','outofstock'),(4679,1351,'_manage_stock','1'),(4680,1351,'_stock','0'),(4681,1352,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4682,1352,'osc_id','844'),(4683,1352,'_sku','NA15'),(4684,1352,'_regular_price','0.0000'),(4685,1352,'_price','0.0000'),(4686,1352,'_visibility','visible'),(4687,1352,'_stock_status','instock'),(4688,1352,'_manage_stock','1'),(4689,1352,'_stock','13'),(4690,1353,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4691,1353,'osc_id','845'),(4692,1353,'_sku','NA16'),(4693,1353,'_regular_price','0.0000'),(4694,1353,'_price','0.0000'),(4695,1353,'_visibility','visible'),(4696,1353,'_stock_status','instock'),(4697,1353,'_manage_stock','1'),(4698,1353,'_stock','12'),(4699,1354,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4700,1354,'osc_id','846'),(4701,1354,'_sku','NA17'),(4702,1354,'_regular_price','0.0000'),(4703,1354,'_price','0.0000'),(4704,1354,'_visibility','visible'),(4705,1354,'_stock_status','instock'),(4706,1354,'_manage_stock','1'),(4707,1354,'_stock','15'),(4708,1355,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4709,1355,'osc_id','847'),(4710,1355,'_sku','LM01'),(4711,1355,'_regular_price','0.0000'),(4712,1355,'_price','0.0000'),(4713,1355,'_visibility','visible'),(4714,1355,'_stock_status','instock'),(4715,1355,'_manage_stock','1'),(4716,1355,'_stock','14'),(4717,1356,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4718,1356,'osc_id','848'),(4719,1356,'_sku','LM02'),(4720,1356,'_regular_price','0.0000'),(4721,1356,'_price','0.0000'),(4722,1356,'_visibility','visible'),(4723,1356,'_stock_status','instock'),(4724,1356,'_manage_stock','1'),(4725,1356,'_stock','14'),(4726,1357,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4727,1357,'osc_id','849'),(4728,1357,'_sku','LM03'),(4729,1357,'_regular_price','0.0000'),(4730,1357,'_price','0.0000'),(4731,1357,'_visibility','visible'),(4732,1357,'_stock_status','instock'),(4733,1357,'_manage_stock','1'),(4734,1357,'_stock','14'),(4735,1358,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4736,1358,'osc_id','850'),(4737,1358,'_sku','LM04'),(4738,1358,'_regular_price','0.0000'),(4739,1358,'_price','0.0000'),(4740,1358,'_visibility','visible'),(4741,1358,'_stock_status','instock'),(4742,1358,'_manage_stock','1'),(4743,1358,'_stock','14'),(4744,1359,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4745,1359,'osc_id','851'),(4746,1359,'_sku','LM05'),(4747,1359,'_regular_price','0.0000'),(4748,1359,'_price','0.0000'),(4749,1359,'_visibility','visible'),(4750,1359,'_stock_status','instock'),(4751,1359,'_manage_stock','1'),(4752,1359,'_stock','14'),(4753,1360,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4754,1360,'osc_id','852'),(4755,1360,'_sku','LM06'),(4756,1360,'_regular_price','0.0000'),(4757,1360,'_price','0.0000'),(4758,1360,'_visibility','visible'),(4759,1360,'_stock_status','instock'),(4760,1360,'_manage_stock','1'),(4761,1360,'_stock','15'),(4762,1361,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4763,1361,'osc_id','853'),(4764,1361,'_sku','LM07'),(4765,1361,'_regular_price','0.0000'),(4766,1361,'_price','0.0000'),(4767,1361,'_visibility','visible'),(4768,1361,'_stock_status','instock'),(4769,1361,'_manage_stock','1'),(4770,1361,'_stock','15'),(4771,1362,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4772,1362,'osc_id','854'),(4773,1362,'_sku','LM08'),(4774,1362,'_regular_price','0.0000'),(4775,1362,'_price','0.0000'),(4776,1362,'_visibility','visible'),(4777,1362,'_stock_status','instock'),(4778,1362,'_manage_stock','1'),(4779,1362,'_stock','14'),(4780,1363,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4781,1363,'osc_id','855'),(4782,1363,'_sku','LM09'),(4783,1363,'_regular_price','0.0000'),(4784,1363,'_price','0.0000'),(4785,1363,'_visibility','visible'),(4786,1363,'_stock_status','instock'),(4787,1363,'_manage_stock','1'),(4788,1363,'_stock','14'),(4789,1364,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4790,1364,'osc_id','856'),(4791,1364,'_sku','LM10'),(4792,1364,'_regular_price','0.0000'),(4793,1364,'_price','0.0000'),(4794,1364,'_visibility','visible'),(4795,1364,'_stock_status','instock'),(4796,1364,'_manage_stock','1'),(4797,1364,'_stock','15'),(4798,1365,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4799,1365,'osc_id','857'),(4800,1365,'_sku','LM11'),(4801,1365,'_regular_price','0.0000'),(4802,1365,'_price','0.0000'),(4803,1365,'_visibility','visible'),(4804,1365,'_stock_status','instock'),(4805,1365,'_manage_stock','1'),(4806,1365,'_stock','15'),(4807,1366,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4808,1366,'osc_id','858'),(4809,1366,'_sku','LM12'),(4810,1366,'_regular_price','0.0000'),(4811,1366,'_price','0.0000'),(4812,1366,'_visibility','visible'),(4813,1366,'_stock_status','instock'),(4814,1366,'_manage_stock','1'),(4815,1366,'_stock','16'),(4816,1367,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4817,1367,'osc_id','859'),(4818,1367,'_sku','LM13'),(4819,1367,'_regular_price','0.0000'),(4820,1367,'_price','0.0000'),(4821,1367,'_visibility','visible'),(4822,1367,'_stock_status','instock'),(4823,1367,'_manage_stock','1'),(4824,1367,'_stock','14'),(4825,1368,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4826,1368,'osc_id','860'),(4827,1368,'_sku','LM14'),(4828,1368,'_regular_price','0.0000'),(4829,1368,'_price','0.0000'),(4830,1368,'_visibility','visible'),(4831,1368,'_stock_status','instock'),(4832,1368,'_manage_stock','1'),(4833,1368,'_stock','15'),(4834,1369,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4835,1369,'osc_id','861'),(4836,1369,'_sku','CO01'),(4837,1369,'_regular_price','0.0000'),(4838,1369,'_price','0.0000'),(4839,1369,'_visibility','visible'),(4840,1369,'_stock_status','instock'),(4841,1369,'_manage_stock','1'),(4842,1369,'_stock','14'),(4843,1370,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4844,1370,'osc_id','862'),(4845,1370,'_sku','CO02'),(4846,1370,'_regular_price','0.0000'),(4847,1370,'_price','0.0000'),(4848,1370,'_visibility','visible'),(4849,1370,'_stock_status','instock'),(4850,1370,'_manage_stock','1'),(4851,1370,'_stock','12'),(4852,1371,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4853,1371,'osc_id','863'),(4854,1371,'_sku','CO03'),(4855,1371,'_regular_price','0.0000'),(4856,1371,'_price','0.0000'),(4857,1371,'_visibility','visible'),(4858,1371,'_stock_status','instock'),(4859,1371,'_manage_stock','1'),(4860,1371,'_stock','14'),(4861,1372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4862,1372,'osc_id','864'),(4863,1372,'_sku','CO04'),(4864,1372,'_regular_price','0.0000'),(4865,1372,'_price','0.0000'),(4866,1372,'_visibility','visible'),(4867,1372,'_stock_status','instock'),(4868,1372,'_manage_stock','1'),(4869,1372,'_stock','13'),(4870,1373,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4871,1373,'osc_id','865'),(4872,1373,'_sku','CO05'),(4873,1373,'_regular_price','0.0000'),(4874,1373,'_price','0.0000'),(4875,1373,'_visibility','visible'),(4876,1373,'_stock_status','instock'),(4877,1373,'_manage_stock','1'),(4878,1373,'_stock','6'),(4879,1374,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4880,1374,'osc_id','866'),(4881,1374,'_sku','CO06'),(4882,1374,'_regular_price','0.0000'),(4883,1374,'_price','0.0000'),(4884,1374,'_visibility','visible'),(4885,1374,'_stock_status','instock'),(4886,1374,'_manage_stock','1'),(4887,1374,'_stock','5'),(4888,1375,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4889,1375,'osc_id','867'),(4890,1375,'_sku','CO07'),(4891,1375,'_regular_price','0.0000'),(4892,1375,'_price','0.0000'),(4893,1375,'_visibility','visible'),(4894,1375,'_stock_status','instock'),(4895,1375,'_manage_stock','1'),(4896,1375,'_stock','14'),(4897,1376,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4898,1376,'osc_id','868'),(4899,1376,'_sku','CO08'),(4900,1376,'_regular_price','0.0000'),(4901,1376,'_price','0.0000'),(4902,1376,'_visibility','visible'),(4903,1376,'_stock_status','instock'),(4904,1376,'_manage_stock','1'),(4905,1376,'_stock','12'),(4906,1377,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4907,1377,'osc_id','869'),(4908,1377,'_sku','CO09'),(4909,1377,'_regular_price','0.0000'),(4910,1377,'_price','0.0000'),(4911,1377,'_visibility','visible'),(4912,1377,'_stock_status','instock'),(4913,1377,'_manage_stock','1'),(4914,1377,'_stock','12'),(4915,1378,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4916,1378,'osc_id','870'),(4917,1378,'_sku','CO10'),(4918,1378,'_regular_price','0.0000'),(4919,1378,'_price','0.0000'),(4920,1378,'_visibility','visible'),(4921,1378,'_stock_status','instock'),(4922,1378,'_manage_stock','1'),(4923,1378,'_stock','13'),(4924,1379,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4925,1379,'osc_id','871'),(4926,1379,'_sku','TL01'),(4927,1379,'_regular_price','0.0000'),(4928,1379,'_price','0.0000'),(4929,1379,'_visibility','visible'),(4930,1379,'_stock_status','instock'),(4931,1379,'_manage_stock','1'),(4932,1379,'_stock','15'),(4933,1380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4934,1380,'osc_id','872'),(4935,1380,'_sku','TL02'),(4936,1380,'_regular_price','0.0000'),(4937,1380,'_price','0.0000'),(4938,1380,'_visibility','visible'),(4939,1380,'_stock_status','instock'),(4940,1380,'_manage_stock','1'),(4941,1380,'_stock','15'),(4942,1381,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4943,1381,'osc_id','873'),(4944,1381,'_sku','TL03'),(4945,1381,'_regular_price','0.0000'),(4946,1381,'_price','0.0000'),(4947,1381,'_visibility','visible'),(4948,1381,'_stock_status','outofstock'),(4949,1381,'_manage_stock','1'),(4950,1381,'_stock','0'),(4951,1382,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4952,1382,'osc_id','874'),(4953,1382,'_sku','TL04'),(4954,1382,'_regular_price','0.0000'),(4955,1382,'_price','0.0000'),(4956,1382,'_visibility','visible'),(4957,1382,'_stock_status','outofstock'),(4958,1382,'_manage_stock','1'),(4959,1382,'_stock','0'),(4960,1383,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4961,1383,'osc_id','875'),(4962,1383,'_sku','TL05'),(4963,1383,'_regular_price','0.0000'),(4964,1383,'_price','0.0000'),(4965,1383,'_visibility','visible'),(4966,1383,'_stock_status','outofstock'),(4967,1383,'_manage_stock','1'),(4968,1383,'_stock','0'),(4969,1384,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4970,1384,'osc_id','876'),(4971,1384,'_sku','TL06'),(4972,1384,'_regular_price','0.0000'),(4973,1384,'_price','0.0000'),(4974,1384,'_visibility','visible'),(4975,1384,'_stock_status','outofstock'),(4976,1384,'_manage_stock','1'),(4977,1384,'_stock','0'),(4978,1385,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4979,1385,'osc_id','877'),(4980,1385,'_sku','TL07'),(4981,1385,'_regular_price','0.0000'),(4982,1385,'_price','0.0000'),(4983,1385,'_visibility','visible'),(4984,1385,'_stock_status','outofstock'),(4985,1385,'_manage_stock','1'),(4986,1385,'_stock','0'),(4987,1386,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4988,1386,'osc_id','878'),(4989,1386,'_sku','TL08'),(4990,1386,'_regular_price','0.0000'),(4991,1386,'_price','0.0000'),(4992,1386,'_visibility','visible'),(4993,1386,'_stock_status','instock'),(4994,1386,'_manage_stock','1'),(4995,1386,'_stock','15'),(4996,1387,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4997,1387,'osc_id','879'),(4998,1387,'_sku','TL09'),(4999,1387,'_regular_price','0.0000'),(5000,1387,'_price','0.0000'),(5001,1387,'_visibility','visible'),(5002,1387,'_stock_status','instock'),(5003,1387,'_manage_stock','1'),(5004,1387,'_stock','19'),(5005,1388,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5006,1388,'osc_id','880'),(5007,1388,'_sku','OR01'),(5008,1388,'_regular_price','0.0000'),(5009,1388,'_price','0.0000'),(5010,1388,'_visibility','visible'),(5011,1388,'_stock_status','instock'),(5012,1388,'_manage_stock','1'),(5013,1388,'_stock','14'),(5014,1389,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5015,1389,'osc_id','881'),(5016,1389,'_sku','OR02'),(5017,1389,'_regular_price','0.0000'),(5018,1389,'_price','0.0000'),(5019,1389,'_visibility','visible'),(5020,1389,'_stock_status','instock'),(5021,1389,'_manage_stock','1'),(5022,1389,'_stock','18'),(5023,1390,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5024,1390,'osc_id','882'),(5025,1390,'_sku','OR03'),(5026,1390,'_regular_price','0.0000'),(5027,1390,'_price','0.0000'),(5028,1390,'_visibility','visible'),(5029,1390,'_stock_status','instock'),(5030,1390,'_manage_stock','1'),(5031,1390,'_stock','14'),(5032,1391,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5033,1391,'osc_id','883'),(5034,1391,'_sku','OR04'),(5035,1391,'_regular_price','0.0000'),(5036,1391,'_price','0.0000'),(5037,1391,'_visibility','visible'),(5038,1391,'_stock_status','instock'),(5039,1391,'_manage_stock','1'),(5040,1391,'_stock','18'),(5041,1392,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5042,1392,'osc_id','884'),(5043,1392,'_sku','OR05'),(5044,1392,'_regular_price','0.0000'),(5045,1392,'_price','0.0000'),(5046,1392,'_visibility','visible'),(5047,1392,'_stock_status','instock'),(5048,1392,'_manage_stock','1'),(5049,1392,'_stock','17'),(5050,1393,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5051,1393,'osc_id','885'),(5052,1393,'_sku','OR06'),(5053,1393,'_regular_price','0.0000'),(5054,1393,'_price','0.0000'),(5055,1393,'_visibility','visible'),(5056,1393,'_stock_status','instock'),(5057,1393,'_manage_stock','1'),(5058,1393,'_stock','18'),(5059,1394,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5060,1394,'osc_id','886'),(5061,1394,'_sku','OR07'),(5062,1394,'_regular_price','0.0000'),(5063,1394,'_price','0.0000'),(5064,1394,'_visibility','visible'),(5065,1394,'_stock_status','instock'),(5066,1394,'_manage_stock','1'),(5067,1394,'_stock','26'),(5068,1395,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5069,1395,'osc_id','887'),(5070,1395,'_sku','OR08'),(5071,1395,'_regular_price','0.0000'),(5072,1395,'_price','0.0000'),(5073,1395,'_visibility','visible'),(5074,1395,'_stock_status','instock'),(5075,1395,'_manage_stock','1'),(5076,1395,'_stock','16'),(5077,1396,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5078,1396,'osc_id','888'),(5079,1396,'_sku','OR09'),(5080,1396,'_regular_price','0.0000'),(5081,1396,'_price','0.0000'),(5082,1396,'_visibility','visible'),(5083,1396,'_stock_status','instock'),(5084,1396,'_manage_stock','1'),(5085,1396,'_stock','12'),(5086,1397,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5087,1397,'osc_id','889'),(5088,1397,'_sku','OR10'),(5089,1397,'_regular_price','0.0000'),(5090,1397,'_price','0.0000'),(5091,1397,'_visibility','visible'),(5092,1397,'_stock_status','instock'),(5093,1397,'_manage_stock','1'),(5094,1397,'_stock','14'),(5095,1398,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5096,1398,'osc_id','890'),(5097,1398,'_sku','OR11'),(5098,1398,'_regular_price','0.0000'),(5099,1398,'_price','0.0000'),(5100,1398,'_visibility','visible'),(5101,1398,'_stock_status','instock'),(5102,1398,'_manage_stock','1'),(5103,1398,'_stock','14'),(5104,1399,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5105,1399,'osc_id','891'),(5106,1399,'_sku','OR12'),(5107,1399,'_regular_price','0.0000'),(5108,1399,'_price','0.0000'),(5109,1399,'_visibility','visible'),(5110,1399,'_stock_status','instock'),(5111,1399,'_manage_stock','1'),(5112,1399,'_stock','19'),(5113,1400,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5114,1400,'osc_id','892'),(5115,1400,'_sku','OR13'),(5116,1400,'_regular_price','0.0000'),(5117,1400,'_price','0.0000'),(5118,1400,'_visibility','visible'),(5119,1400,'_stock_status','instock'),(5120,1400,'_manage_stock','1'),(5121,1400,'_stock','18'),(5122,1401,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5123,1401,'osc_id','893'),(5124,1401,'_sku','OR14'),(5125,1401,'_regular_price','0.0000'),(5126,1401,'_price','0.0000'),(5127,1401,'_visibility','visible'),(5128,1401,'_stock_status','instock'),(5129,1401,'_manage_stock','1'),(5130,1401,'_stock','18'),(5131,1402,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5132,1402,'osc_id','894'),(5133,1402,'_sku','OR15'),(5134,1402,'_regular_price','0.0000'),(5135,1402,'_price','0.0000'),(5136,1402,'_visibility','visible'),(5137,1402,'_stock_status','instock'),(5138,1402,'_manage_stock','1'),(5139,1402,'_stock','16'),(5140,1403,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5141,1403,'osc_id','895'),(5142,1403,'_sku','OR16'),(5143,1403,'_regular_price','0.0000'),(5144,1403,'_price','0.0000'),(5145,1403,'_visibility','visible'),(5146,1403,'_stock_status','instock'),(5147,1403,'_manage_stock','1'),(5148,1403,'_stock','17'),(5149,1404,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5150,1404,'osc_id','896'),(5151,1404,'_sku','OR17'),(5152,1404,'_regular_price','0.0000'),(5153,1404,'_price','0.0000'),(5154,1404,'_visibility','visible'),(5155,1404,'_stock_status','instock'),(5156,1404,'_manage_stock','1'),(5157,1404,'_stock','18'),(5158,1405,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5159,1405,'osc_id','897'),(5160,1405,'_sku','OR18'),(5161,1405,'_regular_price','0.0000'),(5162,1405,'_price','0.0000'),(5163,1405,'_visibility','visible'),(5164,1405,'_stock_status','instock'),(5165,1405,'_manage_stock','1'),(5166,1405,'_stock','18'),(5167,1406,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5168,1406,'osc_id','898'),(5169,1406,'_sku','PP01'),(5170,1406,'_regular_price','0.0000'),(5171,1406,'_price','0.0000'),(5172,1406,'_visibility','visible'),(5173,1406,'_stock_status','instock'),(5174,1406,'_manage_stock','1'),(5175,1406,'_stock','16'),(5176,1407,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5177,1407,'attribute_imprinting-on-ribbon','No Imprint'),(5178,1407,'attribute_candy-filling','Empty'),(5179,1407,'attribute_number-of-favors-per-centerpiece','6 Favors'),(5180,1407,'_sku','PP01'),(5181,1407,'_regular_price','0'),(5182,1407,'_price','0'),(5183,1407,'_thumbnail_id','0'),(5184,1407,'_stock','16'),(5185,1408,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5186,1408,'attribute_imprinting-on-ribbon','No Imprint'),(5187,1408,'attribute_candy-filling','Empty'),(5188,1408,'attribute_number-of-favors-per-centerpiece','8 Favors'),(5189,1408,'_sku','PP01'),(5190,1408,'_regular_price','0'),(5191,1408,'_price','0'),(5192,1408,'_thumbnail_id','0'),(5193,1408,'_stock','16'),(5194,1409,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5195,1409,'attribute_imprinting-on-ribbon','No Imprint'),(5196,1409,'attribute_candy-filling','Empty'),(5197,1409,'attribute_number-of-favors-per-centerpiece','9 Favors'),(5198,1409,'_sku','PP01'),(5199,1409,'_regular_price','0'),(5200,1409,'_price','0'),(5201,1409,'_thumbnail_id','0'),(5202,1409,'_stock','16'),(5203,1410,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5204,1410,'attribute_imprinting-on-ribbon','No Imprint'),(5205,1410,'attribute_candy-filling','Empty'),(5206,1410,'attribute_number-of-favors-per-centerpiece','10 Favors'),(5207,1410,'_sku','PP01'),(5208,1410,'_regular_price','0'),(5209,1410,'_price','0'),(5210,1410,'_thumbnail_id','0'),(5211,1410,'_stock','16'),(5212,1411,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5213,1411,'attribute_imprinting-on-ribbon','No Imprint'),(5214,1411,'attribute_candy-filling','Filled'),(5215,1411,'attribute_number-of-favors-per-centerpiece','6 Favors'),(5216,1411,'_sku','PP01'),(5217,1411,'_regular_price','0'),(5218,1411,'_price','0'),(5219,1411,'_thumbnail_id','0'),(5220,1411,'_stock','16'),(5221,1412,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5222,1412,'attribute_imprinting-on-ribbon','No Imprint'),(5223,1412,'attribute_candy-filling','Filled'),(5224,1412,'attribute_number-of-favors-per-centerpiece','8 Favors'),(5225,1412,'_sku','PP01'),(5226,1412,'_regular_price','0'),(5227,1412,'_price','0'),(5228,1412,'_thumbnail_id','0'),(5229,1412,'_stock','16'),(5230,1413,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5231,1413,'attribute_imprinting-on-ribbon','No Imprint'),(5232,1413,'attribute_candy-filling','Filled'),(5233,1413,'attribute_number-of-favors-per-centerpiece','9 Favors'),(5234,1413,'_sku','PP01'),(5235,1413,'_regular_price','0'),(5236,1413,'_price','0'),(5237,1413,'_thumbnail_id','0'),(5238,1413,'_stock','16'),(5239,1414,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5240,1414,'attribute_imprinting-on-ribbon','No Imprint'),(5241,1414,'attribute_candy-filling','Filled'),(5242,1414,'attribute_number-of-favors-per-centerpiece','10 Favors'),(5243,1414,'_sku','PP01'),(5244,1414,'_regular_price','0'),(5245,1414,'_price','0'),(5246,1414,'_thumbnail_id','0'),(5247,1414,'_stock','16'),(5248,1415,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5249,1415,'attribute_imprinting-on-ribbon','Imprinting'),(5250,1415,'attribute_candy-filling','Empty'),(5251,1415,'attribute_number-of-favors-per-centerpiece','6 Favors'),(5252,1415,'_sku','PP01'),(5253,1415,'_regular_price','0'),(5254,1415,'_price','0'),(5255,1415,'_thumbnail_id','0'),(5256,1415,'_stock','16'),(5257,1416,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5258,1416,'attribute_imprinting-on-ribbon','Imprinting'),(5259,1416,'attribute_candy-filling','Empty'),(5260,1416,'attribute_number-of-favors-per-centerpiece','8 Favors'),(5261,1416,'_sku','PP01'),(5262,1416,'_regular_price','0'),(5263,1416,'_price','0'),(5264,1416,'_thumbnail_id','0'),(5265,1416,'_stock','16'),(5266,1417,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5267,1417,'attribute_imprinting-on-ribbon','Imprinting'),(5268,1417,'attribute_candy-filling','Empty'),(5269,1417,'attribute_number-of-favors-per-centerpiece','9 Favors'),(5270,1417,'_sku','PP01'),(5271,1417,'_regular_price','0'),(5272,1417,'_price','0'),(5273,1417,'_thumbnail_id','0'),(5274,1417,'_stock','16'),(5275,1418,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5276,1418,'attribute_imprinting-on-ribbon','Imprinting'),(5277,1418,'attribute_candy-filling','Empty'),(5278,1418,'attribute_number-of-favors-per-centerpiece','10 Favors'),(5279,1418,'_sku','PP01'),(5280,1418,'_regular_price','0'),(5281,1418,'_price','0'),(5282,1418,'_thumbnail_id','0'),(5283,1418,'_stock','16'),(5284,1419,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5285,1419,'attribute_imprinting-on-ribbon','Imprinting'),(5286,1419,'attribute_candy-filling','Filled'),(5287,1419,'attribute_number-of-favors-per-centerpiece','6 Favors'),(5288,1419,'_sku','PP01'),(5289,1419,'_regular_price','0'),(5290,1419,'_price','0'),(5291,1419,'_thumbnail_id','0'),(5292,1419,'_stock','16'),(5293,1420,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5294,1420,'attribute_imprinting-on-ribbon','Imprinting'),(5295,1420,'attribute_candy-filling','Filled'),(5296,1420,'attribute_number-of-favors-per-centerpiece','8 Favors'),(5297,1420,'_sku','PP01'),(5298,1420,'_regular_price','0'),(5299,1420,'_price','0'),(5300,1420,'_thumbnail_id','0'),(5301,1420,'_stock','16'),(5302,1421,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5303,1421,'attribute_imprinting-on-ribbon','Imprinting'),(5304,1421,'attribute_candy-filling','Filled'),(5305,1421,'attribute_number-of-favors-per-centerpiece','9 Favors'),(5306,1421,'_sku','PP01'),(5307,1421,'_regular_price','0'),(5308,1421,'_price','0'),(5309,1421,'_thumbnail_id','0'),(5310,1421,'_stock','16'),(5311,1422,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5312,1422,'attribute_imprinting-on-ribbon','Imprinting'),(5313,1422,'attribute_candy-filling','Filled'),(5314,1422,'attribute_number-of-favors-per-centerpiece','10 Favors'),(5315,1422,'_sku','PP01'),(5316,1422,'_regular_price','0'),(5317,1422,'_price','0'),(5318,1422,'_thumbnail_id','0'),(5319,1422,'_stock','16'),(5320,1406,'_product_attributes','a:3:{s:20:\"imprinting-on-ribbon\";a:6:{s:4:\"name\";s:20:\"Imprinting on Ribbon\";s:5:\"value\";s:23:\"No Imprint | Imprinting\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}s:13:\"candy-filling\";a:6:{s:4:\"name\";s:13:\"Candy Filling\";s:5:\"value\";s:14:\"Empty | Filled\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}s:32:\"number-of-favors-per-centerpiece\";a:6:{s:4:\"name\";s:32:\"Number of favors per centerpiece\";s:5:\"value\";s:42:\"6 Favors | 8 Favors | 9 Favors | 10 Favors\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(5321,1406,'_max_variation_regular_price','0.0000'),(5322,1406,'_min_variation_regular_price','0.0000'),(5323,1406,'_max_variation_price','0.0000'),(5324,1406,'_min_variation_price','0.0000'),(5325,1423,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5326,1423,'osc_id','899'),(5327,1423,'_sku','PP02'),(5328,1423,'_regular_price','0.0000'),(5329,1423,'_price','0.0000'),(5330,1423,'_visibility','visible'),(5331,1423,'_stock_status','instock'),(5332,1423,'_manage_stock','1'),(5333,1423,'_stock','15'),(5334,1424,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5335,1424,'osc_id','900'),(5336,1424,'_sku','PP03'),(5337,1424,'_regular_price','0.0000'),(5338,1424,'_price','0.0000'),(5339,1424,'_visibility','visible'),(5340,1424,'_stock_status','instock'),(5341,1424,'_manage_stock','1'),(5342,1424,'_stock','15'),(5343,1425,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5344,1425,'osc_id','901'),(5345,1425,'_sku','PP04'),(5346,1425,'_regular_price','0.0000'),(5347,1425,'_price','0.0000'),(5348,1425,'_visibility','visible'),(5349,1425,'_stock_status','instock'),(5350,1425,'_manage_stock','1'),(5351,1425,'_stock','18'),(5352,1426,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5353,1426,'osc_id','902'),(5354,1426,'_sku','PP05'),(5355,1426,'_regular_price','0.0000'),(5356,1426,'_price','0.0000'),(5357,1426,'_visibility','visible'),(5358,1426,'_stock_status','instock'),(5359,1426,'_manage_stock','1'),(5360,1426,'_stock','12'),(5361,1427,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5362,1427,'osc_id','903'),(5363,1427,'_sku','PP06'),(5364,1427,'_regular_price','0.0000'),(5365,1427,'_price','0.0000'),(5366,1427,'_visibility','visible'),(5367,1427,'_stock_status','instock'),(5368,1427,'_manage_stock','1'),(5369,1427,'_stock','12'),(5370,1428,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5371,1428,'osc_id','904'),(5372,1428,'_sku','PP07'),(5373,1428,'_regular_price','0.0000'),(5374,1428,'_price','0.0000'),(5375,1428,'_visibility','visible'),(5376,1428,'_stock_status','instock'),(5377,1428,'_manage_stock','1'),(5378,1428,'_stock','14'),(5379,1429,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5380,1429,'osc_id','905'),(5381,1429,'_sku','PP08'),(5382,1429,'_regular_price','0.0000'),(5383,1429,'_price','0.0000'),(5384,1429,'_visibility','visible'),(5385,1429,'_stock_status','instock'),(5386,1429,'_manage_stock','1'),(5387,1429,'_stock','15'),(5388,1430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5389,1430,'osc_id','906'),(5390,1430,'_sku','PP09'),(5391,1430,'_regular_price','0.0000'),(5392,1430,'_price','0.0000'),(5393,1430,'_visibility','visible'),(5394,1430,'_stock_status','instock'),(5395,1430,'_manage_stock','1'),(5396,1430,'_stock','12'),(5397,1431,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5398,1431,'osc_id','907'),(5399,1431,'_sku','PP10'),(5400,1431,'_regular_price','0.0000'),(5401,1431,'_price','0.0000'),(5402,1431,'_visibility','visible'),(5403,1431,'_stock_status','instock'),(5404,1431,'_manage_stock','1'),(5405,1431,'_stock','15'),(5406,1432,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5407,1432,'osc_id','908'),(5408,1432,'_sku','PP11'),(5409,1432,'_regular_price','0.0000'),(5410,1432,'_price','0.0000'),(5411,1432,'_visibility','visible'),(5412,1432,'_stock_status','instock'),(5413,1432,'_manage_stock','1'),(5414,1432,'_stock','15'),(5415,1433,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5416,1433,'osc_id','909'),(5417,1433,'_sku','PP12'),(5418,1433,'_regular_price','0.0000'),(5419,1433,'_price','0.0000'),(5420,1433,'_visibility','visible'),(5421,1433,'_stock_status','instock'),(5422,1433,'_manage_stock','1'),(5423,1433,'_stock','15'),(5424,1434,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5425,1434,'osc_id','910'),(5426,1434,'_sku','PP13'),(5427,1434,'_regular_price','0.0000'),(5428,1434,'_price','0.0000'),(5429,1434,'_visibility','visible'),(5430,1434,'_stock_status','instock'),(5431,1434,'_manage_stock','1'),(5432,1434,'_stock','12'),(5433,1435,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5434,1435,'osc_id','911'),(5435,1435,'_sku','PP14'),(5436,1435,'_regular_price','0.0000'),(5437,1435,'_price','0.0000'),(5438,1435,'_visibility','visible'),(5439,1435,'_stock_status','instock'),(5440,1435,'_manage_stock','1'),(5441,1435,'_stock','14'),(5442,1436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5443,1436,'osc_id','912'),(5444,1436,'_sku','PP15'),(5445,1436,'_regular_price','0.0000'),(5446,1436,'_price','0.0000'),(5447,1436,'_visibility','visible'),(5448,1436,'_stock_status','instock'),(5449,1436,'_manage_stock','1'),(5450,1436,'_stock','15'),(5451,1437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5452,1437,'osc_id','913'),(5453,1437,'_sku','PP16'),(5454,1437,'_regular_price','0.0000'),(5455,1437,'_price','0.0000'),(5456,1437,'_visibility','visible'),(5457,1437,'_stock_status','instock'),(5458,1437,'_manage_stock','1'),(5459,1437,'_stock','12'),(5460,1438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5461,1438,'osc_id','914'),(5462,1438,'_sku','PP17'),(5463,1438,'_regular_price','0.0000'),(5464,1438,'_price','0.0000'),(5465,1438,'_visibility','visible'),(5466,1438,'_stock_status','instock'),(5467,1438,'_manage_stock','1'),(5468,1438,'_stock','12'),(5469,1439,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5470,1439,'osc_id','915'),(5471,1439,'_sku','PP18'),(5472,1439,'_regular_price','0.0000'),(5473,1439,'_price','0.0000'),(5474,1439,'_visibility','visible'),(5475,1439,'_stock_status','instock'),(5476,1439,'_manage_stock','1'),(5477,1439,'_stock','0'),(5478,1440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5479,1440,'osc_id','916'),(5480,1440,'_sku','RD01'),(5481,1440,'_regular_price','0.0000'),(5482,1440,'_price','0.0000'),(5483,1440,'_visibility','visible'),(5484,1440,'_stock_status','instock'),(5485,1440,'_manage_stock','1'),(5486,1440,'_stock','18'),(5487,1441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5488,1441,'osc_id','917'),(5489,1441,'_sku','RD02'),(5490,1441,'_regular_price','0.0000'),(5491,1441,'_price','0.0000'),(5492,1441,'_visibility','visible'),(5493,1441,'_stock_status','instock'),(5494,1441,'_manage_stock','1'),(5495,1441,'_stock','18'),(5496,1442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5497,1442,'osc_id','918'),(5498,1442,'_sku','RD03'),(5499,1442,'_regular_price','0.0000'),(5500,1442,'_price','0.0000'),(5501,1442,'_visibility','visible'),(5502,1442,'_stock_status','instock'),(5503,1442,'_manage_stock','1'),(5504,1442,'_stock','15'),(5505,1443,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5506,1443,'osc_id','919'),(5507,1443,'_sku','RD04'),(5508,1443,'_regular_price','0.0000'),(5509,1443,'_price','0.0000'),(5510,1443,'_visibility','visible'),(5511,1443,'_stock_status','instock'),(5512,1443,'_manage_stock','1'),(5513,1443,'_stock','15'),(5514,1444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5515,1444,'osc_id','920'),(5516,1444,'_sku','RD05'),(5517,1444,'_regular_price','0.0000'),(5518,1444,'_price','0.0000'),(5519,1444,'_visibility','visible'),(5520,1444,'_stock_status','instock'),(5521,1444,'_manage_stock','1'),(5522,1444,'_stock','19'),(5523,1445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5524,1445,'osc_id','921'),(5525,1445,'_sku','RD06'),(5526,1445,'_regular_price','0.0000'),(5527,1445,'_price','0.0000'),(5528,1445,'_visibility','visible'),(5529,1445,'_stock_status','instock'),(5530,1445,'_manage_stock','1'),(5531,1445,'_stock','15'),(5532,1446,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5533,1446,'osc_id','922'),(5534,1446,'_sku','RD07'),(5535,1446,'_regular_price','0.0000'),(5536,1446,'_price','0.0000'),(5537,1446,'_visibility','visible'),(5538,1446,'_stock_status','instock'),(5539,1446,'_manage_stock','1'),(5540,1446,'_stock','18'),(5541,1447,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5542,1447,'osc_id','923'),(5543,1447,'_sku','RD08'),(5544,1447,'_regular_price','0.0000'),(5545,1447,'_price','0.0000'),(5546,1447,'_visibility','visible'),(5547,1447,'_stock_status','instock'),(5548,1447,'_manage_stock','1'),(5549,1447,'_stock','15'),(5550,1448,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5551,1448,'osc_id','924'),(5552,1448,'_sku','RD09'),(5553,1448,'_regular_price','0.0000'),(5554,1448,'_price','0.0000'),(5555,1448,'_visibility','visible'),(5556,1448,'_stock_status','instock'),(5557,1448,'_manage_stock','1'),(5558,1448,'_stock','15'),(5559,1449,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5560,1449,'osc_id','925'),(5561,1449,'_sku','RD10'),(5562,1449,'_regular_price','0.0000'),(5563,1449,'_price','0.0000'),(5564,1449,'_visibility','visible'),(5565,1449,'_stock_status','instock'),(5566,1449,'_manage_stock','1'),(5567,1449,'_stock','16'),(5568,1450,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5569,1450,'osc_id','926'),(5570,1450,'_sku','RD11'),(5571,1450,'_regular_price','0.0000'),(5572,1450,'_price','0.0000'),(5573,1450,'_visibility','visible'),(5574,1450,'_stock_status','instock'),(5575,1450,'_manage_stock','1'),(5576,1450,'_stock','15'),(5577,1451,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5578,1451,'osc_id','927'),(5579,1451,'_sku','RD12'),(5580,1451,'_regular_price','0.0000'),(5581,1451,'_price','0.0000'),(5582,1451,'_visibility','visible'),(5583,1451,'_stock_status','instock'),(5584,1451,'_manage_stock','1'),(5585,1451,'_stock','15'),(5586,1452,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5587,1452,'osc_id','928'),(5588,1452,'_sku','RD13'),(5589,1452,'_regular_price','0.0000'),(5590,1452,'_price','0.0000'),(5591,1452,'_visibility','visible'),(5592,1452,'_stock_status','instock'),(5593,1452,'_manage_stock','1'),(5594,1452,'_stock','15'),(5595,1453,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5596,1453,'osc_id','929'),(5597,1453,'_sku','RB01'),(5598,1453,'_regular_price','0.0000'),(5599,1453,'_price','0.0000'),(5600,1453,'_visibility','visible'),(5601,1453,'_stock_status','instock'),(5602,1453,'_manage_stock','1'),(5603,1453,'_stock','16'),(5604,1454,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5605,1454,'osc_id','930'),(5606,1454,'_sku','RB02'),(5607,1454,'_regular_price','0.0000'),(5608,1454,'_price','0.0000'),(5609,1454,'_visibility','visible'),(5610,1454,'_stock_status','instock'),(5611,1454,'_manage_stock','1'),(5612,1454,'_stock','14'),(5613,1455,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5614,1455,'osc_id','931'),(5615,1455,'_sku','RB03'),(5616,1455,'_regular_price','0.0000'),(5617,1455,'_price','0.0000'),(5618,1455,'_visibility','visible'),(5619,1455,'_stock_status','instock'),(5620,1455,'_manage_stock','1'),(5621,1455,'_stock','16'),(5622,1456,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5623,1456,'osc_id','932'),(5624,1456,'_sku','RB04'),(5625,1456,'_regular_price','0.0000'),(5626,1456,'_price','0.0000'),(5627,1456,'_visibility','visible'),(5628,1456,'_stock_status','instock'),(5629,1456,'_manage_stock','1'),(5630,1456,'_stock','15'),(5631,1457,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5632,1457,'osc_id','933'),(5633,1457,'_sku','RB05'),(5634,1457,'_regular_price','0.0000'),(5635,1457,'_price','0.0000'),(5636,1457,'_visibility','visible'),(5637,1457,'_stock_status','instock'),(5638,1457,'_manage_stock','1'),(5639,1457,'_stock','16'),(5640,1458,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5641,1458,'osc_id','934'),(5642,1458,'_sku','RB06'),(5643,1458,'_regular_price','0.0000'),(5644,1458,'_price','0.0000'),(5645,1458,'_visibility','visible'),(5646,1458,'_stock_status','instock'),(5647,1458,'_manage_stock','1'),(5648,1458,'_stock','15'),(5649,1459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5650,1459,'osc_id','935'),(5651,1459,'_sku','RB07'),(5652,1459,'_regular_price','0.0000'),(5653,1459,'_price','0.0000'),(5654,1459,'_visibility','visible'),(5655,1459,'_stock_status','instock'),(5656,1459,'_manage_stock','1'),(5657,1459,'_stock','16'),(5658,1460,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5659,1460,'osc_id','936'),(5660,1460,'_sku','RB08'),(5661,1460,'_regular_price','0.0000'),(5662,1460,'_price','0.0000'),(5663,1460,'_visibility','visible'),(5664,1460,'_stock_status','instock'),(5665,1460,'_manage_stock','1'),(5666,1460,'_stock','12'),(5667,1461,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5668,1461,'osc_id','937'),(5669,1461,'_sku','RB09'),(5670,1461,'_regular_price','0.0000'),(5671,1461,'_price','0.0000'),(5672,1461,'_visibility','visible'),(5673,1461,'_stock_status','instock'),(5674,1461,'_manage_stock','1'),(5675,1461,'_stock','16'),(5676,1462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5677,1462,'osc_id','938'),(5678,1462,'_sku','RB10'),(5679,1462,'_regular_price','0.0000'),(5680,1462,'_price','0.0000'),(5681,1462,'_visibility','visible'),(5682,1462,'_stock_status','instock'),(5683,1462,'_manage_stock','1'),(5684,1462,'_stock','9'),(5685,1463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5686,1463,'osc_id','939'),(5687,1463,'_sku','RB11'),(5688,1463,'_regular_price','0.0000'),(5689,1463,'_price','0.0000'),(5690,1463,'_visibility','visible'),(5691,1463,'_stock_status','instock'),(5692,1463,'_manage_stock','1'),(5693,1463,'_stock','15'),(5694,1464,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5695,1464,'osc_id','940'),(5696,1464,'_sku','RB12'),(5697,1464,'_regular_price','0.0000'),(5698,1464,'_price','0.0000'),(5699,1464,'_visibility','visible'),(5700,1464,'_stock_status','instock'),(5701,1464,'_manage_stock','1'),(5702,1464,'_stock','5'),(5703,1465,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5704,1465,'osc_id','941'),(5705,1465,'_sku','RB13'),(5706,1465,'_regular_price','0.0000'),(5707,1465,'_price','0.0000'),(5708,1465,'_visibility','visible'),(5709,1465,'_stock_status','instock'),(5710,1465,'_manage_stock','1'),(5711,1465,'_stock','9'),(5712,1466,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5713,1466,'osc_id','942'),(5714,1466,'_sku','RB14'),(5715,1466,'_regular_price','0.0000'),(5716,1466,'_price','0.0000'),(5717,1466,'_visibility','visible'),(5718,1466,'_stock_status','outofstock'),(5719,1466,'_manage_stock','1'),(5720,1466,'_stock','0'),(5721,1467,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5722,1467,'osc_id','943'),(5723,1467,'_sku','RB15'),(5724,1467,'_regular_price','0.0000'),(5725,1467,'_price','0.0000'),(5726,1467,'_visibility','visible'),(5727,1467,'_stock_status','outofstock'),(5728,1467,'_manage_stock','1'),(5729,1467,'_stock','0'),(5730,1468,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5731,1468,'osc_id','944'),(5732,1468,'_sku','RB16'),(5733,1468,'_regular_price','0.0000'),(5734,1468,'_price','0.0000'),(5735,1468,'_visibility','visible'),(5736,1468,'_stock_status','outofstock'),(5737,1468,'_manage_stock','1'),(5738,1468,'_stock','0'),(5739,1469,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5740,1469,'osc_id','945'),(5741,1469,'_sku','RB17'),(5742,1469,'_regular_price','0.0000'),(5743,1469,'_price','0.0000'),(5744,1469,'_visibility','visible'),(5745,1469,'_stock_status','outofstock'),(5746,1469,'_manage_stock','1'),(5747,1469,'_stock','0'),(5748,1470,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5749,1470,'osc_id','946'),(5750,1470,'_sku','RB18'),(5751,1470,'_regular_price','0.0000'),(5752,1470,'_price','0.0000'),(5753,1470,'_visibility','visible'),(5754,1470,'_stock_status','outofstock'),(5755,1470,'_manage_stock','1'),(5756,1470,'_stock','0'),(5757,1471,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5758,1471,'osc_id','947'),(5759,1471,'_sku','TU01'),(5760,1471,'_regular_price','0.0000'),(5761,1471,'_price','0.0000'),(5762,1471,'_visibility','visible'),(5763,1471,'_stock_status','instock'),(5764,1471,'_manage_stock','1'),(5765,1471,'_stock','18'),(5766,1472,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5767,1472,'osc_id','948'),(5768,1472,'_sku','TU02'),(5769,1472,'_regular_price','0.0000'),(5770,1472,'_price','0.0000'),(5771,1472,'_visibility','visible'),(5772,1472,'_stock_status','instock'),(5773,1472,'_manage_stock','1'),(5774,1472,'_stock','15'),(5775,1473,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5776,1473,'osc_id','949'),(5777,1473,'_sku','TU03'),(5778,1473,'_regular_price','0.0000'),(5779,1473,'_price','0.0000'),(5780,1473,'_visibility','visible'),(5781,1473,'_stock_status','instock'),(5782,1473,'_manage_stock','1'),(5783,1473,'_stock','15'),(5784,1474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5785,1474,'osc_id','950'),(5786,1474,'_sku','TU04'),(5787,1474,'_regular_price','0.0000'),(5788,1474,'_price','0.0000'),(5789,1474,'_visibility','visible'),(5790,1474,'_stock_status','outofstock'),(5791,1474,'_manage_stock','1'),(5792,1474,'_stock','0'),(5793,1475,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5794,1475,'osc_id','951'),(5795,1475,'_sku','TU05'),(5796,1475,'_regular_price','0.0000'),(5797,1475,'_price','0.0000'),(5798,1475,'_visibility','visible'),(5799,1475,'_stock_status','outofstock'),(5800,1475,'_manage_stock','1'),(5801,1475,'_stock','0'),(5802,1476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5803,1476,'osc_id','952'),(5804,1476,'_sku','TU06'),(5805,1476,'_regular_price','0.0000'),(5806,1476,'_price','0.0000'),(5807,1476,'_visibility','visible'),(5808,1476,'_stock_status','outofstock'),(5809,1476,'_manage_stock','1'),(5810,1476,'_stock','0'),(5811,1477,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5812,1477,'osc_id','953'),(5813,1477,'_sku','TU07'),(5814,1477,'_regular_price','0.0000'),(5815,1477,'_price','0.0000'),(5816,1477,'_visibility','visible'),(5817,1477,'_stock_status','outofstock'),(5818,1477,'_manage_stock','1'),(5819,1477,'_stock','0'),(5820,1478,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5821,1478,'osc_id','954'),(5822,1478,'_sku','TU08'),(5823,1478,'_regular_price','0.0000'),(5824,1478,'_price','0.0000'),(5825,1478,'_visibility','visible'),(5826,1478,'_stock_status','outofstock'),(5827,1478,'_manage_stock','1'),(5828,1478,'_stock','0'),(5829,1479,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5830,1479,'osc_id','955'),(5831,1479,'_sku','TU09'),(5832,1479,'_regular_price','0.0000'),(5833,1479,'_price','0.0000'),(5834,1479,'_visibility','visible'),(5835,1479,'_stock_status','instock'),(5836,1479,'_manage_stock','1'),(5837,1479,'_stock','0'),(5838,1480,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5839,1480,'osc_id','956'),(5840,1480,'_sku','TU10'),(5841,1480,'_regular_price','0.0000'),(5842,1480,'_price','0.0000'),(5843,1480,'_visibility','visible'),(5844,1480,'_stock_status','instock'),(5845,1480,'_manage_stock','1'),(5846,1480,'_stock','15'),(5847,1481,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5848,1481,'osc_id','957'),(5849,1481,'_sku','DA01'),(5850,1481,'_regular_price','0.0000'),(5851,1481,'_price','0.0000'),(5852,1481,'_visibility','visible'),(5853,1481,'_stock_status','instock'),(5854,1481,'_manage_stock','1'),(5855,1481,'_stock','18'),(5856,1482,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5857,1482,'osc_id','958'),(5858,1482,'_sku','DA02'),(5859,1482,'_regular_price','0.0000'),(5860,1482,'_price','0.0000'),(5861,1482,'_visibility','visible'),(5862,1482,'_stock_status','instock'),(5863,1482,'_manage_stock','1'),(5864,1482,'_stock','18'),(5865,1483,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5866,1483,'osc_id','959'),(5867,1483,'_sku','DA03'),(5868,1483,'_regular_price','0.0000'),(5869,1483,'_price','0.0000'),(5870,1483,'_visibility','visible'),(5871,1483,'_stock_status','instock'),(5872,1483,'_manage_stock','1'),(5873,1483,'_stock','15'),(5874,1484,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5875,1484,'osc_id','960'),(5876,1484,'_sku','DA04'),(5877,1484,'_regular_price','0.0000'),(5878,1484,'_price','0.0000'),(5879,1484,'_visibility','visible'),(5880,1484,'_stock_status','instock'),(5881,1484,'_manage_stock','1'),(5882,1484,'_stock','19'),(5883,1485,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5884,1485,'osc_id','961'),(5885,1485,'_sku','DA05'),(5886,1485,'_regular_price','0.0000'),(5887,1485,'_price','0.0000'),(5888,1485,'_visibility','visible'),(5889,1485,'_stock_status','instock'),(5890,1485,'_manage_stock','1'),(5891,1485,'_stock','16'),(5892,1486,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5893,1486,'osc_id','962'),(5894,1486,'_sku','DA06'),(5895,1486,'_regular_price','0.0000'),(5896,1486,'_price','0.0000'),(5897,1486,'_visibility','visible'),(5898,1486,'_stock_status','instock'),(5899,1486,'_manage_stock','1'),(5900,1486,'_stock','15'),(5901,1487,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5902,1487,'osc_id','963'),(5903,1487,'_sku','DA07'),(5904,1487,'_regular_price','0.0000'),(5905,1487,'_price','0.0000'),(5906,1487,'_visibility','visible'),(5907,1487,'_stock_status','instock'),(5908,1487,'_manage_stock','1'),(5909,1487,'_stock','12'),(5910,1488,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5911,1488,'osc_id','964'),(5912,1488,'_sku','DA08'),(5913,1488,'_regular_price','0.0000'),(5914,1488,'_price','0.0000'),(5915,1488,'_visibility','visible'),(5916,1488,'_stock_status','instock'),(5917,1488,'_manage_stock','1'),(5918,1488,'_stock','16'),(5919,1489,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5920,1489,'osc_id','965'),(5921,1489,'_sku','DA09'),(5922,1489,'_regular_price','0.0000'),(5923,1489,'_price','0.0000'),(5924,1489,'_visibility','visible'),(5925,1489,'_stock_status','outofstock'),(5926,1489,'_manage_stock','1'),(5927,1489,'_stock','0'),(5928,1490,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5929,1490,'osc_id','966'),(5930,1490,'_sku','DA10'),(5931,1490,'_regular_price','0.0000'),(5932,1490,'_price','0.0000'),(5933,1490,'_visibility','visible'),(5934,1490,'_stock_status','instock'),(5935,1490,'_manage_stock','1'),(5936,1490,'_stock','16'),(5937,1491,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5938,1491,'osc_id','967'),(5939,1491,'_sku','DA11'),(5940,1491,'_regular_price','0.0000'),(5941,1491,'_price','0.0000'),(5942,1491,'_visibility','visible'),(5943,1491,'_stock_status','instock'),(5944,1491,'_manage_stock','1'),(5945,1491,'_stock','19'),(5946,1492,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5947,1492,'osc_id','968'),(5948,1492,'_sku','DA12'),(5949,1492,'_regular_price','0.0000'),(5950,1492,'_price','0.0000'),(5951,1492,'_visibility','visible'),(5952,1492,'_stock_status','instock'),(5953,1492,'_manage_stock','1'),(5954,1492,'_stock','16'),(5955,1493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5956,1493,'osc_id','969'),(5957,1493,'_sku','DA13'),(5958,1493,'_regular_price','0.0000'),(5959,1493,'_price','0.0000'),(5960,1493,'_visibility','visible'),(5961,1493,'_stock_status','instock'),(5962,1493,'_manage_stock','1'),(5963,1493,'_stock','16'),(5964,1494,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5965,1494,'osc_id','970'),(5966,1494,'_sku','DA14'),(5967,1494,'_regular_price','0.0000'),(5968,1494,'_price','0.0000'),(5969,1494,'_visibility','visible'),(5970,1494,'_stock_status','instock'),(5971,1494,'_manage_stock','1'),(5972,1494,'_stock','16'),(5973,1495,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5974,1495,'osc_id','971'),(5975,1495,'_sku','DA15'),(5976,1495,'_regular_price','0.0000'),(5977,1495,'_price','0.0000'),(5978,1495,'_visibility','visible'),(5979,1495,'_stock_status','instock'),(5980,1495,'_manage_stock','1'),(5981,1495,'_stock','15'),(5982,1496,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5983,1496,'osc_id','972'),(5984,1496,'_sku','DA16'),(5985,1496,'_regular_price','0.0000'),(5986,1496,'_price','0.0000'),(5987,1496,'_visibility','visible'),(5988,1496,'_stock_status','instock'),(5989,1496,'_manage_stock','1'),(5990,1496,'_stock','16'),(5991,1497,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5992,1497,'osc_id','973'),(5993,1497,'_sku','DA17'),(5994,1497,'_regular_price','0.0000'),(5995,1497,'_price','0.0000'),(5996,1497,'_visibility','visible'),(5997,1497,'_stock_status','instock'),(5998,1497,'_manage_stock','1'),(5999,1497,'_stock','16'),(6000,1498,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6001,1498,'osc_id','974'),(6002,1498,'_sku','DA18'),(6003,1498,'_regular_price','0.0000'),(6004,1498,'_price','0.0000'),(6005,1498,'_visibility','visible'),(6006,1498,'_stock_status','instock'),(6007,1498,'_manage_stock','1'),(6008,1498,'_stock','15'),(6009,1499,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6010,1499,'osc_id','975'),(6011,1499,'_sku','DA19'),(6012,1499,'_regular_price','0.0000'),(6013,1499,'_price','0.0000'),(6014,1499,'_visibility','visible'),(6015,1499,'_stock_status','instock'),(6016,1499,'_manage_stock','1'),(6017,1499,'_stock','18'),(6018,1500,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6019,1500,'osc_id','976'),(6020,1500,'_sku','DA20'),(6021,1500,'_regular_price','0.0000'),(6022,1500,'_price','0.0000'),(6023,1500,'_visibility','visible'),(6024,1500,'_stock_status','instock'),(6025,1500,'_manage_stock','1'),(6026,1500,'_stock','19'),(6027,1501,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6028,1501,'osc_id','977'),(6029,1501,'_sku','DA21'),(6030,1501,'_regular_price','0.0000'),(6031,1501,'_price','0.0000'),(6032,1501,'_visibility','visible'),(6033,1501,'_stock_status','instock'),(6034,1501,'_manage_stock','1'),(6035,1501,'_stock','14'),(6036,1502,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6037,1502,'osc_id','978'),(6038,1502,'_sku','DA22'),(6039,1502,'_regular_price','0.0000'),(6040,1502,'_price','0.0000'),(6041,1502,'_visibility','visible'),(6042,1502,'_stock_status','instock'),(6043,1502,'_manage_stock','1'),(6044,1502,'_stock','18'),(6045,1503,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6046,1503,'osc_id','979'),(6047,1503,'_sku','DA23'),(6048,1503,'_regular_price','0.0000'),(6049,1503,'_price','0.0000'),(6050,1503,'_visibility','visible'),(6051,1503,'_stock_status','instock'),(6052,1503,'_manage_stock','1'),(6053,1503,'_stock','16'),(6054,1504,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6055,1504,'osc_id','980'),(6056,1504,'_sku','DA24'),(6057,1504,'_regular_price','0.0000'),(6058,1504,'_price','0.0000'),(6059,1504,'_visibility','visible'),(6060,1504,'_stock_status','instock'),(6061,1504,'_manage_stock','1'),(6062,1504,'_stock','16'),(6063,1505,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6064,1505,'osc_id','981'),(6065,1505,'_sku','DA25'),(6066,1505,'_regular_price','0.0000'),(6067,1505,'_price','0.0000'),(6068,1505,'_visibility','visible'),(6069,1505,'_stock_status','instock'),(6070,1505,'_manage_stock','1'),(6071,1505,'_stock','15'),(6072,1506,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6073,1506,'osc_id','982'),(6074,1506,'_sku','IW01'),(6075,1506,'_regular_price','0.0000'),(6076,1506,'_price','0.0000'),(6077,1506,'_visibility','visible'),(6078,1506,'_stock_status','instock'),(6079,1506,'_manage_stock','1'),(6080,1506,'_stock','15'),(6081,1507,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6082,1507,'osc_id','983'),(6083,1507,'_sku','IW02'),(6084,1507,'_regular_price','0.0000'),(6085,1507,'_price','0.0000'),(6086,1507,'_visibility','visible'),(6087,1507,'_stock_status','instock'),(6088,1507,'_manage_stock','1'),(6089,1507,'_stock','15'),(6090,1508,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6091,1508,'osc_id','984'),(6092,1508,'_sku','IW03'),(6093,1508,'_regular_price','0.0000'),(6094,1508,'_price','0.0000'),(6095,1508,'_visibility','visible'),(6096,1508,'_stock_status','instock'),(6097,1508,'_manage_stock','1'),(6098,1508,'_stock','8'),(6099,1509,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6100,1509,'osc_id','985'),(6101,1509,'_sku','IW04'),(6102,1509,'_regular_price','0.0000'),(6103,1509,'_price','0.0000'),(6104,1509,'_visibility','visible'),(6105,1509,'_stock_status','instock'),(6106,1509,'_manage_stock','1'),(6107,1509,'_stock','13'),(6108,1510,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6109,1510,'osc_id','986'),(6110,1510,'_sku','IW05'),(6111,1510,'_regular_price','0.0000'),(6112,1510,'_price','0.0000'),(6113,1510,'_visibility','visible'),(6114,1510,'_stock_status','instock'),(6115,1510,'_manage_stock','1'),(6116,1510,'_stock','15'),(6117,1511,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6118,1511,'osc_id','987'),(6119,1511,'_sku','IW06'),(6120,1511,'_regular_price','0.0000'),(6121,1511,'_price','0.0000'),(6122,1511,'_visibility','visible'),(6123,1511,'_stock_status','instock'),(6124,1511,'_manage_stock','1'),(6125,1511,'_stock','15'),(6126,1512,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6127,1512,'osc_id','988'),(6128,1512,'_sku','IW07'),(6129,1512,'_regular_price','0.0000'),(6130,1512,'_price','0.0000'),(6131,1512,'_visibility','visible'),(6132,1512,'_stock_status','outofstock'),(6133,1512,'_manage_stock','1'),(6134,1512,'_stock','0'),(6135,1513,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6136,1513,'osc_id','989'),(6137,1513,'_sku','IW08'),(6138,1513,'_regular_price','0.0000'),(6139,1513,'_price','0.0000'),(6140,1513,'_visibility','visible'),(6141,1513,'_stock_status','instock'),(6142,1513,'_manage_stock','1'),(6143,1513,'_stock','13'),(6144,1514,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6145,1514,'osc_id','990'),(6146,1514,'_sku','IW09'),(6147,1514,'_regular_price','0.0000'),(6148,1514,'_price','0.0000'),(6149,1514,'_visibility','visible'),(6150,1514,'_stock_status','instock'),(6151,1514,'_manage_stock','1'),(6152,1514,'_stock','12'),(6153,1515,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6154,1515,'osc_id','991'),(6155,1515,'_sku','IW10'),(6156,1515,'_regular_price','0.0000'),(6157,1515,'_price','0.0000'),(6158,1515,'_visibility','visible'),(6159,1515,'_stock_status','instock'),(6160,1515,'_manage_stock','1'),(6161,1515,'_stock','14'),(6162,1516,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6163,1516,'osc_id','992'),(6164,1516,'_sku','IW11'),(6165,1516,'_regular_price','0.0000'),(6166,1516,'_price','0.0000'),(6167,1516,'_visibility','visible'),(6168,1516,'_stock_status','instock'),(6169,1516,'_manage_stock','1'),(6170,1516,'_stock','14'),(6171,1517,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6172,1517,'osc_id','993'),(6173,1517,'_sku','IW12'),(6174,1517,'_regular_price','0.0000'),(6175,1517,'_price','0.0000'),(6176,1517,'_visibility','visible'),(6177,1517,'_stock_status','instock'),(6178,1517,'_manage_stock','1'),(6179,1517,'_stock','14'),(6180,1518,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6181,1518,'osc_id','994'),(6182,1518,'_sku','IW13'),(6183,1518,'_regular_price','0.0000'),(6184,1518,'_price','0.0000'),(6185,1518,'_visibility','visible'),(6186,1518,'_stock_status','instock'),(6187,1518,'_manage_stock','1'),(6188,1518,'_stock','18'),(6189,1519,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6190,1519,'osc_id','995'),(6191,1519,'_sku','IW14'),(6192,1519,'_regular_price','0.0000'),(6193,1519,'_price','0.0000'),(6194,1519,'_visibility','visible'),(6195,1519,'_stock_status','instock'),(6196,1519,'_manage_stock','1'),(6197,1519,'_stock','14'),(6198,1520,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6199,1520,'osc_id','996'),(6200,1520,'_sku','IW15'),(6201,1520,'_regular_price','0.0000'),(6202,1520,'_price','0.0000'),(6203,1520,'_visibility','visible'),(6204,1520,'_stock_status','instock'),(6205,1520,'_manage_stock','1'),(6206,1520,'_stock','10'),(6207,1521,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6208,1521,'osc_id','997'),(6209,1521,'_sku','IW16'),(6210,1521,'_regular_price','0.0000'),(6211,1521,'_price','0.0000'),(6212,1521,'_visibility','visible'),(6213,1521,'_stock_status','instock'),(6214,1521,'_manage_stock','1'),(6215,1521,'_stock','12'),(6216,1522,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6217,1522,'osc_id','998'),(6218,1522,'_sku','IW17'),(6219,1522,'_regular_price','0.0000'),(6220,1522,'_price','0.0000'),(6221,1522,'_visibility','visible'),(6222,1522,'_stock_status','instock'),(6223,1522,'_manage_stock','1'),(6224,1522,'_stock','13'),(6225,1523,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6226,1523,'osc_id','999'),(6227,1523,'_sku','IW18'),(6228,1523,'_regular_price','0.0000'),(6229,1523,'_price','0.0000'),(6230,1523,'_visibility','visible'),(6231,1523,'_stock_status','instock'),(6232,1523,'_manage_stock','1'),(6233,1523,'_stock','12'),(6234,1524,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6235,1524,'osc_id','1000'),(6236,1524,'_sku','IW19'),(6237,1524,'_regular_price','0.0000'),(6238,1524,'_price','0.0000'),(6239,1524,'_visibility','visible'),(6240,1524,'_stock_status','instock'),(6241,1524,'_manage_stock','1'),(6242,1524,'_stock','15'),(6243,1525,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6244,1525,'osc_id','1001'),(6245,1525,'_sku','IW20'),(6246,1525,'_regular_price','0.0000'),(6247,1525,'_price','0.0000'),(6248,1525,'_visibility','visible'),(6249,1525,'_stock_status','instock'),(6250,1525,'_manage_stock','1'),(6251,1525,'_stock','16'),(6252,1526,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6253,1526,'osc_id','1002'),(6254,1526,'_sku','IW21'),(6255,1526,'_regular_price','0.0000'),(6256,1526,'_price','0.0000'),(6257,1526,'_visibility','visible'),(6258,1526,'_stock_status','instock'),(6259,1526,'_manage_stock','1'),(6260,1526,'_stock','12'),(6261,1527,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6262,1527,'osc_id','1003'),(6263,1527,'_sku','IW22'),(6264,1527,'_regular_price','0.0000'),(6265,1527,'_price','0.0000'),(6266,1527,'_visibility','visible'),(6267,1527,'_stock_status','instock'),(6268,1527,'_manage_stock','1'),(6269,1527,'_stock','15'),(6270,1528,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6271,1528,'osc_id','1004'),(6272,1528,'_sku','IW23'),(6273,1528,'_regular_price','0.0000'),(6274,1528,'_price','0.0000'),(6275,1528,'_visibility','visible'),(6276,1528,'_stock_status','instock'),(6277,1528,'_manage_stock','1'),(6278,1528,'_stock','15'),(6279,1529,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6280,1529,'osc_id','1005'),(6281,1529,'_sku','IW24'),(6282,1529,'_regular_price','0.0000'),(6283,1529,'_price','0.0000'),(6284,1529,'_visibility','visible'),(6285,1529,'_stock_status','instock'),(6286,1529,'_manage_stock','1'),(6287,1529,'_stock','16'),(6288,1530,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6289,1530,'osc_id','1006'),(6290,1530,'_sku','IW25'),(6291,1530,'_regular_price','0.0000'),(6292,1530,'_price','0.0000'),(6293,1530,'_visibility','visible'),(6294,1530,'_stock_status','instock'),(6295,1530,'_manage_stock','1'),(6296,1530,'_stock','16'),(6297,1531,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6298,1531,'osc_id','1007'),(6299,1531,'_sku','IW26'),(6300,1531,'_regular_price','0.0000'),(6301,1531,'_price','0.0000'),(6302,1531,'_visibility','visible'),(6303,1531,'_stock_status','instock'),(6304,1531,'_manage_stock','1'),(6305,1531,'_stock','18'),(6306,1532,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6307,1532,'osc_id','1008'),(6308,1532,'_sku','IW27'),(6309,1532,'_regular_price','0.0000'),(6310,1532,'_price','0.0000'),(6311,1532,'_visibility','visible'),(6312,1532,'_stock_status','instock'),(6313,1532,'_manage_stock','1'),(6314,1532,'_stock','15'),(6315,1533,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6316,1533,'osc_id','1009'),(6317,1533,'_sku','IW28'),(6318,1533,'_regular_price','0.0000'),(6319,1533,'_price','0.0000'),(6320,1533,'_visibility','visible'),(6321,1533,'_stock_status','instock'),(6322,1533,'_manage_stock','1'),(6323,1533,'_stock','15'),(6324,1534,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6325,1534,'osc_id','1010'),(6326,1534,'_sku','IW29'),(6327,1534,'_regular_price','0.0000'),(6328,1534,'_price','0.0000'),(6329,1534,'_visibility','visible'),(6330,1534,'_stock_status','instock'),(6331,1534,'_manage_stock','1'),(6332,1534,'_stock','15'),(6333,1535,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6334,1535,'osc_id','1011'),(6335,1535,'_sku','IW30'),(6336,1535,'_regular_price','0.0000'),(6337,1535,'_price','0.0000'),(6338,1535,'_visibility','visible'),(6339,1535,'_stock_status','instock'),(6340,1535,'_manage_stock','1'),(6341,1535,'_stock','18'),(6342,1536,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6343,1536,'osc_id','1012'),(6344,1536,'_sku','WH01'),(6345,1536,'_regular_price','0.0000'),(6346,1536,'_price','0.0000'),(6347,1536,'_visibility','visible'),(6348,1536,'_stock_status','outofstock'),(6349,1536,'_manage_stock','1'),(6350,1536,'_stock','0'),(6351,1537,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6352,1537,'osc_id','1013'),(6353,1537,'_sku','WH02'),(6354,1537,'_regular_price','0.0000'),(6355,1537,'_price','0.0000'),(6356,1537,'_visibility','visible'),(6357,1537,'_stock_status','outofstock'),(6358,1537,'_manage_stock','1'),(6359,1537,'_stock','0'),(6360,1538,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6361,1538,'osc_id','1014'),(6362,1538,'_sku','WH03'),(6363,1538,'_regular_price','0.0000'),(6364,1538,'_price','0.0000'),(6365,1538,'_visibility','visible'),(6366,1538,'_stock_status','outofstock'),(6367,1538,'_manage_stock','1'),(6368,1538,'_stock','0'),(6369,1539,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6370,1539,'osc_id','1015'),(6371,1539,'_sku','WH04'),(6372,1539,'_regular_price','0.0000'),(6373,1539,'_price','0.0000'),(6374,1539,'_visibility','visible'),(6375,1539,'_stock_status','outofstock'),(6376,1539,'_manage_stock','1'),(6377,1539,'_stock','0'),(6378,1540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6379,1540,'osc_id','1016'),(6380,1540,'_sku','WH05'),(6381,1540,'_regular_price','0.0000'),(6382,1540,'_price','0.0000'),(6383,1540,'_visibility','visible'),(6384,1540,'_stock_status','outofstock'),(6385,1540,'_manage_stock','1'),(6386,1540,'_stock','0'),(6387,1541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6388,1541,'osc_id','1017'),(6389,1541,'_sku','WH06'),(6390,1541,'_regular_price','0.0000'),(6391,1541,'_price','0.0000'),(6392,1541,'_visibility','visible'),(6393,1541,'_stock_status','instock'),(6394,1541,'_manage_stock','1'),(6395,1541,'_stock','18'),(6396,1542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6397,1542,'osc_id','1018'),(6398,1542,'_sku','WH07'),(6399,1542,'_regular_price','0.0000'),(6400,1542,'_price','0.0000'),(6401,1542,'_visibility','visible'),(6402,1542,'_stock_status','instock'),(6403,1542,'_manage_stock','1'),(6404,1542,'_stock','17'),(6405,1543,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6406,1543,'osc_id','1019'),(6407,1543,'_sku','WH08'),(6408,1543,'_regular_price','0.0000'),(6409,1543,'_price','0.0000'),(6410,1543,'_visibility','visible'),(6411,1543,'_stock_status','instock'),(6412,1543,'_manage_stock','1'),(6413,1543,'_stock','18'),(6414,1544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6415,1544,'osc_id','1020'),(6416,1544,'_sku','WH09'),(6417,1544,'_regular_price','0.0000'),(6418,1544,'_price','0.0000'),(6419,1544,'_visibility','visible'),(6420,1544,'_stock_status','instock'),(6421,1544,'_manage_stock','1'),(6422,1544,'_stock','18'),(6423,1545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6424,1545,'osc_id','1021'),(6425,1545,'_sku','WH10'),(6426,1545,'_regular_price','0.0000'),(6427,1545,'_price','0.0000'),(6428,1545,'_visibility','visible'),(6429,1545,'_stock_status','instock'),(6430,1545,'_manage_stock','1'),(6431,1545,'_stock','26'),(6432,1546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6433,1546,'osc_id','1022'),(6434,1546,'_sku','WH11'),(6435,1546,'_regular_price','0.0000'),(6436,1546,'_price','0.0000'),(6437,1546,'_visibility','visible'),(6438,1546,'_stock_status','instock'),(6439,1546,'_manage_stock','1'),(6440,1546,'_stock','15'),(6441,1547,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6442,1547,'osc_id','1023'),(6443,1547,'_sku','WH12'),(6444,1547,'_regular_price','0.0000'),(6445,1547,'_price','0.0000'),(6446,1547,'_visibility','visible'),(6447,1547,'_stock_status','instock'),(6448,1547,'_manage_stock','1'),(6449,1547,'_stock','15'),(6450,1548,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6451,1548,'osc_id','1024'),(6452,1548,'_sku','WH13'),(6453,1548,'_regular_price','0.0000'),(6454,1548,'_price','0.0000'),(6455,1548,'_visibility','visible'),(6456,1548,'_stock_status','instock'),(6457,1548,'_manage_stock','1'),(6458,1548,'_stock','18'),(6459,1549,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6460,1549,'osc_id','1025'),(6461,1549,'_sku','WH14'),(6462,1549,'_regular_price','0.0000'),(6463,1549,'_price','0.0000'),(6464,1549,'_visibility','visible'),(6465,1549,'_stock_status','instock'),(6466,1549,'_manage_stock','1'),(6467,1549,'_stock','19'),(6468,1550,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6469,1550,'osc_id','1026'),(6470,1550,'_sku','WH15'),(6471,1550,'_regular_price','0.0000'),(6472,1550,'_price','0.0000'),(6473,1550,'_visibility','visible'),(6474,1550,'_stock_status','instock'),(6475,1550,'_manage_stock','1'),(6476,1550,'_stock','18'),(6477,1551,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6478,1551,'osc_id','1027'),(6479,1551,'_sku','WH16'),(6480,1551,'_regular_price','0.0000'),(6481,1551,'_price','0.0000'),(6482,1551,'_visibility','visible'),(6483,1551,'_stock_status','instock'),(6484,1551,'_manage_stock','1'),(6485,1551,'_stock','18'),(6486,1552,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6487,1552,'osc_id','1028'),(6488,1552,'_sku','WH17'),(6489,1552,'_regular_price','0.0000'),(6490,1552,'_price','0.0000'),(6491,1552,'_visibility','visible'),(6492,1552,'_stock_status','instock'),(6493,1552,'_manage_stock','1'),(6494,1552,'_stock','18'),(6495,1553,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6496,1553,'osc_id','1029'),(6497,1553,'_sku','WH18'),(6498,1553,'_regular_price','0.0000'),(6499,1553,'_price','0.0000'),(6500,1553,'_visibility','visible'),(6501,1553,'_stock_status','instock'),(6502,1553,'_manage_stock','1'),(6503,1553,'_stock','15'),(6504,1554,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6505,1554,'osc_id','1030'),(6506,1554,'_sku','WH19'),(6507,1554,'_regular_price','0.0000'),(6508,1554,'_price','0.0000'),(6509,1554,'_visibility','visible'),(6510,1554,'_stock_status','instock'),(6511,1554,'_manage_stock','1'),(6512,1554,'_stock','15'),(6513,1555,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6514,1555,'osc_id','1031'),(6515,1555,'_sku','WH20'),(6516,1555,'_regular_price','0.0000'),(6517,1555,'_price','0.0000'),(6518,1555,'_visibility','visible'),(6519,1555,'_stock_status','instock'),(6520,1555,'_manage_stock','1'),(6521,1555,'_stock','27'),(6522,1556,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6523,1556,'osc_id','1032'),(6524,1556,'_sku','WH21'),(6525,1556,'_regular_price','0.0000'),(6526,1556,'_price','0.0000'),(6527,1556,'_visibility','visible'),(6528,1556,'_stock_status','outofstock'),(6529,1556,'_manage_stock','1'),(6530,1556,'_stock','0'),(6531,1557,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6532,1557,'osc_id','1033'),(6533,1557,'_sku','WH22'),(6534,1557,'_regular_price','0.0000'),(6535,1557,'_price','0.0000'),(6536,1557,'_visibility','visible'),(6537,1557,'_stock_status','instock'),(6538,1557,'_manage_stock','1'),(6539,1557,'_stock','18'),(6540,1558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6541,1558,'osc_id','1034'),(6542,1558,'_sku','WH23'),(6543,1558,'_regular_price','0.0000'),(6544,1558,'_price','0.0000'),(6545,1558,'_visibility','visible'),(6546,1558,'_stock_status','instock'),(6547,1558,'_manage_stock','1'),(6548,1558,'_stock','18'),(6549,1559,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6550,1559,'osc_id','1035'),(6551,1559,'_sku','WH24'),(6552,1559,'_regular_price','0.0000'),(6553,1559,'_price','0.0000'),(6554,1559,'_visibility','visible'),(6555,1559,'_stock_status','instock'),(6556,1559,'_manage_stock','1'),(6557,1559,'_stock','15'),(6558,1560,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6559,1560,'osc_id','1036'),(6560,1560,'_sku','WH25'),(6561,1560,'_regular_price','0.0000'),(6562,1560,'_price','0.0000'),(6563,1560,'_visibility','visible'),(6564,1560,'_stock_status','instock'),(6565,1560,'_manage_stock','1'),(6566,1560,'_stock','18'),(6567,1561,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6568,1561,'osc_id','1037'),(6569,1561,'_sku','WH26'),(6570,1561,'_regular_price','0.0000'),(6571,1561,'_price','0.0000'),(6572,1561,'_visibility','visible'),(6573,1561,'_stock_status','instock'),(6574,1561,'_manage_stock','1'),(6575,1561,'_stock','18'),(6576,1562,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6577,1562,'osc_id','1038'),(6578,1562,'_sku','WH27'),(6579,1562,'_regular_price','0.0000'),(6580,1562,'_price','0.0000'),(6581,1562,'_visibility','visible'),(6582,1562,'_stock_status','instock'),(6583,1562,'_manage_stock','1'),(6584,1562,'_stock','18'),(6585,1563,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6586,1563,'osc_id','1039'),(6587,1563,'_sku','WH28'),(6588,1563,'_regular_price','0.0000'),(6589,1563,'_price','0.0000'),(6590,1563,'_visibility','visible'),(6591,1563,'_stock_status','instock'),(6592,1563,'_manage_stock','1'),(6593,1563,'_stock','15'),(6594,1564,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6595,1564,'osc_id','1040'),(6596,1564,'_sku','WH29'),(6597,1564,'_regular_price','0.0000'),(6598,1564,'_price','0.0000'),(6599,1564,'_visibility','visible'),(6600,1564,'_stock_status','instock'),(6601,1564,'_manage_stock','1'),(6602,1564,'_stock','16'),(6603,1565,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6604,1565,'osc_id','1041'),(6605,1565,'_sku','WH30'),(6606,1565,'_regular_price','0.0000'),(6607,1565,'_price','0.0000'),(6608,1565,'_visibility','visible'),(6609,1565,'_stock_status','instock'),(6610,1565,'_manage_stock','1'),(6611,1565,'_stock','15'),(6612,1566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6613,1566,'osc_id','1042'),(6614,1566,'_sku','WH31'),(6615,1566,'_regular_price','0.0000'),(6616,1566,'_price','0.0000'),(6617,1566,'_visibility','visible'),(6618,1566,'_stock_status','instock'),(6619,1566,'_manage_stock','1'),(6620,1566,'_stock','15'),(6621,1567,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6622,1567,'osc_id','1043'),(6623,1567,'_sku','WH32'),(6624,1567,'_regular_price','0.0000'),(6625,1567,'_price','0.0000'),(6626,1567,'_visibility','visible'),(6627,1567,'_stock_status','instock'),(6628,1567,'_manage_stock','1'),(6629,1567,'_stock','15'),(6630,1568,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6631,1568,'osc_id','1044'),(6632,1568,'_sku','WH33'),(6633,1568,'_regular_price','0.0000'),(6634,1568,'_price','0.0000'),(6635,1568,'_visibility','visible'),(6636,1568,'_stock_status','instock'),(6637,1568,'_manage_stock','1'),(6638,1568,'_stock','18'),(6639,1569,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6640,1569,'osc_id','1045'),(6641,1569,'_sku','WH34'),(6642,1569,'_regular_price','0.0000'),(6643,1569,'_price','0.0000'),(6644,1569,'_visibility','visible'),(6645,1569,'_stock_status','instock'),(6646,1569,'_manage_stock','1'),(6647,1569,'_stock','14'),(6648,1570,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6649,1570,'osc_id','1046'),(6650,1570,'_sku','WH35'),(6651,1570,'_regular_price','0.0000'),(6652,1570,'_price','0.0000'),(6653,1570,'_visibility','visible'),(6654,1570,'_stock_status','instock'),(6655,1570,'_manage_stock','1'),(6656,1570,'_stock','20'),(6657,1571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6658,1571,'osc_id','1047'),(6659,1571,'_sku','WH36'),(6660,1571,'_regular_price','0.0000'),(6661,1571,'_price','0.0000'),(6662,1571,'_visibility','visible'),(6663,1571,'_stock_status','instock'),(6664,1571,'_manage_stock','1'),(6665,1571,'_stock','18'),(6666,1572,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6667,1572,'osc_id','1048'),(6668,1572,'_sku','WH37'),(6669,1572,'_regular_price','0.0000'),(6670,1572,'_price','0.0000'),(6671,1572,'_visibility','visible'),(6672,1572,'_stock_status','instock'),(6673,1572,'_manage_stock','1'),(6674,1572,'_stock','8'),(6675,1573,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6676,1573,'osc_id','1049'),(6677,1573,'_sku','WH38'),(6678,1573,'_regular_price','0.0000'),(6679,1573,'_price','0.0000'),(6680,1573,'_visibility','visible'),(6681,1573,'_stock_status','instock'),(6682,1573,'_manage_stock','1'),(6683,1573,'_stock','16'),(6684,1574,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6685,1574,'osc_id','1050'),(6686,1574,'_sku','WH39'),(6687,1574,'_regular_price','0.0000'),(6688,1574,'_price','0.0000'),(6689,1574,'_visibility','visible'),(6690,1574,'_stock_status','instock'),(6691,1574,'_manage_stock','1'),(6692,1574,'_stock','18'),(6693,1575,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6694,1575,'osc_id','1051'),(6695,1575,'_sku','WH40'),(6696,1575,'_regular_price','0.0000'),(6697,1575,'_price','0.0000'),(6698,1575,'_visibility','visible'),(6699,1575,'_stock_status','instock'),(6700,1575,'_manage_stock','1'),(6701,1575,'_stock','17'),(6702,1576,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6703,1576,'osc_id','1052'),(6704,1576,'_sku','WH41'),(6705,1576,'_regular_price','0.0000'),(6706,1576,'_price','0.0000'),(6707,1576,'_visibility','visible'),(6708,1576,'_stock_status','instock'),(6709,1576,'_manage_stock','1'),(6710,1576,'_stock','18'),(6711,1577,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6712,1577,'osc_id','1053'),(6713,1577,'_sku','WH42'),(6714,1577,'_regular_price','0.0000'),(6715,1577,'_price','0.0000'),(6716,1577,'_visibility','visible'),(6717,1577,'_stock_status','instock'),(6718,1577,'_manage_stock','1'),(6719,1577,'_stock','15'),(6720,1578,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6721,1578,'osc_id','1054'),(6722,1578,'_sku','WH43'),(6723,1578,'_regular_price','0.0000'),(6724,1578,'_price','0.0000'),(6725,1578,'_visibility','visible'),(6726,1578,'_stock_status','instock'),(6727,1578,'_manage_stock','1'),(6728,1578,'_stock','15'),(6729,1579,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6730,1579,'osc_id','1055'),(6731,1579,'_sku','WH44'),(6732,1579,'_regular_price','0.0000'),(6733,1579,'_price','0.0000'),(6734,1579,'_visibility','visible'),(6735,1579,'_stock_status','instock'),(6736,1579,'_manage_stock','1'),(6737,1579,'_stock','14'),(6738,1580,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6739,1580,'osc_id','1056'),(6740,1580,'_sku','WH45'),(6741,1580,'_regular_price','0.0000'),(6742,1580,'_price','0.0000'),(6743,1580,'_visibility','visible'),(6744,1580,'_stock_status','instock'),(6745,1580,'_manage_stock','1'),(6746,1580,'_stock','17'),(6747,1581,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6748,1581,'osc_id','1057'),(6749,1581,'_sku','WH46'),(6750,1581,'_regular_price','0.0000'),(6751,1581,'_price','0.0000'),(6752,1581,'_visibility','visible'),(6753,1581,'_stock_status','instock'),(6754,1581,'_manage_stock','1'),(6755,1581,'_stock','18'),(6756,1582,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6757,1582,'osc_id','1058'),(6758,1582,'_sku','WH47'),(6759,1582,'_regular_price','0.0000'),(6760,1582,'_price','0.0000'),(6761,1582,'_visibility','visible'),(6762,1582,'_stock_status','instock'),(6763,1582,'_manage_stock','1'),(6764,1582,'_stock','18'),(6765,1583,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6766,1583,'attribute_imprinting-on-ribbon','No Imprint'),(6767,1583,'attribute_candy-filling','Empty'),(6768,1583,'attribute_number-of-favors-per-centerpiece','6 Favors'),(6769,1583,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6770,1583,'_sku','WH47'),(6771,1583,'_regular_price','0'),(6772,1583,'_price','0'),(6773,1583,'_thumbnail_id','0'),(6774,1583,'_stock','18'),(6775,1584,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6776,1584,'attribute_imprinting-on-ribbon','No Imprint'),(6777,1584,'attribute_candy-filling','Empty'),(6778,1584,'attribute_number-of-favors-per-centerpiece','8 Favors'),(6779,1584,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6780,1584,'_sku','WH47'),(6781,1584,'_regular_price','0'),(6782,1584,'_price','0'),(6783,1584,'_thumbnail_id','0'),(6784,1584,'_stock','18'),(6785,1585,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6786,1585,'attribute_imprinting-on-ribbon','No Imprint'),(6787,1585,'attribute_candy-filling','Empty'),(6788,1585,'attribute_number-of-favors-per-centerpiece','9 Favors'),(6789,1585,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6790,1585,'_sku','WH47'),(6791,1585,'_regular_price','0'),(6792,1585,'_price','0'),(6793,1585,'_thumbnail_id','0'),(6794,1585,'_stock','18'),(6795,1586,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6796,1586,'attribute_imprinting-on-ribbon','No Imprint'),(6797,1586,'attribute_candy-filling','Empty'),(6798,1586,'attribute_number-of-favors-per-centerpiece','10 Favors'),(6799,1586,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6800,1586,'_sku','WH47'),(6801,1586,'_regular_price','0'),(6802,1586,'_price','0'),(6803,1586,'_thumbnail_id','0'),(6804,1586,'_stock','18'),(6805,1587,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6806,1587,'attribute_imprinting-on-ribbon','No Imprint'),(6807,1587,'attribute_candy-filling','Filled'),(6808,1587,'attribute_number-of-favors-per-centerpiece','6 Favors'),(6809,1587,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6810,1587,'_sku','WH47'),(6811,1587,'_regular_price','0'),(6812,1587,'_price','0'),(6813,1587,'_thumbnail_id','0'),(6814,1587,'_stock','18'),(6815,1588,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6816,1588,'attribute_imprinting-on-ribbon','No Imprint'),(6817,1588,'attribute_candy-filling','Filled'),(6818,1588,'attribute_number-of-favors-per-centerpiece','8 Favors'),(6819,1588,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6820,1588,'_sku','WH47'),(6821,1588,'_regular_price','0'),(6822,1588,'_price','0'),(6823,1588,'_thumbnail_id','0'),(6824,1588,'_stock','18'),(6825,1589,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6826,1589,'attribute_imprinting-on-ribbon','No Imprint'),(6827,1589,'attribute_candy-filling','Filled'),(6828,1589,'attribute_number-of-favors-per-centerpiece','9 Favors'),(6829,1589,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6830,1589,'_sku','WH47'),(6831,1589,'_regular_price','0'),(6832,1589,'_price','0'),(6833,1589,'_thumbnail_id','0'),(6834,1589,'_stock','18'),(6835,1590,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6836,1590,'attribute_imprinting-on-ribbon','No Imprint'),(6837,1590,'attribute_candy-filling','Filled'),(6838,1590,'attribute_number-of-favors-per-centerpiece','10 Favors'),(6839,1590,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6840,1590,'_sku','WH47'),(6841,1590,'_regular_price','0'),(6842,1590,'_price','0'),(6843,1590,'_thumbnail_id','0'),(6844,1590,'_stock','18'),(6845,1591,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6846,1591,'attribute_imprinting-on-ribbon','Imprinting'),(6847,1591,'attribute_candy-filling','Empty'),(6848,1591,'attribute_number-of-favors-per-centerpiece','6 Favors'),(6849,1591,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6850,1591,'_sku','WH47'),(6851,1591,'_regular_price','0'),(6852,1591,'_price','0'),(6853,1591,'_thumbnail_id','0'),(6854,1591,'_stock','18'),(6855,1592,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6856,1592,'attribute_imprinting-on-ribbon','Imprinting'),(6857,1592,'attribute_candy-filling','Empty'),(6858,1592,'attribute_number-of-favors-per-centerpiece','8 Favors'),(6859,1592,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6860,1592,'_sku','WH47'),(6861,1592,'_regular_price','0'),(6862,1592,'_price','0'),(6863,1592,'_thumbnail_id','0'),(6864,1592,'_stock','18'),(6865,1593,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6866,1593,'attribute_imprinting-on-ribbon','Imprinting'),(6867,1593,'attribute_candy-filling','Empty'),(6868,1593,'attribute_number-of-favors-per-centerpiece','9 Favors'),(6869,1593,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6870,1593,'_sku','WH47'),(6871,1593,'_regular_price','0'),(6872,1593,'_price','0'),(6873,1593,'_thumbnail_id','0'),(6874,1593,'_stock','18'),(6875,1594,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6876,1594,'attribute_imprinting-on-ribbon','Imprinting'),(6877,1594,'attribute_candy-filling','Empty'),(6878,1594,'attribute_number-of-favors-per-centerpiece','10 Favors'),(6879,1594,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6880,1594,'_sku','WH47'),(6881,1594,'_regular_price','0'),(6882,1594,'_price','0'),(6883,1594,'_thumbnail_id','0'),(6884,1594,'_stock','18'),(6885,1595,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6886,1595,'attribute_imprinting-on-ribbon','Imprinting'),(6887,1595,'attribute_candy-filling','Filled'),(6888,1595,'attribute_number-of-favors-per-centerpiece','6 Favors'),(6889,1595,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6890,1595,'_sku','WH47'),(6891,1595,'_regular_price','0'),(6892,1595,'_price','0'),(6893,1595,'_thumbnail_id','0'),(6894,1595,'_stock','18'),(6895,1596,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6896,1596,'attribute_imprinting-on-ribbon','Imprinting'),(6897,1596,'attribute_candy-filling','Filled'),(6898,1596,'attribute_number-of-favors-per-centerpiece','8 Favors'),(6899,1596,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6900,1596,'_sku','WH47'),(6901,1596,'_regular_price','0'),(6902,1596,'_price','0'),(6903,1596,'_thumbnail_id','0'),(6904,1596,'_stock','18'),(6905,1597,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6906,1597,'attribute_imprinting-on-ribbon','Imprinting'),(6907,1597,'attribute_candy-filling','Filled'),(6908,1597,'attribute_number-of-favors-per-centerpiece','9 Favors'),(6909,1597,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6910,1597,'_sku','WH47'),(6911,1597,'_regular_price','0'),(6912,1597,'_price','0'),(6913,1597,'_thumbnail_id','0'),(6914,1597,'_stock','18'),(6915,1598,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6916,1598,'attribute_imprinting-on-ribbon','Imprinting'),(6917,1598,'attribute_candy-filling','Filled'),(6918,1598,'attribute_number-of-favors-per-centerpiece','10 Favors'),(6919,1598,'attribute_ribbon-text','CUSTOMER_TEXT_INPUT'),(6920,1598,'_sku','WH47'),(6921,1598,'_regular_price','0'),(6922,1598,'_price','0'),(6923,1598,'_thumbnail_id','0'),(6924,1598,'_stock','18'),(6925,1582,'_product_attributes','a:4:{s:20:\"imprinting-on-ribbon\";a:6:{s:4:\"name\";s:20:\"Imprinting on Ribbon\";s:5:\"value\";s:23:\"No Imprint | Imprinting\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}s:13:\"candy-filling\";a:6:{s:4:\"name\";s:13:\"Candy Filling\";s:5:\"value\";s:14:\"Empty | Filled\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}s:32:\"number-of-favors-per-centerpiece\";a:6:{s:4:\"name\";s:32:\"Number of favors per centerpiece\";s:5:\"value\";s:42:\"6 Favors | 8 Favors | 9 Favors | 10 Favors\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}s:11:\"ribbon-text\";a:6:{s:4:\"name\";s:11:\"Ribbon Text\";s:5:\"value\";s:19:\"CUSTOMER_TEXT_INPUT\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(6926,1582,'_max_variation_regular_price','0.0000'),(6927,1582,'_min_variation_regular_price','0.0000'),(6928,1582,'_max_variation_price','0.0000'),(6929,1582,'_min_variation_price','0.0000'),(6930,1599,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6931,1599,'osc_id','1059'),(6932,1599,'_sku','WH48'),(6933,1599,'_regular_price','0.0000'),(6934,1599,'_price','0.0000'),(6935,1599,'_visibility','visible'),(6936,1599,'_stock_status','instock'),(6937,1599,'_manage_stock','1'),(6938,1599,'_stock','15'),(6939,1600,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6940,1600,'osc_id','1060'),(6941,1600,'_sku','WH49'),(6942,1600,'_regular_price','0.0000'),(6943,1600,'_price','0.0000'),(6944,1600,'_visibility','visible'),(6945,1600,'_stock_status','instock'),(6946,1600,'_manage_stock','1'),(6947,1600,'_stock','18'),(6948,1601,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6949,1601,'osc_id','1061'),(6950,1601,'_sku','WH50'),(6951,1601,'_regular_price','0.0000'),(6952,1601,'_price','0.0000'),(6953,1601,'_visibility','visible'),(6954,1601,'_stock_status','instock'),(6955,1601,'_manage_stock','1'),(6956,1601,'_stock','18'),(6957,1602,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6958,1602,'osc_id','1062'),(6959,1602,'_sku','WH51'),(6960,1602,'_regular_price','0.0000'),(6961,1602,'_price','0.0000'),(6962,1602,'_visibility','visible'),(6963,1602,'_stock_status','instock'),(6964,1602,'_manage_stock','1'),(6965,1602,'_stock','14'),(6966,1603,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6967,1603,'osc_id','1063'),(6968,1603,'_sku','WH52'),(6969,1603,'_regular_price','0.0000'),(6970,1603,'_price','0.0000'),(6971,1603,'_visibility','visible'),(6972,1603,'_stock_status','instock'),(6973,1603,'_manage_stock','1'),(6974,1603,'_stock','15'),(6975,1604,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6976,1604,'osc_id','1064'),(6977,1604,'_sku','WH53'),(6978,1604,'_regular_price','0.0000'),(6979,1604,'_price','0.0000'),(6980,1604,'_visibility','visible'),(6981,1604,'_stock_status','instock'),(6982,1604,'_manage_stock','1'),(6983,1604,'_stock','17'),(6984,1605,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6985,1605,'osc_id','1065'),(6986,1605,'_sku','WH54'),(6987,1605,'_regular_price','0.0000'),(6988,1605,'_price','0.0000'),(6989,1605,'_visibility','visible'),(6990,1605,'_stock_status','instock'),(6991,1605,'_manage_stock','1'),(6992,1605,'_stock','14'),(6993,1606,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6994,1606,'osc_id','1066'),(6995,1606,'_sku','WH55'),(6996,1606,'_regular_price','0.0000'),(6997,1606,'_price','0.0000'),(6998,1606,'_visibility','visible'),(6999,1606,'_stock_status','instock'),(7000,1606,'_manage_stock','1'),(7001,1606,'_stock','0'),(7002,1607,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7003,1607,'osc_id','1067'),(7004,1607,'_sku','WH56'),(7005,1607,'_regular_price','0.0000'),(7006,1607,'_price','0.0000'),(7007,1607,'_visibility','visible'),(7008,1607,'_stock_status','instock'),(7009,1607,'_manage_stock','1'),(7010,1607,'_stock','15'),(7011,1608,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7012,1608,'osc_id','1068'),(7013,1608,'_sku','WH57'),(7014,1608,'_regular_price','0.0000'),(7015,1608,'_price','0.0000'),(7016,1608,'_visibility','visible'),(7017,1608,'_stock_status','instock'),(7018,1608,'_manage_stock','1'),(7019,1608,'_stock','15'),(7020,1609,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7021,1609,'osc_id','1069'),(7022,1609,'_sku','WH58'),(7023,1609,'_regular_price','0.0000'),(7024,1609,'_price','0.0000'),(7025,1609,'_visibility','visible'),(7026,1609,'_stock_status','instock'),(7027,1609,'_manage_stock','1'),(7028,1609,'_stock','15'),(7029,1610,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7030,1610,'osc_id','1070'),(7031,1610,'_sku','WH59'),(7032,1610,'_regular_price','0.0000'),(7033,1610,'_price','0.0000'),(7034,1610,'_visibility','visible'),(7035,1610,'_stock_status','instock'),(7036,1610,'_manage_stock','1'),(7037,1610,'_stock','15'),(7038,1611,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7039,1611,'osc_id','1071'),(7040,1611,'_sku','WH60'),(7041,1611,'_regular_price','0.0000'),(7042,1611,'_price','0.0000'),(7043,1611,'_visibility','visible'),(7044,1611,'_stock_status','instock'),(7045,1611,'_manage_stock','1'),(7046,1611,'_stock','15'),(7047,1612,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7048,1612,'osc_id','1072'),(7049,1612,'_sku','WH61'),(7050,1612,'_regular_price','0.0000'),(7051,1612,'_price','0.0000'),(7052,1612,'_visibility','visible'),(7053,1612,'_stock_status','instock'),(7054,1612,'_manage_stock','1'),(7055,1612,'_stock','16'),(7056,1613,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7057,1613,'osc_id','1073'),(7058,1613,'_sku','WH62'),(7059,1613,'_regular_price','0.0000'),(7060,1613,'_price','0.0000'),(7061,1613,'_visibility','visible'),(7062,1613,'_stock_status','instock'),(7063,1613,'_manage_stock','1'),(7064,1613,'_stock','15'),(7065,1614,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7066,1614,'osc_id','1074'),(7067,1614,'_sku','WH63'),(7068,1614,'_regular_price','0.0000'),(7069,1614,'_price','0.0000'),(7070,1614,'_visibility','visible'),(7071,1614,'_stock_status','instock'),(7072,1614,'_manage_stock','1'),(7073,1614,'_stock','12'),(7074,1615,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7075,1615,'osc_id','1075'),(7076,1615,'_sku','WH64'),(7077,1615,'_regular_price','0.0000'),(7078,1615,'_price','0.0000'),(7079,1615,'_visibility','visible'),(7080,1615,'_stock_status','instock'),(7081,1615,'_manage_stock','1'),(7082,1615,'_stock','18'),(7083,1616,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7084,1616,'osc_id','1076'),(7085,1616,'_sku','WH65'),(7086,1616,'_regular_price','0.0000'),(7087,1616,'_price','0.0000'),(7088,1616,'_visibility','visible'),(7089,1616,'_stock_status','outofstock'),(7090,1616,'_manage_stock','1'),(7091,1616,'_stock','0'),(7092,1617,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7093,1617,'osc_id','1077'),(7094,1617,'_sku','WH66'),(7095,1617,'_regular_price','0.0000'),(7096,1617,'_price','0.0000'),(7097,1617,'_visibility','visible'),(7098,1617,'_stock_status','outofstock'),(7099,1617,'_manage_stock','1'),(7100,1617,'_stock','0'),(7101,1618,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7102,1618,'osc_id','1078'),(7103,1618,'_sku','WH67'),(7104,1618,'_regular_price','0.0000'),(7105,1618,'_price','0.0000'),(7106,1618,'_visibility','visible'),(7107,1618,'_stock_status','instock'),(7108,1618,'_manage_stock','1'),(7109,1618,'_stock','15'),(7110,1619,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7111,1619,'osc_id','1079'),(7112,1619,'_sku','WH68'),(7113,1619,'_regular_price','0.0000'),(7114,1619,'_price','0.0000'),(7115,1619,'_visibility','visible'),(7116,1619,'_stock_status','instock'),(7117,1619,'_manage_stock','1'),(7118,1619,'_stock','18'),(7119,1620,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7120,1620,'osc_id','1080'),(7121,1620,'_sku','WH69'),(7122,1620,'_regular_price','0.0000'),(7123,1620,'_price','0.0000'),(7124,1620,'_visibility','visible'),(7125,1620,'_stock_status','instock'),(7126,1620,'_manage_stock','1'),(7127,1620,'_stock','18'),(7128,1621,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7129,1621,'osc_id','1081'),(7130,1621,'_sku','WH70'),(7131,1621,'_regular_price','0.0000'),(7132,1621,'_price','0.0000'),(7133,1621,'_visibility','visible'),(7134,1621,'_stock_status','instock'),(7135,1621,'_manage_stock','1'),(7136,1621,'_stock','18'),(7137,1622,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7138,1622,'osc_id','1082'),(7139,1622,'_sku','WH71'),(7140,1622,'_regular_price','0.0000'),(7141,1622,'_price','0.0000'),(7142,1622,'_visibility','visible'),(7143,1622,'_stock_status','instock'),(7144,1622,'_manage_stock','1'),(7145,1622,'_stock','18'),(7146,1623,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7147,1623,'osc_id','1083'),(7148,1623,'_sku','WH72'),(7149,1623,'_regular_price','0.0000'),(7150,1623,'_price','0.0000'),(7151,1623,'_visibility','visible'),(7152,1623,'_stock_status','instock'),(7153,1623,'_manage_stock','1'),(7154,1623,'_stock','18'),(7155,1624,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7156,1624,'osc_id','1084'),(7157,1624,'_sku','WH73'),(7158,1624,'_regular_price','0.0000'),(7159,1624,'_price','0.0000'),(7160,1624,'_visibility','visible'),(7161,1624,'_stock_status','instock'),(7162,1624,'_manage_stock','1'),(7163,1624,'_stock','17'),(7164,1625,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7165,1625,'osc_id','1085'),(7166,1625,'_sku','WH74'),(7167,1625,'_regular_price','0.0000'),(7168,1625,'_price','0.0000'),(7169,1625,'_visibility','visible'),(7170,1625,'_stock_status','instock'),(7171,1625,'_manage_stock','1'),(7172,1625,'_stock','15'),(7173,1626,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7174,1626,'osc_id','1086'),(7175,1626,'_sku','WH75'),(7176,1626,'_regular_price','0.0000'),(7177,1626,'_price','0.0000'),(7178,1626,'_visibility','visible'),(7179,1626,'_stock_status','instock'),(7180,1626,'_manage_stock','1'),(7181,1626,'_stock','15'),(7182,1627,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7183,1627,'osc_id','1087'),(7184,1627,'_sku','WH76'),(7185,1627,'_regular_price','0.0000'),(7186,1627,'_price','0.0000'),(7187,1627,'_visibility','visible'),(7188,1627,'_stock_status','instock'),(7189,1627,'_manage_stock','1'),(7190,1627,'_stock','15'),(7191,1628,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7192,1628,'osc_id','1088'),(7193,1628,'_sku','WH77'),(7194,1628,'_regular_price','0.0000'),(7195,1628,'_price','0.0000'),(7196,1628,'_visibility','visible'),(7197,1628,'_stock_status','instock'),(7198,1628,'_manage_stock','1'),(7199,1628,'_stock','15'),(7200,1629,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7201,1629,'osc_id','1089'),(7202,1629,'_sku','WH78'),(7203,1629,'_regular_price','0.0000'),(7204,1629,'_price','0.0000'),(7205,1629,'_visibility','visible'),(7206,1629,'_stock_status','instock'),(7207,1629,'_manage_stock','1'),(7208,1629,'_stock','15'),(7209,1630,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7210,1630,'osc_id','1090'),(7211,1630,'_sku','WH79'),(7212,1630,'_regular_price','0.0000'),(7213,1630,'_price','0.0000'),(7214,1630,'_visibility','visible'),(7215,1630,'_stock_status','instock'),(7216,1630,'_manage_stock','1'),(7217,1630,'_stock','15'),(7218,1631,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7219,1631,'osc_id','1091'),(7220,1631,'_sku','WH80'),(7221,1631,'_regular_price','0.0000'),(7222,1631,'_price','0.0000'),(7223,1631,'_visibility','visible'),(7224,1631,'_stock_status','instock'),(7225,1631,'_manage_stock','1'),(7226,1631,'_stock','18'),(7227,1632,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7228,1632,'osc_id','1092'),(7229,1632,'_sku','WH81'),(7230,1632,'_regular_price','0.0000'),(7231,1632,'_price','0.0000'),(7232,1632,'_visibility','visible'),(7233,1632,'_stock_status','instock'),(7234,1632,'_manage_stock','1'),(7235,1632,'_stock','18'),(7236,1633,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7237,1633,'osc_id','1093'),(7238,1633,'_sku','WH82'),(7239,1633,'_regular_price','0.0000'),(7240,1633,'_price','0.0000'),(7241,1633,'_visibility','visible'),(7242,1633,'_stock_status','instock'),(7243,1633,'_manage_stock','1'),(7244,1633,'_stock','15'),(7245,1634,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7246,1634,'osc_id','1094'),(7247,1634,'_sku','WH83'),(7248,1634,'_regular_price','0.0000'),(7249,1634,'_price','0.0000'),(7250,1634,'_visibility','visible'),(7251,1634,'_stock_status','instock'),(7252,1634,'_manage_stock','1'),(7253,1634,'_stock','15'),(7254,1635,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7255,1635,'osc_id','1095'),(7256,1635,'_sku','WH84'),(7257,1635,'_regular_price','0.0000'),(7258,1635,'_price','0.0000'),(7259,1635,'_visibility','visible'),(7260,1635,'_stock_status','instock'),(7261,1635,'_manage_stock','1'),(7262,1635,'_stock','15'),(7263,1636,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7264,1636,'osc_id','1096'),(7265,1636,'_sku','WH85'),(7266,1636,'_regular_price','0.0000'),(7267,1636,'_price','0.0000'),(7268,1636,'_visibility','visible'),(7269,1636,'_stock_status','instock'),(7270,1636,'_manage_stock','1'),(7271,1636,'_stock','19'),(7272,1637,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7273,1637,'osc_id','1097'),(7274,1637,'_sku','WH86'),(7275,1637,'_regular_price','0.0000'),(7276,1637,'_price','0.0000'),(7277,1637,'_visibility','visible'),(7278,1637,'_stock_status','instock'),(7279,1637,'_manage_stock','1'),(7280,1637,'_stock','18'),(7281,1638,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7282,1638,'osc_id','1098'),(7283,1638,'_sku','WH87'),(7284,1638,'_regular_price','0.0000'),(7285,1638,'_price','0.0000'),(7286,1638,'_visibility','visible'),(7287,1638,'_stock_status','instock'),(7288,1638,'_manage_stock','1'),(7289,1638,'_stock','17'),(7290,1639,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7291,1639,'osc_id','1099'),(7292,1639,'_sku','WH88'),(7293,1639,'_regular_price','0.0000'),(7294,1639,'_price','0.0000'),(7295,1639,'_visibility','visible'),(7296,1639,'_stock_status','instock'),(7297,1639,'_manage_stock','1'),(7298,1639,'_stock','19'),(7299,1640,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7300,1640,'osc_id','1100'),(7301,1640,'_sku','WH89'),(7302,1640,'_regular_price','0.0000'),(7303,1640,'_price','0.0000'),(7304,1640,'_visibility','visible'),(7305,1640,'_stock_status','instock'),(7306,1640,'_manage_stock','1'),(7307,1640,'_stock','18'),(7308,1641,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7309,1641,'osc_id','1101'),(7310,1641,'_sku','WH90'),(7311,1641,'_regular_price','0.0000'),(7312,1641,'_price','0.0000'),(7313,1641,'_visibility','visible'),(7314,1641,'_stock_status','instock'),(7315,1641,'_manage_stock','1'),(7316,1641,'_stock','19'),(7317,1642,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7318,1642,'osc_id','1102'),(7319,1642,'_sku','WH91'),(7320,1642,'_regular_price','0.0000'),(7321,1642,'_price','0.0000'),(7322,1642,'_visibility','visible'),(7323,1642,'_stock_status','instock'),(7324,1642,'_manage_stock','1'),(7325,1642,'_stock','19'),(7326,1643,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7327,1643,'osc_id','1103'),(7328,1643,'_sku','WH92'),(7329,1643,'_regular_price','0.0000'),(7330,1643,'_price','0.0000'),(7331,1643,'_visibility','visible'),(7332,1643,'_stock_status','instock'),(7333,1643,'_manage_stock','1'),(7334,1643,'_stock','16'),(7335,1644,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7336,1644,'osc_id','1104'),(7337,1644,'_sku','WH93'),(7338,1644,'_regular_price','0.0000'),(7339,1644,'_price','0.0000'),(7340,1644,'_visibility','visible'),(7341,1644,'_stock_status','instock'),(7342,1644,'_manage_stock','1'),(7343,1644,'_stock','16'),(7344,1645,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7345,1645,'osc_id','1105'),(7346,1645,'_sku','WH94'),(7347,1645,'_regular_price','0.0000'),(7348,1645,'_price','0.0000'),(7349,1645,'_visibility','visible'),(7350,1645,'_stock_status','instock'),(7351,1645,'_manage_stock','1'),(7352,1645,'_stock','18'),(7353,1646,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7354,1646,'osc_id','1106'),(7355,1646,'_sku','WH95'),(7356,1646,'_regular_price','0.0000'),(7357,1646,'_price','0.0000'),(7358,1646,'_visibility','visible'),(7359,1646,'_stock_status','instock'),(7360,1646,'_manage_stock','1'),(7361,1646,'_stock','19'),(7362,1647,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7363,1647,'osc_id','1107'),(7364,1647,'_sku','WH96'),(7365,1647,'_regular_price','0.0000'),(7366,1647,'_price','0.0000'),(7367,1647,'_visibility','visible'),(7368,1647,'_stock_status','instock'),(7369,1647,'_manage_stock','1'),(7370,1647,'_stock','19'),(7371,1648,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7372,1648,'osc_id','1108'),(7373,1648,'_sku','WH97'),(7374,1648,'_regular_price','0.0000'),(7375,1648,'_price','0.0000'),(7376,1648,'_visibility','visible'),(7377,1648,'_stock_status','instock'),(7378,1648,'_manage_stock','1'),(7379,1648,'_stock','19'),(7380,1649,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7381,1649,'osc_id','1109'),(7382,1649,'_sku','WH98'),(7383,1649,'_regular_price','0.0000'),(7384,1649,'_price','0.0000'),(7385,1649,'_visibility','visible'),(7386,1649,'_stock_status','instock'),(7387,1649,'_manage_stock','1'),(7388,1649,'_stock','19'),(7389,1650,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7390,1650,'osc_id','1110'),(7391,1650,'_sku','WH99'),(7392,1650,'_regular_price','0.0000'),(7393,1650,'_price','0.0000'),(7394,1650,'_visibility','visible'),(7395,1650,'_stock_status','instock'),(7396,1650,'_manage_stock','1'),(7397,1650,'_stock','17'),(7398,1651,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7399,1651,'osc_id','1111'),(7400,1651,'_sku','WH00'),(7401,1651,'_regular_price','0.0000'),(7402,1651,'_price','0.0000'),(7403,1651,'_visibility','visible'),(7404,1651,'_stock_status','instock'),(7405,1651,'_manage_stock','1'),(7406,1651,'_stock','18'),(7407,1652,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7408,1652,'osc_id','1112'),(7409,1652,'_sku','WH01'),(7410,1652,'_regular_price','0.0000'),(7411,1652,'_price','0.0000'),(7412,1652,'_visibility','visible'),(7413,1652,'_stock_status','instock'),(7414,1652,'_manage_stock','1'),(7415,1652,'_stock','18'),(7416,1653,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7417,1653,'osc_id','1113'),(7418,1653,'_sku','WH02'),(7419,1653,'_regular_price','0.0000'),(7420,1653,'_price','0.0000'),(7421,1653,'_visibility','visible'),(7422,1653,'_stock_status','instock'),(7423,1653,'_manage_stock','1'),(7424,1653,'_stock','18'),(7425,1654,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7426,1654,'osc_id','1114'),(7427,1654,'_sku','WH03'),(7428,1654,'_regular_price','0.0000'),(7429,1654,'_price','0.0000'),(7430,1654,'_visibility','visible'),(7431,1654,'_stock_status','instock'),(7432,1654,'_manage_stock','1'),(7433,1654,'_stock','17'),(7434,1655,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7435,1655,'osc_id','1115'),(7436,1655,'_sku','WH04'),(7437,1655,'_regular_price','0.0000'),(7438,1655,'_price','0.0000'),(7439,1655,'_visibility','visible'),(7440,1655,'_stock_status','instock'),(7441,1655,'_manage_stock','1'),(7442,1655,'_stock','15'),(7443,1656,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7444,1656,'osc_id','1116'),(7445,1656,'_sku','WH05'),(7446,1656,'_regular_price','0.0000'),(7447,1656,'_price','0.0000'),(7448,1656,'_visibility','visible'),(7449,1656,'_stock_status','instock'),(7450,1656,'_manage_stock','1'),(7451,1656,'_stock','16'),(7452,1657,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7453,1657,'osc_id','1117'),(7454,1657,'_sku','WH06'),(7455,1657,'_regular_price','0.0000'),(7456,1657,'_price','0.0000'),(7457,1657,'_visibility','visible'),(7458,1657,'_stock_status','instock'),(7459,1657,'_manage_stock','1'),(7460,1657,'_stock','18'),(7461,1658,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7462,1658,'osc_id','1118'),(7463,1658,'_sku','WH07'),(7464,1658,'_regular_price','0.0000'),(7465,1658,'_price','0.0000'),(7466,1658,'_visibility','visible'),(7467,1658,'_stock_status','instock'),(7468,1658,'_manage_stock','1'),(7469,1658,'_stock','16'),(7470,1659,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7471,1659,'osc_id','1119'),(7472,1659,'_sku','WH08'),(7473,1659,'_regular_price','0.0000'),(7474,1659,'_price','0.0000'),(7475,1659,'_visibility','visible'),(7476,1659,'_stock_status','instock'),(7477,1659,'_manage_stock','1'),(7478,1659,'_stock','19'),(7479,1660,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7480,1660,'osc_id','1120'),(7481,1660,'_sku','WH09'),(7482,1660,'_regular_price','0.0000'),(7483,1660,'_price','0.0000'),(7484,1660,'_visibility','visible'),(7485,1660,'_stock_status','instock'),(7486,1660,'_manage_stock','1'),(7487,1660,'_stock','18'),(7488,1661,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7489,1661,'osc_id','1121'),(7490,1661,'_sku','WH10'),(7491,1661,'_regular_price','0.0000'),(7492,1661,'_price','0.0000'),(7493,1661,'_visibility','visible'),(7494,1661,'_stock_status','instock'),(7495,1661,'_manage_stock','1'),(7496,1661,'_stock','15'),(7497,1662,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7498,1662,'osc_id','1122'),(7499,1662,'_sku','WH11'),(7500,1662,'_regular_price','0.0000'),(7501,1662,'_price','0.0000'),(7502,1662,'_visibility','visible'),(7503,1662,'_stock_status','instock'),(7504,1662,'_manage_stock','1'),(7505,1662,'_stock','14'),(7506,1663,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7507,1663,'osc_id','1123'),(7508,1663,'_sku','WH12'),(7509,1663,'_regular_price','0.0000'),(7510,1663,'_price','0.0000'),(7511,1663,'_visibility','visible'),(7512,1663,'_stock_status','instock'),(7513,1663,'_manage_stock','1'),(7514,1663,'_stock','18'),(7515,1664,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7516,1664,'osc_id','1124'),(7517,1664,'_sku','WH13'),(7518,1664,'_regular_price','0.0000'),(7519,1664,'_price','0.0000'),(7520,1664,'_visibility','visible'),(7521,1664,'_stock_status','instock'),(7522,1664,'_manage_stock','1'),(7523,1664,'_stock','18'),(7524,1665,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7525,1665,'osc_id','1125'),(7526,1665,'_sku','GN01'),(7527,1665,'_regular_price','0.0000'),(7528,1665,'_price','0.0000'),(7529,1665,'_visibility','visible'),(7530,1665,'_stock_status','instock'),(7531,1665,'_manage_stock','1'),(7532,1665,'_stock','10'),(7533,1666,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7534,1666,'osc_id','1126'),(7535,1666,'_sku','GN02'),(7536,1666,'_regular_price','0.0000'),(7537,1666,'_price','0.0000'),(7538,1666,'_visibility','visible'),(7539,1666,'_stock_status','instock'),(7540,1666,'_manage_stock','1'),(7541,1666,'_stock','14'),(7542,1667,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7543,1667,'osc_id','1127'),(7544,1667,'_sku','GN03'),(7545,1667,'_regular_price','0.0000'),(7546,1667,'_price','0.0000'),(7547,1667,'_visibility','visible'),(7548,1667,'_stock_status','instock'),(7549,1667,'_manage_stock','1'),(7550,1667,'_stock','14'),(7551,1668,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7552,1668,'osc_id','1128'),(7553,1668,'_sku','GN04'),(7554,1668,'_regular_price','0.0000'),(7555,1668,'_price','0.0000'),(7556,1668,'_visibility','visible'),(7557,1668,'_stock_status','instock'),(7558,1668,'_manage_stock','1'),(7559,1668,'_stock','13'),(7560,1669,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7561,1669,'osc_id','1129'),(7562,1669,'_sku','GN05'),(7563,1669,'_regular_price','0.0000'),(7564,1669,'_price','0.0000'),(7565,1669,'_visibility','visible'),(7566,1669,'_stock_status','instock'),(7567,1669,'_manage_stock','1'),(7568,1669,'_stock','13'),(7569,1670,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7570,1670,'osc_id','1130'),(7571,1670,'_sku','GN06'),(7572,1670,'_regular_price','0.0000'),(7573,1670,'_price','0.0000'),(7574,1670,'_visibility','visible'),(7575,1670,'_stock_status','instock'),(7576,1670,'_manage_stock','1'),(7577,1670,'_stock','14'),(7578,1671,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7579,1671,'osc_id','1131'),(7580,1671,'_sku','GN07'),(7581,1671,'_regular_price','0.0000'),(7582,1671,'_price','0.0000'),(7583,1671,'_visibility','visible'),(7584,1671,'_stock_status','instock'),(7585,1671,'_manage_stock','1'),(7586,1671,'_stock','14'),(7587,1672,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7588,1672,'osc_id','1132'),(7589,1672,'_sku','GN08'),(7590,1672,'_regular_price','0.0000'),(7591,1672,'_price','0.0000'),(7592,1672,'_visibility','visible'),(7593,1672,'_stock_status','instock'),(7594,1672,'_manage_stock','1'),(7595,1672,'_stock','15'),(7596,1673,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7597,1673,'osc_id','1133'),(7598,1673,'_sku','GN09'),(7599,1673,'_regular_price','0.0000'),(7600,1673,'_price','0.0000'),(7601,1673,'_visibility','visible'),(7602,1673,'_stock_status','instock'),(7603,1673,'_manage_stock','1'),(7604,1673,'_stock','15'),(7605,1674,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7606,1674,'osc_id','1134'),(7607,1674,'_sku','GN10'),(7608,1674,'_regular_price','0.0000'),(7609,1674,'_price','0.0000'),(7610,1674,'_visibility','visible'),(7611,1674,'_stock_status','instock'),(7612,1674,'_manage_stock','1'),(7613,1674,'_stock','15'),(7614,1675,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7615,1675,'osc_id','1135'),(7616,1675,'_sku','GN11'),(7617,1675,'_regular_price','0.0000'),(7618,1675,'_price','0.0000'),(7619,1675,'_visibility','visible'),(7620,1675,'_stock_status','instock'),(7621,1675,'_manage_stock','1'),(7622,1675,'_stock','14'),(7623,1676,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7624,1676,'osc_id','1136'),(7625,1676,'_sku','GN12'),(7626,1676,'_regular_price','0.0000'),(7627,1676,'_price','0.0000'),(7628,1676,'_visibility','visible'),(7629,1676,'_stock_status','instock'),(7630,1676,'_manage_stock','1'),(7631,1676,'_stock','15'),(7632,1677,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7633,1677,'osc_id','1137'),(7634,1677,'_sku','GN13'),(7635,1677,'_regular_price','0.0000'),(7636,1677,'_price','0.0000'),(7637,1677,'_visibility','visible'),(7638,1677,'_stock_status','instock'),(7639,1677,'_manage_stock','1'),(7640,1677,'_stock','13'),(7641,1678,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7642,1678,'osc_id','1138'),(7643,1678,'_sku','GN14'),(7644,1678,'_regular_price','0.0000'),(7645,1678,'_price','0.0000'),(7646,1678,'_visibility','visible'),(7647,1678,'_stock_status','instock'),(7648,1678,'_manage_stock','1'),(7649,1678,'_stock','15'),(7650,1679,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7651,1679,'osc_id','1139'),(7652,1679,'_sku','SW01'),(7653,1679,'_regular_price','0.0000'),(7654,1679,'_price','0.0000'),(7655,1679,'_visibility','visible'),(7656,1679,'_stock_status','instock'),(7657,1679,'_manage_stock','1'),(7658,1679,'_stock','12'),(7659,1680,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7660,1680,'osc_id','1140'),(7661,1680,'_sku','SW02'),(7662,1680,'_regular_price','0.0000'),(7663,1680,'_price','0.0000'),(7664,1680,'_visibility','visible'),(7665,1680,'_stock_status','instock'),(7666,1680,'_manage_stock','1'),(7667,1680,'_stock','12'),(7668,1681,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7669,1681,'osc_id','1141'),(7670,1681,'_sku','SW03'),(7671,1681,'_regular_price','0.0000'),(7672,1681,'_price','0.0000'),(7673,1681,'_visibility','visible'),(7674,1681,'_stock_status','instock'),(7675,1681,'_manage_stock','1'),(7676,1681,'_stock','10'),(7677,1682,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7678,1682,'osc_id','1142'),(7679,1682,'_sku','SW04'),(7680,1682,'_regular_price','0.0000'),(7681,1682,'_price','0.0000'),(7682,1682,'_visibility','visible'),(7683,1682,'_stock_status','instock'),(7684,1682,'_manage_stock','1'),(7685,1682,'_stock','14'),(7686,1683,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7687,1683,'osc_id','1143'),(7688,1683,'_sku','SW05'),(7689,1683,'_regular_price','0.0000'),(7690,1683,'_price','0.0000'),(7691,1683,'_visibility','visible'),(7692,1683,'_stock_status','instock'),(7693,1683,'_manage_stock','1'),(7694,1683,'_stock','14'),(7695,1684,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7696,1684,'osc_id','1144'),(7697,1684,'_sku','SW06'),(7698,1684,'_regular_price','0.0000'),(7699,1684,'_price','0.0000'),(7700,1684,'_visibility','visible'),(7701,1684,'_stock_status','instock'),(7702,1684,'_manage_stock','1'),(7703,1684,'_stock','13'),(7704,1685,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7705,1685,'osc_id','1145'),(7706,1685,'_sku','SW07'),(7707,1685,'_regular_price','0.0000'),(7708,1685,'_price','0.0000'),(7709,1685,'_visibility','visible'),(7710,1685,'_stock_status','instock'),(7711,1685,'_manage_stock','1'),(7712,1685,'_stock','13'),(7713,1686,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7714,1686,'osc_id','1146'),(7715,1686,'_sku','SW08'),(7716,1686,'_regular_price','0.0000'),(7717,1686,'_price','0.0000'),(7718,1686,'_visibility','visible'),(7719,1686,'_stock_status','instock'),(7720,1686,'_manage_stock','1'),(7721,1686,'_stock','11'),(7722,1687,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7723,1687,'osc_id','1147'),(7724,1687,'_sku','SW09'),(7725,1687,'_regular_price','0.0000'),(7726,1687,'_price','0.0000'),(7727,1687,'_visibility','visible'),(7728,1687,'_stock_status','instock'),(7729,1687,'_manage_stock','1'),(7730,1687,'_stock','11'),(7731,1688,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7732,1688,'osc_id','1148'),(7733,1688,'_sku','SW10'),(7734,1688,'_regular_price','0.0000'),(7735,1688,'_price','0.0000'),(7736,1688,'_visibility','visible'),(7737,1688,'_stock_status','instock'),(7738,1688,'_manage_stock','1'),(7739,1688,'_stock','16'),(7740,1689,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7741,1689,'osc_id','1149'),(7742,1689,'_sku','SW11'),(7743,1689,'_regular_price','0.0000'),(7744,1689,'_price','0.0000'),(7745,1689,'_visibility','visible'),(7746,1689,'_stock_status','instock'),(7747,1689,'_manage_stock','1'),(7748,1689,'_stock','15'),(7749,1690,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7750,1690,'osc_id','1150'),(7751,1690,'_sku','SW12'),(7752,1690,'_regular_price','0.0000'),(7753,1690,'_price','0.0000'),(7754,1690,'_visibility','visible'),(7755,1690,'_stock_status','instock'),(7756,1690,'_manage_stock','1'),(7757,1690,'_stock','13'),(7758,1691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7759,1691,'osc_id','1151'),(7760,1691,'_sku','SW13'),(7761,1691,'_regular_price','0.0000'),(7762,1691,'_price','0.0000'),(7763,1691,'_visibility','visible'),(7764,1691,'_stock_status','instock'),(7765,1691,'_manage_stock','1'),(7766,1691,'_stock','8'),(7767,1692,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7768,1692,'osc_id','1152'),(7769,1692,'_sku','SW14'),(7770,1692,'_regular_price','0.0000'),(7771,1692,'_price','0.0000'),(7772,1692,'_visibility','visible'),(7773,1692,'_stock_status','instock'),(7774,1692,'_manage_stock','1'),(7775,1692,'_stock','12'),(7776,1693,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7777,1693,'osc_id','1153'),(7778,1693,'_sku','SW15'),(7779,1693,'_regular_price','0.0000'),(7780,1693,'_price','0.0000'),(7781,1693,'_visibility','visible'),(7782,1693,'_stock_status','instock'),(7783,1693,'_manage_stock','1'),(7784,1693,'_stock','16'),(7785,1694,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7786,1694,'osc_id','1154'),(7787,1694,'_sku','SW16'),(7788,1694,'_regular_price','0.0000'),(7789,1694,'_price','0.0000'),(7790,1694,'_visibility','visible'),(7791,1694,'_stock_status','outofstock'),(7792,1694,'_manage_stock','1'),(7793,1694,'_stock','0'),(7794,1695,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7795,1695,'osc_id','1155'),(7796,1695,'_sku','SW17'),(7797,1695,'_regular_price','0.0000'),(7798,1695,'_price','0.0000'),(7799,1695,'_visibility','visible'),(7800,1695,'_stock_status','instock'),(7801,1695,'_manage_stock','1'),(7802,1695,'_stock','10'),(7803,1696,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7804,1696,'osc_id','1156'),(7805,1696,'_sku','SW18'),(7806,1696,'_regular_price','0.0000'),(7807,1696,'_price','0.0000'),(7808,1696,'_visibility','visible'),(7809,1696,'_stock_status','instock'),(7810,1696,'_manage_stock','1'),(7811,1696,'_stock','12'),(7812,1697,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7813,1697,'osc_id','1157'),(7814,1697,'_sku','SW19'),(7815,1697,'_regular_price','0.0000'),(7816,1697,'_price','0.0000'),(7817,1697,'_visibility','visible'),(7818,1697,'_stock_status','instock'),(7819,1697,'_manage_stock','1'),(7820,1697,'_stock','10'),(7821,1698,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7822,1698,'osc_id','1158'),(7823,1698,'_sku','WE01'),(7824,1698,'_regular_price','0.0000'),(7825,1698,'_price','0.0000'),(7826,1698,'_visibility','visible'),(7827,1698,'_stock_status','instock'),(7828,1698,'_manage_stock','1'),(7829,1698,'_stock','11'),(7830,1699,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7831,1699,'osc_id','1159'),(7832,1699,'_sku','WE02'),(7833,1699,'_regular_price','0.0000'),(7834,1699,'_price','0.0000'),(7835,1699,'_visibility','visible'),(7836,1699,'_stock_status','instock'),(7837,1699,'_manage_stock','1'),(7838,1699,'_stock','13'),(7839,1700,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7840,1700,'osc_id','1160'),(7841,1700,'_sku','WE03'),(7842,1700,'_regular_price','0.0000'),(7843,1700,'_price','0.0000'),(7844,1700,'_visibility','visible'),(7845,1700,'_stock_status','instock'),(7846,1700,'_manage_stock','1'),(7847,1700,'_stock','16'),(7848,1701,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7849,1701,'osc_id','1161'),(7850,1701,'_sku','WE04'),(7851,1701,'_regular_price','0.0000'),(7852,1701,'_price','0.0000'),(7853,1701,'_visibility','visible'),(7854,1701,'_stock_status','instock'),(7855,1701,'_manage_stock','1'),(7856,1701,'_stock','14'),(7857,1702,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7858,1702,'osc_id','1162'),(7859,1702,'_sku','WE05'),(7860,1702,'_regular_price','0.0000'),(7861,1702,'_price','0.0000'),(7862,1702,'_visibility','visible'),(7863,1702,'_stock_status','instock'),(7864,1702,'_manage_stock','1'),(7865,1702,'_stock','12'),(7866,1703,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7867,1703,'osc_id','1163'),(7868,1703,'_sku','WE06'),(7869,1703,'_regular_price','0.0000'),(7870,1703,'_price','0.0000'),(7871,1703,'_visibility','visible'),(7872,1703,'_stock_status','instock'),(7873,1703,'_manage_stock','1'),(7874,1703,'_stock','14'),(7875,1704,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7876,1704,'osc_id','1164'),(7877,1704,'_sku','WE07'),(7878,1704,'_regular_price','0.0000'),(7879,1704,'_price','0.0000'),(7880,1704,'_visibility','visible'),(7881,1704,'_stock_status','instock'),(7882,1704,'_manage_stock','1'),(7883,1704,'_stock','9'),(7884,1705,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7885,1705,'osc_id','1165'),(7886,1705,'_sku','WE08'),(7887,1705,'_regular_price','0.0000'),(7888,1705,'_price','0.0000'),(7889,1705,'_visibility','visible'),(7890,1705,'_stock_status','instock'),(7891,1705,'_manage_stock','1'),(7892,1705,'_stock','10'),(7893,1706,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7894,1706,'osc_id','1166'),(7895,1706,'_sku','WE09'),(7896,1706,'_regular_price','0.0000'),(7897,1706,'_price','0.0000'),(7898,1706,'_visibility','visible'),(7899,1706,'_stock_status','outofstock'),(7900,1706,'_manage_stock','1'),(7901,1706,'_stock','0'),(7902,1707,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7903,1707,'osc_id','1167'),(7904,1707,'_sku','WE10'),(7905,1707,'_regular_price','0.0000'),(7906,1707,'_price','0.0000'),(7907,1707,'_visibility','visible'),(7908,1707,'_stock_status','instock'),(7909,1707,'_manage_stock','1'),(7910,1707,'_stock','7'),(7911,1708,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7912,1708,'osc_id','1168'),(7913,1708,'_sku','WE11'),(7914,1708,'_regular_price','0.0000'),(7915,1708,'_price','0.0000'),(7916,1708,'_visibility','visible'),(7917,1708,'_stock_status','instock'),(7918,1708,'_manage_stock','1'),(7919,1708,'_stock','15'),(7920,1709,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7921,1709,'osc_id','1169'),(7922,1709,'_sku','WE12'),(7923,1709,'_regular_price','0.0000'),(7924,1709,'_price','0.0000'),(7925,1709,'_visibility','visible'),(7926,1709,'_stock_status','instock'),(7927,1709,'_manage_stock','1'),(7928,1709,'_stock','9'),(7929,1710,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7930,1710,'osc_id','1170'),(7931,1710,'_sku','WE13'),(7932,1710,'_regular_price','0.0000'),(7933,1710,'_price','0.0000'),(7934,1710,'_visibility','visible'),(7935,1710,'_stock_status','instock'),(7936,1710,'_manage_stock','1'),(7937,1710,'_stock','11'),(7938,1711,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7939,1711,'osc_id','1171'),(7940,1711,'_sku','WE14'),(7941,1711,'_regular_price','0.0000'),(7942,1711,'_price','0.0000'),(7943,1711,'_visibility','visible'),(7944,1711,'_stock_status','instock'),(7945,1711,'_manage_stock','1'),(7946,1711,'_stock','13'),(7947,1712,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7948,1712,'osc_id','1172'),(7949,1712,'_sku','WE15'),(7950,1712,'_regular_price','0.0000'),(7951,1712,'_price','0.0000'),(7952,1712,'_visibility','visible'),(7953,1712,'_stock_status','instock'),(7954,1712,'_manage_stock','1'),(7955,1712,'_stock','12'),(7956,1713,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7957,1713,'osc_id','1173'),(7958,1713,'_sku','WE16'),(7959,1713,'_regular_price','0.0000'),(7960,1713,'_price','0.0000'),(7961,1713,'_visibility','visible'),(7962,1713,'_stock_status','instock'),(7963,1713,'_manage_stock','1'),(7964,1713,'_stock','8'),(7965,1714,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7966,1714,'osc_id','1174'),(7967,1714,'_sku','WE17'),(7968,1714,'_regular_price','0.0000'),(7969,1714,'_price','0.0000'),(7970,1714,'_visibility','visible'),(7971,1714,'_stock_status','instock'),(7972,1714,'_manage_stock','1'),(7973,1714,'_stock','9'),(7974,1715,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7975,1715,'osc_id','1175'),(7976,1715,'_sku','WE18'),(7977,1715,'_regular_price','0.0000'),(7978,1715,'_price','0.0000'),(7979,1715,'_visibility','visible'),(7980,1715,'_stock_status','instock'),(7981,1715,'_manage_stock','1'),(7982,1715,'_stock','7'),(7983,1716,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7984,1716,'osc_id','1176'),(7985,1716,'_sku','WE19'),(7986,1716,'_regular_price','0.0000'),(7987,1716,'_price','0.0000'),(7988,1716,'_visibility','visible'),(7989,1716,'_stock_status','instock'),(7990,1716,'_manage_stock','1'),(7991,1716,'_stock','9'),(7992,1717,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7993,1717,'osc_id','1177'),(7994,1717,'_sku','WE20'),(7995,1717,'_regular_price','0.0000'),(7996,1717,'_price','0.0000'),(7997,1717,'_visibility','visible'),(7998,1717,'_stock_status','instock'),(7999,1717,'_manage_stock','1'),(8000,1717,'_stock','12'),(8001,1718,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8002,1718,'osc_id','1178'),(8003,1718,'_sku','WE21'),(8004,1718,'_regular_price','0.0000'),(8005,1718,'_price','0.0000'),(8006,1718,'_visibility','visible'),(8007,1718,'_stock_status','instock'),(8008,1718,'_manage_stock','1'),(8009,1718,'_stock','12'),(8010,1719,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8011,1719,'osc_id','1179'),(8012,1719,'_sku','WE22'),(8013,1719,'_regular_price','0.0000'),(8014,1719,'_price','0.0000'),(8015,1719,'_visibility','visible'),(8016,1719,'_stock_status','instock'),(8017,1719,'_manage_stock','1'),(8018,1719,'_stock','9'),(8019,1720,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8020,1720,'osc_id','1180'),(8021,1720,'_sku','WE23'),(8022,1720,'_regular_price','0.0000'),(8023,1720,'_price','0.0000'),(8024,1720,'_visibility','visible'),(8025,1720,'_stock_status','instock'),(8026,1720,'_manage_stock','1'),(8027,1720,'_stock','15'),(8028,1721,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8029,1721,'osc_id','1181'),(8030,1721,'_sku','WE24'),(8031,1721,'_regular_price','0.0000'),(8032,1721,'_price','0.0000'),(8033,1721,'_visibility','visible'),(8034,1721,'_stock_status','instock'),(8035,1721,'_manage_stock','1'),(8036,1721,'_stock','14'),(8037,1722,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8038,1722,'osc_id','1182'),(8039,1722,'_sku','WE25'),(8040,1722,'_regular_price','0.0000'),(8041,1722,'_price','0.0000'),(8042,1722,'_visibility','visible'),(8043,1722,'_stock_status','instock'),(8044,1722,'_manage_stock','1'),(8045,1722,'_stock','20'),(8046,1723,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8047,1723,'osc_id','1183'),(8048,1723,'_sku','WE26'),(8049,1723,'_regular_price','0.0000'),(8050,1723,'_price','0.0000'),(8051,1723,'_visibility','visible'),(8052,1723,'_stock_status','instock'),(8053,1723,'_manage_stock','1'),(8054,1723,'_stock','21'),(8055,1724,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8056,1724,'osc_id','1184'),(8057,1724,'_sku','WE27'),(8058,1724,'_regular_price','0.0000'),(8059,1724,'_price','0.0000'),(8060,1724,'_visibility','visible'),(8061,1724,'_stock_status','instock'),(8062,1724,'_manage_stock','1'),(8063,1724,'_stock','17'),(8064,1725,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8065,1725,'osc_id','1185'),(8066,1725,'_sku','WE28'),(8067,1725,'_regular_price','0.0000'),(8068,1725,'_price','0.0000'),(8069,1725,'_visibility','visible'),(8070,1725,'_stock_status','instock'),(8071,1725,'_manage_stock','1'),(8072,1725,'_stock','20'),(8073,1726,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8074,1726,'osc_id','1186'),(8075,1726,'_sku','WE29'),(8076,1726,'_regular_price','0.0000'),(8077,1726,'_price','0.0000'),(8078,1726,'_visibility','visible'),(8079,1726,'_stock_status','instock'),(8080,1726,'_manage_stock','1'),(8081,1726,'_stock','11'),(8082,1727,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8083,1727,'osc_id','1187'),(8084,1727,'_sku','WE30'),(8085,1727,'_regular_price','0.0000'),(8086,1727,'_price','0.0000'),(8087,1727,'_visibility','visible'),(8088,1727,'_stock_status','instock'),(8089,1727,'_manage_stock','1'),(8090,1727,'_stock','10'),(8091,1728,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8092,1728,'osc_id','1188'),(8093,1728,'_sku','WE31'),(8094,1728,'_regular_price','0.0000'),(8095,1728,'_price','0.0000'),(8096,1728,'_visibility','visible'),(8097,1728,'_stock_status','instock'),(8098,1728,'_manage_stock','1'),(8099,1728,'_stock','9'),(8100,1729,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8101,1729,'osc_id','1189'),(8102,1729,'_sku','WE32'),(8103,1729,'_regular_price','0.0000'),(8104,1729,'_price','0.0000'),(8105,1729,'_visibility','visible'),(8106,1729,'_stock_status','instock'),(8107,1729,'_manage_stock','1'),(8108,1729,'_stock','10'),(8109,1730,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8110,1730,'osc_id','1190'),(8111,1730,'_sku','WE33'),(8112,1730,'_regular_price','0.0000'),(8113,1730,'_price','0.0000'),(8114,1730,'_visibility','visible'),(8115,1730,'_stock_status','instock'),(8116,1730,'_manage_stock','1'),(8117,1730,'_stock','14'),(8118,1731,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8119,1731,'osc_id','1192'),(8120,1731,'_sku','WE35'),(8121,1731,'_regular_price','0.0000'),(8122,1731,'_price','0.0000'),(8123,1731,'_visibility','visible'),(8124,1731,'_stock_status','instock'),(8125,1731,'_manage_stock','1'),(8126,1731,'_stock','8'),(8127,1732,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8128,1732,'osc_id','1193'),(8129,1732,'_sku','WE36'),(8130,1732,'_regular_price','0.0000'),(8131,1732,'_price','0.0000'),(8132,1732,'_visibility','visible'),(8133,1732,'_stock_status','instock'),(8134,1732,'_manage_stock','1'),(8135,1732,'_stock','11'),(8136,1733,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8137,1733,'osc_id','1194'),(8138,1733,'_sku','WE37'),(8139,1733,'_regular_price','0.0000'),(8140,1733,'_price','0.0000'),(8141,1733,'_visibility','visible'),(8142,1733,'_stock_status','instock'),(8143,1733,'_manage_stock','1'),(8144,1733,'_stock','9'),(8145,1734,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8146,1734,'osc_id','1195'),(8147,1734,'_sku','WE38'),(8148,1734,'_regular_price','0.0000'),(8149,1734,'_price','0.0000'),(8150,1734,'_visibility','visible'),(8151,1734,'_stock_status','instock'),(8152,1734,'_manage_stock','1'),(8153,1734,'_stock','12'),(8154,1735,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8155,1735,'osc_id','1196'),(8156,1735,'_sku','WE39'),(8157,1735,'_regular_price','0.0000'),(8158,1735,'_price','0.0000'),(8159,1735,'_visibility','visible'),(8160,1735,'_stock_status','instock'),(8161,1735,'_manage_stock','1'),(8162,1735,'_stock','15'),(8163,1736,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8164,1736,'osc_id','1197'),(8165,1736,'_sku','WE40'),(8166,1736,'_regular_price','0.0000'),(8167,1736,'_price','0.0000'),(8168,1736,'_visibility','visible'),(8169,1736,'_stock_status','instock'),(8170,1736,'_manage_stock','1'),(8171,1736,'_stock','13'),(8172,1737,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8173,1737,'osc_id','1198'),(8174,1737,'_sku','WE41'),(8175,1737,'_regular_price','0.0000'),(8176,1737,'_price','0.0000'),(8177,1737,'_visibility','visible'),(8178,1737,'_stock_status','instock'),(8179,1737,'_manage_stock','1'),(8180,1737,'_stock','16'),(8181,1738,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8182,1738,'osc_id','1199'),(8183,1738,'_sku','WE42'),(8184,1738,'_regular_price','0.0000'),(8185,1738,'_price','0.0000'),(8186,1738,'_visibility','visible'),(8187,1738,'_stock_status','instock'),(8188,1738,'_manage_stock','1'),(8189,1738,'_stock','15'),(8190,1739,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8191,1739,'osc_id','1200'),(8192,1739,'_sku','WE43'),(8193,1739,'_regular_price','0.0000'),(8194,1739,'_price','0.0000'),(8195,1739,'_visibility','visible'),(8196,1739,'_stock_status','instock'),(8197,1739,'_manage_stock','1'),(8198,1739,'_stock','12'),(8199,1740,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8200,1740,'osc_id','1201'),(8201,1740,'_sku','WE44'),(8202,1740,'_regular_price','0.0000'),(8203,1740,'_price','0.0000'),(8204,1740,'_visibility','visible'),(8205,1740,'_stock_status','instock'),(8206,1740,'_manage_stock','1'),(8207,1740,'_stock','11'),(8208,1741,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8209,1741,'osc_id','1202'),(8210,1741,'_sku','SH01'),(8211,1741,'_regular_price','0.0000'),(8212,1741,'_price','0.0000'),(8213,1741,'_visibility','visible'),(8214,1741,'_stock_status','instock'),(8215,1741,'_manage_stock','1'),(8216,1741,'_stock','11'),(8217,1742,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8218,1742,'osc_id','1203'),(8219,1742,'_sku','SH02'),(8220,1742,'_regular_price','0.0000'),(8221,1742,'_price','0.0000'),(8222,1742,'_visibility','visible'),(8223,1742,'_stock_status','instock'),(8224,1742,'_manage_stock','1'),(8225,1742,'_stock','8'),(8226,1743,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8227,1743,'osc_id','1204'),(8228,1743,'_sku','SH03'),(8229,1743,'_regular_price','0.0000'),(8230,1743,'_price','0.0000'),(8231,1743,'_visibility','visible'),(8232,1743,'_stock_status','instock'),(8233,1743,'_manage_stock','1'),(8234,1743,'_stock','14'),(8235,1744,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8236,1744,'osc_id','1205'),(8237,1744,'_sku','SH04'),(8238,1744,'_regular_price','0.0000'),(8239,1744,'_price','0.0000'),(8240,1744,'_visibility','visible'),(8241,1744,'_stock_status','outofstock'),(8242,1744,'_manage_stock','1'),(8243,1744,'_stock','0'),(8244,1745,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8245,1745,'osc_id','1206'),(8246,1745,'_sku','SH05'),(8247,1745,'_regular_price','0.0000'),(8248,1745,'_price','0.0000'),(8249,1745,'_visibility','visible'),(8250,1745,'_stock_status','instock'),(8251,1745,'_manage_stock','1'),(8252,1745,'_stock','8'),(8253,1746,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8254,1746,'osc_id','1207'),(8255,1746,'_sku','SH06'),(8256,1746,'_regular_price','0.0000'),(8257,1746,'_price','0.0000'),(8258,1746,'_visibility','visible'),(8259,1746,'_stock_status','instock'),(8260,1746,'_manage_stock','1'),(8261,1746,'_stock','7'),(8262,1747,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8263,1747,'osc_id','1208'),(8264,1747,'_sku','SH07'),(8265,1747,'_regular_price','0.0000'),(8266,1747,'_price','0.0000'),(8267,1747,'_visibility','visible'),(8268,1747,'_stock_status','instock'),(8269,1747,'_manage_stock','1'),(8270,1747,'_stock','12'),(8271,1748,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8272,1748,'osc_id','1209'),(8273,1748,'_sku','SH08'),(8274,1748,'_regular_price','0.0000'),(8275,1748,'_price','0.0000'),(8276,1748,'_visibility','visible'),(8277,1748,'_stock_status','instock'),(8278,1748,'_manage_stock','1'),(8279,1748,'_stock','12'),(8280,1749,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8281,1749,'osc_id','1210'),(8282,1749,'_sku','SH09'),(8283,1749,'_regular_price','0.0000'),(8284,1749,'_price','0.0000'),(8285,1749,'_visibility','visible'),(8286,1749,'_stock_status','outofstock'),(8287,1749,'_manage_stock','1'),(8288,1749,'_stock','-8'),(8289,1750,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8290,1750,'osc_id','1211'),(8291,1750,'_sku','SH10'),(8292,1750,'_regular_price','0.0000'),(8293,1750,'_price','0.0000'),(8294,1750,'_visibility','visible'),(8295,1750,'_stock_status','outofstock'),(8296,1750,'_manage_stock','1'),(8297,1750,'_stock','-4'),(8298,1751,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8299,1751,'osc_id','1212'),(8300,1751,'_sku','SH11'),(8301,1751,'_regular_price','0.0000'),(8302,1751,'_price','0.0000'),(8303,1751,'_visibility','visible'),(8304,1751,'_stock_status','instock'),(8305,1751,'_manage_stock','1'),(8306,1751,'_stock','15'),(8307,1752,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8308,1752,'osc_id','1213'),(8309,1752,'_sku','SH12'),(8310,1752,'_regular_price','0.0000'),(8311,1752,'_price','0.0000'),(8312,1752,'_visibility','visible'),(8313,1752,'_stock_status','instock'),(8314,1752,'_manage_stock','1'),(8315,1752,'_stock','16'),(8316,1753,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8317,1753,'osc_id','1214'),(8318,1753,'_sku','SH13'),(8319,1753,'_regular_price','0.0000'),(8320,1753,'_price','0.0000'),(8321,1753,'_visibility','visible'),(8322,1753,'_stock_status','outofstock'),(8323,1753,'_manage_stock','1'),(8324,1753,'_stock','0'),(8325,1754,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8326,1754,'osc_id','1215'),(8327,1754,'_sku','SH14'),(8328,1754,'_regular_price','0.0000'),(8329,1754,'_price','0.0000'),(8330,1754,'_visibility','visible'),(8331,1754,'_stock_status','instock'),(8332,1754,'_manage_stock','1'),(8333,1754,'_stock','9'),(8334,1755,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8335,1755,'osc_id','1216'),(8336,1755,'_sku','SH15'),(8337,1755,'_regular_price','0.0000'),(8338,1755,'_price','0.0000'),(8339,1755,'_visibility','visible'),(8340,1755,'_stock_status','instock'),(8341,1755,'_manage_stock','1'),(8342,1755,'_stock','17'),(8343,1756,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8344,1756,'osc_id','1217'),(8345,1756,'_sku','SH16'),(8346,1756,'_regular_price','0.0000'),(8347,1756,'_price','0.0000'),(8348,1756,'_visibility','visible'),(8349,1756,'_stock_status','instock'),(8350,1756,'_manage_stock','1'),(8351,1756,'_stock','26'),(8352,1757,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8353,1757,'osc_id','1218'),(8354,1757,'_sku','SH17'),(8355,1757,'_regular_price','0.0000'),(8356,1757,'_price','0.0000'),(8357,1757,'_visibility','visible'),(8358,1757,'_stock_status','instock'),(8359,1757,'_manage_stock','1'),(8360,1757,'_stock','14'),(8361,1758,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8362,1758,'osc_id','1219'),(8363,1758,'_sku','SH18'),(8364,1758,'_regular_price','0.0000'),(8365,1758,'_price','0.0000'),(8366,1758,'_visibility','visible'),(8367,1758,'_stock_status','instock'),(8368,1758,'_manage_stock','1'),(8369,1758,'_stock','10'),(8370,1759,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8371,1759,'osc_id','1220'),(8372,1759,'_sku','SH19'),(8373,1759,'_regular_price','0.0000'),(8374,1759,'_price','0.0000'),(8375,1759,'_visibility','visible'),(8376,1759,'_stock_status','instock'),(8377,1759,'_manage_stock','1'),(8378,1759,'_stock','9'),(8379,1760,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8380,1760,'osc_id','1221'),(8381,1760,'_sku','SH20'),(8382,1760,'_regular_price','0.0000'),(8383,1760,'_price','0.0000'),(8384,1760,'_visibility','visible'),(8385,1760,'_stock_status','instock'),(8386,1760,'_manage_stock','1'),(8387,1760,'_stock','11'),(8388,1761,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8389,1761,'osc_id','1222'),(8390,1761,'_sku','SH21'),(8391,1761,'_regular_price','0.0000'),(8392,1761,'_price','0.0000'),(8393,1761,'_visibility','visible'),(8394,1761,'_stock_status','instock'),(8395,1761,'_manage_stock','1'),(8396,1761,'_stock','5'),(8397,1762,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8398,1762,'osc_id','1223'),(8399,1762,'_sku','CR01'),(8400,1762,'_regular_price','0.0000'),(8401,1762,'_price','0.0000'),(8402,1762,'_visibility','visible'),(8403,1762,'_stock_status','instock'),(8404,1762,'_manage_stock','1'),(8405,1762,'_stock','13'),(8406,1763,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8407,1763,'osc_id','1224'),(8408,1763,'_sku','CR02'),(8409,1763,'_regular_price','0.0000'),(8410,1763,'_price','0.0000'),(8411,1763,'_visibility','visible'),(8412,1763,'_stock_status','instock'),(8413,1763,'_manage_stock','1'),(8414,1763,'_stock','14'),(8415,1764,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8416,1764,'osc_id','1225'),(8417,1764,'_sku','CR03'),(8418,1764,'_regular_price','0.0000'),(8419,1764,'_price','0.0000'),(8420,1764,'_visibility','visible'),(8421,1764,'_stock_status','instock'),(8422,1764,'_manage_stock','1'),(8423,1764,'_stock','12'),(8424,1765,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8425,1765,'osc_id','1226'),(8426,1765,'_sku','CR04'),(8427,1765,'_regular_price','0.0000'),(8428,1765,'_price','0.0000'),(8429,1765,'_visibility','visible'),(8430,1765,'_stock_status','instock'),(8431,1765,'_manage_stock','1'),(8432,1765,'_stock','15'),(8433,1766,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8434,1766,'osc_id','1227'),(8435,1766,'_sku','CR05'),(8436,1766,'_regular_price','0.0000'),(8437,1766,'_price','0.0000'),(8438,1766,'_visibility','visible'),(8439,1766,'_stock_status','instock'),(8440,1766,'_manage_stock','1'),(8441,1766,'_stock','25'),(8442,1767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8443,1767,'osc_id','1228'),(8444,1767,'_sku','CR06'),(8445,1767,'_regular_price','0.0000'),(8446,1767,'_price','0.0000'),(8447,1767,'_visibility','visible'),(8448,1767,'_stock_status','instock'),(8449,1767,'_manage_stock','1'),(8450,1767,'_stock','15'),(8451,1768,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8452,1768,'osc_id','1229'),(8453,1768,'_sku','CR07'),(8454,1768,'_regular_price','0.0000'),(8455,1768,'_price','0.0000'),(8456,1768,'_visibility','visible'),(8457,1768,'_stock_status','instock'),(8458,1768,'_manage_stock','1'),(8459,1768,'_stock','8'),(8460,1769,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8461,1769,'osc_id','1230'),(8462,1769,'_sku','CR08'),(8463,1769,'_regular_price','0.0000'),(8464,1769,'_price','0.0000'),(8465,1769,'_visibility','visible'),(8466,1769,'_stock_status','instock'),(8467,1769,'_manage_stock','1'),(8468,1769,'_stock','9'),(8469,1770,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8470,1770,'osc_id','1231'),(8471,1770,'_sku','CR09'),(8472,1770,'_regular_price','0.0000'),(8473,1770,'_price','0.0000'),(8474,1770,'_visibility','visible'),(8475,1770,'_stock_status','instock'),(8476,1770,'_manage_stock','1'),(8477,1770,'_stock','9'),(8478,1771,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8479,1771,'osc_id','1232'),(8480,1771,'_sku','CR10'),(8481,1771,'_regular_price','0.0000'),(8482,1771,'_price','0.0000'),(8483,1771,'_visibility','visible'),(8484,1771,'_stock_status','instock'),(8485,1771,'_manage_stock','1'),(8486,1771,'_stock','21'),(8487,1772,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8488,1772,'osc_id','1233'),(8489,1772,'_sku','CR11'),(8490,1772,'_regular_price','0.0000'),(8491,1772,'_price','0.0000'),(8492,1772,'_visibility','visible'),(8493,1772,'_stock_status','instock'),(8494,1772,'_manage_stock','1'),(8495,1772,'_stock','17'),(8496,1773,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8497,1773,'osc_id','1234'),(8498,1773,'_sku','CR12'),(8499,1773,'_regular_price','0.0000'),(8500,1773,'_price','0.0000'),(8501,1773,'_visibility','visible'),(8502,1773,'_stock_status','instock'),(8503,1773,'_manage_stock','1'),(8504,1773,'_stock','21'),(8505,1774,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8506,1774,'osc_id','1235'),(8507,1774,'_sku','CR13'),(8508,1774,'_regular_price','0.0000'),(8509,1774,'_price','0.0000'),(8510,1774,'_visibility','visible'),(8511,1774,'_stock_status','instock'),(8512,1774,'_manage_stock','1'),(8513,1774,'_stock','24'),(8514,1775,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8515,1775,'osc_id','1236'),(8516,1775,'_sku','CR14'),(8517,1775,'_regular_price','0.0000'),(8518,1775,'_price','0.0000'),(8519,1775,'_visibility','visible'),(8520,1775,'_stock_status','instock'),(8521,1775,'_manage_stock','1'),(8522,1775,'_stock','10'),(8523,1776,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8524,1776,'osc_id','1237'),(8525,1776,'_sku','CR15'),(8526,1776,'_regular_price','0.0000'),(8527,1776,'_price','0.0000'),(8528,1776,'_visibility','visible'),(8529,1776,'_stock_status','outofstock'),(8530,1776,'_manage_stock','1'),(8531,1776,'_stock','0'),(8532,1777,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8533,1777,'osc_id','1238'),(8534,1777,'_sku','CR16'),(8535,1777,'_regular_price','0.0000'),(8536,1777,'_price','0.0000'),(8537,1777,'_visibility','visible'),(8538,1777,'_stock_status','outofstock'),(8539,1777,'_manage_stock','1'),(8540,1777,'_stock','0'),(8541,1778,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8542,1778,'osc_id','1239'),(8543,1778,'_sku','CR17'),(8544,1778,'_regular_price','0.0000'),(8545,1778,'_price','0.0000'),(8546,1778,'_visibility','visible'),(8547,1778,'_stock_status','outofstock'),(8548,1778,'_manage_stock','1'),(8549,1778,'_stock','0'),(8550,1779,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8551,1779,'osc_id','1240'),(8552,1779,'_sku','CR18'),(8553,1779,'_regular_price','0.0000'),(8554,1779,'_price','0.0000'),(8555,1779,'_visibility','visible'),(8556,1779,'_stock_status','outofstock'),(8557,1779,'_manage_stock','1'),(8558,1779,'_stock','0'),(8559,1780,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8560,1780,'osc_id','1241'),(8561,1780,'_sku','CR19'),(8562,1780,'_regular_price','0.0000'),(8563,1780,'_price','0.0000'),(8564,1780,'_visibility','visible'),(8565,1780,'_stock_status','instock'),(8566,1780,'_manage_stock','1'),(8567,1780,'_stock','19'),(8568,1781,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8569,1781,'osc_id','1242'),(8570,1781,'_sku','CR20'),(8571,1781,'_regular_price','0.0000'),(8572,1781,'_price','0.0000'),(8573,1781,'_visibility','visible'),(8574,1781,'_stock_status','instock'),(8575,1781,'_manage_stock','1'),(8576,1781,'_stock','16'),(8577,1782,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8578,1782,'osc_id','1243'),(8579,1782,'_sku','CR21'),(8580,1782,'_regular_price','0.0000'),(8581,1782,'_price','0.0000'),(8582,1782,'_visibility','visible'),(8583,1782,'_stock_status','instock'),(8584,1782,'_manage_stock','1'),(8585,1782,'_stock','26'),(8586,1783,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8587,1783,'osc_id','1244'),(8588,1783,'_sku','CR22'),(8589,1783,'_regular_price','0.0000'),(8590,1783,'_price','0.0000'),(8591,1783,'_visibility','visible'),(8592,1783,'_stock_status','instock'),(8593,1783,'_manage_stock','1'),(8594,1783,'_stock','0'),(8595,1784,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8596,1784,'osc_id','1245'),(8597,1784,'_sku','CR23'),(8598,1784,'_regular_price','0.0000'),(8599,1784,'_price','0.0000'),(8600,1784,'_visibility','visible'),(8601,1784,'_stock_status','instock'),(8602,1784,'_manage_stock','1'),(8603,1784,'_stock','8'),(8604,1785,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8605,1785,'osc_id','1246'),(8606,1785,'_sku','CR24'),(8607,1785,'_regular_price','0.0000'),(8608,1785,'_price','0.0000'),(8609,1785,'_visibility','visible'),(8610,1785,'_stock_status','instock'),(8611,1785,'_manage_stock','1'),(8612,1785,'_stock','0'),(8613,1786,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8614,1786,'osc_id','1247'),(8615,1786,'_sku','CR25'),(8616,1786,'_regular_price','0.0000'),(8617,1786,'_price','0.0000'),(8618,1786,'_visibility','visible'),(8619,1786,'_stock_status','instock'),(8620,1786,'_manage_stock','1'),(8621,1786,'_stock','15'),(8622,1787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8623,1787,'osc_id','1248'),(8624,1787,'_sku','CR26'),(8625,1787,'_regular_price','0.0000'),(8626,1787,'_price','0.0000'),(8627,1787,'_visibility','visible'),(8628,1787,'_stock_status','instock'),(8629,1787,'_manage_stock','1'),(8630,1787,'_stock','12'),(8631,1788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8632,1788,'osc_id','1249'),(8633,1788,'_sku','CR27'),(8634,1788,'_regular_price','0.0000'),(8635,1788,'_price','0.0000'),(8636,1788,'_visibility','visible'),(8637,1788,'_stock_status','instock'),(8638,1788,'_manage_stock','1'),(8639,1788,'_stock','15'),(8640,1789,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8641,1789,'osc_id','1250'),(8642,1789,'_sku','CR28'),(8643,1789,'_regular_price','0.0000'),(8644,1789,'_price','0.0000'),(8645,1789,'_visibility','visible'),(8646,1789,'_stock_status','instock'),(8647,1789,'_manage_stock','1'),(8648,1789,'_stock','13'),(8649,1790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8650,1790,'osc_id','1251'),(8651,1790,'_sku','CR29'),(8652,1790,'_regular_price','0.0000'),(8653,1790,'_price','0.0000'),(8654,1790,'_visibility','visible'),(8655,1790,'_stock_status','instock'),(8656,1790,'_manage_stock','1'),(8657,1790,'_stock','18'),(8658,1791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8659,1791,'osc_id','1252'),(8660,1791,'_sku','CR30'),(8661,1791,'_regular_price','0.0000'),(8662,1791,'_price','0.0000'),(8663,1791,'_visibility','visible'),(8664,1791,'_stock_status','instock'),(8665,1791,'_manage_stock','1'),(8666,1791,'_stock','31'),(8667,1792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8668,1792,'osc_id','1253'),(8669,1792,'_sku','CR31'),(8670,1792,'_regular_price','0.0000'),(8671,1792,'_price','0.0000'),(8672,1792,'_visibility','visible'),(8673,1792,'_stock_status','instock'),(8674,1792,'_manage_stock','1'),(8675,1792,'_stock','11'),(8676,1793,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8677,1793,'osc_id','1254'),(8678,1793,'_sku','CR32'),(8679,1793,'_regular_price','0.0000'),(8680,1793,'_price','0.0000'),(8681,1793,'_visibility','visible'),(8682,1793,'_stock_status','instock'),(8683,1793,'_manage_stock','1'),(8684,1793,'_stock','14'),(8685,1794,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8686,1794,'osc_id','1255'),(8687,1794,'_sku','CR33'),(8688,1794,'_regular_price','0.0000'),(8689,1794,'_price','0.0000'),(8690,1794,'_visibility','visible'),(8691,1794,'_stock_status','instock'),(8692,1794,'_manage_stock','1'),(8693,1794,'_stock','20'),(8694,1795,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8695,1795,'osc_id','1256'),(8696,1795,'_sku','CR34'),(8697,1795,'_regular_price','0.0000'),(8698,1795,'_price','0.0000'),(8699,1795,'_visibility','visible'),(8700,1795,'_stock_status','instock'),(8701,1795,'_manage_stock','1'),(8702,1795,'_stock','21'),(8703,1796,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8704,1796,'osc_id','1257'),(8705,1796,'_sku','CR35'),(8706,1796,'_regular_price','0.0000'),(8707,1796,'_price','0.0000'),(8708,1796,'_visibility','visible'),(8709,1796,'_stock_status','instock'),(8710,1796,'_manage_stock','1'),(8711,1796,'_stock','19'),(8712,1797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8713,1797,'osc_id','1258'),(8714,1797,'_sku','CR36'),(8715,1797,'_regular_price','0.0000'),(8716,1797,'_price','0.0000'),(8717,1797,'_visibility','visible'),(8718,1797,'_stock_status','instock'),(8719,1797,'_manage_stock','1'),(8720,1797,'_stock','25'),(8721,1798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8722,1798,'osc_id','1259'),(8723,1798,'_sku','CR37'),(8724,1798,'_regular_price','0.0000'),(8725,1798,'_price','0.0000'),(8726,1798,'_visibility','visible'),(8727,1798,'_stock_status','instock'),(8728,1798,'_manage_stock','1'),(8729,1798,'_stock','15'),(8730,1799,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8731,1799,'osc_id','1260'),(8732,1799,'_sku','CR38'),(8733,1799,'_regular_price','0.0000'),(8734,1799,'_price','0.0000'),(8735,1799,'_visibility','visible'),(8736,1799,'_stock_status','instock'),(8737,1799,'_manage_stock','1'),(8738,1799,'_stock','12'),(8739,1800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8740,1800,'osc_id','1261'),(8741,1800,'_sku','CR39'),(8742,1800,'_regular_price','0.0000'),(8743,1800,'_price','0.0000'),(8744,1800,'_visibility','visible'),(8745,1800,'_stock_status','instock'),(8746,1800,'_manage_stock','1'),(8747,1800,'_stock','17'),(8748,1801,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8749,1801,'osc_id','1262'),(8750,1801,'_sku','CR40'),(8751,1801,'_regular_price','0.0000'),(8752,1801,'_price','0.0000'),(8753,1801,'_visibility','visible'),(8754,1801,'_stock_status','instock'),(8755,1801,'_manage_stock','1'),(8756,1801,'_stock','14'),(8757,1802,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8758,1802,'osc_id','1263'),(8759,1802,'_sku','CR41'),(8760,1802,'_regular_price','0.0000'),(8761,1802,'_price','0.0000'),(8762,1802,'_visibility','visible'),(8763,1802,'_stock_status','instock'),(8764,1802,'_manage_stock','1'),(8765,1802,'_stock','12'),(8766,1803,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8767,1803,'osc_id','1264'),(8768,1803,'_sku','CR42'),(8769,1803,'_regular_price','0.0000'),(8770,1803,'_price','0.0000'),(8771,1803,'_visibility','visible'),(8772,1803,'_stock_status','instock'),(8773,1803,'_manage_stock','1'),(8774,1803,'_stock','16'),(8775,1804,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8776,1804,'osc_id','1265'),(8777,1804,'_sku','CR43'),(8778,1804,'_regular_price','0.0000'),(8779,1804,'_price','0.0000'),(8780,1804,'_visibility','visible'),(8781,1804,'_stock_status','instock'),(8782,1804,'_manage_stock','1'),(8783,1804,'_stock','19'),(8784,1805,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8785,1805,'osc_id','1266'),(8786,1805,'_sku','CR44'),(8787,1805,'_regular_price','0.0000'),(8788,1805,'_price','0.0000'),(8789,1805,'_visibility','visible'),(8790,1805,'_stock_status','instock'),(8791,1805,'_manage_stock','1'),(8792,1805,'_stock','12'),(8793,1806,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8794,1806,'osc_id','1267'),(8795,1806,'_sku','CR45'),(8796,1806,'_regular_price','0.0000'),(8797,1806,'_price','0.0000'),(8798,1806,'_visibility','visible'),(8799,1806,'_stock_status','instock'),(8800,1806,'_manage_stock','1'),(8801,1806,'_stock','16'),(8802,1807,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8803,1807,'osc_id','1268'),(8804,1807,'_sku','CR46'),(8805,1807,'_regular_price','0.0000'),(8806,1807,'_price','0.0000'),(8807,1807,'_visibility','visible'),(8808,1807,'_stock_status','instock'),(8809,1807,'_manage_stock','1'),(8810,1807,'_stock','17'),(8811,1808,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8812,1808,'osc_id','1269'),(8813,1808,'_sku','CR47'),(8814,1808,'_regular_price','0.0000'),(8815,1808,'_price','0.0000'),(8816,1808,'_visibility','visible'),(8817,1808,'_stock_status','instock'),(8818,1808,'_manage_stock','1'),(8819,1808,'_stock','25'),(8820,1809,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8821,1809,'osc_id','1270'),(8822,1809,'_sku','CR48'),(8823,1809,'_regular_price','0.0000'),(8824,1809,'_price','0.0000'),(8825,1809,'_visibility','visible'),(8826,1809,'_stock_status','instock'),(8827,1809,'_manage_stock','1'),(8828,1809,'_stock','22'),(8829,1810,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8830,1810,'osc_id','1271'),(8831,1810,'_sku','CR49'),(8832,1810,'_regular_price','0.0000'),(8833,1810,'_price','0.0000'),(8834,1810,'_visibility','visible'),(8835,1810,'_stock_status','instock'),(8836,1810,'_manage_stock','1'),(8837,1810,'_stock','27'),(8838,1811,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8839,1811,'osc_id','1272'),(8840,1811,'_sku','CR50'),(8841,1811,'_regular_price','0.0000'),(8842,1811,'_price','0.0000'),(8843,1811,'_visibility','visible'),(8844,1811,'_stock_status','instock'),(8845,1811,'_manage_stock','1'),(8846,1811,'_stock','20'),(8847,1812,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8848,1812,'osc_id','1273'),(8849,1812,'_sku','CR51'),(8850,1812,'_regular_price','0.0000'),(8851,1812,'_price','0.0000'),(8852,1812,'_visibility','visible'),(8853,1812,'_stock_status','instock'),(8854,1812,'_manage_stock','1'),(8855,1812,'_stock','15'),(8856,1813,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8857,1813,'osc_id','1274'),(8858,1813,'_sku','CR52'),(8859,1813,'_regular_price','0.0000'),(8860,1813,'_price','0.0000'),(8861,1813,'_visibility','visible'),(8862,1813,'_stock_status','instock'),(8863,1813,'_manage_stock','1'),(8864,1813,'_stock','25'),(8865,1814,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8866,1814,'osc_id','1275'),(8867,1814,'_sku','CR53'),(8868,1814,'_regular_price','0.0000'),(8869,1814,'_price','0.0000'),(8870,1814,'_visibility','visible'),(8871,1814,'_stock_status','instock'),(8872,1814,'_manage_stock','1'),(8873,1814,'_stock','21'),(8874,1815,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8875,1815,'osc_id','1276'),(8876,1815,'_sku','CR54'),(8877,1815,'_regular_price','0.0000'),(8878,1815,'_price','0.0000'),(8879,1815,'_visibility','visible'),(8880,1815,'_stock_status','instock'),(8881,1815,'_manage_stock','1'),(8882,1815,'_stock','15'),(8883,1816,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8884,1816,'osc_id','1277'),(8885,1816,'_sku','CR55'),(8886,1816,'_regular_price','0.0000'),(8887,1816,'_price','0.0000'),(8888,1816,'_visibility','visible'),(8889,1816,'_stock_status','instock'),(8890,1816,'_manage_stock','1'),(8891,1816,'_stock','26'),(8892,1817,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8893,1817,'osc_id','1278'),(8894,1817,'_sku','CR56'),(8895,1817,'_regular_price','0.0000'),(8896,1817,'_price','0.0000'),(8897,1817,'_visibility','visible'),(8898,1817,'_stock_status','instock'),(8899,1817,'_manage_stock','1'),(8900,1817,'_stock','25'),(8901,1818,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8902,1818,'osc_id','1279'),(8903,1818,'_sku','CR57'),(8904,1818,'_regular_price','0.0000'),(8905,1818,'_price','0.0000'),(8906,1818,'_visibility','visible'),(8907,1818,'_stock_status','instock'),(8908,1818,'_manage_stock','1'),(8909,1818,'_stock','15'),(8910,1819,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8911,1819,'osc_id','1280'),(8912,1819,'_sku','BD01'),(8913,1819,'_regular_price','0.0000'),(8914,1819,'_price','0.0000'),(8915,1819,'_visibility','visible'),(8916,1819,'_stock_status','instock'),(8917,1819,'_manage_stock','1'),(8918,1819,'_stock','18'),(8919,1820,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8920,1820,'osc_id','1281'),(8921,1820,'_sku','BD02'),(8922,1820,'_regular_price','0.0000'),(8923,1820,'_price','0.0000'),(8924,1820,'_visibility','visible'),(8925,1820,'_stock_status','instock'),(8926,1820,'_manage_stock','1'),(8927,1820,'_stock','8'),(8928,1821,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8929,1821,'osc_id','1282'),(8930,1821,'_sku','BD03'),(8931,1821,'_regular_price','0.0000'),(8932,1821,'_price','0.0000'),(8933,1821,'_visibility','visible'),(8934,1821,'_stock_status','outofstock'),(8935,1821,'_manage_stock','1'),(8936,1821,'_stock','5'),(8937,1822,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8938,1822,'osc_id','1283'),(8939,1822,'_sku','BD04'),(8940,1822,'_regular_price','0.0000'),(8941,1822,'_price','0.0000'),(8942,1822,'_visibility','visible'),(8943,1822,'_stock_status','instock'),(8944,1822,'_manage_stock','1'),(8945,1822,'_stock','12'),(8946,1823,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8947,1823,'osc_id','1284'),(8948,1823,'_sku','BD05'),(8949,1823,'_regular_price','0.0000'),(8950,1823,'_price','0.0000'),(8951,1823,'_visibility','visible'),(8952,1823,'_stock_status','instock'),(8953,1823,'_manage_stock','1'),(8954,1823,'_stock','12'),(8955,1824,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8956,1824,'osc_id','1285'),(8957,1824,'_sku','BD06'),(8958,1824,'_regular_price','0.0000'),(8959,1824,'_price','0.0000'),(8960,1824,'_visibility','visible'),(8961,1824,'_stock_status','instock'),(8962,1824,'_manage_stock','1'),(8963,1824,'_stock','19'),(8964,1825,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8965,1825,'osc_id','1286'),(8966,1825,'_sku','BD07'),(8967,1825,'_regular_price','0.0000'),(8968,1825,'_price','0.0000'),(8969,1825,'_visibility','visible'),(8970,1825,'_stock_status','instock'),(8971,1825,'_manage_stock','1'),(8972,1825,'_stock','6'),(8973,1826,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8974,1826,'osc_id','1287'),(8975,1826,'_sku','BD08'),(8976,1826,'_regular_price','0.0000'),(8977,1826,'_price','0.0000'),(8978,1826,'_visibility','visible'),(8979,1826,'_stock_status','instock'),(8980,1826,'_manage_stock','1'),(8981,1826,'_stock','15'),(8982,1827,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8983,1827,'osc_id','1288'),(8984,1827,'_sku','BD09'),(8985,1827,'_regular_price','0.0000'),(8986,1827,'_price','0.0000'),(8987,1827,'_visibility','visible'),(8988,1827,'_stock_status','instock'),(8989,1827,'_manage_stock','1'),(8990,1827,'_stock','8'),(8991,1828,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8992,1828,'osc_id','1289'),(8993,1828,'_sku','BD10'),(8994,1828,'_regular_price','0.0000'),(8995,1828,'_price','0.0000'),(8996,1828,'_visibility','visible'),(8997,1828,'_stock_status','instock'),(8998,1828,'_manage_stock','1'),(8999,1828,'_stock','15'),(9000,1829,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9001,1829,'osc_id','1290'),(9002,1829,'_sku','BD11'),(9003,1829,'_regular_price','0.0000'),(9004,1829,'_price','0.0000'),(9005,1829,'_visibility','visible'),(9006,1829,'_stock_status','instock'),(9007,1829,'_manage_stock','1'),(9008,1829,'_stock','20'),(9009,1830,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9010,1830,'osc_id','1291'),(9011,1830,'_sku','BD12'),(9012,1830,'_regular_price','0.0000'),(9013,1830,'_price','0.0000'),(9014,1830,'_visibility','visible'),(9015,1830,'_stock_status','instock'),(9016,1830,'_manage_stock','1'),(9017,1830,'_stock','9'),(9018,1831,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9019,1831,'osc_id','1292'),(9020,1831,'_sku','BD13'),(9021,1831,'_regular_price','0.0000'),(9022,1831,'_price','0.0000'),(9023,1831,'_visibility','visible'),(9024,1831,'_stock_status','instock'),(9025,1831,'_manage_stock','1'),(9026,1831,'_stock','14'),(9027,1832,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9028,1832,'osc_id','1293'),(9029,1832,'_sku','BD14'),(9030,1832,'_regular_price','0.0000'),(9031,1832,'_price','0.0000'),(9032,1832,'_visibility','visible'),(9033,1832,'_stock_status','instock'),(9034,1832,'_manage_stock','1'),(9035,1832,'_stock','19'),(9036,1833,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9037,1833,'osc_id','1294'),(9038,1833,'_sku','BD15'),(9039,1833,'_regular_price','0.0000'),(9040,1833,'_price','0.0000'),(9041,1833,'_visibility','visible'),(9042,1833,'_stock_status','instock'),(9043,1833,'_manage_stock','1'),(9044,1833,'_stock','10'),(9045,1834,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9046,1834,'osc_id','1295'),(9047,1834,'_sku','BD16'),(9048,1834,'_regular_price','0.0000'),(9049,1834,'_price','0.0000'),(9050,1834,'_visibility','visible'),(9051,1834,'_stock_status','instock'),(9052,1834,'_manage_stock','1'),(9053,1834,'_stock','19'),(9054,1835,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9055,1835,'osc_id','1296'),(9056,1835,'_sku','BD17'),(9057,1835,'_regular_price','0.0000'),(9058,1835,'_price','0.0000'),(9059,1835,'_visibility','visible'),(9060,1835,'_stock_status','instock'),(9061,1835,'_manage_stock','1'),(9062,1835,'_stock','12'),(9063,1836,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9064,1836,'osc_id','1297'),(9065,1836,'_sku','BD18'),(9066,1836,'_regular_price','0.0000'),(9067,1836,'_price','0.0000'),(9068,1836,'_visibility','visible'),(9069,1836,'_stock_status','instock'),(9070,1836,'_manage_stock','1'),(9071,1836,'_stock','5'),(9072,1837,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9073,1837,'osc_id','1298'),(9074,1837,'_sku','BD19'),(9075,1837,'_regular_price','0.0000'),(9076,1837,'_price','0.0000'),(9077,1837,'_visibility','visible'),(9078,1837,'_stock_status','instock'),(9079,1837,'_manage_stock','1'),(9080,1837,'_stock','16'),(9081,1838,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9082,1838,'osc_id','1299'),(9083,1838,'_sku','BD20'),(9084,1838,'_regular_price','0.0000'),(9085,1838,'_price','0.0000'),(9086,1838,'_visibility','visible'),(9087,1838,'_stock_status','instock'),(9088,1838,'_manage_stock','1'),(9089,1838,'_stock','22'),(9090,1839,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9091,1839,'osc_id','1300'),(9092,1839,'_sku','BD21'),(9093,1839,'_regular_price','0.0000'),(9094,1839,'_price','0.0000'),(9095,1839,'_visibility','visible'),(9096,1839,'_stock_status','instock'),(9097,1839,'_manage_stock','1'),(9098,1839,'_stock','12'),(9099,1840,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9100,1840,'osc_id','1301'),(9101,1840,'_sku','BD22'),(9102,1840,'_regular_price','0.0000'),(9103,1840,'_price','0.0000'),(9104,1840,'_visibility','visible'),(9105,1840,'_stock_status','instock'),(9106,1840,'_manage_stock','1'),(9107,1840,'_stock','6'),(9108,1841,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9109,1841,'osc_id','1302'),(9110,1841,'_sku','BD23'),(9111,1841,'_regular_price','0.0000'),(9112,1841,'_price','0.0000'),(9113,1841,'_visibility','visible'),(9114,1841,'_stock_status','instock'),(9115,1841,'_manage_stock','1'),(9116,1841,'_stock','10'),(9117,1842,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9118,1842,'osc_id','1303'),(9119,1842,'_sku','BD24'),(9120,1842,'_regular_price','0.0000'),(9121,1842,'_price','0.0000'),(9122,1842,'_visibility','visible'),(9123,1842,'_stock_status','instock'),(9124,1842,'_manage_stock','1'),(9125,1842,'_stock','16'),(9126,1843,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9127,1843,'osc_id','1304'),(9128,1843,'_sku','BD25'),(9129,1843,'_regular_price','0.0000'),(9130,1843,'_price','0.0000'),(9131,1843,'_visibility','visible'),(9132,1843,'_stock_status','instock'),(9133,1843,'_manage_stock','1'),(9134,1843,'_stock','11'),(9135,1844,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9136,1844,'osc_id','1305'),(9137,1844,'_sku','BD26'),(9138,1844,'_regular_price','0.0000'),(9139,1844,'_price','0.0000'),(9140,1844,'_visibility','visible'),(9141,1844,'_stock_status','instock'),(9142,1844,'_manage_stock','1'),(9143,1844,'_stock','11'),(9144,1845,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9145,1845,'osc_id','1306'),(9146,1845,'_sku','HO01'),(9147,1845,'_regular_price','0.0000'),(9148,1845,'_price','0.0000'),(9149,1845,'_visibility','visible'),(9150,1845,'_stock_status','instock'),(9151,1845,'_manage_stock','1'),(9152,1845,'_stock','14'),(9153,1846,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9154,1846,'osc_id','1307'),(9155,1846,'_sku','HO02'),(9156,1846,'_regular_price','0.0000'),(9157,1846,'_price','0.0000'),(9158,1846,'_visibility','visible'),(9159,1846,'_stock_status','instock'),(9160,1846,'_manage_stock','1'),(9161,1846,'_stock','19'),(9162,1847,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9163,1847,'osc_id','1308'),(9164,1847,'_sku','HO03'),(9165,1847,'_regular_price','0.0000'),(9166,1847,'_price','0.0000'),(9167,1847,'_visibility','visible'),(9168,1847,'_stock_status','instock'),(9169,1847,'_manage_stock','1'),(9170,1847,'_stock','25'),(9171,1848,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9172,1848,'osc_id','1309'),(9173,1848,'_sku','HO04'),(9174,1848,'_regular_price','0.0000'),(9175,1848,'_price','0.0000'),(9176,1848,'_visibility','visible'),(9177,1848,'_stock_status','instock'),(9178,1848,'_manage_stock','1'),(9179,1848,'_stock','13'),(9180,1849,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9181,1849,'osc_id','1310'),(9182,1849,'_sku','HO05'),(9183,1849,'_regular_price','0.0000'),(9184,1849,'_price','0.0000'),(9185,1849,'_visibility','visible'),(9186,1849,'_stock_status','instock'),(9187,1849,'_manage_stock','1'),(9188,1849,'_stock','14'),(9189,1850,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9190,1850,'osc_id','1311'),(9191,1850,'_sku','HO06'),(9192,1850,'_regular_price','0.0000'),(9193,1850,'_price','0.0000'),(9194,1850,'_visibility','visible'),(9195,1850,'_stock_status','instock'),(9196,1850,'_manage_stock','1'),(9197,1850,'_stock','10'),(9198,1851,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9199,1851,'osc_id','1312'),(9200,1851,'_sku','HO07'),(9201,1851,'_regular_price','0.0000'),(9202,1851,'_price','0.0000'),(9203,1851,'_visibility','visible'),(9204,1851,'_stock_status','instock'),(9205,1851,'_manage_stock','1'),(9206,1851,'_stock','13'),(9207,1852,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9208,1852,'osc_id','1313'),(9209,1852,'_sku','HO08'),(9210,1852,'_regular_price','0.0000'),(9211,1852,'_price','0.0000'),(9212,1852,'_visibility','visible'),(9213,1852,'_stock_status','instock'),(9214,1852,'_manage_stock','1'),(9215,1852,'_stock','12'),(9216,1853,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9217,1853,'osc_id','1314'),(9218,1853,'_sku','HO09'),(9219,1853,'_regular_price','0.0000'),(9220,1853,'_price','0.0000'),(9221,1853,'_visibility','visible'),(9222,1853,'_stock_status','instock'),(9223,1853,'_manage_stock','1'),(9224,1853,'_stock','14'),(9225,1854,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9226,1854,'osc_id','1315'),(9227,1854,'_sku','HO10'),(9228,1854,'_regular_price','0.0000'),(9229,1854,'_price','0.0000'),(9230,1854,'_visibility','visible'),(9231,1854,'_stock_status','instock'),(9232,1854,'_manage_stock','1'),(9233,1854,'_stock','26'),(9234,1855,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9235,1855,'osc_id','1316'),(9236,1855,'_sku','HO11'),(9237,1855,'_regular_price','0.0000'),(9238,1855,'_price','0.0000'),(9239,1855,'_visibility','visible'),(9240,1855,'_stock_status','instock'),(9241,1855,'_manage_stock','1'),(9242,1855,'_stock','12'),(9243,1856,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9244,1856,'osc_id','1317'),(9245,1856,'_sku','HO12'),(9246,1856,'_regular_price','0.0000'),(9247,1856,'_price','0.0000'),(9248,1856,'_visibility','visible'),(9249,1856,'_stock_status','instock'),(9250,1856,'_manage_stock','1'),(9251,1856,'_stock','5'),(9252,1857,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9253,1857,'osc_id','1318'),(9254,1857,'_sku','HO13'),(9255,1857,'_regular_price','0.0000'),(9256,1857,'_price','0.0000'),(9257,1857,'_visibility','visible'),(9258,1857,'_stock_status','instock'),(9259,1857,'_manage_stock','1'),(9260,1857,'_stock','14'),(9261,1858,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9262,1858,'osc_id','1319'),(9263,1858,'_sku','HO14'),(9264,1858,'_regular_price','0.0000'),(9265,1858,'_price','0.0000'),(9266,1858,'_visibility','visible'),(9267,1858,'_stock_status','instock'),(9268,1858,'_manage_stock','1'),(9269,1858,'_stock','14'),(9270,1859,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9271,1859,'osc_id','1320'),(9272,1859,'_sku','HO15'),(9273,1859,'_regular_price','0.0000'),(9274,1859,'_price','0.0000'),(9275,1859,'_visibility','visible'),(9276,1859,'_stock_status','instock'),(9277,1859,'_manage_stock','1'),(9278,1859,'_stock','14'),(9279,1860,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9280,1860,'osc_id','1321'),(9281,1860,'_sku','HO16'),(9282,1860,'_regular_price','0.0000'),(9283,1860,'_price','0.0000'),(9284,1860,'_visibility','visible'),(9285,1860,'_stock_status','instock'),(9286,1860,'_manage_stock','1'),(9287,1860,'_stock','14'),(9288,1861,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9289,1861,'osc_id','1322'),(9290,1861,'_sku','BH01'),(9291,1861,'_regular_price','0.0000'),(9292,1861,'_price','0.0000'),(9293,1861,'_visibility','visible'),(9294,1861,'_stock_status','instock'),(9295,1861,'_manage_stock','1'),(9296,1861,'_stock','11'),(9297,1862,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9298,1862,'osc_id','1323'),(9299,1862,'_sku','BH02'),(9300,1862,'_regular_price','0.0000'),(9301,1862,'_price','0.0000'),(9302,1862,'_visibility','visible'),(9303,1862,'_stock_status','instock'),(9304,1862,'_manage_stock','1'),(9305,1862,'_stock','14'),(9306,1863,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9307,1863,'osc_id','1324'),(9308,1863,'_sku','BH03'),(9309,1863,'_regular_price','0.0000'),(9310,1863,'_price','0.0000'),(9311,1863,'_visibility','visible'),(9312,1863,'_stock_status','instock'),(9313,1863,'_manage_stock','1'),(9314,1863,'_stock','7'),(9315,1864,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9316,1864,'osc_id','1325'),(9317,1864,'_sku','BH04'),(9318,1864,'_regular_price','0.0000'),(9319,1864,'_price','0.0000'),(9320,1864,'_visibility','visible'),(9321,1864,'_stock_status','instock'),(9322,1864,'_manage_stock','1'),(9323,1864,'_stock','6'),(9324,1865,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9325,1865,'osc_id','1326'),(9326,1865,'_sku','BH05'),(9327,1865,'_regular_price','0.0000'),(9328,1865,'_price','0.0000'),(9329,1865,'_visibility','visible'),(9330,1865,'_stock_status','instock'),(9331,1865,'_manage_stock','1'),(9332,1865,'_stock','8'),(9333,1866,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9334,1866,'osc_id','1327'),(9335,1866,'_sku','BH06'),(9336,1866,'_regular_price','0.0000'),(9337,1866,'_price','0.0000'),(9338,1866,'_visibility','visible'),(9339,1866,'_stock_status','instock'),(9340,1866,'_manage_stock','1'),(9341,1866,'_stock','8'),(9342,1867,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9343,1867,'osc_id','1329'),(9344,1867,'_sku','BH08'),(9345,1867,'_regular_price','0.0000'),(9346,1867,'_price','0.0000'),(9347,1867,'_visibility','visible'),(9348,1867,'_stock_status','instock'),(9349,1867,'_manage_stock','1'),(9350,1867,'_stock','21'),(9351,1868,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9352,1868,'osc_id','1331'),(9353,1868,'_sku','BH10'),(9354,1868,'_regular_price','0.0000'),(9355,1868,'_price','0.0000'),(9356,1868,'_visibility','visible'),(9357,1868,'_stock_status','instock'),(9358,1868,'_manage_stock','1'),(9359,1868,'_stock','12'),(9360,1869,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9361,1869,'osc_id','1332'),(9362,1869,'_sku','BH11'),(9363,1869,'_regular_price','0.0000'),(9364,1869,'_price','0.0000'),(9365,1869,'_visibility','visible'),(9366,1869,'_stock_status','instock'),(9367,1869,'_manage_stock','1'),(9368,1869,'_stock','13'),(9369,1870,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9370,1870,'osc_id','1333'),(9371,1870,'_sku','BH12'),(9372,1870,'_regular_price','0.0000'),(9373,1870,'_price','0.0000'),(9374,1870,'_visibility','visible'),(9375,1870,'_stock_status','instock'),(9376,1870,'_manage_stock','1'),(9377,1870,'_stock','30'),(9378,1871,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9379,1871,'osc_id','1334'),(9380,1871,'_sku','BH13'),(9381,1871,'_regular_price','0.0000'),(9382,1871,'_price','0.0000'),(9383,1871,'_visibility','visible'),(9384,1871,'_stock_status','instock'),(9385,1871,'_manage_stock','1'),(9386,1871,'_stock','9'),(9387,1872,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9388,1872,'osc_id','1335'),(9389,1872,'_sku','BH14'),(9390,1872,'_regular_price','0.0000'),(9391,1872,'_price','0.0000'),(9392,1872,'_visibility','visible'),(9393,1872,'_stock_status','instock'),(9394,1872,'_manage_stock','1'),(9395,1872,'_stock','13'),(9396,1873,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9397,1873,'osc_id','1336'),(9398,1873,'_sku','BH15'),(9399,1873,'_regular_price','0.0000'),(9400,1873,'_price','0.0000'),(9401,1873,'_visibility','visible'),(9402,1873,'_stock_status','instock'),(9403,1873,'_manage_stock','1'),(9404,1873,'_stock','19'),(9405,1874,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9406,1874,'osc_id','1337'),(9407,1874,'_sku','BH16'),(9408,1874,'_regular_price','0.0000'),(9409,1874,'_price','0.0000'),(9410,1874,'_visibility','visible'),(9411,1874,'_stock_status','instock'),(9412,1874,'_manage_stock','1'),(9413,1874,'_stock','9'),(9414,1875,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9415,1875,'osc_id','1338'),(9416,1875,'_sku','BH17'),(9417,1875,'_regular_price','0.0000'),(9418,1875,'_price','0.0000'),(9419,1875,'_visibility','visible'),(9420,1875,'_stock_status','instock'),(9421,1875,'_manage_stock','1'),(9422,1875,'_stock','3'),(9423,1876,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9424,1876,'osc_id','1339'),(9425,1876,'_sku','BH18'),(9426,1876,'_regular_price','0.0000'),(9427,1876,'_price','0.0000'),(9428,1876,'_visibility','visible'),(9429,1876,'_stock_status','instock'),(9430,1876,'_manage_stock','1'),(9431,1876,'_stock','8'),(9432,1877,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9433,1877,'osc_id','1340'),(9434,1877,'_sku','BH19'),(9435,1877,'_regular_price','0.0000'),(9436,1877,'_price','0.0000'),(9437,1877,'_visibility','visible'),(9438,1877,'_stock_status','instock'),(9439,1877,'_manage_stock','1'),(9440,1877,'_stock','12'),(9441,1878,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9442,1878,'osc_id','1341'),(9443,1878,'_sku','BH20'),(9444,1878,'_regular_price','0.0000'),(9445,1878,'_price','0.0000'),(9446,1878,'_visibility','visible'),(9447,1878,'_stock_status','instock'),(9448,1878,'_manage_stock','1'),(9449,1878,'_stock','15'),(9450,1879,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9451,1879,'osc_id','1342'),(9452,1879,'_sku','BH21'),(9453,1879,'_regular_price','0.0000'),(9454,1879,'_price','0.0000'),(9455,1879,'_visibility','visible'),(9456,1879,'_stock_status','instock'),(9457,1879,'_manage_stock','1'),(9458,1879,'_stock','20'),(9459,1880,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9460,1880,'osc_id','1343'),(9461,1880,'_sku','SC01'),(9462,1880,'_regular_price','0.0000'),(9463,1880,'_price','0.0000'),(9464,1880,'_visibility','visible'),(9465,1880,'_stock_status','instock'),(9466,1880,'_manage_stock','1'),(9467,1880,'_stock','25'),(9468,1881,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9469,1881,'osc_id','1344'),(9470,1881,'_sku','SC02'),(9471,1881,'_regular_price','0.0000'),(9472,1881,'_price','0.0000'),(9473,1881,'_visibility','visible'),(9474,1881,'_stock_status','instock'),(9475,1881,'_manage_stock','1'),(9476,1881,'_stock','24'),(9477,1882,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9478,1882,'osc_id','1345'),(9479,1882,'_sku','SC03'),(9480,1882,'_regular_price','0.0000'),(9481,1882,'_price','0.0000'),(9482,1882,'_visibility','visible'),(9483,1882,'_stock_status','instock'),(9484,1882,'_manage_stock','1'),(9485,1882,'_stock','15'),(9486,1883,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9487,1883,'osc_id','1346'),(9488,1883,'_sku','SC04'),(9489,1883,'_regular_price','0.0000'),(9490,1883,'_price','0.0000'),(9491,1883,'_visibility','visible'),(9492,1883,'_stock_status','instock'),(9493,1883,'_manage_stock','1'),(9494,1883,'_stock','28'),(9495,1884,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9496,1884,'osc_id','1347'),(9497,1884,'_sku','SC05'),(9498,1884,'_regular_price','0.0000'),(9499,1884,'_price','0.0000'),(9500,1884,'_visibility','visible'),(9501,1884,'_stock_status','instock'),(9502,1884,'_manage_stock','1'),(9503,1884,'_stock','19'),(9504,1885,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9505,1885,'osc_id','1348'),(9506,1885,'_sku','SC06'),(9507,1885,'_regular_price','0.0000'),(9508,1885,'_price','0.0000'),(9509,1885,'_visibility','visible'),(9510,1885,'_stock_status','instock'),(9511,1885,'_manage_stock','1'),(9512,1885,'_stock','23'),(9513,1886,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9514,1886,'osc_id','1349'),(9515,1886,'_sku','SC07'),(9516,1886,'_regular_price','0.0000'),(9517,1886,'_price','0.0000'),(9518,1886,'_visibility','visible'),(9519,1886,'_stock_status','instock'),(9520,1886,'_manage_stock','1'),(9521,1886,'_stock','26'),(9522,1887,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9523,1887,'osc_id','1350'),(9524,1887,'_sku','SC08'),(9525,1887,'_regular_price','0.0000'),(9526,1887,'_price','0.0000'),(9527,1887,'_visibility','visible'),(9528,1887,'_stock_status','instock'),(9529,1887,'_manage_stock','1'),(9530,1887,'_stock','19'),(9531,1888,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9532,1888,'osc_id','1351'),(9533,1888,'_sku','SC09'),(9534,1888,'_regular_price','0.0000'),(9535,1888,'_price','0.0000'),(9536,1888,'_visibility','visible'),(9537,1888,'_stock_status','outofstock'),(9538,1888,'_manage_stock','1'),(9539,1888,'_stock','0'),(9540,1889,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9541,1889,'osc_id','1352'),(9542,1889,'_sku','SC10'),(9543,1889,'_regular_price','0.0000'),(9544,1889,'_price','0.0000'),(9545,1889,'_visibility','visible'),(9546,1889,'_stock_status','instock'),(9547,1889,'_manage_stock','1'),(9548,1889,'_stock','22'),(9549,1890,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9550,1890,'osc_id','1353'),(9551,1890,'_sku','SC11'),(9552,1890,'_regular_price','0.0000'),(9553,1890,'_price','0.0000'),(9554,1890,'_visibility','visible'),(9555,1890,'_stock_status','instock'),(9556,1890,'_manage_stock','1'),(9557,1890,'_stock','23'),(9558,1891,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9559,1891,'osc_id','1354'),(9560,1891,'_sku','SC12'),(9561,1891,'_regular_price','0.0000'),(9562,1891,'_price','0.0000'),(9563,1891,'_visibility','visible'),(9564,1891,'_stock_status','instock'),(9565,1891,'_manage_stock','1'),(9566,1891,'_stock','24'),(9567,1892,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9568,1892,'osc_id','1355'),(9569,1892,'_sku','SC13'),(9570,1892,'_regular_price','0.0000'),(9571,1892,'_price','0.0000'),(9572,1892,'_visibility','visible'),(9573,1892,'_stock_status','instock'),(9574,1892,'_manage_stock','1'),(9575,1892,'_stock','12'),(9576,1893,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9577,1893,'osc_id','1356'),(9578,1893,'_sku','SC14'),(9579,1893,'_regular_price','0.0000'),(9580,1893,'_price','0.0000'),(9581,1893,'_visibility','visible'),(9582,1893,'_stock_status','instock'),(9583,1893,'_manage_stock','1'),(9584,1893,'_stock','25'),(9585,1894,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9586,1894,'osc_id','1357'),(9587,1894,'_sku','SC15'),(9588,1894,'_regular_price','0.0000'),(9589,1894,'_price','0.0000'),(9590,1894,'_visibility','visible'),(9591,1894,'_stock_status','instock'),(9592,1894,'_manage_stock','1'),(9593,1894,'_stock','25'),(9594,1895,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9595,1895,'osc_id','1358'),(9596,1895,'_sku','SC16'),(9597,1895,'_regular_price','0.0000'),(9598,1895,'_price','0.0000'),(9599,1895,'_visibility','visible'),(9600,1895,'_stock_status','instock'),(9601,1895,'_manage_stock','1'),(9602,1895,'_stock','22'),(9603,1896,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9604,1896,'osc_id','1359'),(9605,1896,'_sku','SC17'),(9606,1896,'_regular_price','0.0000'),(9607,1896,'_price','0.0000'),(9608,1896,'_visibility','visible'),(9609,1896,'_stock_status','outofstock'),(9610,1896,'_manage_stock','1'),(9611,1896,'_stock','0'),(9612,1897,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9613,1897,'osc_id','1360'),(9614,1897,'_sku','SC18'),(9615,1897,'_regular_price','0.0000'),(9616,1897,'_price','0.0000'),(9617,1897,'_visibility','visible'),(9618,1897,'_stock_status','instock'),(9619,1897,'_manage_stock','1'),(9620,1897,'_stock','20'),(9621,1898,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9622,1898,'osc_id','1361'),(9623,1898,'_sku','SC19'),(9624,1898,'_regular_price','0.0000'),(9625,1898,'_price','0.0000'),(9626,1898,'_visibility','visible'),(9627,1898,'_stock_status','instock'),(9628,1898,'_manage_stock','1'),(9629,1898,'_stock','13'),(9630,1899,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9631,1899,'osc_id','1362'),(9632,1899,'_sku','SC20'),(9633,1899,'_regular_price','0.0000'),(9634,1899,'_price','0.0000'),(9635,1899,'_visibility','visible'),(9636,1899,'_stock_status','instock'),(9637,1899,'_manage_stock','1'),(9638,1899,'_stock','12'),(9639,1900,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9640,1900,'osc_id','1363'),(9641,1900,'_sku','SC21'),(9642,1900,'_regular_price','0.0000'),(9643,1900,'_price','0.0000'),(9644,1900,'_visibility','visible'),(9645,1900,'_stock_status','instock'),(9646,1900,'_manage_stock','1'),(9647,1900,'_stock','16'),(9648,1901,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9649,1901,'osc_id','1364'),(9650,1901,'_sku','SC22'),(9651,1901,'_regular_price','0.0000'),(9652,1901,'_price','0.0000'),(9653,1901,'_visibility','visible'),(9654,1901,'_stock_status','outofstock'),(9655,1901,'_manage_stock','1'),(9656,1901,'_stock','0'),(9657,1902,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9658,1902,'osc_id','1365'),(9659,1902,'_sku','SC23'),(9660,1902,'_regular_price','0.0000'),(9661,1902,'_price','0.0000'),(9662,1902,'_visibility','visible'),(9663,1902,'_stock_status','instock'),(9664,1902,'_manage_stock','1'),(9665,1902,'_stock','8'),(9666,1903,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9667,1903,'osc_id','1366'),(9668,1903,'_sku','SC24'),(9669,1903,'_regular_price','0.0000'),(9670,1903,'_price','0.0000'),(9671,1903,'_visibility','visible'),(9672,1903,'_stock_status','instock'),(9673,1903,'_manage_stock','1'),(9674,1903,'_stock','9'),(9675,1904,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9676,1904,'osc_id','1367'),(9677,1904,'_sku','SC25'),(9678,1904,'_regular_price','0.0000'),(9679,1904,'_price','0.0000'),(9680,1904,'_visibility','visible'),(9681,1904,'_stock_status','instock'),(9682,1904,'_manage_stock','1'),(9683,1904,'_stock','9'),(9684,1905,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9685,1905,'osc_id','1368'),(9686,1905,'_sku','SC26'),(9687,1905,'_regular_price','0.0000'),(9688,1905,'_price','0.0000'),(9689,1905,'_visibility','visible'),(9690,1905,'_stock_status','instock'),(9691,1905,'_manage_stock','1'),(9692,1905,'_stock','16'),(9693,1906,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9694,1906,'osc_id','1369'),(9695,1906,'_sku','SC27'),(9696,1906,'_regular_price','0.0000'),(9697,1906,'_price','0.0000'),(9698,1906,'_visibility','visible'),(9699,1906,'_stock_status','outofstock'),(9700,1906,'_manage_stock','1'),(9701,1906,'_stock','0'),(9702,1907,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9703,1907,'osc_id','1370'),(9704,1907,'_sku','SC28'),(9705,1907,'_regular_price','0.0000'),(9706,1907,'_price','0.0000'),(9707,1907,'_visibility','visible'),(9708,1907,'_stock_status','instock'),(9709,1907,'_manage_stock','1'),(9710,1907,'_stock','14'),(9711,1908,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9712,1908,'osc_id','1371'),(9713,1908,'_sku','SC29'),(9714,1908,'_regular_price','0.0000'),(9715,1908,'_price','0.0000'),(9716,1908,'_visibility','visible'),(9717,1908,'_stock_status','instock'),(9718,1908,'_manage_stock','1'),(9719,1908,'_stock','12'),(9720,1909,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9721,1909,'osc_id','1372'),(9722,1909,'_sku','SC30'),(9723,1909,'_regular_price','0.0000'),(9724,1909,'_price','0.0000'),(9725,1909,'_visibility','visible'),(9726,1909,'_stock_status','instock'),(9727,1909,'_manage_stock','1'),(9728,1909,'_stock','14'),(9729,1910,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9730,1910,'osc_id','1373'),(9731,1910,'_sku','SC31'),(9732,1910,'_regular_price','0.0000'),(9733,1910,'_price','0.0000'),(9734,1910,'_visibility','visible'),(9735,1910,'_stock_status','instock'),(9736,1910,'_manage_stock','1'),(9737,1910,'_stock','11'),(9738,1911,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9739,1911,'osc_id','1374'),(9740,1911,'_sku','SC32'),(9741,1911,'_regular_price','0.0000'),(9742,1911,'_price','0.0000'),(9743,1911,'_visibility','visible'),(9744,1911,'_stock_status','instock'),(9745,1911,'_manage_stock','1'),(9746,1911,'_stock','14'),(9747,1912,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9748,1912,'osc_id','1375'),(9749,1912,'_sku','SC33'),(9750,1912,'_regular_price','0.0000'),(9751,1912,'_price','0.0000'),(9752,1912,'_visibility','visible'),(9753,1912,'_stock_status','instock'),(9754,1912,'_manage_stock','1'),(9755,1912,'_stock','16'),(9756,1913,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9757,1913,'osc_id','1376'),(9758,1913,'_sku','SC34'),(9759,1913,'_regular_price','0.0000'),(9760,1913,'_price','0.0000'),(9761,1913,'_visibility','visible'),(9762,1913,'_stock_status','instock'),(9763,1913,'_manage_stock','1'),(9764,1913,'_stock','14'),(9765,1914,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9766,1914,'osc_id','1377'),(9767,1914,'_sku','SC35'),(9768,1914,'_regular_price','0.0000'),(9769,1914,'_price','0.0000'),(9770,1914,'_visibility','visible'),(9771,1914,'_stock_status','instock'),(9772,1914,'_manage_stock','1'),(9773,1914,'_stock','13'),(9774,1915,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9775,1915,'osc_id','1378'),(9776,1915,'_sku','SC36'),(9777,1915,'_regular_price','0.0000'),(9778,1915,'_price','0.0000'),(9779,1915,'_visibility','visible'),(9780,1915,'_stock_status','instock'),(9781,1915,'_manage_stock','1'),(9782,1915,'_stock','21'),(9783,1916,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9784,1916,'osc_id','1379'),(9785,1916,'_sku','SC37'),(9786,1916,'_regular_price','0.0000'),(9787,1916,'_price','0.0000'),(9788,1916,'_visibility','visible'),(9789,1916,'_stock_status','instock'),(9790,1916,'_manage_stock','1'),(9791,1916,'_stock','8'),(9792,1917,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9793,1917,'osc_id','1380'),(9794,1917,'_sku','SC38'),(9795,1917,'_regular_price','0.0000'),(9796,1917,'_price','0.0000'),(9797,1917,'_visibility','visible'),(9798,1917,'_stock_status','instock'),(9799,1917,'_manage_stock','1'),(9800,1917,'_stock','9'),(9801,1918,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9802,1918,'osc_id','1381'),(9803,1918,'_sku','SC39'),(9804,1918,'_regular_price','0.0000'),(9805,1918,'_price','0.0000'),(9806,1918,'_visibility','visible'),(9807,1918,'_stock_status','instock'),(9808,1918,'_manage_stock','1'),(9809,1918,'_stock','14'),(9810,1919,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9811,1919,'osc_id','1382'),(9812,1919,'_sku','SC40'),(9813,1919,'_regular_price','0.0000'),(9814,1919,'_price','0.0000'),(9815,1919,'_visibility','visible'),(9816,1919,'_stock_status','instock'),(9817,1919,'_manage_stock','1'),(9818,1919,'_stock','9'),(9819,1920,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9820,1920,'osc_id','1383'),(9821,1920,'_sku','SC41'),(9822,1920,'_regular_price','0.0000'),(9823,1920,'_price','0.0000'),(9824,1920,'_visibility','visible'),(9825,1920,'_stock_status','instock'),(9826,1920,'_manage_stock','1'),(9827,1920,'_stock','9'),(9828,1921,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9829,1921,'osc_id','1384'),(9830,1921,'_sku','SC42'),(9831,1921,'_regular_price','0.0000'),(9832,1921,'_price','0.0000'),(9833,1921,'_visibility','visible'),(9834,1921,'_stock_status','instock'),(9835,1921,'_manage_stock','1'),(9836,1921,'_stock','15'),(9837,1922,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9838,1922,'osc_id','1385'),(9839,1922,'_sku','SC43'),(9840,1922,'_regular_price','0.0000'),(9841,1922,'_price','0.0000'),(9842,1922,'_visibility','visible'),(9843,1922,'_stock_status','instock'),(9844,1922,'_manage_stock','1'),(9845,1922,'_stock','10'),(9846,1923,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9847,1923,'osc_id','1386'),(9848,1923,'_sku','SC44'),(9849,1923,'_regular_price','0.0000'),(9850,1923,'_price','0.0000'),(9851,1923,'_visibility','visible'),(9852,1923,'_stock_status','instock'),(9853,1923,'_manage_stock','1'),(9854,1923,'_stock','20'),(9855,1924,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9856,1924,'osc_id','1387'),(9857,1924,'_sku','SC45'),(9858,1924,'_regular_price','0.0000'),(9859,1924,'_price','0.0000'),(9860,1924,'_visibility','visible'),(9861,1924,'_stock_status','instock'),(9862,1924,'_manage_stock','1'),(9863,1924,'_stock','5'),(9864,1925,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9865,1925,'osc_id','1388'),(9866,1925,'_sku','SC46'),(9867,1925,'_regular_price','0.0000'),(9868,1925,'_price','0.0000'),(9869,1925,'_visibility','visible'),(9870,1925,'_stock_status','outofstock'),(9871,1925,'_manage_stock','1'),(9872,1925,'_stock','-5'),(9873,1926,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9874,1926,'osc_id','1389'),(9875,1926,'_sku','SC47'),(9876,1926,'_regular_price','0.0000'),(9877,1926,'_price','0.0000'),(9878,1926,'_visibility','visible'),(9879,1926,'_stock_status','instock'),(9880,1926,'_manage_stock','1'),(9881,1926,'_stock','12'),(9882,1927,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9883,1927,'osc_id','1390'),(9884,1927,'_sku','SC48'),(9885,1927,'_regular_price','0.0000'),(9886,1927,'_price','0.0000'),(9887,1927,'_visibility','visible'),(9888,1927,'_stock_status','instock'),(9889,1927,'_manage_stock','1'),(9890,1927,'_stock','16'),(9891,1928,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9892,1928,'osc_id','1391'),(9893,1928,'_sku','SC49'),(9894,1928,'_regular_price','0.0000'),(9895,1928,'_price','0.0000'),(9896,1928,'_visibility','visible'),(9897,1928,'_stock_status','instock'),(9898,1928,'_manage_stock','1'),(9899,1928,'_stock','16'),(9900,1929,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9901,1929,'osc_id','1392'),(9902,1929,'_sku','SC50'),(9903,1929,'_regular_price','0.0000'),(9904,1929,'_price','0.0000'),(9905,1929,'_visibility','visible'),(9906,1929,'_stock_status','instock'),(9907,1929,'_manage_stock','1'),(9908,1929,'_stock','8'),(9909,1930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9910,1930,'osc_id','1393'),(9911,1930,'_sku','SC51'),(9912,1930,'_regular_price','0.0000'),(9913,1930,'_price','0.0000'),(9914,1930,'_visibility','visible'),(9915,1930,'_stock_status','instock'),(9916,1930,'_manage_stock','1'),(9917,1930,'_stock','6'),(9918,1931,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9919,1931,'osc_id','1394'),(9920,1931,'_sku','SC52'),(9921,1931,'_regular_price','0.0000'),(9922,1931,'_price','0.0000'),(9923,1931,'_visibility','visible'),(9924,1931,'_stock_status','instock'),(9925,1931,'_manage_stock','1'),(9926,1931,'_stock','19'),(9927,1932,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9928,1932,'osc_id','1395'),(9929,1932,'_sku','SC53'),(9930,1932,'_regular_price','0.0000'),(9931,1932,'_price','0.0000'),(9932,1932,'_visibility','visible'),(9933,1932,'_stock_status','instock'),(9934,1932,'_manage_stock','1'),(9935,1932,'_stock','14'),(9936,1933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9937,1933,'osc_id','1396'),(9938,1933,'_sku','SC54'),(9939,1933,'_regular_price','0.0000'),(9940,1933,'_price','0.0000'),(9941,1933,'_visibility','visible'),(9942,1933,'_stock_status','instock'),(9943,1933,'_manage_stock','1'),(9944,1933,'_stock','14'),(9945,1934,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9946,1934,'osc_id','1397'),(9947,1934,'_sku','SC55'),(9948,1934,'_regular_price','0.0000'),(9949,1934,'_price','0.0000'),(9950,1934,'_visibility','visible'),(9951,1934,'_stock_status','instock'),(9952,1934,'_manage_stock','1'),(9953,1934,'_stock','15'),(9954,1935,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9955,1935,'osc_id','1398'),(9956,1935,'_sku','SC56'),(9957,1935,'_regular_price','0.0000'),(9958,1935,'_price','0.0000'),(9959,1935,'_visibility','visible'),(9960,1935,'_stock_status','instock'),(9961,1935,'_manage_stock','1'),(9962,1935,'_stock','14'),(9963,1936,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9964,1936,'osc_id','1399'),(9965,1936,'_sku','SC57'),(9966,1936,'_regular_price','0.0000'),(9967,1936,'_price','0.0000'),(9968,1936,'_visibility','visible'),(9969,1936,'_stock_status','instock'),(9970,1936,'_manage_stock','1'),(9971,1936,'_stock','12'),(9972,1937,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9973,1937,'osc_id','1400'),(9974,1937,'_sku','SC58'),(9975,1937,'_regular_price','0.0000'),(9976,1937,'_price','0.0000'),(9977,1937,'_visibility','visible'),(9978,1937,'_stock_status','instock'),(9979,1937,'_manage_stock','1'),(9980,1937,'_stock','10'),(9981,1938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9982,1938,'osc_id','1401'),(9983,1938,'_sku','SC59'),(9984,1938,'_regular_price','0.0000'),(9985,1938,'_price','0.0000'),(9986,1938,'_visibility','visible'),(9987,1938,'_stock_status','instock'),(9988,1938,'_manage_stock','1'),(9989,1938,'_stock','15'),(9990,1939,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9991,1939,'osc_id','1402'),(9992,1939,'_sku','SC60'),(9993,1939,'_regular_price','0.0000'),(9994,1939,'_price','0.0000'),(9995,1939,'_visibility','visible'),(9996,1939,'_stock_status','instock'),(9997,1939,'_manage_stock','1'),(9998,1939,'_stock','12'),(9999,1940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10000,1940,'osc_id','1403'),(10001,1940,'_sku','SC61'),(10002,1940,'_regular_price','0.0000'),(10003,1940,'_price','0.0000'),(10004,1940,'_visibility','visible'),(10005,1940,'_stock_status','instock'),(10006,1940,'_manage_stock','1'),(10007,1940,'_stock','15'),(10008,1941,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10009,1941,'osc_id','1404'),(10010,1941,'_sku','SC62'),(10011,1941,'_regular_price','0.0000'),(10012,1941,'_price','0.0000'),(10013,1941,'_visibility','visible'),(10014,1941,'_stock_status','instock'),(10015,1941,'_manage_stock','1'),(10016,1941,'_stock','15'),(10017,1942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10018,1942,'osc_id','1405'),(10019,1942,'_sku','SC63'),(10020,1942,'_regular_price','0.0000'),(10021,1942,'_price','0.0000'),(10022,1942,'_visibility','visible'),(10023,1942,'_stock_status','instock'),(10024,1942,'_manage_stock','1'),(10025,1942,'_stock','11'),(10026,1943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10027,1943,'osc_id','1406'),(10028,1943,'_sku','SC64'),(10029,1943,'_regular_price','0.0000'),(10030,1943,'_price','0.0000'),(10031,1943,'_visibility','visible'),(10032,1943,'_stock_status','instock'),(10033,1943,'_manage_stock','1'),(10034,1943,'_stock','14'),(10035,1944,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10036,1944,'osc_id','1407'),(10037,1944,'_sku','SC65'),(10038,1944,'_regular_price','0.0000'),(10039,1944,'_price','0.0000'),(10040,1944,'_visibility','visible'),(10041,1944,'_stock_status','instock'),(10042,1944,'_manage_stock','1'),(10043,1944,'_stock','24'),(10044,1945,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10045,1945,'osc_id','1408'),(10046,1945,'_sku','SC66'),(10047,1945,'_regular_price','0.0000'),(10048,1945,'_price','0.0000'),(10049,1945,'_visibility','visible'),(10050,1945,'_stock_status','instock'),(10051,1945,'_manage_stock','1'),(10052,1945,'_stock','28'),(10053,1946,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10054,1946,'osc_id','1409'),(10055,1946,'_sku','SC67'),(10056,1946,'_regular_price','0.0000'),(10057,1946,'_price','0.0000'),(10058,1946,'_visibility','visible'),(10059,1946,'_stock_status','instock'),(10060,1946,'_manage_stock','1'),(10061,1946,'_stock','28'),(10062,1947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10063,1947,'osc_id','1410'),(10064,1947,'_sku','SC68'),(10065,1947,'_regular_price','0.0000'),(10066,1947,'_price','0.0000'),(10067,1947,'_visibility','visible'),(10068,1947,'_stock_status','instock'),(10069,1947,'_manage_stock','1'),(10070,1947,'_stock','20'),(10071,1948,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10072,1948,'osc_id','1411'),(10073,1948,'_sku','SC69'),(10074,1948,'_regular_price','0.0000'),(10075,1948,'_price','0.0000'),(10076,1948,'_visibility','visible'),(10077,1948,'_stock_status','instock'),(10078,1948,'_manage_stock','1'),(10079,1948,'_stock','9'),(10080,1949,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10081,1949,'osc_id','1412'),(10082,1949,'_sku','SC70'),(10083,1949,'_regular_price','0.0000'),(10084,1949,'_price','0.0000'),(10085,1949,'_visibility','visible'),(10086,1949,'_stock_status','instock'),(10087,1949,'_manage_stock','1'),(10088,1949,'_stock','20'),(10089,1950,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10090,1950,'osc_id','1413'),(10091,1950,'_sku','SC71'),(10092,1950,'_regular_price','0.0000'),(10093,1950,'_price','0.0000'),(10094,1950,'_visibility','visible'),(10095,1950,'_stock_status','instock'),(10096,1950,'_manage_stock','1'),(10097,1950,'_stock','25'),(10098,1951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10099,1951,'osc_id','1414'),(10100,1951,'_sku','SC72'),(10101,1951,'_regular_price','0.0000'),(10102,1951,'_price','0.0000'),(10103,1951,'_visibility','visible'),(10104,1951,'_stock_status','instock'),(10105,1951,'_manage_stock','1'),(10106,1951,'_stock','15'),(10107,1952,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10108,1952,'osc_id','1415'),(10109,1952,'_sku','SC73'),(10110,1952,'_regular_price','0.0000'),(10111,1952,'_price','0.0000'),(10112,1952,'_visibility','visible'),(10113,1952,'_stock_status','instock'),(10114,1952,'_manage_stock','1'),(10115,1952,'_stock','15'),(10116,1953,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10117,1953,'osc_id','1416'),(10118,1953,'_sku','SC74'),(10119,1953,'_regular_price','0.0000'),(10120,1953,'_price','0.0000'),(10121,1953,'_visibility','visible'),(10122,1953,'_stock_status','instock'),(10123,1953,'_manage_stock','1'),(10124,1953,'_stock','25'),(10125,1954,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10126,1954,'osc_id','1417'),(10127,1954,'_sku','SC75'),(10128,1954,'_regular_price','0.0000'),(10129,1954,'_price','0.0000'),(10130,1954,'_visibility','visible'),(10131,1954,'_stock_status','instock'),(10132,1954,'_manage_stock','1'),(10133,1954,'_stock','15'),(10134,1955,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10135,1955,'osc_id','1418'),(10136,1955,'_sku','RE01'),(10137,1955,'_regular_price','0.0000'),(10138,1955,'_price','0.0000'),(10139,1955,'_visibility','visible'),(10140,1955,'_stock_status','instock'),(10141,1955,'_manage_stock','1'),(10142,1955,'_stock','11'),(10143,1956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10144,1956,'osc_id','1419'),(10145,1956,'_sku','RE02'),(10146,1956,'_regular_price','0.0000'),(10147,1956,'_price','0.0000'),(10148,1956,'_visibility','visible'),(10149,1956,'_stock_status','instock'),(10150,1956,'_manage_stock','1'),(10151,1956,'_stock','13'),(10152,1957,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10153,1957,'osc_id','1420'),(10154,1957,'_sku','RE03'),(10155,1957,'_regular_price','0.0000'),(10156,1957,'_price','0.0000'),(10157,1957,'_visibility','visible'),(10158,1957,'_stock_status','instock'),(10159,1957,'_manage_stock','1'),(10160,1957,'_stock','17'),(10161,1958,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10162,1958,'osc_id','1421'),(10163,1958,'_sku','RE04'),(10164,1958,'_regular_price','0.0000'),(10165,1958,'_price','0.0000'),(10166,1958,'_visibility','visible'),(10167,1958,'_stock_status','outofstock'),(10168,1958,'_manage_stock','1'),(10169,1958,'_stock','9'),(10170,1959,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10171,1959,'osc_id','1422'),(10172,1959,'_sku','RE05'),(10173,1959,'_regular_price','0.0000'),(10174,1959,'_price','0.0000'),(10175,1959,'_visibility','visible'),(10176,1959,'_stock_status','instock'),(10177,1959,'_manage_stock','1'),(10178,1959,'_stock','10'),(10179,1960,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10180,1960,'osc_id','1423'),(10181,1960,'_sku','RE06'),(10182,1960,'_regular_price','0.0000'),(10183,1960,'_price','0.0000'),(10184,1960,'_visibility','visible'),(10185,1960,'_stock_status','outofstock'),(10186,1960,'_manage_stock','1'),(10187,1960,'_stock','0'),(10188,1961,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10189,1961,'osc_id','1424'),(10190,1961,'_sku','RE07'),(10191,1961,'_regular_price','0.0000'),(10192,1961,'_price','0.0000'),(10193,1961,'_visibility','visible'),(10194,1961,'_stock_status','instock'),(10195,1961,'_manage_stock','1'),(10196,1961,'_stock','17'),(10197,1962,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10198,1962,'osc_id','1425'),(10199,1962,'_sku','RE08'),(10200,1962,'_regular_price','0.0000'),(10201,1962,'_price','0.0000'),(10202,1962,'_visibility','visible'),(10203,1962,'_stock_status','instock'),(10204,1962,'_manage_stock','1'),(10205,1962,'_stock','15'),(10206,1963,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10207,1963,'osc_id','1426'),(10208,1963,'_sku','RE09'),(10209,1963,'_regular_price','0.0000'),(10210,1963,'_price','0.0000'),(10211,1963,'_visibility','visible'),(10212,1963,'_stock_status','instock'),(10213,1963,'_manage_stock','1'),(10214,1963,'_stock','12'),(10215,1964,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10216,1964,'osc_id','1427'),(10217,1964,'_sku','RE10'),(10218,1964,'_regular_price','0.0000'),(10219,1964,'_price','0.0000'),(10220,1964,'_visibility','visible'),(10221,1964,'_stock_status','outofstock'),(10222,1964,'_manage_stock','1'),(10223,1964,'_stock','0'),(10224,1965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10225,1965,'osc_id','1428'),(10226,1965,'_sku','RE11'),(10227,1965,'_regular_price','0.0000'),(10228,1965,'_price','0.0000'),(10229,1965,'_visibility','visible'),(10230,1965,'_stock_status','instock'),(10231,1965,'_manage_stock','1'),(10232,1965,'_stock','15'),(10233,1966,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10234,1966,'osc_id','1429'),(10235,1966,'_sku','RE12'),(10236,1966,'_regular_price','0.0000'),(10237,1966,'_price','0.0000'),(10238,1966,'_visibility','visible'),(10239,1966,'_stock_status','instock'),(10240,1966,'_manage_stock','1'),(10241,1966,'_stock','11'),(10242,1967,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10243,1967,'osc_id','1430'),(10244,1967,'_sku','RE13'),(10245,1967,'_regular_price','0.0000'),(10246,1967,'_price','0.0000'),(10247,1967,'_visibility','visible'),(10248,1967,'_stock_status','instock'),(10249,1967,'_manage_stock','1'),(10250,1967,'_stock','8'),(10251,1968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10252,1968,'osc_id','1431'),(10253,1968,'_sku','RE14'),(10254,1968,'_regular_price','0.0000'),(10255,1968,'_price','0.0000'),(10256,1968,'_visibility','visible'),(10257,1968,'_stock_status','instock'),(10258,1968,'_manage_stock','1'),(10259,1968,'_stock','10'),(10260,1969,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10261,1969,'osc_id','1432'),(10262,1969,'_sku','RE15'),(10263,1969,'_regular_price','0.0000'),(10264,1969,'_price','0.0000'),(10265,1969,'_visibility','visible'),(10266,1969,'_stock_status','instock'),(10267,1969,'_manage_stock','1'),(10268,1969,'_stock','15'),(10269,1970,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10270,1970,'osc_id','1433'),(10271,1970,'_sku','RE16'),(10272,1970,'_regular_price','0.0000'),(10273,1970,'_price','0.0000'),(10274,1970,'_visibility','visible'),(10275,1970,'_stock_status','instock'),(10276,1970,'_manage_stock','1'),(10277,1970,'_stock','15'),(10278,1971,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10279,1971,'osc_id','1434'),(10280,1971,'_sku','RE17'),(10281,1971,'_regular_price','0.0000'),(10282,1971,'_price','0.0000'),(10283,1971,'_visibility','visible'),(10284,1971,'_stock_status','instock'),(10285,1971,'_manage_stock','1'),(10286,1971,'_stock','14'),(10287,1972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10288,1972,'osc_id','1435'),(10289,1972,'_sku','RE18'),(10290,1972,'_regular_price','0.0000'),(10291,1972,'_price','0.0000'),(10292,1972,'_visibility','visible'),(10293,1972,'_stock_status','instock'),(10294,1972,'_manage_stock','1'),(10295,1972,'_stock','8'),(10296,1973,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10297,1973,'osc_id','1436'),(10298,1973,'_sku','QU01'),(10299,1973,'_regular_price','0.0000'),(10300,1973,'_price','0.0000'),(10301,1973,'_visibility','visible'),(10302,1973,'_stock_status','instock'),(10303,1973,'_manage_stock','1'),(10304,1973,'_stock','16'),(10305,1974,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10306,1974,'osc_id','1437'),(10307,1974,'_sku','QU02'),(10308,1974,'_regular_price','0.0000'),(10309,1974,'_price','0.0000'),(10310,1974,'_visibility','visible'),(10311,1974,'_stock_status','instock'),(10312,1974,'_manage_stock','1'),(10313,1974,'_stock','8'),(10314,1975,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10315,1975,'osc_id','1438'),(10316,1975,'_sku','QU03'),(10317,1975,'_regular_price','0.0000'),(10318,1975,'_price','0.0000'),(10319,1975,'_visibility','visible'),(10320,1975,'_stock_status','instock'),(10321,1975,'_manage_stock','1'),(10322,1975,'_stock','12'),(10323,1976,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10324,1976,'osc_id','1439'),(10325,1976,'_sku','QU04'),(10326,1976,'_regular_price','0.0000'),(10327,1976,'_price','0.0000'),(10328,1976,'_visibility','visible'),(10329,1976,'_stock_status','instock'),(10330,1976,'_manage_stock','1'),(10331,1976,'_stock','13'),(10332,1977,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10333,1977,'osc_id','1440'),(10334,1977,'_sku','QU05'),(10335,1977,'_regular_price','0.0000'),(10336,1977,'_price','0.0000'),(10337,1977,'_visibility','visible'),(10338,1977,'_stock_status','instock'),(10339,1977,'_manage_stock','1'),(10340,1977,'_stock','14'),(10341,1978,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10342,1978,'osc_id','1441'),(10343,1978,'_sku','QU06'),(10344,1978,'_regular_price','0.0000'),(10345,1978,'_price','0.0000'),(10346,1978,'_visibility','visible'),(10347,1978,'_stock_status','instock'),(10348,1978,'_manage_stock','1'),(10349,1978,'_stock','10'),(10350,1979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10351,1979,'osc_id','1442'),(10352,1979,'_sku','QU07'),(10353,1979,'_regular_price','0.0000'),(10354,1979,'_price','0.0000'),(10355,1979,'_visibility','visible'),(10356,1979,'_stock_status','instock'),(10357,1979,'_manage_stock','1'),(10358,1979,'_stock','14'),(10359,1980,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10360,1980,'osc_id','1443'),(10361,1980,'_sku','QU08'),(10362,1980,'_regular_price','0.0000'),(10363,1980,'_price','0.0000'),(10364,1980,'_visibility','visible'),(10365,1980,'_stock_status','instock'),(10366,1980,'_manage_stock','1'),(10367,1980,'_stock','11'),(10368,1981,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10369,1981,'osc_id','1444'),(10370,1981,'_sku','QU09'),(10371,1981,'_regular_price','0.0000'),(10372,1981,'_price','0.0000'),(10373,1981,'_visibility','visible'),(10374,1981,'_stock_status','instock'),(10375,1981,'_manage_stock','1'),(10376,1981,'_stock','15'),(10377,1982,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10378,1982,'osc_id','1445'),(10379,1982,'_sku','QU10'),(10380,1982,'_regular_price','0.0000'),(10381,1982,'_price','0.0000'),(10382,1982,'_visibility','visible'),(10383,1982,'_stock_status','instock'),(10384,1982,'_manage_stock','1'),(10385,1982,'_stock','14'),(10386,1983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10387,1983,'osc_id','1446'),(10388,1983,'_sku','QU11'),(10389,1983,'_regular_price','0.0000'),(10390,1983,'_price','0.0000'),(10391,1983,'_visibility','visible'),(10392,1983,'_stock_status','instock'),(10393,1983,'_manage_stock','1'),(10394,1983,'_stock','15'),(10395,1984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10396,1984,'osc_id','1447'),(10397,1984,'_sku','QU12'),(10398,1984,'_regular_price','0.0000'),(10399,1984,'_price','0.0000'),(10400,1984,'_visibility','visible'),(10401,1984,'_stock_status','instock'),(10402,1984,'_manage_stock','1'),(10403,1984,'_stock','14'),(10404,1985,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10405,1985,'osc_id','1448'),(10406,1985,'_sku','QU13'),(10407,1985,'_regular_price','0.0000'),(10408,1985,'_price','0.0000'),(10409,1985,'_visibility','visible'),(10410,1985,'_stock_status','instock'),(10411,1985,'_manage_stock','1'),(10412,1985,'_stock','15'),(10413,1986,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10414,1986,'osc_id','1449'),(10415,1986,'_sku','QU14'),(10416,1986,'_regular_price','0.0000'),(10417,1986,'_price','0.0000'),(10418,1986,'_visibility','visible'),(10419,1986,'_stock_status','instock'),(10420,1986,'_manage_stock','1'),(10421,1986,'_stock','10'),(10422,1987,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10423,1987,'osc_id','1450'),(10424,1987,'_sku','QU15'),(10425,1987,'_regular_price','0.0000'),(10426,1987,'_price','0.0000'),(10427,1987,'_visibility','visible'),(10428,1987,'_stock_status','instock'),(10429,1987,'_manage_stock','1'),(10430,1987,'_stock','9'),(10431,1988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10432,1988,'osc_id','1451'),(10433,1988,'_sku','QU16'),(10434,1988,'_regular_price','0.0000'),(10435,1988,'_price','0.0000'),(10436,1988,'_visibility','visible'),(10437,1988,'_stock_status','instock'),(10438,1988,'_manage_stock','1'),(10439,1988,'_stock','10'),(10440,1989,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10441,1989,'osc_id','1452'),(10442,1989,'_sku','QU17'),(10443,1989,'_regular_price','0.0000'),(10444,1989,'_price','0.0000'),(10445,1989,'_visibility','visible'),(10446,1989,'_stock_status','instock'),(10447,1989,'_manage_stock','1'),(10448,1989,'_stock','14'),(10449,1990,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10450,1990,'osc_id','1453'),(10451,1990,'_sku','QU18'),(10452,1990,'_regular_price','0.0000'),(10453,1990,'_price','0.0000'),(10454,1990,'_visibility','visible'),(10455,1990,'_stock_status','instock'),(10456,1990,'_manage_stock','1'),(10457,1990,'_stock','14'),(10458,1991,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10459,1991,'osc_id','1454'),(10460,1991,'_sku','QU19'),(10461,1991,'_regular_price','0.0000'),(10462,1991,'_price','0.0000'),(10463,1991,'_visibility','visible'),(10464,1991,'_stock_status','instock'),(10465,1991,'_manage_stock','1'),(10466,1991,'_stock','11'),(10467,1992,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10468,1992,'osc_id','1455'),(10469,1992,'_sku','AN01'),(10470,1992,'_regular_price','0.0000'),(10471,1992,'_price','0.0000'),(10472,1992,'_visibility','visible'),(10473,1992,'_stock_status','instock'),(10474,1992,'_manage_stock','1'),(10475,1992,'_stock','15'),(10476,1993,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10477,1993,'osc_id','1456'),(10478,1993,'_sku','AN02'),(10479,1993,'_regular_price','0.0000'),(10480,1993,'_price','0.0000'),(10481,1993,'_visibility','visible'),(10482,1993,'_stock_status','instock'),(10483,1993,'_manage_stock','1'),(10484,1993,'_stock','19'),(10485,1994,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10486,1994,'osc_id','1457'),(10487,1994,'_sku','AN03'),(10488,1994,'_regular_price','0.0000'),(10489,1994,'_price','0.0000'),(10490,1994,'_visibility','visible'),(10491,1994,'_stock_status','instock'),(10492,1994,'_manage_stock','1'),(10493,1994,'_stock','5'),(10494,1995,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10495,1995,'osc_id','1458'),(10496,1995,'_sku','AN04'),(10497,1995,'_regular_price','0.0000'),(10498,1995,'_price','0.0000'),(10499,1995,'_visibility','visible'),(10500,1995,'_stock_status','instock'),(10501,1995,'_manage_stock','1'),(10502,1995,'_stock','6'),(10503,1996,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10504,1996,'osc_id','1459'),(10505,1996,'_sku','AN05'),(10506,1996,'_regular_price','0.0000'),(10507,1996,'_price','0.0000'),(10508,1996,'_visibility','visible'),(10509,1996,'_stock_status','instock'),(10510,1996,'_manage_stock','1'),(10511,1996,'_stock','15'),(10512,1997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10513,1997,'osc_id','1460'),(10514,1997,'_sku','AN06'),(10515,1997,'_regular_price','0.0000'),(10516,1997,'_price','0.0000'),(10517,1997,'_visibility','visible'),(10518,1997,'_stock_status','instock'),(10519,1997,'_manage_stock','1'),(10520,1997,'_stock','5'),(10521,1998,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10522,1998,'osc_id','1461'),(10523,1998,'_sku','AN07'),(10524,1998,'_regular_price','0.0000'),(10525,1998,'_price','0.0000'),(10526,1998,'_visibility','visible'),(10527,1998,'_stock_status','instock'),(10528,1998,'_manage_stock','1'),(10529,1998,'_stock','9'),(10530,1999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10531,1999,'osc_id','1462'),(10532,1999,'_sku','AN08'),(10533,1999,'_regular_price','0.0000'),(10534,1999,'_price','0.0000'),(10535,1999,'_visibility','visible'),(10536,1999,'_stock_status','instock'),(10537,1999,'_manage_stock','1'),(10538,1999,'_stock','16'),(10539,2000,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10540,2000,'osc_id','1463'),(10541,2000,'_sku','AN09'),(10542,2000,'_regular_price','0.0000'),(10543,2000,'_price','0.0000'),(10544,2000,'_visibility','visible'),(10545,2000,'_stock_status','instock'),(10546,2000,'_manage_stock','1'),(10547,2000,'_stock','5'),(10548,2001,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10549,2001,'osc_id','1464'),(10550,2001,'_sku','AN10'),(10551,2001,'_regular_price','0.0000'),(10552,2001,'_price','0.0000'),(10553,2001,'_visibility','visible'),(10554,2001,'_stock_status','instock'),(10555,2001,'_manage_stock','1'),(10556,2001,'_stock','12'),(10557,2002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10558,2002,'osc_id','1465'),(10559,2002,'_sku','AN11'),(10560,2002,'_regular_price','0.0000'),(10561,2002,'_price','0.0000'),(10562,2002,'_visibility','visible'),(10563,2002,'_stock_status','instock'),(10564,2002,'_manage_stock','1'),(10565,2002,'_stock','5'),(10566,2003,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10567,2003,'osc_id','1466'),(10568,2003,'_sku','AN12'),(10569,2003,'_regular_price','0.0000'),(10570,2003,'_price','0.0000'),(10571,2003,'_visibility','visible'),(10572,2003,'_stock_status','instock'),(10573,2003,'_manage_stock','1'),(10574,2003,'_stock','4'),(10575,2004,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10576,2004,'osc_id','1467'),(10577,2004,'_sku','AN13'),(10578,2004,'_regular_price','0.0000'),(10579,2004,'_price','0.0000'),(10580,2004,'_visibility','visible'),(10581,2004,'_stock_status','instock'),(10582,2004,'_manage_stock','1'),(10583,2004,'_stock','6'),(10584,2005,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10585,2005,'osc_id','1468'),(10586,2005,'_sku','AN14'),(10587,2005,'_regular_price','0.0000'),(10588,2005,'_price','0.0000'),(10589,2005,'_visibility','visible'),(10590,2005,'_stock_status','instock'),(10591,2005,'_manage_stock','1'),(10592,2005,'_stock','18'),(10593,2006,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10594,2006,'osc_id','1469'),(10595,2006,'_sku','AN15'),(10596,2006,'_regular_price','0.0000'),(10597,2006,'_price','0.0000'),(10598,2006,'_visibility','visible'),(10599,2006,'_stock_status','instock'),(10600,2006,'_manage_stock','1'),(10601,2006,'_stock','15'),(10602,2007,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10603,2007,'osc_id','1470'),(10604,2007,'_sku','AN16'),(10605,2007,'_regular_price','0.0000'),(10606,2007,'_price','0.0000'),(10607,2007,'_visibility','visible'),(10608,2007,'_stock_status','instock'),(10609,2007,'_manage_stock','1'),(10610,2007,'_stock','18'),(10611,2008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10612,2008,'osc_id','1471'),(10613,2008,'_sku','AN17'),(10614,2008,'_regular_price','0.0000'),(10615,2008,'_price','0.0000'),(10616,2008,'_visibility','visible'),(10617,2008,'_stock_status','instock'),(10618,2008,'_manage_stock','1'),(10619,2008,'_stock','7'),(10620,2009,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10621,2009,'osc_id','1472'),(10622,2009,'_sku','AN18'),(10623,2009,'_regular_price','0.0000'),(10624,2009,'_price','0.0000'),(10625,2009,'_visibility','visible'),(10626,2009,'_stock_status','instock'),(10627,2009,'_manage_stock','1'),(10628,2009,'_stock','13'),(10629,2010,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10630,2010,'osc_id','1473'),(10631,2010,'_sku','AN19'),(10632,2010,'_regular_price','0.0000'),(10633,2010,'_price','0.0000'),(10634,2010,'_visibility','visible'),(10635,2010,'_stock_status','instock'),(10636,2010,'_manage_stock','1'),(10637,2010,'_stock','15'),(10638,2011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10639,2011,'osc_id','1474'),(10640,2011,'_sku','AN20'),(10641,2011,'_regular_price','0.0000'),(10642,2011,'_price','0.0000'),(10643,2011,'_visibility','visible'),(10644,2011,'_stock_status','instock'),(10645,2011,'_manage_stock','1'),(10646,2011,'_stock','25'),(10647,2012,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10648,2012,'osc_id','1475'),(10649,2012,'_sku','AN21'),(10650,2012,'_regular_price','0.0000'),(10651,2012,'_price','0.0000'),(10652,2012,'_visibility','visible'),(10653,2012,'_stock_status','instock'),(10654,2012,'_manage_stock','1'),(10655,2012,'_stock','6'),(10656,2013,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10657,2013,'osc_id','1476'),(10658,2013,'_sku','AN22'),(10659,2013,'_regular_price','0.0000'),(10660,2013,'_price','0.0000'),(10661,2013,'_visibility','visible'),(10662,2013,'_stock_status','instock'),(10663,2013,'_manage_stock','1'),(10664,2013,'_stock','6'),(10665,2014,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10666,2014,'osc_id','1477'),(10667,2014,'_sku','AN23'),(10668,2014,'_regular_price','0.0000'),(10669,2014,'_price','0.0000'),(10670,2014,'_visibility','visible'),(10671,2014,'_stock_status','instock'),(10672,2014,'_manage_stock','1'),(10673,2014,'_stock','14'),(10674,2015,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10675,2015,'osc_id','1478'),(10676,2015,'_sku','AN24'),(10677,2015,'_regular_price','0.0000'),(10678,2015,'_price','0.0000'),(10679,2015,'_visibility','visible'),(10680,2015,'_stock_status','instock'),(10681,2015,'_manage_stock','1'),(10682,2015,'_stock','10'),(10683,2016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10684,2016,'osc_id','1479'),(10685,2016,'_sku','AN25'),(10686,2016,'_regular_price','0.0000'),(10687,2016,'_price','0.0000'),(10688,2016,'_visibility','visible'),(10689,2016,'_stock_status','instock'),(10690,2016,'_manage_stock','1'),(10691,2016,'_stock','6'),(10692,2017,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10693,2017,'osc_id','1480'),(10694,2017,'_sku','AN26'),(10695,2017,'_regular_price','0.0000'),(10696,2017,'_price','0.0000'),(10697,2017,'_visibility','visible'),(10698,2017,'_stock_status','instock'),(10699,2017,'_manage_stock','1'),(10700,2017,'_stock','8'),(10701,2018,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10702,2018,'osc_id','1481'),(10703,2018,'_sku','AN27'),(10704,2018,'_regular_price','0.0000'),(10705,2018,'_price','0.0000'),(10706,2018,'_visibility','visible'),(10707,2018,'_stock_status','instock'),(10708,2018,'_manage_stock','1'),(10709,2018,'_stock','12'),(10710,2019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10711,2019,'osc_id','1482'),(10712,2019,'_sku','AN28'),(10713,2019,'_regular_price','0.0000'),(10714,2019,'_price','0.0000'),(10715,2019,'_visibility','visible'),(10716,2019,'_stock_status','instock'),(10717,2019,'_manage_stock','1'),(10718,2019,'_stock','4'),(10719,2020,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10720,2020,'osc_id','1483'),(10721,2020,'_sku','AN29'),(10722,2020,'_regular_price','0.0000'),(10723,2020,'_price','0.0000'),(10724,2020,'_visibility','visible'),(10725,2020,'_stock_status','instock'),(10726,2020,'_manage_stock','1'),(10727,2020,'_stock','22'),(10728,2021,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10729,2021,'osc_id','1484'),(10730,2021,'_sku','AN30'),(10731,2021,'_regular_price','0.0000'),(10732,2021,'_price','0.0000'),(10733,2021,'_visibility','visible'),(10734,2021,'_stock_status','instock'),(10735,2021,'_manage_stock','1'),(10736,2021,'_stock','15'),(10737,2022,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10738,2022,'osc_id','1485'),(10739,2022,'_sku','AN31'),(10740,2022,'_regular_price','0.0000'),(10741,2022,'_price','0.0000'),(10742,2022,'_visibility','visible'),(10743,2022,'_stock_status','instock'),(10744,2022,'_manage_stock','1'),(10745,2022,'_stock','11'),(10746,2023,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10747,2023,'osc_id','1486'),(10748,2023,'_sku','AN32'),(10749,2023,'_regular_price','0.0000'),(10750,2023,'_price','0.0000'),(10751,2023,'_visibility','visible'),(10752,2023,'_stock_status','instock'),(10753,2023,'_manage_stock','1'),(10754,2023,'_stock','12'),(10755,2024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10756,2024,'osc_id','1487'),(10757,2024,'_sku','AN33'),(10758,2024,'_regular_price','0.0000'),(10759,2024,'_price','0.0000'),(10760,2024,'_visibility','visible'),(10761,2024,'_stock_status','instock'),(10762,2024,'_manage_stock','1'),(10763,2024,'_stock','15'),(10764,2025,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10765,2025,'osc_id','1488'),(10766,2025,'_sku','AN34'),(10767,2025,'_regular_price','0.0000'),(10768,2025,'_price','0.0000'),(10769,2025,'_visibility','visible'),(10770,2025,'_stock_status','instock'),(10771,2025,'_manage_stock','1'),(10772,2025,'_stock','8'),(10773,2026,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10774,2026,'osc_id','1489'),(10775,2026,'_sku','AN35'),(10776,2026,'_regular_price','0.0000'),(10777,2026,'_price','0.0000'),(10778,2026,'_visibility','visible'),(10779,2026,'_stock_status','instock'),(10780,2026,'_manage_stock','1'),(10781,2026,'_stock','10'),(10782,2027,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10783,2027,'osc_id','1490'),(10784,2027,'_sku','AN36'),(10785,2027,'_regular_price','0.0000'),(10786,2027,'_price','0.0000'),(10787,2027,'_visibility','visible'),(10788,2027,'_stock_status','instock'),(10789,2027,'_manage_stock','1'),(10790,2027,'_stock','2'),(10791,2028,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10792,2028,'osc_id','1491'),(10793,2028,'_sku','AN37'),(10794,2028,'_regular_price','0.0000'),(10795,2028,'_price','0.0000'),(10796,2028,'_visibility','visible'),(10797,2028,'_stock_status','instock'),(10798,2028,'_manage_stock','1'),(10799,2028,'_stock','11'),(10800,2029,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10801,2029,'osc_id','1492'),(10802,2029,'_sku','AN38'),(10803,2029,'_regular_price','0.0000'),(10804,2029,'_price','0.0000'),(10805,2029,'_visibility','visible'),(10806,2029,'_stock_status','instock'),(10807,2029,'_manage_stock','1'),(10808,2029,'_stock','12'),(10809,2030,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10810,2030,'osc_id','1493'),(10811,2030,'_sku','IV01'),(10812,2030,'_regular_price','0.0000'),(10813,2030,'_price','0.0000'),(10814,2030,'_visibility','visible'),(10815,2030,'_stock_status','instock'),(10816,2030,'_manage_stock','1'),(10817,2030,'_stock','9'),(10818,2031,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10819,2031,'osc_id','1494'),(10820,2031,'_sku','IV02'),(10821,2031,'_regular_price','0.0000'),(10822,2031,'_price','0.0000'),(10823,2031,'_visibility','visible'),(10824,2031,'_stock_status','instock'),(10825,2031,'_manage_stock','1'),(10826,2031,'_stock','9'),(10827,2032,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10828,2032,'osc_id','1495'),(10829,2032,'_sku','IV03'),(10830,2032,'_regular_price','0.0000'),(10831,2032,'_price','0.0000'),(10832,2032,'_visibility','visible'),(10833,2032,'_stock_status','instock'),(10834,2032,'_manage_stock','1'),(10835,2032,'_stock','9'),(10836,2033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10837,2033,'osc_id','1496'),(10838,2033,'_sku','IV04'),(10839,2033,'_regular_price','0.0000'),(10840,2033,'_price','0.0000'),(10841,2033,'_visibility','visible'),(10842,2033,'_stock_status','instock'),(10843,2033,'_manage_stock','1'),(10844,2033,'_stock','5'),(10845,2034,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10846,2034,'osc_id','1497'),(10847,2034,'_sku','IV05'),(10848,2034,'_regular_price','0.0000'),(10849,2034,'_price','0.0000'),(10850,2034,'_visibility','visible'),(10851,2034,'_stock_status','instock'),(10852,2034,'_manage_stock','1'),(10853,2034,'_stock','5'),(10854,2035,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10855,2035,'osc_id','1498'),(10856,2035,'_sku','IV06'),(10857,2035,'_regular_price','0.0000'),(10858,2035,'_price','0.0000'),(10859,2035,'_visibility','visible'),(10860,2035,'_stock_status','instock'),(10861,2035,'_manage_stock','1'),(10862,2035,'_stock','12'),(10863,2036,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10864,2036,'osc_id','1499'),(10865,2036,'_sku','IV07'),(10866,2036,'_regular_price','0.0000'),(10867,2036,'_price','0.0000'),(10868,2036,'_visibility','visible'),(10869,2036,'_stock_status','instock'),(10870,2036,'_manage_stock','1'),(10871,2036,'_stock','14'),(10872,2037,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10873,2037,'osc_id','1500'),(10874,2037,'_sku','IV08'),(10875,2037,'_regular_price','0.0000'),(10876,2037,'_price','0.0000'),(10877,2037,'_visibility','visible'),(10878,2037,'_stock_status','instock'),(10879,2037,'_manage_stock','1'),(10880,2037,'_stock','18'),(10881,2038,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10882,2038,'osc_id','1501'),(10883,2038,'_sku','CH01'),(10884,2038,'_regular_price','0.0000'),(10885,2038,'_price','0.0000'),(10886,2038,'_visibility','visible'),(10887,2038,'_stock_status','instock'),(10888,2038,'_manage_stock','1'),(10889,2038,'_stock','10'),(10890,2039,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10891,2039,'osc_id','1502'),(10892,2039,'_sku','CH02'),(10893,2039,'_regular_price','0.0000'),(10894,2039,'_price','0.0000'),(10895,2039,'_visibility','visible'),(10896,2039,'_stock_status','instock'),(10897,2039,'_manage_stock','1'),(10898,2039,'_stock','13'),(10899,2040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10900,2040,'osc_id','1503'),(10901,2040,'_sku','CH03'),(10902,2040,'_regular_price','0.0000'),(10903,2040,'_price','0.0000'),(10904,2040,'_visibility','visible'),(10905,2040,'_stock_status','instock'),(10906,2040,'_manage_stock','1'),(10907,2040,'_stock','12'),(10908,2041,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10909,2041,'osc_id','1504'),(10910,2041,'_sku','CH04'),(10911,2041,'_regular_price','0.0000'),(10912,2041,'_price','0.0000'),(10913,2041,'_visibility','visible'),(10914,2041,'_stock_status','outofstock'),(10915,2041,'_manage_stock','1'),(10916,2041,'_stock','0'),(10917,2042,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10918,2042,'osc_id','1505'),(10919,2042,'_sku','CH05'),(10920,2042,'_regular_price','0.0000'),(10921,2042,'_price','0.0000'),(10922,2042,'_visibility','visible'),(10923,2042,'_stock_status','instock'),(10924,2042,'_manage_stock','1'),(10925,2042,'_stock','9'),(10926,2043,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10927,2043,'osc_id','1506'),(10928,2043,'_sku','CH06'),(10929,2043,'_regular_price','0.0000'),(10930,2043,'_price','0.0000'),(10931,2043,'_visibility','visible'),(10932,2043,'_stock_status','instock'),(10933,2043,'_manage_stock','1'),(10934,2043,'_stock','12'),(10935,2044,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10936,2044,'osc_id','1507'),(10937,2044,'_sku','CH07'),(10938,2044,'_regular_price','0.0000'),(10939,2044,'_price','0.0000'),(10940,2044,'_visibility','visible'),(10941,2044,'_stock_status','instock'),(10942,2044,'_manage_stock','1'),(10943,2044,'_stock','13'),(10944,2045,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10945,2045,'osc_id','1508'),(10946,2045,'_sku','CH08'),(10947,2045,'_regular_price','0.0000'),(10948,2045,'_price','0.0000'),(10949,2045,'_visibility','visible'),(10950,2045,'_stock_status','instock'),(10951,2045,'_manage_stock','1'),(10952,2045,'_stock','10'),(10953,2046,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10954,2046,'osc_id','1509'),(10955,2046,'_sku','CH09'),(10956,2046,'_regular_price','0.0000'),(10957,2046,'_price','0.0000'),(10958,2046,'_visibility','visible'),(10959,2046,'_stock_status','instock'),(10960,2046,'_manage_stock','1'),(10961,2046,'_stock','12'),(10962,2047,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10963,2047,'osc_id','1510'),(10964,2047,'_sku','CH10'),(10965,2047,'_regular_price','0.0000'),(10966,2047,'_price','0.0000'),(10967,2047,'_visibility','visible'),(10968,2047,'_stock_status','instock'),(10969,2047,'_manage_stock','1'),(10970,2047,'_stock','16'),(10971,2048,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10972,2048,'osc_id','1511'),(10973,2048,'_sku','CH11'),(10974,2048,'_regular_price','0.0000'),(10975,2048,'_price','0.0000'),(10976,2048,'_visibility','visible'),(10977,2048,'_stock_status','instock'),(10978,2048,'_manage_stock','1'),(10979,2048,'_stock','8'),(10980,2049,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10981,2049,'osc_id','1512'),(10982,2049,'_sku','CH12'),(10983,2049,'_regular_price','0.0000'),(10984,2049,'_price','0.0000'),(10985,2049,'_visibility','visible'),(10986,2049,'_stock_status','instock'),(10987,2049,'_manage_stock','1'),(10988,2049,'_stock','25'),(10989,2050,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10990,2050,'osc_id','1513'),(10991,2050,'_sku','CH13'),(10992,2050,'_regular_price','0.0000'),(10993,2050,'_price','0.0000'),(10994,2050,'_visibility','visible'),(10995,2050,'_stock_status','instock'),(10996,2050,'_manage_stock','1'),(10997,2050,'_stock','14'),(10998,2051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10999,2051,'osc_id','1514'),(11000,2051,'_sku','CH14'),(11001,2051,'_regular_price','0.0000'),(11002,2051,'_price','0.0000'),(11003,2051,'_visibility','visible'),(11004,2051,'_stock_status','instock'),(11005,2051,'_manage_stock','1'),(11006,2051,'_stock','12'),(11007,2052,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11008,2052,'osc_id','1515'),(11009,2052,'_sku','CH15'),(11010,2052,'_regular_price','0.0000'),(11011,2052,'_price','0.0000'),(11012,2052,'_visibility','visible'),(11013,2052,'_stock_status','instock'),(11014,2052,'_manage_stock','1'),(11015,2052,'_stock','15'),(11016,2053,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11017,2053,'osc_id','1516'),(11018,2053,'_sku','CH16'),(11019,2053,'_regular_price','0.0000'),(11020,2053,'_price','0.0000'),(11021,2053,'_visibility','visible'),(11022,2053,'_stock_status','instock'),(11023,2053,'_manage_stock','1'),(11024,2053,'_stock','25'),(11025,2054,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11026,2054,'osc_id','1517'),(11027,2054,'_sku','CH17'),(11028,2054,'_regular_price','0.0000'),(11029,2054,'_price','0.0000'),(11030,2054,'_visibility','visible'),(11031,2054,'_stock_status','instock'),(11032,2054,'_manage_stock','1'),(11033,2054,'_stock','13'),(11034,2055,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11035,2055,'osc_id','1518'),(11036,2055,'_sku','CH18'),(11037,2055,'_regular_price','0.0000'),(11038,2055,'_price','0.0000'),(11039,2055,'_visibility','visible'),(11040,2055,'_stock_status','instock'),(11041,2055,'_manage_stock','1'),(11042,2055,'_stock','18'),(11043,2056,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11044,2056,'osc_id','1519'),(11045,2056,'_sku','CH19'),(11046,2056,'_regular_price','0.0000'),(11047,2056,'_price','0.0000'),(11048,2056,'_visibility','visible'),(11049,2056,'_stock_status','instock'),(11050,2056,'_manage_stock','1'),(11051,2056,'_stock','18'),(11052,2057,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11053,2057,'osc_id','1520'),(11054,2057,'_sku','CM01'),(11055,2057,'_regular_price','0.0000'),(11056,2057,'_price','0.0000'),(11057,2057,'_visibility','visible'),(11058,2057,'_stock_status','instock'),(11059,2057,'_manage_stock','1'),(11060,2057,'_stock','12'),(11061,2058,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11062,2058,'osc_id','1521'),(11063,2058,'_sku','CM02'),(11064,2058,'_regular_price','0.0000'),(11065,2058,'_price','0.0000'),(11066,2058,'_visibility','visible'),(11067,2058,'_stock_status','instock'),(11068,2058,'_manage_stock','1'),(11069,2058,'_stock','6'),(11070,2059,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11071,2059,'osc_id','1522'),(11072,2059,'_sku','CM03'),(11073,2059,'_regular_price','0.0000'),(11074,2059,'_price','0.0000'),(11075,2059,'_visibility','visible'),(11076,2059,'_stock_status','instock'),(11077,2059,'_manage_stock','1'),(11078,2059,'_stock','13'),(11079,2060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11080,2060,'osc_id','1523'),(11081,2060,'_sku','CM04'),(11082,2060,'_regular_price','0.0000'),(11083,2060,'_price','0.0000'),(11084,2060,'_visibility','visible'),(11085,2060,'_stock_status','instock'),(11086,2060,'_manage_stock','1'),(11087,2060,'_stock','15'),(11088,2061,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11089,2061,'osc_id','1524'),(11090,2061,'_sku','CM05'),(11091,2061,'_regular_price','0.0000'),(11092,2061,'_price','0.0000'),(11093,2061,'_visibility','visible'),(11094,2061,'_stock_status','instock'),(11095,2061,'_manage_stock','1'),(11096,2061,'_stock','15'),(11097,2062,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11098,2062,'osc_id','1525'),(11099,2062,'_sku','CM06'),(11100,2062,'_regular_price','0.0000'),(11101,2062,'_price','0.0000'),(11102,2062,'_visibility','visible'),(11103,2062,'_stock_status','instock'),(11104,2062,'_manage_stock','1'),(11105,2062,'_stock','18'),(11106,2063,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11107,2063,'osc_id','1526'),(11108,2063,'_sku','CM07'),(11109,2063,'_regular_price','0.0000'),(11110,2063,'_price','0.0000'),(11111,2063,'_visibility','visible'),(11112,2063,'_stock_status','instock'),(11113,2063,'_manage_stock','1'),(11114,2063,'_stock','15'),(11115,2064,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11116,2064,'osc_id','1527'),(11117,2064,'_sku','CM08'),(11118,2064,'_regular_price','0.0000'),(11119,2064,'_price','0.0000'),(11120,2064,'_visibility','visible'),(11121,2064,'_stock_status','instock'),(11122,2064,'_manage_stock','1'),(11123,2064,'_stock','12'),(11124,2065,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11125,2065,'osc_id','1528'),(11126,2065,'_sku','CM09'),(11127,2065,'_regular_price','0.0000'),(11128,2065,'_price','0.0000'),(11129,2065,'_visibility','visible'),(11130,2065,'_stock_status','instock'),(11131,2065,'_manage_stock','1'),(11132,2065,'_stock','14'),(11133,2066,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11134,2066,'osc_id','1529'),(11135,2066,'_sku','CM10'),(11136,2066,'_regular_price','0.0000'),(11137,2066,'_price','0.0000'),(11138,2066,'_visibility','visible'),(11139,2066,'_stock_status','instock'),(11140,2066,'_manage_stock','1'),(11141,2066,'_stock','8'),(11142,2067,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11143,2067,'osc_id','1530'),(11144,2067,'_sku','CM11'),(11145,2067,'_regular_price','0.0000'),(11146,2067,'_price','0.0000'),(11147,2067,'_visibility','visible'),(11148,2067,'_stock_status','instock'),(11149,2067,'_manage_stock','1'),(11150,2067,'_stock','16'),(11151,2068,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11152,2068,'osc_id','1531'),(11153,2068,'_sku','CM12'),(11154,2068,'_regular_price','0.0000'),(11155,2068,'_price','0.0000'),(11156,2068,'_visibility','visible'),(11157,2068,'_stock_status','instock'),(11158,2068,'_manage_stock','1'),(11159,2068,'_stock','13'),(11160,2069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11161,2069,'osc_id','1532'),(11162,2069,'_sku','CM13'),(11163,2069,'_regular_price','0.0000'),(11164,2069,'_price','0.0000'),(11165,2069,'_visibility','visible'),(11166,2069,'_stock_status','instock'),(11167,2069,'_manage_stock','1'),(11168,2069,'_stock','15'),(11169,2070,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11170,2070,'osc_id','1533'),(11171,2070,'_sku','CM14'),(11172,2070,'_regular_price','0.0000'),(11173,2070,'_price','0.0000'),(11174,2070,'_visibility','visible'),(11175,2070,'_stock_status','instock'),(11176,2070,'_manage_stock','1'),(11177,2070,'_stock','7'),(11178,2071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11179,2071,'osc_id','1534'),(11180,2071,'_sku','CM15'),(11181,2071,'_regular_price','0.0000'),(11182,2071,'_price','0.0000'),(11183,2071,'_visibility','visible'),(11184,2071,'_stock_status','instock'),(11185,2071,'_manage_stock','1'),(11186,2071,'_stock','7'),(11187,2072,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11188,2072,'osc_id','1535'),(11189,2072,'_sku','CM16'),(11190,2072,'_regular_price','0.0000'),(11191,2072,'_price','0.0000'),(11192,2072,'_visibility','visible'),(11193,2072,'_stock_status','instock'),(11194,2072,'_manage_stock','1'),(11195,2072,'_stock','8'),(11196,2073,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11197,2073,'osc_id','1536'),(11198,2073,'_sku','CM17'),(11199,2073,'_regular_price','0.0000'),(11200,2073,'_price','0.0000'),(11201,2073,'_visibility','visible'),(11202,2073,'_stock_status','instock'),(11203,2073,'_manage_stock','1'),(11204,2073,'_stock','15'),(11205,2074,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11206,2074,'osc_id','1537'),(11207,2074,'_sku','CM18'),(11208,2074,'_regular_price','0.0000'),(11209,2074,'_price','0.0000'),(11210,2074,'_visibility','visible'),(11211,2074,'_stock_status','instock'),(11212,2074,'_manage_stock','1'),(11213,2074,'_stock','5'),(11214,2075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11215,2075,'osc_id','1538'),(11216,2075,'_sku','CM19'),(11217,2075,'_regular_price','0.0000'),(11218,2075,'_price','0.0000'),(11219,2075,'_visibility','visible'),(11220,2075,'_stock_status','instock'),(11221,2075,'_manage_stock','1'),(11222,2075,'_stock','11'),(11223,2076,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11224,2076,'osc_id','1539'),(11225,2076,'_sku','CM20'),(11226,2076,'_regular_price','0.0000'),(11227,2076,'_price','0.0000'),(11228,2076,'_visibility','visible'),(11229,2076,'_stock_status','instock'),(11230,2076,'_manage_stock','1'),(11231,2076,'_stock','12'),(11232,2077,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11233,2077,'osc_id','1540'),(11234,2077,'_sku','CM21'),(11235,2077,'_regular_price','0.0000'),(11236,2077,'_price','0.0000'),(11237,2077,'_visibility','visible'),(11238,2077,'_stock_status','instock'),(11239,2077,'_manage_stock','1'),(11240,2077,'_stock','7'),(11241,2078,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11242,2078,'osc_id','1541'),(11243,2078,'_sku','CM22'),(11244,2078,'_regular_price','0.0000'),(11245,2078,'_price','0.0000'),(11246,2078,'_visibility','visible'),(11247,2078,'_stock_status','outofstock'),(11248,2078,'_manage_stock','1'),(11249,2078,'_stock','0'),(11250,2079,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11251,2079,'osc_id','1542'),(11252,2079,'_sku','CM23'),(11253,2079,'_regular_price','0.0000'),(11254,2079,'_price','0.0000'),(11255,2079,'_visibility','visible'),(11256,2079,'_stock_status','instock'),(11257,2079,'_manage_stock','1'),(11258,2079,'_stock','6'),(11259,2080,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11260,2080,'osc_id','1543'),(11261,2080,'_sku','CM24'),(11262,2080,'_regular_price','0.0000'),(11263,2080,'_price','0.0000'),(11264,2080,'_visibility','visible'),(11265,2080,'_stock_status','instock'),(11266,2080,'_manage_stock','1'),(11267,2080,'_stock','11'),(11268,2081,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11269,2081,'osc_id','1544'),(11270,2081,'_sku','CM25'),(11271,2081,'_regular_price','0.0000'),(11272,2081,'_price','0.0000'),(11273,2081,'_visibility','visible'),(11274,2081,'_stock_status','instock'),(11275,2081,'_manage_stock','1'),(11276,2081,'_stock','9'),(11277,2082,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11278,2082,'osc_id','1545'),(11279,2082,'_sku','CM26'),(11280,2082,'_regular_price','0.0000'),(11281,2082,'_price','0.0000'),(11282,2082,'_visibility','visible'),(11283,2082,'_stock_status','instock'),(11284,2082,'_manage_stock','1'),(11285,2082,'_stock','10'),(11286,2083,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11287,2083,'osc_id','1546'),(11288,2083,'_sku','CM27'),(11289,2083,'_regular_price','0.0000'),(11290,2083,'_price','0.0000'),(11291,2083,'_visibility','visible'),(11292,2083,'_stock_status','instock'),(11293,2083,'_manage_stock','1'),(11294,2083,'_stock','7'),(11295,2084,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11296,2084,'osc_id','1547'),(11297,2084,'_sku','CM28'),(11298,2084,'_regular_price','0.0000'),(11299,2084,'_price','0.0000'),(11300,2084,'_visibility','visible'),(11301,2084,'_stock_status','instock'),(11302,2084,'_manage_stock','1'),(11303,2084,'_stock','13'),(11304,2085,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11305,2085,'osc_id','1548'),(11306,2085,'_sku','CM29'),(11307,2085,'_regular_price','0.0000'),(11308,2085,'_price','0.0000'),(11309,2085,'_visibility','visible'),(11310,2085,'_stock_status','instock'),(11311,2085,'_manage_stock','1'),(11312,2085,'_stock','9'),(11313,2086,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11314,2086,'osc_id','1549'),(11315,2086,'_sku','CM30'),(11316,2086,'_regular_price','0.0000'),(11317,2086,'_price','0.0000'),(11318,2086,'_visibility','visible'),(11319,2086,'_stock_status','instock'),(11320,2086,'_manage_stock','1'),(11321,2086,'_stock','12'),(11322,2087,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11323,2087,'osc_id','1550'),(11324,2087,'_sku','CM31'),(11325,2087,'_regular_price','0.0000'),(11326,2087,'_price','0.0000'),(11327,2087,'_visibility','visible'),(11328,2087,'_stock_status','instock'),(11329,2087,'_manage_stock','1'),(11330,2087,'_stock','14'),(11331,2088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11332,2088,'osc_id','1551'),(11333,2088,'_sku','CM32'),(11334,2088,'_regular_price','0.0000'),(11335,2088,'_price','0.0000'),(11336,2088,'_visibility','visible'),(11337,2088,'_stock_status','instock'),(11338,2088,'_manage_stock','1'),(11339,2088,'_stock','8'),(11340,2089,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11341,2089,'osc_id','1552'),(11342,2089,'_sku','CM33'),(11343,2089,'_regular_price','0.0000'),(11344,2089,'_price','0.0000'),(11345,2089,'_visibility','visible'),(11346,2089,'_stock_status','instock'),(11347,2089,'_manage_stock','1'),(11348,2089,'_stock','12'),(11349,2090,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11350,2090,'osc_id','1553'),(11351,2090,'_sku','CF01'),(11352,2090,'_regular_price','0.0000'),(11353,2090,'_price','0.0000'),(11354,2090,'_visibility','visible'),(11355,2090,'_stock_status','instock'),(11356,2090,'_manage_stock','1'),(11357,2090,'_stock','21'),(11358,2091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11359,2091,'osc_id','1554'),(11360,2091,'_sku','CF02'),(11361,2091,'_regular_price','0.0000'),(11362,2091,'_price','0.0000'),(11363,2091,'_visibility','visible'),(11364,2091,'_stock_status','outofstock'),(11365,2091,'_manage_stock','1'),(11366,2091,'_stock','0'),(11367,2092,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11368,2092,'osc_id','1555'),(11369,2092,'_sku','CF03'),(11370,2092,'_regular_price','0.0000'),(11371,2092,'_price','0.0000'),(11372,2092,'_visibility','visible'),(11373,2092,'_stock_status','outofstock'),(11374,2092,'_manage_stock','1'),(11375,2092,'_stock','0'),(11376,2093,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11377,2093,'osc_id','1556'),(11378,2093,'_sku','CF04'),(11379,2093,'_regular_price','0.0000'),(11380,2093,'_price','0.0000'),(11381,2093,'_visibility','visible'),(11382,2093,'_stock_status','outofstock'),(11383,2093,'_manage_stock','1'),(11384,2093,'_stock','0'),(11385,2094,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11386,2094,'osc_id','1557'),(11387,2094,'_sku','CF05'),(11388,2094,'_regular_price','0.0000'),(11389,2094,'_price','0.0000'),(11390,2094,'_visibility','visible'),(11391,2094,'_stock_status','outofstock'),(11392,2094,'_manage_stock','1'),(11393,2094,'_stock','0'),(11394,2095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11395,2095,'osc_id','1558'),(11396,2095,'_sku','CF06'),(11397,2095,'_regular_price','0.0000'),(11398,2095,'_price','0.0000'),(11399,2095,'_visibility','visible'),(11400,2095,'_stock_status','outofstock'),(11401,2095,'_manage_stock','1'),(11402,2095,'_stock','0'),(11403,2096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11404,2096,'osc_id','1559'),(11405,2096,'_sku','CF07'),(11406,2096,'_regular_price','0.0000'),(11407,2096,'_price','0.0000'),(11408,2096,'_visibility','visible'),(11409,2096,'_stock_status','outofstock'),(11410,2096,'_manage_stock','1'),(11411,2096,'_stock','0'),(11412,2097,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11413,2097,'osc_id','1560'),(11414,2097,'_sku','CF08'),(11415,2097,'_regular_price','0.0000'),(11416,2097,'_price','0.0000'),(11417,2097,'_visibility','visible'),(11418,2097,'_stock_status','instock'),(11419,2097,'_manage_stock','1'),(11420,2097,'_stock','5'),(11421,2098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11422,2098,'osc_id','1561'),(11423,2098,'_sku','CF09'),(11424,2098,'_regular_price','0.0000'),(11425,2098,'_price','0.0000'),(11426,2098,'_visibility','visible'),(11427,2098,'_stock_status','instock'),(11428,2098,'_manage_stock','1'),(11429,2098,'_stock','12'),(11430,2099,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11431,2099,'osc_id','1562'),(11432,2099,'_sku','CF10'),(11433,2099,'_regular_price','0.0000'),(11434,2099,'_price','0.0000'),(11435,2099,'_visibility','visible'),(11436,2099,'_stock_status','instock'),(11437,2099,'_manage_stock','1'),(11438,2099,'_stock','15'),(11439,2100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11440,2100,'osc_id','1563'),(11441,2100,'_sku','CF11'),(11442,2100,'_regular_price','0.0000'),(11443,2100,'_price','0.0000'),(11444,2100,'_visibility','visible'),(11445,2100,'_stock_status','instock'),(11446,2100,'_manage_stock','1'),(11447,2100,'_stock','10'),(11448,2101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11449,2101,'osc_id','1564'),(11450,2101,'_sku','CF12'),(11451,2101,'_regular_price','0.0000'),(11452,2101,'_price','0.0000'),(11453,2101,'_visibility','visible'),(11454,2101,'_stock_status','instock'),(11455,2101,'_manage_stock','1'),(11456,2101,'_stock','9'),(11457,2102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11458,2102,'osc_id','1565'),(11459,2102,'_sku','CF13'),(11460,2102,'_regular_price','0.0000'),(11461,2102,'_price','0.0000'),(11462,2102,'_visibility','visible'),(11463,2102,'_stock_status','instock'),(11464,2102,'_manage_stock','1'),(11465,2102,'_stock','9'),(11466,2103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11467,2103,'osc_id','1566'),(11468,2103,'_sku','CF14'),(11469,2103,'_regular_price','0.0000'),(11470,2103,'_price','0.0000'),(11471,2103,'_visibility','visible'),(11472,2103,'_stock_status','instock'),(11473,2103,'_manage_stock','1'),(11474,2103,'_stock','28'),(11475,2104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11476,2104,'osc_id','1567'),(11477,2104,'_sku','CF15'),(11478,2104,'_regular_price','0.0000'),(11479,2104,'_price','0.0000'),(11480,2104,'_visibility','visible'),(11481,2104,'_stock_status','instock'),(11482,2104,'_manage_stock','1'),(11483,2104,'_stock','15'),(11484,2105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11485,2105,'osc_id','1568'),(11486,2105,'_sku','CF16'),(11487,2105,'_regular_price','0.0000'),(11488,2105,'_price','0.0000'),(11489,2105,'_visibility','visible'),(11490,2105,'_stock_status','instock'),(11491,2105,'_manage_stock','1'),(11492,2105,'_stock','10'),(11493,2106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11494,2106,'osc_id','1569'),(11495,2106,'_sku','CF17'),(11496,2106,'_regular_price','0.0000'),(11497,2106,'_price','0.0000'),(11498,2106,'_visibility','visible'),(11499,2106,'_stock_status','instock'),(11500,2106,'_manage_stock','1'),(11501,2106,'_stock','5'),(11502,2107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11503,2107,'osc_id','1570'),(11504,2107,'_sku','CF18'),(11505,2107,'_regular_price','0.0000'),(11506,2107,'_price','0.0000'),(11507,2107,'_visibility','visible'),(11508,2107,'_stock_status','instock'),(11509,2107,'_manage_stock','1'),(11510,2107,'_stock','14'),(11511,2108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11512,2108,'osc_id','1571'),(11513,2108,'_sku','CF19'),(11514,2108,'_regular_price','0.0000'),(11515,2108,'_price','0.0000'),(11516,2108,'_visibility','visible'),(11517,2108,'_stock_status','instock'),(11518,2108,'_manage_stock','1'),(11519,2108,'_stock','13'),(11520,2109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11521,2109,'osc_id','1572'),(11522,2109,'_sku','CF20'),(11523,2109,'_regular_price','0.0000'),(11524,2109,'_price','0.0000'),(11525,2109,'_visibility','visible'),(11526,2109,'_stock_status','instock'),(11527,2109,'_manage_stock','1'),(11528,2109,'_stock','6'),(11529,2110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11530,2110,'osc_id','1573'),(11531,2110,'_sku','CF21'),(11532,2110,'_regular_price','0.0000'),(11533,2110,'_price','0.0000'),(11534,2110,'_visibility','visible'),(11535,2110,'_stock_status','instock'),(11536,2110,'_manage_stock','1'),(11537,2110,'_stock','14'),(11538,2111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11539,2111,'osc_id','1574'),(11540,2111,'_sku','CF22'),(11541,2111,'_regular_price','0.0000'),(11542,2111,'_price','0.0000'),(11543,2111,'_visibility','visible'),(11544,2111,'_stock_status','instock'),(11545,2111,'_manage_stock','1'),(11546,2111,'_stock','10'),(11547,2112,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11548,2112,'osc_id','1575'),(11549,2112,'_sku','CF23'),(11550,2112,'_regular_price','0.0000'),(11551,2112,'_price','0.0000'),(11552,2112,'_visibility','visible'),(11553,2112,'_stock_status','instock'),(11554,2112,'_manage_stock','1'),(11555,2112,'_stock','16'),(11556,2113,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11557,2113,'osc_id','1576'),(11558,2113,'_sku','CF24'),(11559,2113,'_regular_price','0.0000'),(11560,2113,'_price','0.0000'),(11561,2113,'_visibility','visible'),(11562,2113,'_stock_status','instock'),(11563,2113,'_manage_stock','1'),(11564,2113,'_stock','12'),(11565,2114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11566,2114,'osc_id','1577'),(11567,2114,'_sku','CF25'),(11568,2114,'_regular_price','0.0000'),(11569,2114,'_price','0.0000'),(11570,2114,'_visibility','visible'),(11571,2114,'_stock_status','instock'),(11572,2114,'_manage_stock','1'),(11573,2114,'_stock','21'),(11574,2115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11575,2115,'osc_id','1578'),(11576,2115,'_sku','CF26'),(11577,2115,'_regular_price','0.0000'),(11578,2115,'_price','0.0000'),(11579,2115,'_visibility','visible'),(11580,2115,'_stock_status','instock'),(11581,2115,'_manage_stock','1'),(11582,2115,'_stock','10'),(11583,2116,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11584,2116,'osc_id','1579'),(11585,2116,'_sku','CF27'),(11586,2116,'_regular_price','0.0000'),(11587,2116,'_price','0.0000'),(11588,2116,'_visibility','visible'),(11589,2116,'_stock_status','instock'),(11590,2116,'_manage_stock','1'),(11591,2116,'_stock','25'),(11592,2117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11593,2117,'osc_id','1580'),(11594,2117,'_sku','CF28'),(11595,2117,'_regular_price','0.0000'),(11596,2117,'_price','0.0000'),(11597,2117,'_visibility','visible'),(11598,2117,'_stock_status','instock'),(11599,2117,'_manage_stock','1'),(11600,2117,'_stock','20'),(11601,2118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11602,2118,'osc_id','1581'),(11603,2118,'_sku','CF29'),(11604,2118,'_regular_price','0.0000'),(11605,2118,'_price','0.0000'),(11606,2118,'_visibility','visible'),(11607,2118,'_stock_status','instock'),(11608,2118,'_manage_stock','1'),(11609,2118,'_stock','8'),(11610,2119,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11611,2119,'osc_id','1582'),(11612,2119,'_sku','CF30'),(11613,2119,'_regular_price','0.0000'),(11614,2119,'_price','0.0000'),(11615,2119,'_visibility','visible'),(11616,2119,'_stock_status','instock'),(11617,2119,'_manage_stock','1'),(11618,2119,'_stock','30'),(11619,2120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11620,2120,'osc_id','1583'),(11621,2120,'_sku','CF31'),(11622,2120,'_regular_price','0.0000'),(11623,2120,'_price','0.0000'),(11624,2120,'_visibility','visible'),(11625,2120,'_stock_status','instock'),(11626,2120,'_manage_stock','1'),(11627,2120,'_stock','14'),(11628,2121,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11629,2121,'osc_id','1584'),(11630,2121,'_sku','CF32'),(11631,2121,'_regular_price','0.0000'),(11632,2121,'_price','0.0000'),(11633,2121,'_visibility','visible'),(11634,2121,'_stock_status','instock'),(11635,2121,'_manage_stock','1'),(11636,2121,'_stock','12'),(11637,2122,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11638,2122,'osc_id','1585'),(11639,2122,'_sku','CF33'),(11640,2122,'_regular_price','0.0000'),(11641,2122,'_price','0.0000'),(11642,2122,'_visibility','visible'),(11643,2122,'_stock_status','instock'),(11644,2122,'_manage_stock','1'),(11645,2122,'_stock','18'),(11646,2123,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11647,2123,'osc_id','1586'),(11648,2123,'_sku','CF34'),(11649,2123,'_regular_price','0.0000'),(11650,2123,'_price','0.0000'),(11651,2123,'_visibility','visible'),(11652,2123,'_stock_status','instock'),(11653,2123,'_manage_stock','1'),(11654,2123,'_stock','15'),(11655,2124,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11656,2124,'osc_id','1587'),(11657,2124,'_sku','CF35'),(11658,2124,'_regular_price','0.0000'),(11659,2124,'_price','0.0000'),(11660,2124,'_visibility','visible'),(11661,2124,'_stock_status','instock'),(11662,2124,'_manage_stock','1'),(11663,2124,'_stock','14'),(11664,2125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11665,2125,'osc_id','1588'),(11666,2125,'_sku','CF36'),(11667,2125,'_regular_price','0.0000'),(11668,2125,'_price','0.0000'),(11669,2125,'_visibility','visible'),(11670,2125,'_stock_status','instock'),(11671,2125,'_manage_stock','1'),(11672,2125,'_stock','5'),(11673,2126,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11674,2126,'osc_id','1589'),(11675,2126,'_sku','CF37'),(11676,2126,'_regular_price','0.0000'),(11677,2126,'_price','0.0000'),(11678,2126,'_visibility','visible'),(11679,2126,'_stock_status','instock'),(11680,2126,'_manage_stock','1'),(11681,2126,'_stock','10'),(11682,2127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11683,2127,'osc_id','1590'),(11684,2127,'_sku','CF38'),(11685,2127,'_regular_price','0.0000'),(11686,2127,'_price','0.0000'),(11687,2127,'_visibility','visible'),(11688,2127,'_stock_status','instock'),(11689,2127,'_manage_stock','1'),(11690,2127,'_stock','14'),(11691,2128,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11692,2128,'osc_id','1591'),(11693,2128,'_sku','CF39'),(11694,2128,'_regular_price','0.0000'),(11695,2128,'_price','0.0000'),(11696,2128,'_visibility','visible'),(11697,2128,'_stock_status','instock'),(11698,2128,'_manage_stock','1'),(11699,2128,'_stock','14'),(11700,2129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11701,2129,'osc_id','1592'),(11702,2129,'_sku','CF40'),(11703,2129,'_regular_price','0.0000'),(11704,2129,'_price','0.0000'),(11705,2129,'_visibility','visible'),(11706,2129,'_stock_status','instock'),(11707,2129,'_manage_stock','1'),(11708,2129,'_stock','13'),(11709,2130,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11710,2130,'osc_id','1593'),(11711,2130,'_sku','CF41'),(11712,2130,'_regular_price','0.0000'),(11713,2130,'_price','0.0000'),(11714,2130,'_visibility','visible'),(11715,2130,'_stock_status','instock'),(11716,2130,'_manage_stock','1'),(11717,2130,'_stock','15'),(11718,2131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11719,2131,'osc_id','1594'),(11720,2131,'_sku','CF42'),(11721,2131,'_regular_price','0.0000'),(11722,2131,'_price','0.0000'),(11723,2131,'_visibility','visible'),(11724,2131,'_stock_status','instock'),(11725,2131,'_manage_stock','1'),(11726,2131,'_stock','14'),(11727,2132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11728,2132,'osc_id','1595'),(11729,2132,'_sku','CF43'),(11730,2132,'_regular_price','0.0000'),(11731,2132,'_price','0.0000'),(11732,2132,'_visibility','visible'),(11733,2132,'_stock_status','instock'),(11734,2132,'_manage_stock','1'),(11735,2132,'_stock','8'),(11736,2133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11737,2133,'osc_id','1596'),(11738,2133,'_sku','CF44'),(11739,2133,'_regular_price','0.0000'),(11740,2133,'_price','0.0000'),(11741,2133,'_visibility','visible'),(11742,2133,'_stock_status','instock'),(11743,2133,'_manage_stock','1'),(11744,2133,'_stock','10'),(11745,2134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11746,2134,'osc_id','1597'),(11747,2134,'_sku','CF45'),(11748,2134,'_regular_price','0.0000'),(11749,2134,'_price','0.0000'),(11750,2134,'_visibility','visible'),(11751,2134,'_stock_status','instock'),(11752,2134,'_manage_stock','1'),(11753,2134,'_stock','15'),(11754,2135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11755,2135,'osc_id','1598'),(11756,2135,'_sku','CF46'),(11757,2135,'_regular_price','0.0000'),(11758,2135,'_price','0.0000'),(11759,2135,'_visibility','visible'),(11760,2135,'_stock_status','instock'),(11761,2135,'_manage_stock','1'),(11762,2135,'_stock','18'),(11763,2136,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11764,2136,'osc_id','1599'),(11765,2136,'_sku','CF47'),(11766,2136,'_regular_price','0.0000'),(11767,2136,'_price','0.0000'),(11768,2136,'_visibility','visible'),(11769,2136,'_stock_status','instock'),(11770,2136,'_manage_stock','1'),(11771,2136,'_stock','10'),(11772,2137,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11773,2137,'osc_id','1600'),(11774,2137,'_sku','CF48'),(11775,2137,'_regular_price','0.0000'),(11776,2137,'_price','0.0000'),(11777,2137,'_visibility','visible'),(11778,2137,'_stock_status','instock'),(11779,2137,'_manage_stock','1'),(11780,2137,'_stock','8'),(11781,2138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11782,2138,'osc_id','1601'),(11783,2138,'_sku','CF49'),(11784,2138,'_regular_price','0.0000'),(11785,2138,'_price','0.0000'),(11786,2138,'_visibility','visible'),(11787,2138,'_stock_status','instock'),(11788,2138,'_manage_stock','1'),(11789,2138,'_stock','19'),(11790,2139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11791,2139,'osc_id','1602'),(11792,2139,'_sku','CF50'),(11793,2139,'_regular_price','0.0000'),(11794,2139,'_price','0.0000'),(11795,2139,'_visibility','visible'),(11796,2139,'_stock_status','instock'),(11797,2139,'_manage_stock','1'),(11798,2139,'_stock','15'),(11799,2140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11800,2140,'osc_id','1603'),(11801,2140,'_sku','CF51'),(11802,2140,'_regular_price','0.0000'),(11803,2140,'_price','0.0000'),(11804,2140,'_visibility','visible'),(11805,2140,'_stock_status','instock'),(11806,2140,'_manage_stock','1'),(11807,2140,'_stock','14'),(11808,2141,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11809,2141,'osc_id','1604'),(11810,2141,'_sku','CF52'),(11811,2141,'_regular_price','0.0000'),(11812,2141,'_price','0.0000'),(11813,2141,'_visibility','visible'),(11814,2141,'_stock_status','instock'),(11815,2141,'_manage_stock','1'),(11816,2141,'_stock','12'),(11817,2142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11818,2142,'osc_id','1605'),(11819,2142,'_sku','CF53'),(11820,2142,'_regular_price','0.0000'),(11821,2142,'_price','0.0000'),(11822,2142,'_visibility','visible'),(11823,2142,'_stock_status','instock'),(11824,2142,'_manage_stock','1'),(11825,2142,'_stock','14'),(11826,2143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11827,2143,'osc_id','1606'),(11828,2143,'_sku','CF54'),(11829,2143,'_regular_price','0.0000'),(11830,2143,'_price','0.0000'),(11831,2143,'_visibility','visible'),(11832,2143,'_stock_status','instock'),(11833,2143,'_manage_stock','1'),(11834,2143,'_stock','18'),(11835,2144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11836,2144,'osc_id','1607'),(11837,2144,'_sku','BA01'),(11838,2144,'_regular_price','0.0000'),(11839,2144,'_price','0.0000'),(11840,2144,'_visibility','visible'),(11841,2144,'_stock_status','instock'),(11842,2144,'_manage_stock','1'),(11843,2144,'_stock','9'),(11844,2145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11845,2145,'osc_id','1608'),(11846,2145,'_sku','BA02'),(11847,2145,'_regular_price','0.0000'),(11848,2145,'_price','0.0000'),(11849,2145,'_visibility','visible'),(11850,2145,'_stock_status','instock'),(11851,2145,'_manage_stock','1'),(11852,2145,'_stock','10'),(11853,2146,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11854,2146,'osc_id','1609'),(11855,2146,'_sku','BA03'),(11856,2146,'_regular_price','0.0000'),(11857,2146,'_price','0.0000'),(11858,2146,'_visibility','visible'),(11859,2146,'_stock_status','instock'),(11860,2146,'_manage_stock','1'),(11861,2146,'_stock','100'),(11862,2147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11863,2147,'osc_id','1610'),(11864,2147,'_sku','BA04'),(11865,2147,'_regular_price','0.0000'),(11866,2147,'_price','0.0000'),(11867,2147,'_visibility','visible'),(11868,2147,'_stock_status','instock'),(11869,2147,'_manage_stock','1'),(11870,2147,'_stock','16'),(11871,2148,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11872,2148,'osc_id','1611'),(11873,2148,'_sku','BA05'),(11874,2148,'_regular_price','0.0000'),(11875,2148,'_price','0.0000'),(11876,2148,'_visibility','visible'),(11877,2148,'_stock_status','instock'),(11878,2148,'_manage_stock','1'),(11879,2148,'_stock','15'),(11880,2149,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11881,2149,'osc_id','1612'),(11882,2149,'_sku','BA06'),(11883,2149,'_regular_price','0.0000'),(11884,2149,'_price','0.0000'),(11885,2149,'_visibility','visible'),(11886,2149,'_stock_status','instock'),(11887,2149,'_manage_stock','1'),(11888,2149,'_stock','11'),(11889,2150,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11890,2150,'osc_id','1613'),(11891,2150,'_sku','BA07'),(11892,2150,'_regular_price','0.0000'),(11893,2150,'_price','0.0000'),(11894,2150,'_visibility','visible'),(11895,2150,'_stock_status','instock'),(11896,2150,'_manage_stock','1'),(11897,2150,'_stock','17'),(11898,2151,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11899,2151,'osc_id','1614'),(11900,2151,'_sku','BA08'),(11901,2151,'_regular_price','0.0000'),(11902,2151,'_price','0.0000'),(11903,2151,'_visibility','visible'),(11904,2151,'_stock_status','instock'),(11905,2151,'_manage_stock','1'),(11906,2151,'_stock','13'),(11907,2152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11908,2152,'osc_id','1615'),(11909,2152,'_sku','BA09'),(11910,2152,'_regular_price','0.0000'),(11911,2152,'_price','0.0000'),(11912,2152,'_visibility','visible'),(11913,2152,'_stock_status','instock'),(11914,2152,'_manage_stock','1'),(11915,2152,'_stock','9'),(11916,2153,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11917,2153,'osc_id','1616'),(11918,2153,'_sku','BA10'),(11919,2153,'_regular_price','0.0000'),(11920,2153,'_price','0.0000'),(11921,2153,'_visibility','visible'),(11922,2153,'_stock_status','instock'),(11923,2153,'_manage_stock','1'),(11924,2153,'_stock','3'),(11925,2154,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11926,2154,'osc_id','1617'),(11927,2154,'_sku','BA11'),(11928,2154,'_regular_price','0.0000'),(11929,2154,'_price','0.0000'),(11930,2154,'_visibility','visible'),(11931,2154,'_stock_status','instock'),(11932,2154,'_manage_stock','1'),(11933,2154,'_stock','15'),(11934,2155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11935,2155,'osc_id','1618'),(11936,2155,'_sku','BA12'),(11937,2155,'_regular_price','0.0000'),(11938,2155,'_price','0.0000'),(11939,2155,'_visibility','visible'),(11940,2155,'_stock_status','instock'),(11941,2155,'_manage_stock','1'),(11942,2155,'_stock','10'),(11943,2156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11944,2156,'osc_id','1619'),(11945,2156,'_sku','BA13'),(11946,2156,'_regular_price','0.0000'),(11947,2156,'_price','0.0000'),(11948,2156,'_visibility','visible'),(11949,2156,'_stock_status','instock'),(11950,2156,'_manage_stock','1'),(11951,2156,'_stock','6'),(11952,2157,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11953,2157,'osc_id','1620'),(11954,2157,'_sku','BA14'),(11955,2157,'_regular_price','0.0000'),(11956,2157,'_price','0.0000'),(11957,2157,'_visibility','visible'),(11958,2157,'_stock_status','instock'),(11959,2157,'_manage_stock','1'),(11960,2157,'_stock','11'),(11961,2158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11962,2158,'osc_id','1621'),(11963,2158,'_sku','BA15'),(11964,2158,'_regular_price','0.0000'),(11965,2158,'_price','0.0000'),(11966,2158,'_visibility','visible'),(11967,2158,'_stock_status','instock'),(11968,2158,'_manage_stock','1'),(11969,2158,'_stock','9'),(11970,2159,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11971,2159,'osc_id','1622'),(11972,2159,'_sku','BA16'),(11973,2159,'_regular_price','0.0000'),(11974,2159,'_price','0.0000'),(11975,2159,'_visibility','visible'),(11976,2159,'_stock_status','instock'),(11977,2159,'_manage_stock','1'),(11978,2159,'_stock','11'),(11979,2160,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11980,2160,'osc_id','1623'),(11981,2160,'_sku','BA17'),(11982,2160,'_regular_price','0.0000'),(11983,2160,'_price','0.0000'),(11984,2160,'_visibility','visible'),(11985,2160,'_stock_status','instock'),(11986,2160,'_manage_stock','1'),(11987,2160,'_stock','10'),(11988,2161,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11989,2161,'osc_id','1624'),(11990,2161,'_sku','BA18'),(11991,2161,'_regular_price','0.0000'),(11992,2161,'_price','0.0000'),(11993,2161,'_visibility','visible'),(11994,2161,'_stock_status','instock'),(11995,2161,'_manage_stock','1'),(11996,2161,'_stock','10'),(11997,2162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11998,2162,'osc_id','1625'),(11999,2162,'_sku','BA19'),(12000,2162,'_regular_price','0.0000'),(12001,2162,'_price','0.0000'),(12002,2162,'_visibility','visible'),(12003,2162,'_stock_status','instock'),(12004,2162,'_manage_stock','1'),(12005,2162,'_stock','8'),(12006,2163,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12007,2163,'osc_id','1626'),(12008,2163,'_sku','BA20'),(12009,2163,'_regular_price','0.0000'),(12010,2163,'_price','0.0000'),(12011,2163,'_visibility','visible'),(12012,2163,'_stock_status','instock'),(12013,2163,'_manage_stock','1'),(12014,2163,'_stock','12'),(12015,2164,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12016,2164,'osc_id','1627'),(12017,2164,'_sku','BA21'),(12018,2164,'_regular_price','0.0000'),(12019,2164,'_price','0.0000'),(12020,2164,'_visibility','visible'),(12021,2164,'_stock_status','outofstock'),(12022,2164,'_manage_stock','1'),(12023,2164,'_stock','0'),(12024,2165,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12025,2165,'osc_id','1628'),(12026,2165,'_sku','MI01'),(12027,2165,'_regular_price','0.0000'),(12028,2165,'_price','0.0000'),(12029,2165,'_visibility','visible'),(12030,2165,'_stock_status','outofstock'),(12031,2165,'_manage_stock','1'),(12032,2165,'_stock','0'),(12033,2166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12034,2166,'osc_id','1629'),(12035,2166,'_sku','MI02'),(12036,2166,'_regular_price','0.0000'),(12037,2166,'_price','0.0000'),(12038,2166,'_visibility','visible'),(12039,2166,'_stock_status','outofstock'),(12040,2166,'_manage_stock','1'),(12041,2166,'_stock','-1'),(12042,2167,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12043,2167,'osc_id','1630'),(12044,2167,'_sku','MI03'),(12045,2167,'_regular_price','0.0000'),(12046,2167,'_price','0.0000'),(12047,2167,'_visibility','visible'),(12048,2167,'_stock_status','instock'),(12049,2167,'_manage_stock','1'),(12050,2167,'_stock','12'),(12051,2168,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12052,2168,'osc_id','1631'),(12053,2168,'_sku','MI04'),(12054,2168,'_regular_price','0.0000'),(12055,2168,'_price','0.0000'),(12056,2168,'_visibility','visible'),(12057,2168,'_stock_status','instock'),(12058,2168,'_manage_stock','1'),(12059,2168,'_stock','10'),(12060,2169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12061,2169,'osc_id','1632'),(12062,2169,'_sku','MI05'),(12063,2169,'_regular_price','0.0000'),(12064,2169,'_price','0.0000'),(12065,2169,'_visibility','visible'),(12066,2169,'_stock_status','instock'),(12067,2169,'_manage_stock','1'),(12068,2169,'_stock','14'),(12069,2170,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12070,2170,'osc_id','1633'),(12071,2170,'_sku','MI06'),(12072,2170,'_regular_price','0.0000'),(12073,2170,'_price','0.0000'),(12074,2170,'_visibility','visible'),(12075,2170,'_stock_status','instock'),(12076,2170,'_manage_stock','1'),(12077,2170,'_stock','12'),(12078,2171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12079,2171,'osc_id','1634'),(12080,2171,'_sku','MI07'),(12081,2171,'_regular_price','0.0000'),(12082,2171,'_price','0.0000'),(12083,2171,'_visibility','visible'),(12084,2171,'_stock_status','instock'),(12085,2171,'_manage_stock','1'),(12086,2171,'_stock','13'),(12087,2172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12088,2172,'osc_id','1635'),(12089,2172,'_sku','MI08'),(12090,2172,'_regular_price','0.0000'),(12091,2172,'_price','0.0000'),(12092,2172,'_visibility','visible'),(12093,2172,'_stock_status','instock'),(12094,2172,'_manage_stock','1'),(12095,2172,'_stock','12'),(12096,2173,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12097,2173,'osc_id','1636'),(12098,2173,'_sku','MI09'),(12099,2173,'_regular_price','0.0000'),(12100,2173,'_price','0.0000'),(12101,2173,'_visibility','visible'),(12102,2173,'_stock_status','instock'),(12103,2173,'_manage_stock','1'),(12104,2173,'_stock','12'),(12105,2174,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12106,2174,'osc_id','1637'),(12107,2174,'_sku','MI10'),(12108,2174,'_regular_price','0.0000'),(12109,2174,'_price','0.0000'),(12110,2174,'_visibility','visible'),(12111,2174,'_stock_status','instock'),(12112,2174,'_manage_stock','1'),(12113,2174,'_stock','12'),(12114,2175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12115,2175,'osc_id','1638'),(12116,2175,'_sku','MI11'),(12117,2175,'_regular_price','0.0000'),(12118,2175,'_price','0.0000'),(12119,2175,'_visibility','visible'),(12120,2175,'_stock_status','instock'),(12121,2175,'_manage_stock','1'),(12122,2175,'_stock','12'),(12123,2176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12124,2176,'osc_id','1639'),(12125,2176,'_sku','MI12'),(12126,2176,'_regular_price','0.0000'),(12127,2176,'_price','0.0000'),(12128,2176,'_visibility','visible'),(12129,2176,'_stock_status','instock'),(12130,2176,'_manage_stock','1'),(12131,2176,'_stock','15'),(12132,2177,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12133,2177,'osc_id','1640'),(12134,2177,'_sku','MI13'),(12135,2177,'_regular_price','0.0000'),(12136,2177,'_price','0.0000'),(12137,2177,'_visibility','visible'),(12138,2177,'_stock_status','instock'),(12139,2177,'_manage_stock','1'),(12140,2177,'_stock','14'),(12141,2178,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12142,2178,'osc_id','1641'),(12143,2178,'_sku','MI14'),(12144,2178,'_regular_price','0.0000'),(12145,2178,'_price','0.0000'),(12146,2178,'_visibility','visible'),(12147,2178,'_stock_status','instock'),(12148,2178,'_manage_stock','1'),(12149,2178,'_stock','14'),(12150,2179,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12151,2179,'osc_id','1642'),(12152,2179,'_sku','MI15'),(12153,2179,'_regular_price','0.0000'),(12154,2179,'_price','0.0000'),(12155,2179,'_visibility','visible'),(12156,2179,'_stock_status','instock'),(12157,2179,'_manage_stock','1'),(12158,2179,'_stock','12'),(12159,2180,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12160,2180,'osc_id','1643'),(12161,2180,'_sku','MI16'),(12162,2180,'_regular_price','0.0000'),(12163,2180,'_price','0.0000'),(12164,2180,'_visibility','visible'),(12165,2180,'_stock_status','outofstock'),(12166,2180,'_manage_stock','1'),(12167,2180,'_stock','0'),(12168,2181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12169,2181,'osc_id','1644'),(12170,2181,'_sku','MI17'),(12171,2181,'_regular_price','0.0000'),(12172,2181,'_price','0.0000'),(12173,2181,'_visibility','visible'),(12174,2181,'_stock_status','instock'),(12175,2181,'_manage_stock','1'),(12176,2181,'_stock','12'),(12177,2182,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12178,2182,'osc_id','1645'),(12179,2182,'_sku','MI18'),(12180,2182,'_regular_price','0.0000'),(12181,2182,'_price','0.0000'),(12182,2182,'_visibility','visible'),(12183,2182,'_stock_status','instock'),(12184,2182,'_manage_stock','1'),(12185,2182,'_stock','11'),(12186,2183,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12187,2183,'osc_id','1646'),(12188,2183,'_sku','MI19'),(12189,2183,'_regular_price','0.0000'),(12190,2183,'_price','0.0000'),(12191,2183,'_visibility','visible'),(12192,2183,'_stock_status','instock'),(12193,2183,'_manage_stock','1'),(12194,2183,'_stock','15'),(12195,2184,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12196,2184,'osc_id','1647'),(12197,2184,'_sku','MI20'),(12198,2184,'_regular_price','0.0000'),(12199,2184,'_price','0.0000'),(12200,2184,'_visibility','visible'),(12201,2184,'_stock_status','instock'),(12202,2184,'_manage_stock','1'),(12203,2184,'_stock','15'),(12204,2185,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12205,2185,'osc_id','1648'),(12206,2185,'_sku','MI21'),(12207,2185,'_regular_price','0.0000'),(12208,2185,'_price','0.0000'),(12209,2185,'_visibility','visible'),(12210,2185,'_stock_status','instock'),(12211,2185,'_manage_stock','1'),(12212,2185,'_stock','12'),(12213,2186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12214,2186,'osc_id','1649'),(12215,2186,'_sku','MI22'),(12216,2186,'_regular_price','0.0000'),(12217,2186,'_price','0.0000'),(12218,2186,'_visibility','visible'),(12219,2186,'_stock_status','instock'),(12220,2186,'_manage_stock','1'),(12221,2186,'_stock','11'),(12222,2187,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12223,2187,'osc_id','1650'),(12224,2187,'_sku','MI23'),(12225,2187,'_regular_price','0.0000'),(12226,2187,'_price','0.0000'),(12227,2187,'_visibility','visible'),(12228,2187,'_stock_status','instock'),(12229,2187,'_manage_stock','1'),(12230,2187,'_stock','15'),(12231,2188,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12232,2188,'osc_id','1651'),(12233,2188,'_sku','MI24'),(12234,2188,'_regular_price','0.0000'),(12235,2188,'_price','0.0000'),(12236,2188,'_visibility','visible'),(12237,2188,'_stock_status','instock'),(12238,2188,'_manage_stock','1'),(12239,2188,'_stock','21'),(12240,2189,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12241,2189,'osc_id','1652'),(12242,2189,'_sku','MI25'),(12243,2189,'_regular_price','0.0000'),(12244,2189,'_price','0.0000'),(12245,2189,'_visibility','visible'),(12246,2189,'_stock_status','instock'),(12247,2189,'_manage_stock','1'),(12248,2189,'_stock','16'),(12249,2190,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12250,2190,'osc_id','1653'),(12251,2190,'_sku','MI26'),(12252,2190,'_regular_price','0.0000'),(12253,2190,'_price','0.0000'),(12254,2190,'_visibility','visible'),(12255,2190,'_stock_status','instock'),(12256,2190,'_manage_stock','1'),(12257,2190,'_stock','15'),(12258,2191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12259,2191,'osc_id','1654'),(12260,2191,'_sku','BM01'),(12261,2191,'_regular_price','0.0000'),(12262,2191,'_price','0.0000'),(12263,2191,'_visibility','visible'),(12264,2191,'_stock_status','instock'),(12265,2191,'_manage_stock','1'),(12266,2191,'_stock','18'),(12267,2192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12268,2192,'osc_id','1655'),(12269,2192,'_sku','BM02'),(12270,2192,'_regular_price','0.0000'),(12271,2192,'_price','0.0000'),(12272,2192,'_visibility','visible'),(12273,2192,'_stock_status','instock'),(12274,2192,'_manage_stock','1'),(12275,2192,'_stock','29'),(12276,2193,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12277,2193,'osc_id','1656'),(12278,2193,'_sku','BM03'),(12279,2193,'_regular_price','0.0000'),(12280,2193,'_price','0.0000'),(12281,2193,'_visibility','visible'),(12282,2193,'_stock_status','instock'),(12283,2193,'_manage_stock','1'),(12284,2193,'_stock','39'),(12285,2194,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12286,2194,'osc_id','1657'),(12287,2194,'_sku','BM04'),(12288,2194,'_regular_price','0.0000'),(12289,2194,'_price','0.0000'),(12290,2194,'_visibility','visible'),(12291,2194,'_stock_status','instock'),(12292,2194,'_manage_stock','1'),(12293,2194,'_stock','36'),(12294,2195,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12295,2195,'osc_id','1658'),(12296,2195,'_sku','BM05'),(12297,2195,'_regular_price','0.0000'),(12298,2195,'_price','0.0000'),(12299,2195,'_visibility','visible'),(12300,2195,'_stock_status','instock'),(12301,2195,'_manage_stock','1'),(12302,2195,'_stock','24'),(12303,2196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12304,2196,'osc_id','1659'),(12305,2196,'_sku','BM06'),(12306,2196,'_regular_price','0.0000'),(12307,2196,'_price','0.0000'),(12308,2196,'_visibility','visible'),(12309,2196,'_stock_status','instock'),(12310,2196,'_manage_stock','1'),(12311,2196,'_stock','14'),(12312,2197,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12313,2197,'osc_id','1660'),(12314,2197,'_sku','BM07'),(12315,2197,'_regular_price','0.0000'),(12316,2197,'_price','0.0000'),(12317,2197,'_visibility','visible'),(12318,2197,'_stock_status','instock'),(12319,2197,'_manage_stock','1'),(12320,2197,'_stock','12'),(12321,2198,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12322,2198,'osc_id','1661'),(12323,2198,'_sku','BM08'),(12324,2198,'_regular_price','0.0000'),(12325,2198,'_price','0.0000'),(12326,2198,'_visibility','visible'),(12327,2198,'_stock_status','instock'),(12328,2198,'_manage_stock','1'),(12329,2198,'_stock','17'),(12330,2199,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12331,2199,'osc_id','1662'),(12332,2199,'_sku','BM09'),(12333,2199,'_regular_price','0.0000'),(12334,2199,'_price','0.0000'),(12335,2199,'_visibility','visible'),(12336,2199,'_stock_status','instock'),(12337,2199,'_manage_stock','1'),(12338,2199,'_stock','18'),(12339,2200,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12340,2200,'osc_id','1663'),(12341,2200,'_sku','BM10'),(12342,2200,'_regular_price','0.0000'),(12343,2200,'_price','0.0000'),(12344,2200,'_visibility','visible'),(12345,2200,'_stock_status','instock'),(12346,2200,'_manage_stock','1'),(12347,2200,'_stock','14'),(12348,2201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12349,2201,'osc_id','1664'),(12350,2201,'_sku','BM11'),(12351,2201,'_regular_price','0.0000'),(12352,2201,'_price','0.0000'),(12353,2201,'_visibility','visible'),(12354,2201,'_stock_status','instock'),(12355,2201,'_manage_stock','1'),(12356,2201,'_stock','15'),(12357,2202,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12358,2202,'osc_id','1665'),(12359,2202,'_sku','BM12'),(12360,2202,'_regular_price','0.0000'),(12361,2202,'_price','0.0000'),(12362,2202,'_visibility','visible'),(12363,2202,'_stock_status','instock'),(12364,2202,'_manage_stock','1'),(12365,2202,'_stock','9'),(12366,2203,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12367,2203,'osc_id','1666'),(12368,2203,'_sku','BM13'),(12369,2203,'_regular_price','0.0000'),(12370,2203,'_price','0.0000'),(12371,2203,'_visibility','visible'),(12372,2203,'_stock_status','instock'),(12373,2203,'_manage_stock','1'),(12374,2203,'_stock','8'),(12375,2204,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12376,2204,'osc_id','1667'),(12377,2204,'_sku','BM14'),(12378,2204,'_regular_price','0.0000'),(12379,2204,'_price','0.0000'),(12380,2204,'_visibility','visible'),(12381,2204,'_stock_status','outofstock'),(12382,2204,'_manage_stock','1'),(12383,2204,'_stock','0'),(12384,2205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12385,2205,'osc_id','1668'),(12386,2205,'_sku','BM15'),(12387,2205,'_regular_price','0.0000'),(12388,2205,'_price','0.0000'),(12389,2205,'_visibility','visible'),(12390,2205,'_stock_status','instock'),(12391,2205,'_manage_stock','1'),(12392,2205,'_stock','19'),(12393,2206,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12394,2206,'osc_id','1669'),(12395,2206,'_sku','BM16'),(12396,2206,'_regular_price','0.0000'),(12397,2206,'_price','0.0000'),(12398,2206,'_visibility','visible'),(12399,2206,'_stock_status','instock'),(12400,2206,'_manage_stock','1'),(12401,2206,'_stock','15'),(12402,2207,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12403,2207,'osc_id','1670'),(12404,2207,'_sku','BM17'),(12405,2207,'_regular_price','0.0000'),(12406,2207,'_price','0.0000'),(12407,2207,'_visibility','visible'),(12408,2207,'_stock_status','instock'),(12409,2207,'_manage_stock','1'),(12410,2207,'_stock','20'),(12411,2208,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12412,2208,'osc_id','1671'),(12413,2208,'_sku','BM18'),(12414,2208,'_regular_price','0.0000'),(12415,2208,'_price','0.0000'),(12416,2208,'_visibility','visible'),(12417,2208,'_stock_status','instock'),(12418,2208,'_manage_stock','1'),(12419,2208,'_stock','9'),(12420,2209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12421,2209,'osc_id','1672'),(12422,2209,'_sku','BM19'),(12423,2209,'_regular_price','0.0000'),(12424,2209,'_price','0.0000'),(12425,2209,'_visibility','visible'),(12426,2209,'_stock_status','instock'),(12427,2209,'_manage_stock','1'),(12428,2209,'_stock','14'),(12429,2210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12430,2210,'osc_id','1673'),(12431,2210,'_sku','BM20'),(12432,2210,'_regular_price','0.0000'),(12433,2210,'_price','0.0000'),(12434,2210,'_visibility','visible'),(12435,2210,'_stock_status','outofstock'),(12436,2210,'_manage_stock','1'),(12437,2210,'_stock','0'),(12438,2211,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12439,2211,'osc_id','1674'),(12440,2211,'_sku','BM21'),(12441,2211,'_regular_price','0.0000'),(12442,2211,'_price','0.0000'),(12443,2211,'_visibility','visible'),(12444,2211,'_stock_status','outofstock'),(12445,2211,'_manage_stock','1'),(12446,2211,'_stock','0'),(12447,2212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12448,2212,'osc_id','1675'),(12449,2212,'_sku','BM22'),(12450,2212,'_regular_price','0.0000'),(12451,2212,'_price','0.0000'),(12452,2212,'_visibility','visible'),(12453,2212,'_stock_status','instock'),(12454,2212,'_manage_stock','1'),(12455,2212,'_stock','12'),(12456,2213,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12457,2213,'osc_id','1676'),(12458,2213,'_sku','BM23'),(12459,2213,'_regular_price','0.0000'),(12460,2213,'_price','0.0000'),(12461,2213,'_visibility','visible'),(12462,2213,'_stock_status','instock'),(12463,2213,'_manage_stock','1'),(12464,2213,'_stock','15'),(12465,2214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12466,2214,'osc_id','1677'),(12467,2214,'_sku','BM24'),(12468,2214,'_regular_price','0.0000'),(12469,2214,'_price','0.0000'),(12470,2214,'_visibility','visible'),(12471,2214,'_stock_status','instock'),(12472,2214,'_manage_stock','1'),(12473,2214,'_stock','14'),(12474,2215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12475,2215,'osc_id','1679'),(12476,2215,'_sku','BM26'),(12477,2215,'_regular_price','0.0000'),(12478,2215,'_price','0.0000'),(12479,2215,'_visibility','visible'),(12480,2215,'_stock_status','instock'),(12481,2215,'_manage_stock','1'),(12482,2215,'_stock','11'),(12483,2216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12484,2216,'osc_id','1680'),(12485,2216,'_sku','BM27'),(12486,2216,'_regular_price','0.0000'),(12487,2216,'_price','0.0000'),(12488,2216,'_visibility','visible'),(12489,2216,'_stock_status','instock'),(12490,2216,'_manage_stock','1'),(12491,2216,'_stock','8'),(12492,2217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12493,2217,'osc_id','1681'),(12494,2217,'_sku','BM28'),(12495,2217,'_regular_price','0.0000'),(12496,2217,'_price','0.0000'),(12497,2217,'_visibility','visible'),(12498,2217,'_stock_status','instock'),(12499,2217,'_manage_stock','1'),(12500,2217,'_stock','18'),(12501,2218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12502,2218,'osc_id','1682'),(12503,2218,'_sku','BM29'),(12504,2218,'_regular_price','0.0000'),(12505,2218,'_price','0.0000'),(12506,2218,'_visibility','visible'),(12507,2218,'_stock_status','instock'),(12508,2218,'_manage_stock','1'),(12509,2218,'_stock','25'),(12510,2219,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12511,2219,'osc_id','1683'),(12512,2219,'_sku','BM30'),(12513,2219,'_regular_price','0.0000'),(12514,2219,'_price','0.0000'),(12515,2219,'_visibility','visible'),(12516,2219,'_stock_status','instock'),(12517,2219,'_manage_stock','1'),(12518,2219,'_stock','25'),(12519,2220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12520,2220,'osc_id','1684'),(12521,2220,'_sku','BM31'),(12522,2220,'_regular_price','0.0000'),(12523,2220,'_price','0.0000'),(12524,2220,'_visibility','visible'),(12525,2220,'_stock_status','instock'),(12526,2220,'_manage_stock','1'),(12527,2220,'_stock','6'),(12528,2221,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12529,2221,'osc_id','1685'),(12530,2221,'_sku','BM32'),(12531,2221,'_regular_price','0.0000'),(12532,2221,'_price','0.0000'),(12533,2221,'_visibility','visible'),(12534,2221,'_stock_status','instock'),(12535,2221,'_manage_stock','1'),(12536,2221,'_stock','8'),(12537,2222,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12538,2222,'osc_id','1686'),(12539,2222,'_sku','BM33'),(12540,2222,'_regular_price','0.0000'),(12541,2222,'_price','0.0000'),(12542,2222,'_visibility','visible'),(12543,2222,'_stock_status','instock'),(12544,2222,'_manage_stock','1'),(12545,2222,'_stock','18'),(12546,2223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12547,2223,'osc_id','1687'),(12548,2223,'_sku','BM34'),(12549,2223,'_regular_price','0.0000'),(12550,2223,'_price','0.0000'),(12551,2223,'_visibility','visible'),(12552,2223,'_stock_status','instock'),(12553,2223,'_manage_stock','1'),(12554,2223,'_stock','10'),(12555,2224,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12556,2224,'osc_id','1688'),(12557,2224,'_sku','BM35'),(12558,2224,'_regular_price','0.0000'),(12559,2224,'_price','0.0000'),(12560,2224,'_visibility','visible'),(12561,2224,'_stock_status','instock'),(12562,2224,'_manage_stock','1'),(12563,2224,'_stock','8'),(12564,2225,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12565,2225,'osc_id','1689'),(12566,2225,'_sku','BM36'),(12567,2225,'_regular_price','0.0000'),(12568,2225,'_price','0.0000'),(12569,2225,'_visibility','visible'),(12570,2225,'_stock_status','instock'),(12571,2225,'_manage_stock','1'),(12572,2225,'_stock','13'),(12573,2226,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12574,2226,'osc_id','1690'),(12575,2226,'_sku','BM37'),(12576,2226,'_regular_price','0.0000'),(12577,2226,'_price','0.0000'),(12578,2226,'_visibility','visible'),(12579,2226,'_stock_status','instock'),(12580,2226,'_manage_stock','1'),(12581,2226,'_stock','15'),(12582,2227,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12583,2227,'osc_id','1691'),(12584,2227,'_sku','BM38'),(12585,2227,'_regular_price','0.0000'),(12586,2227,'_price','0.0000'),(12587,2227,'_visibility','visible'),(12588,2227,'_stock_status','instock'),(12589,2227,'_manage_stock','1'),(12590,2227,'_stock','25'),(12591,2228,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12592,2228,'osc_id','1692'),(12593,2228,'_sku','BM39'),(12594,2228,'_regular_price','0.0000'),(12595,2228,'_price','0.0000'),(12596,2228,'_visibility','visible'),(12597,2228,'_stock_status','instock'),(12598,2228,'_manage_stock','1'),(12599,2228,'_stock','38'),(12600,2229,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12601,2229,'osc_id','1693'),(12602,2229,'_sku','BM40'),(12603,2229,'_regular_price','0.0000'),(12604,2229,'_price','0.0000'),(12605,2229,'_visibility','visible'),(12606,2229,'_stock_status','instock'),(12607,2229,'_manage_stock','1'),(12608,2229,'_stock','12'),(12609,2230,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12610,2230,'osc_id','1694'),(12611,2230,'_sku','BM41'),(12612,2230,'_regular_price','0.0000'),(12613,2230,'_price','0.0000'),(12614,2230,'_visibility','visible'),(12615,2230,'_stock_status','instock'),(12616,2230,'_manage_stock','1'),(12617,2230,'_stock','5'),(12618,2231,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12619,2231,'osc_id','1695'),(12620,2231,'_sku','BM42'),(12621,2231,'_regular_price','0.0000'),(12622,2231,'_price','0.0000'),(12623,2231,'_visibility','visible'),(12624,2231,'_stock_status','instock'),(12625,2231,'_manage_stock','1'),(12626,2231,'_stock','24'),(12627,2232,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12628,2232,'osc_id','1696'),(12629,2232,'_sku','BM43'),(12630,2232,'_regular_price','0.0000'),(12631,2232,'_price','0.0000'),(12632,2232,'_visibility','visible'),(12633,2232,'_stock_status','instock'),(12634,2232,'_manage_stock','1'),(12635,2232,'_stock','13'),(12636,2233,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12637,2233,'osc_id','1697'),(12638,2233,'_sku','BM44'),(12639,2233,'_regular_price','0.0000'),(12640,2233,'_price','0.0000'),(12641,2233,'_visibility','visible'),(12642,2233,'_stock_status','instock'),(12643,2233,'_manage_stock','1'),(12644,2233,'_stock','6'),(12645,2234,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12646,2234,'osc_id','1698'),(12647,2234,'_sku','BM45'),(12648,2234,'_regular_price','0.0000'),(12649,2234,'_price','0.0000'),(12650,2234,'_visibility','visible'),(12651,2234,'_stock_status','instock'),(12652,2234,'_manage_stock','1'),(12653,2234,'_stock','4'),(12654,2235,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12655,2235,'osc_id','1699'),(12656,2235,'_sku','BM46'),(12657,2235,'_regular_price','0.0000'),(12658,2235,'_price','0.0000'),(12659,2235,'_visibility','visible'),(12660,2235,'_stock_status','instock'),(12661,2235,'_manage_stock','1'),(12662,2235,'_stock','26'),(12663,2236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12664,2236,'osc_id','1700'),(12665,2236,'_sku','BM47'),(12666,2236,'_regular_price','0.0000'),(12667,2236,'_price','0.0000'),(12668,2236,'_visibility','visible'),(12669,2236,'_stock_status','instock'),(12670,2236,'_manage_stock','1'),(12671,2236,'_stock','15'),(12672,2237,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12673,2237,'osc_id','1701'),(12674,2237,'_sku','BM48'),(12675,2237,'_regular_price','0.0000'),(12676,2237,'_price','0.0000'),(12677,2237,'_visibility','visible'),(12678,2237,'_stock_status','instock'),(12679,2237,'_manage_stock','1'),(12680,2237,'_stock','11'),(12681,2238,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12682,2238,'osc_id','1702'),(12683,2238,'_sku','BM49'),(12684,2238,'_regular_price','0.0000'),(12685,2238,'_price','0.0000'),(12686,2238,'_visibility','visible'),(12687,2238,'_stock_status','instock'),(12688,2238,'_manage_stock','1'),(12689,2238,'_stock','36'),(12690,2239,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12691,2239,'osc_id','1703'),(12692,2239,'_sku','BM50'),(12693,2239,'_regular_price','0.0000'),(12694,2239,'_price','0.0000'),(12695,2239,'_visibility','visible'),(12696,2239,'_stock_status','instock'),(12697,2239,'_manage_stock','1'),(12698,2239,'_stock','19'),(12699,2240,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12700,2240,'osc_id','1704'),(12701,2240,'_sku','BM51'),(12702,2240,'_regular_price','0.0000'),(12703,2240,'_price','0.0000'),(12704,2240,'_visibility','visible'),(12705,2240,'_stock_status','instock'),(12706,2240,'_manage_stock','1'),(12707,2240,'_stock','19'),(12708,2241,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12709,2241,'osc_id','1705'),(12710,2241,'_sku','BM52'),(12711,2241,'_regular_price','0.0000'),(12712,2241,'_price','0.0000'),(12713,2241,'_visibility','visible'),(12714,2241,'_stock_status','instock'),(12715,2241,'_manage_stock','1'),(12716,2241,'_stock','12'),(12717,2242,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12718,2242,'osc_id','1706'),(12719,2242,'_sku','BM53'),(12720,2242,'_regular_price','0.0000'),(12721,2242,'_price','0.0000'),(12722,2242,'_visibility','visible'),(12723,2242,'_stock_status','instock'),(12724,2242,'_manage_stock','1'),(12725,2242,'_stock','20'),(12726,2243,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12727,2243,'osc_id','1707'),(12728,2243,'_sku','BM54'),(12729,2243,'_regular_price','0.0000'),(12730,2243,'_price','0.0000'),(12731,2243,'_visibility','visible'),(12732,2243,'_stock_status','instock'),(12733,2243,'_manage_stock','1'),(12734,2243,'_stock','14'),(12735,2244,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12736,2244,'osc_id','1708'),(12737,2244,'_sku','BM55'),(12738,2244,'_regular_price','0.0000'),(12739,2244,'_price','0.0000'),(12740,2244,'_visibility','visible'),(12741,2244,'_stock_status','instock'),(12742,2244,'_manage_stock','1'),(12743,2244,'_stock','15'),(12744,2245,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12745,2245,'osc_id','1709'),(12746,2245,'_sku','BM56'),(12747,2245,'_regular_price','0.0000'),(12748,2245,'_price','0.0000'),(12749,2245,'_visibility','visible'),(12750,2245,'_stock_status','instock'),(12751,2245,'_manage_stock','1'),(12752,2245,'_stock','18'),(12753,2246,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12754,2246,'osc_id','1710'),(12755,2246,'_sku','BM57'),(12756,2246,'_regular_price','0.0000'),(12757,2246,'_price','0.0000'),(12758,2246,'_visibility','visible'),(12759,2246,'_stock_status','instock'),(12760,2246,'_manage_stock','1'),(12761,2246,'_stock','14'),(12762,2247,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12763,2247,'osc_id','1711'),(12764,2247,'_sku','BM58'),(12765,2247,'_regular_price','0.0000'),(12766,2247,'_price','0.0000'),(12767,2247,'_visibility','visible'),(12768,2247,'_stock_status','instock'),(12769,2247,'_manage_stock','1'),(12770,2247,'_stock','9'),(12771,2248,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12772,2248,'osc_id','1712'),(12773,2248,'_sku','BM59'),(12774,2248,'_regular_price','0.0000'),(12775,2248,'_price','0.0000'),(12776,2248,'_visibility','visible'),(12777,2248,'_stock_status','instock'),(12778,2248,'_manage_stock','1'),(12779,2248,'_stock','16'),(12780,2249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12781,2249,'osc_id','1713'),(12782,2249,'_sku','BM60'),(12783,2249,'_regular_price','0.0000'),(12784,2249,'_price','0.0000'),(12785,2249,'_visibility','visible'),(12786,2249,'_stock_status','instock'),(12787,2249,'_manage_stock','1'),(12788,2249,'_stock','12'),(12789,2250,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12790,2250,'osc_id','1714'),(12791,2250,'_sku','BM61'),(12792,2250,'_regular_price','0.0000'),(12793,2250,'_price','0.0000'),(12794,2250,'_visibility','visible'),(12795,2250,'_stock_status','instock'),(12796,2250,'_manage_stock','1'),(12797,2250,'_stock','15'),(12798,2251,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12799,2251,'osc_id','1715'),(12800,2251,'_sku','BM62'),(12801,2251,'_regular_price','0.0000'),(12802,2251,'_price','0.0000'),(12803,2251,'_visibility','visible'),(12804,2251,'_stock_status','instock'),(12805,2251,'_manage_stock','1'),(12806,2251,'_stock','15'),(12807,2252,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12808,2252,'osc_id','1716'),(12809,2252,'_sku','BM63'),(12810,2252,'_regular_price','0.0000'),(12811,2252,'_price','0.0000'),(12812,2252,'_visibility','visible'),(12813,2252,'_stock_status','instock'),(12814,2252,'_manage_stock','1'),(12815,2252,'_stock','11'),(12816,2253,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12817,2253,'osc_id','1717'),(12818,2253,'_sku','BM64'),(12819,2253,'_regular_price','0.0000'),(12820,2253,'_price','0.0000'),(12821,2253,'_visibility','visible'),(12822,2253,'_stock_status','instock'),(12823,2253,'_manage_stock','1'),(12824,2253,'_stock','25'),(12825,2254,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12826,2254,'osc_id','1718'),(12827,2254,'_sku','BM65'),(12828,2254,'_regular_price','0.0000'),(12829,2254,'_price','0.0000'),(12830,2254,'_visibility','visible'),(12831,2254,'_stock_status','instock'),(12832,2254,'_manage_stock','1'),(12833,2254,'_stock','9'),(12834,2255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12835,2255,'osc_id','1719'),(12836,2255,'_sku','BM66'),(12837,2255,'_regular_price','0.0000'),(12838,2255,'_price','0.0000'),(12839,2255,'_visibility','visible'),(12840,2255,'_stock_status','instock'),(12841,2255,'_manage_stock','1'),(12842,2255,'_stock','14'),(12843,2256,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12844,2256,'osc_id','1720'),(12845,2256,'_sku','BM67'),(12846,2256,'_regular_price','0.0000'),(12847,2256,'_price','0.0000'),(12848,2256,'_visibility','visible'),(12849,2256,'_stock_status','instock'),(12850,2256,'_manage_stock','1'),(12851,2256,'_stock','8'),(12852,2257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12853,2257,'osc_id','1721'),(12854,2257,'_sku','BM68'),(12855,2257,'_regular_price','0.0000'),(12856,2257,'_price','0.0000'),(12857,2257,'_visibility','visible'),(12858,2257,'_stock_status','instock'),(12859,2257,'_manage_stock','1'),(12860,2257,'_stock','12'),(12861,2258,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12862,2258,'osc_id','1722'),(12863,2258,'_sku','BM69'),(12864,2258,'_regular_price','0.0000'),(12865,2258,'_price','0.0000'),(12866,2258,'_visibility','visible'),(12867,2258,'_stock_status','instock'),(12868,2258,'_manage_stock','1'),(12869,2258,'_stock','15'),(12870,2259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12871,2259,'osc_id','1723'),(12872,2259,'_sku','BM70'),(12873,2259,'_regular_price','0.0000'),(12874,2259,'_price','0.0000'),(12875,2259,'_visibility','visible'),(12876,2259,'_stock_status','instock'),(12877,2259,'_manage_stock','1'),(12878,2259,'_stock','33'),(12879,2260,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12880,2260,'osc_id','1724'),(12881,2260,'_sku','BM71'),(12882,2260,'_regular_price','0.0000'),(12883,2260,'_price','0.0000'),(12884,2260,'_visibility','visible'),(12885,2260,'_stock_status','outofstock'),(12886,2260,'_manage_stock','1'),(12887,2260,'_stock','0'),(12888,2261,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12889,2261,'osc_id','1725'),(12890,2261,'_sku','BM72'),(12891,2261,'_regular_price','0.0000'),(12892,2261,'_price','0.0000'),(12893,2261,'_visibility','visible'),(12894,2261,'_stock_status','instock'),(12895,2261,'_manage_stock','1'),(12896,2261,'_stock','8'),(12897,2262,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12898,2262,'osc_id','1726'),(12899,2262,'_sku','BM73'),(12900,2262,'_regular_price','0.0000'),(12901,2262,'_price','0.0000'),(12902,2262,'_visibility','visible'),(12903,2262,'_stock_status','instock'),(12904,2262,'_manage_stock','1'),(12905,2262,'_stock','27'),(12906,2263,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12907,2263,'osc_id','1727'),(12908,2263,'_sku','BM74'),(12909,2263,'_regular_price','0.0000'),(12910,2263,'_price','0.0000'),(12911,2263,'_visibility','visible'),(12912,2263,'_stock_status','instock'),(12913,2263,'_manage_stock','1'),(12914,2263,'_stock','23'),(12915,2264,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12916,2264,'osc_id','1728'),(12917,2264,'_sku','BM75'),(12918,2264,'_regular_price','0.0000'),(12919,2264,'_price','0.0000'),(12920,2264,'_visibility','visible'),(12921,2264,'_stock_status','outofstock'),(12922,2264,'_manage_stock','1'),(12923,2264,'_stock','0'),(12924,2265,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12925,2265,'osc_id','1729'),(12926,2265,'_sku','BM76'),(12927,2265,'_regular_price','0.0000'),(12928,2265,'_price','0.0000'),(12929,2265,'_visibility','visible'),(12930,2265,'_stock_status','instock'),(12931,2265,'_manage_stock','1'),(12932,2265,'_stock','37'),(12933,2266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12934,2266,'osc_id','1730'),(12935,2266,'_sku','BM77'),(12936,2266,'_regular_price','0.0000'),(12937,2266,'_price','0.0000'),(12938,2266,'_visibility','visible'),(12939,2266,'_stock_status','instock'),(12940,2266,'_manage_stock','1'),(12941,2266,'_stock','8'),(12942,2267,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12943,2267,'osc_id','1731'),(12944,2267,'_sku','BM78'),(12945,2267,'_regular_price','0.0000'),(12946,2267,'_price','0.0000'),(12947,2267,'_visibility','visible'),(12948,2267,'_stock_status','outofstock'),(12949,2267,'_manage_stock','1'),(12950,2267,'_stock','0'),(12951,2268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12952,2268,'osc_id','1732'),(12953,2268,'_sku','BM79'),(12954,2268,'_regular_price','0.0000'),(12955,2268,'_price','0.0000'),(12956,2268,'_visibility','visible'),(12957,2268,'_stock_status','instock'),(12958,2268,'_manage_stock','1'),(12959,2268,'_stock','9'),(12960,2269,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12961,2269,'osc_id','1733'),(12962,2269,'_sku','BM80'),(12963,2269,'_regular_price','0.0000'),(12964,2269,'_price','0.0000'),(12965,2269,'_visibility','visible'),(12966,2269,'_stock_status','instock'),(12967,2269,'_manage_stock','1'),(12968,2269,'_stock','20'),(12969,2270,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12970,2270,'osc_id','1734'),(12971,2270,'_sku','BM81'),(12972,2270,'_regular_price','0.0000'),(12973,2270,'_price','0.0000'),(12974,2270,'_visibility','visible'),(12975,2270,'_stock_status','instock'),(12976,2270,'_manage_stock','1'),(12977,2270,'_stock','20'),(12978,2271,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12979,2271,'osc_id','1735'),(12980,2271,'_sku','BM82'),(12981,2271,'_regular_price','0.0000'),(12982,2271,'_price','0.0000'),(12983,2271,'_visibility','visible'),(12984,2271,'_stock_status','instock'),(12985,2271,'_manage_stock','1'),(12986,2271,'_stock','10'),(12987,2272,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12988,2272,'osc_id','1736'),(12989,2272,'_sku','BM83'),(12990,2272,'_regular_price','0.0000'),(12991,2272,'_price','0.0000'),(12992,2272,'_visibility','visible'),(12993,2272,'_stock_status','instock'),(12994,2272,'_manage_stock','1'),(12995,2272,'_stock','20'),(12996,2273,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12997,2273,'osc_id','1737'),(12998,2273,'_sku','BM84'),(12999,2273,'_regular_price','0.0000'),(13000,2273,'_price','0.0000'),(13001,2273,'_visibility','visible'),(13002,2273,'_stock_status','instock'),(13003,2273,'_manage_stock','1'),(13004,2273,'_stock','22'),(13005,2274,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13006,2274,'osc_id','1738'),(13007,2274,'_sku','BM85'),(13008,2274,'_regular_price','0.0000'),(13009,2274,'_price','0.0000'),(13010,2274,'_visibility','visible'),(13011,2274,'_stock_status','instock'),(13012,2274,'_manage_stock','1'),(13013,2274,'_stock','14'),(13014,2275,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13015,2275,'osc_id','1739'),(13016,2275,'_sku','SP01'),(13017,2275,'_regular_price','0.0000'),(13018,2275,'_price','0.0000'),(13019,2275,'_visibility','visible'),(13020,2275,'_stock_status','instock'),(13021,2275,'_manage_stock','1'),(13022,2275,'_stock','12'),(13023,2276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13024,2276,'osc_id','1740'),(13025,2276,'_sku','SP02'),(13026,2276,'_regular_price','0.0000'),(13027,2276,'_price','0.0000'),(13028,2276,'_visibility','visible'),(13029,2276,'_stock_status','instock'),(13030,2276,'_manage_stock','1'),(13031,2276,'_stock','17'),(13032,2277,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13033,2277,'osc_id','1741'),(13034,2277,'_sku','SP03'),(13035,2277,'_regular_price','0.0000'),(13036,2277,'_price','0.0000'),(13037,2277,'_visibility','visible'),(13038,2277,'_stock_status','instock'),(13039,2277,'_manage_stock','1'),(13040,2277,'_stock','16'),(13041,2278,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13042,2278,'osc_id','1742'),(13043,2278,'_sku','SP04'),(13044,2278,'_regular_price','0.0000'),(13045,2278,'_price','0.0000'),(13046,2278,'_visibility','visible'),(13047,2278,'_stock_status','outofstock'),(13048,2278,'_manage_stock','1'),(13049,2278,'_stock','0'),(13050,2279,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13051,2279,'osc_id','1743'),(13052,2279,'_sku','SP05'),(13053,2279,'_regular_price','0.0000'),(13054,2279,'_price','0.0000'),(13055,2279,'_visibility','visible'),(13056,2279,'_stock_status','instock'),(13057,2279,'_manage_stock','1'),(13058,2279,'_stock','11'),(13059,2280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13060,2280,'osc_id','1744'),(13061,2280,'_sku','SP06'),(13062,2280,'_regular_price','0.0000'),(13063,2280,'_price','0.0000'),(13064,2280,'_visibility','visible'),(13065,2280,'_stock_status','instock'),(13066,2280,'_manage_stock','1'),(13067,2280,'_stock','14'),(13068,2281,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13069,2281,'osc_id','1745'),(13070,2281,'_sku','SP07'),(13071,2281,'_regular_price','0.0000'),(13072,2281,'_price','0.0000'),(13073,2281,'_visibility','visible'),(13074,2281,'_stock_status','instock'),(13075,2281,'_manage_stock','1'),(13076,2281,'_stock','16'),(13077,2282,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13078,2282,'osc_id','1746'),(13079,2282,'_sku','SP08'),(13080,2282,'_regular_price','0.0000'),(13081,2282,'_price','0.0000'),(13082,2282,'_visibility','visible'),(13083,2282,'_stock_status','instock'),(13084,2282,'_manage_stock','1'),(13085,2282,'_stock','11'),(13086,2283,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13087,2283,'osc_id','1747'),(13088,2283,'_sku','SP09'),(13089,2283,'_regular_price','0.0000'),(13090,2283,'_price','0.0000'),(13091,2283,'_visibility','visible'),(13092,2283,'_stock_status','outofstock'),(13093,2283,'_manage_stock','1'),(13094,2283,'_stock','0'),(13095,2284,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13096,2284,'osc_id','1748'),(13097,2284,'_sku','SP10'),(13098,2284,'_regular_price','0.0000'),(13099,2284,'_price','0.0000'),(13100,2284,'_visibility','visible'),(13101,2284,'_stock_status','instock'),(13102,2284,'_manage_stock','1'),(13103,2284,'_stock','17'),(13104,2285,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13105,2285,'osc_id','1749'),(13106,2285,'_sku','SP11'),(13107,2285,'_regular_price','0.0000'),(13108,2285,'_price','0.0000'),(13109,2285,'_visibility','visible'),(13110,2285,'_stock_status','instock'),(13111,2285,'_manage_stock','1'),(13112,2285,'_stock','12'),(13113,2286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13114,2286,'osc_id','1750'),(13115,2286,'_sku','SP12'),(13116,2286,'_regular_price','0.0000'),(13117,2286,'_price','0.0000'),(13118,2286,'_visibility','visible'),(13119,2286,'_stock_status','instock'),(13120,2286,'_manage_stock','1'),(13121,2286,'_stock','14'),(13122,2287,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13123,2287,'osc_id','1751'),(13124,2287,'_sku','SP13'),(13125,2287,'_regular_price','0.0000'),(13126,2287,'_price','0.0000'),(13127,2287,'_visibility','visible'),(13128,2287,'_stock_status','instock'),(13129,2287,'_manage_stock','1'),(13130,2287,'_stock','11'),(13131,2288,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13132,2288,'osc_id','1752'),(13133,2288,'_sku','SP14'),(13134,2288,'_regular_price','0.0000'),(13135,2288,'_price','0.0000'),(13136,2288,'_visibility','visible'),(13137,2288,'_stock_status','instock'),(13138,2288,'_manage_stock','1'),(13139,2288,'_stock','12'),(13140,2289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13141,2289,'osc_id','1753'),(13142,2289,'_sku','SP15'),(13143,2289,'_regular_price','0.0000'),(13144,2289,'_price','0.0000'),(13145,2289,'_visibility','visible'),(13146,2289,'_stock_status','instock'),(13147,2289,'_manage_stock','1'),(13148,2289,'_stock','17'),(13149,2290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13150,2290,'osc_id','1754'),(13151,2290,'_sku','SP16'),(13152,2290,'_regular_price','0.0000'),(13153,2290,'_price','0.0000'),(13154,2290,'_visibility','visible'),(13155,2290,'_stock_status','instock'),(13156,2290,'_manage_stock','1'),(13157,2290,'_stock','21'),(13158,2291,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13159,2291,'osc_id','1755'),(13160,2291,'_sku','SP17'),(13161,2291,'_regular_price','0.0000'),(13162,2291,'_price','0.0000'),(13163,2291,'_visibility','visible'),(13164,2291,'_stock_status','instock'),(13165,2291,'_manage_stock','1'),(13166,2291,'_stock','13'),(13167,2292,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13168,2292,'osc_id','1756'),(13169,2292,'_sku','SP18'),(13170,2292,'_regular_price','0.0000'),(13171,2292,'_price','0.0000'),(13172,2292,'_visibility','visible'),(13173,2292,'_stock_status','instock'),(13174,2292,'_manage_stock','1'),(13175,2292,'_stock','20'),(13176,2293,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13177,2293,'osc_id','1757'),(13178,2293,'_sku','SP19'),(13179,2293,'_regular_price','0.0000'),(13180,2293,'_price','0.0000'),(13181,2293,'_visibility','visible'),(13182,2293,'_stock_status','instock'),(13183,2293,'_manage_stock','1'),(13184,2293,'_stock','5'),(13185,2294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13186,2294,'osc_id','1758'),(13187,2294,'_sku','SP20'),(13188,2294,'_regular_price','0.0000'),(13189,2294,'_price','0.0000'),(13190,2294,'_visibility','visible'),(13191,2294,'_stock_status','instock'),(13192,2294,'_manage_stock','1'),(13193,2294,'_stock','15'),(13194,2295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13195,2295,'osc_id','1759'),(13196,2295,'_sku','SP21'),(13197,2295,'_regular_price','0.0000'),(13198,2295,'_price','0.0000'),(13199,2295,'_visibility','visible'),(13200,2295,'_stock_status','instock'),(13201,2295,'_manage_stock','1'),(13202,2295,'_stock','16'),(13203,2296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13204,2296,'osc_id','1760'),(13205,2296,'_sku','SP22'),(13206,2296,'_regular_price','0.0000'),(13207,2296,'_price','0.0000'),(13208,2296,'_visibility','visible'),(13209,2296,'_stock_status','instock'),(13210,2296,'_manage_stock','1'),(13211,2296,'_stock','14'),(13212,2297,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13213,2297,'osc_id','1761'),(13214,2297,'_sku','SP23'),(13215,2297,'_regular_price','0.0000'),(13216,2297,'_price','0.0000'),(13217,2297,'_visibility','visible'),(13218,2297,'_stock_status','instock'),(13219,2297,'_manage_stock','1'),(13220,2297,'_stock','13'),(13221,2298,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13222,2298,'osc_id','1762'),(13223,2298,'_sku','SP24'),(13224,2298,'_regular_price','0.0000'),(13225,2298,'_price','0.0000'),(13226,2298,'_visibility','visible'),(13227,2298,'_stock_status','instock'),(13228,2298,'_manage_stock','1'),(13229,2298,'_stock','11'),(13230,2299,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13231,2299,'osc_id','1763'),(13232,2299,'_sku','SP25'),(13233,2299,'_regular_price','0.0000'),(13234,2299,'_price','0.0000'),(13235,2299,'_visibility','visible'),(13236,2299,'_stock_status','instock'),(13237,2299,'_manage_stock','1'),(13238,2299,'_stock','20'),(13239,2300,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13240,2300,'osc_id','1764'),(13241,2300,'_sku','SP26'),(13242,2300,'_regular_price','0.0000'),(13243,2300,'_price','0.0000'),(13244,2300,'_visibility','visible'),(13245,2300,'_stock_status','instock'),(13246,2300,'_manage_stock','1'),(13247,2300,'_stock','12'),(13248,2301,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13249,2301,'osc_id','1765'),(13250,2301,'_sku','SP27'),(13251,2301,'_regular_price','0.0000'),(13252,2301,'_price','0.0000'),(13253,2301,'_visibility','visible'),(13254,2301,'_stock_status','instock'),(13255,2301,'_manage_stock','1'),(13256,2301,'_stock','11'),(13257,2302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13258,2302,'osc_id','1766'),(13259,2302,'_sku','SP28'),(13260,2302,'_regular_price','0.0000'),(13261,2302,'_price','0.0000'),(13262,2302,'_visibility','visible'),(13263,2302,'_stock_status','outofstock'),(13264,2302,'_manage_stock','1'),(13265,2302,'_stock','5'),(13266,2303,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13267,2303,'osc_id','1767'),(13268,2303,'_sku','SP29'),(13269,2303,'_regular_price','0.0000'),(13270,2303,'_price','0.0000'),(13271,2303,'_visibility','visible'),(13272,2303,'_stock_status','instock'),(13273,2303,'_manage_stock','1'),(13274,2303,'_stock','17'),(13275,2304,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13276,2304,'osc_id','1768'),(13277,2304,'_sku','SP30'),(13278,2304,'_regular_price','0.0000'),(13279,2304,'_price','0.0000'),(13280,2304,'_visibility','visible'),(13281,2304,'_stock_status','instock'),(13282,2304,'_manage_stock','1'),(13283,2304,'_stock','16'),(13284,2305,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13285,2305,'osc_id','1769'),(13286,2305,'_sku','SP31'),(13287,2305,'_regular_price','0.0000'),(13288,2305,'_price','0.0000'),(13289,2305,'_visibility','visible'),(13290,2305,'_stock_status','instock'),(13291,2305,'_manage_stock','1'),(13292,2305,'_stock','16'),(13293,2306,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13294,2306,'osc_id','1770'),(13295,2306,'_sku','SP32'),(13296,2306,'_regular_price','0.0000'),(13297,2306,'_price','0.0000'),(13298,2306,'_visibility','visible'),(13299,2306,'_stock_status','instock'),(13300,2306,'_manage_stock','1'),(13301,2306,'_stock','12'),(13302,2307,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13303,2307,'osc_id','1771'),(13304,2307,'_sku','SP33'),(13305,2307,'_regular_price','0.0000'),(13306,2307,'_price','0.0000'),(13307,2307,'_visibility','visible'),(13308,2307,'_stock_status','instock'),(13309,2307,'_manage_stock','1'),(13310,2307,'_stock','10'),(13311,2308,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13312,2308,'osc_id','1772'),(13313,2308,'_sku','SP34'),(13314,2308,'_regular_price','0.0000'),(13315,2308,'_price','0.0000'),(13316,2308,'_visibility','visible'),(13317,2308,'_stock_status','instock'),(13318,2308,'_manage_stock','1'),(13319,2308,'_stock','15'),(13320,2309,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13321,2309,'osc_id','1773'),(13322,2309,'_sku','SP35'),(13323,2309,'_regular_price','0.0000'),(13324,2309,'_price','0.0000'),(13325,2309,'_visibility','visible'),(13326,2309,'_stock_status','instock'),(13327,2309,'_manage_stock','1'),(13328,2309,'_stock','17'),(13329,2310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13330,2310,'osc_id','1774'),(13331,2310,'_sku','SP36'),(13332,2310,'_regular_price','0.0000'),(13333,2310,'_price','0.0000'),(13334,2310,'_visibility','visible'),(13335,2310,'_stock_status','instock'),(13336,2310,'_manage_stock','1'),(13337,2310,'_stock','12'),(13338,2311,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13339,2311,'osc_id','1775'),(13340,2311,'_sku','SP37'),(13341,2311,'_regular_price','0.0000'),(13342,2311,'_price','0.0000'),(13343,2311,'_visibility','visible'),(13344,2311,'_stock_status','instock'),(13345,2311,'_manage_stock','1'),(13346,2311,'_stock','14'),(13347,2312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13348,2312,'osc_id','1776'),(13349,2312,'_sku','SP38'),(13350,2312,'_regular_price','0.0000'),(13351,2312,'_price','0.0000'),(13352,2312,'_visibility','visible'),(13353,2312,'_stock_status','instock'),(13354,2312,'_manage_stock','1'),(13355,2312,'_stock','18'),(13356,2313,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13357,2313,'osc_id','1777'),(13358,2313,'_sku','SP39'),(13359,2313,'_regular_price','0.0000'),(13360,2313,'_price','0.0000'),(13361,2313,'_visibility','visible'),(13362,2313,'_stock_status','instock'),(13363,2313,'_manage_stock','1'),(13364,2313,'_stock','12'),(13365,2314,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13366,2314,'osc_id','1778'),(13367,2314,'_sku','SP40'),(13368,2314,'_regular_price','0.0000'),(13369,2314,'_price','0.0000'),(13370,2314,'_visibility','visible'),(13371,2314,'_stock_status','instock'),(13372,2314,'_manage_stock','1'),(13373,2314,'_stock','15'),(13374,2315,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13375,2315,'osc_id','1779'),(13376,2315,'_sku','SP41'),(13377,2315,'_regular_price','0.0000'),(13378,2315,'_price','0.0000'),(13379,2315,'_visibility','visible'),(13380,2315,'_stock_status','instock'),(13381,2315,'_manage_stock','1'),(13382,2315,'_stock','15'),(13383,2316,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13384,2316,'osc_id','1780'),(13385,2316,'_sku','SP42'),(13386,2316,'_regular_price','0.0000'),(13387,2316,'_price','0.0000'),(13388,2316,'_visibility','visible'),(13389,2316,'_stock_status','instock'),(13390,2316,'_manage_stock','1'),(13391,2316,'_stock','15'),(13392,2317,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13393,2317,'osc_id','1781'),(13394,2317,'_sku','SP43'),(13395,2317,'_regular_price','0.0000'),(13396,2317,'_price','0.0000'),(13397,2317,'_visibility','visible'),(13398,2317,'_stock_status','instock'),(13399,2317,'_manage_stock','1'),(13400,2317,'_stock','13'),(13401,2318,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13402,2318,'osc_id','1782'),(13403,2318,'_sku','SP44'),(13404,2318,'_regular_price','0.0000'),(13405,2318,'_price','0.0000'),(13406,2318,'_visibility','visible'),(13407,2318,'_stock_status','instock'),(13408,2318,'_manage_stock','1'),(13409,2318,'_stock','17'),(13410,2319,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13411,2319,'osc_id','1783'),(13412,2319,'_sku','SP45'),(13413,2319,'_regular_price','0.0000'),(13414,2319,'_price','0.0000'),(13415,2319,'_visibility','visible'),(13416,2319,'_stock_status','instock'),(13417,2319,'_manage_stock','1'),(13418,2319,'_stock','15'),(13419,2320,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13420,2320,'osc_id','1784'),(13421,2320,'_sku','SP46'),(13422,2320,'_regular_price','0.0000'),(13423,2320,'_price','0.0000'),(13424,2320,'_visibility','visible'),(13425,2320,'_stock_status','instock'),(13426,2320,'_manage_stock','1'),(13427,2320,'_stock','15'),(13428,2321,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13429,2321,'osc_id','1785'),(13430,2321,'_sku','SP47'),(13431,2321,'_regular_price','0.0000'),(13432,2321,'_price','0.0000'),(13433,2321,'_visibility','visible'),(13434,2321,'_stock_status','instock'),(13435,2321,'_manage_stock','1'),(13436,2321,'_stock','13'),(13437,2322,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13438,2322,'osc_id','1786'),(13439,2322,'_sku','SP48'),(13440,2322,'_regular_price','0.0000'),(13441,2322,'_price','0.0000'),(13442,2322,'_visibility','visible'),(13443,2322,'_stock_status','instock'),(13444,2322,'_manage_stock','1'),(13445,2322,'_stock','14'),(13446,2323,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13447,2323,'osc_id','1787'),(13448,2323,'_sku','SP49'),(13449,2323,'_regular_price','0.0000'),(13450,2323,'_price','0.0000'),(13451,2323,'_visibility','visible'),(13452,2323,'_stock_status','instock'),(13453,2323,'_manage_stock','1'),(13454,2323,'_stock','6'),(13455,2324,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13456,2324,'osc_id','1788'),(13457,2324,'_sku','SP50'),(13458,2324,'_regular_price','0.0000'),(13459,2324,'_price','0.0000'),(13460,2324,'_visibility','visible'),(13461,2324,'_stock_status','instock'),(13462,2324,'_manage_stock','1'),(13463,2324,'_stock','9'),(13464,2325,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13465,2325,'osc_id','1789'),(13466,2325,'_sku','SP51'),(13467,2325,'_regular_price','0.0000'),(13468,2325,'_price','0.0000'),(13469,2325,'_visibility','visible'),(13470,2325,'_stock_status','instock'),(13471,2325,'_manage_stock','1'),(13472,2325,'_stock','12'),(13473,2326,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13474,2326,'osc_id','1790'),(13475,2326,'_sku','SP52'),(13476,2326,'_regular_price','0.0000'),(13477,2326,'_price','0.0000'),(13478,2326,'_visibility','visible'),(13479,2326,'_stock_status','instock'),(13480,2326,'_manage_stock','1'),(13481,2326,'_stock','10'),(13482,2327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13483,2327,'osc_id','1791'),(13484,2327,'_sku','SP53'),(13485,2327,'_regular_price','0.0000'),(13486,2327,'_price','0.0000'),(13487,2327,'_visibility','visible'),(13488,2327,'_stock_status','instock'),(13489,2327,'_manage_stock','1'),(13490,2327,'_stock','16'),(13491,2328,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13492,2328,'osc_id','1792'),(13493,2328,'_sku','SP54'),(13494,2328,'_regular_price','0.0000'),(13495,2328,'_price','0.0000'),(13496,2328,'_visibility','visible'),(13497,2328,'_stock_status','instock'),(13498,2328,'_manage_stock','1'),(13499,2328,'_stock','10'),(13500,2329,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13501,2329,'osc_id','1793'),(13502,2329,'_sku','SP55'),(13503,2329,'_regular_price','0.0000'),(13504,2329,'_price','0.0000'),(13505,2329,'_visibility','visible'),(13506,2329,'_stock_status','instock'),(13507,2329,'_manage_stock','1'),(13508,2329,'_stock','14'),(13509,2330,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13510,2330,'osc_id','1794'),(13511,2330,'_sku','SP56'),(13512,2330,'_regular_price','0.0000'),(13513,2330,'_price','0.0000'),(13514,2330,'_visibility','visible'),(13515,2330,'_stock_status','instock'),(13516,2330,'_manage_stock','1'),(13517,2330,'_stock','15'),(13518,2331,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13519,2331,'osc_id','1795'),(13520,2331,'_sku','SP57'),(13521,2331,'_regular_price','0.0000'),(13522,2331,'_price','0.0000'),(13523,2331,'_visibility','visible'),(13524,2331,'_stock_status','instock'),(13525,2331,'_manage_stock','1'),(13526,2331,'_stock','12'),(13527,2332,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13528,2332,'osc_id','1796'),(13529,2332,'_sku','SP58'),(13530,2332,'_regular_price','0.0000'),(13531,2332,'_price','0.0000'),(13532,2332,'_visibility','visible'),(13533,2332,'_stock_status','instock'),(13534,2332,'_manage_stock','1'),(13535,2332,'_stock','12'),(13536,2333,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13537,2333,'osc_id','1797'),(13538,2333,'_sku','SP59'),(13539,2333,'_regular_price','0.0000'),(13540,2333,'_price','0.0000'),(13541,2333,'_visibility','visible'),(13542,2333,'_stock_status','instock'),(13543,2333,'_manage_stock','1'),(13544,2333,'_stock','14'),(13545,2334,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13546,2334,'osc_id','1798'),(13547,2334,'_sku','SP60'),(13548,2334,'_regular_price','0.0000'),(13549,2334,'_price','0.0000'),(13550,2334,'_visibility','visible'),(13551,2334,'_stock_status','instock'),(13552,2334,'_manage_stock','1'),(13553,2334,'_stock','18'),(13554,2335,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13555,2335,'osc_id','1799'),(13556,2335,'_sku','SP61'),(13557,2335,'_regular_price','0.0000'),(13558,2335,'_price','0.0000'),(13559,2335,'_visibility','visible'),(13560,2335,'_stock_status','instock'),(13561,2335,'_manage_stock','1'),(13562,2335,'_stock','15'),(13563,2336,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13564,2336,'osc_id','1800'),(13565,2336,'_sku','BM70'),(13566,2336,'_regular_price','0.0000'),(13567,2336,'_price','0.0000'),(13568,2336,'_visibility','visible'),(13569,2336,'_stock_status','instock'),(13570,2336,'_manage_stock','1'),(13571,2336,'_stock','31'),(13572,2337,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13573,2337,'osc_id','1801'),(13574,2337,'_sku','BM70'),(13575,2337,'_regular_price','0.0000'),(13576,2337,'_price','0.0000'),(13577,2337,'_visibility','visible'),(13578,2337,'_stock_status','outofstock'),(13579,2337,'_manage_stock','1'),(13580,2337,'_stock','0'),(13581,2338,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13582,2338,'osc_id','1802'),(13583,2338,'_sku','BM23'),(13584,2338,'_regular_price','0.0000'),(13585,2338,'_price','0.0000'),(13586,2338,'_visibility','visible'),(13587,2338,'_stock_status','outofstock'),(13588,2338,'_manage_stock','1'),(13589,2338,'_stock','0'),(13590,2339,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13591,2339,'osc_id','1803'),(13592,2339,'_sku','BM15'),(13593,2339,'_regular_price','0.0000'),(13594,2339,'_price','0.0000'),(13595,2339,'_visibility','visible'),(13596,2339,'_stock_status','outofstock'),(13597,2339,'_manage_stock','1'),(13598,2339,'_stock','0'),(13599,2340,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13600,2340,'osc_id','1804'),(13601,2340,'_sku','BM36'),(13602,2340,'_regular_price','0.0000'),(13603,2340,'_price','0.0000'),(13604,2340,'_visibility','visible'),(13605,2340,'_stock_status','outofstock'),(13606,2340,'_manage_stock','1'),(13607,2340,'_stock','0'),(13608,2341,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13609,2341,'osc_id','1805'),(13610,2341,'_sku','BM36'),(13611,2341,'_regular_price','0.0000'),(13612,2341,'_price','0.0000'),(13613,2341,'_visibility','visible'),(13614,2341,'_stock_status','outofstock'),(13615,2341,'_manage_stock','1'),(13616,2341,'_stock','0'),(13617,2342,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13618,2342,'osc_id','1806'),(13619,2342,'_sku','BM06'),(13620,2342,'_regular_price','0.0000'),(13621,2342,'_price','0.0000'),(13622,2342,'_visibility','visible'),(13623,2342,'_stock_status','outofstock'),(13624,2342,'_manage_stock','1'),(13625,2342,'_stock','0'),(13626,2343,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13627,2343,'osc_id','1807'),(13628,2343,'_sku','MG01'),(13629,2343,'_regular_price','0.0000'),(13630,2343,'_price','0.0000'),(13631,2343,'_visibility','visible'),(13632,2343,'_stock_status','outofstock'),(13633,2343,'_manage_stock','1'),(13634,2343,'_stock','0'),(13635,2344,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13636,2344,'osc_id','1808'),(13637,2344,'_sku','MS05'),(13638,2344,'_regular_price','0.0000'),(13639,2344,'_price','0.0000'),(13640,2344,'_visibility','visible'),(13641,2344,'_stock_status','outofstock'),(13642,2344,'_manage_stock','1'),(13643,2344,'_stock','0'),(13644,2345,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13645,2345,'osc_id','1809'),(13646,2345,'_sku','MS05'),(13647,2345,'_regular_price','0.0000'),(13648,2345,'_price','0.0000'),(13649,2345,'_visibility','visible'),(13650,2345,'_stock_status','outofstock'),(13651,2345,'_manage_stock','1'),(13652,2345,'_stock','0'),(13653,2346,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13654,2346,'osc_id','1810'),(13655,2346,'_sku','MS08'),(13656,2346,'_regular_price','0.0000'),(13657,2346,'_price','0.0000'),(13658,2346,'_visibility','visible'),(13659,2346,'_stock_status','outofstock'),(13660,2346,'_manage_stock','1'),(13661,2346,'_stock','0'),(13662,2347,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13663,2347,'_billing_address_1',''),(13664,2347,'_billing_address_2',''),(13665,2347,'_wpas_done_all','1'),(13666,2347,'_billing_country',NULL),(13667,2347,'_billing_first_name',''),(13668,2347,'_billing_last_name',''),(13669,2347,'_billing_company',''),(13670,2347,'_billing_city',''),(13671,2347,'_billing_state',''),(13672,2347,'_billing_postcode',''),(13673,2347,'_billing_phone',''),(13674,2347,'_billing_email','suvendu.iksen@gmail.com'),(13675,2347,'_shipping_country','US'),(13676,2347,'_shipping_first_name','s'),(13677,2347,'_shipping_last_name','da'),(13678,2347,'_shipping_company','sdsdsd'),(13679,2347,'_shipping_address_1','9931 Lurline Av 2-224'),(13680,2347,'_shipping_address_2',''),(13681,2347,'_shipping_city','Madison'),(13682,2347,'_shipping_state','California'),(13683,2347,'_shipping_postcode','00456'),(13684,2347,'_shipping_method_title','Wanderfuls Rates (Shipping to 004):'),(13685,2347,'_payment_method_title','Cash on Delivery'),(13686,2347,'_order_shipping','51.5000'),(13687,2347,'_order_discount','0'),(13688,2347,'_order_tax',NULL),(13689,2347,'_order_shipping_tax','0'),(13690,2347,'_order_total','518.6000'),(13691,2347,'_order_key','order_8*TWLH*afnuW7'),(13692,2347,'_customer_user',NULL),(13693,2347,'_order_currency','USD'),(13694,2347,'_prices_include_tax','no'),(13695,2347,'osc_id','1'),(13696,2348,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13697,2348,'_billing_address_1','950 willlow'),(13698,2348,'_billing_address_2',''),(13699,2348,'_wpas_done_all','1'),(13700,2348,'_billing_country','US'),(13701,2348,'_billing_first_name','fran'),(13702,2348,'_billing_last_name','dan'),(13703,2348,'_billing_company','hope inc'),(13704,2348,'_billing_city','beach haven'),(13705,2348,'_billing_state','Florida'),(13706,2348,'_billing_postcode','33050'),(13707,2348,'_billing_phone',''),(13708,2348,'_billing_email','ucosyxodd-0312@yopmail.com'),(13709,2348,'_shipping_country','US'),(13710,2348,'_shipping_first_name','fran'),(13711,2348,'_shipping_last_name','dan'),(13712,2348,'_shipping_company','hope inc'),(13713,2348,'_shipping_address_1','950 willlow'),(13714,2348,'_shipping_address_2',''),(13715,2348,'_shipping_city','beach haven'),(13716,2348,'_shipping_state','Florida'),(13717,2348,'_shipping_postcode','33050'),(13718,2348,'_shipping_method_title','Wanderfuls Rates (Shipping to 330):'),(13719,2348,'_payment_method_title','Cash on Delivery'),(13720,2348,'_order_shipping','73.2000'),(13721,2348,'_order_discount','0'),(13722,2348,'_order_tax','40.0484'),(13723,2348,'_order_shipping_tax','0'),(13724,2348,'_order_total','685.3684'),(13725,2348,'_order_key','order_jG&5aIjqI#AUu'),(13726,2348,'_customer_user','2'),(13727,2348,'_order_currency','USD'),(13728,2348,'_prices_include_tax','no'),(13729,2348,'osc_id','2'),(13730,2349,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13731,2349,'_billing_address_1','Lyon Avenue, San Marcos'),(13732,2349,'_billing_address_2',''),(13733,2349,'_wpas_done_all','1'),(13734,2349,'_billing_country','US'),(13735,2349,'_billing_first_name','s'),(13736,2349,'_billing_last_name','da'),(13737,2349,'_billing_company','sdsdsd'),(13738,2349,'_billing_city','san Marcos'),(13739,2349,'_billing_state','Texas'),(13740,2349,'_billing_postcode','78105'),(13741,2349,'_billing_phone',''),(13742,2349,'_billing_email','suvendu.iksen@gmail.com'),(13743,2349,'_shipping_country','US'),(13744,2349,'_shipping_first_name','s'),(13745,2349,'_shipping_last_name','da'),(13746,2349,'_shipping_company','sdsdsd'),(13747,2349,'_shipping_address_1','Lyon Avenue, San Marcos'),(13748,2349,'_shipping_address_2',''),(13749,2349,'_shipping_city','san Marcos'),(13750,2349,'_shipping_state','Texas'),(13751,2349,'_shipping_postcode','78105'),(13752,2349,'_shipping_method_title','Wanderfuls Rates (Shipping to 781):'),(13753,2349,'_payment_method_title','Credit Card'),(13754,2349,'_order_shipping','208.0000'),(13755,2349,'_order_discount','0'),(13756,2349,'_order_tax',NULL),(13757,2349,'_order_shipping_tax','0'),(13758,2349,'_order_total','969.5500'),(13759,2349,'_order_key','order_DX9yshQFYNmGD'),(13760,2349,'_customer_user',NULL),(13761,2349,'_order_currency','USD'),(13762,2349,'_prices_include_tax','no'),(13763,2349,'osc_id','3'),(13764,2350,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13765,2350,'_billing_address_1','Lyon Avenue, San Marcos'),(13766,2350,'_billing_address_2',''),(13767,2350,'_wpas_done_all','1'),(13768,2350,'_billing_country','US'),(13769,2350,'_billing_first_name','s'),(13770,2350,'_billing_last_name','da'),(13771,2350,'_billing_company','sdsdsd'),(13772,2350,'_billing_city','san Marcos'),(13773,2350,'_billing_state','Texas'),(13774,2350,'_billing_postcode','78105'),(13775,2350,'_billing_phone',''),(13776,2350,'_billing_email','suvendu.iksen@gmail.com'),(13777,2350,'_shipping_country','US'),(13778,2350,'_shipping_first_name','s'),(13779,2350,'_shipping_last_name','da'),(13780,2350,'_shipping_company','sdsdsd'),(13781,2350,'_shipping_address_1','Lyon Avenue, San Marcos'),(13782,2350,'_shipping_address_2',''),(13783,2350,'_shipping_city','san Marcos'),(13784,2350,'_shipping_state','Texas'),(13785,2350,'_shipping_postcode','78105'),(13786,2350,'_shipping_method_title','Wanderfuls Rates (Shipping to 781):'),(13787,2350,'_payment_method_title','Credit Card'),(13788,2350,'_order_shipping','29.0000'),(13789,2350,'_order_discount','0'),(13790,2350,'_order_tax',NULL),(13791,2350,'_order_shipping_tax','0'),(13792,2350,'_order_total','76.3100'),(13793,2350,'_order_key','order_yRQ((aBxB2@pz'),(13794,2350,'_customer_user',NULL),(13795,2350,'_order_currency','USD'),(13796,2350,'_prices_include_tax','no'),(13797,2350,'osc_id','4'),(13798,2351,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13799,2351,'_billing_address_1','4521 S. 133rd STREET'),(13800,2351,'_billing_address_2',''),(13801,2351,'_wpas_done_all','1'),(13802,2351,'_billing_country','US'),(13803,2351,'_billing_first_name','krish'),(13804,2351,'_billing_last_name','sarkar'),(13805,2351,'_billing_company','iksen'),(13806,2351,'_billing_city','OMAHA'),(13807,2351,'_billing_state','Nebraska'),(13808,2351,'_billing_postcode','68137'),(13809,2351,'_billing_phone','123456'),(13810,2351,'_billing_email','krish@gmail.com'),(13811,2351,'_shipping_country','US'),(13812,2351,'_shipping_first_name','krish'),(13813,2351,'_shipping_last_name','sarkar'),(13814,2351,'_shipping_company','iksen'),(13815,2351,'_shipping_address_1','4521 S. 133rd STREET'),(13816,2351,'_shipping_address_2',''),(13817,2351,'_shipping_city','OMAHA'),(13818,2351,'_shipping_state','Nebraska'),(13819,2351,'_shipping_postcode','68137'),(13820,2351,'_shipping_method_title','Wanderfuls Rates (Shipping to 681):'),(13821,2351,'_payment_method_title','Credit Card'),(13822,2351,'_order_shipping','23.0000'),(13823,2351,'_order_discount','0'),(13824,2351,'_order_tax',NULL),(13825,2351,'_order_shipping_tax','0'),(13826,2351,'_order_total','56.5400'),(13827,2351,'_order_key','order_udTv#Pj$O$YV9'),(13828,2351,'_customer_user','7'),(13829,2351,'_order_currency','USD'),(13830,2351,'_prices_include_tax','no'),(13831,2351,'osc_id','5'),(13832,2352,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13833,2352,'_billing_address_1','4521 S. 133rd STREET'),(13834,2352,'_billing_address_2',''),(13835,2352,'_wpas_done_all','1'),(13836,2352,'_billing_country','US'),(13837,2352,'_billing_first_name','krish'),(13838,2352,'_billing_last_name','sarkar'),(13839,2352,'_billing_company','iksen'),(13840,2352,'_billing_city','OMAHA'),(13841,2352,'_billing_state','Nebraska'),(13842,2352,'_billing_postcode','68137'),(13843,2352,'_billing_phone','123456'),(13844,2352,'_billing_email','krish@gmail.com'),(13845,2352,'_shipping_country','US'),(13846,2352,'_shipping_first_name','krish'),(13847,2352,'_shipping_last_name','sarkar'),(13848,2352,'_shipping_company','iksen'),(13849,2352,'_shipping_address_1','4521 S. 133rd STREET'),(13850,2352,'_shipping_address_2',''),(13851,2352,'_shipping_city','OMAHA'),(13852,2352,'_shipping_state','Nebraska'),(13853,2352,'_shipping_postcode','68137'),(13854,2352,'_shipping_method_title','Wanderfuls Rates (Shipping to 681):'),(13855,2352,'_payment_method_title','Credit Card'),(13856,2352,'_order_shipping','17.0000'),(13857,2352,'_order_discount','0'),(13858,2352,'_order_tax',NULL),(13859,2352,'_order_shipping_tax','0'),(13860,2352,'_order_total','50.5400'),(13861,2352,'_order_key','order_sb4dWE&TyYa17'),(13862,2352,'_customer_user','7'),(13863,2352,'_order_currency','USD'),(13864,2352,'_prices_include_tax','no'),(13865,2352,'osc_id','6'),(13866,2353,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13867,2353,'_billing_address_1','265 South Federal Highway #128'),(13868,2353,'_billing_address_2',''),(13869,2353,'_wpas_done_all','1'),(13870,2353,'_billing_country','US'),(13871,2353,'_billing_first_name','suvendu'),(13872,2353,'_billing_last_name','das'),(13873,2353,'_billing_company','sdsdsd'),(13874,2353,'_billing_city','Madison'),(13875,2353,'_billing_state','Florida'),(13876,2353,'_billing_postcode','22332'),(13877,2353,'_billing_phone','22222222222'),(13878,2353,'_billing_email','dassuvendu@gmail.com'),(13879,2353,'_shipping_country','US'),(13880,2353,'_shipping_first_name','suvendu'),(13881,2353,'_shipping_last_name','das'),(13882,2353,'_shipping_company','sdsdsd'),(13883,2353,'_shipping_address_1','265 South Federal Highway #128'),(13884,2353,'_shipping_address_2',''),(13885,2353,'_shipping_city','Madison'),(13886,2353,'_shipping_state','Florida'),(13887,2353,'_shipping_postcode','22332'),(13888,2353,'_shipping_method_title','Wanderfuls Rates (Shipping to 223):'),(13889,2353,'_payment_method_title','Credit Card'),(13890,2353,'_order_shipping','21.5000'),(13891,2353,'_order_discount','0'),(13892,2353,'_order_tax','3.2130'),(13893,2353,'_order_shipping_tax','0'),(13894,2353,'_order_total','70.6130'),(13895,2353,'_order_key','order_51scPF**OCRbW'),(13896,2353,'_customer_user',NULL),(13897,2353,'_order_currency','USD'),(13898,2353,'_prices_include_tax','no'),(13899,2353,'osc_id','7'),(13900,2354,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13901,2354,'_billing_address_1','265 South Federal Highway #128'),(13902,2354,'_billing_address_2',''),(13903,2354,'_wpas_done_all','1'),(13904,2354,'_billing_country','US'),(13905,2354,'_billing_first_name','suvendu'),(13906,2354,'_billing_last_name','das'),(13907,2354,'_billing_company','sdsdsd ytytyty'),(13908,2354,'_billing_city','Madison'),(13909,2354,'_billing_state','Florida'),(13910,2354,'_billing_postcode','10024'),(13911,2354,'_billing_phone','22222222222'),(13912,2354,'_billing_email','dassuvendu@gmail.com'),(13913,2354,'_shipping_country','US'),(13914,2354,'_shipping_first_name','suvendu'),(13915,2354,'_shipping_last_name','das'),(13916,2354,'_shipping_company','sdsdsd'),(13917,2354,'_shipping_address_1','265 South Federal Highway #128'),(13918,2354,'_shipping_address_2',''),(13919,2354,'_shipping_city','Madison'),(13920,2354,'_shipping_state','Florida'),(13921,2354,'_shipping_postcode','22332'),(13922,2354,'_shipping_method_title','Wanderfuls Rates (Shipping to 223):'),(13923,2354,'_payment_method_title','Credit Card'),(13924,2354,'_order_shipping','39.6000'),(13925,2354,'_order_discount','0'),(13926,2354,'_order_tax','19.9584'),(13927,2354,'_order_shipping_tax','0'),(13928,2354,'_order_total','344.6784'),(13929,2354,'_order_key','order_2UlLZIMR84J0&'),(13930,2354,'_customer_user',NULL),(13931,2354,'_order_currency','USD'),(13932,2354,'_prices_include_tax','no'),(13933,2354,'osc_id','8'),(13934,2355,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13935,2355,'_billing_address_1','388 second avenue #203'),(13936,2355,'_billing_address_2',''),(13937,2355,'_wpas_done_all','1'),(13938,2355,'_billing_country','US'),(13939,2355,'_billing_first_name','ken'),(13940,2355,'_billing_last_name','banschick'),(13941,2355,'_billing_company',''),(13942,2355,'_billing_city','New York'),(13943,2355,'_billing_state','New York'),(13944,2355,'_billing_postcode','10010'),(13945,2355,'_billing_phone',''),(13946,2355,'_billing_email','nujuwufapa-5982@yopmail.com'),(13947,2355,'_shipping_country','US'),(13948,2355,'_shipping_first_name','ken'),(13949,2355,'_shipping_last_name','banschick'),(13950,2355,'_shipping_company',''),(13951,2355,'_shipping_address_1','388 second avenue #203'),(13952,2355,'_shipping_address_2',''),(13953,2355,'_shipping_city','New York'),(13954,2355,'_shipping_state','New York'),(13955,2355,'_shipping_postcode','10010'),(13956,2355,'_shipping_method_title','Wanderfuls Rates (Shipping to 100):'),(13957,2355,'_payment_method_title','Cash on Delivery'),(13958,2355,'_order_shipping','32.2000'),(13959,2355,'_order_discount','0'),(13960,2355,'_order_tax','15.1621'),(13961,2355,'_order_shipping_tax','0'),(13962,2355,'_order_total','218.2021'),(13963,2355,'_order_key','order_gccs9EWH7fw#i'),(13964,2355,'_customer_user','11'),(13965,2355,'_order_currency','USD'),(13966,2355,'_prices_include_tax','no'),(13967,2355,'osc_id','9'),(13968,2356,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13969,2356,'_billing_address_1','388 second avenue #203'),(13970,2356,'_billing_address_2',''),(13971,2356,'_wpas_done_all','1'),(13972,2356,'_billing_country','US'),(13973,2356,'_billing_first_name','ken'),(13974,2356,'_billing_last_name','Banschick'),(13975,2356,'_billing_company',''),(13976,2356,'_billing_city','New York'),(13977,2356,'_billing_state','New York'),(13978,2356,'_billing_postcode','10010'),(13979,2356,'_billing_phone','2125551212'),(13980,2356,'_billing_email','loveyourbrain@ureach.com'),(13981,2356,'_shipping_country','US'),(13982,2356,'_shipping_first_name','ken'),(13983,2356,'_shipping_last_name','bachick'),(13984,2356,'_shipping_company',''),(13985,2356,'_shipping_address_1','388 second avenue #203'),(13986,2356,'_shipping_address_2',''),(13987,2356,'_shipping_city','New York'),(13988,2356,'_shipping_state','New York'),(13989,2356,'_shipping_postcode','10010'),(13990,2356,'_shipping_method_title','Wanderfuls Rates (Shipping to 100):'),(13991,2356,'_payment_method_title','Credit Card'),(13992,2356,'_order_shipping','16.8000'),(13993,2356,'_order_discount','0'),(13994,2356,'_order_tax',NULL),(13995,2356,'_order_shipping_tax','0'),(13996,2356,'_order_total','9.7667'),(13997,2356,'_order_key','order_OaScw4lqR!tl4'),(13998,2356,'_customer_user','12'),(13999,2356,'_order_currency','USD'),(14000,2356,'_prices_include_tax','no'),(14001,2356,'osc_id','11'),(14002,2357,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14003,2357,'_billing_address_1','388 second avenue #203'),(14004,2357,'_billing_address_2',''),(14005,2357,'_wpas_done_all','1'),(14006,2357,'_billing_country','US'),(14007,2357,'_billing_first_name','ken'),(14008,2357,'_billing_last_name','Banschick'),(14009,2357,'_billing_company',''),(14010,2357,'_billing_city','New York'),(14011,2357,'_billing_state','New York'),(14012,2357,'_billing_postcode','10010'),(14013,2357,'_billing_phone','2125551212'),(14014,2357,'_billing_email','loveyourbrain@ureach.com'),(14015,2357,'_shipping_country','US'),(14016,2357,'_shipping_first_name','ken'),(14017,2357,'_shipping_last_name','Banschick'),(14018,2357,'_shipping_company',''),(14019,2357,'_shipping_address_1','388 second avenue #203'),(14020,2357,'_shipping_address_2',''),(14021,2357,'_shipping_city','New York'),(14022,2357,'_shipping_state','New York'),(14023,2357,'_shipping_postcode','80010'),(14024,2357,'_shipping_method_title','Wanderfuls Rates (Shipping to 800):'),(14025,2357,'_payment_method_title','Credit Card'),(14026,2357,'_order_shipping','16.3000'),(14027,2357,'_order_discount','0'),(14028,2357,'_order_tax',NULL),(14029,2357,'_order_shipping_tax','0'),(14030,2357,'_order_total','9.2667'),(14031,2357,'_order_key','order_tvmS#SHKwPrOB'),(14032,2357,'_customer_user','12'),(14033,2357,'_order_currency','USD'),(14034,2357,'_prices_include_tax','no'),(14035,2357,'osc_id','12'),(14036,2358,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14037,2358,'_billing_address_1','388 second avenue #203'),(14038,2358,'_billing_address_2',''),(14039,2358,'_wpas_done_all','1'),(14040,2358,'_billing_country','US'),(14041,2358,'_billing_first_name','ken'),(14042,2358,'_billing_last_name','banchick'),(14043,2358,'_billing_company',''),(14044,2358,'_billing_city','New York'),(14045,2358,'_billing_state','New York'),(14046,2358,'_billing_postcode','10010'),(14047,2358,'_billing_phone','6465948819'),(14048,2358,'_billing_email','tjmarketing@ureach.com'),(14049,2358,'_shipping_country','US'),(14050,2358,'_shipping_first_name','ken'),(14051,2358,'_shipping_last_name','banchick'),(14052,2358,'_shipping_company',''),(14053,2358,'_shipping_address_1','388 second avenue #203'),(14054,2358,'_shipping_address_2',''),(14055,2358,'_shipping_city','New York'),(14056,2358,'_shipping_state','New York'),(14057,2358,'_shipping_postcode','80010'),(14058,2358,'_shipping_method_title','Wanderfuls Rates (Shipping to 800):'),(14059,2358,'_payment_method_title','Credit Card'),(14060,2358,'_order_shipping','16.3000'),(14061,2358,'_order_discount','0'),(14062,2358,'_order_tax',NULL),(14063,2358,'_order_shipping_tax','0'),(14064,2358,'_order_total','9.2667'),(14065,2358,'_order_key','order_)fhA0dGLGOXOH'),(14066,2358,'_customer_user','13'),(14067,2358,'_order_currency','USD'),(14068,2358,'_prices_include_tax','no'),(14069,2358,'osc_id','13'),(14070,2359,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14071,2359,'_billing_address_1','57oakstreet'),(14072,2359,'_billing_address_2',''),(14073,2359,'_wpas_done_all','1'),(14074,2359,'_billing_country','US'),(14075,2359,'_billing_first_name','mary'),(14076,2359,'_billing_last_name','fmith'),(14077,2359,'_billing_company',''),(14078,2359,'_billing_city','queens'),(14079,2359,'_billing_state','New York'),(14080,2359,'_billing_postcode','11374'),(14081,2359,'_billing_phone','7185551212'),(14082,2359,'_billing_email','judy.wanderfuls@gmail.com'),(14083,2359,'_shipping_country','US'),(14084,2359,'_shipping_first_name','mary'),(14085,2359,'_shipping_last_name','fmith'),(14086,2359,'_shipping_company',''),(14087,2359,'_shipping_address_1','57oakstreet'),(14088,2359,'_shipping_address_2',''),(14089,2359,'_shipping_city','queens'),(14090,2359,'_shipping_state','New York'),(14091,2359,'_shipping_postcode','11374'),(14092,2359,'_shipping_method_title','Wanderfuls Rates (Shipping to 113):'),(14093,2359,'_payment_method_title','Cash on Delivery'),(14094,2359,'_order_shipping','19.2000'),(14095,2359,'_order_discount','0'),(14096,2359,'_order_tax',NULL),(14097,2359,'_order_shipping_tax','0'),(14098,2359,'_order_total','16.9354'),(14099,2359,'_order_key','order_OAYLh&aNK@8X!'),(14100,2359,'_customer_user','18'),(14101,2359,'_order_currency','USD'),(14102,2359,'_prices_include_tax','no'),(14103,2359,'osc_id','14'),(14104,2360,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14105,2360,'_billing_address_1','388 main st'),(14106,2360,'_billing_address_2',''),(14107,2360,'_wpas_done_all','1'),(14108,2360,'_billing_country','US'),(14109,2360,'_billing_first_name','Ken'),(14110,2360,'_billing_last_name','morris'),(14111,2360,'_billing_company',''),(14112,2360,'_billing_city','newark'),(14113,2360,'_billing_state','Delaware'),(14114,2360,'_billing_postcode','07801'),(14115,2360,'_billing_phone','201-555-1212'),(14116,2360,'_billing_email','uritanna-0284@yopmail.com'),(14117,2360,'_shipping_country','US'),(14118,2360,'_shipping_first_name','Ken'),(14119,2360,'_shipping_last_name','morris'),(14120,2360,'_shipping_company',''),(14121,2360,'_shipping_address_1','388 main st'),(14122,2360,'_shipping_address_2',''),(14123,2360,'_shipping_city','newark'),(14124,2360,'_shipping_state','Delaware'),(14125,2360,'_shipping_postcode','07801'),(14126,2360,'_shipping_method_title','Wanderfuls Rates (Shipping to 078):'),(14127,2360,'_payment_method_title','Cash on Delivery'),(14128,2360,'_order_shipping','30.0000'),(14129,2360,'_order_discount','0'),(14130,2360,'_order_tax',NULL),(14131,2360,'_order_shipping_tax','0'),(14132,2360,'_order_total','138.5600'),(14133,2360,'_order_key','order_4f*Z2aF()7LLp'),(14134,2360,'_customer_user','22'),(14135,2360,'_order_currency','USD'),(14136,2360,'_prices_include_tax','no'),(14137,2360,'osc_id','15'),(14138,2361,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14139,2361,'_billing_address_1','388 second avenue #203'),(14140,2361,'_billing_address_2',''),(14141,2361,'_wpas_done_all','1'),(14142,2361,'_billing_country','US'),(14143,2361,'_billing_first_name','ken'),(14144,2361,'_billing_last_name','banschick'),(14145,2361,'_billing_company',''),(14146,2361,'_billing_city','New York'),(14147,2361,'_billing_state','New York'),(14148,2361,'_billing_postcode','10010'),(14149,2361,'_billing_phone','2127885654'),(14150,2361,'_billing_email','loveyourbrain@ureach.com'),(14151,2361,'_shipping_country','US'),(14152,2361,'_shipping_first_name','ken'),(14153,2361,'_shipping_last_name','bandick'),(14154,2361,'_shipping_company',''),(14155,2361,'_shipping_address_1','lkh khkg'),(14156,2361,'_shipping_address_2',''),(14157,2361,'_shipping_city','New York'),(14158,2361,'_shipping_state','New York'),(14159,2361,'_shipping_postcode','10010'),(14160,2361,'_shipping_method_title','Wanderfuls Rates (Shipping to 100):'),(14161,2361,'_payment_method_title','Credit Card'),(14162,2361,'_order_shipping','20.1000'),(14163,2361,'_order_discount','0'),(14164,2361,'_order_tax','0.1695'),(14165,2361,'_order_shipping_tax','0'),(14166,2361,'_order_total','22.1795'),(14167,2361,'_order_key','order_wbY3^qDwP8ExY'),(14168,2361,'_customer_user',NULL),(14169,2361,'_order_currency','USD'),(14170,2361,'_prices_include_tax','no'),(14171,2361,'osc_id','16'),(14172,2362,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14173,2362,'_billing_address_1','1 maywood ave'),(14174,2362,'_billing_address_2',''),(14175,2362,'_wpas_done_all','1'),(14176,2362,'_billing_country','US'),(14177,2362,'_billing_first_name','ken'),(14178,2362,'_billing_last_name','banschick'),(14179,2362,'_billing_company',''),(14180,2362,'_billing_city','san diego'),(14181,2362,'_billing_state','California'),(14182,2362,'_billing_postcode','10010'),(14183,2362,'_billing_phone','90100'),(14184,2362,'_billing_email','bddirect@ureach.com'),(14185,2362,'_shipping_country','US'),(14186,2362,'_shipping_first_name','ken'),(14187,2362,'_shipping_last_name','banschick'),(14188,2362,'_shipping_company',''),(14189,2362,'_shipping_address_1','1 maywood ave'),(14190,2362,'_shipping_address_2',''),(14191,2362,'_shipping_city','san diego'),(14192,2362,'_shipping_state','California'),(14193,2362,'_shipping_postcode','10010'),(14194,2362,'_shipping_method_title','Wanderfuls Rates (Shipping to 100):'),(14195,2362,'_payment_method_title','Credit Card'),(14196,2362,'_order_shipping','16.8000'),(14197,2362,'_order_discount','0'),(14198,2362,'_order_tax',NULL),(14199,2362,'_order_shipping_tax','0'),(14200,2362,'_order_total','10.3400'),(14201,2362,'_order_key','order_UB#KA&y1z&0!('),(14202,2362,'_customer_user','23'),(14203,2362,'_order_currency','USD'),(14204,2362,'_prices_include_tax','no'),(14205,2362,'osc_id','17'),(14206,2363,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14207,2363,'_billing_address_1','9931 Lurline Av 2-224'),(14208,2363,'_billing_address_2',''),(14209,2363,'_wpas_done_all','1'),(14210,2363,'_billing_country','US'),(14211,2363,'_billing_first_name','suvendu'),(14212,2363,'_billing_last_name','das'),(14213,2363,'_billing_company',''),(14214,2363,'_billing_city','Madison'),(14215,2363,'_billing_state','Florida'),(14216,2363,'_billing_postcode','22332'),(14217,2363,'_billing_phone',''),(14218,2363,'_billing_email','suvendu.iksen@gmail.com'),(14219,2363,'_shipping_country','US'),(14220,2363,'_shipping_first_name','suvendu'),(14221,2363,'_shipping_last_name','das'),(14222,2363,'_shipping_company',''),(14223,2363,'_shipping_address_1','9931 Lurline Av 2-224'),(14224,2363,'_shipping_address_2',''),(14225,2363,'_shipping_city','Madison'),(14226,2363,'_shipping_state','Florida'),(14227,2363,'_shipping_postcode','22332'),(14228,2363,'_shipping_method_title','Wanderfuls Rates (Shipping to 223):'),(14229,2363,'_payment_method_title','Cash on Delivery'),(14230,2363,'_order_shipping','20.5500'),(14231,2363,'_order_discount','0'),(14232,2363,'_order_tax',NULL),(14233,2363,'_order_shipping_tax','0'),(14234,2363,'_order_total','62.4600'),(14235,2363,'_order_key','order_Um3s%K@atjYKB'),(14236,2363,'_customer_user',NULL),(14237,2363,'_order_currency','USD'),(14238,2363,'_prices_include_tax','no'),(14239,2363,'osc_id','18'),(14240,2364,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14241,2364,'_billing_address_1','9931 Lurline Av 2-224'),(14242,2364,'_billing_address_2',''),(14243,2364,'_wpas_done_all','1'),(14244,2364,'_billing_country','US'),(14245,2364,'_billing_first_name','suvendu'),(14246,2364,'_billing_last_name','das'),(14247,2364,'_billing_company',''),(14248,2364,'_billing_city','Madison'),(14249,2364,'_billing_state','Florida'),(14250,2364,'_billing_postcode','22332'),(14251,2364,'_billing_phone',''),(14252,2364,'_billing_email','dassuvendu@gmail.com'),(14253,2364,'_shipping_country','US'),(14254,2364,'_shipping_first_name','suvendu'),(14255,2364,'_shipping_last_name','das'),(14256,2364,'_shipping_company',''),(14257,2364,'_shipping_address_1','9931 Lurline Av 2-224'),(14258,2364,'_shipping_address_2',''),(14259,2364,'_shipping_city','Madison'),(14260,2364,'_shipping_state','Florida'),(14261,2364,'_shipping_postcode','22332'),(14262,2364,'_shipping_method_title','Wanderfuls Rates (Shipping to 223):'),(14263,2364,'_payment_method_title','Cash on Delivery'),(14264,2364,'_order_shipping','19.6500'),(14265,2364,'_order_discount','0'),(14266,2364,'_order_tax',NULL),(14267,2364,'_order_shipping_tax','0'),(14268,2364,'_order_total','66.9600'),(14269,2364,'_order_key','order_t#au^3(M1lbqS'),(14270,2364,'_customer_user',NULL),(14271,2364,'_order_currency','USD'),(14272,2364,'_prices_include_tax','no'),(14273,2364,'osc_id','19'),(14274,2365,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14275,2365,'_billing_address_1','265 South Federal Highway #128'),(14276,2365,'_billing_address_2',''),(14277,2365,'_wpas_done_all','1'),(14278,2365,'_billing_country','US'),(14279,2365,'_billing_first_name','suvedu'),(14280,2365,'_billing_last_name','das'),(14281,2365,'_billing_company','sdsdsd'),(14282,2365,'_billing_city','dasnagar'),(14283,2365,'_billing_state','California'),(14284,2365,'_billing_postcode','20147'),(14285,2365,'_billing_phone',''),(14286,2365,'_billing_email','suvendu.iksen@gmail.com'),(14287,2365,'_shipping_country','US'),(14288,2365,'_shipping_first_name','suvedu'),(14289,2365,'_shipping_last_name','das'),(14290,2365,'_shipping_company','sdsdsd'),(14291,2365,'_shipping_address_1','265 South Federal Highway #128'),(14292,2365,'_shipping_address_2',''),(14293,2365,'_shipping_city','dasnagar'),(14294,2365,'_shipping_state','California'),(14295,2365,'_shipping_postcode','20147'),(14296,2365,'_shipping_method_title','Wanderfuls Rates (Shipping to 201):'),(14297,2365,'_payment_method_title','Cash on Delivery'),(14298,2365,'_order_shipping','44.0000'),(14299,2365,'_order_discount','0'),(14300,2365,'_order_tax',NULL),(14301,2365,'_order_shipping_tax','0'),(14302,2365,'_order_total','539.9600'),(14303,2365,'_order_key','order_oXK)d7O9l77KQ'),(14304,2365,'_customer_user','24'),(14305,2365,'_order_currency','USD'),(14306,2365,'_prices_include_tax','no'),(14307,2365,'osc_id','20'),(14308,2366,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14309,2366,'_billing_address_1','265 South Federal Highway #128'),(14310,2366,'_billing_address_2',''),(14311,2366,'_wpas_done_all','1'),(14312,2366,'_billing_country','US'),(14313,2366,'_billing_first_name','suvedu'),(14314,2366,'_billing_last_name','das'),(14315,2366,'_billing_company','sdsdsd'),(14316,2366,'_billing_city','dasnagar'),(14317,2366,'_billing_state','California'),(14318,2366,'_billing_postcode','20147'),(14319,2366,'_billing_phone',''),(14320,2366,'_billing_email','suvendu.iksen@gmail.com'),(14321,2366,'_shipping_country','US'),(14322,2366,'_shipping_first_name','suvedu'),(14323,2366,'_shipping_last_name','das'),(14324,2366,'_shipping_company','sdsdsd'),(14325,2366,'_shipping_address_1','265 South Federal Highway #128'),(14326,2366,'_shipping_address_2',''),(14327,2366,'_shipping_city','dasnagar'),(14328,2366,'_shipping_state','California'),(14329,2366,'_shipping_postcode','20147'),(14330,2366,'_shipping_method_title','Wanderfuls Rates (Shipping to 201):'),(14331,2366,'_payment_method_title','Cash on Delivery'),(14332,2366,'_order_shipping','20.5500'),(14333,2366,'_order_discount','0'),(14334,2366,'_order_tax',NULL),(14335,2366,'_order_shipping_tax','0'),(14336,2366,'_order_total','62.4600'),(14337,2366,'_order_key','order_&5^LeQDLQ@pHI'),(14338,2366,'_customer_user','24'),(14339,2366,'_order_currency','USD'),(14340,2366,'_prices_include_tax','no'),(14341,2366,'osc_id','21'),(14342,2367,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14343,2367,'_billing_address_1','150 West 28th Street'),(14344,2367,'_billing_address_2',''),(14345,2367,'_wpas_done_all','1'),(14346,2367,'_billing_country','US'),(14347,2367,'_billing_first_name','Andy'),(14348,2367,'_billing_last_name','Wanderfuls'),(14349,2367,'_billing_company',''),(14350,2367,'_billing_city','New York'),(14351,2367,'_billing_state','New York'),(14352,2367,'_billing_postcode','10001'),(14353,2367,'_billing_phone','6465802639'),(14354,2367,'_billing_email','gaqekife-0452@yopmail.com'),(14355,2367,'_shipping_country','US'),(14356,2367,'_shipping_first_name','Andy'),(14357,2367,'_shipping_last_name','Wanderfuls'),(14358,2367,'_shipping_company',''),(14359,2367,'_shipping_address_1','150 West 28th Street'),(14360,2367,'_shipping_address_2',''),(14361,2367,'_shipping_city','New York'),(14362,2367,'_shipping_state','New York'),(14363,2367,'_shipping_postcode','10001'),(14364,2367,'_shipping_method_title','Wanderfuls Rates (Shipping to 100):'),(14365,2367,'_payment_method_title','Cash on Delivery'),(14366,2367,'_order_shipping','30.0000'),(14367,2367,'_order_discount','0'),(14368,2367,'_order_tax','11.9067'),(14369,2367,'_order_shipping_tax','0'),(14370,2367,'_order_total','176.0667'),(14371,2367,'_order_key','order_)n7Yil*0wAv*a'),(14372,2367,'_customer_user','4'),(14373,2367,'_order_currency','USD'),(14374,2367,'_prices_include_tax','no'),(14375,2367,'osc_id','22'),(14376,2368,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14377,2368,'_billing_address_1','150 West 28th Street'),(14378,2368,'_billing_address_2',''),(14379,2368,'_wpas_done_all','1'),(14380,2368,'_billing_country','US'),(14381,2368,'_billing_first_name','Andy'),(14382,2368,'_billing_last_name','Wanderfuls'),(14383,2368,'_billing_company',''),(14384,2368,'_billing_city','New York'),(14385,2368,'_billing_state','New York'),(14386,2368,'_billing_postcode','10001'),(14387,2368,'_billing_phone','6465802639'),(14388,2368,'_billing_email','gaqekife-0452@yopmail.com'),(14389,2368,'_shipping_country','US'),(14390,2368,'_shipping_first_name','Andy'),(14391,2368,'_shipping_last_name','Wanderfuls'),(14392,2368,'_shipping_company',''),(14393,2368,'_shipping_address_1','150 West 28th Street'),(14394,2368,'_shipping_address_2',''),(14395,2368,'_shipping_city','New York'),(14396,2368,'_shipping_state','New York'),(14397,2368,'_shipping_postcode','10001'),(14398,2368,'_shipping_method_title','Wanderfuls Rates (Shipping to 100):'),(14399,2368,'_payment_method_title','Cash on Delivery'),(14400,2368,'_order_shipping','30.0000'),(14401,2368,'_order_discount','0'),(14402,2368,'_order_tax','11.9067'),(14403,2368,'_order_shipping_tax','0'),(14404,2368,'_order_total','176.0667'),(14405,2368,'_order_key','order_P9H9urw0zfw@G'),(14406,2368,'_customer_user','4'),(14407,2368,'_order_currency','USD'),(14408,2368,'_prices_include_tax','no'),(14409,2368,'osc_id','23'),(14410,2369,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14411,2369,'_billing_address_1','388 second avenue #203'),(14412,2369,'_billing_address_2',''),(14413,2369,'_wpas_done_all','1'),(14414,2369,'_billing_country','US'),(14415,2369,'_billing_first_name','ken'),(14416,2369,'_billing_last_name','bachick'),(14417,2369,'_billing_company',''),(14418,2369,'_billing_city','New York'),(14419,2369,'_billing_state','New York'),(14420,2369,'_billing_postcode','10010'),(14421,2369,'_billing_phone','2125551212'),(14422,2369,'_billing_email','loveyourbrain@ureach.com'),(14423,2369,'_shipping_country','US'),(14424,2369,'_shipping_first_name','ken'),(14425,2369,'_shipping_last_name','Banschick'),(14426,2369,'_shipping_company',''),(14427,2369,'_shipping_address_1','388 second avenue #203'),(14428,2369,'_shipping_address_2',''),(14429,2369,'_shipping_city','New York'),(14430,2369,'_shipping_state','New York'),(14431,2369,'_shipping_postcode','80010'),(14432,2369,'_shipping_method_title','Wanderfuls Rates (Shipping to 800):'),(14433,2369,'_payment_method_title','Cash on Delivery'),(14434,2369,'_order_shipping','16.3000'),(14435,2369,'_order_discount','0'),(14436,2369,'_order_tax',NULL),(14437,2369,'_order_shipping_tax','0'),(14438,2369,'_order_total','9.2667'),(14439,2369,'_order_key','order_#w#Qe*r5F%HG)'),(14440,2369,'_customer_user','12'),(14441,2369,'_order_currency','USD'),(14442,2369,'_prices_include_tax','no'),(14443,2369,'osc_id','25'),(14444,2370,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14445,2370,'_billing_address_1','388 second avenue #203'),(14446,2370,'_billing_address_2',''),(14447,2370,'_wpas_done_all','1'),(14448,2370,'_billing_country','US'),(14449,2370,'_billing_first_name','ken'),(14450,2370,'_billing_last_name','Banschick'),(14451,2370,'_billing_company',''),(14452,2370,'_billing_city','New York'),(14453,2370,'_billing_state','New York'),(14454,2370,'_billing_postcode','80010'),(14455,2370,'_billing_phone','2125551212'),(14456,2370,'_billing_email','loveyourbrain@ureach.com'),(14457,2370,'_shipping_country','US'),(14458,2370,'_shipping_first_name','ken'),(14459,2370,'_shipping_last_name','Banschick'),(14460,2370,'_shipping_company',''),(14461,2370,'_shipping_address_1','388 second avenue #203'),(14462,2370,'_shipping_address_2',''),(14463,2370,'_shipping_city','New York'),(14464,2370,'_shipping_state','New York'),(14465,2370,'_shipping_postcode','80010'),(14466,2370,'_shipping_method_title','Wanderfuls Rates (Shipping to 800):'),(14467,2370,'_payment_method_title','Credit Card'),(14468,2370,'_order_shipping','30.7400'),(14469,2370,'_order_discount','0'),(14470,2370,'_order_tax',NULL),(14471,2370,'_order_shipping_tax','0'),(14472,2370,'_order_total','27.6262'),(14473,2370,'_order_key','order_4sIKYG*fP4)dI'),(14474,2370,'_customer_user','12'),(14475,2370,'_order_currency','USD'),(14476,2370,'_prices_include_tax','no'),(14477,2370,'osc_id','26'),(14478,2371,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14479,2371,'_billing_address_1','353 Third Avenue #350'),(14480,2371,'_billing_address_2',''),(14481,2371,'_wpas_done_all','1'),(14482,2371,'_billing_country','US'),(14483,2371,'_billing_first_name','kent'),(14484,2371,'_billing_last_name','bandhick'),(14485,2371,'_billing_company',''),(14486,2371,'_billing_city','New York'),(14487,2371,'_billing_state','New York'),(14488,2371,'_billing_postcode','10016'),(14489,2371,'_billing_phone','7188130811'),(14490,2371,'_billing_email','loveyourbrain@fastmail.com'),(14491,2371,'_shipping_country','US'),(14492,2371,'_shipping_first_name','kent'),(14493,2371,'_shipping_last_name','bandhick'),(14494,2371,'_shipping_company',''),(14495,2371,'_shipping_address_1','353 Third Avenue #350'),(14496,2371,'_shipping_address_2',''),(14497,2371,'_shipping_city','New York'),(14498,2371,'_shipping_state','New York'),(14499,2371,'_shipping_postcode','10016'),(14500,2371,'_shipping_method_title','Wanderfuls Rates (Shipping to 100):'),(14501,2371,'_payment_method_title','Credit Card'),(14502,2371,'_order_shipping','43.0000'),(14503,2371,'_order_discount','0'),(14504,2371,'_order_tax','24.0264'),(14505,2371,'_order_shipping_tax','0'),(14506,2371,'_order_total','337.7464'),(14507,2371,'_order_key','order_TWEX^AH3iPED4'),(14508,2371,'_customer_user','26'),(14509,2371,'_order_currency','USD'),(14510,2371,'_prices_include_tax','no'),(14511,2371,'osc_id','27'),(14512,2372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14513,2372,'_billing_address_1','12137 via antigua'),(14514,2372,'_billing_address_2',''),(14515,2372,'_wpas_done_all','1'),(14516,2372,'_billing_country','US'),(14517,2372,'_billing_first_name','maria'),(14518,2372,'_billing_last_name','cohen'),(14519,2372,'_billing_company',''),(14520,2372,'_billing_city','el cajon'),(14521,2372,'_billing_state','California'),(14522,2372,'_billing_postcode','92019'),(14523,2372,'_billing_phone','6195043796'),(14524,2372,'_billing_email','nurture98@gmail.com'),(14525,2372,'_shipping_country','US'),(14526,2372,'_shipping_first_name','maria'),(14527,2372,'_shipping_last_name','cohen'),(14528,2372,'_shipping_company',''),(14529,2372,'_shipping_address_1','12137 via antigua'),(14530,2372,'_shipping_address_2',''),(14531,2372,'_shipping_city','el cajon'),(14532,2372,'_shipping_state','California'),(14533,2372,'_shipping_postcode','92019'),(14534,2372,'_shipping_method_title','Wanderfuls Rates (Shipping to 92019):'),(14535,2372,'_payment_method_title','Credit Card'),(14536,2372,'_order_shipping','18.2000'),(14537,2372,'_order_discount','0'),(14538,2372,'_order_tax',NULL),(14539,2372,'_order_shipping_tax','0'),(14540,2372,'_order_total','50.5400'),(14541,2372,'_order_key','order_SfbdrP(qc7&4L'),(14542,2372,'_customer_user','35'),(14543,2372,'_order_currency','USD'),(14544,2372,'_prices_include_tax','no'),(14545,2372,'osc_id','28'),(14546,2373,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14547,2373,'_billing_address_1','1714 Willow Bend Rd'),(14548,2373,'_billing_address_2',''),(14549,2373,'_wpas_done_all','1'),(14550,2373,'_billing_country','US'),(14551,2373,'_billing_first_name','Sarah'),(14552,2373,'_billing_last_name','Stokes'),(14553,2373,'_billing_company',''),(14554,2373,'_billing_city','Cedar Falls'),(14555,2373,'_billing_state','Iowa'),(14556,2373,'_billing_postcode','50613'),(14557,2373,'_billing_phone','3192666255'),(14558,2373,'_billing_email','sstokes@phantomefx.com'),(14559,2373,'_shipping_country','US'),(14560,2373,'_shipping_first_name','Sarah'),(14561,2373,'_shipping_last_name','Stokes'),(14562,2373,'_shipping_company',''),(14563,2373,'_shipping_address_1','1714 Willow Bend Rd'),(14564,2373,'_shipping_address_2',''),(14565,2373,'_shipping_city','Cedar Falls'),(14566,2373,'_shipping_state','Iowa'),(14567,2373,'_shipping_postcode','50613'),(14568,2373,'_shipping_method_title','Wanderfuls Rates (Shipping to 50613):'),(14569,2373,'_payment_method_title','Credit Card'),(14570,2373,'_order_shipping','73.2000'),(14571,2373,'_order_discount','0'),(14572,2373,'_order_tax',NULL),(14573,2373,'_order_shipping_tax','0'),(14574,2373,'_order_total','640.9200'),(14575,2373,'_order_key','order_iNSxLGCgjXAyx'),(14576,2373,'_customer_user','39'),(14577,2373,'_order_currency','USD'),(14578,2373,'_prices_include_tax','no'),(14579,2373,'osc_id','29'),(14580,2374,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14581,2374,'_billing_address_1','PO BOX 1815'),(14582,2374,'_billing_address_2',''),(14583,2374,'_wpas_done_all','1'),(14584,2374,'_billing_country','US'),(14585,2374,'_billing_first_name','kenneth'),(14586,2374,'_billing_last_name','banschick'),(14587,2374,'_billing_company',''),(14588,2374,'_billing_city','New York'),(14589,2374,'_billing_state','New York'),(14590,2374,'_billing_postcode','10010'),(14591,2374,'_billing_phone','6465948819'),(14592,2374,'_billing_email','tjmarketingagency@yahoo.com'),(14593,2374,'_shipping_country','US'),(14594,2374,'_shipping_first_name','kenneth'),(14595,2374,'_shipping_last_name','banschick'),(14596,2374,'_shipping_company',''),(14597,2374,'_shipping_address_1','PO BOX 1815'),(14598,2374,'_shipping_address_2',''),(14599,2374,'_shipping_city','New York'),(14600,2374,'_shipping_state','New York'),(14601,2374,'_shipping_postcode','10010'),(14602,2374,'_shipping_method_title','Wanderfuls Rates (Shipping to 10010):'),(14603,2374,'_payment_method_title','Credit Card'),(14604,2374,'_order_shipping','16.8000'),(14605,2374,'_order_discount','0'),(14606,2374,'_order_tax','2.6572'),(14607,2374,'_order_shipping_tax','0'),(14608,2374,'_order_total','49.3972'),(14609,2374,'_order_key','order_8krCaK44Fl6)I'),(14610,2374,'_customer_user','40'),(14611,2374,'_order_currency','USD'),(14612,2374,'_prices_include_tax','no'),(14613,2374,'osc_id','30'),(14614,2336,'_wc_rating_count','a:0:{}'),(14615,2336,'_wc_review_count','0'),(14616,2336,'_wc_average_rating','0'),(14617,2228,'_wc_rating_count','a:0:{}'),(14618,2228,'_wc_average_rating','0'),(14619,2198,'_wc_rating_count','a:0:{}'),(14620,2198,'_wc_average_rating','0'),(14621,2209,'_wc_rating_count','a:0:{}'),(14622,2209,'_wc_average_rating','0'),(14623,2233,'_wc_rating_count','a:0:{}'),(14624,2233,'_wc_average_rating','0'),(14625,2335,'_wc_rating_count','a:0:{}'),(14626,2335,'_wc_review_count','0'),(14627,2335,'_wc_average_rating','0'),(14628,2276,'_wc_rating_count','a:0:{}'),(14629,2276,'_wc_average_rating','0'),(14630,2277,'_wc_rating_count','a:0:{}'),(14631,2277,'_wc_average_rating','0'),(14632,2275,'_wc_rating_count','a:0:{}'),(14633,2275,'_wc_average_rating','0'),(14634,2287,'_wc_rating_count','a:0:{}'),(14635,2287,'_wc_average_rating','0'),(14636,138,'_yoast_wpseo_focuskw_text_input','Wedding Centerpieces'),(14637,138,'_yoast_wpseo_content_score','30'),(14638,10,'_yoast_wpseo_focuskw_text_input','Party Favors'),(14639,10,'_yoast_wpseo_content_score','30'),(14648,2394,'_wp_attached_file','2017/06/Banner@2x-100.jpg'),(14649,2394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2478;s:6:\"height\";i:527;s:4:\"file\";s:25:\"2017/06/Banner@2x-100.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Banner@2x-100-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:\"Banner@2x-100-300x64.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Banner@2x-100-768x163.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Banner@2x-100-1024x218.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:218;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:{}}}'),(14664,2394,'_edit_lock','1497455316:1'),(14670,2406,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14671,2406,'_wpb_shortcodes_custom_css','.vc_custom_1446120107833{margin-bottom: 20px !important;}.vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}.vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}'),(14672,2406,'_wp_page_template','default'),(14673,2406,'_wpb_vc_js_status','true'),(14674,2406,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14675,2406,'slide_template','default'),(14676,2406,'_easy_image_gallery_link_images','off'),(14677,2406,'tb_main_layout','boxed'),(14678,2406,'tb_post_layout','full-width'),(14679,2406,'tb_disable_header_margin','on'),(14680,2406,'tb_post_slider_shortcode','[rev_slider alias=\"home\"]'),(14681,2406,'tb_post_subheading','\"Design a magical Wanderfuls Centerpiece today. Because your centerpiece should be as unique as you are!\"'),(14682,2406,'tb_disable_title','on'),(14683,2406,'tb_post_slider_bottom_heading','Design a magical Wanderfuls Centerpiece today. Because your centerpiece should be as unique as you are!'),(14684,2406,'_wpb_shortcodes_custom_css','.vc_custom_1446120107833{margin-bottom: 20px !important;}.vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}.vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}'),(14685,2406,'_yoast_wpseo_focuskw','Welcome To Wanderfuls™'),(14686,2406,'_yoast_wpseo_title','Welcome To Wanderfuls™ - Your Personalized and Unique Candy Centerpieces!'),(14687,2406,'_yoast_wpseo_metadesc','The Wanderfuls is a bouquet that you can order in any color to match the theme of your event. When a room is set with wanderful party favor bouquets on every table, the room will be filled with magic.'),(14688,2406,'_yoast_wpseo_linkdex','49'),(14689,2406,'_yoast_wpseo_metakeywords','party favors, 40th birthday party favor 50th birthday party favors 50th birthday party favor 60th birthday party favor sweet 16 party favors bar mitzvah party favor, centerpiece, table centerpiece, wedding centerpiece, anniversary centerpiece, birthday centerpiece, party centerpiece, pompoms, table decoration, bouquet, holiday centerpiece, keepsake, barmitzvah centerpiece, batmitzvah centerpiece, guest souvenir, event centerpiece, party favours, party gift, company holiday centerpieces, company christmas centerpiece, company christmas centerpieces, office party centerpieces, office christmas party centerpieces'),(14690,2406,'_yoast_wpseo_focuskw_text_input','Welcome To Wanderfuls™'),(14691,2406,'_yoast_wpseo_content_score','30'),(14692,2406,'_dp_original','4'),(14693,2406,'_edit_lock','1497979419:1'),(14694,2406,'_edit_last','1'),(14695,2407,'_wp_attached_file','2017/06/Banner@2x.png'),(14696,2407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2478;s:6:\"height\";i:527;s:4:\"file\";s:21:\"2017/06/Banner@2x.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Banner@2x-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Banner@2x-300x64.png\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Banner@2x-768x163.png\";s:5:\"width\";i:768;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Banner@2x-1024x218.png\";s:5:\"width\";i:1024;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14697,2406,'_oembed_864e9c6d6b84afd9bf30e5c58af1e11b','<iframe src=\"https://player.vimeo.com/video/51589652\" width=\"980\" height=\"551\" frameborder=\"0\" title=\"Timelapse - Lighthouse (Oct 2012)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(14698,2406,'_oembed_time_864e9c6d6b84afd9bf30e5c58af1e11b','1497622475'),(14699,2406,'_oembed_7a6c401d2b8aa4f81e56e3d4ac2b891f','<iframe width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/RiCYNXxuA0U?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14700,2406,'_oembed_time_7a6c401d2b8aa4f81e56e3d4ac2b891f','1497622542'),(14701,2408,'_wp_attached_file','2017/06/LOGO-FULL-HOR-06.png'),(14702,2408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5176;s:6:\"height\";i:622;s:4:\"file\";s:28:\"2017/06/LOGO-FULL-HOR-06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"LOGO-FULL-HOR-06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"LOGO-FULL-HOR-06-300x36.png\";s:5:\"width\";i:300;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"LOGO-FULL-HOR-06-768x92.png\";s:5:\"width\";i:768;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"LOGO-FULL-HOR-06-1024x123.png\";s:5:\"width\";i:1024;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14703,2409,'_wp_attached_file','2017/06/Scroll-2@2x-100.jpg'),(14704,2409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2478;s:6:\"height\";i:1450;s:4:\"file\";s:27:\"2017/06/Scroll-2@2x-100.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Scroll-2@2x-100-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:27:\"Scroll-2@2x-100-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Scroll-2@2x-100-768x449.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Scroll-2@2x-100-1024x599.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wpex_80x80\";a:5:{s:4:\"file\";s:25:\"Scroll-2@2x-100-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:12:\"wpex_dynamic\";b:1;}}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:{}}}'),(14705,2410,'_wp_attached_file','2017/06/HIW-FTT-IMG2.jpg'),(14706,2410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:24:\"2017/06/HIW-FTT-IMG2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"HIW-FTT-IMG2-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:\"HIW-FTT-IMG2-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:24:\"HIW-FTT-IMG2-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:25:\"HIW-FTT-IMG2-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:10:\"1312453552\";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:{}}}'),(14707,2411,'_wp_attached_file','2017/06/Scroll-4@2x-100.jpg'),(14708,2411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2539;s:6:\"height\";i:1846;s:4:\"file\";s:27:\"2017/06/Scroll-4@2x-100.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Scroll-4@2x-100-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:27:\"Scroll-4@2x-100-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Scroll-4@2x-100-768x558.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Scroll-4@2x-100-1024x745.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:745;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wpex_80x80\";a:5:{s:4:\"file\";s:25:\"Scroll-4@2x-100-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:12:\"wpex_dynamic\";b:1;}}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:{}}}'),(14709,2412,'_wp_attached_file','2017/06/HIW-FTT-IMG1-.jpg'),(14710,2412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:25:\"2017/06/HIW-FTT-IMG1-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"HIW-FTT-IMG1--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:25:\"HIW-FTT-IMG1--200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"HIW-FTT-IMG1--768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"HIW-FTT-IMG1--683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wpex_80x80\";a:5:{s:4:\"file\";s:23:\"HIW-FTT-IMG1--80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:12:\"wpex_dynamic\";b:1;}}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:10:\"1312453403\";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:{}}}'),(14711,2413,'_wp_attached_file','2017/06/Button-Baby.png'),(14712,2413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:549;s:6:\"height\";i:133;s:4:\"file\";s:23:\"2017/06/Button-Baby.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Button-Baby-150x133.png\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Button-Baby-300x73.png\";s:5:\"width\";i:300;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14713,2414,'_wp_attached_file','2017/06/Button-Bar.png'),(14714,2414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:548;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2017/06/Button-Bar.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Button-Bar-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Button-Bar-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14715,2415,'_wp_attached_file','2017/06/Button-Beach-Party.png'),(14716,2415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:548;s:6:\"height\";i:132;s:4:\"file\";s:30:\"2017/06/Button-Beach-Party.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Button-Beach-Party-150x132.png\";s:5:\"width\";i:150;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Button-Beach-Party-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14717,2416,'_wp_attached_file','2017/06/Button-Birthday.png'),(14718,2416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:548;s:6:\"height\";i:132;s:4:\"file\";s:27:\"2017/06/Button-Birthday.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Button-Birthday-150x132.png\";s:5:\"width\";i:150;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Button-Birthday-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14719,2417,'_wp_attached_file','2017/06/Button-Bridal.png'),(14720,2417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:619;s:6:\"height\";i:217;s:4:\"file\";s:25:\"2017/06/Button-Bridal.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Button-Bridal-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Button-Bridal-300x105.png\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14721,2418,'_wp_attached_file','2017/06/Button-Grad.png'),(14722,2418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:549;s:6:\"height\";i:150;s:4:\"file\";s:23:\"2017/06/Button-Grad.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Button-Grad-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Button-Grad-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14723,2419,'_wp_attached_file','2017/06/Button-Patriotic.png'),(14724,2419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:745;s:6:\"height\";i:280;s:4:\"file\";s:28:\"2017/06/Button-Patriotic.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Button-Patriotic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Button-Patriotic-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14725,2420,'_wp_attached_file','2017/06/Button-Princess.png'),(14726,2420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:548;s:6:\"height\";i:162;s:4:\"file\";s:27:\"2017/06/Button-Princess.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Button-Princess-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Button-Princess-300x89.png\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14727,2421,'_wp_attached_file','2017/06/Button-Wedding.png'),(14728,2421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:552;s:6:\"height\";i:143;s:4:\"file\";s:26:\"2017/06/Button-Wedding.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Button-Wedding-150x143.png\";s:5:\"width\";i:150;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Button-Wedding-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14729,36,'_oembed_3275349b03bbf22fb25da150b3ae8bf5','<iframe width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/HdJdzZcLhpQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14730,36,'_oembed_time_3275349b03bbf22fb25da150b3ae8bf5','1497634167'),(14731,2422,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14732,2422,'_edit_lock','1497642475:1'),(14733,2422,'_edit_last','1'),(14734,2422,'_wp_page_template','default'),(14735,2422,'slide_template',''),(14736,2422,'_easy_image_gallery_link_images','off'),(14737,2422,'wpex_overlay_header_style','white'),(14738,2422,'wpex_overlay_header_dropdown_style','black'),(14739,2422,'_wpb_vc_js_status','false'),(14740,2422,'_yoast_wpseo_content_score','30'),(14741,2422,'_uwmr_url',''),(14742,2422,'_uwmr_activate',NULL),(14743,2422,'_uwmr_tablet_url',''),(14744,2422,'_uwmr_tablet_activate',NULL),(14745,57,'_uwmr_url','http://gourmetcandycenterpieces.com/m-how-to-order.html ‎'),(14746,57,'_uwmr_activate','1'),(14747,57,'_uwmr_tablet_url',''),(14748,57,'_uwmr_tablet_activate',NULL),(14749,57,'wpex_overlay_header_style','white'),(14750,57,'wpex_overlay_header_dropdown_style','black'),(14751,2426,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14752,2426,'_wpb_shortcodes_custom_css','.vc_custom_1446120107833{margin-bottom: 20px !important;}.vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}.vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}'),(14753,2426,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14754,2426,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14755,2426,'_wpb_shortcodes_custom_css','.vc_custom_1446120107833{margin-bottom: 20px !important;}.vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}.vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}'),(14756,2426,'_wpb_shortcodes_custom_css','.vc_custom_1446120107833{margin-bottom: 20px !important;}.vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}.vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}'),(14757,2426,'_wp_page_template','default'),(14758,2426,'_wpb_vc_js_status','true'),(14759,2426,'slide_template',''),(14760,2426,'_easy_image_gallery_link_images','off'),(14761,2426,'tb_main_layout','boxed'),(14762,2426,'tb_post_layout','full-width'),(14763,2426,'tb_disable_header_margin','on'),(14764,2426,'tb_post_slider_shortcode','[rev_slider alias=\"home\"]'),(14765,2426,'tb_post_subheading','\"Design a magical Wanderfuls Centerpiece today. Because your centerpiece should be as unique as you are!\"'),(14766,2426,'tb_disable_title','on'),(14767,2426,'tb_post_slider_bottom_heading','Design a magical Wanderfuls Centerpiece today. Because your centerpiece should be as unique as you are!'),(14768,2426,'_yoast_wpseo_focuskw','Welcome To Wanderfuls™'),(14769,2426,'_yoast_wpseo_title','Welcome To Wanderfuls™ - Your Personalized and Unique Candy Centerpieces!'),(14770,2426,'_yoast_wpseo_metadesc','The Wanderfuls is a bouquet that you can order in any color to match the theme of your event. When a room is set with wanderful party favor bouquets on every table, the room will be filled with magic.'),(14771,2426,'_yoast_wpseo_linkdex','42'),(14772,2426,'_yoast_wpseo_metakeywords','party favors, 40th birthday party favor 50th birthday party favors 50th birthday party favor 60th birthday party favor sweet 16 party favors bar mitzvah party favor, centerpiece, table centerpiece, wedding centerpiece, anniversary centerpiece, birthday centerpiece, party centerpiece, pompoms, table decoration, bouquet, holiday centerpiece, keepsake, barmitzvah centerpiece, batmitzvah centerpiece, guest souvenir, event centerpiece, party favours, party gift, company holiday centerpieces, company christmas centerpiece, company christmas centerpieces, office party centerpieces, office christmas party centerpieces'),(14773,2426,'_yoast_wpseo_focuskw_text_input','Welcome To Wanderfuls™'),(14774,2426,'_yoast_wpseo_content_score','60'),(14776,2426,'_oembed_864e9c6d6b84afd9bf30e5c58af1e11b','<iframe src=\"https://player.vimeo.com/video/51589652\" width=\"980\" height=\"551\" frameborder=\"0\" title=\"Timelapse - Lighthouse (Oct 2012)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(14777,2426,'_oembed_time_864e9c6d6b84afd9bf30e5c58af1e11b','1497622475'),(14778,2426,'_oembed_7a6c401d2b8aa4f81e56e3d4ac2b891f','<iframe width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/RiCYNXxuA0U?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14779,2426,'_oembed_time_7a6c401d2b8aa4f81e56e3d4ac2b891f','1497622542'),(14780,2426,'_dp_original','2406'),(14781,2426,'_edit_lock','1497644425:1'),(14782,2426,'_edit_last','1'),(14783,2426,'wpex_overlay_header_style','white'),(14784,2426,'wpex_overlay_header_dropdown_style','black'),(14785,2426,'_uwmr_url',''),(14786,2426,'_uwmr_activate',NULL),(14787,2426,'_uwmr_tablet_url',''),(14788,2426,'_uwmr_tablet_activate',NULL),(14789,2429,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14790,2429,'_edit_lock','1497643404:1'),(14791,2429,'_edit_last','1'),(14792,2429,'_wp_page_template','default'),(14793,2429,'slide_template',''),(14794,2429,'_easy_image_gallery_link_images','off'),(14795,2429,'wpex_overlay_header_style','white'),(14796,2429,'wpex_overlay_header_dropdown_style','black'),(14797,2429,'_wpb_vc_js_status','false'),(14798,2429,'_yoast_wpseo_content_score','30'),(14799,2429,'_uwmr_url',''),(14800,2429,'_uwmr_activate',NULL),(14801,2429,'_uwmr_tablet_url',''),(14802,2429,'_uwmr_tablet_activate',NULL),(14803,12,'_uwmr_url','http:// http://gourmetcandycenterpieces.com/design-m.html'),(14804,12,'_uwmr_activate','1'),(14805,12,'_uwmr_tablet_url','http:// http://gourmetcandycenterpieces.com/design-m.html'),(14806,12,'_uwmr_tablet_activate','1'),(14807,12,'wpex_overlay_header_style','white'),(14808,12,'wpex_overlay_header_dropdown_style','black'),(14809,2431,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14810,2431,'_edit_lock','1497645210:1'),(14811,2431,'_edit_last','1'),(14812,2431,'_wp_page_template','default'),(14813,2431,'slide_template',''),(14814,2431,'_easy_image_gallery_link_images','off'),(14815,2431,'wpex_overlay_header_style','white'),(14816,2431,'wpex_overlay_header_dropdown_style','black'),(14817,2431,'_wpb_vc_js_status','false'),(14818,2431,'_yoast_wpseo_content_score','30'),(14819,2431,'_uwmr_url',''),(14820,2431,'_uwmr_activate',NULL),(14821,2431,'_uwmr_tablet_url',''),(14822,2431,'_uwmr_tablet_activate',NULL),(14823,6,'_uwmr_url','http://gourmetcandycenterpieces.com/colors-m.html ‎'),(14824,6,'_uwmr_activate',NULL),(14825,6,'_uwmr_tablet_url',''),(14826,6,'_uwmr_tablet_activate',NULL),(14827,6,'wpex_overlay_header_style','white'),(14828,6,'wpex_overlay_header_dropdown_style','black'),(14829,6,'_ndg_Speedy_Page_Redirect','a:1:{s:3:\"url\";s:57:\"http://gourmetcandycenterpieces.com/contact-us.html%20‎\";}'),(14830,2434,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14831,2434,'_edit_lock','1497973691:1'),(14832,2434,'_edit_last','1'),(14833,2434,'_wp_page_template','default'),(14834,2434,'slide_template',''),(14835,2434,'_easy_image_gallery_link_images','off'),(14836,2434,'wpex_overlay_header_style','white'),(14837,2434,'wpex_overlay_header_dropdown_style','black'),(14838,2434,'_wpb_vc_js_status','false'),(14839,2434,'_yoast_wpseo_content_score','30'),(14840,2434,'_uwmr_url','https://www.google.com'),(14841,2434,'_uwmr_activate','1'),(14842,2434,'_uwmr_tablet_url',''),(14843,2434,'_uwmr_tablet_activate',NULL),(14846,4,'_uwmr_url','http://gourmetcandycenterpieces.com/home-m.html'),(14847,4,'_uwmr_activate',NULL),(14848,4,'_uwmr_tablet_url',''),(14849,4,'_uwmr_tablet_activate',NULL),(14850,4,'wpex_overlay_header_style','white'),(14851,4,'wpex_overlay_header_dropdown_style','black'),(14856,969,'_wp_trash_meta_status','publish'),(14857,969,'_wp_trash_meta_time','1501355797'),(14858,969,'_wp_desired_post_slug','49-2'),(14859,2,'_wp_trash_meta_status','publish'),(14860,2,'_wp_trash_meta_time','1501355880'),(14861,2,'_wp_desired_post_slug','makebouquet'),(14862,2441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

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

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2015-10-28 18:09:07','2015-10-28 18:09:07','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2015-10-28 18:09:07','2015-10-28 18:09:07','',0,'http://localhost/music/?p=1',0,'post','',1),(2,1,'2015-10-28 18:09:07','2015-10-28 18:09:07','[vc_row center_row=\"yes\"][vc_column][vcex_spacing][vc_column_text el_class=\"center-con\"]\r\n<h1>How many favors are in each arrangement?</h1>\r\nThat depends on what you order. We make arrangements which have 6, 8, 9, or 10 favors. Here are some examples:\r\n\r\n<strong style=\"font-size: 20px;\">(click the bouquets several times to see how all the favors come together!)</strong>[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" el_class=\"center-con\"][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0ExMDBweCUzQiUyMG1hcmdpbi1yaWdodCUzQTUwcHglM0IlMjIlM0UlM0NpZnJhbWUlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIyJTIwc3JjJTNEJTIyLi4lMkYyMDE0JTJGc2VxdWVuY2VkNi5odG1sJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2lkdGglM0QlMjIxODclMjIlMjBoZWlnaHQlM0QlMjIyMDAlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlMEElM0NwJTIwc3R5bGUlM0QlMjJjb2xvciUzQSUyM2NjMzM2NiUzQiUyMiUzRTYlMjBGYXZvciUyMEJvdXF1ZXQlMjAlM0MlMkZwJTNFJTNDcCUzRTUlMjBmYXZvcnMlMjBvbiUyMHRoZSUyMGJvdHRvbSUwQSUzQ2JyJTNFJTIwMSUyMGZhdm9yJTIwb24lMjB0b3AlM0MlMkZwJTNFJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1zdHlsZSUzQWl0YWxpYyUzQiUyMGZvbnQtc2l6ZSUzQTE2cHglM0IlMjBtYXJnaW4tdG9wJTNBNXB4JTNCJTIwJTIyJTNFMTAlMjIlMjB0YWxsJTIweCUyMDExJTIyJTIwd2lkZSUzQyUyRnAlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0E1MHB4JTNCJTIyJTNFJTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJvdmVyZmxvdyUzQWhpZGRlbiUzQiUyMiUyMHNyYyUzRCUyMi4uJTJGMjAxNCUyRnNlcXVlbmNlZDguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHdpZHRoJTNEJTIyMTg3JTIyJTIwaGVpZ2h0JTNEJTIyMjAwJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1mYW1pbHklM0FBcmlhbCUyQyUyMEhlbHZldGljYSUyQyUyMHNhbnMtc2VyaWYlM0IlMjBjb2xvciUzQSUyM2NjMzM2NiUyMiUzRTglMjBGYXZvciUyMEJvdXF1ZXQlM0MlMkZwJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUzRTYlMjBmYXZvcnMlMjBvbiUyMHRoZSUyMGJvdHRvbSUwQSUwQSUzQ2JyJTNFJTIwMiUyMGZhdm9ycyUyMG9uJTIwdG9wJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUzQ3AlMjBzdHlsZSUzRCUyMmZvbnQtc3R5bGUlM0FpdGFsaWMlM0IlMjBmb250LXNpemUlM0ExNnB4JTNCJTIwbWFyZ2luLXRvcCUzQTVweCUzQiUyMiUzRTEyJTIyJTIwdGFsbCUyMHglMjAxMiUyMiUyMHdpZGUlM0MlMkZwJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row center_row=\"yes\" el_class=\"center-con\"][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0ExMDBweCUzQiUyMG1hcmdpbi1yaWdodCUzQTUwcHglM0JtYXJnaW4tdG9wJTNBMzBweCUzQiUyMiUzRSUzQ2lmcmFtZSUyMHN0eWxlJTNEJTIyb3ZlcmZsb3clM0FoaWRkZW4lM0IlMjIlMjBzcmMlM0QlMjIuLiUyRjIwMTQlMkZzZXF1ZW5jZWQ5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjB3aWR0aCUzRCUyMjE4NyUyMiUyMGhlaWdodCUzRCUyMjIwMCUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRSUzQ3AlMjBzdHlsZSUzRCUyMmZvbnQtZmFtaWx5JTNBQXJpYWwlMkMlMjBIZWx2ZXRpY2ElMkMlMjBzYW5zLXNlcmlmJTNCJTIwY29sb3IlM0ElMjNjYzMzNjYlMjIlM0U5JTIwRmF2b3IlMjBCb3VxdWV0JTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlM0U2JTIwZmF2b3JzJTIwb24lMjB0aGUlMjBib3R0b20lMEElMEElM0NiciUzRSUyMDMlMjBmYXZvcnMlMjBvbiUyMHRvcCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlM0NwJTIwc3R5bGUlM0QlMjJmb250LXN0eWxlJTNBaXRhbGljJTNCJTIwZm9udC1zaXplJTNBMTZweCUzQiUyMG1hcmdpbi10b3AlM0E1cHglM0IlMjIlM0UxMiUyMiUyMHRhbGwlMjB4JTIwMTIlMjIlMjB3aWRlJTNDJTJGcCUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0E1MHB4JTNCbWFyZ2luLXRvcCUzQTMwcHglM0IlMjIlM0UlM0NpZnJhbWUlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIyJTIwc3JjJTNEJTIyLi4lMkYyMDE0JTJGc2VxdWVuY2VkMTAuaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHdpZHRoJTNEJTIyMTg3JTIyJTIwaGVpZ2h0JTNEJTIyMjAwJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1mYW1pbHklM0FBcmlhbCUyQyUyMEhlbHZldGljYSUyQyUyMHNhbnMtc2VyaWYlM0IlMjBjb2xvciUzQSUyM2NjMzM2NiUyMiUzRTEwJTIwRmF2b3IlMjBCb3VxdWV0JTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlM0U2JTIwZmF2b3JzJTIwb24lMjB0aGUlMjBib3R0b20lMEElMEElM0NiciUzRSUyMDQlMjBmYXZvcnMlMjBvbiUyMHRvcCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlM0NwJTIwc3R5bGUlM0QlMjJmb250LXN0eWxlJTNBaXRhbGljJTNCJTIwZm9udC1zaXplJTNBMTZweCUzQiUyMG1hcmdpbi10b3AlM0E1cHglM0IlMjIlM0UxMiUyMiUyMHRhbGwlMjB4JTIwMTIlMjIlMjB3aWRlJTNDJTJGcCUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"205\" alignment=\"right\" onclick=\"custom_link\" link=\"howtoorder.html\"][vc_single_image image=\"204\" alignment=\"right\" onclick=\"custom_link\" link=\"pompoms.html\" css=\".vc_custom_1470978604981{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Sizes','','trash','closed','closed','','makebouquet__trashed','','','2017-07-29 19:18:00','2017-07-29 19:18:00','',0,'http://localhost/music/?page_id=2',0,'page','',0),(3,1,'2015-10-28 18:49:26','2015-10-28 18:49:26','','wandlogo','','inherit','open','closed','','wandlogo','','','2015-10-28 18:49:26','2015-10-28 18:49:26','',0,'http://localhost/music/wp-content/uploads/2015/10/wandlogo.gif',0,'attachment','image/gif',0),(4,1,'2015-10-28 18:51:53','2015-10-28 18:51:53','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.\r\n\r\n</div>\r\n<!-- .entry -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span>\r\n\r\n</div>\r\n<!-- .testimonial-entry-meta -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-bottom -->\r\n\r\n</div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Customize The Wand Size\" color=\"#cc3366\"][vc_column_text]\r\n<p class=\"p1\"><span class=\"s1\">You can have the option of choosing several different sizes.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Watch the Bouquet grow in size as you choose a larger sized Party Favor.</span></p>\r\n[/vc_column_text][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyLi4lMkYuLiUyRnNpemVzJTJGU2l6ZXNOZXdQYWdlLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjM4NCUyMiUyMGhlaWdodCUzRCUyMjMyNCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home','','publish','closed','closed','','home','','','2017-06-22 02:42:53','2017-06-22 02:42:53','',0,'http://localhost/music/?page_id=4',0,'page','',0),(6,1,'2015-10-28 18:52:35','2015-10-28 18:52:35','[vc_row][vc_column][vcex_spacing][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJjb2xvcnBhZ2UlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCZmxvYXQlM0FsZWZ0JTNCbWFyZ2luLXRvcCUzQTBweCUzQiUyMG1hcmdpbi1sZWZ0JTNBMHB4JTNCJTIwJTIyJTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpc3QlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBJTIwNTAlMjUlM0IlMjBmbG9hdCUzQSUyMGxlZnQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZidXJndW5keS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcmVkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjUlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI2JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3BpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGluay5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI4JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyOSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmhvdHBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTElMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxMiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEzJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwZWFjaC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxNCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTUlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE2JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsaW1lZ3JlZW4uanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTclMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTglMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTklMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRlYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2VhZm9hbS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI1JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhcXVhLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI2JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVyaXdpbmtsZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMwJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzElMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm5hdnkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzIlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzQlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxhdmVuZGVyLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM1JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTNDJTIxLS0lMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMnBvbXBvbXNfZmlsZXMlMkZjb2xvcnMlMkZlZ2dwbGFudC5qcGclMjIlMjAlMkYlM0UlMjAtLSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM3JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZ29sZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDIlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRndoaXRlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQzJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXIuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycHJldmlldy1pbWctbGlzdEFRJTIyJTIwc3R5bGUlM0QlMjJ3aWR0aCUzQSUyMDUwJTI1JTNCJTIwZmxvYXQlM0ElMjByaWdodCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnVyZ3VuZHktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2FiZXJuZXQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3JlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjUlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcGluay13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIwYWN0aXZlJTIyJTIwaWRfbm9kZSUzRCUyMjclMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI4JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjb3JhbC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEwJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZob3RwaW5rLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTElMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZvcmFuZ2Utd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVhY2gtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGlnaHR5ZWxsb3ctd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGltZWdyZWVuLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTclMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZW1lcmFsZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjE5JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0ZWFsLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzYWdlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjIlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnNlYWZvYW0td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0dXJxdW9pc2Utd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyNSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYXF1YS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI2JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjb3JuZmxvd2VyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjglMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBlcml3aW5rbGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyOSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljYmx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMxJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZuYXZ5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzIlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3B1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM0JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsYXZlbmRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM1JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZWdncGxhbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnJvd24td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM5JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZnb2xkLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmlycmlkZXNjZW50d2hpdGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGd2hpdGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2lsdmVyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDUlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnByZXZpZXcuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjIlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Don\'t See your color, give our designers a call. We may have it! 1-888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1447667108358{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"209\" onclick=\"custom_link\" link=\"makebouquet.html\"][vc_single_image image=\"205\" onclick=\"custom_link\" link=\"howtoorder.html\" css=\".vc_custom_1446664656279{margin-top: 20px !important;}\"][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"pompoms.html\" css=\".vc_custom_1446664681110{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Colors','','publish','closed','closed','','pompoms','','','2017-06-22 05:17:10','2017-06-22 05:17:10','',0,'http://localhost/music/?page_id=6',0,'page','',0),(8,1,'2015-10-28 18:53:13','2015-10-28 18:53:13','[vc_row][vc_column][vcex_spacing][vc_custom_heading text=\"Candy Fillings \" font_container=\"tag:h1|font_size:28|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1446156678910{margin-bottom: 10px !important;}\"]\r\n<h2>Jordan Almonds</h2>\r\n<img class=\"alignleft size-full wp-image-210\" src=\"../wp-content/uploads/2015/10/candy-jordan-almonds.jpg\" alt=\"candy-jordan-almonds\" width=\"980\" height=\"198\" />[/vc_column_text][vc_column_text css=\".vc_custom_1446156698874{margin-bottom: 10px !important;}\"]\r\n<h2>Foil Wrapped</h2>\r\n<img class=\"alignleft size-full wp-image-211\" src=\"../wp-content/uploads/2015/10/candy-foil-wrapped.jpg\" alt=\"candy-foil-wrapped\" width=\"980\" height=\"198\" />[/vc_column_text][vc_column_text]\r\n<h2>Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, &amp; More</h2>\r\n<img class=\"alignleft size-full wp-image-208\" src=\"../wp-content/uploads/2015/10/candy-other.jpg\" alt=\"candy-other\" width=\"980\" height=\"198\" />[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021\" font_container=\"tag:h2|font_size:28|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_single_image image=\"209\" alignment=\"right\" onclick=\"custom_link\" link=\"makebouquet.html\" css=\".vc_custom_1470975148909{margin-bottom: 15px !important;}\"][vc_single_image image=\"204\" alignment=\"right\" onclick=\"custom_link\" link=\"pompoms.html\" css=\".vc_custom_1470975177855{margin-bottom: 15px !important;}\"][vc_single_image image=\"205\" alignment=\"right\" onclick=\"custom_link\" link=\"howtoorder.html\"][/vc_column][/vc_row]','Candies','','publish','closed','closed','','candypage','','','2016-08-12 05:12:08','2016-08-12 05:12:08','',0,'http://localhost/music/?page_id=8',0,'page','',0),(10,1,'2015-10-28 18:54:19','2015-10-28 18:54:19','[vc_row css=\".vc_custom_1449147014930{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<blockquote>Walking into the reception, I couldn’t have been happier. Everyone raved about them.\r\n– Andrea Fontana, New Brunswick, NJ</blockquote>\r\n<blockquote>I wanted to do something different for our end-of-the-year party. The Wanderfuls arrangements were just what I needed. It gave off the wow effect!\r\n– Alexis Kitt, Exec. Adminstrative Asst., Communication Technology Services</blockquote>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIyNjglMjIlMjBzcmMlM0QlMjIlMkYlMkZ3d3cueW91dHViZS1ub2Nvb2tpZS5jb20lMkZlbWJlZCUyRkhkSmR6WmNMaHBRJTNGcmVsJTNEMCUyNnNob3dpbmZvJTNEMCUyNmF1dG9oaWRlJTNEMSUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Get\r\nInspired\" font_container=\"tag:h1|font_size:50|text_align:left|color:%23cc3366|line_height:47px\" google_fonts=\"font_family:Droid%20Serif%3Aregular%2Citalic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Here\'s what\r\nother Wanderfuls\r\ncustomers have designed.\" font_container=\"tag:h1|font_size:28|text_align:right|color:%23cc3366|line_height:32px\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid grid_style=\"masonry\" lightbox_skin=\"mac\" lightbox_title=\"title\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686\"][/vc_column][/vc_row]','Gallery','','publish','closed','closed','','centerpieces','','','2016-08-17 20:56:52','2016-08-17 20:56:52','',0,'http://localhost/music/?page_id=10',0,'page','',0),(12,1,'2015-10-28 18:55:21','2015-10-28 18:55:21','[vc_row][vc_column offset=\"vc_hidden-xs\"][vc_raw_html]JTNDaWZyYW1lJTIwbmFtZSUzRCUyMnNsaWRlciUyMiUyMGNsYXNzJTNEJTIyaWZyYW1lZ2FsbGVyeSUyMiUyMHNyYyUzRCUyMi4uJTJGbW92aWVNYWluNW5ldy5odG1sJTIyJTIwaGVpZ2h0JTNEJTIyNTAwJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][vc_custom_heading text=\"Our unique centerpieces only look expensive.\r\nDiscover just how remarkably cost effective they are!\r\nCall 1-888-837-5021 today for the best price!\" font_container=\"tag:h2|font_size:22|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206181569{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #fdfcf7 !important;}\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_custom_heading text=\"Our unique centerpieces only look expensive.\r\nDiscover just how remarkably cost effective they are!\r\nCall 1-888-837-5021 today for the best price!\" font_container=\"tag:h2|font_size:22|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206181569{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #fdfcf7 !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"247\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1 class=\"h1font\">Be Creative</h1>\r\nFrom all the colors that we have, you can mix and match them to fit your event theme or decor.\r\n<h1 class=\"h1font\">How to use the design tool?</h1>\r\nIt\'s very easy! Just click on the small boxes on the color palette to change the color of the pompoms, candy, ribbon, and tassels. Once you like what you created, call our designer to make it come true![/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1446206839916{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"245\" alignment=\"center\" onclick=\"custom_link\" link=\"centerpieces/\"][vc_custom_heading text=\"1-888-837-5021\r\nCALL NOW FOR A FREE ESTIMATE\r\nRESERVE YOUR FAVORITE COLORS NOW!\" font_container=\"tag:h2|font_size:22px|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206906291{margin-top: 20px !important;}\"][/vc_column][/vc_row][vc_row el_class=\"center-con\"][vc_column][vc_column_text]\r\n<h1>Customize The Wand Size</h1>\r\nYou can have the option of choosing several different sizes.\r\nWatch the <strong>Bouquet</strong> grow in size as you choose a larger sized <strong>Party Favor.</strong>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJmbGFzaHN3ZiUyMiUyMHN0eWxlJTNEJTIyJTIwaGVpZ2h0JTNBMjUzcHglM0IlMjB3aWR0aCUzQTM1MHB4JTNCJTIwbWFyZ2luLWxlZnQlM0FhdXRvJTNCJTIwbWFyZ2luLXJpZ2h0JTNBYXV0byUzQiUyMG1hcmdpbi10b3AlM0EyMHB4JTNCJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDb2JqZWN0JTIwaWQlM0QlMjJzaXplcyUyMiUyMGNsYXNzaWQlM0QlMjJjbHNpZCUzQUQyN0NEQjZFLUFFNkQtMTFjZi05NkI4LTQ0NDU1MzU0MDAwMCUyMiUyMHdpZHRoJTNEJTIyMzUwJTIyJTIwaGVpZ2h0JTNEJTIyMjUzJTIyJTIwYWxpZ24lM0QlMjJtaWRkbGUlMjIlM0UlMEElMDklMDklMDklMDklM0NwYXJhbSUyMG5hbWUlM0QlMjJtb3ZpZSUyMiUyMHZhbHVlJTNEJTIyLi4lMkZzaXplc05ld1BBR0Vzd2lmLmh0bWwlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklMDklM0MlMjEtLSU1QmlmJTIwJTIxSUUlNUQlM0UtLSUzRSUwQSUwOSUwOSUwOSUwOSUzQ29iamVjdCUyMHR5cGUlM0QlMjJhcHBsaWNhdGlvbiUyRngtc2hvY2t3YXZlLWZsYXNoJTIyJTIwZGF0YSUzRCUyMi4uJTJGc2l6ZXNOZXdQQUdFLXBsYXkuc3dmJTIyJTIwd2lkdGglM0QlMjIzNTAlMjIlMjBoZWlnaHQlM0QlMjIyNTMlMjIlM0UlMEElMDklMDklMDklMDklM0MlMjEtLSUzQyUyMSU1QmVuZGlmJTVELS0lM0UlMEElMDklMDklMDklMDklM0NkaXYlM0UlMEElMDklMDklMDklMDklMDklM0NpbWclMjBib3JkZXIlM0QlMjIwJTIyJTIwc3JjJTNEJTIyLi4lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMCUyRnNpemVzTmV3UEFHRS5qcGclMjIlMjBhbHQlM0QlMjJUYWJsZSUyMENlbnRlcnBpZWNlJTIwU2l6ZXMlMjIlMjBhbGlnbiUzRCUyMm1pZGRsZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyMS0tJTVCaWYlMjAlMjFJRSU1RCUzRS0tJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGb2JqZWN0JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTIxLS0lM0MlMjElNUJlbmRpZiU1RC0tJTNFJTBBJTA5JTA5JTA5JTNDJTJGb2JqZWN0JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNF[/vc_raw_html][vc_column_text css=\".vc_custom_1446208388117{margin-top: 30px !important;}\"]\r\n<h1>Customized To Your Budget</h1>\r\nWhether you need centerpieces for an anniversary party or a wedding reception, Wanderfuls understands that every event begins with a budget. With that in mind, we believe that no event is too small or too big for us.\r\n\r\nOur centerpieces will look incredible whether they adorn a grand hotel with hundreds of guests or a cozy birthday party with family and friends. While our wedding centerpieces have taken center stage at some of the most exclusive reception halls in the country, they have also garnered attention at many backyard weddings, garden weddings, and destination enents. We can help decorate any size event and budget.[/vc_column_text][vc_column_text el_class=\"pink-head\"]\"These stunning centerpieces only look expensive. You will be surprised to discover how affordable they are.\"[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"244\" alignment=\"center\"][/vc_column][/vc_row]','Design Your Bouquet','','publish','closed','closed','','color-design','','','2017-06-16 20:06:26','2017-06-16 20:06:26','',0,'http://localhost/music/?page_id=12',0,'page','',0),(14,1,'2015-10-28 18:56:44','2015-10-28 18:56:44','[vc_row][vc_column][vcex_spacing][vc_custom_heading text=\"Customer Testimonials\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446225439401{margin-bottom: 20px !important;border-bottom-width: 2px !important;border-bottom-color: #cc3366 !important;border-bottom-style: solid !important;}\"][vcex_testimonials_grid columns=\"2\" entry_media=\"false\" include_categories=\"14\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Corporate Testimonials\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446225528500{margin-bottom: 20px !important;border-bottom-width: 2px !important;border-bottom-color: #cc3366 !important;border-bottom-style: solid !important;}\"][vcex_testimonials_grid columns=\"2\" entry_media=\"false\" include_categories=\"15\"][vcex_testimonials_grid columns=\"1\" entry_media=\"false\" include_categories=\"16\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"329\" css=\".vc_custom_1446228283034{margin-bottom: 20px !important;}\"][vc_single_image image=\"328\" css=\".vc_custom_1446228327902{margin-bottom: 20px !important;}\"][vc_single_image image=\"327\" css=\".vc_custom_1446228351942{margin-bottom: 20px !important;}\"][vc_single_image image=\"330\" css=\".vc_custom_1446228373017{margin-bottom: 20px !important;}\"][vc_single_image image=\"331\" css=\".vc_custom_1446228510626{margin-bottom: 20px !important;}\"][vc_single_image image=\"176\" css=\".vc_custom_1446228442661{margin-bottom: 20px !important;}\"][/vc_column][/vc_row]','Testimonials','','publish','closed','closed','','testimonials','','','2015-12-03 01:43:46','2015-12-03 01:43:46','',0,'http://localhost/music/?page_id=14',0,'page','',0),(16,1,'2015-10-28 18:57:37','2015-10-28 18:57:37','[vc_row][vc_column][vc_single_image image=\"215\" alignment=\"center\" css=\".vc_custom_1446157381775{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Free Catalog','','publish','closed','closed','','catalog','','','2015-12-03 01:40:18','2015-12-03 01:40:18','',0,'http://localhost/music/?page_id=16',0,'page','',0),(19,1,'2015-10-28 19:07:34','2015-10-28 19:07:34',' ','','','publish','closed','closed','','19','','','2015-10-28 19:07:34','2015-10-28 19:07:34','',0,'http://localhost/music/?p=19',8,'nav_menu_item','',0),(20,1,'2015-10-28 19:07:34','2015-10-28 19:07:34',' ','','','publish','closed','closed','','20','','','2015-10-28 19:07:34','2015-10-28 19:07:34','',0,'http://localhost/music/?p=20',7,'nav_menu_item','',0),(21,1,'2015-10-28 19:07:34','2015-10-28 19:07:34',' ','','','publish','closed','closed','','21','','','2015-10-28 19:07:34','2015-10-28 19:07:34','',0,'http://localhost/music/?p=21',6,'nav_menu_item','',0),(22,1,'2015-10-28 19:07:33','2015-10-28 19:07:33',' ','','','publish','closed','closed','','22','','','2015-10-28 19:07:33','2015-10-28 19:07:33','',0,'http://localhost/music/?p=22',5,'nav_menu_item','',0),(23,1,'2015-10-28 19:07:33','2015-10-28 19:07:33',' ','','','publish','closed','closed','','23','','','2015-10-28 19:07:33','2015-10-28 19:07:33','',0,'http://localhost/music/?p=23',3,'nav_menu_item','',0),(24,1,'2015-10-28 19:07:33','2015-10-28 19:07:33',' ','','','publish','closed','closed','','24','','','2015-10-28 19:07:33','2015-10-28 19:07:33','',0,'http://localhost/music/?p=24',2,'nav_menu_item','',0),(25,1,'2015-10-28 19:07:32','2015-10-28 19:07:32',' ','','','publish','closed','closed','','25','','','2015-10-28 19:07:32','2015-10-28 19:07:32','',0,'http://localhost/music/?p=25',1,'nav_menu_item','',0),(26,1,'2015-10-28 19:07:33','2015-10-28 19:07:33',' ','','','publish','closed','closed','','26','','','2015-10-28 19:07:33','2015-10-28 19:07:33','',0,'http://localhost/music/?p=26',4,'nav_menu_item','',0),(27,1,'2015-10-28 19:28:39','2015-10-28 19:28:39','[vc_row][vc_column][vcex_spacing size=\"10px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Birthday Centerpieces\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]Wanderfuls are the perfect centerpiece idea for your Birthday Celebration! Whether you\'re celebrating your 30th, 40th, 50th, 60th, 70th, 80th or 90th Birthday, your Birthday Centerpieces will stand out from all the rest, making yours the most memorable birthday party of the year. Wanderfuls double as a centerpiece and party favor all-in-one. See how you can design your own <a href=\"pompoms/\"><strong>Birthday Party Centerpiece Colors.</strong></a> Your guests will be AMAZED when they walk into the room and see your <a href=\"pompoms/\"><strong>Unique Party Centerpiece on the table!!</strong></a> Call a designer for specific pricing and check out what Birthday Decoration Discounts may be available.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"381\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"382\" alignment=\"left\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<blockquote>My father-in-law’s surprise 60th birthday party centerpiece was a huge hit thanks to Wanderfuls!”\r\n-Paige Johnson</blockquote>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vcex_heading text=\"See our Customer Designs\" text_align=\"center\" font_size=\"36px\" color=\"#cc3366\" link=\"url:http%3A%2F%2Fwww.hikitoo.com%2Fmusic%2Fbirthday-centerpieces%2F||\"][vcex_heading text=\"Click here to see more \" text_align=\"center\" font_size=\"14px\" line_height=\"20px\" color=\"#cc3366\" link=\"url:http%3A%2F%2Fwww.hikitoo.com%2Fmusic%2Fbirthday-centerpieces%2F||\"][vcex_image_grid columns=\"5\" thumbnail_link=\"custom_link\" title=\"no\" image_ids=\"405,404,403,402,401\" custom_links=\"birthday-centerpieces/,birthday-centerpieces/,birthday-centerpieces/,birthday-centerpieces/,birthday-centerpieces/\"][vc_single_image image=\"209\" alignment=\"center\" onclick=\"custom_link\" link=\"../makebouquet.html\" css=\".vc_custom_1446668862483{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Choose the Candy for your Party Favor</h3>\r\n<p class=\"margin-btm-lg\">You get to choose your favorite <a title=\"Choose your candies for your centerpieces\" href=\"candypage/\"><strong>Candies to fill these Party Centerpieces.</strong></a> See the variety of candied sweets we offer.</p>\r\n\r\n<h3>Customize the colors for your Birthday Centerpieces</h3>\r\nUse our design tool to Visualize and <a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\" target=\"_blank\"><strong>Customize your Party Centerpiece</strong></a> with many colors to choose from.\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"409\" alignment=\"center\"][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446669642452{margin-top: 30px !important;}\"][/vc_column][/vc_row]','Birthdays','','publish','closed','closed','','birthday','','','2015-12-03 01:34:07','2015-12-03 01:34:07','',0,'http://localhost/music/?page_id=27',0,'page','',0),(30,1,'2015-10-28 19:30:02','2015-10-28 19:30:02','[vc_row][vc_column][vcex_spacing size=\"10px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h1>Weddings Centerpieces</h1>\r\n<p class=\"clear\">Imagine! Something new, unique and different for your wedding table centerpieces.</p>\r\nWanderfuls unique <a href=\"pompoms/\"><strong>wedding centerpieces are available in hundreds of color combinations</strong></a> -- which you get to design to match your bridesmaids\' colors and make your <strong>wedding reception centerpiece</strong> something spectacular.\r\n\r\nWanderfuls selection of varying sizes and arrangements allow you to customize your centerpiece idea to your table size and budget needs! Your personal <a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><strong>Wanderfuls Centerpiece Designer</strong></a> can help you to create a personalized wedding favor centerpiece that looks beautiful and costs less than traditional wedding centerpieces and favors.[/vc_column_text][vc_column_text]\r\n<blockquote>Thank you for your assistance on making our wedding filled with Unforgettable Memories!\r\n- Deborah Kimura</blockquote>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"418\" alignment=\"right\"][vc_single_image image=\"420\" alignment=\"right\" css=\".vc_custom_1446673304045{margin-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Choose the Candy for your Party Favor</h3>\r\n<p class=\"margin-btm-lg\">You get to choose your favorite <a title=\"Choose your candies for your centerpieces\" href=\"candypage/\"><strong>Candies to fill these Party Centerpieces.</strong></a> See the variety of candied sweets we offer.</p>\r\n\r\n<h3>Customize the colors for your Birthday Centerpieces</h3>\r\nUse our design tool to Visualize and <a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\" target=\"_blank\"><strong>Customize your Party Centerpiece</strong></a> with many colors to choose from.\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"419\" alignment=\"center\"][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446673437279{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Weddings','','publish','closed','closed','','wedding','','','2015-12-03 01:50:01','2015-12-03 01:50:01','',0,'http://localhost/music/?page_id=30',0,'page','',0),(32,1,'2015-10-28 19:30:29','2015-10-28 19:30:29','[vc_row][vc_column][vcex_spacing][vc_custom_heading text=\"Wanderfuls are trusted by\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446674384494{margin-bottom: 20px !important;}\"][vc_single_image image=\"176\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>Why choose Wanderfuls?</h2>\r\nOur beautiful and fully customizable Centerpieces are handcrafted based on your personal needs. Our one of a kind Centerpieces have appeared on the tables of the Miss America Pageant, the U.S. Olympic Committee, many Fortune 500 Companies, and Government Events.\r\n<h2>What Makes Wanderfuls Memorable</h2>\r\nYour Wanderful Centerpieces will express the mood and theme of your event. You choose your colors, your candy filling, your imprinting of the ribbon and any extras that will allow your centerpieces to be the highlight of the party. Your centerpieces hold from six to twelve individual party favors which can be filled with your choice of gourmet candies.\r\n<h2>What are Wanderfuls great for?</h2>\r\nWanderfuls have decorated numerous events such as :\r\n\r\n<strong>Award Ceremonies, Corporate Parties, Sales Meetings, Alumni Events, Ceremonies, Themed Parties, Banquests &amp; Galas, Product Launchers, Fundraisers.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"428\" alignment=\"right\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1>What are the candy options?</h1>\r\nYou get to choose from a variety of sweets or order empty to fill it with your own.\r\n<h1>What if you want to design your own?</h1>\r\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"429\" alignment=\"center\"][/vc_column][/vc_row]','Banquets/Corporate Events','','publish','closed','closed','','banquets','','','2015-12-03 01:32:10','2015-12-03 01:32:10','',0,'http://localhost/music/?page_id=32',0,'page','',0),(34,1,'2015-10-28 19:31:02','2015-10-28 19:31:02','[vc_row][vc_column][vcex_spacing][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"../pompoms.html\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1>Sweet 16 Centerpieces</h1>\r\nWanderfuls Centerpieces will give your Sweet Sixteen Party that special feeling you\'re looking for! Wanderfuls, beautiful and original, Sweet Sixteen Centerpieces can be made to fit any color theme you can dream of! Wanderfuls - because she\'ll always be your little girl.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<blockquote>Wanderfuls made our tables sparkle!We’re so glad we made them part of our daughter’s special day.\r\n- Debbie and Dan Lynch</blockquote>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"3\" lightbox_title=\"false\" lightbox_caption=\"false\" title=\"no\" image_ids=\"436,437,438,439,440,441\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_video link=\"https://www.youtube.com/watch?v=HdJdzZcLhpQ\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1 class=\"h1font\">What are the candy options?</h1>\r\nYou get to choose from a variety of sweets or order empty to fill it with your own.\r\n<h1 class=\"h1font\">What if you want to design your own?</h1>\r\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Call 1-888-837-5021 and let us help you\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1446678498022{padding: 20px !important;background-color: #cc3366 !important;}\"][vc_single_image image=\"409\" alignment=\"center\" css=\".vc_custom_1446678416743{margin-top: 30px !important;}\"][/vc_column][/vc_row]','Sweet Sixteen','','publish','closed','closed','','sweet-16','','','2015-12-03 01:42:59','2015-12-03 01:42:59','',0,'http://localhost/music/?page_id=34',0,'page','',0),(36,1,'2015-10-28 19:33:34','2015-10-28 19:33:34','[vc_row][vc_column][vcex_spacing][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1>Bar &amp; Bat Mitzvah Centerpieces</h1>\r\nImagine something New for your Bat and Bar Mitzvah Table Centerpiece. With Wanderfuls, your centerpieces will stand out from all the rest, making yours the most memorable and unique Bar Mitzvah or Bat Mitzvah party of the year! Whether your colors are bold and festive or soft and elegant - if you can imagine it, we can make it! YOU get to create and design your own mitzvah centerpiece.[/vc_column_text][vc_column_text]\r\n<blockquote>Wanderfuls really made my daughter\'s Bat Mitzvah and turned it into a fun and memorable experience for our family and friends!\"\r\n-Chara Nowitsky</blockquote>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"364\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][vc_single_image image=\"446\" alignment=\"right\" css=\".vc_custom_1446715969058{margin-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1>What are the candy options?</h1>\r\nYou get to choose from a variety of sweets or order empty to fill it with your own.\r\n<h1>What if you want to design your own?</h1>\r\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_video link=\"https://www.youtube.com/watch?v=HdJdzZcLhpQ\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"447\" alignment=\"center\"][vc_single_image image=\"445\" alignment=\"center\" css=\".vc_custom_1446716157563{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Bar/Bat Mitzvah','','publish','closed','closed','','bar-mitzvah','','','2015-12-03 01:33:05','2015-12-03 01:33:05','',0,'http://localhost/music/?page_id=36',0,'page','',0),(38,1,'2015-10-28 19:34:08','2015-10-28 19:34:08','[vc_row][vc_column][vcex_spacing][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"../pompoms.html\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"457\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<img class=\"alignleft size-full wp-image-455\" src=\"../wp-content/uploads/2015/10/hat3-graduation-centerpieces.jpg\" alt=\"hat3-graduation-centerpieces\" width=\"268\" height=\"234\" />\r\n<h1>Party Favor &amp; Centerpiece</h1>\r\nDesign your own Graduation Centerpiece in simple steps. Design now and call 1-888-837-5021 for help .[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1446718185705{margin-top: 20px !important;}\"][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1>Graduation Party Centerpieces</h1>\r\nWanderfuls Centerpieces will give your Graduation Party that flair you\'re looking for! Whether your colors are bold and festive or soft and elegant - if you can imagine it, we can make it! Wanderfuls are fully customizeable. From variety of sizes, colors, candy filling, ribbon, pom poms and tassels. Your guests will be AMAZED when they walk into the room and see your Unique Party Centerpieces on the table!![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"456\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1>What are the candy options?</h1>\r\nYou get to choose from a variety of sweets or order empty to fill it with your own.\r\n<h1>What if you want to design your own?</h1>\r\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"409\" alignment=\"center\"][/vc_column][/vc_row]','Graduation','','publish','closed','closed','','graduation','','','2015-12-03 01:40:49','2015-12-03 01:40:49','',0,'http://localhost/music/?page_id=38',0,'page','',0),(39,1,'2015-10-28 19:34:17','2015-10-28 19:34:17','[vc_row][vc_column][vcex_spacing][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1>Shower Centerpieces</h1>\r\nShower Centerpieces are candy favors designed by YOU for YOUR party! Available in different colors and sizes, they can be customized to fit any occasion. Like flowers but better because each guest gets to take their <strong><a href=\"wedding/\">personalized party favor home with them!</a></strong> Infuse your Bridal Shower celebration with enchantment with Wanderfuls Shower Centerpieces![/vc_column_text][vc_column_text]\r\n<blockquote>Wanderfuls made ourtables sparkle!We’re so glad we made them part of our daughter’s special day.\r\n- Debbie and Dan Lynch</blockquote>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"381\" alignment=\"right\"][vc_single_image image=\"364\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446719859268{margin-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_video link=\"https://www.youtube.com/watch?v=HdJdzZcLhpQ\"][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"https://www.youtube.com/watch?v=HdJdzZcLhpQ\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1>What are the candy options?</h1>\r\nYou get to choose from a variety of sweets or order empty to fill it with your own.\r\n<h1>What if you want to design your own?</h1>\r\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"409\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Bridal Showers','','publish','closed','closed','','shower-centerpieces','','','2015-12-03 01:34:42','2015-12-03 01:34:42','',0,'http://localhost/music/?page_id=39',0,'page','',0),(40,1,'2015-10-28 19:34:27','2015-10-28 19:34:27','[vc_row][vc_column width=\"1/4\"][vc_widget_sidebar sidebar_id=\"side_menu\"][/vc_column][vc_column width=\"3/4\"][vcex_spacing][vc_column_text]\r\n<h1>Baby Shower Centerpieces</h1>\r\nA baby shower is a celebration of new life! Make it magical and memorable with Wanderfuls, the unique all-in-one centerpiece &amp; party favor solution! Whether you\'re expecting a girl or boy, or keeping it a surprise, our designers are always ready to help you create the perfect design to match your colors or theme.[/vc_column_text][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"pompoms.html\" css=\".vc_custom_1446722857486{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column_text]\r\n<blockquote>Wanderfuls made our tables sparkle! We’re so glad we made them part of our daughter’s special day.\r\n- Debbie and Dan Lynch</blockquote>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1>What are the candy options?</h1>\r\nYou get to choose from a variety of sweets or order empty to fill it with your own.\r\n<h1>What if you want to design your own?</h1>\r\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft wp-image-366 size-full\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Customizable to your colors, table size\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446722912657{margin-bottom: 20px !important;}\"][vcex_image_grid lightbox_skin=\"mac\" lightbox_title=\"title\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478\"][/vc_column][/vc_row]','Baby Showers','','publish','closed','closed','','babyshowers','','','2016-08-12 04:09:21','2016-08-12 04:09:21','',0,'http://localhost/music/?page_id=40',0,'page','',0),(43,1,'2015-10-28 19:34:38','2015-10-28 19:34:38','[vc_row][vc_column][vcex_spacing][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1>Baptism &amp; Communion Centerpieces</h1>\r\nAre you planning a <strong>Baptism or Communion</strong>? Wanderfuls has the Centerpieces and Favors for you! Wanderfuls are available in hundreds of color combinations to make your party something spectacular and uniquely different. You can even inscribe your name and the date of your <strong>Baptism &amp; Communion Party Celebration</strong> on your individual favors so the memory will last forever![/vc_column_text][vc_column_text]\r\n<blockquote>Wanderfuls makes the most Wonderful Centerpiece that will totally change the mood of your party!\r\n- Giovanni</blockquote>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"381\"][vc_single_image image=\"482\" css=\".vc_custom_1446724021020{margin-top: 15px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1>What are the candy options?</h1>\r\nYou get to choose from a variety of sweets or order empty to fill it with your own.\r\n<h1>What if you want to design your own?</h1>\r\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"483\" alignment=\"center\"][vc_single_image image=\"409\" alignment=\"center\" css=\".vc_custom_1446724273467{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Baptism & Communion','','publish','closed','closed','','baptism-communion','','','2015-12-03 01:32:25','2015-12-03 01:32:25','',0,'http://localhost/music/?page_id=43',0,'page','',0),(45,1,'2015-10-28 19:34:46','2015-10-28 19:34:46','[vc_row][vc_column][vcex_spacing][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<h1>Anniversary Centerpieces</h1>\nYour <strong>Anniversary Centerpieces</strong> will stand out from all the rest, making yours the most memorable Anniversary Party of the year. Wanderfuls <strong>Unique Anniversary Centerpieces</strong>are available in hundreds of color combinations and various sizes, and can be filled with your choice of gourmet fillings.[/vc_column_text][vc_column_text]\n<h1>Wanderfuls are customizable!</h1>\nCreate your own personalized Anniversary Centerpiece with Wanderfuls. They will look stunning on your tables and cost less than a traditional centerpiece! Your Anniversary Centerpiece Decorations will delight your guests. Call now to speak to a Wanderfuls Anniversary Designer.\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"486\"][vc_single_image image=\"482\" css=\".vc_custom_1446724021020{margin-top: 15px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h1>What are the candy options?</h1>\nYou get to choose from a variety of sweets or order empty to fill it with your own.\n<h1>What if you want to design your own?</h1>\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\n\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"409\" alignment=\"center\" css=\".vc_custom_1446724273467{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Anniversaries','','publish','closed','closed','','anniversary','','','2016-08-12 02:57:57','2016-08-12 02:57:57','',0,'http://localhost/music/?page_id=45',0,'page','',0),(48,1,'2015-10-28 19:35:01','2015-10-28 19:35:01','','College And University','','publish','closed','closed','','college-and-university','','','2015-12-03 01:36:47','2015-12-03 01:36:47','',0,'http://localhost/music/?page_id=48',0,'page','',0),(49,1,'2015-10-28 19:35:07','2015-10-28 19:35:07','[vc_row][vc_column][vcex_spacing size=\"10px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h1>Holiday Centerpieces</h1>\r\nTis the season for gift giving! Christmas and New Years Parties are a natural fit for Wanderfuls holiday decorations. Wanderfuls fills your event space with festive cheer! Make your office holiday and Xmas party special and unique this year. Wanderfuls are crafted in your <strong><a href=\"pompoms/\">holiday centerpiece colors.</a></strong> Bring magic and memories to your company holiday and office Christmas party celebration. Call for a company holiday catalogue today![/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"364\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1446240361288{margin-top: 20px !important;border-bottom-width: 20px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"363\" alignment=\"left\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<blockquote>Our big family always celebrate new years together and Wanderfuls always make the party \"\r\n-Samantha Brown</blockquote>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyLi4lMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Choose the Candy for your Party Favor</h3>\r\nYou get to choose from a variety of sweets or order empty to fill it with your own..\r\n<h3>Customize the colors for your Holiday Centerpieces</h3>\r\nUse our design tool to Visualize and <a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\" target=\"_blank\"><strong>Customize your Party Centerpiece</strong></a> with many colors to choose from\r\n\r\n[/vc_column_text][vc_single_image image=\"366\" alignment=\"left\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1446240371224{margin-top: 20px !important;}\"][vc_column][vc_single_image image=\"365\" alignment=\"center\"][vc_custom_heading text=\"New Year\'s eve party decoration\" font_container=\"tag:h2|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446240165649{margin-top: 20px !important;margin-bottom: 20px !important;}\"][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row]','Christmas & New Years','','publish','closed','closed','','holiday','','','2016-08-12 22:03:48','2016-08-12 22:03:48','',0,'http://localhost/music/?page_id=49',0,'page','',0),(51,1,'2015-10-28 19:35:14','2015-10-28 19:35:14','[vc_row][vc_column][vc_custom_heading text=\"Theme Centerpieces\" font_container=\"tag:h2|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446726167701{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"thumbnail\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"491,492,493,494,495,496,497,498,499,500,501,502,503,504,505\"][vc_column_text]<img class=\"alignnone wp-image-848 size-full\" src=\"http://www.alloccasionscenterpieces.com/wp-content/uploads/2015/10/morethemes.jpg\" alt=\"morethemes\" width=\"198\" height=\"74\" />\r\n\r\n<b><i><span style=\"color: #e03268;\">WANDERFULS Centerpieces</span></i></b><span style=\"color: #6b6b6b;\">\r\n</span><i> <span style=\"color: #6b6b6b;\"> are </span> <a href=\"bridal-colors/\"><span style=\"color: #e36888;\"> the wedding centerpiece</span></a><span style=\"color: #6b6b6b;\"> of choice for experts wanting an alternative to the traditional wedding favor as well as the wedding centerpiece made of flowers, sweet 16 centerpieces, bar mitzvah favors and centerpieces, floral centerpieces and keepsakes. Through combining the elegant wedding favor with the wedding centerpiece the bridal, wedding and event planner can achieve thousands of unique color effects. </span><span style=\"color: #e36888;\"> This site featuring Wanderfuls centerpieces contains authoritative information about Wanderfuls favors.</span>\r\n</i>\r\n\r\nWanderfuls can be shipped anywhere and come in bouquets of 8, 10, or 12 favors per arrangement[/vc_column_text][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1447851172276{margin-top: 25px !important;}\"][/vc_column][/vc_row]','Theme Parties','','publish','closed','closed','','theme-parties','','','2016-08-12 21:01:43','2016-08-12 21:01:43','',0,'http://localhost/music/?page_id=51',0,'page','',0),(54,1,'2015-10-28 19:35:31','2015-10-28 19:35:31','[vc_row][vc_column width=\"1/4\"][vc_widget_sidebar sidebar_id=\"side_menu\"][/vc_column][vc_column width=\"3/4\"][vc_raw_html]JTNDaWZyYW1lJTIwY2xhc3MlM0QlMjJpZnJhbWVnYWxsZXJ5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGZmxvd2Vyc2ZpbmFsMi5odG1sJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2lkdGglM0QlMjI3MjUlMEElMjIlMjBoZWlnaHQlM0QlMjI1MDMlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][vc_column_text]\r\n<div class=\"slider-bottom\">\r\n<div class=\"subheading\">Make your Wanderfuls flourish with flowers!</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"511\" alignment=\"center\"][vc_row_inner css=\".vc_custom_1446811288203{margin-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1>Flower Centerpieces</h1>\r\nYou have the option to leave space in the middle of your Wanderfuls Centerpiece to add your own flowers.\r\n(Fits only with tables of 8 medium favors)[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"381\" alignment=\"right\"][/vc_column_inner][/vc_row_inner][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446810687251{margin-top: 30px !important;}\"][/vc_column][/vc_row]','Flower Centerpieces','','publish','closed','closed','','flowers','','','2015-12-03 01:39:26','2015-12-03 01:39:26','',0,'http://localhost/music/?page_id=54',0,'page','',0),(56,1,'2015-10-28 19:35:39','2015-10-28 19:35:39','[vc_row][vc_column][vcex_spacing size=\"10px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"341\" alignment=\"center\" css=\".vc_custom_1446236070262{margin-bottom: 20px !important;}\"][vc_single_image image=\"336\" alignment=\"center\" css=\".vc_custom_1446236102103{margin-bottom: 20px !important;}\"][vc_single_image image=\"335\" alignment=\"center\" css=\".vc_custom_1446236128089{margin-bottom: 20px !important;}\"][vc_single_image image=\"338\" alignment=\"center\" css=\".vc_custom_1446236137478{margin-bottom: 20px !important;}\"][vc_single_image image=\"337\" alignment=\"center\" css=\".vc_custom_1446236153141{margin-bottom: 20px !important;}\"][vc_single_image image=\"339\" alignment=\"center\" css=\".vc_custom_1446236161651{margin-bottom: 20px !important;}\"][vc_single_image image=\"340\" alignment=\"center\" css=\".vc_custom_1446236171600{margin-bottom: 20px !important;}\"][/vc_column][/vc_row]','Table View','','publish','closed','closed','','room-view2','','','2016-08-12 20:21:03','2016-08-12 20:21:03','',0,'http://localhost/music/?page_id=56',0,'page','',0),(57,1,'2015-10-28 19:35:46','2015-10-28 19:35:46','[vc_row css=\".vc_custom_1446813797503{margin-top: 30px !important;}\"][vc_column][vc_custom_heading text=\"Yes, I love Them! What do I do Now?\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>First</h3>\r\nCall 1-888-837-5021 and tell us about your event! One of our experienced designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event.\r\n<h3>Second</h3>\r\nAlong with your designer, experiment with several colors options online. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\r\n<h3>Third</h3>\r\nConfirm the best delivery date for you and apply all discounts. Call early to get the most savings.\r\n<h3>Fourth</h3>\r\nYou choose a coordinating color for the ribbon which spirals elegantly around and down the wand. It is attached at the top and at the bottom. For an extra special touch , you can choose to have imprinting on your Wanderfuls.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1446813768434{margin-top: 40px !important;}\"][vc_column][vc_column_text]\r\n<h3>What if I just have general questions?</h3>\r\nFeel free to call at any point to ask any questions. Even if you do not feel you are ready to create a design.\r\n\r\nWe at Wanderfuls are aware that selecting just the perfect centerpiece is a multi-step process.\r\n\r\nMany customers call several times for assistance before they place their order. We are happy to help you along the way!\r\n<h3>How does designing Work? What can I expect?</h3>\r\nHave your computer handy and a trained designer will help you create your design. It\'s fun and easy! Your personal designer will digitally place colors in the bouquet right on your computer screen!\r\n\r\nOur customers love this part of the process.\r\n<h3>But can I afford it?</h3>\r\nYes. Each part of our favor-filled centerpieces are customizeable and can be built within different price ranges. Our designers are sensitive to budgets and can show you ways to save money by using different design approaches.\r\n\r\nWe will work within your budget to customize the perfect centerpiece for you![/vc_column_text][vc_custom_heading text=\"Call our designer now! 888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446813644013{margin-top: 30px !important;margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"519\" alignment=\"center\"][/vc_column][/vc_row]','How to order','','publish','closed','closed','','howtoorder','','','2017-06-16 19:47:53','2017-06-16 19:47:53','',0,'http://localhost/music/?page_id=57',0,'page','',0),(61,1,'2015-10-28 19:36:02','2015-10-28 19:36:02','[vc_row][vc_column][vcex_spacing size=\"10px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"704\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"705\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"703\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Rotating Discount Centerpiece Offer Valid For\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1447929380226{margin-bottom: 20px !important;}\"][vc_column_text][wpdevart_countdown text_for_day=\"Days\" text_for_hour=\"Hours\" text_for_minut=\"Minutes\" text_for_second=\"Seconds\" start_time=\"1447928642\" end_time=\"2,2,0\" action_end_time=\"hide\" content_position=\"center\" top_ditance=\"10\" bottom_distance=\"10\" ][/wpdevart_countdown][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"703\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>Early Bird Savings</h2>\r\nIf you place your order far enough in advance of the ship date we would love to accommodate you or your organization with saving incentives. Restrictions apply. Call today 1-888-837-5021 for details.\r\n<h2>Big Party Savings</h2>\r\nAs your party grows in size, so do your discounts. Let us show you how.\r\n<h2>Multiple Party Savings</h2>\r\nCommit to ordering for several parties during the year and you may qualify for quantity savings on each one. Call for details.[/vc_column_text][/vc_column][/vc_row]','Discounts','','publish','closed','closed','','discounts','','','2015-12-03 01:38:50','2015-12-03 01:38:50','',0,'http://localhost/music/?page_id=61',0,'page','',0),(65,1,'2015-10-28 19:36:20','2015-10-28 19:36:20','[vc_row full_height=\"yes\" css=\".vc_custom_1447929946720{background-image: url(../wp-content/uploads/2015/10/girlandivorylarge.jpg?id=713) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vcex_spacing size=\"410px\"][vc_column_text]<strong>Phone :\r\n1-888-837-5021</strong>\r\n[/vc_column_text][vcex_spacing size=\"60px\"][vc_column_text]<strong>Our factory is located at :\r\n150 West 28th Street New York, NY 10001</strong>[/vc_column_text][/vc_column][/vc_row]','Contact Us','','publish','closed','closed','','contact-us','','','2015-12-03 01:37:28','2015-12-03 01:37:28','',0,'http://localhost/music/?page_id=65',0,'page','',0),(70,1,'2015-10-28 19:36:39','2015-10-28 19:36:39','[vc_row][vc_column][vc_single_image image=\"720\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"CorpBrochure.pdf\"][vc_custom_heading text=\"To speak with a Wanderfuls designer\r\nCall 1-888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]','Our Corporate Clients','','publish','closed','closed','','our-corporate-clients','','','2015-12-03 01:41:30','2015-12-03 01:41:30','',0,'http://localhost/music/?page_id=70',0,'page','',0),(73,1,'2015-10-28 19:48:04','2015-10-28 19:48:04',' ','','','publish','closed','closed','','73','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://localhost/music/?p=73',1,'nav_menu_item','',0),(74,1,'2015-10-28 19:48:04','2015-10-28 19:48:04',' ','','','publish','closed','closed','','74','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://localhost/music/?p=74',2,'nav_menu_item','',0),(75,1,'2015-10-28 19:48:05','2015-10-28 19:48:05',' ','','','publish','closed','closed','','75','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://localhost/music/?p=75',3,'nav_menu_item','',0),(76,1,'2015-10-28 19:48:05','2015-10-28 19:48:05',' ','','','publish','closed','closed','','76','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://localhost/music/?p=76',4,'nav_menu_item','',0),(77,1,'2015-10-28 19:48:05','2015-10-28 19:48:05',' ','','','publish','closed','closed','','77','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://localhost/music/?p=77',5,'nav_menu_item','',0),(78,1,'2015-10-28 19:48:05','2015-10-28 19:48:05',' ','','','publish','closed','closed','','78','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://localhost/music/?p=78',6,'nav_menu_item','',0),(79,1,'2015-10-28 19:48:05','2015-10-28 19:48:05',' ','','','publish','closed','closed','','79','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://localhost/music/?p=79',7,'nav_menu_item','',0),(81,1,'2015-10-28 19:48:06','2015-10-28 19:48:06',' ','','','publish','closed','closed','','81','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://localhost/music/?p=81',9,'nav_menu_item','',0),(83,1,'2015-10-28 19:48:06','2015-10-28 19:48:06',' ','','','publish','closed','closed','','83','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://localhost/music/?p=83',10,'nav_menu_item','',0),(84,1,'2015-10-28 19:48:07','2015-10-28 19:48:07',' ','','','publish','closed','closed','','84','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://localhost/music/?p=84',11,'nav_menu_item','',0),(85,1,'2015-10-28 19:48:07','2015-10-28 19:48:07',' ','','','publish','closed','closed','','85','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://localhost/music/?p=85',12,'nav_menu_item','',0),(86,1,'2015-10-28 19:48:08','2015-10-28 19:48:08',' ','','','publish','closed','closed','','86','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://localhost/music/?p=86',13,'nav_menu_item','',0),(87,1,'2015-10-28 19:48:08','2015-10-28 19:48:08',' ','','','publish','closed','closed','','87','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://localhost/music/?p=87',14,'nav_menu_item','',0),(88,1,'2015-10-28 19:48:09','2015-10-28 19:48:09',' ','','','publish','closed','closed','','88','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://localhost/music/?p=88',15,'nav_menu_item','',0),(89,1,'2015-10-28 19:49:15','2015-10-28 19:49:15',' ','','','publish','closed','closed','','89','','','2015-10-28 19:49:15','2015-10-28 19:49:15','',0,'http://localhost/music/?p=89',4,'nav_menu_item','',0),(91,1,'2015-10-28 19:49:14','2015-10-28 19:49:14',' ','','','publish','closed','closed','','91','','','2015-10-28 19:49:14','2015-10-28 19:49:14','',0,'http://localhost/music/?p=91',2,'nav_menu_item','',0),(92,1,'2015-10-28 19:49:14','2015-10-28 19:49:14',' ','','','publish','closed','closed','','92','','','2015-10-28 19:49:14','2015-10-28 19:49:14','',0,'http://localhost/music/?p=92',1,'nav_menu_item','',0),(93,1,'2015-10-28 19:49:55','2015-10-28 19:49:55',' ','','','publish','closed','closed','','93','','','2015-10-28 20:03:41','2015-10-28 20:03:41','',0,'http://localhost/music/?p=93',2,'nav_menu_item','',0),(95,1,'2015-10-28 19:49:55','2015-10-28 19:49:55','','Why people love them','','publish','closed','closed','','95','','','2015-10-28 20:03:41','2015-10-28 20:03:41','',0,'http://localhost/music/?p=95',1,'nav_menu_item','',0),(97,1,'2015-10-28 19:54:43','2015-10-28 19:54:43',' ','','','publish','closed','closed','','97','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=97',3,'nav_menu_item','',0),(98,1,'2015-10-28 19:54:43','2015-10-28 19:54:43',' ','','','publish','closed','closed','','98','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=98',2,'nav_menu_item','',0),(99,1,'2015-10-28 19:54:44','2015-10-28 19:54:44',' ','','','publish','closed','closed','','99','','','2016-08-12 23:20:56','2016-08-12 23:20:56','',0,'http://localhost/music/?p=99',35,'nav_menu_item','',0),(100,1,'2015-10-28 19:54:43','2015-10-28 19:54:43',' ','','','publish','closed','closed','','100','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=100',5,'nav_menu_item','',0),(101,1,'2015-10-28 19:54:42','2015-10-28 19:54:42',' ','','','publish','closed','closed','','101','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=101',4,'nav_menu_item','',0),(102,1,'2015-10-28 19:54:44','2015-10-28 19:54:44',' ','','','publish','closed','closed','','102','','','2016-08-12 23:20:56','2016-08-12 23:20:56','',0,'http://localhost/music/?p=102',34,'nav_menu_item','',0),(104,1,'2015-10-28 19:54:45','2015-10-28 19:54:45',' ','','','publish','closed','closed','','104','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=104',9,'nav_menu_item','',0),(105,1,'2015-10-28 19:54:45','2015-10-28 19:54:45',' ','','','publish','closed','closed','','105','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=105',10,'nav_menu_item','',0),(106,1,'2015-10-28 19:54:45','2015-10-28 19:54:45',' ','','','publish','closed','closed','','106','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=106',11,'nav_menu_item','',0),(107,1,'2015-10-28 19:54:45','2015-10-28 19:54:45',' ','','','publish','closed','closed','','107','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=107',12,'nav_menu_item','',0),(108,1,'2015-10-28 19:54:46','2015-10-28 19:54:46',' ','','','publish','closed','closed','','108','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=108',13,'nav_menu_item','',0),(109,1,'2015-10-28 19:54:46','2015-10-28 19:54:46',' ','','','publish','closed','closed','','109','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=109',14,'nav_menu_item','',0),(110,1,'2015-10-28 19:54:46','2015-10-28 19:54:46',' ','','','publish','closed','closed','','110','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=110',15,'nav_menu_item','',0),(111,1,'2015-10-28 19:54:47','2015-10-28 19:54:47',' ','','','publish','closed','closed','','111','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=111',17,'nav_menu_item','',0),(113,1,'2015-10-28 19:54:44','2015-10-28 19:54:44',' ','','','publish','closed','closed','','113','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=113',6,'nav_menu_item','',0),(114,1,'2015-10-28 19:54:47','2015-10-28 19:54:47',' ','','','publish','closed','closed','','114','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=114',18,'nav_menu_item','',0),(115,1,'2015-10-28 19:54:48','2015-10-28 19:54:48',' ','','','publish','closed','closed','','115','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=115',19,'nav_menu_item','',0),(116,1,'2015-10-28 19:54:48','2015-10-28 19:54:48',' ','','','publish','closed','closed','','116','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=116',20,'nav_menu_item','',0),(117,1,'2015-10-28 19:54:49','2015-10-28 19:54:49',' ','','','publish','closed','closed','','117','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=117',21,'nav_menu_item','',0),(118,1,'2015-10-28 19:54:50','2015-10-28 19:54:50',' ','','','publish','closed','closed','','118','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://localhost/music/?p=118',22,'nav_menu_item','',0),(119,1,'2015-10-28 19:54:50','2015-10-28 19:54:50',' ','','','publish','closed','closed','','119','','','2016-08-12 23:20:56','2016-08-12 23:20:56','',0,'http://localhost/music/?p=119',23,'nav_menu_item','',0),(120,1,'2015-10-28 19:54:50','2015-10-28 19:54:50','','Ordering','','publish','closed','closed','','ordering','','','2016-08-12 23:20:56','2016-08-12 23:20:56','',0,'http://localhost/music/?p=120',28,'nav_menu_item','',0),(121,1,'2015-10-28 19:54:52','2015-10-28 19:54:52',' ','','','publish','closed','closed','','121','','','2016-08-12 23:20:56','2016-08-12 23:20:56','',0,'http://localhost/music/?p=121',31,'nav_menu_item','',0),(123,1,'2015-10-28 19:54:51','2015-10-28 19:54:51',' ','','','publish','closed','closed','','123','','','2016-08-12 23:20:56','2016-08-12 23:20:56','',0,'http://localhost/music/?p=123',30,'nav_menu_item','',0),(124,1,'2015-10-28 19:54:51','2015-10-28 19:54:51',' ','','','publish','closed','closed','','124','','','2016-08-12 23:20:56','2016-08-12 23:20:56','',0,'http://localhost/music/?p=124',29,'nav_menu_item','',0),(125,1,'2015-10-28 19:54:52','2015-10-28 19:54:52','','About Us','','publish','closed','closed','','about-us','','','2016-08-12 23:20:56','2016-08-12 23:20:56','',0,'http://localhost/music/?p=125',32,'nav_menu_item','',0),(126,1,'2015-10-28 19:54:53','2015-10-28 19:54:53',' ','','','publish','closed','closed','','126','','','2016-08-12 23:20:56','2016-08-12 23:20:56','',0,'http://localhost/music/?p=126',33,'nav_menu_item','',0),(128,1,'2015-10-28 19:58:13','2015-10-28 19:58:13','[vc_row][vc_column][vcex_spacing][vcex_image_grid columns=\"5\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"thumbnail\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239\"][vc_column_text]Each order is custom made from our special components to create the centerpiece of your dreams.\r\n\r\nOur Bridal Centerpiece are made to create a lasting impression of your events to your guests. Your guests can bring home the favors for keepsake. The centerpieces can be custom designed to fit your event color theme, the size of tables, and mutiple choice of sweets![/vc_column_text][vc_custom_heading text=\"To speak with a Wanderfuls designer\r\nCall 1-888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1448821055721{margin-top: 30px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #cc3366 !important;}\"][/vc_column][/vc_row]','Bridal Colors','','publish','closed','closed','','bridal-colors','','','2015-12-03 01:34:26','2015-12-03 01:34:26','',0,'http://localhost/music/?page_id=128',0,'page','',0),(129,1,'2015-10-28 20:07:13','2015-10-28 20:07:13','[vc_row css=\".vc_custom_1446242291395{margin-top: 30px !important;}\"][vc_column][vc_column_text]\r\n<h1>7 tips on how to order your centerpieces:</h1>\r\n<span class=\"head\">Colors.</span> Wanderfuls centerpiece displays have been created to give your party that professionally designed look you want. To correctly color coordinate your affair, start by matching the colors of your tablecloths and napkins to one or more colors that appear in the crowns or tassels. We offer recommend that people think of the gourmet filling as a background color as opposed to the main accent color of the event. This of course is up to you and your taste!\r\n\r\n<span class=\"head\">Sizes.</span> You have the option of choosing several different sizes. Each larger size costs a little more but you get more as well. As you choose a larger size, not only does your gift become more substantial, but the volume of the bouquet grows significantly as well.\r\n\r\n<span class=\"head\">Fillings. </span> Fillings provide a critical visual and entertaining effect. Solid or layered colors are best. The fillings are an architectural element connecting the colorful fireworks of the crowns and tassels with the expanse of color provided by your table linens.\r\n\r\n<span class=\"head\">Number of People at a Table.</span> We manufacture the holders of the mementos to accommodate arrangements of 6, 8, 9, 10 or 12 people per table. The parts for these holders are usually in stock and can be ordered as little as 2 weeks before shipment. Therefore you do not absolutely need to know the exact layout of your tables in the room when you order. But we do need to know how many favors you will need.\r\n\r\n<span class=\"head\">Total Number of Guests.</span> Mementos must be ordered well in advance of ship date to be able to give you the good value we do. We ask our customers to order 90% of the number of guests they expect. We allow 10% to be added at the same price rate even if the extra is shipped 10 days before the event.\r\n\r\n<span class=\"head\">When Should I Order? </span> How to schedule my delivery so that it arrives on time. It\'s never too early to order. Start by calling us to see when your order must be placed for it to arrive in time for your event. Allow 7 business days for transit time. Production time varies based on your choice of colors. Add on more time your decision making process and for approval by you of your order specifications. Most orders travel by economical UPS ground service. FEDEX 2nd day air is available for an additional charge.\r\n\r\n<span class=\"head\">Rush Orders. </span> What if you have a \"rush\" order? We can often accommodate rush orders. But you must call for details on a specific order. Rush charges will apply if we can accommodate your request.\r\n\r\n<span class=\"head\">Returns. </span> All of our products are custom made to your exact specifications and cannot be reused or returned for other events. No refund due to party cancellations within 45 days of the arrival date. Factory credit is available that can be applied to future orders, minus 25% cancellation penalty, on orders cancelled within 45 days of shipments.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"371\" alignment=\"left\" onclick=\"custom_link\" link=\"candypage/\"][vc_single_image image=\"204\" alignment=\"left\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446243028430{margin-top: 20px !important;}\"][vc_row_inner css=\".vc_custom_1446243318951{margin-top: 20px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"right\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"left\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Order Tips','','publish','closed','closed','','order-tips','','','2015-12-03 01:41:16','2015-12-03 01:41:16','',0,'http://localhost/music/?page_id=129',0,'page','',0),(130,1,'2015-10-28 20:01:06','2015-10-28 20:01:06','[vc_row][vc_column][vc_empty_space][vcex_image_grid lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"thumbnail\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"345,346,347,348,349,350,351,352,353,354,355,356\"][vc_column_text]<b><i><span style=\"color: #e03268;\">WANDERFULS Centerpieces</span></i></b><span style=\"color: #6b6b6b;\">\r\n</span><i><span style=\"color: #6b6b6b;\">are </span><a href=\"bridal-colors/\"><span style=\"color: #e36888;\">the wedding centerpiece</span></a><span style=\"color: #6b6b6b;\"> of choice for experts wanting an alternative to the traditional wedding favor as well as the wedding centerpiece made of flowers, sweet 16 centerpieces, bar mitzvah favors and centerpieces, floral centerpieces and keepsakes. Through combining the elegant wedding favor with the wedding centerpiece the bridal, wedding and event planner can achieve thousands of unique color effects. </span><span style=\"color: #e36888;\">This site featuring Wanderfuls centerpieces contains authoritative information about Wanderfuls favors.</span>\r\n</i>\r\n<i><b><span style=\"color: #e36888;\">Wanderfuls can be shipped anywhere and come in bouquets of 8, 10, or 12 favors per arrangement</span></b></i>[/vc_column_text][vc_custom_heading text=\"To speak with a Wanderfuls designer\r\nCall 1-888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1448821155557{margin-top: 30px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #cc3366 !important;}\"][/vc_column][/vc_row]','Festival Colors','','publish','closed','closed','','festival-colors','','','2015-12-03 01:39:06','2015-12-03 01:39:06','',0,'http://localhost/music/?page_id=130',0,'page','',0),(132,1,'2015-10-28 20:01:31','2015-10-28 20:01:31',' ','','','publish','closed','closed','','132','','','2015-10-28 20:01:47','2015-10-28 20:01:47','',0,'http://localhost/music/?p=132',1,'nav_menu_item','',0),(133,1,'2015-10-28 20:01:32','2015-10-28 20:01:32','','Room View','','publish','closed','closed','','room-view','','','2015-10-28 20:01:47','2015-10-28 20:01:47','',0,'http://localhost/music/?p=133',4,'nav_menu_item','',0),(134,1,'2015-10-28 20:01:32','2015-10-28 20:01:32','','Holidays Colors','','publish','closed','closed','','holidays-colors','','','2015-10-28 20:01:47','2015-10-28 20:01:47','',0,'http://localhost/music/?p=134',2,'nav_menu_item','',0),(136,1,'2015-10-28 20:01:32','2015-10-28 20:01:32',' ','','','publish','closed','closed','','136','','','2015-10-28 20:01:47','2015-10-28 20:01:47','',0,'http://localhost/music/?p=136',6,'nav_menu_item','',0),(137,1,'2015-10-28 20:01:32','2015-10-28 20:01:32',' ','','','publish','closed','closed','','137','','','2015-10-28 20:01:47','2015-10-28 20:01:47','',0,'http://localhost/music/?p=137',5,'nav_menu_item','',0),(138,1,'2015-10-28 20:04:18','2015-10-28 20:04:18','[vc_row][vc_column][vcex_image_grid columns=\"7\" columns_gap=\"5\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005\"][/vc_column][/vc_row][vc_row][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=1\"> Design Room #1 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=2\"> Design Room #2 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=3\"> Design Room #3 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=4\"> Design Room #4 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=5\"> Design Room #5 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=6\"> Design Room #6 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=7\"> Design Room #7 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=8\"> Design Room #8 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=9\"> Design Room #9 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=10\"> Design Room #10 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=11\"> Design Room #11 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=12\"> Design Room #12 </a>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=13\"> Design Room #13 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=14\"> Design Room #14 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=15\"> Design Room #15 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=16\"> Design Room #16 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=17\"> Design Room #17 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=18\"> Design Room #18 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=19\"> Design Room #19 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=20\"> Design Room #20 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=21\"> Design Room #21 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=22\"> Design Room #22 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=23\"> Design Room #23 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=24\"> Design Room #24 </a>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vcex_image_grid columns=\"2\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"7\" columns_gap=\"20\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019\"][/vc_column][/vc_row]','Design Rooms','','publish','closed','closed','','design-rooms','','','2016-08-15 23:42:54','2016-08-15 23:42:54','',0,'http://localhost/music/?page_id=138',0,'page','',0),(139,1,'2015-10-28 20:04:55','2015-10-28 20:04:55','[vc_row][vc_column width=\"1/4\"][vc_widget_sidebar sidebar_id=\"side_menu\"][/vc_column][vc_column width=\"3/4\"][vcex_spacing][vc_custom_heading text=\"What is a Wanderfuls™ centerpiece?\" font_container=\"tag:h1|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]Wanderfuls™ are custom, one-of-a-kind centerpieces made up of individual party favors! Wanderfuls, the original all-in-one centerpiece and party favor.\r\n\r\nIndividual candy filled wands available in three legnths, wrapped in a beautiful colored ribbon of your choosing, imprinted with your message and party date, then topped with a bright fluffy hand sewn pom pom with a colorful tassle center. the favors really look like flowers! Each favor slides easily into our custom base which can hold 6, 8, 9, 10, or 12 favors, creating your unique centerpiece.\r\n\r\nYour custom party decoration then transforms into individual take-away favors your guests will treasure forever! 100\'s of colors available to fit the theme and feel of any party. Personal one on one assistance from our talented in house designers and artists! Check out our website, play on our design tool program where you can impart your colors onto one of our beautiful centerpieces, making it truly your own.\r\n<h3>Wanderfuls, as unique as you are!</h3>\r\n<img class=\"alignleft size-full wp-image-698\" src=\"../wp-content/uploads/2015/10/wand_diagram2.jpg\" alt=\"wand_diagram2\" width=\"687\" height=\"315\" />[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h1>How to order Wanderfuls?</h1>\r\n<strong>YOU choose all the colors</strong>\r\n<strong>YOU choose the sizes</strong>\r\n<strong>YOU choose the shape</strong>\r\n<strong>YOU choose the filling</strong>\r\n\r\nThe Wanderfuls are made of four coordinating parts, which are selected by you, the designer.\r\n\r\n<strong>First</strong> - You select the color of the pompom to match the theme and mood of your event.The pompoms are made from hand-sewn ribbon and resemble beautiful flowers.\r\n\r\n<strong>Second</strong> - You select the color of the tassel, which is made of sprigs of ribbon shooting from the top of the pompom.\r\n\r\n<strong>Third</strong> - You choose the perfect gourmet candy filling from our selection. The wand part of the favor is a plastic tube which is filled with candy. (Some customers opt to order the tubes empty and fill them on their own.)\r\n\r\n<strong>Fourth</strong> - You choose a coordinating color for the ribbon which spirals elegantly around and down the wand. It is attached at the top and at the bottom. For an extra special touch , you can choose to have Wanderfuls imprint your ribbons with a little something about your event.\r\n\r\n<strong>Lastly</strong> - Each of the individual party favors inserts into the base (which can also be color coordinated)[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1447918417481{margin-bottom: 20px !important;}\"]\r\n<h1>What are my color options?</h1>\r\nClick on a color below to see a preview of the what the color will look like on the wand\r\n[/vc_column_text][vc_raw_html css=\".vc_custom_1449149455535{margin-top: 20px !important;}\"]JTNDZGl2JTIwaWQlM0QlMjJjb2xvcnBhZ2UlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCZmxvYXQlM0FsZWZ0JTNCbWFyZ2luLXRvcCUzQTBweCUzQiUyMG1hcmdpbi1sZWZ0JTNBMHB4JTNCJTIwJTIyJTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpc3QlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBJTIwNTAlMjUlM0IlMjBmbG9hdCUzQSUyMGxlZnQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZidXJndW5keS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcmVkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3BpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGluay5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmhvdHBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwZWFjaC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsaW1lZ3JlZW4uanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTglMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRlYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2VhZm9hbS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhcXVhLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVyaXdpbmtsZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm5hdnkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxhdmVuZGVyLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTNDJTIxLS0lMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMnBvbXBvbXNfZmlsZXMlMkZjb2xvcnMlMkZlZ2dwbGFudC5qcGclMjIlMjAlMkYlM0UlMjAtLSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZ29sZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRndoaXRlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXIuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycHJldmlldy1pbWctbGlzdEFRJTIyJTIwc3R5bGUlM0QlMjJ3aWR0aCUzQSUyMDUwJTI1JTNCJTIwZmxvYXQlM0ElMjByaWdodCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnVyZ3VuZHktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2FiZXJuZXQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3JlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcGluay13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIwYWN0aXZlJTIyJTIwaWRfbm9kZSUzRCUyMjclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjb3JhbC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZob3RwaW5rLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZvcmFuZ2Utd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVhY2gtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGlnaHR5ZWxsb3ctd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGltZWdyZWVuLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZW1lcmFsZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjE5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0ZWFsLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzYWdlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnNlYWZvYW0td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0dXJxdW9pc2Utd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYXF1YS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjb3JuZmxvd2VyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjglMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBlcml3aW5rbGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljYmx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZuYXZ5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3B1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsYXZlbmRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZWdncGxhbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnJvd24td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5oaWtpdG9vLmNvbSUyRm11c2ljJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZnb2xkLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmlycmlkZXNjZW50d2hpdGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGd2hpdGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuaGlraXRvby5jb20lMkZtdXNpYyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2lsdmVyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3Lmhpa2l0b28uY29tJTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnByZXZpZXcuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjIlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1447919299682{margin-top: 30px !important;}\"][vc_column][vc_column_text]\r\n<h1>How many favors are in each arrangement?</h1>\r\nThat depends on what you order. We make arrangements which have 6, 8, 9, or 10 favors. Here are some examples:\r\n<h3 style=\"text-align: center;\">(click the bouquets several times to see how all the favors come together!)</h3>\r\n[/vc_column_text][vc_row_inner el_class=\"center\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJvdmVyZmxvdyUzQWhpZGRlbiUzQiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3YW5kZXJmdWxzLmNvbSUyRjIwMTUlMkZzZXF1ZW5jZWQ2Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjB3aWR0aCUzRCUyMjE4NyUyMiUyMGhlaWdodCUzRCUyMjIwMCUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRSUwQSUzQ3NwYW4lMjBzdHlsZSUzRCUyMmZvbnQtc2l6ZSUzQSUyMDE2cHglM0Jjb2xvciUzQSUyM2NjMzM2NiUzQiUyMiUzRTYlMjBGYXZvciUyMEJvdXF1ZXQlM0MlMkZzcGFuJTNFJTBBJTNDcCUyMHN0eWxlJTNEJTIybWFyZ2luLXRvcCUzQS0xNXB4JTNCJTIwJTIyJTNFNSUyMGZhdm9ycyUyMG9uJTIwdGhlJTIwYm90dG9tJTNDYnIlM0UlMjAxJTIwZmF2b3IlMjBvbiUyMHRvcCUzQyUyRnAlM0UlMEElM0NwJTIwc3R5bGUlM0QlMjJmb250LXN0eWxlJTNBaXRhbGljJTNCJTIwZm9udC1zaXplJTNBMTZweCUzQiUyMG1hcmdpbi10b3AlM0EtMTVweCUzQiUyMCUyMiUzRTEwJTIyJTIwdGFsbCUyMHglMjAxMSUyMiUyMHdpZGUlM0MlMkZwJTNF[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJvdmVyZmxvdyUzQWhpZGRlbiUzQiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3YW5kZXJmdWxzLmNvbSUyRjIwMTUlMkZzZXF1ZW5jZWQ4Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjB3aWR0aCUzRCUyMjE4NyUyMiUyMGhlaWdodCUzRCUyMjIwMCUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRSUwQSUzQ3NwYW4lMjBzdHlsZSUzRCUyMmZvbnQtc2l6ZSUzQSUyMDE2cHglM0Jjb2xvciUzQSUyM2NjMzM2NiUzQiUyMiUzRTglMjBGYXZvciUyMEJvdXF1ZXQlM0MlMkZzcGFuJTNFJTBBJTNDcCUyMHN0eWxlJTNEJTIybWFyZ2luLXRvcCUzQS0xNXB4JTNCJTIwJTIyJTNFNiUyMGZhdm9ycyUyMG9uJTIwdGhlJTIwYm90dG9tJTIwJTNDYnIlMjAlMkYlM0UyJTIwZmF2b3JzJTIwb24lMjB0b3AlM0MlMkZwJTNFJTBBJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1zdHlsZSUzQWl0YWxpYyUzQiUyMGZvbnQtc2l6ZSUzQTE2cHglM0IlMjBtYXJnaW4tdG9wJTNBLTE1cHglM0IlMjAlMjIlM0UxMiUyMiUyMHRhbGwlMjB4JTIwMTIlMjIlMjB3aWRlJTNDJTJGcCUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJvdmVyZmxvdyUzQWhpZGRlbiUzQiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3YW5kZXJmdWxzLmNvbSUyRjIwMTUlMkZzZXF1ZW5jZWQ5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjB3aWR0aCUzRCUyMjE4NyUyMiUyMGhlaWdodCUzRCUyMjIwMCUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRSUwQSUzQ3NwYW4lMjBzdHlsZSUzRCUyMmZvbnQtc2l6ZSUzQSUyMDE2cHglM0Jjb2xvciUzQSUyM2NjMzM2NiUzQiUyMiUzRTklMjBGYXZvciUyMEJvdXF1ZXQlM0MlMkZzcGFuJTNFJTBBJTNDcCUyMHN0eWxlJTNEJTIybWFyZ2luLXRvcCUzQS0xNXB4JTNCJTIwJTIyJTNFNiUyMGZhdm9ycyUyMG9uJTIwdGhlJTIwYm90dG9tJTIwJTNDYnIlMjAlMkYlM0UzJTIwZmF2b3JzJTIwb24lMjB0b3AlM0MlMkZwJTNFJTBBJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1zdHlsZSUzQWl0YWxpYyUzQiUyMGZvbnQtc2l6ZSUzQTE2cHglM0IlMjBtYXJnaW4tdG9wJTNBLTE1cHglM0IlMjAlMjIlM0UxMiUyMiUyMHRhbGwlMjB4JTIwMTIlMjIlMjB3aWRlJTNDJTJGcCUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJvdmVyZmxvdyUzQWhpZGRlbiUzQiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3YW5kZXJmdWxzLmNvbSUyRjIwMTUlMkZzZXF1ZW5jZWQxMC5odG1sJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2lkdGglM0QlMjIxODclMjIlMjBoZWlnaHQlM0QlMjIyMDAlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlMEElM0NzcGFuJTIwc3R5bGUlM0QlMjJmb250LXNpemUlM0ElMjAxNnB4JTNCY29sb3IlM0ElMjNjYzMzNjYlM0IlMjIlM0UxMCUyMEZhdm9yJTIwQm91cXVldCUzQyUyRnNwYW4lM0UlMEElM0NwJTIwc3R5bGUlM0QlMjJtYXJnaW4tdG9wJTNBLTE1cHglM0IlMjAlMjIlM0U2JTIwZmF2b3JzJTIwb24lMjB0aGUlMjBib3R0b20lMjAlM0NiciUyMCUyRiUzRTQlMjBmYXZvcnMlMjBvbiUyMHRvcCUzQyUyRnAlM0UlMEElM0NwJTIwc3R5bGUlM0QlMjJmb250LXN0eWxlJTNBaXRhbGljJTNCJTIwZm9udC1zaXplJTNBMTZweCUzQiUyMG1hcmdpbi10b3AlM0EtMTVweCUzQiUyMCUyMiUzRTEyJTIyJTIwdGFsbCUyMHglMjAxMiUyMiUyMHdpZGUlM0MlMkZwJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vcex_spacing][vc_custom_heading text=\"Candy Fillings \" font_container=\"tag:h1|font_size:28|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1446156678910{margin-bottom: 10px !important;}\"]\r\n<h2>Jordan Almonds</h2>\r\n<img class=\"alignleft size-full wp-image-210\" src=\"../wp-content/uploads/2015/10/candy-jordan-almonds.jpg\" alt=\"candy-jordan-almonds\" width=\"980\" height=\"198\" />[/vc_column_text][vc_column_text css=\".vc_custom_1446156698874{margin-bottom: 10px !important;}\"]\r\n<h2>Foil Wrapped</h2>\r\n<img class=\"alignleft size-full wp-image-211\" src=\"../wp-content/uploads/2015/10/candy-foil-wrapped.jpg\" alt=\"candy-foil-wrapped\" width=\"980\" height=\"198\" />[/vc_column_text][vc_column_text]\r\n<h2>Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, &amp; More</h2>\r\n<img class=\"alignleft size-full wp-image-208\" src=\"../wp-content/uploads/2015/10/candy-other.jpg\" alt=\"candy-other\" width=\"980\" height=\"198\" />[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h1>How to order without candies</h1>\r\nIf you want to fill up your Wanderfuls with your own candies or items please call\r\n<h1>1-888-837-5021</h1>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Imprinting Option\" font_container=\"tag:h1|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1447920532935{margin-top: 30px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"696\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"695\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][vc_column_text css=\".vc_custom_1447921024174{margin-top: 20px !important;}\"]For extra personalization, we offer imprinting on many of the ribbon colors that wrap around the outside of the plastic tube. There is usually room to print up to 32 characters and spaces. However, it could be less depending on how many capital letters you choose. We can imprint in silver or gold to match the color of your base. No periods, commas, and special characters please. Not all ribbon colors will take an imprint.\r\n<h1>What if I have special colors?</h1>\r\nCall us and one of our designers will put their love into your event. You will be delighted we are sure. In fact we have thousands of color combinations available to those who call in.\r\n<h1>Do you offer discounts?</h1>\r\nThe early bird catches the discount! Call to see if you are eligible.\r\n[/vc_column_text][vc_custom_heading text=\"Our Designers are ready to help you make your event unique.\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1447921162269{margin-top: 25px !important;margin-bottom: 25px !important;}\"][vc_single_image image=\"697\" alignment=\"center\" css=\".vc_custom_1447921252422{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"184\" alignment=\"center\" css=\".vc_custom_1448825869481{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"182\" alignment=\"center\" css=\".vc_custom_1448825948449{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"183\" alignment=\"center\" css=\".vc_custom_1448826297384{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','What Are Wanderfuls?','','publish','closed','closed','','what-are-wanderfuls','','','2015-12-03 13:30:58','2015-12-03 13:30:58','',0,'http://localhost/music/?page_id=139',0,'page','',0),(140,1,'2015-10-28 20:01:47','2015-10-28 20:01:47',' ','','','publish','closed','closed','','140','','','2015-10-28 20:01:47','2015-10-28 20:01:47','',0,'http://localhost/music/?p=140',3,'nav_menu_item','',0),(148,1,'2015-10-28 20:09:26','2015-10-28 20:09:26',' ','','','publish','closed','closed','','148','','','2015-12-03 14:01:09','2015-12-03 14:01:09','',0,'http://localhost/music/?p=148',4,'nav_menu_item','',0),(150,1,'2015-10-28 20:09:26','2015-10-28 20:09:26',' ','','','publish','closed','closed','','150','','','2015-12-03 14:01:09','2015-12-03 14:01:09','',0,'http://localhost/music/?p=150',2,'nav_menu_item','',0),(151,1,'2015-10-28 20:09:25','2015-10-28 20:09:25',' ','','','publish','closed','closed','','151','','','2015-12-03 14:01:09','2015-12-03 14:01:09','',0,'http://localhost/music/?p=151',1,'nav_menu_item','',0),(152,1,'2015-10-28 20:09:27','2015-10-28 20:09:27',' ','','','publish','closed','closed','','152','','','2015-12-03 14:01:09','2015-12-03 14:01:09','',0,'http://localhost/music/?p=152',5,'nav_menu_item','',0),(153,1,'2015-10-28 20:09:27','2015-10-28 20:09:27','','Why people love them','','publish','closed','closed','','why-people-love-them','','','2015-12-03 14:01:09','2015-12-03 14:01:09','',0,'http://localhost/music/?p=153',6,'nav_menu_item','',0),(154,1,'2015-10-28 20:10:53','2015-10-28 20:10:53','','Blog','','publish','closed','closed','','blog','','','2015-10-28 20:11:09','2015-10-28 20:11:09','',0,'http://localhost/music/?page_id=154',0,'page','',0),(157,1,'2015-10-28 21:38:00','2015-10-28 21:38:00','','findyourcolors','','inherit','open','closed','','findyourcolors','','','2015-10-28 21:38:00','2015-10-28 21:38:00','',4,'http://localhost/music/wp-content/uploads/2015/10/findyourcolors.jpg',0,'attachment','image/jpeg',0),(162,1,'2015-10-29 11:32:01','2015-10-29 11:32:01','','3','','inherit','open','closed','','3','','','2015-10-29 11:32:01','2015-10-29 11:32:01','',4,'http://localhost/music/wp-content/uploads/2015/10/3.jpg',0,'attachment','image/jpeg',0),(163,1,'2015-10-29 11:32:04','2015-10-29 11:32:04','','1','','inherit','open','closed','','1','','','2015-10-29 11:32:04','2015-10-29 11:32:04','',4,'http://localhost/music/wp-content/uploads/2015/10/1.jpg',0,'attachment','image/jpeg',0),(164,1,'2015-10-29 11:37:11','2015-10-29 11:37:11','','home-gallery-4-large','','inherit','open','closed','','home-gallery-4-large','','','2015-10-29 11:37:11','2015-10-29 11:37:11','',4,'http://localhost/music/wp-content/uploads/2015/10/home-gallery-4-large.jpg',0,'attachment','image/jpeg',0),(165,1,'2015-10-29 11:37:14','2015-10-29 11:37:14','','home-gallery-3-large','','inherit','open','closed','','home-gallery-3-large','','','2015-10-29 11:37:14','2015-10-29 11:37:14','',4,'http://localhost/music/wp-content/uploads/2015/10/home-gallery-3-large.jpg',0,'attachment','image/jpeg',0),(166,1,'2015-10-29 11:37:18','2015-10-29 11:37:18','','home-gallery-5-large','','inherit','open','closed','','home-gallery-5-large','','','2015-10-29 11:37:18','2015-10-29 11:37:18','',4,'http://localhost/music/wp-content/uploads/2015/10/home-gallery-5-large.jpg',0,'attachment','image/jpeg',0),(167,1,'2015-10-29 11:37:21','2015-10-29 11:37:21','','home-gallery-1-large','','inherit','open','closed','','home-gallery-1-large','','','2015-10-29 11:37:21','2015-10-29 11:37:21','',4,'http://localhost/music/wp-content/uploads/2015/10/home-gallery-1-large.jpg',0,'attachment','image/jpeg',0),(168,1,'2015-10-29 11:37:23','2015-10-29 11:37:23','','home-gallery-2-large','','inherit','open','closed','','home-gallery-2-large','','','2015-10-29 11:37:23','2015-10-29 11:37:23','',4,'http://localhost/music/wp-content/uploads/2015/10/home-gallery-2-large.jpg',0,'attachment','image/jpeg',0),(169,1,'2015-10-29 11:37:27','2015-10-29 11:37:27','','home-gallery-6-large','','inherit','open','closed','','home-gallery-6-large','','','2015-10-29 11:37:27','2015-10-29 11:37:27','',4,'http://localhost/music/wp-content/uploads/2015/10/home-gallery-6-large.jpg',0,'attachment','image/jpeg',0),(174,1,'2015-10-29 12:03:24','2015-10-29 12:03:24','','bluebirthday','','inherit','open','closed','','bluebirthday','','','2015-10-29 12:03:24','2015-10-29 12:03:24','',4,'http://localhost/music/wp-content/uploads/2015/10/bluebirthday.jpg',0,'attachment','image/jpeg',0),(176,1,'2015-10-29 17:29:48','2015-10-29 17:29:48','','testimonialslogoboxwide2','','inherit','open','closed','','testimonialslogoboxwide2','','','2015-10-29 17:29:48','2015-10-29 17:29:48','',4,'http://localhost/music/wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg',0,'attachment','image/jpeg',0),(177,1,'2015-10-29 17:32:12','2015-10-29 17:32:12','','purple-wedding-centerpiece-301','','inherit','open','closed','','purple-wedding-centerpiece-301','','','2015-10-29 17:32:12','2015-10-29 17:32:12','',4,'http://localhost/music/wp-content/uploads/2015/10/purple-wedding-centerpiece-301.jpg',0,'attachment','image/jpeg',0),(178,1,'2015-10-29 17:32:17','2015-10-29 17:32:17','','purple-favors-plus2','','inherit','open','closed','','purple-favors-plus2','','','2015-10-29 17:32:17','2015-10-29 17:32:17','',4,'http://localhost/music/wp-content/uploads/2015/10/purple-favors-plus2.jpg',0,'attachment','image/jpeg',0),(179,1,'2015-10-29 17:32:21','2015-10-29 17:32:21','','holder-equal2','','inherit','open','closed','','holder-equal2','','','2015-10-29 17:32:21','2015-10-29 17:32:21','',4,'http://localhost/music/wp-content/uploads/2015/10/holder-equal2.jpg',0,'attachment','image/jpeg',0),(182,1,'2015-10-29 17:47:06','2015-10-29 17:47:06','','sizes3','','inherit','open','closed','','sizes3','','','2015-10-29 17:47:06','2015-10-29 17:47:06','',4,'http://localhost/music/wp-content/uploads/2015/10/sizes3.jpg',0,'attachment','image/jpeg',0),(183,1,'2015-10-29 17:47:09','2015-10-29 17:47:09','','girlandivorylarge2','','inherit','open','closed','','girlandivorylarge2','','','2015-10-29 17:47:09','2015-10-29 17:47:09','',4,'http://localhost/music/wp-content/uploads/2015/10/girlandivorylarge2.jpg',0,'attachment','image/jpeg',0),(184,1,'2015-10-29 17:47:12','2015-10-29 17:47:12','','Clipboard02','','inherit','open','closed','','clipboard02','','','2015-10-29 17:47:12','2015-10-29 17:47:12','',4,'http://localhost/music/wp-content/uploads/2015/10/Clipboard02.jpg',0,'attachment','image/jpeg',0),(188,1,'2015-10-29 18:20:54','2015-10-29 18:20:54','','slide_111','','inherit','open','closed','','slide_111','','','2015-10-29 18:20:54','2015-10-29 18:20:54','',0,'http://localhost/music/wp-content/uploads/2015/10/slide_111.jpg',0,'attachment','image/jpeg',0),(189,1,'2015-10-29 18:20:58','2015-10-29 18:20:58','','slide_006','','inherit','open','closed','','slide_006','','','2015-10-29 18:20:58','2015-10-29 18:20:58','',0,'http://localhost/music/wp-content/uploads/2015/10/slide_006.jpg',0,'attachment','image/jpeg',0),(190,1,'2015-10-29 18:21:01','2015-10-29 18:21:01','','slide_001','','inherit','open','closed','','slide_001','','','2015-10-29 18:21:01','2015-10-29 18:21:01','',0,'http://localhost/music/wp-content/uploads/2015/10/slide_001.jpg',0,'attachment','image/jpeg',0),(191,1,'2015-10-29 18:21:05','2015-10-29 18:21:05','','slide_114','','inherit','open','closed','','slide_114','','','2015-10-29 18:21:05','2015-10-29 18:21:05','',0,'http://localhost/music/wp-content/uploads/2015/10/slide_114.jpg',0,'attachment','image/jpeg',0),(192,1,'2015-10-29 18:21:08','2015-10-29 18:21:08','','slide_004','','inherit','open','closed','','slide_004','','','2015-10-29 18:21:08','2015-10-29 18:21:08','',0,'http://localhost/music/wp-content/uploads/2015/10/slide_004.jpg',0,'attachment','image/jpeg',0),(193,1,'2015-10-29 18:21:11','2015-10-29 18:21:11','','slide_116','','inherit','open','closed','','slide_116','','','2015-10-29 18:21:11','2015-10-29 18:21:11','',0,'http://localhost/music/wp-content/uploads/2015/10/slide_116.jpg',0,'attachment','image/jpeg',0),(194,1,'2015-10-29 18:21:14','2015-10-29 18:21:14','','048_large','','inherit','open','closed','','048_large','','','2015-10-29 18:21:14','2015-10-29 18:21:14','',0,'http://localhost/music/wp-content/uploads/2015/10/048_large.jpg',0,'attachment','image/jpeg',0),(195,1,'2015-10-29 18:21:17','2015-10-29 18:21:17','','slide_003','','inherit','open','closed','','slide_003','','','2015-10-29 18:21:17','2015-10-29 18:21:17','',0,'http://localhost/music/wp-content/uploads/2015/10/slide_003.jpg',0,'attachment','image/jpeg',0),(196,1,'2015-10-29 18:21:20','2015-10-29 18:21:20','','candy','','inherit','open','closed','','candy','','','2015-10-29 18:21:20','2015-10-29 18:21:20','',0,'http://localhost/music/wp-content/uploads/2015/10/candy.jpg',0,'attachment','image/jpeg',0),(197,1,'2015-10-29 18:21:23','2015-10-29 18:21:23','','slide_002','','inherit','open','closed','','slide_002','','','2015-10-29 18:21:23','2015-10-29 18:21:23','',0,'http://localhost/music/wp-content/uploads/2015/10/slide_002.jpg',0,'attachment','image/jpeg',0),(198,1,'2015-10-29 18:21:26','2015-10-29 18:21:26','','slide_112','','inherit','open','closed','','slide_112','','','2015-10-29 18:21:26','2015-10-29 18:21:26','',0,'http://localhost/music/wp-content/uploads/2015/10/slide_112.jpg',0,'attachment','image/jpeg',0),(199,1,'2015-10-29 18:21:29','2015-10-29 18:21:29','','slide_008','','inherit','open','closed','','slide_008','','','2015-10-29 18:21:29','2015-10-29 18:21:29','',0,'http://localhost/music/wp-content/uploads/2015/10/slide_008.jpg',0,'attachment','image/jpeg',0),(200,1,'2015-10-29 18:21:32','2015-10-29 18:21:32','','slide_113','','inherit','open','closed','','slide_113','','','2015-10-29 18:21:32','2015-10-29 18:21:32','',0,'http://localhost/music/wp-content/uploads/2015/10/slide_113.jpg',0,'attachment','image/jpeg',0),(204,1,'2015-10-29 19:24:03','2015-10-29 19:24:03','','findyourcolors','','inherit','open','closed','','findyourcolors-2','','','2015-10-29 19:24:03','2015-10-29 19:24:03','',2,'http://localhost/music/wp-content/uploads/2015/10/findyourcolors1.jpg',0,'attachment','image/jpeg',0),(205,1,'2015-10-29 19:24:07','2015-10-29 19:24:07','','findyourorder','','inherit','open','closed','','findyourorder','','','2015-10-29 19:24:07','2015-10-29 19:24:07','',2,'http://localhost/music/wp-content/uploads/2015/10/findyourorder.jpg',0,'attachment','image/jpeg',0),(208,1,'2015-10-29 22:02:18','2015-10-29 22:02:18','','candy-other','','inherit','open','closed','','candy-other','','','2015-10-29 22:02:18','2015-10-29 22:02:18','',8,'http://localhost/music/wp-content/uploads/2015/10/candy-other.jpg',0,'attachment','image/jpeg',0),(209,1,'2015-10-29 22:02:21','2015-10-29 22:02:21','','findyoursizes','','inherit','open','closed','','findyoursizes','','','2015-10-29 22:02:21','2015-10-29 22:02:21','',8,'http://localhost/music/wp-content/uploads/2015/10/findyoursizes.jpg',0,'attachment','image/jpeg',0),(210,1,'2015-10-29 22:02:26','2015-10-29 22:02:26','','candy-jordan-almonds','','inherit','open','closed','','candy-jordan-almonds','','','2015-10-29 22:02:26','2015-10-29 22:02:26','',8,'http://localhost/music/wp-content/uploads/2015/10/candy-jordan-almonds.jpg',0,'attachment','image/jpeg',0),(211,1,'2015-10-29 22:02:30','2015-10-29 22:02:30','','candy-foil-wrapped','','inherit','open','closed','','candy-foil-wrapped','','','2015-10-29 22:02:30','2015-10-29 22:02:30','',8,'http://localhost/music/wp-content/uploads/2015/10/candy-foil-wrapped.jpg',0,'attachment','image/jpeg',0),(215,1,'2015-10-29 22:21:13','2015-10-29 22:21:13','','PNRwand4','','inherit','open','closed','','pnrwand4','','','2015-10-29 22:21:13','2015-10-29 22:21:13','',16,'http://localhost/music/wp-content/uploads/2015/10/PNRwand4.jpg',0,'attachment','image/jpeg',0),(220,1,'2015-10-29 22:55:25','2015-10-29 22:55:25','','Peach Punch','','inherit','open','closed','','peach-punch','','','2015-10-29 22:55:25','2015-10-29 22:55:25','',128,'http://localhost/music/wp-content/uploads/2015/10/Peach-Punch.jpg',0,'attachment','image/jpeg',0),(221,1,'2015-10-29 22:55:29','2015-10-29 22:55:29','','Almost White','','inherit','open','closed','','almost-white','','','2015-10-29 22:55:29','2015-10-29 22:55:29','',128,'http://localhost/music/wp-content/uploads/2015/10/Almost-White.jpg',0,'attachment','image/jpeg',0),(222,1,'2015-10-29 22:55:32','2015-10-29 22:55:32','','Lavender & White','','inherit','open','closed','','lavender-white','','','2015-10-29 22:55:32','2015-10-29 22:55:32','',128,'http://localhost/music/wp-content/uploads/2015/10/Lavender-White.jpg',0,'attachment','image/jpeg',0),(223,1,'2015-10-29 22:55:35','2015-10-29 22:55:35','','Gold & Ivory','','inherit','open','closed','','gold-ivory','','','2015-10-29 22:55:35','2015-10-29 22:55:35','',128,'http://localhost/music/wp-content/uploads/2015/10/Gold-Ivory.jpg',0,'attachment','image/jpeg',0),(224,1,'2015-10-29 22:55:39','2015-10-29 22:55:39','','Bridal Teal','','inherit','open','closed','','bridal-teal','','','2015-10-29 22:55:39','2015-10-29 22:55:39','',128,'http://localhost/music/wp-content/uploads/2015/10/Bridal-Teal.jpg',0,'attachment','image/jpeg',0),(225,1,'2015-10-29 22:55:42','2015-10-29 22:55:42','','Silver & White','','inherit','open','closed','','silver-white','','','2015-10-29 22:55:42','2015-10-29 22:55:42','',128,'http://localhost/music/wp-content/uploads/2015/10/Silver-White.jpg',0,'attachment','image/jpeg',0),(226,1,'2015-10-29 22:55:45','2015-10-29 22:55:45','','Pastel Wedding','','inherit','open','closed','','pastel-wedding','','','2015-10-29 22:55:45','2015-10-29 22:55:45','',128,'http://localhost/music/wp-content/uploads/2015/10/Pastel-Wedding.jpg',0,'attachment','image/jpeg',0),(227,1,'2015-10-29 22:55:48','2015-10-29 22:55:48','','Peach Bouquet','','inherit','open','closed','','peach-bouquet','','','2015-10-29 22:55:48','2015-10-29 22:55:48','',128,'http://localhost/music/wp-content/uploads/2015/10/Peach-Bouquet.jpg',0,'attachment','image/jpeg',0),(228,1,'2015-10-29 22:55:51','2015-10-29 22:55:51','','Sweetheart','','inherit','open','closed','','sweetheart','','','2015-10-29 22:55:51','2015-10-29 22:55:51','',128,'http://localhost/music/wp-content/uploads/2015/10/Sweetheart.jpg',0,'attachment','image/jpeg',0),(229,1,'2015-10-29 22:55:54','2015-10-29 22:55:54','','Bridal Shower','','inherit','open','closed','','bridal-shower','','','2015-10-29 22:55:54','2015-10-29 22:55:54','',128,'http://localhost/music/wp-content/uploads/2015/10/Bridal-Shower.jpg',0,'attachment','image/jpeg',0),(230,1,'2015-10-29 22:55:57','2015-10-29 22:55:57','','Margarita','','inherit','open','closed','','margarita','','','2015-10-29 22:55:57','2015-10-29 22:55:57','',128,'http://localhost/music/wp-content/uploads/2015/10/Margarita.jpg',0,'attachment','image/jpeg',0),(231,1,'2015-10-29 22:56:00','2015-10-29 22:56:00','','Black & Gold','','inherit','open','closed','','black-gold','','','2015-10-29 22:56:00','2015-10-29 22:56:00','',128,'http://localhost/music/wp-content/uploads/2015/10/Black-Gold.jpg',0,'attachment','image/jpeg',0),(232,1,'2015-10-29 22:56:04','2015-10-29 22:56:04','','Lavender & Gold','','inherit','open','closed','','lavender-gold','','','2015-10-29 22:56:04','2015-10-29 22:56:04','',128,'http://localhost/music/wp-content/uploads/2015/10/Lavender-Gold.jpg',0,'attachment','image/jpeg',0),(233,1,'2015-10-29 22:56:07','2015-10-29 22:56:07','','Gold & White','','inherit','open','closed','','gold-white','','','2015-10-29 22:56:07','2015-10-29 22:56:07','',128,'http://localhost/music/wp-content/uploads/2015/10/Gold-White.jpg',0,'attachment','image/jpeg',0),(234,1,'2015-10-29 22:56:10','2015-10-29 22:56:10','','Codffee Cream','','inherit','open','closed','','codffee-cream','','','2015-10-29 22:56:10','2015-10-29 22:56:10','',128,'http://localhost/music/wp-content/uploads/2015/10/Codffee-Cream.jpg',0,'attachment','image/jpeg',0),(235,1,'2015-10-29 22:56:13','2015-10-29 22:56:13','','Hotel Ballroom','','inherit','open','closed','','hotel-ballroom','','','2015-10-29 22:56:13','2015-10-29 22:56:13','',128,'http://localhost/music/wp-content/uploads/2015/10/Hotel-Ballroom.jpg',0,'attachment','image/jpeg',0),(236,1,'2015-10-29 22:56:17','2015-10-29 22:56:17','','Lavender Light','','inherit','open','closed','','lavender-light','','','2015-10-29 22:56:17','2015-10-29 22:56:17','',128,'http://localhost/music/wp-content/uploads/2015/10/Lavender-Light.jpg',0,'attachment','image/jpeg',0),(237,1,'2015-10-29 22:56:20','2015-10-29 22:56:20','','Red & White','','inherit','open','closed','','red-white','','','2015-10-29 22:56:20','2015-10-29 22:56:20','',128,'http://localhost/music/wp-content/uploads/2015/10/Red-White.jpg',0,'attachment','image/jpeg',0),(238,1,'2015-10-29 22:56:23','2015-10-29 22:56:23','','Mostly Pink','','inherit','open','closed','','mostly-pink','','','2015-10-29 22:56:23','2015-10-29 22:56:23','',128,'http://localhost/music/wp-content/uploads/2015/10/Mostly-Pink.jpg',0,'attachment','image/jpeg',0),(239,1,'2015-10-29 22:56:27','2015-10-29 22:56:27','','Sedona','','inherit','open','closed','','sedona','','','2015-10-29 22:56:27','2015-10-29 22:56:27','',128,'http://localhost/music/wp-content/uploads/2015/10/Sedona.jpg',0,'attachment','image/jpeg',0),(244,1,'2015-10-30 11:58:31','2015-10-30 11:58:31','','Landon and Girl2','','inherit','open','closed','','landon-and-girl2','','','2015-10-30 11:58:31','2015-10-30 11:58:31','',12,'http://localhost/music/wp-content/uploads/2015/10/Landon-and-Girl2.jpg',0,'attachment','image/jpeg',0),(245,1,'2015-10-30 11:58:35','2015-10-30 11:58:35','','lan2','','inherit','open','closed','','lan2','','','2015-10-30 11:58:35','2015-10-30 11:58:35','',12,'http://localhost/music/wp-content/uploads/2015/10/lan2.jpg',0,'attachment','image/jpeg',0),(246,1,'2015-10-30 11:58:38','2015-10-30 11:58:38','','startdesigningnow','','inherit','open','closed','','startdesigningnow','','','2015-10-30 11:58:38','2015-10-30 11:58:38','',12,'http://localhost/music/wp-content/uploads/2015/10/startdesigningnow.jpg',0,'attachment','image/jpeg',0),(247,1,'2015-10-30 11:58:41','2015-10-30 11:58:41','','letscreate','','inherit','open','closed','','letscreate','','','2015-10-30 11:58:41','2015-10-30 11:58:41','',12,'http://localhost/music/wp-content/uploads/2015/10/letscreate.jpg',0,'attachment','image/jpeg',0),(248,1,'2015-10-30 11:58:44','2015-10-30 11:58:44','','howtoordernow','','inherit','open','closed','','howtoordernow','','','2015-10-30 11:58:44','2015-10-30 11:58:44','',12,'http://localhost/music/wp-content/uploads/2015/10/howtoordernow.jpg',0,'attachment','image/jpeg',0),(257,1,'2015-10-30 12:35:08','2015-10-30 12:35:08','','sizesNewPAGE','','inherit','open','closed','','sizesnewpage','','','2015-10-30 12:35:08','2015-10-30 12:35:08','',0,'http://localhost/music/wp-content/uploads/2015/10/sizesNewPAGE.jpg',0,'attachment','image/jpeg',0),(259,1,'2015-10-30 12:55:14','2015-10-30 12:55:14','I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.\r\nMy guests loved it!','Jocelyn Rodriguez','','publish','open','closed','','jocelyn-rodriguez','','','2015-10-30 12:55:14','2015-10-30 12:55:14','',0,'http://localhost/music/?post_type=testimonials&#038;p=259',0,'testimonials','',0),(261,1,'2015-10-30 12:58:18','2015-10-30 12:58:18','Walking into the reception, I couldn’t have been happier. Everyone raved about them.','Andrea Fontana','','publish','open','closed','','andrea-fontana','','','2015-10-30 12:58:18','2015-10-30 12:58:18','',0,'http://localhost/music/?post_type=testimonials&#038;p=261',0,'testimonials','',0),(263,1,'2015-10-30 12:59:15','2015-10-30 12:59:15','Wanderfuls made our tables sparkle! We’re so glad we made them part of our daughter’s special day.','Debbie and Dan Lynch','','publish','open','closed','','debbie-and-dan-lynch','','','2015-10-30 12:59:15','2015-10-30 12:59:15','',0,'http://localhost/music/?post_type=testimonials&#038;p=263',0,'testimonials','',0),(265,1,'2015-10-30 13:00:03','2015-10-30 13:00:03','The Wanderfuls centerpieces I ordered for my wedding were absolutely perfect!','Anonmus','','publish','open','closed','','anonmus','','','2015-10-30 13:00:03','2015-10-30 13:00:03','',0,'http://localhost/music/?post_type=testimonials&#038;p=265',0,'testimonials','',0),(267,1,'2015-10-30 13:00:47','2015-10-30 13:00:47','Wanderfuls, you’ve outdone yourself! Thank you for making my daughter’s Sweet 16 an unforgettable event!','Patricia Lincoln','','publish','open','closed','','patricia-lincoln','','','2015-10-30 13:00:47','2015-10-30 13:00:47','',0,'http://localhost/music/?post_type=testimonials&#038;p=267',0,'testimonials','',0),(270,1,'2015-10-30 13:01:45','2015-10-30 13:01:45','What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!\r\nI wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!','Michelle Hamilton','','publish','open','closed','','michelle-hamilton','','','2015-10-30 13:01:45','2015-10-30 13:01:45','',0,'http://localhost/music/?post_type=testimonials&#038;p=270',0,'testimonials','',0),(272,1,'2015-10-30 13:03:34','2015-10-30 13:03:34','The centerpieces for our Orlando Convention banquet looked great! Everyone commented how unique they were.','Darlene Summers','','publish','open','closed','','darlene-summers','','','2015-10-30 13:03:34','2015-10-30 13:03:34','',0,'http://localhost/music/?post_type=testimonials&#038;p=272',0,'testimonials','',0),(274,1,'2015-10-30 13:04:29','2015-10-30 13:04:29','Wanderfuls were absolutely magnificent. You were a hit!','Marilyn Radcliffe','','publish','open','closed','','marilyn-radcliffe','','','2015-10-30 13:04:29','2015-10-30 13:04:29','',0,'http://localhost/music/?post_type=testimonials&#038;p=274',0,'testimonials','',0),(276,1,'2015-10-30 13:05:20','2015-10-30 13:05:20','How can I begin to thank you! You accommodated all of our needs.','Jamise Liddell','','publish','open','closed','','jamise-liddell','','','2015-10-30 13:05:20','2015-10-30 13:05:20','',0,'http://localhost/music/?post_type=testimonials&#038;p=276',0,'testimonials','',0),(278,1,'2015-10-30 13:06:12','2015-10-30 13:06:12','I wanted to do something different for our end-of-the-year party. The Wanderfuls arrangements were just what I needed. It gave off the wow effect!','Alexis Kitt','','publish','open','closed','','alexis-kitt','','','2015-10-30 13:06:12','2015-10-30 13:06:12','',0,'http://localhost/music/?post_type=testimonials&#038;p=278',0,'testimonials','',0),(280,1,'2015-10-30 13:07:00','2015-10-30 13:07:00','Thank you for the wonderful centerpieces. It made a real inspiration at our Annual Meeting. Even the President of the University of South Florida was impressed!','Lourdes Rodriguez','','publish','open','closed','','lourdes-rodriguez','','','2015-10-30 13:07:00','2015-10-30 13:07:00','',0,'http://localhost/music/?post_type=testimonials&#038;p=280',0,'testimonials','',0),(282,1,'2015-10-30 13:07:45','2015-10-30 13:07:45','Wanderfuls really know how brighten upour company annual party, the colors are just magical!','Cameron Fay','','publish','open','closed','','cameron-fay','','','2015-10-30 13:07:45','2015-10-30 13:07:45','',0,'http://localhost/music/?post_type=testimonials&#038;p=282',0,'testimonials','',0),(284,1,'2015-10-30 16:49:33','2015-10-30 16:49:33','\"I received my sample Centerpiece (&wedding favors) in the mail today. What a surprise! They look good in the pictures on the internet and the brochures you sent me; but those pictures do not do them justice - these are so gorgeous - they are great! Everything I expected and more!\"\r\n\r\n\"I absolutely love them. I wasn\'t going to show anybody until the actual wedding day where they could see them for themselves but I was so excited when I got them I had to show everyone. I brought them to work today and my co-workers agree; these are definitely one of the nicest centerpieces they have ever seen.\r\n\r\nI cannot express how happy I am with them!\"\r\n\r\n\"All I can say is WOW! And thanks. What a great idea!\"','Michelle Hamilton','','publish','open','closed','','michelle-hamilton-2','','','2015-10-30 16:49:33','2015-10-30 16:49:33','',0,'http://localhost/music/?post_type=testimonials&#038;p=284',0,'testimonials','',0),(286,1,'2015-10-30 16:50:24','2015-10-30 16:50:24','I saw the Wanderfuls on the internet in February and ordered 13 centerpieces for my daughter\'s wedding in June. I just received them. The finished product looks absolutely beautiful, even better than I thought. I am very pleased. My girlfriend, who does flowers, came over and said they were gorgeous.','Judy Behler Hainesville','','publish','open','closed','','judy-behler-hainesville','','','2015-10-30 16:50:24','2015-10-30 16:50:24','',0,'http://localhost/music/?post_type=testimonials&#038;p=286',0,'testimonials','',0),(288,1,'2015-10-30 16:51:25','2015-10-30 16:51:25','Just wanted to thank you for a great job in putting together and shipping the centerpieces for our Orlando Convention Banquet. They looked great! Everyone commented how unique they were. It was a pleasure working with you.','Darlene Summers','','publish','open','closed','','darlene-summers-2','','','2015-10-30 16:51:26','2015-10-30 16:51:26','',0,'http://localhost/music/?post_type=testimonials&#038;p=288',0,'testimonials','',0),(290,1,'2015-10-30 16:52:39','2015-10-30 16:52:39','The table decorations were more than a success; they were an inspiration ...they made a great memento to our organization. All of our guests thought they were great and were delighted to take them home; so much better than flowers...Thank you so much and I certainly look forward to using your firm again.','Arlene Jacobs','','publish','open','closed','','arlene-jacobs','','','2015-10-30 16:52:39','2015-10-30 16:52:39','',0,'http://localhost/music/?post_type=testimonials&#038;p=290',0,'testimonials','',0),(292,1,'2015-10-30 16:53:40','2015-10-30 16:53:40','They were absolutely magnificent. I hope that you heard some of the comments that I heard. Succinctly stated, you were a hit!…The most beautiful centerpieces on the planet…','Marilyn Ratliff','','publish','open','closed','','marilyn-ratliff','','','2015-10-30 16:53:40','2015-10-30 16:53:40','',0,'http://localhost/music/?post_type=testimonials&#038;p=292',0,'testimonials','',0),(294,1,'2015-10-30 16:56:45','2015-10-30 16:56:45','I just wanted to say thank you for the gorgeous bouquets. It was a magnificent sight walking into the ballroom…We have received numerous compliments regarding the beauty and the colors of the wands. You have a wonderful product and I wish you the best of luck in the future.','Randy Goldstein','','publish','open','closed','','randy-goldstein','','','2015-10-30 16:56:45','2015-10-30 16:56:45','',0,'http://localhost/music/?post_type=testimonials&#038;p=294',0,'testimonials','',0),(296,1,'2015-10-30 16:57:40','2015-10-30 16:57:40','How can I begin to thank you? You were an absolute lifesaver. From helping us decide on the correct color scheme to going beyond the call of duty to send us extra material at the last minute, you accommodated all our needs. On behalf of the Office of Public Affairs, thank you again for everything.','Krista Klaproth','','publish','open','closed','','krista-klaproth','','','2015-10-30 16:57:40','2015-10-30 16:57:40','',0,'http://localhost/music/?post_type=testimonials&#038;p=296',0,'testimonials','',0),(298,1,'2015-10-30 16:58:46','2015-10-30 16:58:46','This is a true story that began about year ago when my mother and I were talking to the manager of a local catering hall in her office. It was an ordinary catering hall and I was just there collect information when my life suddenly took an unexpected turn. Sitting on a small table in her office was the most beautiful favor I had every seen. Actually it was a collection of favors in the shape of a bouquet. \r\n\r\nThe moment I saw it I fell in love. I decided right then and there that I HAD to have this favor at my wedding. It was the only wedding related decision that took less than a month. After all, it solved several two wedding dilemmas in one – the favors and the centerpieces. But like many true loves there were circumstances that prevented us from being together. When I requested more information on these favors, the catering manager refused to cooperate unless I booked my wedding with her. I was disappointed and upset.\r\nThus began my determined search in every candy, chocolate nut and party place I could find. Month after month, store after store, the search continued but with no results. My head said give up but my heart would not relent.\r\n\r\nThen, again, my life took an unexpected turn. That reunited me in the most bizarre of circumstances with my beloved favors. It was a typical day for me on the job as an emergency medical technician when a 911 call came in that a man was having a heart attack. Saving peoples lives is routine in my line of work. So we rushed to assist the man in his home. I hovered over the patient, my stethoscope dangling from my ears when I saw it. I couldn’t believe my eyes at first. Sitting right there on a shelf in the patient’s home was the favor I had sought for so long. I I almost went into shock myself when I realized my discovery. \'Where did you get this! I exclaimed. \'At my granddaughter’s Sweet Sixteen,\' the patients wife responded. I assured her that her husband just had severe gas pains and that he was going to be okay. She seemed much relieved. And she saw how much I loved the favor and she let me take it. On the bottom was a phone number. As soon as I arrived at the emergency room I jumped on the phone and called Wanderfuls to tell the story about a crazy girl who just had to have the favor and centerpieces of her dreams. At least my search had come to a happy ending.','Marianne Pizzitola','','publish','open','closed','','marianne-pizzitola','','','2015-10-30 16:58:46','2015-10-30 16:58:46','',0,'http://localhost/music/?post_type=testimonials&#038;p=298',0,'testimonials','',0),(300,1,'2015-10-30 17:00:08','2015-10-30 17:00:08','I want to thank you an everyone there for your help in planning Kelly’s Sweet 16. It was a pleasure doing business with you. I saw the Wanderfuls at a show about three years ago and I’m so glad I decided to contact you. If you ever need a glowing recommendation or an assistant I would be thrilled to be of assistance. Kelly is already discussing which type of Wanderful she wants for her wedding.','Marietta Fitzpatrick','','publish','open','closed','','marietta-fitzpatrick','','','2015-10-30 17:00:08','2015-10-30 17:00:08','',0,'http://localhost/music/?post_type=testimonials&#038;p=300',0,'testimonials','',0),(302,1,'2015-10-30 17:00:53','2015-10-30 17:00:53','You all did a great job. My party was a success. Everyone loved the centerpieces and have asked where I got them from. I wanted something different, & different was what I got. It dressed up the room so beautiful that everyone was amazed. Again, thanks for all your help.','Margaret Horgan','','publish','open','closed','','margaret-horgan','','','2015-10-30 17:00:53','2015-10-30 17:00:53','',0,'http://localhost/music/?post_type=testimonials&#038;p=302',0,'testimonials','',0),(304,1,'2015-10-30 17:01:34','2015-10-30 17:01:34','Our fundraiser event at the Grand Marquis was a big success. The centerpieces looked fabulous and everyone commented on them. We are sure you have already heard from several of our friends who attended the event.','Jean Engle','','publish','open','closed','','jean-engle','','','2015-10-30 17:01:34','2015-10-30 17:01:34','',0,'http://localhost/music/?post_type=testimonials&#038;p=304',0,'testimonials','',0),(306,1,'2015-10-30 17:02:09','2015-10-30 17:02:09','Thanks so much for your help in making our party a great success! I have passed on your name to several people who just loved the way way they looked.','Susan Levy','','publish','open','closed','','susan-levy','','','2015-10-30 17:02:09','2015-10-30 17:02:09','',0,'http://localhost/music/?post_type=testimonials&#038;p=306',0,'testimonials','',0),(309,1,'2015-10-30 17:02:52','2015-10-30 17:02:52','I was racking my brain looking for centerpieces and favors for my reception that have not been done to death. I thought I would have to settle for fresh cut flowers (which have been done to death). In my mind the first thing your guests notice are the table settings and centerpieces.\r\n\r\nI wanted a favor our guests could take home to remember our special, magical day. Your favors and centerpieces are just the perfect combination. I also wanted to thank your staff on all their help, spending time giving me ideas on how to coordinate my centerpieces with my taste and color scheme.','Mrs. Edward Danka','','publish','open','closed','','mrs-edward-danka','','','2015-10-30 17:02:52','2015-10-30 17:02:52','',0,'http://localhost/music/?post_type=testimonials&#038;p=309',0,'testimonials','',0),(311,1,'2015-10-30 17:03:29','2015-10-30 17:03:29','Today, I received my Wanderfuls bouqet!  I love it!  It is so wonderful! All  you have to do is order that first sample bouqet and you can really see how wonderful it is. I\'m so glad I did  because, they are even more beautiful in real life. Thank you!','Natasha Bavari','','publish','open','closed','','natasha-bavari','','','2015-10-30 17:03:29','2015-10-30 17:03:29','',0,'http://localhost/music/?post_type=testimonials&#038;p=311',0,'testimonials','',0),(313,1,'2015-10-30 17:04:11','2015-10-30 17:04:11','I was so nervous!!!!! I had seen your arrangements before I ordered them at a good friends wedding. I knew they would be great. But the big question was would the owners of our company think the same thing. I have worked for a small company for 2 yrs. and this is only my 2nd time handling the end of the year party. I wanted to do something different. In stead of just the regular potted plants that may be only a few get to keep at the end of the evening. The Florelle arrangement was just what I needed.\r\n\r\nWell there was not reason to be nervous after all. Not only did the Owner of our company think they were great, but so did his wife and everyone else. It gave off  the \"WOW\" effect.\r\n\r\n Thank you Florelle. Until next year.\r\n\r\nA VERY satisfied customer.','Alexis Kitt','','publish','open','closed','','alexis-kitt-2','','','2015-10-30 17:04:11','2015-10-30 17:04:11','',0,'http://localhost/music/?post_type=testimonials&#038;p=313',0,'testimonials','',0),(316,1,'2015-10-30 17:04:56','2015-10-30 17:04:56','Thank you for the wonderful centerpieces.  It made a real impression at our Annual Meeting.  Even the President of the University of South Florida was impressed and requested the information of where I had the centerpieces made.  Also, your staff is wonderful to work with.  I had a time frame that I needed these and your personnel was able to assure me that I would get it in time for my meeting. Thank you so much for your professionalism and great, EXCELLENT JOB. You really made my meeting look GREAT. Thank you','Lourdes Rodriguez','','publish','open','closed','','lourdes-rodriguez-2','','','2015-10-30 17:04:56','2015-10-30 17:04:56','',0,'http://localhost/music/?post_type=testimonials&#038;p=316',0,'testimonials','',0),(318,1,'2015-10-30 17:05:37','2015-10-30 17:05:37','I want to thank you for making my daughter\'s Sweet 16 party a hit!!!  I spent endless hours looking for a great favor that was beautiful and nice without spending a fortune, and when I came across your web site by chance I couldn\'t believe there actually was the perfect one!  I have received endless compliments on the Wanderfuls, and I can\'t wait for my next party! Your expert suggestions and patience when ordering were a delight and actually made decision making fun!  I can\'t say enough about this product  and the  way it added to a great party!   Anyone who orders the Wanderful won\'t be sorry!  Thanks again for everything.','Kathy Holland','','publish','open','closed','','kathy-holland','','','2015-10-30 17:05:37','2015-10-30 17:05:37','',0,'http://localhost/music/?post_type=testimonials&#038;p=318',0,'testimonials','',0),(327,1,'2015-10-30 18:03:04','2015-10-30 18:03:04','','sweet16b3','','inherit','open','closed','','sweet16b3','','','2015-10-30 18:03:04','2015-10-30 18:03:04','',14,'http://localhost/music/wp-content/uploads/2015/10/sweet16b3.jpg',0,'attachment','image/jpeg',0),(328,1,'2015-10-30 18:03:08','2015-10-30 18:03:08','','sweet16a2','','inherit','open','closed','','sweet16a2','','','2015-10-30 18:03:08','2015-10-30 18:03:08','',14,'http://localhost/music/wp-content/uploads/2015/10/sweet16a2.jpg',0,'attachment','image/jpeg',0),(329,1,'2015-10-30 18:03:11','2015-10-30 18:03:11','','mickeybride1','','inherit','open','closed','','mickeybride1','','','2015-10-30 18:03:11','2015-10-30 18:03:11','',14,'http://localhost/music/wp-content/uploads/2015/10/mickeybride1.jpg',0,'attachment','image/jpeg',0),(330,1,'2015-10-30 18:03:14','2015-10-30 18:03:14','','sweet16d5','','inherit','open','closed','','sweet16d5','','','2015-10-30 18:03:14','2015-10-30 18:03:14','',14,'http://localhost/music/wp-content/uploads/2015/10/sweet16d5.jpg',0,'attachment','image/jpeg',0),(331,1,'2015-10-30 18:03:17','2015-10-30 18:03:17','','joyce','','inherit','open','closed','','joyce','','','2015-10-30 18:03:17','2015-10-30 18:03:17','',14,'http://localhost/music/wp-content/uploads/2015/10/joyce.jpg',0,'attachment','image/jpeg',0),(333,1,'2015-10-30 18:41:33','2015-10-30 18:41:33','','rm5L_P3','','inherit','open','closed','','rm5l_p3','','','2015-10-30 18:41:33','2015-10-30 18:41:33','',0,'http://localhost/music/wp-content/uploads/2015/10/rm5L_P3.jpg',0,'attachment','image/jpeg',0),(335,1,'2015-10-30 19:28:15','2015-10-30 19:28:15','','table1','','inherit','open','closed','','table1','','','2015-10-30 19:28:15','2015-10-30 19:28:15','',56,'http://localhost/music/wp-content/uploads/2015/10/table1.jpg',0,'attachment','image/jpeg',0),(336,1,'2015-10-30 19:28:19','2015-10-30 19:28:19','','table4','','inherit','open','closed','','table4','','','2015-10-30 19:28:19','2015-10-30 19:28:19','',56,'http://localhost/music/wp-content/uploads/2015/10/table4.jpg',0,'attachment','image/jpeg',0),(337,1,'2015-10-30 19:28:23','2015-10-30 19:28:23','','rm1L_ch','','inherit','open','closed','','rm1l_ch','','','2015-10-30 19:28:23','2015-10-30 19:28:23','',56,'http://localhost/music/wp-content/uploads/2015/10/rm1L_ch.jpg',0,'attachment','image/jpeg',0),(338,1,'2015-10-30 19:28:27','2015-10-30 19:28:27','','rm4L_gold','','inherit','open','closed','','rm4l_gold','','','2015-10-30 19:28:27','2015-10-30 19:28:27','',56,'http://localhost/music/wp-content/uploads/2015/10/rm4L_gold.jpg',0,'attachment','image/jpeg',0),(339,1,'2015-10-30 19:28:31','2015-10-30 19:28:31','','rm7L_P1','','inherit','open','closed','','rm7l_p1','','','2015-10-30 19:28:31','2015-10-30 19:28:31','',56,'http://localhost/music/wp-content/uploads/2015/10/rm7L_P1.jpg',0,'attachment','image/jpeg',0),(340,1,'2015-10-30 19:28:35','2015-10-30 19:28:35','','rm3L','','inherit','open','closed','','rm3l','','','2015-10-30 19:28:35','2015-10-30 19:28:35','',56,'http://localhost/music/wp-content/uploads/2015/10/rm3L.jpg',0,'attachment','image/jpeg',0),(341,1,'2015-10-30 19:28:39','2015-10-30 19:28:39','','table2','','inherit','open','closed','','table2','','','2015-10-30 19:28:39','2015-10-30 19:28:39','',56,'http://localhost/music/wp-content/uploads/2015/10/table2.jpg',0,'attachment','image/jpeg',0),(345,1,'2015-10-30 20:43:40','2015-10-30 20:43:40','','Veggie Bouquet','','inherit','open','closed','','veggie-bouquet','','','2015-10-30 20:43:40','2015-10-30 20:43:40','',130,'http://localhost/music/wp-content/uploads/2015/10/Veggie-Bouquet.jpg',0,'attachment','image/jpeg',0),(346,1,'2015-10-30 20:43:45','2015-10-30 20:43:45','','Wild Tropical','','inherit','open','closed','','wild-tropical','','','2015-10-30 20:43:45','2015-10-30 20:43:45','',130,'http://localhost/music/wp-content/uploads/2015/10/Wild-Tropical.jpg',0,'attachment','image/jpeg',0),(347,1,'2015-10-30 20:43:48','2015-10-30 20:43:48','','Sunday Bouquet','','inherit','open','closed','','sunday-bouquet','','','2015-10-30 20:43:48','2015-10-30 20:43:48','',130,'http://localhost/music/wp-content/uploads/2015/10/Sunday-Bouquet.jpg',0,'attachment','image/jpeg',0),(348,1,'2015-10-30 20:43:52','2015-10-30 20:43:52','','Hot Pink, Silver and Black','','inherit','open','closed','','hot-pink-silver-and-black','','','2015-10-30 20:43:52','2015-10-30 20:43:52','',130,'http://localhost/music/wp-content/uploads/2015/10/Hot-Pink-Silver-and-Black.jpg',0,'attachment','image/jpeg',0),(349,1,'2015-10-30 20:43:56','2015-10-30 20:43:56','','Patriotic Centerpiece','','inherit','open','closed','','patriotic-centerpiece','','','2015-10-30 20:43:56','2015-10-30 20:43:56','',130,'http://localhost/music/wp-content/uploads/2015/10/Patriotic-Centerpiece.jpg',0,'attachment','image/jpeg',0),(350,1,'2015-10-30 20:43:59','2015-10-30 20:43:59','','Fiery Sunset','','inherit','open','closed','','fiery-sunset','','','2015-10-30 20:43:59','2015-10-30 20:43:59','',130,'http://localhost/music/wp-content/uploads/2015/10/Fiery-Sunset.jpg',0,'attachment','image/jpeg',0),(351,1,'2015-10-30 20:44:02','2015-10-30 20:44:02','','Football','','inherit','open','closed','','football','','','2015-10-30 20:44:02','2015-10-30 20:44:02','',130,'http://localhost/music/wp-content/uploads/2015/10/Football.jpg',0,'attachment','image/jpeg',0),(352,1,'2015-10-30 20:44:06','2015-10-30 20:44:06','','Blue Rasberry Sun','','inherit','open','closed','','blue-rasberry-sun','','','2015-10-30 20:44:06','2015-10-30 20:44:06','',130,'http://localhost/music/wp-content/uploads/2015/10/Blue-Rasberry-Sun.jpg',0,'attachment','image/jpeg',0),(353,1,'2015-10-30 20:44:10','2015-10-30 20:44:10','','Clubhouse Bouquet','','inherit','open','closed','','clubhouse-bouquet','','','2015-10-30 20:44:10','2015-10-30 20:44:10','',130,'http://localhost/music/wp-content/uploads/2015/10/Clubhouse-Bouquet.jpg',0,'attachment','image/jpeg',0),(354,1,'2015-10-30 20:44:13','2015-10-30 20:44:13','','Silver Rainbow','','inherit','open','closed','','silver-rainbow','','','2015-10-30 20:44:13','2015-10-30 20:44:13','',130,'http://localhost/music/wp-content/uploads/2015/10/Silver-Rainbow.jpg',0,'attachment','image/jpeg',0),(355,1,'2015-10-30 20:44:17','2015-10-30 20:44:17','','Mother\'s Day','','inherit','open','closed','','mothers-day','','','2015-10-30 20:44:17','2015-10-30 20:44:17','',130,'http://localhost/music/wp-content/uploads/2015/10/Mothers-Day.jpg',0,'attachment','image/jpeg',0),(356,1,'2015-10-30 20:44:22','2015-10-30 20:44:22','','Tropical Bouquet','','inherit','open','closed','','tropical-bouquet','','','2015-10-30 20:44:22','2015-10-30 20:44:22','',130,'http://localhost/music/wp-content/uploads/2015/10/Tropical-Bouquet.jpg',0,'attachment','image/jpeg',0),(359,1,'2015-10-30 21:07:54','2015-10-30 21:07:54','','black-gold-bar-mitzvah','','inherit','open','closed','','black-gold-bar-mitzvah','','','2015-10-30 21:07:54','2015-10-30 21:07:54','',0,'http://localhost/music/wp-content/uploads/2015/10/black-gold-bar-mitzvah.jpg',0,'attachment','image/jpeg',0),(360,1,'2015-10-30 21:07:59','2015-10-30 21:07:59','','royal-and-white-bar-mitzvah','','inherit','open','closed','','royal-and-white-bar-mitzvah','','','2015-10-30 21:07:59','2015-10-30 21:07:59','',0,'http://localhost/music/wp-content/uploads/2015/10/royal-and-white-bar-mitzvah.jpg',0,'attachment','image/jpeg',0),(361,1,'2015-10-30 21:08:05','2015-10-30 21:08:05','','blue3','','inherit','open','closed','','blue3','','','2015-10-30 21:08:05','2015-10-30 21:08:05','',0,'http://localhost/music/wp-content/uploads/2015/10/blue3.jpg',0,'attachment','image/jpeg',0),(362,1,'2015-10-30 21:12:23','2015-10-30 21:12:23','','download','','inherit','open','closed','','download','','','2015-10-30 21:12:23','2015-10-30 21:12:23','',49,'http://localhost/music/wp-content/uploads/2015/10/download.png',0,'attachment','image/png',0),(363,1,'2015-10-30 21:12:27','2015-10-30 21:12:27','','bat','','inherit','open','closed','','bat','','','2015-10-30 21:12:27','2015-10-30 21:12:27','',49,'http://localhost/music/wp-content/uploads/2015/10/bat.jpg',0,'attachment','image/jpeg',0),(364,1,'2015-10-30 21:12:31','2015-10-30 21:12:31','','wands','','inherit','open','closed','','wands','','','2015-10-30 21:12:31','2015-10-30 21:12:31','',49,'http://localhost/music/wp-content/uploads/2015/10/wands.jpg',0,'attachment','image/jpeg',0),(365,1,'2015-10-30 21:12:34','2015-10-30 21:12:34','','unnamed','','inherit','open','closed','','unnamed','','','2015-10-30 21:12:34','2015-10-30 21:12:34','',49,'http://localhost/music/wp-content/uploads/2015/10/unnamed.jpg',0,'attachment','image/jpeg',0),(366,1,'2015-10-30 21:21:12','2015-10-30 21:21:12','','designyourown','','inherit','open','closed','','designyourown','','','2015-10-30 21:21:12','2015-10-30 21:21:12','',49,'http://localhost/music/wp-content/uploads/2015/10/designyourown.jpg',0,'attachment','image/jpeg',0),(371,1,'2015-10-30 22:09:06','2015-10-30 22:09:06','','findyourcandy','','inherit','open','closed','','findyourcandy','','','2015-10-30 22:09:06','2015-10-30 22:09:06','',129,'http://localhost/music/wp-content/uploads/2015/10/findyourcandy.jpg',0,'attachment','image/jpeg',0),(373,1,'2015-11-04 18:11:53','2015-11-04 18:11:53','','teal-white-birthday2','','inherit','open','closed','','teal-white-birthday2','','','2015-11-04 18:11:53','2015-11-04 18:11:53','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/teal-white-birthday2.jpg',0,'attachment','image/jpeg',0),(374,1,'2015-11-04 18:12:01','2015-11-04 18:12:01','','birthday-centerpiece-main2','','inherit','open','closed','','birthday-centerpiece-main2','','','2015-11-04 18:12:01','2015-11-04 18:12:01','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/birthday-centerpiece-main2.jpg',0,'attachment','image/jpeg',0),(375,1,'2015-11-04 18:12:08','2015-11-04 18:12:08','','graduation-centerpiece-42','','inherit','open','closed','','graduation-centerpiece-42','','','2015-11-04 18:12:08','2015-11-04 18:12:08','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/graduation-centerpiece-42.jpg',0,'attachment','image/jpeg',0),(376,1,'2015-11-04 18:12:15','2015-11-04 18:12:15','','yellow-birthday-centerpiece2','','inherit','open','closed','','yellow-birthday-centerpiece2','','','2015-11-04 18:12:15','2015-11-04 18:12:15','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/yellow-birthday-centerpiece2.jpg',0,'attachment','image/jpeg',0),(377,1,'2015-11-04 18:14:32','2015-11-04 18:14:32','','pplbday2','','inherit','open','closed','','pplbday2','','','2015-11-04 18:14:32','2015-11-04 18:14:32','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/pplbday2.jpg',0,'attachment','image/jpeg',0),(378,1,'2015-11-04 18:38:59','2015-11-04 18:38:59','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','ekm','','publish','closed','closed','','ekm','','','2015-11-29 18:46:23','2015-11-29 18:46:23','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=378',0,'page','',0),(381,1,'2015-11-04 18:45:42','2015-11-04 18:45:42','','wands','','inherit','open','closed','','wands-2','','','2015-11-04 18:45:42','2015-11-04 18:45:42','',27,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/wands1.jpg',0,'attachment','image/jpeg',0),(382,1,'2015-11-04 18:49:06','2015-11-04 18:49:06','','filling','','inherit','open','closed','','filling','','','2015-11-04 18:49:06','2015-11-04 18:49:06','',27,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/filling.jpg',0,'attachment','image/jpeg',0),(384,1,'2015-11-04 19:05:25','2015-11-04 19:05:25','[vc_row][vc_column width=\"1/4\"][vc_widget_sidebar sidebar_id=\"side_menu\"][/vc_column][vc_column width=\"3/4\"][vcex_spacing][vc_column_text]\r\n<h1 class=\"h1font\">Birthday Centerpieces</h1>\r\nWanderfuls are the perfect centerpiece idea for your Birthday Celebration! Whether you\'re celebrating your 30th, 40th, 50th or 60th Birthday, your Birthday Centerpieces will stand out from all the rest, making yours the most memorable birthday party of the year. You\'ll love them because they double as favors and centerpieces. Your guests will be AMAZED when they walk into the room and see your Unique Party Centerpieces on the table!![/vc_column_text][vc_row_inner css=\".vc_custom_1446665561436{margin-top: 20px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"382\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<blockquote>My father-in-law\'s surprise 60th birthday party centerpiece was a huge hit thanks to Wanderfuls!\"\r\n-Paige Johnson</blockquote>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446664681110{margin-top: 20px !important;}\"][vc_single_image image=\"209\" onclick=\"custom_link\" link=\"../makebouquet.html\" css=\".vc_custom_1446665434681{margin-top: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"See what our customers ordered!\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"full\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"394,395,396,397,398,399,400,401,402,403,404,405\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1 class=\"h1font\">What are the candy options?</h1>\r\nYou get to choose from a variety of sweets or order empty to fill it with your own.\r\n<h1 class=\"h1font\">What if you want to design your own?</h1>\r\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row]','Birthday Centerpieces','','publish','closed','closed','','birthday-centerpieces','','','2015-12-03 01:33:20','2015-12-03 01:33:20','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=384',0,'page','',0),(394,1,'2015-11-04 19:52:07','2015-11-04 19:52:07','','Navy and Ivory with Gold Accents','','inherit','open','closed','','navy-and-ivory-with-gold-accents','','','2015-11-04 19:52:07','2015-11-04 19:52:07','',384,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Navy-and-Ivory-with-Gold-Accents.jpg',0,'attachment','image/jpeg',0),(395,1,'2015-11-04 19:52:15','2015-11-04 19:52:15','','Ivory and Peach Centerpiece','','inherit','open','closed','','ivory-and-peach-centerpiece','','','2015-11-04 19:52:15','2015-11-04 19:52:15','',384,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Ivory-and-Peach-Centerpiece.jpg',0,'attachment','image/jpeg',0),(396,1,'2015-11-04 19:52:21','2015-11-04 19:52:21','','Hunter Green and Mint Centerpiece','','inherit','open','closed','','hunter-green-and-mint-centerpiece','','','2015-11-04 19:52:21','2015-11-04 19:52:21','',384,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Hunter-Green-and-Mint-Centerpiece.jpg',0,'attachment','image/jpeg',0),(397,1,'2015-11-04 19:52:29','2015-11-04 19:52:29','','Metallic Gold and Black','','inherit','open','closed','','metallic-gold-and-black','','','2015-11-04 19:52:29','2015-11-04 19:52:29','',384,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Metallic-Gold-and-Black.jpg',0,'attachment','image/jpeg',0),(398,1,'2015-11-04 19:52:34','2015-11-04 19:52:34','','Ivory with Gold Accents','','inherit','open','closed','','ivory-with-gold-accents','','','2015-11-04 19:52:34','2015-11-04 19:52:34','',384,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Ivory-with-Gold-Accents.jpg',0,'attachment','image/jpeg',0),(399,1,'2015-11-04 19:52:41','2015-11-04 19:52:41','','Navy and Baby Blue','','inherit','open','closed','','navy-and-baby-blue','','','2015-11-04 19:52:41','2015-11-04 19:52:41','',384,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Navy-and-Baby-Blue.jpg',0,'attachment','image/jpeg',0),(400,1,'2015-11-04 19:52:51','2015-11-04 19:52:51','','Multi-Colored Pastel Centerpiece','','inherit','open','closed','','multi-colored-pastel-centerpiece','','','2015-11-04 19:52:51','2015-11-04 19:52:51','',384,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Multi-Colored-Pastel-Centerpiece.jpg',0,'attachment','image/jpeg',0),(401,1,'2015-11-04 19:53:01','2015-11-04 19:53:01','','Aqua and Periwinkle','','inherit','open','closed','','aqua-and-periwinkle','','','2015-11-04 19:53:01','2015-11-04 19:53:01','',384,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Aqua-and-Periwinkle.jpg',0,'attachment','image/jpeg',0),(402,1,'2015-11-04 19:53:07','2015-11-04 19:53:07','','Hot Pink with White Accents','','inherit','open','closed','','hot-pink-with-white-accents','','','2015-11-04 19:53:07','2015-11-04 19:53:07','',384,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Hot-Pink-with-White-Accents.jpg',0,'attachment','image/jpeg',0),(403,1,'2015-11-04 19:53:15','2015-11-04 19:53:15','','Metallic Hot Pink and Metallic Purple','','inherit','open','closed','','metallic-hot-pink-and-metallic-purple','','','2015-11-04 19:53:15','2015-11-04 19:53:15','',384,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Metallic-Hot-Pink-and-Metallic-Purple.jpg',0,'attachment','image/jpeg',0),(404,1,'2015-11-04 19:53:24','2015-11-04 19:53:24','','Hot Pink and Lime Centerpiece','','inherit','open','closed','','hot-pink-and-lime-centerpiece','','','2015-11-04 19:53:24','2015-11-04 19:53:24','',384,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Hot-Pink-and-Lime-Centerpiece.jpg',0,'attachment','image/jpeg',0),(405,1,'2015-11-04 19:53:30','2015-11-04 19:53:30','','Baby Blue and White','','inherit','open','closed','','baby-blue-and-white','','','2015-11-04 19:53:30','2015-11-04 19:53:30','',384,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Baby-Blue-and-White.jpg',0,'attachment','image/jpeg',0),(409,1,'2015-11-04 20:35:27','2015-11-04 20:35:27','','girls2','','inherit','open','closed','','girls2','','','2015-11-04 20:35:27','2015-11-04 20:35:27','',27,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/girls2.jpg',0,'attachment','image/jpeg',0),(413,1,'2015-11-04 21:23:36','2015-11-04 21:23:36','','table4','','inherit','open','closed','','table4-2','','','2015-11-04 21:23:36','2015-11-04 21:23:36','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/table4.jpg',0,'attachment','image/jpeg',0),(414,1,'2015-11-04 21:23:40','2015-11-04 21:23:40','','pink-wedding-table-centerpiece','','inherit','open','closed','','pink-wedding-table-centerpiece','','','2015-11-04 21:23:40','2015-11-04 21:23:40','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/pink-wedding-table-centerpiece.jpg',0,'attachment','image/jpeg',0),(415,1,'2015-11-04 21:23:43','2015-11-04 21:23:43','','orange-wedding-centerpieces','','inherit','open','closed','','orange-wedding-centerpieces','','','2015-11-04 21:23:43','2015-11-04 21:23:43','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/orange-wedding-centerpieces.jpg',0,'attachment','image/jpeg',0),(416,1,'2015-11-04 21:23:47','2015-11-04 21:23:47','','blue-ivory-wedding-centepiece','','inherit','open','closed','','blue-ivory-wedding-centepiece','','','2015-11-04 21:23:47','2015-11-04 21:23:47','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/blue-ivory-wedding-centepiece.jpg',0,'attachment','image/jpeg',0),(418,1,'2015-11-04 21:40:32','2015-11-04 21:40:32','','wedding','','inherit','open','closed','','wedding-2','','','2015-11-04 21:40:32','2015-11-04 21:40:32','',30,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/wedding.jpg',0,'attachment','image/jpeg',0),(419,1,'2015-11-04 21:40:44','2015-11-04 21:40:44','','all3','','inherit','open','closed','','all3','','','2015-11-04 21:40:44','2015-11-04 21:40:44','',30,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/all3.jpg',0,'attachment','image/jpeg',0),(420,1,'2015-11-04 21:40:49','2015-11-04 21:40:49','','wands','','inherit','open','closed','','wands-3','','','2015-11-04 21:40:49','2015-11-04 21:40:49','',30,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/wands2.jpg',0,'attachment','image/jpeg',0),(423,1,'2015-11-04 21:52:33','2015-11-04 21:52:33','','banquet-centerpiece-4v2','','inherit','open','closed','','banquet-centerpiece-4v2','','','2015-11-04 21:52:33','2015-11-04 21:52:33','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/banquet-centerpiece-4v2.jpg',0,'attachment','image/jpeg',0),(424,1,'2015-11-04 21:52:38','2015-11-04 21:52:38','','banquet-centerpiece-1','','inherit','open','closed','','banquet-centerpiece-1','','','2015-11-04 21:52:38','2015-11-04 21:52:38','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/banquet-centerpiece-1.jpg',0,'attachment','image/jpeg',0),(425,1,'2015-11-04 21:52:41','2015-11-04 21:52:41','','eggplant-banquet-centerpiece','','inherit','open','closed','','eggplant-banquet-centerpiece','','','2015-11-04 21:52:41','2015-11-04 21:52:41','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/eggplant-banquet-centerpiece.jpg',0,'attachment','image/jpeg',0),(426,1,'2015-11-04 21:52:45','2015-11-04 21:52:45','','corporate-centerpiece-3','','inherit','open','closed','','corporate-centerpiece-3','','','2015-11-04 21:52:45','2015-11-04 21:52:45','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/corporate-centerpiece-3.jpg',0,'attachment','image/jpeg',0),(428,1,'2015-11-04 22:02:49','2015-11-04 22:02:49','','bigimage2','','inherit','open','closed','','bigimage2','','','2015-11-04 22:02:49','2015-11-04 22:02:49','',32,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/bigimage2.jpg',0,'attachment','image/jpeg',0),(429,1,'2015-11-04 22:02:59','2015-11-04 22:02:59','','all','','inherit','open','closed','','all','','','2015-11-04 22:02:59','2015-11-04 22:02:59','',32,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/all.jpg',0,'attachment','image/jpeg',0),(431,1,'2015-11-04 22:49:47','2015-11-04 22:49:47','','slide_testimonials','','inherit','open','closed','','slide_testimonials','','','2015-11-04 22:49:47','2015-11-04 22:49:47','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/slide_testimonials.jpg',0,'attachment','image/jpeg',0),(432,1,'2015-11-04 22:49:50','2015-11-04 22:49:50','','sweet-sixteen-centerpiece','','inherit','open','closed','','sweet-sixteen-centerpiece','','','2015-11-04 22:49:50','2015-11-04 22:49:50','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/sweet-sixteen-centerpiece.jpg',0,'attachment','image/jpeg',0),(434,1,'2015-11-04 22:50:07','2015-11-04 22:50:07','','slide_009','','inherit','open','closed','','slide_009','','','2015-11-04 22:50:07','2015-11-04 22:50:07','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/slide_009.jpg',0,'attachment','image/jpeg',0),(436,1,'2015-11-04 23:01:57','2015-11-04 23:01:57','','home-gallery-2-large','','inherit','open','closed','','home-gallery-2-large-2','','','2015-11-04 23:01:57','2015-11-04 23:01:57','',34,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/home-gallery-2-large1.jpg',0,'attachment','image/jpeg',0),(437,1,'2015-11-04 23:02:01','2015-11-04 23:02:01','','Wanderfuls','','inherit','open','closed','','wanderfuls','','','2015-11-04 23:02:01','2015-11-04 23:02:01','',34,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Wanderfuls.jpg',0,'attachment','image/jpeg',0),(438,1,'2015-11-04 23:02:10','2015-11-04 23:02:10','','home-gallery-4-large','','inherit','open','closed','','home-gallery-4-large-2','','','2015-11-04 23:02:10','2015-11-04 23:02:10','',34,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/home-gallery-4-large1.jpg',0,'attachment','image/jpeg',0),(439,1,'2015-11-04 23:02:16','2015-11-04 23:02:16','','home-gallery-6-large','','inherit','open','closed','','home-gallery-6-large-2','','','2015-11-04 23:02:16','2015-11-04 23:02:16','',34,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/home-gallery-6-large1.jpg',0,'attachment','image/jpeg',0),(440,1,'2015-11-04 23:02:21','2015-11-04 23:02:21','','home-gallery-5-large','','inherit','open','closed','','home-gallery-5-large-2','','','2015-11-04 23:02:21','2015-11-04 23:02:21','',34,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/home-gallery-5-large1.jpg',0,'attachment','image/jpeg',0),(441,1,'2015-11-04 23:02:26','2015-11-04 23:02:26','','home-gallery-3-large','','inherit','open','closed','','home-gallery-3-large-2','','','2015-11-04 23:02:26','2015-11-04 23:02:26','',34,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/home-gallery-3-large1.jpg',0,'attachment','image/jpeg',0),(443,1,'2015-11-05 09:07:08','2015-11-05 09:07:08','','pinkblack','','inherit','open','closed','','pinkblack','','','2015-11-05 09:07:08','2015-11-05 09:07:08','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/pinkblack.jpg',0,'attachment','image/jpeg',0),(445,1,'2015-11-05 09:27:10','2015-11-05 09:27:10','','corporate','','inherit','open','closed','','corporate','','','2015-11-05 09:27:10','2015-11-05 09:27:10','',36,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/corporate.jpg',0,'attachment','image/jpeg',0),(446,1,'2015-11-05 09:27:15','2015-11-05 09:27:15','','bat','','inherit','open','closed','','bat-2','','','2015-11-05 09:27:15','2015-11-05 09:27:15','',36,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/bat1.jpg',0,'attachment','image/jpeg',0),(447,1,'2015-11-05 09:29:12','2015-11-05 09:29:12','','big2','','inherit','open','closed','','big2','','','2015-11-05 09:29:12','2015-11-05 09:29:12','',36,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/big2.jpg',0,'attachment','image/jpeg',0),(451,1,'2015-11-05 09:47:39','2015-11-05 09:47:39','','lime-green-graduation-centerpiece','','inherit','open','closed','','lime-green-graduation-centerpiece','','','2015-11-05 09:47:39','2015-11-05 09:47:39','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/lime-green-graduation-centerpiece.jpg',0,'attachment','image/jpeg',0),(452,1,'2015-11-05 09:47:45','2015-11-05 09:47:45','','graduation-centerpiece-5','','inherit','open','closed','','graduation-centerpiece-5','','','2015-11-05 09:47:45','2015-11-05 09:47:45','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/graduation-centerpiece-5.jpg',0,'attachment','image/jpeg',0),(453,1,'2015-11-05 09:54:38','2015-11-05 09:54:38','','quinceanera-party','','inherit','open','closed','','quinceanera-party','','','2015-11-05 09:54:38','2015-11-05 09:54:38','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/quinceanera-party.jpg',0,'attachment','image/jpeg',0),(455,1,'2015-11-05 10:02:25','2015-11-05 10:02:25','','hat3-graduation-centerpieces','','inherit','open','closed','','hat3-graduation-centerpieces','','','2015-11-05 10:02:25','2015-11-05 10:02:25','',38,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/hat3-graduation-centerpieces.jpg',0,'attachment','image/jpeg',0),(456,1,'2015-11-05 10:02:31','2015-11-05 10:02:31','','wands','','inherit','open','closed','','wands-4','','','2015-11-05 10:02:31','2015-11-05 10:02:31','',38,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/wands3.jpg',0,'attachment','image/jpeg',0),(457,1,'2015-11-05 10:02:36','2015-11-05 10:02:36','','wands2','','inherit','open','closed','','wands2','','','2015-11-05 10:02:36','2015-11-05 10:02:36','',38,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/wands21.jpg',0,'attachment','image/jpeg',0),(463,1,'2015-11-05 11:21:31','2015-11-05 11:21:31','','Pink Gumballs','','inherit','open','closed','','pink-gumballs','','','2015-11-05 11:21:31','2015-11-05 11:21:31','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Pink-Gumballs.jpg',0,'attachment','image/jpeg',0),(464,1,'2015-11-05 11:21:38','2015-11-05 11:21:38','','White and GrapebrLamoni from Hawaii','','inherit','open','closed','','white-and-grapebrlamoni-from-hawaii','','','2015-11-05 11:21:38','2015-11-05 11:21:38','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-GrapebrLamoni-from-Hawaii.jpg',0,'attachment','image/jpeg',0),(465,1,'2015-11-05 11:21:43','2015-11-05 11:21:43','','Metallic Baby BluebrPete from Oregon','','inherit','open','closed','','metallic-baby-bluebrpete-from-oregon','','','2015-11-05 11:21:43','2015-11-05 11:21:43','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Metallic-Baby-BluebrPete-from-Oregon.jpg',0,'attachment','image/jpeg',0),(466,1,'2015-11-05 11:21:53','2015-11-05 11:21:53','','White and Pink RibbonbrEsther from Massachusetts','','inherit','open','closed','','white-and-pink-ribbonbresther-from-massachusetts','','','2015-11-05 11:21:53','2015-11-05 11:21:53','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-Pink-RibbonbrEsther-from-Massachusetts.jpg',0,'attachment','image/jpeg',0),(467,1,'2015-11-05 11:22:01','2015-11-05 11:22:01','','White and LavenderbrSophie from California','','inherit','open','closed','','white-and-lavenderbrsophie-from-california','','','2015-11-05 11:22:01','2015-11-05 11:22:01','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-LavenderbrSophie-from-California.jpg',0,'attachment','image/jpeg',0),(468,1,'2015-11-05 11:22:05','2015-11-05 11:22:05','','Hot Pink and Azalea with Gold Tassels','','inherit','open','closed','','hot-pink-and-azalea-with-gold-tassels','','','2015-11-05 11:22:05','2015-11-05 11:22:05','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Hot-Pink-and-Azalea-with-Gold-Tassels.jpg',0,'attachment','image/jpeg',0),(469,1,'2015-11-05 11:22:10','2015-11-05 11:22:10','','Metallic PinkbrGretchen from Florida','','inherit','open','closed','','metallic-pinkbrgretchen-from-florida','','','2015-11-05 11:22:10','2015-11-05 11:22:10','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Metallic-PinkbrGretchen-from-Florida.jpg',0,'attachment','image/jpeg',0),(470,1,'2015-11-05 11:22:17','2015-11-05 11:22:17','','White and Mint brIsabelle from Pennsylvania','','inherit','open','closed','','white-and-mint-brisabelle-from-pennsylvania','','','2015-11-05 11:22:17','2015-11-05 11:22:17','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-Mint-brIsabelle-from-Pennsylvania.jpg',0,'attachment','image/jpeg',0),(471,1,'2015-11-05 11:22:24','2015-11-05 11:22:24','','White and Hot Pink brAlmond from Toronto','','inherit','open','closed','','white-and-hot-pink-bralmond-from-toronto','','','2015-11-05 11:22:24','2015-11-05 11:22:24','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-Hot-Pink-brAlmond-from-Toronto.jpg',0,'attachment','image/jpeg',0),(472,1,'2015-11-05 11:22:33','2015-11-05 11:22:33','','Multi-Colored Pastel Centerpiece brBrann from Tennessee','','inherit','open','closed','','multi-colored-pastel-centerpiece-brbrann-from-tennessee','','','2015-11-05 11:22:33','2015-11-05 11:22:33','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Multi-Colored-Pastel-Centerpiece-brBrann-from-Tennessee.jpg',0,'attachment','image/jpeg',0),(473,1,'2015-11-05 11:22:39','2015-11-05 11:22:39','','Navy and Ivory with Gold Accentsbr Madeline from Texas','','inherit','open','closed','','navy-and-ivory-with-gold-accentsbr-madeline-from-texas','','','2015-11-05 11:22:39','2015-11-05 11:22:39','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Navy-and-Ivory-with-Gold-Accentsbr-Madeline-from-Texas.jpg',0,'attachment','image/jpeg',0),(474,1,'2015-11-05 11:22:47','2015-11-05 11:22:47','','Navy and Baby Blue brJane from New Hampshire','','inherit','open','closed','','navy-and-baby-blue-brjane-from-new-hampshire','','','2015-11-05 11:22:47','2015-11-05 11:22:47','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Navy-and-Baby-Blue-brJane-from-New-Hampshire.jpg',0,'attachment','image/jpeg',0),(475,1,'2015-11-05 11:22:54','2015-11-05 11:22:54','','White and Baby Blue brLooni from Iowa','','inherit','open','closed','','white-and-baby-blue-brlooni-from-iowa','','','2015-11-05 11:22:54','2015-11-05 11:22:54','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-Baby-Blue-brLooni-from-Iowa.jpg',0,'attachment','image/jpeg',0),(476,1,'2015-11-05 11:23:03','2015-11-05 11:23:03','','White and CoralbrSara from Missouri','','inherit','open','closed','','white-and-coralbrsara-from-missouri','','','2015-11-05 11:23:03','2015-11-05 11:23:03','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-CoralbrSara-from-Missouri.jpg',0,'attachment','image/jpeg',0),(477,1,'2015-11-05 11:23:07','2015-11-05 11:23:07','','Iridescent White with Pink Gumballs','','inherit','open','closed','','iridescent-white-with-pink-gumballs','','','2015-11-05 11:23:07','2015-11-05 11:23:07','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Iridescent-White-with-Pink-Gumballs.jpg',0,'attachment','image/jpeg',0),(478,1,'2015-11-05 11:23:15','2015-11-05 11:23:15','','White and Aqua  Tiffany from Colorado','','inherit','open','closed','','white-and-aqua-tiffany-from-colorado','','','2015-11-05 11:23:15','2015-11-05 11:23:15','',40,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-Aqua-Tiffany-from-Colorado.jpg',0,'attachment','image/jpeg',0),(482,1,'2015-11-05 11:46:47','2015-11-05 11:46:47','','filling2','','inherit','open','closed','','filling2','','','2015-11-05 11:46:47','2015-11-05 11:46:47','',43,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/filling2.jpg',0,'attachment','image/jpeg',0),(483,1,'2015-11-05 11:50:05','2015-11-05 11:50:05','','all','','inherit','open','closed','','all-2','','','2015-11-05 11:50:05','2015-11-05 11:50:05','',43,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/all1.jpg',0,'attachment','image/jpeg',0),(486,1,'2015-11-05 12:00:19','2015-11-05 12:00:19','','plane3','','inherit','open','closed','','plane3','','','2015-11-05 12:00:19','2015-11-05 12:00:19','',45,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/plane3.jpg',0,'attachment','image/jpeg',0),(487,1,'2015-11-05 12:00:27','2015-11-05 12:00:27','','anniversary-gold-ivory-main','','inherit','open','closed','','anniversary-gold-ivory-main','','','2015-11-05 12:00:27','2015-11-05 12:00:27','',45,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/anniversary-gold-ivory-main.jpg',0,'attachment','image/jpeg',0),(488,1,'2015-11-05 12:00:38','2015-11-05 12:00:38','','closeup','','inherit','open','closed','','closeup','','','2015-11-05 12:00:38','2015-11-05 12:00:38','',45,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/closeup.jpg',0,'attachment','image/jpeg',0),(491,1,'2015-11-05 12:23:07','2015-11-05 12:23:07','','Blooming Earth','','inherit','open','closed','','blooming-earth','','','2015-11-05 12:23:07','2015-11-05 12:23:07','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Blooming-Earth.jpg',0,'attachment','image/jpeg',0),(492,1,'2015-11-05 12:23:19','2015-11-05 12:23:19','','Ocean Theme','','inherit','open','closed','','ocean-theme','','','2015-11-05 12:23:19','2015-11-05 12:23:19','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Ocean-Theme.jpg',0,'attachment','image/jpeg',0),(493,1,'2015-11-05 12:23:27','2015-11-05 12:23:27','','Mardi Gras','','inherit','open','closed','','mardi-gras','','','2015-11-05 12:23:27','2015-11-05 12:23:27','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Mardi-Gras.jpg',0,'attachment','image/jpeg',0),(494,1,'2015-11-05 12:23:30','2015-11-05 12:23:30','','Cigar Lover','','inherit','open','closed','','cigar-lover','','','2015-11-05 12:23:30','2015-11-05 12:23:30','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Cigar-Lover.jpg',0,'attachment','image/jpeg',0),(495,1,'2015-11-05 12:23:35','2015-11-05 12:23:35','','New Year','','inherit','open','closed','','new-year','','','2015-11-05 12:23:35','2015-11-05 12:23:35','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/New-Year.jpg',0,'attachment','image/jpeg',0),(496,1,'2015-11-05 12:23:41','2015-11-05 12:23:41','','Cinderella Bouquet','','inherit','open','closed','','cinderella-bouquet','','','2015-11-05 12:23:41','2015-11-05 12:23:41','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Cinderella-Bouquet.jpg',0,'attachment','image/jpeg',0),(497,1,'2015-11-05 12:23:45','2015-11-05 12:23:45','','Top Hat','','inherit','open','closed','','top-hat','','','2015-11-05 12:23:45','2015-11-05 12:23:45','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Top-Hat.jpg',0,'attachment','image/jpeg',0),(498,1,'2015-11-05 12:23:50','2015-11-05 12:23:50','','Sun Flower','','inherit','open','closed','','sun-flower','','','2015-11-05 12:23:50','2015-11-05 12:23:50','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Sun-Flower.jpg',0,'attachment','image/jpeg',0),(499,1,'2015-11-05 12:23:54','2015-11-05 12:23:54','','Baenie Baby','','inherit','open','closed','','baenie-baby','','','2015-11-05 12:23:54','2015-11-05 12:23:54','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Baenie-Baby.jpg',0,'attachment','image/jpeg',0),(500,1,'2015-11-05 12:23:59','2015-11-05 12:23:59','','Casino','','inherit','open','closed','','casino','','','2015-11-05 12:23:59','2015-11-05 12:23:59','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Casino.jpg',0,'attachment','image/jpeg',0),(501,1,'2015-11-05 12:24:04','2015-11-05 12:24:04','','Wild Kingdom','','inherit','open','closed','','wild-kingdom','','','2015-11-05 12:24:04','2015-11-05 12:24:04','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Wild-Kingdom.jpg',0,'attachment','image/jpeg',0),(502,1,'2015-11-05 12:24:11','2015-11-05 12:24:11','','Political Favours','','inherit','open','closed','','political-favours','','','2015-11-05 12:24:11','2015-11-05 12:24:11','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Political-Favours.jpg',0,'attachment','image/jpeg',0),(503,1,'2015-11-05 12:24:17','2015-11-05 12:24:17','','Movie Star','','inherit','open','closed','','movie-star','','','2015-11-05 12:24:17','2015-11-05 12:24:17','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Movie-Star.jpg',0,'attachment','image/jpeg',0),(504,1,'2015-11-05 12:24:21','2015-11-05 12:24:21','','Lush Tropical jungle','','inherit','open','closed','','lush-tropical-jungle','','','2015-11-05 12:24:21','2015-11-05 12:24:21','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Lush-Tropical-jungle.jpg',0,'attachment','image/jpeg',0),(505,1,'2015-11-05 12:24:28','2015-11-05 12:24:28','','Millenium','','inherit','open','closed','','millenium','','','2015-11-05 12:24:28','2015-11-05 12:24:28','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Millenium.jpg',0,'attachment','image/jpeg',0),(511,1,'2015-11-06 11:56:57','2015-11-06 11:56:57','','flowercenterpiece','','inherit','open','closed','','flowercenterpiece','','','2015-11-06 11:56:57','2015-11-06 11:56:57','',54,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/flowercenterpiece.jpg',0,'attachment','image/jpeg',0),(519,1,'2015-11-06 12:41:10','2015-11-06 12:41:10','','groupshot5','','inherit','open','closed','','groupshot5','','','2015-11-06 12:41:10','2015-11-06 12:41:10','',57,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/groupshot5.jpg',0,'attachment','image/jpeg',0),(526,1,'2015-11-16 09:22:35','2015-11-16 09:22:35','','white-wand','','inherit','open','closed','','white-wand','','','2015-11-16 09:22:35','2015-11-16 09:22:35','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/white-wand.jpg',0,'attachment','image/jpeg',0),(527,1,'2015-11-16 09:22:37','2015-11-16 09:22:37','','aqua','','inherit','open','closed','','aqua','','','2015-11-16 09:22:37','2015-11-16 09:22:37','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/aqua.jpg',0,'attachment','image/jpeg',0),(528,1,'2015-11-16 09:22:39','2015-11-16 09:22:39','','aqua-wand','','inherit','open','closed','','aqua-wand','','','2015-11-16 09:22:39','2015-11-16 09:22:39','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/aqua-wand.jpg',0,'attachment','image/jpeg',0),(529,1,'2015-11-16 09:22:41','2015-11-16 09:22:41','','azalea','','inherit','open','closed','','azalea','','','2015-11-16 09:22:41','2015-11-16 09:22:41','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/azalea.jpg',0,'attachment','image/jpeg',0),(530,1,'2015-11-16 09:22:44','2015-11-16 09:22:44','','azalea-wand','','inherit','open','closed','','azalea-wand','','','2015-11-16 09:22:44','2015-11-16 09:22:44','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/azalea-wand.jpg',0,'attachment','image/jpeg',0),(531,1,'2015-11-16 09:22:46','2015-11-16 09:22:46','','babyblue','','inherit','open','closed','','babyblue','','','2015-11-16 09:22:46','2015-11-16 09:22:46','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/babyblue.jpg',0,'attachment','image/jpeg',0),(532,1,'2015-11-16 09:22:48','2015-11-16 09:22:48','','babyblue-wand','','inherit','open','closed','','babyblue-wand','','','2015-11-16 09:22:48','2015-11-16 09:22:48','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/babyblue-wand.jpg',0,'attachment','image/jpeg',0),(533,1,'2015-11-16 09:22:49','2015-11-16 09:22:49','','black','','inherit','open','closed','','black','','','2015-11-16 09:22:49','2015-11-16 09:22:49','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/black.jpg',0,'attachment','image/jpeg',0),(534,1,'2015-11-16 09:22:52','2015-11-16 09:22:52','','black-wand','','inherit','open','closed','','black-wand','','','2015-11-16 09:22:52','2015-11-16 09:22:52','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/black-wand.jpg',0,'attachment','image/jpeg',0),(535,1,'2015-11-16 09:22:53','2015-11-16 09:22:53','','brown','','inherit','open','closed','','brown','','','2015-11-16 09:22:53','2015-11-16 09:22:53','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/brown.jpg',0,'attachment','image/jpeg',0),(536,1,'2015-11-16 09:22:56','2015-11-16 09:22:56','','brown-wand','','inherit','open','closed','','brown-wand','','','2015-11-16 09:22:56','2015-11-16 09:22:56','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/brown-wand.jpg',0,'attachment','image/jpeg',0),(537,1,'2015-11-16 09:22:58','2015-11-16 09:22:58','','burgundy','','inherit','open','closed','','burgundy','','','2015-11-16 09:22:58','2015-11-16 09:22:58','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/burgundy.jpg',0,'attachment','image/jpeg',0),(538,1,'2015-11-16 09:23:00','2015-11-16 09:23:00','','burgundy-wand','','inherit','open','closed','','burgundy-wand','','','2015-11-16 09:23:00','2015-11-16 09:23:00','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/burgundy-wand.jpg',0,'attachment','image/jpeg',0),(539,1,'2015-11-16 09:23:02','2015-11-16 09:23:02','','cabernet','','inherit','open','closed','','cabernet','','','2015-11-16 09:23:02','2015-11-16 09:23:02','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/cabernet.jpg',0,'attachment','image/jpeg',0),(540,1,'2015-11-16 09:23:06','2015-11-16 09:23:06','','cabernet-wand','','inherit','open','closed','','cabernet-wand','','','2015-11-16 09:23:06','2015-11-16 09:23:06','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/cabernet-wand.jpg',0,'attachment','image/jpeg',0),(541,1,'2015-11-16 09:23:07','2015-11-16 09:23:07','','celedon','','inherit','open','closed','','celedon','','','2015-11-16 09:23:07','2015-11-16 09:23:07','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/celedon.jpg',0,'attachment','image/jpeg',0),(542,1,'2015-11-16 09:23:10','2015-11-16 09:23:10','','celedon-wand','','inherit','open','closed','','celedon-wand','','','2015-11-16 09:23:10','2015-11-16 09:23:10','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/celedon-wand.jpg',0,'attachment','image/jpeg',0),(543,1,'2015-11-16 09:23:13','2015-11-16 09:23:13','','coral','','inherit','open','closed','','coral','','','2015-11-16 09:23:13','2015-11-16 09:23:13','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/coral.jpg',0,'attachment','image/jpeg',0),(544,1,'2015-11-16 09:23:32','2015-11-16 09:23:32','','coral-wand','','inherit','open','closed','','coral-wand','','','2015-11-16 09:23:32','2015-11-16 09:23:32','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/coral-wand.jpg',0,'attachment','image/jpeg',0),(545,1,'2015-11-16 09:23:34','2015-11-16 09:23:34','','cornflower','','inherit','open','closed','','cornflower','','','2015-11-16 09:23:34','2015-11-16 09:23:34','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/cornflower.jpg',0,'attachment','image/jpeg',0),(546,1,'2015-11-16 09:23:37','2015-11-16 09:23:37','','cornflower-wand','','inherit','open','closed','','cornflower-wand','','','2015-11-16 09:23:37','2015-11-16 09:23:37','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/cornflower-wand.jpg',0,'attachment','image/jpeg',0),(547,1,'2015-11-16 09:23:39','2015-11-16 09:23:39','','daffodil','','inherit','open','closed','','daffodil','','','2015-11-16 09:23:39','2015-11-16 09:23:39','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/daffodil.jpg',0,'attachment','image/jpeg',0),(548,1,'2015-11-16 09:23:42','2015-11-16 09:23:42','','daffodil-wand','','inherit','open','closed','','daffodil-wand','','','2015-11-16 09:23:42','2015-11-16 09:23:42','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/daffodil-wand.jpg',0,'attachment','image/jpeg',0),(549,1,'2015-11-16 09:23:44','2015-11-16 09:23:44','','eggplant-wand','','inherit','open','closed','','eggplant-wand','','','2015-11-16 09:23:44','2015-11-16 09:23:44','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/eggplant-wand.jpg',0,'attachment','image/jpeg',0),(550,1,'2015-11-16 09:23:46','2015-11-16 09:23:46','','emerald','','inherit','open','closed','','emerald','','','2015-11-16 09:23:46','2015-11-16 09:23:46','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/emerald.jpg',0,'attachment','image/jpeg',0),(551,1,'2015-11-16 09:23:50','2015-11-16 09:23:50','','emerald-wand','','inherit','open','closed','','emerald-wand','','','2015-11-16 09:23:50','2015-11-16 09:23:50','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/emerald-wand.jpg',0,'attachment','image/jpeg',0),(552,1,'2015-11-16 09:23:53','2015-11-16 09:23:53','','findyourcandy','','inherit','open','closed','','findyourcandy-2','','','2015-11-16 09:23:53','2015-11-16 09:23:53','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/findyourcandy.jpg',0,'attachment','image/jpeg',0),(553,1,'2015-11-16 09:23:57','2015-11-16 09:23:57','','findyourorder','','inherit','open','closed','','findyourorder-2','','','2015-11-16 09:23:57','2015-11-16 09:23:57','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/findyourorder.jpg',0,'attachment','image/jpeg',0),(554,1,'2015-11-16 09:24:03','2015-11-16 09:24:03','','findyoursizes','','inherit','open','closed','','findyoursizes-2','','','2015-11-16 09:24:03','2015-11-16 09:24:03','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/findyoursizes.jpg',0,'attachment','image/jpeg',0),(555,1,'2015-11-16 09:24:04','2015-11-16 09:24:04','','gold','','inherit','open','closed','','gold','','','2015-11-16 09:24:04','2015-11-16 09:24:04','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/gold.jpg',0,'attachment','image/jpeg',0),(556,1,'2015-11-16 09:24:07','2015-11-16 09:24:07','','gold-wand','','inherit','open','closed','','gold-wand','','','2015-11-16 09:24:07','2015-11-16 09:24:07','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/gold-wand.jpg',0,'attachment','image/jpeg',0),(557,1,'2015-11-16 09:24:08','2015-11-16 09:24:08','','hotpink','','inherit','open','closed','','hotpink','','','2015-11-16 09:24:08','2015-11-16 09:24:08','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/hotpink.jpg',0,'attachment','image/jpeg',0),(558,1,'2015-11-16 09:24:11','2015-11-16 09:24:11','','hotpink-wand','','inherit','open','closed','','hotpink-wand','','','2015-11-16 09:24:11','2015-11-16 09:24:11','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/hotpink-wand.jpg',0,'attachment','image/jpeg',0),(559,1,'2015-11-16 09:24:12','2015-11-16 09:24:12','','hunter','','inherit','open','closed','','hunter','','','2015-11-16 09:24:12','2015-11-16 09:24:12','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/hunter.jpg',0,'attachment','image/jpeg',0),(560,1,'2015-11-16 09:24:15','2015-11-16 09:24:15','','hunter-wand','','inherit','open','closed','','hunter-wand','','','2015-11-16 09:24:15','2015-11-16 09:24:15','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/hunter-wand.jpg',0,'attachment','image/jpeg',0),(561,1,'2015-11-16 09:24:17','2015-11-16 09:24:17','','irridescentwhite','','inherit','open','closed','','irridescentwhite','','','2015-11-16 09:24:17','2015-11-16 09:24:17','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/irridescentwhite.jpg',0,'attachment','image/jpeg',0),(562,1,'2015-11-16 09:24:26','2015-11-16 09:24:26','','irridescentwhite-wand','','inherit','open','closed','','irridescentwhite-wand','','','2015-11-16 09:24:26','2015-11-16 09:24:26','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/irridescentwhite-wand.jpg',0,'attachment','image/jpeg',0),(563,1,'2015-11-16 09:24:28','2015-11-16 09:24:28','','ivory','','inherit','open','closed','','ivory','','','2015-11-16 09:24:28','2015-11-16 09:24:28','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/ivory.jpg',0,'attachment','image/jpeg',0),(564,1,'2015-11-16 09:24:33','2015-11-16 09:24:33','','ivory-wand','','inherit','open','closed','','ivory-wand','','','2015-11-16 09:24:33','2015-11-16 09:24:33','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/ivory-wand.jpg',0,'attachment','image/jpeg',0),(565,1,'2015-11-16 09:24:35','2015-11-16 09:24:35','','lavender','','inherit','open','closed','','lavender','','','2015-11-16 09:24:35','2015-11-16 09:24:35','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/lavender.jpg',0,'attachment','image/jpeg',0),(566,1,'2015-11-16 09:24:40','2015-11-16 09:24:40','','lavender-wand','','inherit','open','closed','','lavender-wand','','','2015-11-16 09:24:40','2015-11-16 09:24:40','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/lavender-wand.jpg',0,'attachment','image/jpeg',0),(567,1,'2015-11-16 09:24:42','2015-11-16 09:24:42','','lightyellow','','inherit','open','closed','','lightyellow','','','2015-11-16 09:24:42','2015-11-16 09:24:42','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/lightyellow.jpg',0,'attachment','image/jpeg',0),(568,1,'2015-11-16 09:24:44','2015-11-16 09:24:44','','lightyellow-wand','','inherit','open','closed','','lightyellow-wand','','','2015-11-16 09:24:44','2015-11-16 09:24:44','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/lightyellow-wand.jpg',0,'attachment','image/jpeg',0),(569,1,'2015-11-16 09:24:45','2015-11-16 09:24:45','','limegreen','','inherit','open','closed','','limegreen','','','2015-11-16 09:24:45','2015-11-16 09:24:45','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/limegreen.jpg',0,'attachment','image/jpeg',0),(570,1,'2015-11-16 09:24:47','2015-11-16 09:24:47','','limegreen-wand','','inherit','open','closed','','limegreen-wand','','','2015-11-16 09:24:47','2015-11-16 09:24:47','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/limegreen-wand.jpg',0,'attachment','image/jpeg',0),(571,1,'2015-11-16 09:24:49','2015-11-16 09:24:49','','metallicblue','','inherit','open','closed','','metallicblue','','','2015-11-16 09:24:49','2015-11-16 09:24:49','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/metallicblue.jpg',0,'attachment','image/jpeg',0),(572,1,'2015-11-16 09:24:51','2015-11-16 09:24:51','','metallicblue-wand','','inherit','open','closed','','metallicblue-wand','','','2015-11-16 09:24:51','2015-11-16 09:24:51','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/metallicblue-wand.jpg',0,'attachment','image/jpeg',0),(573,1,'2015-11-16 09:24:53','2015-11-16 09:24:53','','metallicburgundy','','inherit','open','closed','','metallicburgundy','','','2015-11-16 09:24:53','2015-11-16 09:24:53','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/metallicburgundy.jpg',0,'attachment','image/jpeg',0),(574,1,'2015-11-16 09:24:57','2015-11-16 09:24:57','','metallicburgundy-wand','','inherit','open','closed','','metallicburgundy-wand','','','2015-11-16 09:24:57','2015-11-16 09:24:57','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/metallicburgundy-wand.jpg',0,'attachment','image/jpeg',0),(575,1,'2015-11-16 09:24:58','2015-11-16 09:24:58','','metallichotpink','','inherit','open','closed','','metallichotpink','','','2015-11-16 09:24:58','2015-11-16 09:24:58','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/metallichotpink.jpg',0,'attachment','image/jpeg',0),(576,1,'2015-11-16 09:25:01','2015-11-16 09:25:01','','metallichotpink-wand','','inherit','open','closed','','metallichotpink-wand','','','2015-11-16 09:25:01','2015-11-16 09:25:01','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/metallichotpink-wand.jpg',0,'attachment','image/jpeg',0),(577,1,'2015-11-16 09:25:02','2015-11-16 09:25:02','','metallicpink','','inherit','open','closed','','metallicpink','','','2015-11-16 09:25:02','2015-11-16 09:25:02','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/metallicpink.jpg',0,'attachment','image/jpeg',0),(578,1,'2015-11-16 09:25:05','2015-11-16 09:25:05','','metallicpink-wand','','inherit','open','closed','','metallicpink-wand','','','2015-11-16 09:25:05','2015-11-16 09:25:05','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/metallicpink-wand.jpg',0,'attachment','image/jpeg',0),(579,1,'2015-11-16 09:25:06','2015-11-16 09:25:06','','metallicpurple','','inherit','open','closed','','metallicpurple','','','2015-11-16 09:25:06','2015-11-16 09:25:06','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/metallicpurple.jpg',0,'attachment','image/jpeg',0),(580,1,'2015-11-16 09:25:08','2015-11-16 09:25:08','','metallicpurple-wand','','inherit','open','closed','','metallicpurple-wand','','','2015-11-16 09:25:08','2015-11-16 09:25:08','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/metallicpurple-wand.jpg',0,'attachment','image/jpeg',0),(581,1,'2015-11-16 09:25:10','2015-11-16 09:25:10','','metallicred','','inherit','open','closed','','metallicred','','','2015-11-16 09:25:10','2015-11-16 09:25:10','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/metallicred.jpg',0,'attachment','image/jpeg',0),(582,1,'2015-11-16 09:25:13','2015-11-16 09:25:13','','metallicred-wand','','inherit','open','closed','','metallicred-wand','','','2015-11-16 09:25:13','2015-11-16 09:25:13','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/metallicred-wand.jpg',0,'attachment','image/jpeg',0),(583,1,'2015-11-16 09:25:15','2015-11-16 09:25:15','','mint','','inherit','open','closed','','mint','','','2015-11-16 09:25:15','2015-11-16 09:25:15','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/mint.jpg',0,'attachment','image/jpeg',0),(584,1,'2015-11-16 09:25:17','2015-11-16 09:25:17','','mint-wand','','inherit','open','closed','','mint-wand','','','2015-11-16 09:25:17','2015-11-16 09:25:17','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/mint-wand.jpg',0,'attachment','image/jpeg',0),(585,1,'2015-11-16 09:25:19','2015-11-16 09:25:19','','mustard','','inherit','open','closed','','mustard','','','2015-11-16 09:25:19','2015-11-16 09:25:19','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/mustard.jpg',0,'attachment','image/jpeg',0),(586,1,'2015-11-16 09:25:21','2015-11-16 09:25:21','','mustard-wand','','inherit','open','closed','','mustard-wand','','','2015-11-16 09:25:21','2015-11-16 09:25:21','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/mustard-wand.jpg',0,'attachment','image/jpeg',0),(587,1,'2015-11-16 09:25:23','2015-11-16 09:25:23','','navy','','inherit','open','closed','','navy','','','2015-11-16 09:25:23','2015-11-16 09:25:23','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/navy.jpg',0,'attachment','image/jpeg',0),(588,1,'2015-11-16 09:25:26','2015-11-16 09:25:26','','navy-wand','','inherit','open','closed','','navy-wand','','','2015-11-16 09:25:26','2015-11-16 09:25:26','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/navy-wand.jpg',0,'attachment','image/jpeg',0),(589,1,'2015-11-16 09:25:28','2015-11-16 09:25:28','','orange','','inherit','open','closed','','orange','','','2015-11-16 09:25:28','2015-11-16 09:25:28','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/orange.jpg',0,'attachment','image/jpeg',0),(590,1,'2015-11-16 09:25:32','2015-11-16 09:25:32','','orange-wand','','inherit','open','closed','','orange-wand','','','2015-11-16 09:25:32','2015-11-16 09:25:32','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/orange-wand.jpg',0,'attachment','image/jpeg',0),(591,1,'2015-11-16 09:25:34','2015-11-16 09:25:34','','peach','','inherit','open','closed','','peach','','','2015-11-16 09:25:34','2015-11-16 09:25:34','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/peach.jpg',0,'attachment','image/jpeg',0),(592,1,'2015-11-16 09:25:36','2015-11-16 09:25:36','','peach-wand','','inherit','open','closed','','peach-wand','','','2015-11-16 09:25:36','2015-11-16 09:25:36','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/peach-wand.jpg',0,'attachment','image/jpeg',0),(593,1,'2015-11-16 09:25:38','2015-11-16 09:25:38','','periwinkle','','inherit','open','closed','','periwinkle','','','2015-11-16 09:25:38','2015-11-16 09:25:38','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/periwinkle.jpg',0,'attachment','image/jpeg',0),(594,1,'2015-11-16 09:25:42','2015-11-16 09:25:42','','periwinkle-wand','','inherit','open','closed','','periwinkle-wand','','','2015-11-16 09:25:42','2015-11-16 09:25:42','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/periwinkle-wand.jpg',0,'attachment','image/jpeg',0),(595,1,'2015-11-16 09:25:44','2015-11-16 09:25:44','','pink','','inherit','open','closed','','pink','','','2015-11-16 09:25:44','2015-11-16 09:25:44','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/pink.jpg',0,'attachment','image/jpeg',0),(596,1,'2015-11-16 09:25:46','2015-11-16 09:25:46','','pink-wand','','inherit','open','closed','','pink-wand','','','2015-11-16 09:25:46','2015-11-16 09:25:46','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/pink-wand.jpg',0,'attachment','image/jpeg',0),(597,1,'2015-11-16 09:25:49','2015-11-16 09:25:49','','preview','','inherit','open','closed','','preview','','','2015-11-16 09:25:49','2015-11-16 09:25:49','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/preview.jpg',0,'attachment','image/jpeg',0),(598,1,'2015-11-16 09:25:51','2015-11-16 09:25:51','','purple','','inherit','open','closed','','purple','','','2015-11-16 09:25:51','2015-11-16 09:25:51','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/purple.jpg',0,'attachment','image/jpeg',0),(599,1,'2015-11-16 09:25:56','2015-11-16 09:25:56','','purple-wand','','inherit','open','closed','','purple-wand','','','2015-11-16 09:25:56','2015-11-16 09:25:56','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/purple-wand.jpg',0,'attachment','image/jpeg',0),(600,1,'2015-11-16 09:25:58','2015-11-16 09:25:58','','red','','inherit','open','closed','','red','','','2015-11-16 09:25:58','2015-11-16 09:25:58','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/red.jpg',0,'attachment','image/jpeg',0),(601,1,'2015-11-16 09:26:01','2015-11-16 09:26:01','','red-wand','','inherit','open','closed','','red-wand','','','2015-11-16 09:26:01','2015-11-16 09:26:01','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/red-wand.jpg',0,'attachment','image/jpeg',0),(602,1,'2015-11-16 09:26:03','2015-11-16 09:26:03','','royalblue','','inherit','open','closed','','royalblue','','','2015-11-16 09:26:03','2015-11-16 09:26:03','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/royalblue.jpg',0,'attachment','image/jpeg',0),(603,1,'2015-11-16 09:26:05','2015-11-16 09:26:05','','royalblue-wand','','inherit','open','closed','','royalblue-wand','','','2015-11-16 09:26:05','2015-11-16 09:26:05','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/royalblue-wand.jpg',0,'attachment','image/jpeg',0),(604,1,'2015-11-16 09:26:08','2015-11-16 09:26:08','','sage','','inherit','open','closed','','sage','','','2015-11-16 09:26:08','2015-11-16 09:26:08','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/sage.jpg',0,'attachment','image/jpeg',0),(605,1,'2015-11-16 09:26:10','2015-11-16 09:26:10','','sage-wand','','inherit','open','closed','','sage-wand','','','2015-11-16 09:26:10','2015-11-16 09:26:10','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/sage-wand.jpg',0,'attachment','image/jpeg',0),(606,1,'2015-11-16 09:26:13','2015-11-16 09:26:13','','seafoam','','inherit','open','closed','','seafoam','','','2015-11-16 09:26:13','2015-11-16 09:26:13','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/seafoam.jpg',0,'attachment','image/jpeg',0),(607,1,'2015-11-16 09:26:16','2015-11-16 09:26:16','','seafoam-wand','','inherit','open','closed','','seafoam-wand','','','2015-11-16 09:26:16','2015-11-16 09:26:16','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/seafoam-wand.jpg',0,'attachment','image/jpeg',0),(608,1,'2015-11-16 09:26:18','2015-11-16 09:26:18','','silver','','inherit','open','closed','','silver','','','2015-11-16 09:26:18','2015-11-16 09:26:18','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/silver.jpg',0,'attachment','image/jpeg',0),(609,1,'2015-11-16 09:26:21','2015-11-16 09:26:21','','silver-wand','','inherit','open','closed','','silver-wand','','','2015-11-16 09:26:21','2015-11-16 09:26:21','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/silver-wand.jpg',0,'attachment','image/jpeg',0),(610,1,'2015-11-16 09:26:24','2015-11-16 09:26:24','','tangerine','','inherit','open','closed','','tangerine','','','2015-11-16 09:26:24','2015-11-16 09:26:24','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/tangerine.jpg',0,'attachment','image/jpeg',0),(611,1,'2015-11-16 09:26:27','2015-11-16 09:26:27','','tangerine-wand','','inherit','open','closed','','tangerine-wand','','','2015-11-16 09:26:27','2015-11-16 09:26:27','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/tangerine-wand.jpg',0,'attachment','image/jpeg',0),(612,1,'2015-11-16 09:26:29','2015-11-16 09:26:29','','teal','','inherit','open','closed','','teal','','','2015-11-16 09:26:29','2015-11-16 09:26:29','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/teal.jpg',0,'attachment','image/jpeg',0),(613,1,'2015-11-16 09:26:32','2015-11-16 09:26:32','','teal-wand','','inherit','open','closed','','teal-wand','','','2015-11-16 09:26:32','2015-11-16 09:26:32','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/teal-wand.jpg',0,'attachment','image/jpeg',0),(614,1,'2015-11-16 09:26:35','2015-11-16 09:26:35','','turquoise','','inherit','open','closed','','turquoise','','','2015-11-16 09:26:35','2015-11-16 09:26:35','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/turquoise.jpg',0,'attachment','image/jpeg',0),(615,1,'2015-11-16 09:26:37','2015-11-16 09:26:37','','turquoise-wand','','inherit','open','closed','','turquoise-wand','','','2015-11-16 09:26:37','2015-11-16 09:26:37','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/turquoise-wand.jpg',0,'attachment','image/jpeg',0),(616,1,'2015-11-16 09:26:40','2015-11-16 09:26:40','','white','','inherit','open','closed','','white','','','2015-11-16 09:26:40','2015-11-16 09:26:40','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/white.jpg',0,'attachment','image/jpeg',0),(617,1,'2015-11-16 09:28:53','2015-11-16 09:28:53','','site','','inherit','open','closed','','site','','','2015-11-16 09:28:53','2015-11-16 09:28:53','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/site.js',0,'attachment','application/javascript',0),(618,1,'2015-11-16 09:28:57','2015-11-16 09:28:57','','jquery-1','','inherit','open','closed','','jquery-1','','','2015-11-16 09:28:57','2015-11-16 09:28:57','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/jquery-1.js',0,'attachment','application/javascript',0),(630,1,'2015-11-18 12:07:34','2015-11-18 12:07:34','','Fire themed Wanderfuls centerpiece created for Linda\'s 16th Birthday party.','','inherit','open','closed','','fire-themed-wanderfuls-centerpiece-created-for-lindas-16th-birthday-party','','','2015-11-18 12:07:34','2015-11-18 12:07:34','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Fire-themed-Wanderfuls-centerpiece-created-for-Lindas-16th-Birthday-party..jpg',0,'attachment','image/jpeg',0),(631,1,'2015-11-18 12:07:44','2015-11-18 12:07:44','','White and teal Wanderfuls centerpiece at Marissa\'s tea party wedding shower.','','inherit','open','closed','','white-and-teal-wanderfuls-centerpiece-at-marissas-tea-party-wedding-shower','','','2015-11-18 12:07:44','2015-11-18 12:07:44','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-teal-Wanderfuls-centerpiece-at-Marissas-tea-party-wedding-shower..jpg',0,'attachment','image/jpeg',0),(632,1,'2015-11-18 12:07:51','2015-11-18 12:07:51','','Valerie\'s blue and yellow 10th year class reunion centerpieces.','','inherit','open','closed','','valeries-blue-and-yellow-10th-year-class-reunion-centerpieces','','','2015-11-18 12:07:51','2015-11-18 12:07:51','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Valeries-blue-and-yellow-10th-year-class-reunion-centerpieces..jpg',0,'attachment','image/jpeg',0),(633,1,'2015-11-18 12:07:55','2015-11-18 12:07:55','','Elegant and beautiful pink and white centerpiece for Brittany\'s baby shower.','','inherit','open','closed','','elegant-and-beautiful-pink-and-white-centerpiece-for-brittanys-baby-shower','','','2015-11-18 12:07:55','2015-11-18 12:07:55','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Elegant-and-beautiful-pink-and-white-centerpiece-for-Brittanys-baby-shower..jpg',0,'attachment','image/jpeg',0),(634,1,'2015-11-18 12:08:01','2015-11-18 12:08:01','','Under the Sea themed centerpiece created for a fun and festive birthday party.','','inherit','open','closed','','under-the-sea-themed-centerpiece-created-for-a-fun-and-festive-birthday-party','','','2015-11-18 12:08:01','2015-11-18 12:08:01','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Under-the-Sea-themed-centerpiece-created-for-a-fun-and-festive-birthday-party..jpg',0,'attachment','image/jpeg',0),(635,1,'2015-11-18 12:08:08','2015-11-18 12:08:08','','President\'s Club annual dinner with Wanderfuls centerpieces.','','inherit','open','closed','','presidents-club-annual-dinner-with-wanderfuls-centerpieces','','','2015-11-18 12:08:08','2015-11-18 12:08:08','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Presidents-Club-annual-dinner-with-Wanderfuls-centerpieces..jpg',0,'attachment','image/jpeg',0),(636,1,'2015-11-18 12:08:15','2015-11-18 12:08:15','','Mohini & Roy Staszewski\'s Orange Themed Wedding','','inherit','open','closed','','mohini-roy-staszewskis-orange-themed-wedding','','','2015-11-18 12:08:15','2015-11-18 12:08:15','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Mohini-Roy-Staszewskis-Orange-Themed-Wedding.jpg',0,'attachment','image/jpeg',0),(637,1,'2015-11-18 12:08:19','2015-11-18 12:08:19','','Multi-colored centerpiece for Clinton Middle School\'s graduation.','','inherit','open','closed','','multi-colored-centerpiece-for-clinton-middle-schools-graduation','','','2015-11-18 12:08:19','2015-11-18 12:08:19','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Multi-colored-centerpiece-for-Clinton-Middle-Schools-graduation..jpg',0,'attachment','image/jpeg',0),(638,1,'2015-11-18 12:08:35','2015-11-18 12:08:35','','Purple themed outdoor party','','inherit','open','closed','','purple-themed-outdoor-party','','','2015-11-18 12:08:35','2015-11-18 12:08:35','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Purple-themed-outdoor-party.jpg',0,'attachment','image/jpeg',0),(639,1,'2015-11-18 12:08:45','2015-11-18 12:08:45','','Cranberry colored wedding reception room view with centerpieces by Wanderfuls.','','inherit','open','closed','','cranberry-colored-wedding-reception-room-view-with-centerpieces-by-wanderfuls','','','2015-11-18 12:08:45','2015-11-18 12:08:45','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Cranberry-colored-wedding-reception-room-view-with-centerpieces-by-Wanderfuls..jpg',0,'attachment','image/jpeg',0),(640,1,'2015-11-18 12:08:51','2015-11-18 12:08:51','','Blue and white themed wedding for Ryan and Sandy.','','inherit','open','closed','','blue-and-white-themed-wedding-for-ryan-and-sandy','','','2015-11-18 12:08:51','2015-11-18 12:08:51','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Blue-and-white-themed-wedding-for-Ryan-and-Sandy..jpg',0,'attachment','image/jpeg',0),(641,1,'2015-11-18 12:08:58','2015-11-18 12:08:58','','Navy blue and white Wanderfuls centerpiece for Katy\'s graduation party.','','inherit','open','closed','','navy-blue-and-white-wanderfuls-centerpiece-for-katys-graduation-party','','','2015-11-18 12:08:58','2015-11-18 12:08:58','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Navy-blue-and-white-Wanderfuls-centerpiece-for-Katys-graduation-party..jpg',0,'attachment','image/jpeg',0),(642,1,'2015-11-18 12:09:08','2015-11-18 12:09:08','','President\'s Circle annual party with Wanderfuls centerpieces in gold and purple.','','inherit','open','closed','','presidents-circle-annual-party-with-wanderfuls-centerpieces-in-gold-and-purple','','','2015-11-18 12:09:08','2015-11-18 12:09:08','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Presidents-Circle-annual-party-with-Wanderfuls-centerpieces-in-gold-and-purple..jpg',0,'attachment','image/jpeg',0),(643,1,'2015-11-18 12:09:12','2015-11-18 12:09:12','','Soft green and white centerpiece for Celine and Bob\'s 20th Anniversary party.','','inherit','open','closed','','soft-green-and-white-centerpiece-for-celine-and-bobs-20th-anniversary-party','','','2015-11-18 12:09:12','2015-11-18 12:09:12','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Soft-green-and-white-centerpiece-for-Celine-and-Bobs-20th-Anniversary-party..jpg',0,'attachment','image/jpeg',0),(644,1,'2015-11-18 12:09:21','2015-11-18 12:09:21','','Broadway themed party with Wanderfuls centerpieces.','','inherit','open','closed','','broadway-themed-party-with-wanderfuls-centerpieces','','','2015-11-18 12:09:21','2015-11-18 12:09:21','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Broadway-themed-party-with-Wanderfuls-centerpieces..jpg',0,'attachment','image/jpeg',0),(645,1,'2015-11-18 12:09:27','2015-11-18 12:09:27','','Fun and bright orange and white centerpieces for Tex\'s retirement party.','','inherit','open','closed','','fun-and-bright-orange-and-white-centerpieces-for-texs-retirement-party','','','2015-11-18 12:09:27','2015-11-18 12:09:27','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Fun-and-bright-orange-and-white-centerpieces-for-Texs-retirement-party..jpg',0,'attachment','image/jpeg',0),(646,1,'2015-11-18 12:09:33','2015-11-18 12:09:33','','Kara holding the Wanderfuls centerpiece we designed for her wedding.','','inherit','open','closed','','kara-holding-the-wanderfuls-centerpiece-we-designed-for-her-wedding','','','2015-11-18 12:09:33','2015-11-18 12:09:33','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg',0,'attachment','image/jpeg',0),(647,1,'2015-11-18 12:09:37','2015-11-18 12:09:37','','Malt-o-Meals company party design in blue and white','','inherit','open','closed','','malt-o-meals-company-party-design-in-blue-and-white','','','2015-11-18 12:09:37','2015-11-18 12:09:37','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Malt-o-Meals-company-party-design-in-blue-and-white.jpg',0,'attachment','image/jpeg',0),(648,1,'2015-11-18 12:09:40','2015-11-18 12:09:40','','Green and white graduation themed centerpiece by Wanderful\'s for Merissa\'s college graduation party.','','inherit','open','closed','','green-and-white-graduation-themed-centerpiece-by-wanderfuls-for-merissas-college-graduation-party','','','2015-11-18 12:09:40','2015-11-18 12:09:40','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Green-and-white-graduation-themed-centerpiece-by-Wanderfuls-for-Merissas-college-graduation-party..jpg',0,'attachment','image/jpeg',0),(649,1,'2015-11-18 12:09:47','2015-11-18 12:09:47','','Multicolored centerpiece created by Wanderfuls for Kelly\'s Sweet 16 spring party.','','inherit','open','closed','','multicolored-centerpiece-created-by-wanderfuls-for-kellys-sweet-16-spring-party','','','2015-11-18 12:09:47','2015-11-18 12:09:47','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Multicolored-centerpiece-created-by-Wanderfuls-for-Kellys-Sweet-16-spring-party..jpg',0,'attachment','image/jpeg',0),(650,1,'2015-11-18 12:09:58','2015-11-18 12:09:58','','Multi-colored Wanderfuls centerpiece for Sarah\'s spring garden party.','','inherit','open','closed','','multi-colored-wanderfuls-centerpiece-for-sarahs-spring-garden-party','','','2015-11-18 12:09:58','2015-11-18 12:09:58','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Multi-colored-Wanderfuls-centerpiece-for-Sarahs-spring-garden-party..jpg',0,'attachment','image/jpeg',0),(651,1,'2015-11-18 12:10:07','2015-11-18 12:10:07','','Purple and white Wanderfuls centerpiece for Donna\'s 50th Birthday celebration.','','inherit','open','closed','','purple-and-white-wanderfuls-centerpiece-for-donnas-50th-birthday-celebration','','','2015-11-18 12:10:07','2015-11-18 12:10:07','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Purple-and-white-Wanderfuls-centerpiece-for-Donnas-50th-Birthday-celebration..jpg',0,'attachment','image/jpeg',0),(652,1,'2015-11-18 12:10:12','2015-11-18 12:10:12','','Aaron\'s Bar Mitzvah centerpieces which included cards with photos and facts about various animals.','','inherit','open','closed','','aarons-bar-mitzvah-centerpieces-which-included-cards-with-photos-and-facts-about-various-animals','','','2015-11-18 12:10:12','2015-11-18 12:10:12','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Aarons-Bar-Mitzvah-centerpieces-which-included-cards-with-photos-and-facts-about-various-animals..jpg',0,'attachment','image/jpeg',0),(653,1,'2015-11-18 12:10:20','2015-11-18 12:10:20','','Pink and purple quinceanera centerpiece for Samatha\'s birthday bash.','','inherit','open','closed','','pink-and-purple-quinceanera-centerpiece-for-samathas-birthday-bash','','','2015-11-18 12:10:20','2015-11-18 12:10:20','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Pink-and-purple-quinceanera-centerpiece-for-Samathas-birthday-bash..jpg',0,'attachment','image/jpeg',0),(654,1,'2015-11-18 12:10:23','2015-11-18 12:10:23','','Safari themed centerpieces create for Joe and Kate\'s wild wedding.','','inherit','open','closed','','safari-themed-centerpieces-create-for-joe-and-kates-wild-wedding','','','2015-11-18 12:10:23','2015-11-18 12:10:23','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Safari-themed-centerpieces-create-for-Joe-and-Kates-wild-wedding..jpg',0,'attachment','image/jpeg',0),(655,1,'2015-11-18 12:10:27','2015-11-18 12:10:27','','Pepperidge Farm\'s Annual employees party centerpieces designed by Wanderfuls.','','inherit','open','closed','','pepperidge-farms-annual-employees-party-centerpieces-designed-by-wanderfuls','','','2015-11-18 12:10:27','2015-11-18 12:10:27','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Pepperidge-Farms-Annual-employees-party-centerpieces-designed-by-Wanderfuls..jpg',0,'attachment','image/jpeg',0),(656,1,'2015-11-18 12:10:35','2015-11-18 12:10:35','','Knick\'s Season Subscriber Event centerpieces designed by Wanderfuls.','','inherit','open','closed','','knicks-season-subscriber-event-centerpieces-designed-by-wanderfuls','','','2015-11-18 12:10:35','2015-11-18 12:10:35','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Knicks-Season-Subscriber-Event-centerpieces-designed-by-Wanderfuls..jpg',0,'attachment','image/jpeg',0),(657,1,'2015-11-18 12:10:44','2015-11-18 12:10:44','','Pink and brown wedding centerpiece for Brian and Nikki\'s big day.','','inherit','open','closed','','pink-and-brown-wedding-centerpiece-for-brian-and-nikkis-big-day','','','2015-11-18 12:10:44','2015-11-18 12:10:44','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Pink-and-brown-wedding-centerpiece-for-Brian-and-Nikkis-big-day..jpg',0,'attachment','image/jpeg',0),(658,1,'2015-11-18 12:10:48','2015-11-18 12:10:48','','McDonald\'s Managers Event','','inherit','open','closed','','mcdonalds-managers-event','','','2015-11-18 12:10:48','2015-11-18 12:10:48','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/McDonalds-Managers-Event.jpg',0,'attachment','image/jpeg',0),(659,1,'2015-11-18 12:10:56','2015-11-18 12:10:56','','For Marion and Edna\'s 50th wedding Anniversary we used a mixture of long and medium white pom pom favors with gold tassels.','','inherit','open','closed','','for-marion-and-ednas-50th-wedding-anniversary-we-used-a-mixture-of-long-and-medium-white-pom-pom-favors-with-gold-tassels','','','2015-11-18 12:10:56','2015-11-18 12:10:56','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/For-Marion-and-Ednas-50th-wedding-Anniversary-we-used-a-mixture-of-long-and-medium-white-pom-pom-favors-with-gold-tassels..jpg',0,'attachment','image/jpeg',0),(660,1,'2015-11-18 12:11:04','2015-11-18 12:11:04','','Beautiful and soft blue and white centerpiece made for Sophia\'s baby shower.','','inherit','open','closed','','beautiful-and-soft-blue-and-white-centerpiece-made-for-sophias-baby-shower','','','2015-11-18 12:11:04','2015-11-18 12:11:04','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Beautiful-and-soft-blue-and-white-centerpiece-made-for-Sophias-baby-shower..jpg',0,'attachment','image/jpeg',0),(661,1,'2015-11-18 12:11:10','2015-11-18 12:11:10','','Hot pink Wanderfuls centerpiece for Nancy\'s 16th Birthday party.','','inherit','open','closed','','hot-pink-wanderfuls-centerpiece-for-nancys-16th-birthday-party','','','2015-11-18 12:11:10','2015-11-18 12:11:10','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Hot-pink-Wanderfuls-centerpiece-for-Nancys-16th-Birthday-party..jpg',0,'attachment','image/jpeg',0),(662,1,'2015-11-18 12:11:13','2015-11-18 12:11:13','','Beautiful white centerpiece design for Sheila and Rob\'s wedding.','','inherit','open','closed','','beautiful-white-centerpiece-design-for-sheila-and-robs-wedding','','','2015-11-18 12:11:13','2015-11-18 12:11:13','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Beautiful-white-centerpiece-design-for-Sheila-and-Robs-wedding..jpg',0,'attachment','image/jpeg',0),(663,1,'2015-11-18 12:11:18','2015-11-18 12:11:18','','Blue and white centerpieces by Wanderfuls for Tom\'s graduation party.','','inherit','open','closed','','blue-and-white-centerpieces-by-wanderfuls-for-toms-graduation-party','','','2015-11-18 12:11:18','2015-11-18 12:11:18','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Blue-and-white-centerpieces-by-Wanderfuls-for-Toms-graduation-party..jpg',0,'attachment','image/jpeg',0),(664,1,'2015-11-18 12:11:24','2015-11-18 12:11:24','','White and light green bridal centerpiece for Tim and Joan\'s winter wedding.','','inherit','open','closed','','white-and-light-green-bridal-centerpiece-for-tim-and-joans-winter-wedding','','','2015-11-18 12:11:24','2015-11-18 12:11:24','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-light-green-bridal-centerpiece-for-Tim-and-Joans-winter-wedding..jpg',0,'attachment','image/jpeg',0),(665,1,'2015-11-18 12:11:27','2015-11-18 12:11:27','','Sweet 16 Pretty in Pink Party','','inherit','open','closed','','sweet-16-pretty-in-pink-party','','','2015-11-18 12:11:27','2015-11-18 12:11:27','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Sweet-16-Pretty-in-Pink-Party.jpg',0,'attachment','image/jpeg',0),(666,1,'2015-11-18 12:11:31','2015-11-18 12:11:31','','Laura & Billy\'s Wedding reception table setting with pink Wanderfuls Centerpieces.','','inherit','open','closed','','laura-billys-wedding-reception-table-setting-with-pink-wanderfuls-centerpieces','','','2015-11-18 12:11:31','2015-11-18 12:11:31','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Laura-Billys-Wedding-reception-table-setting-with-pink-Wanderfuls-Centerpieces..jpg',0,'attachment','image/jpeg',0),(667,1,'2015-11-18 12:11:36','2015-11-18 12:11:36','','Metallic silver and maroon centerpiece designed by Wanderfuls for Nina\'s retirement party.','','inherit','open','closed','','metallic-silver-and-maroon-centerpiece-designed-by-wanderfuls-for-ninas-retirement-party','','','2015-11-18 12:11:36','2015-11-18 12:11:36','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Metallic-silver-and-maroon-centerpiece-designed-by-Wanderfuls-for-Ninas-retirement-party..jpg',0,'attachment','image/jpeg',0),(668,1,'2015-11-18 12:11:40','2015-11-18 12:11:40','','Light purple Wanderfuls centerpiece for Kelly\'s bridal shower.','','inherit','open','closed','','light-purple-wanderfuls-centerpiece-for-kellys-bridal-shower','','','2015-11-18 12:11:40','2015-11-18 12:11:40','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Light-purple-Wanderfuls-centerpiece-for-Kellys-bridal-shower..jpg',0,'attachment','image/jpeg',0),(669,1,'2015-11-18 12:11:43','2015-11-18 12:11:43','','White and light green Wanderfuls centerpiece for Nick and Chrissy\'s wedding.','','inherit','open','closed','','white-and-light-green-wanderfuls-centerpiece-for-nick-and-chrissys-wedding','','','2015-11-18 12:11:43','2015-11-18 12:11:43','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-light-green-Wanderfuls-centerpiece-for-Nick-and-Chrissys-wedding..jpg',0,'attachment','image/jpeg',0),(670,1,'2015-11-18 12:11:52','2015-11-18 12:11:52','','Gold and purple Wanderfuls centerpiece for Kelly\'s quinceanera.','','inherit','open','closed','','gold-and-purple-wanderfuls-centerpiece-for-kellys-quinceanera','','','2015-11-18 12:11:52','2015-11-18 12:11:52','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Gold-and-purple-Wanderfuls-centerpiece-for-Kellys-quinceanera..jpg',0,'attachment','image/jpeg',0),(671,1,'2015-11-18 12:11:55','2015-11-18 12:11:55','','White and purple centerpiece for Tammy\'s baby shower.','','inherit','open','closed','','white-and-purple-centerpiece-for-tammys-baby-shower','','','2015-11-18 12:11:55','2015-11-18 12:11:55','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-purple-centerpiece-for-Tammys-baby-shower..jpg',0,'attachment','image/jpeg',0),(672,1,'2015-11-18 12:11:59','2015-11-18 12:11:59','','White and pink centerpiece decorated with green leaves for Amy\'s wedding shower.','','inherit','open','closed','','white-and-pink-centerpiece-decorated-with-green-leaves-for-amys-wedding-shower','','','2015-11-18 12:11:59','2015-11-18 12:11:59','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-pink-centerpiece-decorated-with-green-leaves-for-Amys-wedding-shower..jpg',0,'attachment','image/jpeg',0),(673,1,'2015-11-18 12:12:04','2015-11-18 12:12:04','','Lavender and white bridal centerpiece.','','inherit','open','closed','','lavender-and-white-bridal-centerpiece','','','2015-11-18 12:12:04','2015-11-18 12:12:04','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Lavender-and-white-bridal-centerpiece..jpg',0,'attachment','image/jpeg',0),(674,1,'2015-11-18 12:12:08','2015-11-18 12:12:08','','Green and white centerpiece for Alex\'s graduation party.','','inherit','open','closed','','green-and-white-centerpiece-for-alexs-graduation-party','','','2015-11-18 12:12:08','2015-11-18 12:12:08','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Green-and-white-centerpiece-for-Alexs-graduation-party..jpg',0,'attachment','image/jpeg',0),(675,1,'2015-11-18 12:12:14','2015-11-18 12:12:14','','Centerpiece for Jordan\'s Christening party.','','inherit','open','closed','','centerpiece-for-jordans-christening-party','','','2015-11-18 12:12:14','2015-11-18 12:12:14','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Centerpiece-for-Jordans-Christening-party..jpg',0,'attachment','image/jpeg',0),(676,1,'2015-11-18 12:12:17','2015-11-18 12:12:17','','Hot pink and white Wanderfuls centerpiece for Magda\'s Bat Mitzvah party.','','inherit','open','closed','','hot-pink-and-white-wanderfuls-centerpiece-for-magdas-bat-mitzvah-party','','','2015-11-18 12:12:17','2015-11-18 12:12:17','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Hot-pink-and-white-Wanderfuls-centerpiece-for-Magdas-Bat-Mitzvah-party..jpg',0,'attachment','image/jpeg',0),(677,1,'2015-11-18 12:12:24','2015-11-18 12:12:24','','Orange','','inherit','open','closed','','orange-2','','','2015-11-18 12:12:24','2015-11-18 12:12:24','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Orange.jpg',0,'attachment','image/jpeg',0),(678,1,'2015-11-18 12:12:30','2015-11-18 12:12:30','','White and orange centerpieces by Wanderfuls for Joan and Shaun\'s anniversary party.','','inherit','open','closed','','white-and-orange-centerpieces-by-wanderfuls-for-joan-and-shauns-anniversary-party','','','2015-11-18 12:12:30','2015-11-18 12:12:30','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-orange-centerpieces-by-Wanderfuls-for-Joan-and-Shauns-anniversary-party..jpg',0,'attachment','image/jpeg',0),(679,1,'2015-11-18 12:12:35','2015-11-18 12:12:35','','Purple and white centerpiece by Wanderfuls for Judith\'s Sweet 16 party.','','inherit','open','closed','','purple-and-white-centerpiece-by-wanderfuls-for-judiths-sweet-16-party','','','2015-11-18 12:12:35','2015-11-18 12:12:35','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Purple-and-white-centerpiece-by-Wanderfuls-for-Judiths-Sweet-16-party..jpg',0,'attachment','image/jpeg',0),(680,1,'2015-11-18 12:12:40','2015-11-18 12:12:40','','Dark and light purple centerpiece for Denise\'s Christening party.','','inherit','open','closed','','dark-and-light-purple-centerpiece-for-denises-christening-party','','','2015-11-18 12:12:40','2015-11-18 12:12:40','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Dark-and-light-purple-centerpiece-for-Denises-Christening-party..jpg',0,'attachment','image/jpeg',0),(681,1,'2015-11-18 12:12:47','2015-11-18 12:12:47','','Sweet 16 party with black and gold Wanderfuls.','','inherit','open','closed','','sweet-16-party-with-black-and-gold-wanderfuls','','','2015-11-18 12:12:47','2015-11-18 12:12:47','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Sweet-16-party-with-black-and-gold-Wanderfuls..jpg',0,'attachment','image/jpeg',0),(682,1,'2015-11-18 12:12:59','2015-11-18 12:12:59','','Elegant candlelight wedding with Wanderfuls centerpieces for Matt and Sarah.','','inherit','open','closed','','elegant-candlelight-wedding-with-wanderfuls-centerpieces-for-matt-and-sarah','','','2015-11-18 12:12:59','2015-11-18 12:12:59','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Elegant-candlelight-wedding-with-Wanderfuls-centerpieces-for-Matt-and-Sarah..jpg',0,'attachment','image/jpeg',0),(683,1,'2015-11-18 12:13:03','2015-11-18 12:13:03','','Waldorf Astoria Women of Valor event with white and gold Wanderfuls.','','inherit','open','closed','','waldorf-astoria-women-of-valor-event-with-white-and-gold-wanderfuls','','','2015-11-18 12:13:03','2015-11-18 12:13:03','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Waldorf-Astoria-Women-of-Valor-event-with-white-and-gold-Wanderfuls..jpg',0,'attachment','image/jpeg',0),(684,1,'2015-11-18 12:13:05','2015-11-18 12:13:05','','White and pink Wanderfuls party favors for Kim and Tony\'s wedding.','','inherit','open','closed','','white-and-pink-wanderfuls-party-favors-for-kim-and-tonys-wedding','','','2015-11-18 12:13:05','2015-11-18 12:13:05','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/White-and-pink-Wanderfuls-party-favors-for-Kim-and-Tonys-wedding..jpg',0,'attachment','image/jpeg',0),(685,1,'2015-11-18 12:13:12','2015-11-18 12:13:12','','Multi-colored centerpiece for Travis and Jennifer\'s spring wedding.','','inherit','open','closed','','multi-colored-centerpiece-for-travis-and-jennifers-spring-wedding','','','2015-11-18 12:13:12','2015-11-18 12:13:12','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Multi-colored-centerpiece-for-Travis-and-Jennifers-spring-wedding..jpg',0,'attachment','image/jpeg',0),(686,1,'2015-11-18 12:13:15','2015-11-18 12:13:15','','Fun and colorful Dr. Seuss themed party.','','inherit','open','closed','','fun-and-colorful-dr-seuss-themed-party','','','2015-11-18 12:13:15','2015-11-18 12:13:15','',10,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Fun-and-colorful-Dr.-Seuss-themed-party..jpg',0,'attachment','image/jpeg',0),(691,1,'2015-11-18 12:43:14','2015-11-18 12:43:14','','Special Fillings','','publish','closed','closed','','special-fillings','','','2015-12-03 14:01:09','2015-12-03 14:01:09','',0,'http://wp5.centerpiecedesignerwizard.com/?p=691',3,'nav_menu_item','',0),(695,1,'2015-11-19 07:36:04','2015-11-19 07:36:04','','imprinting2','','inherit','open','closed','','imprinting2','','','2015-11-19 07:36:04','2015-11-19 07:36:04','',139,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/imprinting2.jpg',0,'attachment','image/jpeg',0),(696,1,'2015-11-19 07:36:10','2015-11-19 07:36:10','','imprinting','','inherit','open','closed','','imprinting','','','2015-11-19 07:36:10','2015-11-19 07:36:10','',139,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/imprinting.jpg',0,'attachment','image/jpeg',0),(697,1,'2015-11-19 07:36:22','2015-11-19 07:36:22','','groupshot5','','inherit','open','closed','','groupshot5-2','','','2015-11-19 07:36:22','2015-11-19 07:36:22','',139,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/groupshot51.jpg',0,'attachment','image/jpeg',0),(698,1,'2015-11-19 07:36:30','2015-11-19 07:36:30','','wand_diagram2','','inherit','open','closed','','wand_diagram2','','','2015-11-19 07:36:30','2015-11-19 07:36:30','',139,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/wand_diagram2.jpg',0,'attachment','image/jpeg',0),(703,1,'2015-11-19 09:29:07','2015-11-19 09:29:07','','coupon_004','','inherit','open','closed','','coupon_004','','','2015-11-19 09:29:07','2015-11-19 09:29:07','',61,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/coupon_004.jpg',0,'attachment','image/jpeg',0),(704,1,'2015-11-19 09:29:18','2015-11-19 09:29:18','','coupon_002','','inherit','open','closed','','coupon_002','','','2015-11-19 09:29:18','2015-11-19 09:29:18','',61,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/coupon_002.jpg',0,'attachment','image/jpeg',0),(705,1,'2015-11-19 09:29:28','2015-11-19 09:29:28','','coupon_003','','inherit','open','closed','','coupon_003','','','2015-11-19 09:29:28','2015-11-19 09:29:28','',61,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/coupon_003.jpg',0,'attachment','image/jpeg',0),(713,1,'2015-11-19 10:45:20','2015-11-19 10:45:20','','girlandivorylarge','','inherit','open','closed','','girlandivorylarge','','','2015-11-19 10:45:20','2015-11-19 10:45:20','',65,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/girlandivorylarge.jpg',0,'attachment','image/jpeg',0),(720,1,'2015-11-22 10:54:14','2015-11-22 10:54:14','','corppg','','inherit','open','closed','','corppg','','','2015-11-22 10:54:14','2015-11-22 10:54:14','',70,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/corppg.jpg',0,'attachment','image/jpeg',0),(723,1,'2015-11-22 12:25:41','2015-11-22 12:25:41','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Centerpiece For Your Themed Event\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Wanderfuls can customize a centerpiece that is perfect for your event, regardless of the occasion! You choose the colors, the candy fillings, and the theme elements. Don\'t see what you\'re looking for? Just give us a call at 1-888-837-5021 and we\'ll come up with something just for you.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyLi4lMkZ3aGF0LWFyZS13YW5kZXJmdWxzLmh0bWwlMjIlMjBjbGFzcyUzRCUyMmN0YXJvbGx0aGVtZXB1c2glMjBjdGF0aGVtZWhvd3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMi4uJTJGcG9tcG9tcy5odG1sJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjb2xvcnNwdXNoJTIyJTNFJTNDc3BhbiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTBBJTA5JTNDYSUyMGhyZWYlM0QlMjIuLiUyRmNhbmR5cGFnZS5odG1sJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMi4uJTJGY29sb3ItZGVzaWduLmh0bWwlMjIlMjBjbGFzcyUzRCUyMmN0YXJvbGx0aGVtZXB1c2glMjBjdGF0aGVtZWNhdGFsb2dwdXNoJTIyJTNFJTNDc3BhbiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row column_spacing=\"20\"][vc_column width=\"1/3\"][vc_single_image image=\"775\" onclick=\"custom_link\" link=\"../theme/tropical-hawaiian-luau-themed-centerpieces.html\"][vc_single_image image=\"779\" onclick=\"custom_link\" link=\"../theme/safari-jungle-themed-centerpieces.html\"][vc_single_image image=\"776\" onclick=\"custom_link\" link=\"../theme/wild-west-cowboy-themed-centerpieces.html\"][vc_single_image image=\"783\" onclick=\"custom_link\" link=\"../theme/peacock-themed-centerpieces.html\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"772\" onclick=\"custom_link\" link=\"../theme/mardi-gras-themed-centerpieces.html\"][vc_single_image image=\"774\" onclick=\"custom_link\" link=\"../theme/60s-hippie-themed-centerpieces.html\"][vc_single_image image=\"773\" onclick=\"custom_link\" link=\"../theme/animal-themed-centerpieces.html\"][vc_single_image image=\"778\" onclick=\"custom_link\" link=\"../theme/broadway-hollywood-movie-themed-centerpieces.html\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"775\" onclick=\"custom_link\" link=\"../theme/holiday-themed-centerpieces.html\"][vc_single_image image=\"780\" onclick=\"custom_link\" link=\"../theme/las-vegas-poker-casino-themed-centerpieces.html\"][vc_single_image image=\"777\" onclick=\"custom_link\" link=\"../theme/caribbean-ocean-beach-themed-centerpieces.html\"][vc_single_image image=\"784\"][/vc_column][/vc_row]','Theme','','publish','closed','closed','','theme','','','2016-08-13 18:42:11','2016-08-13 18:42:11','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=723',0,'page','',0),(724,1,'2015-11-22 12:17:30','2015-11-22 12:17:30','','slide5','','inherit','open','closed','','slide5','','','2015-11-22 12:17:30','2015-11-22 12:17:30','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/slide5.jpg',0,'attachment','image/jpeg',0),(725,1,'2015-11-22 12:17:38','2015-11-22 12:17:38','','slide6','','inherit','open','closed','','slide6','','','2015-11-22 12:17:38','2015-11-22 12:17:38','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/slide6.jpg',0,'attachment','image/jpeg',0),(726,1,'2015-11-22 12:17:43','2015-11-22 12:17:43','','slide2','','inherit','open','closed','','slide2','','','2015-11-22 12:17:43','2015-11-22 12:17:43','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/slide2.jpg',0,'attachment','image/jpeg',0),(727,1,'2015-11-22 12:17:48','2015-11-22 12:17:48','','slide1','','inherit','open','closed','','slide1','','','2015-11-22 12:17:48','2015-11-22 12:17:48','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/slide1.jpg',0,'attachment','image/jpeg',0),(728,1,'2015-11-22 12:17:58','2015-11-22 12:17:58','','slide3','','inherit','open','closed','','slide3','','','2015-11-22 12:17:58','2015-11-22 12:17:58','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/slide3.jpg',0,'attachment','image/jpeg',0),(729,1,'2015-11-22 12:18:06','2015-11-22 12:18:06','','slide4','','inherit','open','closed','','slide4','','','2015-11-22 12:18:06','2015-11-22 12:18:06','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/slide4.jpg',0,'attachment','image/jpeg',0),(730,1,'2015-11-22 12:18:09','2015-11-22 12:18:09','','slide1_2','','inherit','open','closed','','slide1_2','','','2015-11-22 12:18:09','2015-11-22 12:18:09','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/slide1_2.jpg',0,'attachment','image/jpeg',0),(735,1,'2015-11-22 12:51:51','2015-11-22 12:51:51','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Themed Centerpiece For Your Event\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Say \"Aloha!\" to our festive and fun tropical, Hawaiian, and Luau themed centerpieces and favors in one. Whether you\'re throwing an under-the-ocean themed wedding, a Hawaiian luau birthday party, or a beach bum theme summer event, Wanderfuls can help you design the perfect tropical or Hawaiian centerpiece for your party. You can choose the perfect colors for you, from beautiful ocean blues, to bright tropical flower colors. Then, fill them up with tropical themed candy Runts, or any other candy you\'d like.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGd2hhdC1hcmUtd2FuZGVyZnVscyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1laG93cHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGcG9tcG9tcyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY29sb3JzcHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGY2FuZHlwYWdlJTJGJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyRmNvbG9yLWRlc2lnbiUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY2F0YWxvZ3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Tropical, Hawaiian, &amp; Luau Themed Centerpieces\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"medium\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"787,788,789,790\"][/vc_column][/vc_row]','Tropical, Hawaiian, & Luau Themed Centerpieces','','publish','closed','closed','','tropical-hawaiian-luau-themed-centerpieces','','','2016-02-01 02:12:44','2016-02-01 02:12:44','',723,'http://wp5.centerpiecedesignerwizard.com/?page_id=735',0,'page','',0),(738,1,'2015-11-22 12:53:30','2015-11-22 12:53:30','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Centerpiece For Your Mardi Gras\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Grab some beads and get yourself some king cake, it\'s Mardi Gras! Whether you\'re celebrating in New Orleans, or throwing a party at home, Wanderfuls centerpiece add a fun and festive flair to the celebration. Let the good times roll![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGd2hhdC1hcmUtd2FuZGVyZnVscyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1laG93cHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGcG9tcG9tcyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY29sb3JzcHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGY2FuZHlwYWdlJTJGJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyRmNvbG9yLWRlc2lnbiUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY2F0YWxvZ3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Mardi Gras Themed Centerpieces\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"medium\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"793,794\"][/vc_column][/vc_row]','Mardi Gras Themed Centerpieces','','publish','closed','closed','','mardi-gras-themed-centerpieces','','','2016-02-01 02:13:08','2016-02-01 02:13:08','',723,'http://wp5.centerpiecedesignerwizard.com/?page_id=738',0,'page','',0),(741,1,'2015-11-22 12:55:19','2015-11-22 12:55:19','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Centerpiece For Your Party\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Whether you\'re planning a spooky Halloween party, a jolly Christmas party, or a patriotic Fourth of July barbecue, Wanderfuls can create the perfect centerpiece for your event. Wanderfuls are fully customizable, so you pick the colors and candy filling. Planning a haunted Halloween party? Try an orange and black design filled with candy corn and topped with a Jack-o-Lantern, witch\'s hat, or black cat. Having an office Christmas party? Try a green and red design filled with colored M&amp;M\'s or silver Hershey\'s kisses. The possibilities are endless![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGd2hhdC1hcmUtd2FuZGVyZnVscyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1laG93cHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGcG9tcG9tcyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY29sb3JzcHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGY2FuZHlwYWdlJTJGJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyRmNvbG9yLWRlc2lnbiUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY2F0YWxvZ3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Holiday Themed Centerpieces\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"medium\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"797,798,799,800,801\"][/vc_column][/vc_row]','Holiday Themed Centerpieces','','publish','closed','closed','','holiday-themed-centerpieces','','','2016-02-01 02:10:31','2016-02-01 02:10:31','',723,'http://wp5.centerpiecedesignerwizard.com/?page_id=741',0,'page','',0),(743,1,'2015-11-22 12:56:25','2015-11-22 12:56:25','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Centerpiece For Your Party\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]\r\n<div class=\"themedescriptiontext\">\r\n\r\nTalk a walk on the wild side with Wanderfuls jungle and safari themed centerpieces and favors in one. We can add any theme element to the bouquet, and customize all of the colors to fit in perfectly with your jungle or safari themed party. So whether you\'re planning a zebra themed Sweet 16 or an exotic African Jungle themed shindig, Wanderfuls has the perfect centerpiece for you!\r\n\r\n</div>\r\n<div class=\"themecustom\"></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGd2hhdC1hcmUtd2FuZGVyZnVscyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1laG93cHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGcG9tcG9tcyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY29sb3JzcHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGY2FuZHlwYWdlJTJGJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyRmNvbG9yLWRlc2lnbiUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY2F0YWxvZ3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Safari &amp; Jungle Themed Centerpieces\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"medium\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"802,803,804\"][/vc_column][/vc_row]','Safari & Jungle Themed Centerpieces','','publish','closed','closed','','safari-jungle-themed-centerpieces','','','2016-02-01 02:12:52','2016-02-01 02:12:52','',723,'http://wp5.centerpiecedesignerwizard.com/?page_id=743',0,'page','',0),(746,1,'2015-11-22 12:57:38','2015-11-22 12:57:38','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Centerpiece For Your 60s Themed Event\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Ready to get groovy? Wanderfuls customizable centerpieces are perfect for your sixties, seventies, or hippy themed party. Whether you\'re celebrating a Flower Power themed Sweet 16, or a fun musical theme, we can help you design the perfect centerpiece. Peace and love![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGd2hhdC1hcmUtd2FuZGVyZnVscyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1laG93cHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGcG9tcG9tcyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY29sb3JzcHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGY2FuZHlwYWdlJTJGJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyRmNvbG9yLWRlc2lnbiUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY2F0YWxvZ3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"60s &amp; Hippie Themed Centerpieces\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"medium\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"811,813,814,815\"][/vc_column][/vc_row]','60s & Hippie Themed Centerpieces','','publish','closed','closed','','60s-hippie-themed-centerpieces','','','2016-02-01 02:08:06','2016-02-01 02:08:06','',723,'http://wp5.centerpiecedesignerwizard.com/?page_id=746',0,'page','',0),(748,1,'2015-11-22 12:58:44','2015-11-22 12:58:44','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Centerpiece For Your Party\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Don\'t take a gamble with centerpieces that are just like everyone else\'s. Wanderfuls can make a fully customizable poker, Las Vegas, or casino themed centerpiece for your event. Whether you\'re planning a festive casino themed birthday bash or a classy VIP Las Vegas event, we can help design the perfect centerpiece for you![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGd2hhdC1hcmUtd2FuZGVyZnVscyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1laG93cHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGcG9tcG9tcyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY29sb3JzcHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGY2FuZHlwYWdlJTJGJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyRmNvbG9yLWRlc2lnbiUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY2F0YWxvZ3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Las Vegas, Poker, &amp; Casino Themed Centerpieces\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"medium\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"809,810,812\"][/vc_column][/vc_row]','Las Vegas, Poker, & Casino Themed Centerpieces','','publish','closed','closed','','las-vegas-poker-casino-themed-centerpieces','','','2016-02-01 02:13:14','2016-02-01 02:13:14','',723,'http://wp5.centerpiecedesignerwizard.com/?page_id=748',0,'page','',0),(750,1,'2015-11-22 12:59:44','2015-11-22 12:59:44','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Centerpiece for Your Cowboy or Western Party\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Looking for the perfect centerpiece and favor for your western or cowboy themed hoedown? Wanderfuls has you covered. You choose the colors and candy filling, so your design is sure to fit in perfectly with your decor. Try out a red white and blue Americana vibe, or a sandy desert inspired design, then fill them up with gold metallic candies or delicious Jordan almonds. Giddy up![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGd2hhdC1hcmUtd2FuZGVyZnVscyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1laG93cHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGcG9tcG9tcyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY29sb3JzcHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGY2FuZHlwYWdlJTJGJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyRmNvbG9yLWRlc2lnbiUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY2F0YWxvZ3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Wild West &amp; Cowboy Themed Centerpieces\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"medium\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"820,821,822\"][/vc_column][/vc_row]','Wild West & Cowboy Themed Centerpieces','','publish','closed','closed','','wild-west-cowboy-themed-centerpieces','','','2016-02-01 02:12:37','2016-02-01 02:12:37','',723,'http://wp5.centerpiecedesignerwizard.com/?page_id=750',0,'page','',0),(752,1,'2015-11-22 13:00:53','2015-11-22 13:00:53','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Centerpiece For Your Party\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Say \"Aloha!\" to our festive and fun tropical, Hawaiian, and Luau themed centerpieces and favors in one. Whether you\'re throwing an under-the-ocean themed wedding, a Hawaiian luau birthday party, or a beach bum theme summer event, Wanderfuls can help you design the perfect tropical or Hawaiian centerpiece for your party. You can choose the perfect colors for you, from beautiful ocean blues, to bright tropical flower colors. Then, fill them up with tropical themed candy Runts, or any other candy you\'d like.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGd2hhdC1hcmUtd2FuZGVyZnVscyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1laG93cHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGcG9tcG9tcyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY29sb3JzcHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGY2FuZHlwYWdlJTJGJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyRmNvbG9yLWRlc2lnbiUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY2F0YWxvZ3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Animal Themed Centerpieces\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"medium\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"823,824,825,826,827,828,829,830\"][/vc_column][/vc_row]','Animal Themed Centerpieces','','publish','closed','closed','','animal-themed-centerpieces','','','2016-02-01 02:10:42','2016-02-01 02:10:42','',723,'http://wp5.centerpiecedesignerwizard.com/?page_id=752',0,'page','',0),(754,1,'2015-11-22 13:01:57','2015-11-22 13:01:57','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Centerpiece For Your Party\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Life\'s a beach with Wanderfuls to help you design the perfect centerpiece for your Caribbean, ocean, or beach themed party. You choose the colors and candy fillings, so your centerpiece is sure to fit in with your decor. Whether you want an ocean blue underwater starfish theme, or a colorful tropical fish feel, we\'ve got you covered. Don\'t forget the sunscreen![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGd2hhdC1hcmUtd2FuZGVyZnVscyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1laG93cHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGcG9tcG9tcyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY29sb3JzcHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGY2FuZHlwYWdlJTJGJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyRmNvbG9yLWRlc2lnbiUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY2F0YWxvZ3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Caribbean, Ocean, &amp; Beach Themed Centerpieces\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"medium\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"840,842,843\"][/vc_column][/vc_row]','Caribbean, Ocean, & Beach Themed Centerpieces','','publish','closed','closed','','caribbean-ocean-beach-themed-centerpieces','','','2016-02-01 02:10:32','2016-02-01 02:10:32','',723,'http://wp5.centerpiecedesignerwizard.com/?page_id=754',0,'page','',0),(756,1,'2015-11-22 13:03:46','2015-11-22 13:03:46','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Centerpiece For Your Party\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Your party is about to make its big debut in style with Wanderfuls fully customizable centerpieces. You can choose the colors and candy fillings to make the perfect centerpiece for your Hollywood, Broadway, or movie themed event. So whether you\'re having an Oscars party with friends, a celebration for your Broadway debut, or a movie themed party, Wanderfuls can create the perfect centerpiece just for you.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGd2hhdC1hcmUtd2FuZGVyZnVscyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1laG93cHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGcG9tcG9tcyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY29sb3JzcHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGY2FuZHlwYWdlJTJGJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyRmNvbG9yLWRlc2lnbiUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY2F0YWxvZ3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Broadway, Hollywood, &amp; Movie Themed Centerpieces\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"medium\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"836,838,841\"][/vc_column][/vc_row]','Broadway, Hollywood, & Movie Themed Centerpieces','','publish','closed','closed','','broadway-hollywood-movie-themed-centerpieces','','','2016-02-01 02:10:38','2016-02-01 02:10:38','',723,'http://wp5.centerpiecedesignerwizard.com/?page_id=756',0,'page','',0),(757,1,'2015-11-22 13:04:10','2015-11-22 13:04:10','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Centerpiece For Your Party\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Just like the peacock uses its feathers to impress potential mates, you\'ll wow your guests with Wanderfuls customizable peacock themed centerpieces. You choose the colors and candy fillings, and then we can top the centerpiece off with a photo or feathers.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGd2hhdC1hcmUtd2FuZGVyZnVscyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1laG93cHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGcG9tcG9tcyUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY29sb3JzcHVzaCUyMiUzRSUzQ3NwYW4lM0UlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUwQSUwOSUzQ2ElMjBocmVmJTNEJTIyJTJGY2FuZHlwYWdlJTJGJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyRmNvbG9yLWRlc2lnbiUyRiUyMiUyMGNsYXNzJTNEJTIyY3Rhcm9sbHRoZW1lcHVzaCUyMGN0YXRoZW1lY2F0YWxvZ3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Peacock Themed Centerpieces\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"medium\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"837,839\"][/vc_column][/vc_row]','Peacock Themed Centerpieces','','publish','closed','closed','','peacock-themed-centerpieces','','','2016-02-01 02:13:01','2016-02-01 02:13:01','',723,'http://wp5.centerpiecedesignerwizard.com/?page_id=757',0,'page','',0),(760,1,'2015-11-22 13:07:35','2015-11-22 13:07:35','','Peacock','','publish','closed','closed','','peacock','','','2015-11-22 17:47:37','2015-11-22 17:47:37','',723,'http://wp5.centerpiecedesignerwizard.com/?p=760',10,'nav_menu_item','',0),(761,1,'2015-11-22 13:07:35','2015-11-22 13:07:35','','Broadway, Hollywood, & Movie','','publish','closed','closed','','broadway-hollywood-movie','','','2015-11-22 17:47:37','2015-11-22 17:47:37','',723,'http://wp5.centerpiecedesignerwizard.com/?p=761',11,'nav_menu_item','',0),(762,1,'2015-11-22 13:07:35','2015-11-22 13:07:35','','Caribbean, Ocean, & Beach','','publish','closed','closed','','caribbean-ocean-beach','','','2015-11-22 17:47:37','2015-11-22 17:47:37','',723,'http://wp5.centerpiecedesignerwizard.com/?p=762',9,'nav_menu_item','',0),(763,1,'2015-11-22 13:07:35','2015-11-22 13:07:35','','Animals','','publish','closed','closed','','animal','','','2015-11-22 17:47:37','2015-11-22 17:47:37','',723,'http://wp5.centerpiecedesignerwizard.com/?p=763',8,'nav_menu_item','',0),(764,1,'2015-11-22 13:07:35','2015-11-22 13:07:35','','Wild West & Cowboy','','publish','closed','closed','','wild-west-cowboy','','','2015-11-22 17:47:36','2015-11-22 17:47:36','',723,'http://wp5.centerpiecedesignerwizard.com/?p=764',7,'nav_menu_item','',0),(765,1,'2015-11-22 13:07:35','2015-11-22 13:07:35','','Las Vegas, Poker, & Casino','','publish','closed','closed','','las-vegas-poker-casino','','','2015-11-22 17:47:36','2015-11-22 17:47:36','',723,'http://wp5.centerpiecedesignerwizard.com/?p=765',6,'nav_menu_item','',0),(766,1,'2015-11-22 13:07:35','2015-11-22 13:07:35','','60s & Hippie','','publish','closed','closed','','60s-hippie','','','2015-11-22 17:47:36','2015-11-22 17:47:36','',723,'http://wp5.centerpiecedesignerwizard.com/?p=766',5,'nav_menu_item','',0),(767,1,'2015-11-22 13:07:35','2015-11-22 13:07:35','','Safari & Jungle','','publish','closed','closed','','safari-jungle','','','2015-11-22 17:47:36','2015-11-22 17:47:36','',723,'http://wp5.centerpiecedesignerwizard.com/?p=767',4,'nav_menu_item','',0),(768,1,'2015-11-22 13:07:35','2015-11-22 13:07:35','','Holiday','','publish','closed','closed','','holiday','','','2015-11-22 17:47:36','2015-11-22 17:47:36','',723,'http://wp5.centerpiecedesignerwizard.com/?p=768',3,'nav_menu_item','',0),(769,1,'2015-11-22 13:07:35','2015-11-22 13:07:35','','Mardi Gras','','publish','closed','closed','','mardi-gras','','','2015-11-22 17:47:36','2015-11-22 17:47:36','',723,'http://wp5.centerpiecedesignerwizard.com/?p=769',2,'nav_menu_item','',0),(770,1,'2015-11-22 13:07:35','2015-11-22 13:07:35','','Tropical/Hawaiian/Luau','','publish','closed','closed','','tropical-hawaiian-luau','','','2015-11-22 17:47:36','2015-11-22 17:47:36','',723,'http://wp5.centerpiecedesignerwizard.com/?p=770',1,'nav_menu_item','',0),(772,1,'2015-11-22 13:28:05','2015-11-22 13:28:05','','theme-mardigras','','inherit','open','closed','','theme-mardigras','','','2015-11-22 13:28:05','2015-11-22 13:28:05','',723,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/theme-mardigras.jpg',0,'attachment','image/jpeg',0),(773,1,'2015-11-22 13:28:07','2015-11-22 13:28:07','','theme-animals','','inherit','open','closed','','theme-animals','','','2015-11-22 13:28:07','2015-11-22 13:28:07','',723,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/theme-animals.jpg',0,'attachment','image/jpeg',0),(774,1,'2015-11-22 13:28:09','2015-11-22 13:28:09','','theme-sixties','','inherit','open','closed','','theme-sixties','','','2015-11-22 13:28:09','2015-11-22 13:28:09','',723,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/theme-sixties.jpg',0,'attachment','image/jpeg',0),(775,1,'2015-11-22 13:28:13','2015-11-22 13:28:13','','theme-tropical','','inherit','open','closed','','theme-tropical','','','2015-11-22 13:28:13','2015-11-22 13:28:13','',723,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/theme-tropical.jpg',0,'attachment','image/jpeg',0),(776,1,'2015-11-22 13:28:17','2015-11-22 13:28:17','','theme-western','','inherit','open','closed','','theme-western','','','2015-11-22 13:28:17','2015-11-22 13:28:17','',723,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/theme-western.jpg',0,'attachment','image/jpeg',0),(777,1,'2015-11-22 13:28:19','2015-11-22 13:28:19','','theme-caribbean','','inherit','open','closed','','theme-caribbean','','','2015-11-22 13:28:19','2015-11-22 13:28:19','',723,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/theme-caribbean.jpg',0,'attachment','image/jpeg',0),(778,1,'2015-11-22 13:28:31','2015-11-22 13:28:31','','theme-broadway','','inherit','open','closed','','theme-broadway','','','2015-11-22 13:28:31','2015-11-22 13:28:31','',723,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/theme-broadway.jpg',0,'attachment','image/jpeg',0),(779,1,'2015-11-22 13:28:34','2015-11-22 13:28:34','','theme-safari','','inherit','open','closed','','theme-safari','','','2015-11-22 13:28:34','2015-11-22 13:28:34','',723,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/theme-safari.jpg',0,'attachment','image/jpeg',0),(780,1,'2015-11-22 13:28:37','2015-11-22 13:28:37','','theme-casino','','inherit','open','closed','','theme-casino','','','2015-11-22 13:28:37','2015-11-22 13:28:37','',723,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/theme-casino.jpg',0,'attachment','image/jpeg',0),(781,1,'2015-11-22 13:29:38','2015-11-22 13:29:38','','theme-holidays','','inherit','open','closed','','theme-holidays','','','2015-11-22 13:29:38','2015-11-22 13:29:38','',723,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/theme-holidays.jpg',0,'attachment','image/jpeg',0),(783,1,'2015-11-22 13:35:11','2015-11-22 13:35:11','','theme-peacock','','inherit','open','closed','','theme-peacock','','','2015-11-22 13:35:11','2015-11-22 13:35:11','',723,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/theme-peacock.jpg',0,'attachment','image/jpeg',0),(784,1,'2015-11-22 13:39:40','2015-11-22 13:39:40','','custom-theme2','','inherit','open','closed','','custom-theme2','','','2015-11-22 13:39:40','2015-11-22 13:39:40','',723,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/custom-theme2.jpg',0,'attachment','image/jpeg',0),(787,1,'2015-11-22 17:57:55','2015-11-22 17:57:55','','Hawaiian Luau Tropical Palm Tree Centerpiece','','inherit','open','closed','','hawaiian-luau-tropical-palm-tree-centerpiece','','','2015-11-22 17:57:55','2015-11-22 17:57:55','',735,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Hawaiian-Luau-Tropical-Palm-Tree-Centerpiece.jpg',0,'attachment','image/jpeg',0),(788,1,'2015-11-22 17:58:00','2015-11-22 17:58:00','','Tropical Hawaiian Luau Blue Dolphin Centerpiece','','inherit','open','closed','','tropical-hawaiian-luau-blue-dolphin-centerpiece','','','2015-11-22 17:58:00','2015-11-22 17:58:00','',735,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece.jpg',0,'attachment','image/jpeg',0),(789,1,'2015-11-22 17:58:06','2015-11-22 17:58:06','','Blue Ocean Starfish Centerpiece','','inherit','open','closed','','blue-ocean-starfish-centerpiece','','','2015-11-22 17:58:06','2015-11-22 17:58:06','',735,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Blue-Ocean-Starfish-Centerpiece.jpg',0,'attachment','image/jpeg',0),(790,1,'2015-11-22 17:58:10','2015-11-22 17:58:10','','Hawaiian Tropical Luau Fish Centerpiece','','inherit','open','closed','','hawaiian-tropical-luau-fish-centerpiece','','','2015-11-22 17:58:10','2015-11-22 17:58:10','',735,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Hawaiian-Tropical-Luau-Fish-Centerpiece.jpg',0,'attachment','image/jpeg',0),(793,1,'2015-11-22 18:23:50','2015-11-22 18:23:50','','Purple and Green New Orleans Mardi Gras Centerpiece','','inherit','open','closed','','purple-and-green-new-orleans-mardi-gras-centerpiece','','','2015-11-22 18:23:50','2015-11-22 18:23:50','',738,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Purple-and-Green-New-Orleans-Mardi-Gras-Centerpiece.jpg',0,'attachment','image/jpeg',0),(794,1,'2015-11-22 18:24:02','2015-11-22 18:24:02','','Jester Mask Mardis Gras Centerpiece','','inherit','open','closed','','jester-mask-mardis-gras-centerpiece','','','2015-11-22 18:24:02','2015-11-22 18:24:02','',738,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Jester-Mask-Mardis-Gras-Centerpiece.jpg',0,'attachment','image/jpeg',0),(797,1,'2015-11-22 18:26:25','2015-11-22 18:26:25','','St. Patrick\'s Day Shamrock Centerpiece','','inherit','open','closed','','st-patricks-day-shamrock-centerpiece','','','2015-11-22 18:26:25','2015-11-22 18:26:25','',741,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/St.-Patricks-Day-Shamrock-Centerpiece.jpg',0,'attachment','image/jpeg',0),(798,1,'2015-11-22 18:26:32','2015-11-22 18:26:32','','Christmas Tree Centerpiece','','inherit','open','closed','','christmas-tree-centerpiece','','','2015-11-22 18:26:32','2015-11-22 18:26:32','',741,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Christmas-Tree-Centerpiece.jpg',0,'attachment','image/jpeg',0),(799,1,'2015-11-22 18:26:38','2015-11-22 18:26:38','','Jack-O-Lantern Pumpkin Halloween Centerpiece','','inherit','open','closed','','jack-o-lantern-pumpkin-halloween-centerpiece','','','2015-11-22 18:26:38','2015-11-22 18:26:38','',741,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Jack-O-Lantern-Pumpkin-Halloween-Centerpiece.jpg',0,'attachment','image/jpeg',0),(800,1,'2015-11-22 18:26:45','2015-11-22 18:26:45','','Thanksgiving Turkey Centerpiece','','inherit','open','closed','','thanksgiving-turkey-centerpiece','','','2015-11-22 18:26:45','2015-11-22 18:26:45','',741,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Thanksgiving-Turkey-Centerpiece.jpg',0,'attachment','image/jpeg',0),(801,1,'2015-11-22 18:26:51','2015-11-22 18:26:51','','Patriotic American Flag Fourth of July Independence Day Centerpiece','','inherit','open','closed','','patriotic-american-flag-fourth-of-july-independence-day-centerpiece','','','2015-11-22 18:26:51','2015-11-22 18:26:51','',741,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Patriotic-American-Flag-Fourth-of-July-Independence-Day-Centerpiece.jpg',0,'attachment','image/jpeg',0),(802,1,'2015-11-22 18:28:19','2015-11-22 18:28:19','','African Jungle Safari Giraffe Centerpiece','','inherit','open','closed','','african-jungle-safari-giraffe-centerpiece','','','2015-11-22 18:28:19','2015-11-22 18:28:19','',743,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/African-Jungle-Safari-Giraffe-Centerpiece.jpg',0,'attachment','image/jpeg',0),(803,1,'2015-11-22 18:28:24','2015-11-22 18:28:24','','African Zebra Centerpiece','','inherit','open','closed','','african-zebra-centerpiece','','','2015-11-22 18:28:24','2015-11-22 18:28:24','',743,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/African-Zebra-Centerpiece.jpg',0,'attachment','image/jpeg',0),(804,1,'2015-11-22 18:28:30','2015-11-22 18:28:30','','African Jungle Safari Leopard Centerpiece','','inherit','open','closed','','african-jungle-safari-leopard-centerpiece','','','2015-11-22 18:28:30','2015-11-22 18:28:30','',743,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/African-Jungle-Safari-Leopard-Centerpiece.jpg',0,'attachment','image/jpeg',0),(809,1,'2015-11-22 18:34:11','2015-11-22 18:34:11','','Las Vegas City Sign Centerpiece','','inherit','open','closed','','las-vegas-city-sign-centerpiece','','','2015-11-22 18:34:11','2015-11-22 18:34:11','',748,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Las-Vegas-City-Sign-Centerpiece.jpg',0,'attachment','image/jpeg',0),(810,1,'2015-11-22 18:34:17','2015-11-22 18:34:17','','Casino Spade Centerpiece (Can also be made with a club, heart, or diamond)','','inherit','open','closed','','casino-spade-centerpiece-can-also-be-made-with-a-club-heart-or-diamond','','','2015-11-22 18:34:17','2015-11-22 18:34:17','',748,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Casino-Spade-Centerpiece-Can-also-be-made-with-a-club-heart-or-diamond.jpg',0,'attachment','image/jpeg',0),(811,1,'2015-11-22 18:34:22','2015-11-22 18:34:22','','60\'s and 70\'s Vinyl Record Centerpiece','','inherit','open','closed','','60s-and-70s-vinyl-record-centerpiece','','','2015-11-22 18:34:22','2015-11-22 18:34:22','',746,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/60s-and-70s-Vinyl-Record-Centerpiece.jpg',0,'attachment','image/jpeg',0),(812,1,'2015-11-22 18:34:23','2015-11-22 18:34:23','','Casino Themed Poker Blackjack Playing Cards Centerpiece','','inherit','open','closed','','casino-themed-poker-blackjack-playing-cards-centerpiece','','','2015-11-22 18:34:23','2015-11-22 18:34:23','',748,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Casino-Themed-Poker-Blackjack-Playing-Cards-Centerpiece.jpg',0,'attachment','image/jpeg',0),(813,1,'2015-11-22 18:34:28','2015-11-22 18:34:28','','60\'s Hippie Flower Power Peace Symbol Centerpiece','','inherit','open','closed','','60s-hippie-flower-power-peace-symbol-centerpiece','','','2015-11-22 18:34:28','2015-11-22 18:34:28','',746,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/60s-Hippie-Flower-Power-Peace-Symbol-Centerpiece.jpg',0,'attachment','image/jpeg',0),(814,1,'2015-11-22 18:34:34','2015-11-22 18:34:34','','Hippie Tie-Dyed Peace Fingers Centerpiece','','inherit','open','closed','','hippie-tie-dyed-peace-fingers-centerpiece','','','2015-11-22 18:34:34','2015-11-22 18:34:34','',746,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Hippie-Tie-Dyed-Peace-Fingers-Centerpiece.jpg',0,'attachment','image/jpeg',0),(815,1,'2015-11-22 18:34:40','2015-11-22 18:34:40','','Hippie Themed Yellow Submarine Centerpiece','','inherit','open','closed','','hippie-themed-yellow-submarine-centerpiece','','','2015-11-22 18:34:40','2015-11-22 18:34:40','',746,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Hippie-Themed-Yellow-Submarine-Centerpiece.jpg',0,'attachment','image/jpeg',0),(820,1,'2015-11-22 18:37:34','2015-11-22 18:37:34','','Wild Western Cowboy Hat Centerpiece','','inherit','open','closed','','wild-western-cowboy-hat-centerpiece','','','2015-11-22 18:37:34','2015-11-22 18:37:34','',750,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Wild-Western-Cowboy-Hat-Centerpiece.jpg',0,'attachment','image/jpeg',0),(821,1,'2015-11-22 18:37:39','2015-11-22 18:37:39','','Wild West Cowboy Boot or Cowgirl Boot','','inherit','open','closed','','wild-west-cowboy-boot-or-cowgirl-boot','','','2015-11-22 18:37:39','2015-11-22 18:37:39','',750,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Wild-West-Cowboy-Boot-or-Cowgirl-Boot.jpg',0,'attachment','image/jpeg',0),(822,1,'2015-11-22 18:37:47','2015-11-22 18:37:47','','Sandy Desert Cactus Centerpiece','','inherit','open','closed','','sandy-desert-cactus-centerpiece','','','2015-11-22 18:37:47','2015-11-22 18:37:47','',750,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Sandy-Desert-Cactus-Centerpiece.jpg',0,'attachment','image/jpeg',0),(823,1,'2015-11-22 18:38:16','2015-11-22 18:38:16','','Red Lady Bug Centerpiece','','inherit','open','closed','','red-lady-bug-centerpiece','','','2015-11-22 18:38:16','2015-11-22 18:38:16','',752,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Red-Lady-Bug-Centerpiece.jpg',0,'attachment','image/jpeg',0),(824,1,'2015-11-22 18:38:23','2015-11-22 18:38:23','','Black and Yellow Bumble Bee Centerpiece','','inherit','open','closed','','black-and-yellow-bumble-bee-centerpiece','','','2015-11-22 18:38:23','2015-11-22 18:38:23','',752,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Black-and-Yellow-Bumble-Bee-Centerpiece.jpg',0,'attachment','image/jpeg',0),(825,1,'2015-11-22 18:38:28','2015-11-22 18:38:28','','African Jungle Safari Giraffe Centerpiece','','inherit','open','closed','','african-jungle-safari-giraffe-centerpiece-2','','','2015-11-22 18:38:28','2015-11-22 18:38:28','',752,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/African-Jungle-Safari-Giraffe-Centerpiece1.jpg',0,'attachment','image/jpeg',0),(826,1,'2015-11-22 18:38:36','2015-11-22 18:38:36','','African Jungle Safari Leopard Centerpiece','','inherit','open','closed','','african-jungle-safari-leopard-centerpiece-2','','','2015-11-22 18:38:36','2015-11-22 18:38:36','',752,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/African-Jungle-Safari-Leopard-Centerpiece1.jpg',0,'attachment','image/jpeg',0),(827,1,'2015-11-22 18:38:41','2015-11-22 18:38:41','','Ocean Starfish Centerpiece','','inherit','open','closed','','ocean-starfish-centerpiece','','','2015-11-22 18:38:41','2015-11-22 18:38:41','',752,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Ocean-Starfish-Centerpiece.jpg',0,'attachment','image/jpeg',0),(828,1,'2015-11-22 18:38:47','2015-11-22 18:38:47','','Tropical Caribbean Fish Centerpiece','','inherit','open','closed','','tropical-caribbean-fish-centerpiece','','','2015-11-22 18:38:47','2015-11-22 18:38:47','',752,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Tropical-Caribbean-Fish-Centerpiece.jpg',0,'attachment','image/jpeg',0),(829,1,'2015-11-22 18:38:53','2015-11-22 18:38:53','','Pink and Yellow Butterfly Centerpiece','','inherit','open','closed','','pink-and-yellow-butterfly-centerpiece','','','2015-11-22 18:38:53','2015-11-22 18:38:53','',752,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Pink-and-Yellow-Butterfly-Centerpiece.jpg',0,'attachment','image/jpeg',0),(830,1,'2015-11-22 18:39:00','2015-11-22 18:39:00','','Tropical Hawaiian Luau Blue Dolphin Centerpiece','','inherit','open','closed','','tropical-hawaiian-luau-blue-dolphin-centerpiece-2','','','2015-11-22 18:39:00','2015-11-22 18:39:00','',752,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece1.jpg',0,'attachment','image/jpeg',0),(836,1,'2015-11-22 18:45:38','2015-11-22 18:45:38','','Film Strip with Photo Centerpiece','','inherit','open','closed','','film-strip-with-photo-centerpiece','','','2015-11-22 18:45:38','2015-11-22 18:45:38','',756,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Film-Strip-with-Photo-Centerpiece.jpg',0,'attachment','image/jpeg',0),(837,1,'2015-11-22 18:45:44','2015-11-22 18:45:44','','Peacock Bird Feather Centerpiece','','inherit','open','closed','','peacock-bird-feather-centerpiece','','','2015-11-22 18:45:44','2015-11-22 18:45:44','',757,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Peacock-Bird-Feather-Centerpiece.jpg',0,'attachment','image/jpeg',0),(838,1,'2015-11-22 18:45:51','2015-11-22 18:45:51','','Broadway Theater New York Centerpiece','','inherit','open','closed','','broadway-theater-new-york-centerpiece','','','2015-11-22 18:45:51','2015-11-22 18:45:51','',756,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Broadway-Theater-New-York-Centerpiece.jpg',0,'attachment','image/jpeg',0),(839,1,'2015-11-22 18:45:51','2015-11-22 18:45:51','','Peacock Bird Centerpiece','','inherit','open','closed','','peacock-bird-centerpiece','','','2015-11-22 18:45:51','2015-11-22 18:45:51','',757,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Peacock-Bird-Centerpiece.jpg',0,'attachment','image/jpeg',0),(840,1,'2015-11-22 18:45:56','2015-11-22 18:45:56','','Caribbean Ocean Fish Centerpiece','','inherit','open','closed','','caribbean-ocean-fish-centerpiece','','','2015-11-22 18:45:56','2015-11-22 18:45:56','',754,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Caribbean-Ocean-Fish-Centerpiece.jpg',0,'attachment','image/jpeg',0),(841,1,'2015-11-22 18:45:58','2015-11-22 18:45:58','','Hollywood Movie Centerpiece','','inherit','open','closed','','hollywood-movie-centerpiece','','','2015-11-22 18:45:58','2015-11-22 18:45:58','',756,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Hollywood-Movie-Centerpiece.jpg',0,'attachment','image/jpeg',0),(842,1,'2015-11-22 18:46:02','2015-11-22 18:46:02','','Blue Dolphin Caribbean Ocean Centerpiece','','inherit','open','closed','','blue-dolphin-caribbean-ocean-centerpiece','','','2015-11-22 18:46:02','2015-11-22 18:46:02','',754,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Blue-Dolphin-Caribbean-Ocean-Centerpiece.jpg',0,'attachment','image/jpeg',0),(843,1,'2015-11-22 18:46:06','2015-11-22 18:46:06','','Ocean Starfish Centerpiece','','inherit','open','closed','','ocean-starfish-centerpiece-2','','','2015-11-22 18:46:06','2015-11-22 18:46:06','',754,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/Ocean-Starfish-Centerpiece1.jpg',0,'attachment','image/jpeg',0),(848,1,'2015-11-29 06:35:21','2015-11-29 06:35:21','','morethemes','','inherit','open','closed','','morethemes','','','2015-11-29 06:35:21','2015-11-29 06:35:21','',51,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/morethemes.jpg',0,'attachment','image/jpeg',0),(850,1,'2015-11-29 06:41:14','2015-11-29 06:41:14','[vc_row css=\".vc_custom_1448876700848{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"858\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Create with <span style=\"color: #bf3765;\">color</span>. Add beauty &amp; magic to your event.</h3>\r\nOur one-of-a-kind <strong>Party Favor \"Wands\"</strong> are available in smaller sizes to accommodate more formal settings or larger sizes for more flair and pizzazz.\r\n\r\nNeed personalization? Our Wands are happy to accommodate. Your name and event date can be inscribed along the spiral ribbon, making it a<strong>personalized favor</strong> as well.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>You and your Personal Wanderfuls Designer will...</h4>\r\n<ol>\r\n 	<li>Choose your <a href=\"../pompoms.html\">Colors</a></li>\r\n 	<li>Choose your <a href=\"../candypage.html\">Candy</a></li>\r\n 	<li>Choose your <a href=\"../makebouquet.html\">Style</a></li>\r\n 	<li>Place your order</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Party Favors Color Gallery</h4>\r\nOur Unique Favors have enchanted both our clients and their guests at hundreds of events, from weddings and fundraisers to birthdays, anniversaries and award dinners.[/vc_column_text][vcex_image_grid hover_animation=\"grow-shadow\" columns=\"3\" columns_gap=\"5\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"859,860,861,862,863,864\" css=\".vc_custom_1448781076617{margin-top: 20px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448783395212{margin-top: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"854\"][vc_column_text]\r\n<h3>Designing Your Favors</h3>\r\nWanderfuls <strong>Personalized Favors</strong> are filled with delectable candy and wrapped in matching colorful ribbons, our <a href=\"../candypage.html\">Unique Party Favors</a> provide exciting favors that your guests will rave about.\r\n\r\nTo create more magic, simply slide these <strong>unique candy favors</strong> into one of our specially designed holders and presto! Now you have a bouquet of favors that can double as your table centerpiece!\r\n\r\nDesign Your Own Party Favors Now!\r\n<ul>\r\n 	<li><a href=\"../color-design.html\">Build your Bouquet</a></li>\r\n 	<li><a href=\"../color-design.html\">Design Room</a></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"867\"][vc_column_text]\r\n<h3>Favors by Event</h3>\r\nOur ability to create an unlimited combination of colors means you can get just the feeling you are looking for. And the process is fun! Just call one of our helpful designers and we’ll get you started.\r\n\r\n<a href=\"../wedding-favors.html\">Wedding Favor</a>[/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"left\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"left\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"left\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448784140099{margin-top: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"868\" alignment=\"left\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"To get personalized help call\r\n1-888-837-5021\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1448784193396{padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #cc3366 !important;}\"][/vc_column][/vc_row]','Party Favors','','publish','closed','closed','','party-favors','','','2016-08-12 21:34:43','2016-08-12 21:34:43','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=850',0,'page','',0),(852,1,'2015-11-29 06:49:45','2015-11-29 06:49:45','','party-favor-main-5','','inherit','open','closed','','party-favor-main-5','','','2015-11-29 06:49:45','2015-11-29 06:49:45','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/party-favor-main-5.jpg',0,'attachment','image/jpeg',0),(853,1,'2015-11-29 06:49:48','2015-11-29 06:49:48','','party-favor-main-2','','inherit','open','closed','','party-favor-main-2','','','2015-11-29 06:49:48','2015-11-29 06:49:48','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/party-favor-main-2.jpg',0,'attachment','image/jpeg',0),(854,1,'2015-11-29 06:49:52','2015-11-29 06:49:52','','party-favor-main-4','','inherit','open','closed','','party-favor-main-4','','','2015-11-29 06:49:52','2015-11-29 06:49:52','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/party-favor-main-4.jpg',0,'attachment','image/jpeg',0),(855,1,'2015-11-29 06:49:55','2015-11-29 06:49:55','','party-favor-main-1','','inherit','open','closed','','party-favor-main-1','','','2015-11-29 06:49:55','2015-11-29 06:49:55','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/party-favor-main-1.jpg',0,'attachment','image/jpeg',0),(856,1,'2015-11-29 06:49:58','2015-11-29 06:49:58','','party-favor-main-3','','inherit','open','closed','','party-favor-main-3','','','2015-11-29 06:49:58','2015-11-29 06:49:58','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/party-favor-main-3.jpg',0,'attachment','image/jpeg',0),(858,1,'2015-11-29 07:00:04','2015-11-29 07:00:04','','special-event-party-favors','','inherit','open','closed','','special-event-party-favors','','','2015-11-29 07:00:04','2015-11-29 07:00:04','',850,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/special-event-party-favors.jpg',0,'attachment','image/jpeg',0),(859,1,'2015-11-29 07:04:36','2015-11-29 07:04:36','','graduations-ivory-forest','','inherit','open','closed','','graduations-ivory-forest','','','2015-11-29 07:04:36','2015-11-29 07:04:36','',850,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/graduations-ivory-forest.jpg',0,'attachment','image/jpeg',0),(860,1,'2015-11-29 07:04:39','2015-11-29 07:04:39','','mint-wedding-favor-2','','inherit','open','closed','','mint-wedding-favor-2','','','2015-11-29 07:04:39','2015-11-29 07:04:39','',850,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/mint-wedding-favor-2.jpg',0,'attachment','image/jpeg',0),(861,1,'2015-11-29 07:04:41','2015-11-29 07:04:41','','black-white-wedding-favors','','inherit','open','closed','','black-white-wedding-favors','','','2015-11-29 07:04:41','2015-11-29 07:04:41','',850,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/black-white-wedding-favors.jpg',0,'attachment','image/jpeg',0),(862,1,'2015-11-29 07:04:43','2015-11-29 07:04:43','','white-wedding-favor','','inherit','open','closed','','white-wedding-favor','','','2015-11-29 07:04:43','2015-11-29 07:04:43','',850,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/white-wedding-favor.jpg',0,'attachment','image/jpeg',0),(863,1,'2015-11-29 07:04:44','2015-11-29 07:04:44','','lavender-wedding-favor','','inherit','open','closed','','lavender-wedding-favor','','','2015-11-29 07:04:44','2015-11-29 07:04:44','',850,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/lavender-wedding-favor.jpg',0,'attachment','image/jpeg',0),(864,1,'2015-11-29 07:04:46','2015-11-29 07:04:46','','pale-blue-wedding-favor','','inherit','open','closed','','pale-blue-wedding-favor','','','2015-11-29 07:04:46','2015-11-29 07:04:46','',850,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/pale-blue-wedding-favor.jpg',0,'attachment','image/jpeg',0),(867,1,'2015-11-29 07:22:19','2015-11-29 07:22:19','','pink-favors-on-table','','inherit','open','closed','','pink-favors-on-table','','','2015-11-29 07:22:19','2015-11-29 07:22:19','',850,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/pink-favors-on-table.jpg',0,'attachment','image/jpeg',0),(868,1,'2015-11-29 07:22:22','2015-11-29 07:22:22','','row-of-favors','','inherit','open','closed','','row-of-favors','','','2015-11-29 07:22:22','2015-11-29 07:22:22','',850,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/row-of-favors.jpg',0,'attachment','image/jpeg',0),(869,1,'2015-11-29 07:22:25','2015-11-29 07:22:25','','fan-party-favors','','inherit','open','closed','','fan-party-favors','','','2015-11-29 07:22:25','2015-11-29 07:22:25','',850,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/fan-party-favors.jpg',0,'attachment','image/jpeg',0),(880,1,'2015-11-29 09:33:48','2015-11-29 09:33:48','[vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJjb2xvcnBhZ2UlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCZmxvYXQlM0FsZWZ0JTNCbWFyZ2luLXRvcCUzQTBweCUzQiUyMG1hcmdpbi1sZWZ0JTNBMHB4JTNCJTIwJTIyJTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpc3QlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBJTIwNTAlMjUlM0IlMjBmbG9hdCUzQSUyMGxlZnQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZidXJndW5keS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcmVkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3BpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGluay5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmhvdHBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwZWFjaC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsaW1lZ3JlZW4uanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTglMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRlYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2VhZm9hbS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhcXVhLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVyaXdpbmtsZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm5hdnkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxhdmVuZGVyLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTNDJTIxLS0lMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMnBvbXBvbXNfZmlsZXMlMkZjb2xvcnMlMkZlZ2dwbGFudC5qcGclMjIlMjAlMkYlM0UlMjAtLSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZ29sZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRndoaXRlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXIuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycHJldmlldy1pbWctbGlzdEFRJTIyJTIwc3R5bGUlM0QlMjJ3aWR0aCUzQSUyMDUwJTI1JTNCJTIwZmxvYXQlM0ElMjByaWdodCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnVyZ3VuZHktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2FiZXJuZXQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3JlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcGluay13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIwYWN0aXZlJTIyJTIwaWRfbm9kZSUzRCUyMjclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjb3JhbC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZob3RwaW5rLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZvcmFuZ2Utd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVhY2gtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGlnaHR5ZWxsb3ctd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGltZWdyZWVuLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZW1lcmFsZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjE5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0ZWFsLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzYWdlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnNlYWZvYW0td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0dXJxdW9pc2Utd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYXF1YS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjb3JuZmxvd2VyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjglMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBlcml3aW5rbGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljYmx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZuYXZ5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3B1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsYXZlbmRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZWdncGxhbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnJvd24td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwLndhbmRlcmZ1bHNjZW50ZXJwaWVjZXMuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZnb2xkLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmlycmlkZXNjZW50d2hpdGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGd2hpdGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cC53YW5kZXJmdWxzY2VudGVycGllY2VzLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2lsdmVyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3Aud2FuZGVyZnVsc2NlbnRlcnBpZWNlcy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnByZXZpZXcuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjIlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row]','colors-iframe','','publish','closed','closed','','colors-iframe','','','2016-01-31 18:34:19','2016-01-31 18:34:19','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=880',0,'page','',0),(902,1,'2015-11-29 20:00:59','2015-11-29 20:00:59','','Events','','publish','closed','closed','','events-2','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://wp5.centerpiecedesignerwizard.com/?p=902',8,'nav_menu_item','',0),(909,1,'2015-11-30 07:59:53','2015-11-30 07:59:53','[vc_row css=\".vc_custom_1448870166877{margin-top: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Plenty Of Candy Options\" font_container=\"tag:h2|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<h4>Jordan Almonds</h4>\r\n<img class=\"aligncenter size-full wp-image-915\" src=\"../wp-content/uploads/2015/11/candy-jordan-almonds.jpg\" alt=\"candy-jordan-almonds\" width=\"980\" height=\"198\" />\r\n<h4>Foil Wrapped</h4>\r\n<img class=\"aligncenter size-full wp-image-915\" src=\"../wp-content/uploads/2015/11/candy-foil-wrapped.jpg\" alt=\"candy-foil-wrapped\" width=\"980\" height=\"198\" />\r\n<h4>Jelly Beans, Gum Balls, Dinner Mints, and more</h4>\r\n<img class=\"aligncenter size-full wp-image-915\" src=\"../wp-content/uploads/2015/11/candy-other.jpg\" alt=\"candy-other\" width=\"980\" height=\"198\" />[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGYW5pbWF0aW9uMi5odG1sJTIyJTIwd2lkdGglM0QlMjI0NTAlMjIlMjBoZWlnaHQlM0QlMjI0MzAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Check Out The Gallery!\" font_container=\"tag:h2|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid hover_animation=\"grow-shadow\" columns=\"2\" lightbox_skin=\"mac\" lightbox_title=\"false\" lightbox_caption=\"false\" img_size=\"medium\" title=\"no\" image_ids=\"436,439,440,441,438,434\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Design Tool Customize Your Centerpiece With Colorful Candies!\" font_container=\"tag:h2|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]<img class=\"aligncenter size-full wp-image-921\" src=\"../wp-content/uploads/2015/11/designtoolssmall.jpg\" alt=\"designtoolssmall\" width=\"375\" height=\"363\" />\r\nOur patented <strong>design tool </strong>is a very useful tool that can help you find the colors you like and get the perfect centerpiece for your event!\r\n\r\nHaving trouble? Our team is ready to help!\r\n<strong>CALL 1-888-837-5021</strong>\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-920\" src=\"../wp-content/uploads/2015/11/makeyourown.jpg\" alt=\"makeyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"927\" alignment=\"left\" css=\".vc_custom_1448872333806{margin-top: 20px !important;}\"][vc_custom_heading text=\"Candy Centerpiece For Any Party\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<blockquote>\"My father-in-laws surprise <strong>60th birthday party centerpiece</strong> was a huge hit thanks to Wanderfuls!\"\r\n-Paige Johnson, New York</blockquote>\r\n[/vc_column_text][vc_single_image image=\"926\" alignment=\"left\" css=\".vc_custom_1448872350599{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Wanderfuls Are Unique Candy Centerpieces Your Guest Can Take Home\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]Wanderful are delicious and colorful candy centerpieces. They are the perfect decorating idea for your Birthday, Sweet 16 or Corporate Celebration! Your Candy Centerpiece is customized with the candies of your choice! Each arrangement is comprised of individual colorful candy favors that each guest will take home as a memento of your special occasion.\r\n\r\nYou\'ll love them because they double as favors and centerpieces. Your guests will be AMAZED when they walk into the room and see your Unique Candy Centerpieces on the table!![/vc_column_text][vc_custom_heading text=\"Candy Centerpieces in Any Color for Any Event\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"false\" lightbox_caption=\"false\" img_size=\"medium\" title=\"no\" image_ids=\"923,924,925\"][/vc_column][/vc_row]','Candy Centerpieces','','publish','closed','closed','','candy-centerpieces','','','2015-12-03 01:35:43','2015-12-03 01:35:43','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=909',0,'page','',0),(910,1,'2015-11-30 07:46:07','2015-11-30 07:46:07','','yellow-candy-centerpiece','','inherit','open','closed','','yellow-candy-centerpiece','','','2015-11-30 07:46:07','2015-11-30 07:46:07','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/yellow-candy-centerpiece.jpg',0,'attachment','image/jpeg',0),(911,1,'2015-11-30 07:46:19','2015-11-30 07:46:19','','bigwanderfulsslider','','inherit','open','closed','','bigwanderfulsslider','','','2015-11-30 07:46:19','2015-11-30 07:46:19','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/bigwanderfulsslider.jpg',0,'attachment','image/jpeg',0),(912,1,'2015-11-30 07:46:22','2015-11-30 07:46:22','','teal-white-candy','','inherit','open','closed','','teal-white-candy','','','2015-11-30 07:46:22','2015-11-30 07:46:22','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/teal-white-candy.jpg',0,'attachment','image/jpeg',0),(913,1,'2015-11-30 07:46:26','2015-11-30 07:46:26','','candy-centerpiece-main','','inherit','open','closed','','candy-centerpiece-main','','','2015-11-30 07:46:26','2015-11-30 07:46:26','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/candy-centerpiece-main.jpg',0,'attachment','image/jpeg',0),(914,1,'2015-11-30 07:46:34','2015-11-30 07:46:34','','newcandies2','','inherit','open','closed','','newcandies2','','','2015-11-30 07:46:34','2015-11-30 07:46:34','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/newcandies2.jpg',0,'attachment','image/jpeg',0),(915,1,'2015-11-30 07:57:44','2015-11-30 07:57:44','','candy-jordan-almonds','','inherit','open','closed','','candy-jordan-almonds-2','','','2015-11-30 07:57:44','2015-11-30 07:57:44','',909,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/candy-jordan-almonds.jpg',0,'attachment','image/jpeg',0),(916,1,'2015-11-30 07:57:52','2015-11-30 07:57:52','','candy-other','','inherit','open','closed','','candy-other-2','','','2015-11-30 07:57:52','2015-11-30 07:57:52','',909,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/candy-other.jpg',0,'attachment','image/jpeg',0),(917,1,'2015-11-30 07:58:00','2015-11-30 07:58:00','','candy-foil-wrapped','','inherit','open','closed','','candy-foil-wrapped-2','','','2015-11-30 07:58:00','2015-11-30 07:58:00','',909,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/candy-foil-wrapped.jpg',0,'attachment','image/jpeg',0),(920,1,'2015-11-30 08:15:12','2015-11-30 08:15:12','','makeyourown','','inherit','open','closed','','makeyourown','','','2015-11-30 08:15:12','2015-11-30 08:15:12','',909,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/makeyourown.jpg',0,'attachment','image/jpeg',0),(921,1,'2015-11-30 08:15:19','2015-11-30 08:15:19','','designtoolssmall','','inherit','open','closed','','designtoolssmall','','','2015-11-30 08:15:19','2015-11-30 08:15:19','',909,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/designtoolssmall.jpg',0,'attachment','image/jpeg',0),(923,1,'2015-11-30 08:25:04','2015-11-30 08:25:04','','bridal_shower_lg','','inherit','open','closed','','bridal_shower_lg','','','2015-11-30 08:25:04','2015-11-30 08:25:04','',909,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/bridal_shower_lg.jpg',0,'attachment','image/jpeg',0),(924,1,'2015-11-30 08:25:07','2015-11-30 08:25:07','','sweet_sixteen_lg','','inherit','open','closed','','sweet_sixteen_lg','','','2015-11-30 08:25:07','2015-11-30 08:25:07','',909,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/sweet_sixteen_lg.jpg',0,'attachment','image/jpeg',0),(925,1,'2015-11-30 08:25:11','2015-11-30 08:25:11','','bar_mitzvah_lg','','inherit','open','closed','','bar_mitzvah_lg','','','2015-11-30 08:25:11','2015-11-30 08:25:11','',909,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/bar_mitzvah_lg.jpg',0,'attachment','image/jpeg',0),(926,1,'2015-11-30 08:26:39','2015-11-30 08:26:39','','lavender-birthday-centerpiece','','inherit','open','closed','','lavender-birthday-centerpiece','','','2015-11-30 08:26:39','2015-11-30 08:26:39','',909,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/lavender-birthday-centerpiece.jpg',0,'attachment','image/jpeg',0),(927,1,'2015-11-30 08:26:44','2015-11-30 08:26:44','','bluebirthday','','inherit','open','closed','','bluebirthday-2','','','2015-11-30 08:26:44','2015-11-30 08:26:44','',909,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/bluebirthday.jpg',0,'attachment','image/jpeg',0),(931,1,'2015-11-30 10:12:26','2015-11-30 10:12:26','[vc_row css=\".vc_custom_1448880732556{margin-top: 30px !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448876700848{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"954\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Unique Wedding Favors</h3>\r\nWanderfuls: Where Wedding Favors become your Centerpiece.\r\nWanderfuls are one-of-a-kind <strong><a href=\"../pompoms.html\">personalized favors</a></strong> that YOU can design in any color to match your wedding theme!\r\n<p class=\"margin-btm-lg\">These <strong>Wedding Favors</strong> are available in different sizes and can be customized to give you a more elegant or festive look. Like flowers but better because each guest gets to take their <a href=\"../color-design.html\">personalized party favor</a> home with them! Infuse your wedding with enchantment with <strong>Wanderfuls Wedding Favors!</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1448879407326{margin-bottom: 30px !important;}\"]\r\n<h4>Centerpieces in Any Color for Any Event</h4>\r\nCenterpieces and Favors for All Occasions. Look what many of our clients have done to make their Wanderfuls unique for their special event.[/vc_column_text][vcex_image_carousel items=\"3\" center=\"true\" img_size=\"thumbnail\" thumbnail_link=\"lightbox\" lightbox_skin=\"mac\" content_alignment=\"center\" image_ids=\"937,938,939,940,941,942,943,944,945,946,947,948,949,950\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>You and your Personal Wanderfuls Designer will...</h4>\r\n<ol>\r\n 	<li>Choose your <a href=\"../pompoms.html\">Colors</a></li>\r\n 	<li>Choose your <a href=\"../candypage.html\">Candy</a></li>\r\n 	<li>Choose your <a href=\"../makebouquet.html\">Style</a></li>\r\n 	<li>Place your order</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1448783395212{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"952\"][vc_column_text]\r\n<h3>Tons of Candy Fillings to choose from.</h3>\r\nImagine something NEW for your event! Call NOW to speak to a Wanderfuls Designer who will help create a personalized and customized party favor filled with your choice of gourmet candy filling.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"953\"][vc_column_text]\r\n<h3>Let your favors double as your centerpiece</h3>\r\nOur <strong>Wedding Favors</strong> are designed by you for your party. Your guest will be AMAZED when they walk into the room, and see your beautiful centepiece, and realize they double as wedding favors![/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"left\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"left\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"left\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448784140099{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Personalized Wedding Favors\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]You can have your favors imprinted with the name and date of your event. Every guest loves to take a home a memento, so make sure they can remember your special day forever.[/vc_column_text][vc_single_image image=\"932\" alignment=\"center\" css=\".vc_custom_1448877952988{margin-top: 20px !important;margin-bottom: 20px !important;}\"][vc_column_text]\r\n<h4>Ready to customize your own bouquet?</h4>\r\nVisit our <a href=\"../color-design.html\">Build Your Bouquet</a> page, try our design tool and create your own unique centerpiece.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vcex_image_grid hover_animation=\"grow-shadow\" columns=\"3\" columns_gap=\"5\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"860,862,863,864,933,934\" css=\".vc_custom_1448878119517{margin-top: 20px !important;}\"][vc_custom_heading text=\"To get personalized help call\r\n1-888-837-5021\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1448784193396{padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #cc3366 !important;}\"][/vc_column][/vc_row]','Wedding Favors','','publish','closed','closed','','wedding-favors','','','2016-08-12 21:38:36','2016-08-12 21:38:36','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=931',0,'page','',0),(932,1,'2015-11-30 10:00:50','2015-11-30 10:00:50','','room-close-up','','inherit','open','closed','','room-close-up','','','2015-11-30 10:00:50','2015-11-30 10:00:50','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/room-close-up.jpg',0,'attachment','image/jpeg',0),(933,1,'2015-11-30 10:08:01','2015-11-30 10:08:01','','sage-and-white-bouquet','','inherit','open','closed','','sage-and-white-bouquet','','','2015-11-30 10:08:01','2015-11-30 10:08:01','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/sage-and-white-bouquet.jpg',0,'attachment','image/jpeg',0),(934,1,'2015-11-30 10:08:04','2015-11-30 10:08:04','','pink-and-white-bouquet','','inherit','open','closed','','pink-and-white-bouquet','','','2015-11-30 10:08:04','2015-11-30 10:08:04','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/pink-and-white-bouquet.jpg',0,'attachment','image/jpeg',0),(937,1,'2015-11-30 10:23:54','2015-11-30 10:23:54','','engagement_lg','','inherit','open','closed','','engagement_lg','','','2015-11-30 10:23:54','2015-11-30 10:23:54','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/engagement_lg.jpg',0,'attachment','image/jpeg',0),(938,1,'2015-11-30 10:24:00','2015-11-30 10:24:00','','ocean_lg','','inherit','open','closed','','ocean_lg','','','2015-11-30 10:24:00','2015-11-30 10:24:00','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/ocean_lg.jpg',0,'attachment','image/jpeg',0),(939,1,'2015-11-30 10:24:04','2015-11-30 10:24:04','','bar_mitzvah_lg','','inherit','open','closed','','bar_mitzvah_lg-2','','','2015-11-30 10:24:04','2015-11-30 10:24:04','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/bar_mitzvah_lg1.jpg',0,'attachment','image/jpeg',0),(940,1,'2015-11-30 10:24:09','2015-11-30 10:24:09','','coporate_lg','','inherit','open','closed','','coporate_lg','','','2015-11-30 10:24:09','2015-11-30 10:24:09','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/coporate_lg.jpg',0,'attachment','image/jpeg',0),(941,1,'2015-11-30 10:24:12','2015-11-30 10:24:12','','new_year_lg','','inherit','open','closed','','new_year_lg','','','2015-11-30 10:24:12','2015-11-30 10:24:12','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/new_year_lg.jpg',0,'attachment','image/jpeg',0),(942,1,'2015-11-30 10:24:14','2015-11-30 10:24:14','','football_lg','','inherit','open','closed','','football_lg','','','2015-11-30 10:24:14','2015-11-30 10:24:14','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/football_lg.jpg',0,'attachment','image/jpeg',0),(943,1,'2015-11-30 10:24:17','2015-11-30 10:24:17','','mardigras_lg','','inherit','open','closed','','mardigras_lg','','','2015-11-30 10:24:17','2015-11-30 10:24:17','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/mardigras_lg.jpg',0,'attachment','image/jpeg',0),(944,1,'2015-11-30 10:24:20','2015-11-30 10:24:20','','quin_lg','','inherit','open','closed','','quin_lg','','','2015-11-30 10:24:20','2015-11-30 10:24:20','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/quin_lg.jpg',0,'attachment','image/jpeg',0),(945,1,'2015-11-30 10:24:23','2015-11-30 10:24:23','','sweet_sixteen_lg','','inherit','open','closed','','sweet_sixteen_lg-2','','','2015-11-30 10:24:23','2015-11-30 10:24:23','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/sweet_sixteen_lg1.jpg',0,'attachment','image/jpeg',0),(946,1,'2015-11-30 10:24:27','2015-11-30 10:24:27','','wedding_lg','','inherit','open','closed','','wedding_lg','','','2015-11-30 10:24:27','2015-11-30 10:24:27','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/wedding_lg.jpg',0,'attachment','image/jpeg',0),(947,1,'2015-11-30 10:24:31','2015-11-30 10:24:31','','christmas_lg','','inherit','open','closed','','christmas_lg','','','2015-11-30 10:24:31','2015-11-30 10:24:31','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/christmas_lg.jpg',0,'attachment','image/jpeg',0),(948,1,'2015-11-30 10:24:35','2015-11-30 10:24:35','','anniversary_lg','','inherit','open','closed','','anniversary_lg','','','2015-11-30 10:24:35','2015-11-30 10:24:35','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/anniversary_lg.jpg',0,'attachment','image/jpeg',0),(949,1,'2015-11-30 10:24:39','2015-11-30 10:24:39','','bridal_shower_lg','','inherit','open','closed','','bridal_shower_lg-2','','','2015-11-30 10:24:39','2015-11-30 10:24:39','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/bridal_shower_lg1.jpg',0,'attachment','image/jpeg',0),(950,1,'2015-11-30 10:24:41','2015-11-30 10:24:41','','patriotic_lg','','inherit','open','closed','','patriotic_lg','','','2015-11-30 10:24:41','2015-11-30 10:24:41','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/patriotic_lg.jpg',0,'attachment','image/jpeg',0),(952,1,'2015-11-30 10:30:59','2015-11-30 10:30:59','','green-favors-on-table-lg','','inherit','open','closed','','green-favors-on-table-lg','','','2015-11-30 10:30:59','2015-11-30 10:30:59','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/green-favors-on-table-lg.jpg',0,'attachment','image/jpeg',0),(953,1,'2015-11-30 10:31:01','2015-11-30 10:31:01','','teal-centerpiece-lg','','inherit','open','closed','','teal-centerpiece-lg','','','2015-11-30 10:31:01','2015-11-30 10:31:01','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/teal-centerpiece-lg.jpg',0,'attachment','image/jpeg',0),(954,1,'2015-11-30 10:35:58','2015-11-30 10:35:58','','arc-on-black2-lg','','inherit','open','closed','','arc-on-black2-lg','','','2015-11-30 10:35:58','2015-11-30 10:35:58','',931,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/arc-on-black2-lg.jpg',0,'attachment','image/jpeg',0),(955,1,'2015-11-30 10:39:46','2015-11-30 10:39:46','','wedding-favors-main-1','','inherit','open','closed','','wedding-favors-main-1','','','2015-11-30 10:39:46','2015-11-30 10:39:46','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/wedding-favors-main-1.jpg',0,'attachment','image/jpeg',0),(956,1,'2015-11-30 10:44:40','2015-11-30 10:44:40','','wedding-favors-main-3','','inherit','open','closed','','wedding-favors-main-3','','','2015-11-30 10:44:40','2015-11-30 10:44:40','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/11/wedding-favors-main-3.jpg',0,'attachment','image/jpeg',0),(959,1,'2015-11-30 10:53:15','2015-11-30 10:53:15',' ','','','publish','closed','closed','','959','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://wp5.centerpiecedesignerwizard.com/?p=959',16,'nav_menu_item','',0),(963,1,'2015-11-30 10:55:51','2015-11-30 10:55:51',' ','','','publish','closed','closed','','963','','','2015-11-30 10:55:51','2015-11-30 10:55:51','',0,'http://wp5.centerpiecedesignerwizard.com/?p=963',2,'nav_menu_item','',0),(964,1,'2015-11-30 10:55:51','2015-11-30 10:55:51',' ','','','publish','closed','closed','','964','','','2015-11-30 10:55:51','2015-11-30 10:55:51','',0,'http://wp5.centerpiecedesignerwizard.com/?p=964',1,'nav_menu_item','',0),(965,1,'2015-11-30 10:58:34','2015-11-30 10:58:34',' ','','','publish','closed','closed','','965','','','2015-11-30 10:58:34','2015-11-30 10:58:34','',0,'http://wp5.centerpiecedesignerwizard.com/?p=965',8,'nav_menu_item','',0),(966,1,'2015-11-30 11:01:06','2015-11-30 11:01:06','','Events Favor','','publish','closed','closed','','events-favor','','','2016-08-12 23:20:56','2016-08-12 23:20:56','',0,'http://wp5.centerpiecedesignerwizard.com/?p=966',24,'nav_menu_item','',0),(967,1,'2015-11-30 11:01:06','2015-11-30 11:01:06',' ','','','publish','closed','closed','','967','','','2016-08-12 23:20:56','2016-08-12 23:20:56','',0,'http://wp5.centerpiecedesignerwizard.com/?p=967',26,'nav_menu_item','',0),(968,1,'2015-11-30 11:01:06','2015-11-30 11:01:06',' ','','','publish','closed','closed','','968','','','2016-08-12 23:20:56','2016-08-12 23:20:56','',0,'http://wp5.centerpiecedesignerwizard.com/?p=968',25,'nav_menu_item','',0),(969,1,'2015-11-30 11:04:49','2015-11-30 11:04:49','','49','','trash','closed','closed','','49-2__trashed','','','2017-07-29 19:16:37','2017-07-29 19:16:37','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=969',0,'page','',0),(971,1,'2015-11-30 11:26:00','2015-11-30 11:26:00','[vc_row][vc_column][vcex_image_carousel items=\"2\" items_scroll=\"2\" timeout_duration=\"2000\" img_size=\"full\" tablet_items=\"2\" image_ids=\"615,613,609,611,607,605,603,601,599,592,594,596,590,588,586,578,580,582,584,576,574,572,564,566,568,570,562,560,558,551,556,549,548,546,544,536,530,538,532,540,534,542,528,526\"][/vc_column][/vc_row]','wands','','publish','closed','closed','','wands','','','2015-11-30 11:32:49','2015-11-30 11:32:49','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=971',0,'page','',0),(985,1,'2015-11-30 18:53:10','2015-11-30 18:53:10',' ','','','publish','closed','closed','','985','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://wp5.centerpiecedesignerwizard.com/?p=985',7,'nav_menu_item','',0),(992,1,'2015-12-02 07:39:45','2015-12-02 07:39:45','','A101WHXXXXXXXXXX200SLXXXXRMORYEMSMSYERDSL','','inherit','open','closed','','a101whxxxxxxxxxx200slxxxxrmoryemsmsyerdsl','','','2015-12-02 07:39:45','2015-12-02 07:39:45','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A101WHXXXXXXXXXX200SLXXXXRMORYEMSMSYERDSL.jpg',0,'attachment','image/jpeg',0),(993,1,'2015-12-02 07:39:48','2015-12-02 07:39:48','','A101DAXXXXXXXXXX300WHXXXXWHXXXXXXXXXXSLSL','','inherit','open','closed','','a101daxxxxxxxxxx300whxxxxwhxxxxxxxxxxslsl','','','2015-12-02 07:39:48','2015-12-02 07:39:48','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A101DAXXXXXXXXXX300WHXXXXWHXXXXXXXXXXSLSL.jpg',0,'attachment','image/jpeg',0),(994,1,'2015-12-02 07:39:50','2015-12-02 07:39:50','','A101RDXXXXXXXXXX200SLXXXXBKMRRMRMRMMRRBSL','','inherit','open','closed','','a101rdxxxxxxxxxx200slxxxxbkmrrmrmrmmrrbsl','','','2015-12-02 07:39:50','2015-12-02 07:39:50','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A101RDXXXXXXXXXX200SLXXXXBKMRRMRMRMMRRBSL.jpg',0,'attachment','image/jpeg',0),(995,1,'2015-12-02 07:39:52','2015-12-02 07:39:52','','A101PKXXXXXXXXXX500LPXXXXMPORMGPGTUMNGLGL','','inherit','open','closed','','a101pkxxxxxxxxxx500lpxxxxmpormgpgtumnglgl','','','2015-12-02 07:39:52','2015-12-02 07:39:52','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A101PKXXXXXXXXXX500LPXXXXMPORMGPGTUMNGLGL.jpg',0,'attachment','image/jpeg',0),(996,1,'2015-12-02 07:39:53','2015-12-02 07:39:53','','A101IVXXXXXXXXXX600FRXXXXORMNCORMYERMRDSL','','inherit','open','closed','','a101ivxxxxxxxxxx600frxxxxormncormyermrdsl','','','2015-12-02 07:39:53','2015-12-02 07:39:53','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A101IVXXXXXXXXXX600FRXXXXORMNCORMYERMRDSL.jpg',0,'attachment','image/jpeg',0),(997,1,'2015-12-02 07:39:55','2015-12-02 07:39:55','','A101HPXXXXXXXXXX600FRXXXXMPORYEPGTUMNWHSL','','inherit','open','closed','','a101hpxxxxxxxxxx600frxxxxmporyepgtumnwhsl','','','2015-12-02 07:39:55','2015-12-02 07:39:55','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A101HPXXXXXXXXXX600FRXXXXMPORYEPGTUMNWHSL.jpg',0,'attachment','image/jpeg',0),(998,1,'2015-12-02 07:39:58','2015-12-02 07:39:58','','A101WHXXXXXXXXXX130RDLBXXRMTUTURMMSMSSLSL','','inherit','open','closed','','a101whxxxxxxxxxx130rdlbxxrmtuturmmsmsslsl','','','2015-12-02 07:39:58','2015-12-02 07:39:58','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A101WHXXXXXXXXXX130RDLBXXRMTUTURMMSMSSLSL.jpg',0,'attachment','image/jpeg',0),(999,1,'2015-12-02 07:40:00','2015-12-02 07:40:00','','A101RDXXXXXXXXXX400WHXXXXMGXXXXXXXXXXGLGL','','inherit','open','closed','','a101rdxxxxxxxxxx400whxxxxmgxxxxxxxxxxglgl','','','2015-12-02 07:40:00','2015-12-02 07:40:00','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A101RDXXXXXXXXXX400WHXXXXMGXXXXXXXXXXGLGL.jpg',0,'attachment','image/jpeg',0),(1000,1,'2015-12-02 07:40:02','2015-12-02 07:40:02','','A101IWXXXXXXXXXX300WHXXXXBPBKBKBPBPBKMOSL','','inherit','open','closed','','a101iwxxxxxxxxxx300whxxxxbpbkbkbpbpbkmosl','','','2015-12-02 07:40:02','2015-12-02 07:40:02','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A101IWXXXXXXXXXX300WHXXXXBPBKBKBPBPBKMOSL.jpg',0,'attachment','image/jpeg',0),(1001,1,'2015-12-02 07:40:05','2015-12-02 07:40:05','','A101NAXXXXXXXXXX200GLXXXXMGXXXXXXXXXXNAGL','','inherit','open','closed','','a101naxxxxxxxxxx200glxxxxmgxxxxxxxxxxnagl','','','2015-12-02 07:40:05','2015-12-02 07:40:05','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A101NAXXXXXXXXXX200GLXXXXMGXXXXXXXXXXNAGL.jpg',0,'attachment','image/jpeg',0),(1002,1,'2015-12-02 07:40:06','2015-12-02 07:40:06','','A101LAXXXXXXXXXX230SLWHXXBPHPBPBPLABPHPSL','','inherit','open','closed','','a101laxxxxxxxxxx230slwhxxbphpbpbplabphpsl','','','2015-12-02 07:40:06','2015-12-02 07:40:06','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A101LAXXXXXXXXXX230SLWHXXBPHPBPBPLABPHPSL.jpg',0,'attachment','image/jpeg',0),(1003,1,'2015-12-02 07:40:08','2015-12-02 07:40:08','','A102AQFUXXXXXXXX550LPWHXXHPBBMSMSHPXXWHSL','','inherit','open','closed','','a102aqfuxxxxxxxx550lpwhxxhpbbmsmshpxxwhsl','','','2015-12-02 07:40:08','2015-12-02 07:40:08','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102AQFUXXXXXXXX550LPWHXXHPBBMSMSHPXXWHSL.jpg',0,'attachment','image/jpeg',0),(1004,1,'2015-12-02 07:40:10','2015-12-02 07:40:10','','A101PKXXXXXXXXXX230SLWHXXLAHPXXXXXXXXHPSL','','inherit','open','closed','','a101pkxxxxxxxxxx230slwhxxlahpxxxxxxxxhpsl','','','2015-12-02 07:40:10','2015-12-02 07:40:10','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A101PKXXXXXXXXXX230SLWHXXLAHPXXXXXXXXHPSL.jpg',0,'attachment','image/jpeg',0),(1005,1,'2015-12-02 07:40:12','2015-12-02 07:40:12','','A101WHXXXXXXXXXX330WHLBXXMSBBBBBBMSWHSLSL','','inherit','open','closed','','a101whxxxxxxxxxx330whlbxxmsbbbbbbmswhslsl','','','2015-12-02 07:40:12','2015-12-02 07:40:12','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A101WHXXXXXXXXXX330WHLBXXMSBBBBBBMSWHSLSL.jpg',0,'attachment','image/jpeg',0),(1006,1,'2015-12-02 07:42:58','2015-12-02 07:42:58','','A102IWPKXXXXXXXX300WHXXXXBRMKMKBPBRXXMOSL','','inherit','open','closed','','a102iwpkxxxxxxxx300whxxxxbrmkmkbpbrxxmosl','','','2015-12-02 07:42:58','2015-12-02 07:42:58','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102IWPKXXXXXXXX300WHXXXXBRMKMKBPBRXXMOSL.jpg',0,'attachment','image/jpeg',0),(1007,1,'2015-12-02 07:43:01','2015-12-02 07:43:01','','A102HPYEXXXXXXXX200SLXXXXORMSXXXXXXXXORSL','','inherit','open','closed','','a102hpyexxxxxxxx200slxxxxormsxxxxxxxxorsl','','','2015-12-02 07:43:01','2015-12-02 07:43:01','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102HPYEXXXXXXXX200SLXXXXORMSXXXXXXXXORSL.jpg',0,'attachment','image/jpeg',0),(1008,1,'2015-12-02 07:43:03','2015-12-02 07:43:03','','A102IWTUXXXXXXXX100SLXXXXTUPGHPTUPGFUHPSL','','inherit','open','closed','','a102iwtuxxxxxxxx100slxxxxtupghptupgfuhpsl','','','2015-12-02 07:43:03','2015-12-02 07:43:03','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102IWTUXXXXXXXX100SLXXXXTUPGHPTUPGFUHPSL.jpg',0,'attachment','image/jpeg',0),(1009,1,'2015-12-02 07:43:05','2015-12-02 07:43:05','','A102HUMGXXXXXXXX400WHXXXXMGWHMGWHMGMGHUGL','','inherit','open','closed','','a102humgxxxxxxxx400whxxxxmgwhmgwhmgmghugl','','','2015-12-02 07:43:05','2015-12-02 07:43:05','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102HUMGXXXXXXXX400WHXXXXMGWHMGWHMGMGHUGL.jpg',0,'attachment','image/jpeg',0),(1010,1,'2015-12-02 07:43:07','2015-12-02 07:43:07','','A102MKMKXXXXXXXX400WHXXXXBUMKMSIWIWMSMOSL','','inherit','open','closed','','a102mkmkxxxxxxxx400whxxxxbumkmsiwiwmsmosl','','','2015-12-02 07:43:07','2015-12-02 07:43:07','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102MKMKXXXXXXXX400WHXXXXBUMKMSIWIWMSMOSL.jpg',0,'attachment','image/jpeg',0),(1011,1,'2015-12-02 07:43:10','2015-12-02 07:43:10','','A102HUNAXXXXXXXX200GLXXXXMGNAMGMGHUMGNAGL','','inherit','open','closed','','a102hunaxxxxxxxx200glxxxxmgnamgmghumgnagl','','','2015-12-02 07:43:10','2015-12-02 07:43:10','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102HUNAXXXXXXXX200GLXXXXMGNAMGMGHUMGNAGL.jpg',0,'attachment','image/jpeg',0),(1012,1,'2015-12-02 07:43:12','2015-12-02 07:43:12','','A102MRRMXXXXXXXX200SLXXXXBKMRRMRMRMMRBKSL','','inherit','open','closed','','a102mrrmxxxxxxxx200slxxxxbkmrrmrmrmmrbksl','','','2015-12-02 07:43:12','2015-12-02 07:43:12','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102MRRMXXXXXXXX200SLXXXXBKMRRMRMRMMRBKSL.jpg',0,'attachment','image/jpeg',0),(1013,1,'2015-12-02 07:43:14','2015-12-02 07:43:14','','A102IWMKXXXXXXXX400WHXXXXBUMKMSIWIWMSBXSL','','inherit','open','closed','','a102iwmkxxxxxxxx400whxxxxbumkmsiwiwmsbxsl','','','2015-12-02 07:43:14','2015-12-02 07:43:14','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102IWMKXXXXXXXX400WHXXXXBUMKMSIWIWMSBXSL.jpg',0,'attachment','image/jpeg',0),(1014,1,'2015-12-02 07:43:16','2015-12-02 07:43:16','','A102HPIWXXXXXXXX550DPLPXXHPIWRMXXXXXXWHSL','','inherit','open','closed','','a102hpiwxxxxxxxx550dplpxxhpiwrmxxxxxxwhsl','','','2015-12-02 07:43:16','2015-12-02 07:43:16','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102HPIWXXXXXXXX550DPLPXXHPIWRMXXXXXXWHSL.jpg',0,'attachment','image/jpeg',0),(1015,1,'2015-12-02 07:43:18','2015-12-02 07:43:18','','A102HPHPXXXXXXXX200SLXXXXHPBKIWBKBKHPBKSL','','inherit','open','closed','','a102hphpxxxxxxxx200slxxxxhpbkiwbkbkhpbksl','','','2015-12-02 07:43:18','2015-12-02 07:43:18','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102HPHPXXXXXXXX200SLXXXXHPBKIWBKBKHPBKSL.jpg',0,'attachment','image/jpeg',0),(1016,1,'2015-12-02 07:43:20','2015-12-02 07:43:20','','A102IWLAXXXXXXXX410WHSLXXLAIWMSXXXXXXLASL','','inherit','open','closed','','a102iwlaxxxxxxxx410whslxxlaiwmsxxxxxxlasl','','','2015-12-02 07:43:20','2015-12-02 07:43:20','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102IWLAXXXXXXXX410WHSLXXLAIWMSXXXXXXLASL.jpg',0,'attachment','image/jpeg',0),(1017,1,'2015-12-02 07:43:22','2015-12-02 07:43:22','','A102HPPKXXXXXXXX200SLXXXXIWBPIWMSMSLALASL','','inherit','open','closed','','a102hppkxxxxxxxx200slxxxxiwbpiwmsmslalasl','','','2015-12-02 07:43:22','2015-12-02 07:43:22','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102HPPKXXXXXXXX200SLXXXXIWBPIWMSMSLALASL.jpg',0,'attachment','image/jpeg',0),(1018,1,'2015-12-02 07:43:24','2015-12-02 07:43:24','','A102IWMSXXXXXXXX230SLWHXXMRMSMSMRRBMRRBSL','','inherit','open','closed','','a102iwmsxxxxxxxx230slwhxxmrmsmsmrrbmrrbsl','','','2015-12-02 07:43:24','2015-12-02 07:43:24','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102IWMSXXXXXXXX230SLWHXXMRMSMSMRRBMRRBSL.jpg',0,'attachment','image/jpeg',0),(1019,1,'2015-12-02 07:43:28','2015-12-02 07:43:28','','A102HPPPXXXXXXXX200SLXXXXPPHPLAMPIWIWPPSL','','inherit','open','closed','','a102hpppxxxxxxxx200slxxxxpphplampiwiwppsl','','','2015-12-02 07:43:28','2015-12-02 07:43:28','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102HPPPXXXXXXXX200SLXXXXPPHPLAMPIWIWPPSL.jpg',0,'attachment','image/jpeg',0),(1025,1,'2015-12-02 07:53:15','2015-12-02 07:53:15','','A102AQIWXXXXXXXX300WHXXXXMGXXXXXXXXXXGLGL','','inherit','open','closed','','a102aqiwxxxxxxxx300whxxxxmgxxxxxxxxxxglgl','','','2015-12-02 07:53:15','2015-12-02 07:53:15','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102AQIWXXXXXXXX300WHXXXXMGXXXXXXXXXXGLGL.jpg',0,'attachment','image/jpeg',0),(1026,1,'2015-12-02 07:53:17','2015-12-02 07:53:17','','A102AZLAXXXXXXXX100SLXXXXBPLAHPIWHPIWHPSL','','inherit','open','closed','','a102azlaxxxxxxxx100slxxxxbplahpiwhpiwhpsl','','','2015-12-02 07:53:17','2015-12-02 07:53:17','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102AZLAXXXXXXXX100SLXXXXBPLAHPIWHPIWHPSL.jpg',0,'attachment','image/jpeg',0),(1027,1,'2015-12-02 07:53:19','2015-12-02 07:53:19','','A102BBIWXXXXXXXX300WHXXXXBBMSMSWHBBBBLBSL','','inherit','open','closed','','a102bbiwxxxxxxxx300whxxxxbbmsmswhbbbblbsl','','','2015-12-02 07:53:19','2015-12-02 07:53:19','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102BBIWXXXXXXXX300WHXXXXBBMSMSWHBBBBLBSL.jpg',0,'attachment','image/jpeg',0),(1028,1,'2015-12-02 07:53:21','2015-12-02 07:53:21','','A102AZMSXXXXXXXX230SLWHXXBPIWIWMSBPIWMOSL','','inherit','open','closed','','a102azmsxxxxxxxx230slwhxxbpiwiwmsbpiwmosl','','','2015-12-02 07:53:21','2015-12-02 07:53:21','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102AZMSXXXXXXXX230SLWHXXBPIWIWMSBPIWMOSL.jpg',0,'attachment','image/jpeg',0),(1029,1,'2015-12-02 07:53:22','2015-12-02 07:53:22','','A102BBIWXXXXXXXX300WHXXXXMSMSBBMSMSIWLBSL','','inherit','open','closed','','a102bbiwxxxxxxxx300whxxxxmsmsbbmsmsiwlbsl','','','2015-12-02 07:53:22','2015-12-02 07:53:22','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102BBIWXXXXXXXX300WHXXXXMSMSBBMSMSIWLBSL.jpg',0,'attachment','image/jpeg',0),(1030,1,'2015-12-02 07:53:24','2015-12-02 07:53:24','','A102BBLMXXXXXXXX200SLXXXXIWPGPGBBMSBBLBSL','','inherit','open','closed','','a102bblmxxxxxxxx200slxxxxiwpgpgbbmsbblbsl','','','2015-12-02 07:53:24','2015-12-02 07:53:24','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102BBLMXXXXXXXX200SLXXXXIWPGPGBBMSBBLBSL.jpg',0,'attachment','image/jpeg',0),(1031,1,'2015-12-02 07:53:26','2015-12-02 07:53:26','','A102CBPPXXXXXXXX400WHXXXXPPMPMSWHIWWHPPSL','','inherit','open','closed','','a102cbppxxxxxxxx400whxxxxppmpmswhiwwhppsl','','','2015-12-02 07:53:26','2015-12-02 07:53:26','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102CBPPXXXXXXXX400WHXXXXPPMPMSWHIWWHPPSL.jpg',0,'attachment','image/jpeg',0),(1032,1,'2015-12-02 07:53:28','2015-12-02 07:53:28','','A102BBBBXXXXXXXX310WHSLXXBBMSMSWHBBBBSLSL','','inherit','open','closed','','a102bbbbxxxxxxxx310whslxxbbmsmswhbbbbslsl','','','2015-12-02 07:53:28','2015-12-02 07:53:28','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102BBBBXXXXXXXX310WHSLXXBBMSMSWHBBBBSLSL.jpg',0,'attachment','image/jpeg',0),(1033,1,'2015-12-02 07:53:30','2015-12-02 07:53:30','','A102BKPKXXXXXXXX550LPBKXXMSXXXXXXXXXXSLSL','','inherit','open','closed','','a102bkpkxxxxxxxx550lpbkxxmsxxxxxxxxxxslsl','','','2015-12-02 07:53:30','2015-12-02 07:53:30','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102BKPKXXXXXXXX550LPBKXXMSXXXXXXXXXXSLSL.jpg',0,'attachment','image/jpeg',0),(1034,1,'2015-12-02 07:53:32','2015-12-02 07:53:32','','A102CBBBXXXXXXXX400WHXXXXIWIWBBMSMSWHLBSL','','inherit','open','closed','','a102cbbbxxxxxxxx400whxxxxiwiwbbmsmswhlbsl','','','2015-12-02 07:53:32','2015-12-02 07:53:32','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102CBBBXXXXXXXX400WHXXXXIWIWBBMSMSWHLBSL.jpg',0,'attachment','image/jpeg',0),(1035,1,'2015-12-02 07:53:35','2015-12-02 07:53:35','','A102BKHPXXXXXXXX200SLXXXXHPBKIWMSIWHPBKSL','','inherit','open','closed','','a102bkhpxxxxxxxx200slxxxxhpbkiwmsiwhpbksl','','','2015-12-02 07:53:35','2015-12-02 07:53:35','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102BKHPXXXXXXXX200SLXXXXHPBKIWMSIWHPBKSL.jpg',0,'attachment','image/jpeg',0),(1036,1,'2015-12-02 07:53:36','2015-12-02 07:53:36','','A102BKORXXXXXXXX200SLXXXXHPMSXXXXXXXXHPSL','','inherit','open','closed','','a102bkorxxxxxxxx200slxxxxhpmsxxxxxxxxhpsl','','','2015-12-02 07:53:36','2015-12-02 07:53:36','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102BKORXXXXXXXX200SLXXXXHPMSXXXXXXXXHPSL.jpg',0,'attachment','image/jpeg',0),(1037,1,'2015-12-02 07:53:38','2015-12-02 07:53:38','','A102BUIVXXXXXXXX200GLXXXXMGBUMGMGXXXXBUGLMG','','inherit','open','closed','','a102buivxxxxxxxx200glxxxxmgbumgmgxxxxbuglmg','','','2015-12-02 07:53:38','2015-12-02 07:53:38','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102BUIVXXXXXXXX200GLXXXXMGBUMGMGXXXXBUGLMG.jpg',0,'attachment','image/jpeg',0),(1038,1,'2015-12-02 07:53:40','2015-12-02 07:53:40','','A102BKRDXXXXXXXX550BKRDXXBKRMBKRMMSMSSLSL','','inherit','open','closed','','a102bkrdxxxxxxxx550bkrdxxbkrmbkrmmsmsslsl','','','2015-12-02 07:53:40','2015-12-02 07:53:40','',138,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/A102BKRDXXXXXXXX550BKRDXXBKRMBKRMMSMSSLSL.jpg',0,'attachment','image/jpeg',0),(1048,1,'2015-12-02 23:45:37','2015-12-02 23:45:37','[vc_row][vc_column][vc_raw_html]JTNDb2JqZWN0JTIwY2xhc3NpZCUzRCUyMmNsc2lkJTNBZDI3Y2RiNmUtYWU2ZC0xMWNmLTk2YjgtNDQ0NTUzNTQwMDAwJTIyJTIwd2lkdGglM0QlMjI2NDAlMjIlMjBoZWlnaHQlM0QlMjI2MjAlMjIlMjBpZCUzRCUyMmR0X2NsX2NsaWVudF9leHQyX20xJTIyJTIwYWxpZ24lM0QlMjJtaWRkbGUlMjIlMjBzdHlsZSUzRCUyMnZpc2liaWxpdHklM0ElMjB2aXNpYmxlJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDcGFyYW0lMjBuYW1lJTNEJTIybW92aWUlMjIlMjB2YWx1ZSUzRCUyMmR0X2NsX2NsaWVudF9leHQyX20xLnN3ZiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3BhcmFtJTIwbmFtZSUzRCUyMndtb2RlJTIyJTIwdmFsdWUlM0QlMjJ0cmFuc3BhcmVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3BhcmFtJTIwbmFtZSUzRCUyMkZsYXNoVmFycyUyMiUyMHZhbHVlJTNEJTIycm1pZCUzRDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMjEtLSU1QmlmJTIwJTIxSUUlNUQlM0UtLSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29iamVjdCUyMHR5cGUlM0QlMjJhcHBsaWNhdGlvbiUyRngtc2hvY2t3YXZlLWZsYXNoJTIyJTIwZGF0YSUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cud2FuZGVyZnVscy5jb20lMkZkdF9jbF9jbGllbnRfZXh0Ml9tMS5zd2YlMjIlMjB3aWR0aCUzRCUyMjY0MCUyMiUyMGhlaWdodCUzRCUyMjYyMCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3BhcmFtJTIwbmFtZSUzRCUyMkZsYXNoVmFycyUyMiUyMHZhbHVlJTNEJTIycm1pZCUzRDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMjEtLSUzQyUyMSU1QmVuZGlmJTVELS0lM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGaW1hZ2VzJTJGcGl4MS5wbmclMjIlMjB3aWR0aCUzRCUyMjY0MCUyMiUyMGhpZ2h0JTNEJTIyNjIwJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW1nJTIwc3R5bGUlM0QlMjJwb3NpdGlvbiUzQWFic29sdXRlJTNCJTIwYm90dG9tJTNBMTgwcHglM0IlMjB6LWluZGV4JTNBNTAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGaW1hZ2VzJTJGcGFsZXR0ZV9iYXIyLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGlkJTNEJTIyTDAlMjIlMjBjbGFzcyUzRCUyMndhbmRlcmZ1bHMlMjIlMjBzdHlsZSUzRCUyMnotaW5kZXglM0ExMDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGZGVzaWduJTJGQTEwJTJGQTEwQkFTMDAwQkdYWFhYMDAucG5nJTIyJTIwd2lkdGglM0QlMjI2NDAlMjIlMjBoaWdodCUzRCUyMjYyMCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGlkJTNEJTIyTDElMjIlMjBjbGFzcyUzRCUyMndhbmRlcmZ1bHMlMjIlMjBzdHlsZSUzRCUyMnotaW5kZXglM0EyMDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGZGVzaWduJTJGQTEwJTJGVFVCJTJGQTEwQ0FONDAwV0hYWFhYMDAucG5nJTIyJTIwd2lkdGglM0QlMjI2NDAlMjIlMjBoaWdodCUzRCUyMjYyMCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUyMCUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGlkJTNEJTIyTDIlMjIlMjBjbGFzcyUzRCUyMndhbmRlcmZ1bHMlMjIlMjBzdHlsZSUzRCUyMnotaW5kZXglM0EzMDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGZGVzaWduJTJGQTEwJTJGUklCJTJGQTEwUklCMDAwR0xYWFhYMDAucG5nJTIyJTIwd2lkdGglM0QlMjI2NDAlMjIlMjBoaWdodCUzRCUyMjYyMCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGlkJTNEJTIyTDMlMjIlMjBjbGFzcyUzRCUyMndhbmRlcmZ1bHMlMjIlMjBzdHlsZSUzRCUyMnotaW5kZXglM0E0MDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGZGVzaWduJTJGQTEwJTJGUE9NJTJGQTEwUE9NMDAxSVZYWFhYMDAucG5nJTIyJTIwd2lkdGglM0QlMjI2NDAlMjIlMjBoaWdodCUzRCUyMjYyMCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUyMCUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGlkJTNEJTIyTDQlMjIlMjBjbGFzcyUzRCUyMndhbmRlcmZ1bHMlMjIlMjBzdHlsZSUzRCUyMnotaW5kZXglM0E1MDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGZGVzaWduJTJGQTEwJTJGUE9NJTJGQTEwUE9NMDAzSVZYWFhYMDAucG5nJTIyJTIwd2lkdGglM0QlMjI2NDAlMjIlMjBoaWdodCUzRCUyMjYyMCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUyMCUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGlkJTNEJTIyTDUlMjIlMjBjbGFzcyUzRCUyMndhbmRlcmZ1bHMlMjIlMjBzdHlsZSUzRCUyMnotaW5kZXglM0E2MDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGZGVzaWduJTJGQTEwJTJGUE9NJTJGQTEwUE9NMDA1SVZYWFhYMDAucG5nJTIyJTIwd2lkdGglM0QlMjI2NDAlMjIlMjBoaWdodCUzRCUyMjYyMCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGlkJTNEJTIyTDYlMjIlMjBjbGFzcyUzRCUyMndhbmRlcmZ1bHMlMjIlMjBzdHlsZSUzRCUyMnotaW5kZXglM0E3MDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGZGVzaWduJTJGQTEwJTJGUE9NJTJGQTEwUE9NMDA2SVZYWFhYMDAucG5nJTIyJTIwd2lkdGglM0QlMjI2NDAlMjIlMjBoaWdodCUzRCUyMjYyMCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGlkJTNEJTIyTDclMjIlMjBjbGFzcyUzRCUyMndhbmRlcmZ1bHMlMjIlMjBzdHlsZSUzRCUyMnotaW5kZXglM0E4MDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGZGVzaWduJTJGQTEwJTJGUE9NJTJGQTEwUE9NMDAySVZYWFhYMDAucG5nJTIyJTIwd2lkdGglM0QlMjI2NDAlMjIlMjBoaWdodCUzRCUyMjYyMCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGlkJTNEJTIyTDglMjIlMjBjbGFzcyUzRCUyMndhbmRlcmZ1bHMlMjIlMjBzdHlsZSUzRCUyMnotaW5kZXglM0E5MDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGZGVzaWduJTJGQTEwJTJGUE9NJTJGQTEwUE9NMDA0SVZYWFhYMDAucG5nJTIyJTIwd2lkdGglM0QlMjI2NDAlMjIlMjBoaWdodCUzRCUyMjYyMCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGlkJTNEJTIyTDklMjIlMjBjbGFzcyUzRCUyMndhbmRlcmZ1bHMlMjIlMjBzdHlsZSUzRCUyMnotaW5kZXglM0ExMDAwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy53YW5kZXJmdWxzLmNvbSUyRmRlc2lnbiUyRkExMCUyRlBPTSUyRkExMFBPTTAwN0lWWFhYWDAwLnBuZyUyMiUyMHdpZHRoJTNEJTIyNjQwJTIyJTIwaGlnaHQlM0QlMjI2MjAlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlMjAlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbWclMjBpZCUzRCUyMkwxMCUyMiUyMGNsYXNzJTNEJTIyd2FuZGVyZnVscyUyMiUyMHN0eWxlJTNEJTIyei1pbmRleCUzQTExMDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGZGVzaWduJTJGQTEwJTJGUE9NJTJGQTEwUE9NMDA4SVZYWFhYMDAucG5nJTIyJTIwd2lkdGglM0QlMjI2NDAlMjIlMjBoaWdodCUzRCUyMjYyMCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUyMCUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGlkJTNEJTIyTDExJTIyJTIwY2xhc3MlM0QlMjJ3YW5kZXJmdWxzJTIyJTIwc3R5bGUlM0QlMjJ6LWluZGV4JTNBMTIwMCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cud2FuZGVyZnVscy5jb20lMkZkZXNpZ24lMkZBMTAlMkZQT00lMkZBMTBQT00wMDlJVlhYWFgwMC5wbmclMjIlMjB3aWR0aCUzRCUyMjY0MCUyMiUyMGhpZ2h0JTNEJTIyNjIwJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTIwJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW1nJTIwaWQlM0QlMjJMMTIlMjIlMjBjbGFzcyUzRCUyMndhbmRlcmZ1bHMlMjIlMjBzdHlsZSUzRCUyMnotaW5kZXglM0ExMzAwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy53YW5kZXJmdWxzLmNvbSUyRmRlc2lnbiUyRkExMCUyRlBPTSUyRkExMFBPTTAxMElWWFhYWDAwLnBuZyUyMiUyMHdpZHRoJTNEJTIyNjQwJTIyJTIwaGlnaHQlM0QlMjI2MjAlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlMjAlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbWclMjBpZCUzRCUyMkwxMyUyMiUyMGNsYXNzJTNEJTIyd2FuZGVyZnVscyUyMiUyMHN0eWxlJTNEJTIyei1pbmRleCUzQTE0MDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGZGVzaWduJTJGQTEwJTJGVEFTJTJGQTEwVEFTMDAxTUdYWFhYMDAucG5nJTIyJTIwd2lkdGglM0QlMjI2NDAlMjIlMjBoaWdodCUzRCUyMjYyMCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUyMCUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGlkJTNEJTIyTDE0JTIyJTIwY2xhc3MlM0QlMjJ3YW5kZXJmdWxzJTIyJTIwc3R5bGUlM0QlMjJ6LWluZGV4JTNBMTUwMCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cud2FuZGVyZnVscy5jb20lMkZkZXNpZ24lMkZBMTAlMkZUQVMlMkZBMTBUQVMwMDJNR1hYWFgwMC5wbmclMjIlMjB3aWR0aCUzRCUyMjY0MCUyMiUyMGhpZ2h0JTNEJTIyNjIwJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTIwJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW1nJTIwaWQlM0QlMjJMMTUlMjIlMjBjbGFzcyUzRCUyMndhbmRlcmZ1bHMlMjIlMjBzdHlsZSUzRCUyMnotaW5kZXglM0ExNjAwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy53YW5kZXJmdWxzLmNvbSUyRmRlc2lnbiUyRkExMCUyRlRBUyUyRkExMFRBUzAwM01HWFhYWDAwLnBuZyUyMiUyMHdpZHRoJTNEJTIyNjQwJTIyJTIwaGlnaHQlM0QlMjI2MjAlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlMjAlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbWclMjBpZCUzRCUyMkwxNiUyMiUyMGNsYXNzJTNEJTIyd2FuZGVyZnVscyUyMiUyMHN0eWxlJTNEJTIyei1pbmRleCUzQTE3MDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGZGVzaWduJTJGQTEwJTJGVEFTJTJGQTEwVEFTMDA0TUdYWFhYMDAucG5nJTIyJTIwd2lkdGglM0QlMjI2NDAlMjIlMjBoaWdodCUzRCUyMjYyMCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUyMCUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGlkJTNEJTIyTDE3JTIyJTIwY2xhc3MlM0QlMjJ3YW5kZXJmdWxzJTIyJTIwc3R5bGUlM0QlMjJ6LWluZGV4JTNBMTgwMCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cud2FuZGVyZnVscy5jb20lMkZkZXNpZ24lMkZBMTAlMkZUQVMlMkZBMTBUQVMwMDVNR1hYWFgwMC5wbmclMjIlMjB3aWR0aCUzRCUyMjY0MCUyMiUyMGhpZ2h0JTNEJTIyNjIwJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTIwJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjJqYXZhc2NyaXB0JTNBZG9UaW1lciUyODElMjklMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NpbWclMjBpZCUzRCUyMkwxOCUyMiUyMGNsYXNzJTNEJTIyd2FuZGVyZnVscyUyMiUyMHN0eWxlJTNEJTIyei1pbmRleCUzQTE5MDAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGZGVzaWduJTJGQTEwJTJGVEFTJTJGQTEwVEFTMDA2TUdYWFhYMDAucG5nJTIyJTIwd2lkdGglM0QlMjI2NDAlMjIlMjBoaWdodCUzRCUyMjYyMCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmElM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBJTIwYWJzb2x1dGUlM0IlMjBib3R0b20lM0E1MThweCUzQiUyMHotaW5kZXglM0ExOTUwJTNCJTIyJTNFJTIwJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDYSUyMGhyZWYlM0QlMjJqYXZhc2NyaXB0JTNBZG9UaW1lciUyODElMjklMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTIwaWQlM0QlMjJ0eHQxMCUyMiUyMGNsYXNzJTNEJTIyY2xpY2tNZSUyMiUzRUNsaWNrJTIwaGVyZSUyMHRvJTIwc3RhcnQlMjBEZXNpZ24lMjBTZXNzaW9uJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmElM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBpZCUzRCUyMkRzY3JpcHQlMjIlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBJTIwYWJzb2x1dGUlM0IlMjBib3R0b20lM0ExODhweCUzQiUyMHotaW5kZXglM0E4MCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBpZCUzRCUyMnR4dDAxJTIyJTIwY2xhc3MlM0QlMjJsYWJlbHMlMjIlM0VQT01QT01TJTNBJTIwSXZvcnklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUyMGlkJTNEJTIydHh0MDIlMjIlMjBjbGFzcyUzRCUyMmxhYmVscyUyMiUzRVRBU1NFTFMlM0ElMjBNZXRhbGxpYyUyMEdvbGQlM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUyMGlkJTNEJTIydHh0MDMlMjIlMjBjbGFzcyUzRCUyMmxhYmVscyUyMiUzRUNBTkRZJTNBJTIwQWZ0ZXIlMjBEaW5uZXIlMjBNaW50cyUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTIwaWQlM0QlMjJ0eHQwNCUyMiUyMGNsYXNzJTNEJTIybGFiZWxzJTIyJTNFUFJJTlRBQkxFJTIwUklCQk9OJTNBJTIwTWV0YWxsaWMlMjBHb2xkJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBpZCUzRCUyMnR4dDA1JTIyJTIwY2xhc3MlM0QlMjJsYWJlbHMlMjIlM0VCQVNFJTNBJTIwQmx1ZSUyMExhY2UlMjBHb2xkJTIwQmFzZSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMjEtLSU1QmlmJTIwJTIxSUUlNUQlM0UtLSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRm9iamVjdCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyMS0tJTNDJTIxJTVCZW5kaWYlNUQtLSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRm9iamVjdCUzRQ==[/vc_raw_html][/vc_column][/vc_row]','Design Room1','','publish','closed','closed','','design-room-1','','','2015-12-02 23:49:03','2015-12-02 23:49:03','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=1048',0,'page','',0),(1055,1,'2015-12-03 14:00:38','2015-12-03 14:00:38',' ','','','publish','closed','closed','','1055','','','2016-08-12 23:20:56','2016-08-12 23:20:56','',0,'http://wp5.centerpiecedesignerwizard.com/?p=1055',27,'nav_menu_item','',0),(1057,1,'2015-12-06 19:46:17','2015-12-06 19:46:17','','Clipboard02','','inherit','open','closed','','clipboard02-2','','','2015-12-06 19:46:17','2015-12-06 19:46:17','',4,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/Clipboard021.jpg',0,'attachment','image/jpeg',0),(1058,1,'2015-12-06 19:52:22','2015-12-06 19:52:22','','girlandivorylarge','','inherit','open','closed','','girlandivorylarge-2','','','2015-12-06 19:52:22','2015-12-06 19:52:22','',4,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2015/10/girlandivorylarge1.jpg',0,'attachment','image/jpeg',0),(1070,1,'2015-12-22 01:30:49','2015-12-22 01:30:49','','Design room','','publish','closed','closed','','droom','','','2016-01-08 23:37:21','2016-01-08 23:37:21','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=1070',0,'page','',0),(1073,1,'2016-01-11 02:25:58','2016-01-11 02:25:58','','Design Room','','publish','closed','closed','','droom-no-flash','','','2016-01-11 03:38:36','2016-01-11 03:38:36','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=1073',0,'page','',0),(1075,1,'2016-01-11 05:05:57','2016-01-11 05:05:57','','girlandivorylarge1','','inherit','open','closed','','girlandivorylarge1','','','2016-01-11 05:05:57','2016-01-11 05:05:57','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2016/01/girlandivorylarge1.png',0,'attachment','image/png',0),(1076,1,'2016-01-11 05:06:27','2016-01-11 05:06:27','','girlandivorylarge2','','inherit','open','closed','','girlandivorylarge2-2','','','2016-01-11 05:06:27','2016-01-11 05:06:27','',0,'http://wp5.centerpiecedesignerwizard.com/wp-content/uploads/2016/01/girlandivorylarge2.jpg',0,'attachment','image/jpeg',0),(1102,1,'2016-02-02 04:18:13','2016-02-02 04:18:13','sdfdsf','View design','','publish','closed','closed','','viewdesign','','','2016-02-02 04:20:03','2016-02-02 04:20:03','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=1102',0,'page','',0),(1105,1,'2016-02-02 07:44:09','2016-02-02 07:44:09','445 serg srepgljrsegjkrseg.ksre.gksreg','View design','','publish','closed','closed','','showdesign','','','2016-02-02 07:48:36','2016-02-02 07:48:36','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=1105',0,'page','',0),(1111,1,'2016-02-02 08:26:28','2016-02-02 08:26:28','','Design Tool Test','','publish','closed','closed','','design-tool','','','2016-02-02 08:37:57','2016-02-02 08:37:57','',0,'http://wp5.centerpiecedesignerwizard.com/?page_id=1111',0,'page','',0),(1114,1,'2016-02-08 07:40:47','2016-02-08 07:40:47','<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <wordpress@wp5.centerpiecedesignerwizard.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Wanderfuls (http://wp5.centerpiecedesignerwizard.com)\namitb321@gmail.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nWanderfuls <wordpress@wp5.centerpiecedesignerwizard.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Wanderfuls (http://wp5.centerpiecedesignerwizard.com)\n[your-email]\nReply-To: amitb321@gmail.com\n\n0\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2016-02-08 07:40:47','2016-02-08 07:40:47','',0,'http://wp5.wanderfulcenterpieces.com/?post_type=wpcf7_contact_form&p=1114',0,'wpcf7_contact_form','',0),(1117,1,'2016-07-08 20:10:46','2016-07-08 20:10:46','[vc_row][vc_column][vcex_spacing][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJjb2xvcnBhZ2UlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCZmxvYXQlM0FsZWZ0JTNCbWFyZ2luLXRvcCUzQTBweCUzQiUyMG1hcmdpbi1sZWZ0JTNBMHB4JTNCJTIwJTIyJTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpc3QlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBJTIwNTAlMjUlM0IlMjBmbG9hdCUzQSUyMGxlZnQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnVyZ3VuZHkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljYnVyZ3VuZHkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3JlZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcmVkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3BpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmF6YWxlYS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZob3RwaW5rLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjExJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdGFuZ2VyaW5lLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVhY2guanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZkYWZmb2RpbC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGltZWdyZWVuLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWludC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0ZWFsLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjIwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaHVudGVyLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnNlYWZvYW0uanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjZWxlZG9uLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYXF1YS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJhYnlibHVlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBlcml3aW5rbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZyb3lhbGJsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZuYXZ5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcHVycGxlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsYXZlbmRlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljaG90cGluay5qcGclMjIlM0UlMEElMDklMDklMDklM0MlMjEtLSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM2JTIyJTIwc3JjJTNEJTIycG9tcG9tc19maWxlcyUyRmNvbG9ycyUyRmVnZ3BsYW50LmpwZyUyMiUyMCUyRiUzRSUyMC0tJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm11c3RhcmQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZnb2xkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRml2b3J5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGd2hpdGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXIuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZibGFjay5qcGclMjIlM0UlMEElMDklMDklMDklMDklMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nLWxpc3RBUSUyMiUyMHN0eWxlJTNEJTIyd2lkdGglM0ElMjA1MCUyNSUzQiUyMGZsb2F0JTNBJTIwcmlnaHQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZidXJndW5keS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcmVkLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3Bpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMGFjdGl2ZSUyMiUyMGlkX25vZGUlM0QlMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGluay13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjglMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmhvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwZWFjaC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjE0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsaW1lZ3JlZW4td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRlYWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyMCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2VhZm9hbS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhcXVhLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVyaXdpbmtsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm5hdnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxhdmVuZGVyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVnZ3BsYW50LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZ29sZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjQwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjQxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRndoaXRlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXItd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0NCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwcmV2aWV3LmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMGJsb2NrJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Don\'t See your color, give our designers a call. We may have it! 1-888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1447667108358{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"209\" onclick=\"custom_link\" link=\"../makebouquet.html\"][vc_single_image image=\"205\" onclick=\"custom_link\" link=\"../howtoorder.html\" css=\".vc_custom_1446664656279{margin-top: 20px !important;}\"][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446664681110{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Colors','','inherit','closed','closed','','6-autosave-v1','','','2016-07-08 20:10:46','2016-07-08 20:10:46','',6,'http://wp5.centerpiecedesignerwizard.com/2016/07/07/6-autosave-v1.php',0,'revision','',0),(1118,1,'2016-07-07 22:12:33','2016-07-07 22:12:33','[vc_row][vc_column][vcex_spacing][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJjb2xvcnBhZ2UlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCZmxvYXQlM0FsZWZ0JTNCbWFyZ2luLXRvcCUzQTBweCUzQiUyMG1hcmdpbi1sZWZ0JTNBMHB4JTNCJTIwJTIyJTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpc3QlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBJTIwNTAlMjUlM0IlMjBmbG9hdCUzQSUyMGxlZnQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnVyZ3VuZHkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljYnVyZ3VuZHkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3JlZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcmVkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3BpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmF6YWxlYS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZob3RwaW5rLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjExJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdGFuZ2VyaW5lLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVhY2guanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZkYWZmb2RpbC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGltZWdyZWVuLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWludC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0ZWFsLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjIwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaHVudGVyLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnNlYWZvYW0uanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjZWxlZG9uLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYXF1YS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJhYnlibHVlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBlcml3aW5rbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZyb3lhbGJsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZuYXZ5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcHVycGxlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsYXZlbmRlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljaG90cGluay5qcGclMjIlM0UlMEElMDklMDklMDklM0MlMjEtLSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM2JTIyJTIwc3JjJTNEJTIycG9tcG9tc19maWxlcyUyRmNvbG9ycyUyRmVnZ3BsYW50LmpwZyUyMiUyMCUyRiUzRSUyMC0tJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm11c3RhcmQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZnb2xkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRml2b3J5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGd2hpdGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXIuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZibGFjay5qcGclMjIlM0UlMEElMDklMDklMDklMDklMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nLWxpc3RBUSUyMiUyMHN0eWxlJTNEJTIyd2lkdGglM0ElMjA1MCUyNSUzQiUyMGZsb2F0JTNBJTIwcmlnaHQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZidXJndW5keS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcmVkLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3Bpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMGFjdGl2ZSUyMiUyMGlkX25vZGUlM0QlMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGluay13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjglMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmhvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwZWFjaC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjE0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsaW1lZ3JlZW4td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRlYWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyMCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2VhZm9hbS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhcXVhLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVyaXdpbmtsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm5hdnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxhdmVuZGVyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVnZ3BsYW50LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZ29sZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjQwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjQxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRndoaXRlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXItd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0NCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwcmV2aWV3LmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMGJsb2NrJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Don\'t See your color, give our designers a call. We may have it! 1-888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1447667108358{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"209\" onclick=\"custom_link\" link=\"../makebouquet.html\"][vc_single_image image=\"205\" onclick=\"custom_link\" link=\"../howtoorder.html\" css=\".vc_custom_1446664656279{margin-top: 20px !important;}\"][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446664681110{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Colors','','inherit','closed','closed','','6-revision-v1','','','2016-07-07 22:12:33','2016-07-07 22:12:33','',6,'http://wp5.centerpiecedesignerwizard.com/2016/07/07/6-revision-v1.php',0,'revision','',0),(1119,1,'2016-07-08 19:59:05','2016-07-08 19:59:05','[vc_row][vc_column][vcex_spacing][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Don\'t See your color, give our designers a call. We may have it! 1-888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1447667108358{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"209\" onclick=\"custom_link\" link=\"../makebouquet.html\"][vc_single_image image=\"205\" onclick=\"custom_link\" link=\"../howtoorder.html\" css=\".vc_custom_1446664656279{margin-top: 20px !important;}\"][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446664681110{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Colors','','inherit','closed','closed','','6-revision-v1','','','2016-07-08 19:59:05','2016-07-08 19:59:05','',6,'http://wp5.centerpiecedesignerwizard.com/2016/07/08/6-revision-v1.php',0,'revision','',0),(1120,1,'2016-07-08 19:59:48','2016-07-08 19:59:48','[vc_row][vc_column][vcex_spacing][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJjb2xvcnBhZ2UlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCZmxvYXQlM0FsZWZ0JTNCbWFyZ2luLXRvcCUzQTBweCUzQiUyMG1hcmdpbi1sZWZ0JTNBMHB4JTNCJTIwJTIyJTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpc3QlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBJTIwNTAlMjUlM0IlMjBmbG9hdCUzQSUyMGxlZnQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnVyZ3VuZHkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljYnVyZ3VuZHkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3JlZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcmVkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3BpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmF6YWxlYS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZob3RwaW5rLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjExJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdGFuZ2VyaW5lLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVhY2guanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZkYWZmb2RpbC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGltZWdyZWVuLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWludC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0ZWFsLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjIwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaHVudGVyLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnNlYWZvYW0uanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjZWxlZG9uLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYXF1YS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJhYnlibHVlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBlcml3aW5rbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZyb3lhbGJsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZuYXZ5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcHVycGxlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsYXZlbmRlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljaG90cGluay5qcGclMjIlM0UlMEElMDklMDklMDklM0MlMjEtLSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM2JTIyJTIwc3JjJTNEJTIycG9tcG9tc19maWxlcyUyRmNvbG9ycyUyRmVnZ3BsYW50LmpwZyUyMiUyMCUyRiUzRSUyMC0tJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm11c3RhcmQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZnb2xkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRml2b3J5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGd2hpdGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXIuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZibGFjay5qcGclMjIlM0UlMEElMDklMDklMDklMDklMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nLWxpc3RBUSUyMiUyMHN0eWxlJTNEJTIyd2lkdGglM0ElMjA1MCUyNSUzQiUyMGZsb2F0JTNBJTIwcmlnaHQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZidXJndW5keS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcmVkLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3Bpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMGFjdGl2ZSUyMiUyMGlkX25vZGUlM0QlMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGluay13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjglMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmhvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwZWFjaC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjE0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsaW1lZ3JlZW4td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRlYWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyMCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2VhZm9hbS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhcXVhLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVyaXdpbmtsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm5hdnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxhdmVuZGVyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVnZ3BsYW50LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZ29sZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjQwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjQxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRndoaXRlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXItd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0NCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwcmV2aWV3LmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMGJsb2NrJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Don\'t See your color, give our designers a call. We may have it! 1-888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1447667108358{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"209\" onclick=\"custom_link\" link=\"../makebouquet.html\"][vc_single_image image=\"205\" onclick=\"custom_link\" link=\"../howtoorder.html\" css=\".vc_custom_1446664656279{margin-top: 20px !important;}\"][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446664681110{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Colors','','inherit','closed','closed','','6-revision-v1','','','2016-07-08 19:59:48','2016-07-08 19:59:48','',6,'http://wp5.centerpiecedesignerwizard.com/2016/07/08/6-revision-v1.php',0,'revision','',0),(1121,1,'2016-07-08 20:05:35','2016-07-08 20:05:35','[vc_row][vc_column][vcex_spacing][vc_raw_html]JTNDc2NyaXB0JTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2l0ZS5qcyUyMiUzRSUzQyUyRnNjcmlwdCUzRSUwQSUzQ2RpdiUyMGlkJTNEJTIyY29sb3JwYWdlJTIyJTIwc3R5bGUlM0QlMjJ3aWR0aCUzQTEwMCUyNSUzQmZsb2F0JTNBbGVmdCUzQm1hcmdpbi10b3AlM0EwcHglM0IlMjBtYXJnaW4tbGVmdCUzQTBweCUzQiUyMCUyMiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycHJldmlldy1saXN0JTIyJTIwc3R5bGUlM0QlMjJ3aWR0aCUzQSUyMDUwJTI1JTNCJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJ1cmd1bmR5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjYWJlcm5ldC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNyZWQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwaW5rLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwaW5rLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjglMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNvcmFsLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaG90cGluay5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm9yYW5nZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBlYWNoLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsaWdodHllbGxvdy5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpbWVncmVlbi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTglMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZlbWVyYWxkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdGVhbC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnNhZ2UuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzZWFmb2FtLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjIzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnR1cnF1b2lzZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmFxdWEuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNvcm5mbG93ZXIuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjglMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwZXJpd2lua2xlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNibHVlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbmF2eS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcHVycGxlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGF2ZW5kZXIuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTNDJTIxLS0lMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMnBvbXBvbXNfZmlsZXMlMkZjb2xvcnMlMkZlZ2dwbGFudC5qcGclMjIlMjAlMkYlM0UlMjAtLSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnJvd24uanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzglMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtdXN0YXJkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZ29sZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmlycmlkZXNjZW50d2hpdGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZpdm9yeS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRndoaXRlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2lsdmVyLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQ0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYmxhY2suanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZy1saXN0QVElMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBJTIwNTAlMjUlM0IlMjBmbG9hdCUzQSUyMHJpZ2h0JTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnVyZ3VuZHktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNidXJndW5keS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjYWJlcm5ldC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3JlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZyZWQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwaW5rLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjBhY3RpdmUlMjIlMjBpZF9ub2RlJTNEJTIyNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYXphbGVhLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNvcmFsLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZob3RwaW5rLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0YW5nZXJpbmUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm9yYW5nZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVhY2gtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmRhZmZvZGlsLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsaWdodHllbGxvdy13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjE2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGltZWdyZWVuLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtaW50LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTglMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZlbWVyYWxkLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0ZWFsLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZodW50ZXItd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnNhZ2Utd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnNlYWZvYW0td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNlbGVkb24td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnR1cnF1b2lzZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYXF1YS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYmFieWJsdWUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNvcm5mbG93ZXItd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBlcml3aW5rbGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJveWFsYmx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNibHVlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZuYXZ5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwdXJwbGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcHVycGxlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsYXZlbmRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNob3RwaW5rLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZlZ2dwbGFudC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnJvd24td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm11c3RhcmQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmdvbGQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmlycmlkZXNjZW50d2hpdGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRml2b3J5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ3aGl0ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjQzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2lsdmVyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZibGFjay13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjQ1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcHJldmlldy5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBibG9jayUzQiUyMiUzRSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Don\'t See your color, give our designers a call. We may have it! 1-888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1447667108358{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"209\" onclick=\"custom_link\" link=\"../makebouquet.html\"][vc_single_image image=\"205\" onclick=\"custom_link\" link=\"../howtoorder.html\" css=\".vc_custom_1446664656279{margin-top: 20px !important;}\"][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446664681110{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Colors','','inherit','closed','closed','','6-revision-v1','','','2016-07-08 20:05:35','2016-07-08 20:05:35','',6,'http://wp5.centerpiecedesignerwizard.com/2016/07/08/6-revision-v1.php',0,'revision','',0),(1122,1,'2016-07-08 20:06:43','2016-07-08 20:06:43','[vc_row][vc_column][vcex_spacing][vc_raw_html]JTNDc2NyaXB0JTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2l0ZS5qcyUyMiUzRSUzQyUyRnNjcmlwdCUzRSUwQSUzQ3NjcmlwdCUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmpxdWVyeS0xLmpzJTIyJTNFJTNDJTJGc2NyaXB0JTNFJTBBJTNDZGl2JTIwaWQlM0QlMjJjb2xvcnBhZ2UlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCZmxvYXQlM0FsZWZ0JTNCbWFyZ2luLXRvcCUzQTBweCUzQiUyMG1hcmdpbi1sZWZ0JTNBMHB4JTNCJTIwJTIyJTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpc3QlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBJTIwNTAlMjUlM0IlMjBmbG9hdCUzQSUyMGxlZnQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnVyZ3VuZHkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljYnVyZ3VuZHkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3JlZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcmVkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3BpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmF6YWxlYS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZob3RwaW5rLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjExJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdGFuZ2VyaW5lLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVhY2guanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZkYWZmb2RpbC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGltZWdyZWVuLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWludC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0ZWFsLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjIwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaHVudGVyLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnNlYWZvYW0uanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjZWxlZG9uLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYXF1YS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJhYnlibHVlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBlcml3aW5rbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZyb3lhbGJsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZuYXZ5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcHVycGxlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsYXZlbmRlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljaG90cGluay5qcGclMjIlM0UlMEElMDklMDklMDklM0MlMjEtLSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM2JTIyJTIwc3JjJTNEJTIycG9tcG9tc19maWxlcyUyRmNvbG9ycyUyRmVnZ3BsYW50LmpwZyUyMiUyMCUyRiUzRSUyMC0tJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm11c3RhcmQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZnb2xkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRml2b3J5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGd2hpdGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXIuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZibGFjay5qcGclMjIlM0UlMEElMDklMDklMDklMDklMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nLWxpc3RBUSUyMiUyMHN0eWxlJTNEJTIyd2lkdGglM0ElMjA1MCUyNSUzQiUyMGZsb2F0JTNBJTIwcmlnaHQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZidXJndW5keS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcmVkLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3Bpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMGFjdGl2ZSUyMiUyMGlkX25vZGUlM0QlMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGluay13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjglMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmhvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwZWFjaC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjE0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsaW1lZ3JlZW4td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRlYWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyMCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2VhZm9hbS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhcXVhLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVyaXdpbmtsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm5hdnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxhdmVuZGVyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVnZ3BsYW50LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZ29sZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjQwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjQxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRndoaXRlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXItd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0NCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwcmV2aWV3LmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMGJsb2NrJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Don\'t See your color, give our designers a call. We may have it! 1-888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1447667108358{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"209\" onclick=\"custom_link\" link=\"../makebouquet.html\"][vc_single_image image=\"205\" onclick=\"custom_link\" link=\"../howtoorder.html\" css=\".vc_custom_1446664656279{margin-top: 20px !important;}\"][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446664681110{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Colors','','inherit','closed','closed','','6-revision-v1','','','2016-07-08 20:06:43','2016-07-08 20:06:43','',6,'http://wp5.centerpiecedesignerwizard.com/2016/07/08/6-revision-v1.php',0,'revision','',0),(1123,1,'2016-07-08 20:10:50','2016-07-08 20:10:50','[vc_row][vc_column][vcex_spacing][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJjb2xvcnBhZ2UlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCZmxvYXQlM0FsZWZ0JTNCbWFyZ2luLXRvcCUzQTBweCUzQiUyMG1hcmdpbi1sZWZ0JTNBMHB4JTNCJTIwJTIyJTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpc3QlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBJTIwNTAlMjUlM0IlMjBmbG9hdCUzQSUyMGxlZnQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnVyZ3VuZHkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljYnVyZ3VuZHkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3JlZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcmVkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3BpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmF6YWxlYS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZob3RwaW5rLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjExJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdGFuZ2VyaW5lLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVhY2guanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZkYWZmb2RpbC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE2JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGltZWdyZWVuLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWludC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0ZWFsLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjIwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaHVudGVyLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnNlYWZvYW0uanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjZWxlZG9uLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI1JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYXF1YS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJhYnlibHVlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBlcml3aW5rbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZyb3lhbGJsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZuYXZ5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcHVycGxlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsYXZlbmRlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljaG90cGluay5qcGclMjIlM0UlMEElMDklMDklMDklM0MlMjEtLSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM2JTIyJTIwc3JjJTNEJTIycG9tcG9tc19maWxlcyUyRmNvbG9ycyUyRmVnZ3BsYW50LmpwZyUyMiUyMCUyRiUzRSUyMC0tJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm11c3RhcmQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzklMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZnb2xkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRml2b3J5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGd2hpdGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXIuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZibGFjay5qcGclMjIlM0UlMEElMDklMDklMDklMDklMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nLWxpc3RBUSUyMiUyMHN0eWxlJTNEJTIyd2lkdGglM0ElMjA1MCUyNSUzQiUyMGZsb2F0JTNBJTIwcmlnaHQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjElMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZidXJndW5keS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcmVkLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3Bpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMGFjdGl2ZSUyMiUyMGlkX25vZGUlM0QlMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGluay13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjglMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmhvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwZWFjaC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjE0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsaW1lZ3JlZW4td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNyUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRlYWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyMCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIyJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2VhZm9hbS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhcXVhLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjYlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVyaXdpbmtsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzMSUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm5hdnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzMiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxhdmVuZGVyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVnZ3BsYW50LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzclMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM5JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZ29sZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjQwJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjQxJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndwNS5jZW50ZXJwaWVjZWRlc2lnbmVyd2l6YXJkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRndoaXRlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDMlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXItd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0NCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3cDUuY2VudGVycGllY2VkZXNpZ25lcndpemFyZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDUlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3A1LmNlbnRlcnBpZWNlZGVzaWduZXJ3aXphcmQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwcmV2aWV3LmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMGJsb2NrJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Don\'t See your color, give our designers a call. We may have it! 1-888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1447667108358{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"209\" onclick=\"custom_link\" link=\"../makebouquet.html\"][vc_single_image image=\"205\" onclick=\"custom_link\" link=\"../howtoorder.html\" css=\".vc_custom_1446664656279{margin-top: 20px !important;}\"][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446664681110{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Colors','','inherit','closed','closed','','6-revision-v1','','','2016-07-08 20:10:50','2016-07-08 20:10:50','',6,'http://wp5.centerpiecedesignerwizard.com/2016/07/08/6-revision-v1.php',0,'revision','',0),(1124,1,'2016-07-12 20:22:10','2016-07-12 20:22:10','[vc_row][vc_column][vcex_spacing][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJjb2xvcnBhZ2UlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCZmxvYXQlM0FsZWZ0JTNCbWFyZ2luLXRvcCUzQTBweCUzQiUyMG1hcmdpbi1sZWZ0JTNBMHB4JTNCJTIwJTIyJTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpc3QlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBJTIwNTAlMjUlM0IlMjBmbG9hdCUzQSUyMGxlZnQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZidXJndW5keS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcmVkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjUlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI2JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3BpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGluay5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI4JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyOSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmhvdHBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTElMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxMiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEzJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwZWFjaC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxNCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTUlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE2JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsaW1lZ3JlZW4uanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTclMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTglMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTklMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRlYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2VhZm9hbS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI1JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhcXVhLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI2JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVyaXdpbmtsZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMwJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzElMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm5hdnkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzIlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzQlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxhdmVuZGVyLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM1JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTNDJTIxLS0lMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMnBvbXBvbXNfZmlsZXMlMkZjb2xvcnMlMkZlZ2dwbGFudC5qcGclMjIlMjAlMkYlM0UlMjAtLSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM3JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZ29sZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDIlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRndoaXRlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQzJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXIuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycHJldmlldy1pbWctbGlzdEFRJTIyJTIwc3R5bGUlM0QlMjJ3aWR0aCUzQSUyMDUwJTI1JTNCJTIwZmxvYXQlM0ElMjByaWdodCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnVyZ3VuZHktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2FiZXJuZXQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3JlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjUlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcGluay13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIwYWN0aXZlJTIyJTIwaWRfbm9kZSUzRCUyMjclMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI4JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjb3JhbC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEwJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZob3RwaW5rLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTElMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZvcmFuZ2Utd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVhY2gtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGlnaHR5ZWxsb3ctd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGltZWdyZWVuLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTclMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZW1lcmFsZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjE5JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0ZWFsLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzYWdlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjIlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnNlYWZvYW0td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0dXJxdW9pc2Utd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyNSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYXF1YS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI2JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjb3JuZmxvd2VyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjglMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBlcml3aW5rbGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyOSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljYmx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMxJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZuYXZ5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzIlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3B1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM0JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsYXZlbmRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM1JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZWdncGxhbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnJvd24td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM5JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZnb2xkLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmlycmlkZXNjZW50d2hpdGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGd2hpdGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2lsdmVyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDUlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnByZXZpZXcuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjIlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Don\'t See your color, give our designers a call. We may have it! 1-888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1447667108358{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"209\" onclick=\"custom_link\" link=\"../makebouquet.html\"][vc_single_image image=\"205\" onclick=\"custom_link\" link=\"../howtoorder.html\" css=\".vc_custom_1446664656279{margin-top: 20px !important;}\"][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446664681110{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Colors','','inherit','closed','closed','','6-revision-v1','','','2016-07-12 20:22:10','2016-07-12 20:22:10','',6,'http://www.alloccasionscenterpieces.com/2016/07/12/6-revision-v1.php',0,'revision','',0),(1125,1,'2016-07-12 20:41:07','2016-07-12 20:41:07','','wandlogo','','inherit','open','closed','','wandlogo-2','','','2016-07-12 20:41:07','2016-07-12 20:41:07','',0,'http://www.alloccasionscenterpieces.com/wp-content/uploads/2016/07/wandlogo.gif',0,'attachment','image/gif',0),(1128,1,'2016-08-03 00:51:55','2016-08-03 00:51:55','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"/pompoms\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n						<span class=\"testimonial-caret\"></span>\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.\r\n\r\n</div>\r\n<!-- .entry -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n								<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span>\r\n\r\n</div>\r\n<!-- .testimonial-entry-meta -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-bottom -->\r\n\r\n</div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"what-are-wanderfuls/\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"testimonials/\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"182\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1449431824454{margin-top: 20px !important;border-bottom-width: 30px !important;}\" link=\"SizesNewPage.html\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4-revision-v1','','','2016-08-03 00:51:55','2016-08-03 00:51:55','',4,'http://www.alloccasionscenterpieces.com/2016/08/03/4-revision-v1/',0,'revision','',0),(1130,1,'2016-08-12 02:00:13','2016-08-12 02:00:13','[vc_row css=\".vc_custom_1446813797503{margin-top: 30px !important;}\"][vc_column][vc_custom_heading text=\"Yes, I love Them! What do I do Now?\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>First</h3>\r\nCall 1-888-837-5021 and tell us about your event! One of our experienced designers will guide you through our customizable options, creating the perfect bouquet for the mood or theme of your event.\r\n<h3>Second</h3>\r\nAlong with your designer, experiment with several colors options online. Explore the different combinations and see them placed on a bouquet, until you find a design that you love!\r\n<h3>Third</h3>\r\nConfirm the best delivery date for you and apply all discounts. Call early to get the most savings.\r\n<h3>Fourth</h3>\r\nYou choose a coordinating color for the ribbon which spirals elegantly around and down the wand. It is attached at the top and at the bottom. For an extra special touch , you can choose to have imprinting on your Wanderfuls.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1446813768434{margin-top: 40px !important;}\"][vc_column][vc_column_text]\r\n<h3>What if I just have general questions?</h3>\r\nFeel free to call at any point to ask any questions. Even if you do not feel you are ready to create a design.\r\n\r\nWe at Wanderfuls are aware that selecting just the perfect centerpiece is a multi-step process.\r\n\r\nMany customers call several times for assistance before they place their order. We are happy to help you along the way!\r\n<h3>How does designing Work? What can I expect?</h3>\r\nHave your computer handy and a trained designer will help you create your design. It\'s fun and easy! Your personal designer will digitally place colors in the bouquet right on your computer screen!\r\n\r\nOur customers love this part of the process.\r\n<h3>But can I afford it?</h3>\r\nYes. Each part of our favor-filled centerpieces are customizeable and can be built within different price ranges. Our designers are sensitive to budgets and can show you ways to save money by using different design approaches.\r\n\r\nWe will work within your budget to customize the perfect centerpiece for you![/vc_column_text][vc_custom_heading text=\"Call our designer now! 888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446813644013{margin-top: 30px !important;margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"519\" alignment=\"center\"][/vc_column][/vc_row]','How to order','','inherit','closed','closed','','57-revision-v1','','','2016-08-12 02:00:13','2016-08-12 02:00:13','',57,'http://www.alloccasionscenterpieces.com/2016/08/12/57-revision-v1.html',0,'revision','',0),(1131,1,'2016-08-12 02:30:06','2016-08-12 02:30:06','[vc_row][vc_column][vcex_spacing size=\"10px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"341\" alignment=\"center\" css=\".vc_custom_1446236070262{margin-bottom: 20px !important;}\"][vc_single_image image=\"336\" alignment=\"center\" css=\".vc_custom_1446236102103{margin-bottom: 20px !important;}\"][vc_single_image image=\"335\" alignment=\"center\" css=\".vc_custom_1446236128089{margin-bottom: 20px !important;}\"][vc_single_image image=\"338\" alignment=\"center\" css=\".vc_custom_1446236137478{margin-bottom: 20px !important;}\"][vc_single_image image=\"337\" alignment=\"center\" css=\".vc_custom_1446236153141{margin-bottom: 20px !important;}\"][vc_single_image image=\"339\" alignment=\"center\" css=\".vc_custom_1446236161651{margin-bottom: 20px !important;}\"][vc_single_image image=\"340\" alignment=\"center\" css=\".vc_custom_1446236171600{margin-bottom: 20px !important;}\"][/vc_column][/vc_row]','Table View','','inherit','closed','closed','','56-autosave-v1','','','2016-08-12 02:30:06','2016-08-12 02:30:06','',56,'http://www.alloccasionscenterpieces.com/2016/08/12/56-autosave-v1.html',0,'revision','',0),(1132,1,'2016-08-12 02:51:43','2016-08-12 02:51:43','[vc_row][vc_column][vcex_spacing][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<h1>Anniversary Centerpieces</h1>\nYour <strong>Anniversary Centerpieces</strong> will stand out from all the rest, making yours the most memorable Anniversary Party of the year. Wanderfuls <strong>Unique Anniversary Centerpieces</strong>are available in hundreds of color combinations and various sizes, and can be filled with your choice of gourmet fillings.[/vc_column_text][vc_column_text]\n<h1>Wanderfuls are customizable!</h1>\nCreate your own personalized Anniversary Centerpiece with Wanderfuls. They will look stunning on your tables and cost less than a traditional centerpiece! Your Anniversary Centerpiece Decorations will delight your guests. Call now to speak to a Wanderfuls Anniversary Designer.\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"486\"][vc_single_image image=\"482\" css=\".vc_custom_1446724021020{margin-top: 15px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h1>What are the candy options?</h1>\nYou get to choose from a variety of sweets or order empty to fill it with your own.\n<h1>What if you want to design your own?</h1>\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\n\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"409\" alignment=\"center\" css=\".vc_custom_1446724273467{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Anniversaries','','inherit','closed','closed','','45-autosave-v1','','','2016-08-12 02:51:43','2016-08-12 02:51:43','',45,'http://www.alloccasionscenterpieces.com/2016/08/12/45-autosave-v1.html',0,'revision','',0),(1133,1,'2016-08-12 02:56:07','2016-08-12 02:56:07','[vc_row][vc_column][vcex_spacing][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1>Anniversary Centerpieces</h1>\r\nYour <strong>Anniversary Centerpieces</strong> will stand out from all the rest, making yours the most memorable Anniversary Party of the year. Wanderfuls <strong>Unique Anniversary Centerpieces</strong>are available in hundreds of color combinations and various sizes, and can be filled with your choice of gourmet fillings.[/vc_column_text][vc_column_text]\r\n<h1>Wanderfuls are customizable!</h1>\r\nCreate your own personalized Anniversary Centerpiece with Wanderfuls. They will look stunning on your tables and cost less than a traditional centerpiece! Your Anniversary Centerpiece Decorations will delight your guests. Call now to speak to a Wanderfuls Anniversary Designer.\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"486\"][vc_single_image image=\"482\" css=\".vc_custom_1446724021020{margin-top: 15px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1>What are the candy options?</h1>\r\nYou get to choose from a variety of sweets or order empty to fill it with your own.\r\n<h1>What if you want to design your own?</h1>\r\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"409\" alignment=\"center\" css=\".vc_custom_1446724273467{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Anniversaries','','inherit','closed','closed','','45-revision-v1','','','2016-08-12 02:56:07','2016-08-12 02:56:07','',45,'http://www.alloccasionscenterpieces.com/2016/08/12/45-revision-v1.html',0,'revision','',0),(1134,1,'2016-08-12 02:57:57','2016-08-12 02:57:57','[vc_row][vc_column][vcex_spacing][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<h1>Anniversary Centerpieces</h1>\nYour <strong>Anniversary Centerpieces</strong> will stand out from all the rest, making yours the most memorable Anniversary Party of the year. Wanderfuls <strong>Unique Anniversary Centerpieces</strong>are available in hundreds of color combinations and various sizes, and can be filled with your choice of gourmet fillings.[/vc_column_text][vc_column_text]\n<h1>Wanderfuls are customizable!</h1>\nCreate your own personalized Anniversary Centerpiece with Wanderfuls. They will look stunning on your tables and cost less than a traditional centerpiece! Your Anniversary Centerpiece Decorations will delight your guests. Call now to speak to a Wanderfuls Anniversary Designer.\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"486\"][vc_single_image image=\"482\" css=\".vc_custom_1446724021020{margin-top: 15px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h1>What are the candy options?</h1>\nYou get to choose from a variety of sweets or order empty to fill it with your own.\n<h1>What if you want to design your own?</h1>\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\n\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft size-full wp-image-366\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"409\" alignment=\"center\" css=\".vc_custom_1446724273467{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Anniversaries','','inherit','closed','closed','','45-revision-v1','','','2016-08-12 02:57:57','2016-08-12 02:57:57','',45,'http://www.alloccasionscenterpieces.com/2016/08/12/45-revision-v1.html',0,'revision','',0),(1135,1,'2016-08-12 04:09:13','2016-08-12 04:09:13','[vc_row][vc_column width=\"1/4\"][vc_widget_sidebar sidebar_id=\"side_menu\"][/vc_column][vc_column width=\"3/4\"][vcex_spacing][vc_column_text]\r\n<h1>Baby Shower Centerpieces</h1>\r\nA baby shower is a celebration of new life! Make it magical and memorable with Wanderfuls, the unique all-in-one centerpiece &amp; party favor solution! Whether you\'re expecting a girl or boy, or keeping it a surprise, our designers are always ready to help you create the perfect design to match your colors or theme.[/vc_column_text][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"pompoms.\" css=\".vc_custom_1446722857486{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column_text]\r\n<blockquote>Wanderfuls made our tables sparkle! We’re so glad we made them part of our daughter’s special day.\r\n- Debbie and Dan Lynch</blockquote>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1>What are the candy options?</h1>\r\nYou get to choose from a variety of sweets or order empty to fill it with your own.\r\n<h1>What if you want to design your own?</h1>\r\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft wp-image-366 size-full\" src=\"../wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Customizable to your colors, table size\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446722912657{margin-bottom: 20px !important;}\"][vcex_image_grid lightbox_skin=\"mac\" lightbox_title=\"title\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478\"][/vc_column][/vc_row]','Baby Showers','','inherit','closed','closed','','40-autosave-v1','','','2016-08-12 04:09:13','2016-08-12 04:09:13','',40,'http://www.alloccasionscenterpieces.com/2016/08/12/40-autosave-v1.html',0,'revision','',0),(1136,1,'2016-08-12 04:07:09','2016-08-12 04:07:09','[vc_row][vc_column width=\"1/4\"][vc_widget_sidebar sidebar_id=\"side_menu\"][/vc_column][vc_column width=\"3/4\"][vcex_spacing][vc_column_text]\r\n<h1>Baby Shower Centerpieces</h1>\r\nA baby shower is a celebration of new life! Make it magical and memorable with Wanderfuls, the unique all-in-one centerpiece &amp; party favor solution! Whether you\'re expecting a girl or boy, or keeping it a surprise, our designers are always ready to help you create the perfect design to match your colors or theme.[/vc_column_text][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446722857486{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column_text]\r\n<blockquote>Wanderfuls made our tables sparkle! We’re so glad we made them part of our daughter’s special day.\r\n- Debbie and Dan Lynch</blockquote>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1>What are the candy options?</h1>\r\nYou get to choose from a variety of sweets or order empty to fill it with your own.\r\n<h1>What if you want to design your own?</h1>\r\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft wp-image-366 size-full\" src=\"http://www.alloccasionscenterpieces.com/wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Customizable to your colors, table size\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446722912657{margin-bottom: 20px !important;}\"][vcex_image_grid lightbox_skin=\"mac\" lightbox_title=\"title\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478\"][/vc_column][/vc_row]','Baby Showers','','inherit','closed','closed','','40-revision-v1','','','2016-08-12 04:07:09','2016-08-12 04:07:09','',40,'http://www.alloccasionscenterpieces.com/2016/08/12/40-revision-v1.html',0,'revision','',0),(1137,1,'2016-08-12 04:09:21','2016-08-12 04:09:21','[vc_row][vc_column width=\"1/4\"][vc_widget_sidebar sidebar_id=\"side_menu\"][/vc_column][vc_column width=\"3/4\"][vcex_spacing][vc_column_text]\r\n<h1>Baby Shower Centerpieces</h1>\r\nA baby shower is a celebration of new life! Make it magical and memorable with Wanderfuls, the unique all-in-one centerpiece &amp; party favor solution! Whether you\'re expecting a girl or boy, or keeping it a surprise, our designers are always ready to help you create the perfect design to match your colors or theme.[/vc_column_text][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"pompoms.html\" css=\".vc_custom_1446722857486{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column_text]\r\n<blockquote>Wanderfuls made our tables sparkle! We’re so glad we made them part of our daughter’s special day.\r\n- Debbie and Dan Lynch</blockquote>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGbWFpbnBhZ2UyLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjQ1MCUyMiUyMGhlaWdodCUzRCUyMjQzMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1>What are the candy options?</h1>\r\nYou get to choose from a variety of sweets or order empty to fill it with your own.\r\n<h1>What if you want to design your own?</h1>\r\nNo worries! We have a state of the art design tool that will let you choose any available combination colors to personalize your centerpieces.\r\n\r\n<a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"><img class=\"alignleft wp-image-366 size-full\" src=\"http://www.alloccasionscenterpieces.com/wp-content/uploads/2015/10/designyourown.jpg\" alt=\"designyourown\" width=\"175\" height=\"86\" /></a>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Customizable to your colors, table size\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446722912657{margin-bottom: 20px !important;}\"][vcex_image_grid lightbox_skin=\"mac\" lightbox_title=\"title\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478\"][/vc_column][/vc_row]','Baby Showers','','inherit','closed','closed','','40-revision-v1','','','2016-08-12 04:09:21','2016-08-12 04:09:21','',40,'http://www.alloccasionscenterpieces.com/2016/08/12/40-revision-v1.html',0,'revision','',0),(1138,1,'2016-08-12 04:12:57','2016-08-12 04:12:57','[vc_row][vc_column][vcex_spacing][vc_custom_heading text=\"Candy Fillings \" font_container=\"tag:h1|font_size:28|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1446156678910{margin-bottom: 10px !important;}\"]\n<h2>Jordan Almonds</h2>\n<img class=\"alignleft size-full wp-image-210\" src=\"../wp-content/uploads/2015/10/candy-jordan-almonds.jpg\" alt=\"candy-jordan-almonds\" width=\"980\" height=\"198\" />[/vc_column_text][vc_column_text css=\".vc_custom_1446156698874{margin-bottom: 10px !important;}\"]\n<h2>Foil Wrapped</h2>\n<img class=\"alignleft size-full wp-image-211\" src=\"../wp-content/uploads/2015/10/candy-foil-wrapped.jpg\" alt=\"candy-foil-wrapped\" width=\"980\" height=\"198\" />[/vc_column_text][vc_column_text]\n<h2>Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, &amp; More</h2>\n<img class=\"alignleft size-full wp-image-208\" src=\"../wp-content/uploads/2015/10/candy-other.jpg\" alt=\"candy-other\" width=\"980\" height=\"198\" />[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021\" font_container=\"tag:h2|font_size:28|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_single_image image=\"209\" alignment=\"right\" onclick=\"custom_link\" link=\"makebouquet.html\" css=\".vc_custom_1470975148909{margin-bottom: 15px !important;}\"][vc_single_image image=\"204\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1446156963413{margin-bottom: 15px !important;}\"][vc_single_image image=\"205\" alignment=\"right\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column][/vc_row]','Candies','','inherit','closed','closed','','8-autosave-v1','','','2016-08-12 04:12:57','2016-08-12 04:12:57','',8,'http://www.alloccasionscenterpieces.com/2016/08/12/8-autosave-v1.html',0,'revision','',0),(1139,1,'2016-08-12 04:13:27','2016-08-12 04:13:27','[vc_row][vc_column][vcex_spacing][vc_custom_heading text=\"Candy Fillings \" font_container=\"tag:h1|font_size:28|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1446156678910{margin-bottom: 10px !important;}\"]\r\n<h2>Jordan Almonds</h2>\r\n<img class=\"alignleft size-full wp-image-210\" src=\"../wp-content/uploads/2015/10/candy-jordan-almonds.jpg\" alt=\"candy-jordan-almonds\" width=\"980\" height=\"198\" />[/vc_column_text][vc_column_text css=\".vc_custom_1446156698874{margin-bottom: 10px !important;}\"]\r\n<h2>Foil Wrapped</h2>\r\n<img class=\"alignleft size-full wp-image-211\" src=\"../wp-content/uploads/2015/10/candy-foil-wrapped.jpg\" alt=\"candy-foil-wrapped\" width=\"980\" height=\"198\" />[/vc_column_text][vc_column_text]\r\n<h2>Jelly Beans, Gumballs, Mini Jawbreakers, Mints, Kisses, &amp; More</h2>\r\n<img class=\"alignleft size-full wp-image-208\" src=\"../wp-content/uploads/2015/10/candy-other.jpg\" alt=\"candy-other\" width=\"980\" height=\"198\" />[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Don\'t see your favorite candy? We may have it! Check by calling 1-888-837-5021\" font_container=\"tag:h2|font_size:28|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_single_image image=\"209\" alignment=\"right\" onclick=\"custom_link\" link=\"makebouquet.html\" css=\".vc_custom_1470975148909{margin-bottom: 15px !important;}\"][vc_single_image image=\"204\" alignment=\"right\" onclick=\"custom_link\" link=\"pompoms.html\" css=\".vc_custom_1470975177855{margin-bottom: 15px !important;}\"][vc_single_image image=\"205\" alignment=\"right\" onclick=\"custom_link\" link=\"howtoorder.html\"][/vc_column][/vc_row]','Candies','','inherit','closed','closed','','8-revision-v1','','','2016-08-12 04:13:27','2016-08-12 04:13:27','',8,'http://www.alloccasionscenterpieces.com/2016/08/12/8-revision-v1.html',0,'revision','',0),(1140,1,'2016-08-12 17:23:37','2016-08-12 17:23:37','[vc_row center_row=\"yes\"][vc_column][vcex_spacing][vc_column_text el_class=\"center-con\"]\n<h1>How many favors are in each arrangement?</h1>\nThat depends on what you order. We make arrangements which have 6, 8, 9, or 10 favors. Here are some examples:\n\n<strong style=\"font-size: 20px;\">(click the bouquets several times to see how all the favors come together!)</strong>[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" el_class=\"center-con\"][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0ExMDBweCUzQiUyMG1hcmdpbi1yaWdodCUzQTUwcHglM0IlMjIlM0UlM0NpZnJhbWUlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIyJTIwc3JjJTNEJTIyLi4lMkYyMDE0JTJGc2VxdWVuY2VkNi5odG1sJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2lkdGglM0QlMjIxODclMjIlMjBoZWlnaHQlM0QlMjIyMDAlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlMEElM0NwJTIwc3R5bGUlM0QlMjJjb2xvciUzQSUyM2NjMzM2NiUzQiUyMiUzRTYlMjBGYXZvciUyMEJvdXF1ZXQlMjAlM0MlMkZwJTNFJTNDcCUzRTUlMjBmYXZvcnMlMjBvbiUyMHRoZSUyMGJvdHRvbSUwQSUzQ2JyJTNFJTIwMSUyMGZhdm9yJTIwb24lMjB0b3AlM0MlMkZwJTNFJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1zdHlsZSUzQWl0YWxpYyUzQiUyMGZvbnQtc2l6ZSUzQTE2cHglM0IlMjBtYXJnaW4tdG9wJTNBNXB4JTNCJTIwJTIyJTNFMTAlMjIlMjB0YWxsJTIweCUyMDExJTIyJTIwd2lkZSUzQyUyRnAlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0E1MHB4JTNCJTIyJTNFJTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJvdmVyZmxvdyUzQWhpZGRlbiUzQiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3YW5kZXJmdWxzLmNvbSUyRjIwMTQlMkZzZXF1ZW5jZWQ4Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjB3aWR0aCUzRCUyMjE4NyUyMiUyMGhlaWdodCUzRCUyMjIwMCUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRSUzQ3AlMjBzdHlsZSUzRCUyMmZvbnQtZmFtaWx5JTNBQXJpYWwlMkMlMjBIZWx2ZXRpY2ElMkMlMjBzYW5zLXNlcmlmJTNCJTIwY29sb3IlM0ElMjNjYzMzNjYlMjIlM0U4JTIwRmF2b3IlMjBCb3VxdWV0JTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlM0U2JTIwZmF2b3JzJTIwb24lMjB0aGUlMjBib3R0b20lMEElMEElM0NiciUzRSUyMDIlMjBmYXZvcnMlMjBvbiUyMHRvcCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlM0NwJTIwc3R5bGUlM0QlMjJmb250LXN0eWxlJTNBaXRhbGljJTNCJTIwZm9udC1zaXplJTNBMTZweCUzQiUyMG1hcmdpbi10b3AlM0E1cHglM0IlMjIlM0UxMiUyMiUyMHRhbGwlMjB4JTIwMTIlMjIlMjB3aWRlJTNDJTJGcCUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row center_row=\"yes\" el_class=\"center-con\"][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0ExMDBweCUzQiUyMG1hcmdpbi1yaWdodCUzQTUwcHglM0JtYXJnaW4tdG9wJTNBMzBweCUzQiUyMiUzRSUzQ2lmcmFtZSUyMHN0eWxlJTNEJTIyb3ZlcmZsb3clM0FoaWRkZW4lM0IlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd2FuZGVyZnVscy5jb20lMkYyMDE0JTJGc2VxdWVuY2VkOS5odG1sJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2lkdGglM0QlMjIxODclMjIlMjBoZWlnaHQlM0QlMjIyMDAlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlM0NwJTIwc3R5bGUlM0QlMjJmb250LWZhbWlseSUzQUFyaWFsJTJDJTIwSGVsdmV0aWNhJTJDJTIwc2Fucy1zZXJpZiUzQiUyMGNvbG9yJTNBJTIzY2MzMzY2JTIyJTNFOSUyMEZhdm9yJTIwQm91cXVldCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTNFNiUyMGZhdm9ycyUyMG9uJTIwdGhlJTIwYm90dG9tJTBBJTBBJTNDYnIlM0UlMjAzJTIwZmF2b3JzJTIwb24lMjB0b3AlM0MlMkZwJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1zdHlsZSUzQWl0YWxpYyUzQiUyMGZvbnQtc2l6ZSUzQTE2cHglM0IlMjBtYXJnaW4tdG9wJTNBNXB4JTNCJTIyJTNFMTIlMjIlMjB0YWxsJTIweCUyMDEyJTIyJTIwd2lkZSUzQyUyRnAlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0E1MHB4JTNCbWFyZ2luLXRvcCUzQTMwcHglM0IlMjIlM0UlM0NpZnJhbWUlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGMjAxNCUyRnNlcXVlbmNlZDEwLmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjB3aWR0aCUzRCUyMjE4NyUyMiUyMGhlaWdodCUzRCUyMjIwMCUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlMjBzdHlsZSUzRCUyMmZvbnQtZmFtaWx5JTNBQXJpYWwlMkMlMjBIZWx2ZXRpY2ElMkMlMjBzYW5zLXNlcmlmJTNCJTIwY29sb3IlM0ElMjNjYzMzNjYlMjIlM0UxMCUyMEZhdm9yJTIwQm91cXVldCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTNFNiUyMGZhdm9ycyUyMG9uJTIwdGhlJTIwYm90dG9tJTBBJTBBJTNDYnIlM0UlMjA0JTIwZmF2b3JzJTIwb24lMjB0b3AlM0MlMkZwJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1zdHlsZSUzQWl0YWxpYyUzQiUyMGZvbnQtc2l6ZSUzQTE2cHglM0IlMjBtYXJnaW4tdG9wJTNBNXB4JTNCJTIyJTNFMTIlMjIlMjB0YWxsJTIweCUyMDEyJTIyJTIwd2lkZSUzQyUyRnAlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"205\" alignment=\"right\" onclick=\"custom_link\" link=\"howtoorder.html\"][vc_single_image image=\"204\" alignment=\"right\" onclick=\"custom_link\" link=\"pompoms.html\" css=\".vc_custom_1470978604981{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Sizes','','inherit','closed','closed','','2-autosave-v1','','','2016-08-12 17:23:37','2016-08-12 17:23:37','',2,'http://www.alloccasionscenterpieces.com/2016/08/12/2-autosave-v1.html',0,'revision','',0),(1141,1,'2016-08-12 05:10:42','2016-08-12 05:10:42','[vc_row center_row=\"yes\"][vc_column][vcex_spacing][vc_column_text el_class=\"center-con\"]\r\n<h1>How many favors are in each arrangement?</h1>\r\nThat depends on what you order. We make arrangements which have 6, 8, 9, or 10 favors. Here are some examples:\r\n\r\n<strong style=\"font-size: 20px;\">(click the bouquets several times to see how all the favors come together!)</strong>[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" el_class=\"center-con\"][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0ExMDBweCUzQiUyMG1hcmdpbi1yaWdodCUzQTUwcHglM0IlMjIlM0UlM0NpZnJhbWUlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGMjAxNCUyRnNlcXVlbmNlZDYuaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHdpZHRoJTNEJTIyMTg3JTIyJTIwaGVpZ2h0JTNEJTIyMjAwJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTBBJTNDcCUyMHN0eWxlJTNEJTIyY29sb3IlM0ElMjNjYzMzNjYlM0IlMjIlM0U2JTIwRmF2b3IlMjBCb3VxdWV0JTIwJTNDJTJGcCUzRSUzQ3AlM0U1JTIwZmF2b3JzJTIwb24lMjB0aGUlMjBib3R0b20lMEElM0NiciUzRSUyMDElMjBmYXZvciUyMG9uJTIwdG9wJTNDJTJGcCUzRSUzQ3AlMjBzdHlsZSUzRCUyMmZvbnQtc3R5bGUlM0FpdGFsaWMlM0IlMjBmb250LXNpemUlM0ExNnB4JTNCJTIwbWFyZ2luLXRvcCUzQTVweCUzQiUyMCUyMiUzRTEwJTIyJTIwdGFsbCUyMHglMjAxMSUyMiUyMHdpZGUlM0MlMkZwJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0E1MHB4JTNCJTIyJTNFJTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJvdmVyZmxvdyUzQWhpZGRlbiUzQiUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3YW5kZXJmdWxzLmNvbSUyRjIwMTQlMkZzZXF1ZW5jZWQ4Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjB3aWR0aCUzRCUyMjE4NyUyMiUyMGhlaWdodCUzRCUyMjIwMCUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRSUzQ3AlMjBzdHlsZSUzRCUyMmZvbnQtZmFtaWx5JTNBQXJpYWwlMkMlMjBIZWx2ZXRpY2ElMkMlMjBzYW5zLXNlcmlmJTNCJTIwY29sb3IlM0ElMjNjYzMzNjYlMjIlM0U4JTIwRmF2b3IlMjBCb3VxdWV0JTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlM0U2JTIwZmF2b3JzJTIwb24lMjB0aGUlMjBib3R0b20lMEElMEElM0NiciUzRSUyMDIlMjBmYXZvcnMlMjBvbiUyMHRvcCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlM0NwJTIwc3R5bGUlM0QlMjJmb250LXN0eWxlJTNBaXRhbGljJTNCJTIwZm9udC1zaXplJTNBMTZweCUzQiUyMG1hcmdpbi10b3AlM0E1cHglM0IlMjIlM0UxMiUyMiUyMHRhbGwlMjB4JTIwMTIlMjIlMjB3aWRlJTNDJTJGcCUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row center_row=\"yes\" el_class=\"center-con\"][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0ExMDBweCUzQiUyMG1hcmdpbi1yaWdodCUzQTUwcHglM0JtYXJnaW4tdG9wJTNBMzBweCUzQiUyMiUzRSUzQ2lmcmFtZSUyMHN0eWxlJTNEJTIyb3ZlcmZsb3clM0FoaWRkZW4lM0IlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd2FuZGVyZnVscy5jb20lMkYyMDE0JTJGc2VxdWVuY2VkOS5odG1sJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2lkdGglM0QlMjIxODclMjIlMjBoZWlnaHQlM0QlMjIyMDAlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlM0NwJTIwc3R5bGUlM0QlMjJmb250LWZhbWlseSUzQUFyaWFsJTJDJTIwSGVsdmV0aWNhJTJDJTIwc2Fucy1zZXJpZiUzQiUyMGNvbG9yJTNBJTIzY2MzMzY2JTIyJTNFOSUyMEZhdm9yJTIwQm91cXVldCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTNFNiUyMGZhdm9ycyUyMG9uJTIwdGhlJTIwYm90dG9tJTBBJTBBJTNDYnIlM0UlMjAzJTIwZmF2b3JzJTIwb24lMjB0b3AlM0MlMkZwJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1zdHlsZSUzQWl0YWxpYyUzQiUyMGZvbnQtc2l6ZSUzQTE2cHglM0IlMjBtYXJnaW4tdG9wJTNBNXB4JTNCJTIyJTNFMTIlMjIlMjB0YWxsJTIweCUyMDEyJTIyJTIwd2lkZSUzQyUyRnAlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0E1MHB4JTNCbWFyZ2luLXRvcCUzQTMwcHglM0IlMjIlM0UlM0NpZnJhbWUlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGMjAxNCUyRnNlcXVlbmNlZDEwLmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjB3aWR0aCUzRCUyMjE4NyUyMiUyMGhlaWdodCUzRCUyMjIwMCUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlMjBzdHlsZSUzRCUyMmZvbnQtZmFtaWx5JTNBQXJpYWwlMkMlMjBIZWx2ZXRpY2ElMkMlMjBzYW5zLXNlcmlmJTNCJTIwY29sb3IlM0ElMjNjYzMzNjYlMjIlM0UxMCUyMEZhdm9yJTIwQm91cXVldCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTNFNiUyMGZhdm9ycyUyMG9uJTIwdGhlJTIwYm90dG9tJTBBJTBBJTNDYnIlM0UlMjA0JTIwZmF2b3JzJTIwb24lMjB0b3AlM0MlMkZwJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1zdHlsZSUzQWl0YWxpYyUzQiUyMGZvbnQtc2l6ZSUzQTE2cHglM0IlMjBtYXJnaW4tdG9wJTNBNXB4JTNCJTIyJTNFMTIlMjIlMjB0YWxsJTIweCUyMDEyJTIyJTIwd2lkZSUzQyUyRnAlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"205\" alignment=\"right\" onclick=\"custom_link\" link=\"howtoorder.html\"][vc_single_image image=\"204\" alignment=\"right\" onclick=\"custom_link\" link=\"pompoms.html\" css=\".vc_custom_1470978604981{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Sizes','','inherit','closed','closed','','2-revision-v1','','','2016-08-12 05:10:42','2016-08-12 05:10:42','',2,'http://www.alloccasionscenterpieces.com/2016/08/12/2-revision-v1.html',0,'revision','',0),(1142,1,'2016-08-12 17:12:20','2016-08-12 17:12:20','[vc_row][vc_column][vcex_spacing][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJjb2xvcnBhZ2UlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCZmxvYXQlM0FsZWZ0JTNCbWFyZ2luLXRvcCUzQTBweCUzQiUyMG1hcmdpbi1sZWZ0JTNBMHB4JTNCJTIwJTIyJTNFJTBBJTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpc3QlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBJTIwNTAlMjUlM0IlMjBmbG9hdCUzQSUyMGxlZnQlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZidXJndW5keS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmNhYmVybmV0LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcmVkLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjUlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI2JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3BpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGluay5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI4JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyOSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29yYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmhvdHBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTElMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxMiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGb3JhbmdlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjEzJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZwZWFjaC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIxNCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTUlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxpZ2h0eWVsbG93LmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjE2JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsaW1lZ3JlZW4uanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTclMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTglMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmVtZXJhbGQuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMTklMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRlYWwuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMjAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2FnZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2VhZm9hbS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGdHVycXVvaXNlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI1JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhcXVhLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjI2JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyNyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY29ybmZsb3dlci5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVyaXdpbmtsZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIyOSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjMwJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2JsdWUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzElMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm5hdnkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzIlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbWV0YWxsaWNwdXJwbGUuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyMzQlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmxhdmVuZGVyLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM1JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmsuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTNDJTIxLS0lMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMnBvbXBvbXNfZmlsZXMlMkZjb2xvcnMlMkZlZ2dwbGFudC5qcGclMjIlMjAlMkYlM0UlMjAtLSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjM3JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZicm93bi5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjIzOSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZ29sZC5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXJyaWRlc2NlbnR3aGl0ZS5qcGclMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctbGluayUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnkuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDIlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRndoaXRlLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1saW5rJTIyJTIwaWRfbm9kZSUzRCUyMjQzJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzaWx2ZXIuanBnJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWxpbmslMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLmpwZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycHJldmlldy1pbWctbGlzdEFRJTIyJTIwc3R5bGUlM0QlMjJ3aWR0aCUzQSUyMDUwJTI1JTNCJTIwZmxvYXQlM0ElMjByaWdodCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnVyZ3VuZHktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2J1cmd1bmR5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2FiZXJuZXQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3JlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjUlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnJlZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjYlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljcGluay13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIwYWN0aXZlJTIyJTIwaWRfbm9kZSUzRCUyMjclMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI4JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZhemFsZWEtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI5JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjb3JhbC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEwJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZob3RwaW5rLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTElMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnRhbmdlcmluZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjEyJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZvcmFuZ2Utd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcGVhY2gtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZGFmZm9kaWwtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGlnaHR5ZWxsb3ctd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxNiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbGltZWdyZWVuLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMTclMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1pbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIxOCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZW1lcmFsZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjE5JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0ZWFsLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmh1bnRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjIxJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZzYWdlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjIlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnNlYWZvYW0td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyMyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGY2VsZWRvbi13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI0JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZ0dXJxdW9pc2Utd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyNSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYXF1YS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI2JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZiYWJ5Ymx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjI3JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZjb3JuZmxvd2VyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMjglMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnBlcml3aW5rbGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIyOSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGcm95YWxibHVlLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRm1ldGFsbGljYmx1ZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMxJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZuYXZ5LXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyMzIlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnB1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjMzJTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY3B1cnBsZS13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM0JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZsYXZlbmRlci13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM1JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZtZXRhbGxpY2hvdHBpbmstd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGZWdncGxhbnQtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzNyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGYnJvd24td2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjIzOCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGbXVzdGFyZC13YW5kLmpwZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklM0NpbWclMjBjbGFzcyUzRCUyMnByZXZpZXctaW1nJTIyJTIwaWRfbm9kZSUzRCUyMjM5JTIyJTIwc3JjJTNEJTIyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTElMkZnb2xkLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDAlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmlycmlkZXNjZW50d2hpdGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MSUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGaXZvcnktd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MiUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGd2hpdGUtd2FuZC5qcGclMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDaW1nJTIwY2xhc3MlM0QlMjJwcmV2aWV3LWltZyUyMiUyMGlkX25vZGUlM0QlMjI0MyUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNSUyRjExJTJGc2lsdmVyLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDQlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRmJsYWNrLXdhbmQuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGNsYXNzJTNEJTIycHJldmlldy1pbWclMjIlMjBpZF9ub2RlJTNEJTIyNDUlMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMSUyRnByZXZpZXcuanBnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjIlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Don\'t See your color, give our designers a call. We may have it! 1-888-837-5021\" font_container=\"tag:h1|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1447667108358{margin-top: 20px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"209\" onclick=\"custom_link\" link=\"makebouquet.html\"][vc_single_image image=\"205\" onclick=\"custom_link\" link=\"howtoorder.html\" css=\".vc_custom_1446664656279{margin-top: 20px !important;}\"][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"pompoms.html\" css=\".vc_custom_1446664681110{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Colors','','inherit','closed','closed','','6-revision-v1','','','2016-08-12 17:12:20','2016-08-12 17:12:20','',6,'http://www.alloccasionscenterpieces.com/2016/08/12/6-revision-v1.html',0,'revision','',0),(1143,1,'2016-08-12 17:24:40','2016-08-12 17:24:40','[vc_row center_row=\"yes\"][vc_column][vcex_spacing][vc_column_text el_class=\"center-con\"]\r\n<h1>How many favors are in each arrangement?</h1>\r\nThat depends on what you order. We make arrangements which have 6, 8, 9, or 10 favors. Here are some examples:\r\n\r\n<strong style=\"font-size: 20px;\">(click the bouquets several times to see how all the favors come together!)</strong>[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" el_class=\"center-con\"][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0ExMDBweCUzQiUyMG1hcmdpbi1yaWdodCUzQTUwcHglM0IlMjIlM0UlM0NpZnJhbWUlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIyJTIwc3JjJTNEJTIyLi4lMkYyMDE0JTJGc2VxdWVuY2VkNi5odG1sJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2lkdGglM0QlMjIxODclMjIlMjBoZWlnaHQlM0QlMjIyMDAlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlMEElM0NwJTIwc3R5bGUlM0QlMjJjb2xvciUzQSUyM2NjMzM2NiUzQiUyMiUzRTYlMjBGYXZvciUyMEJvdXF1ZXQlMjAlM0MlMkZwJTNFJTNDcCUzRTUlMjBmYXZvcnMlMjBvbiUyMHRoZSUyMGJvdHRvbSUwQSUzQ2JyJTNFJTIwMSUyMGZhdm9yJTIwb24lMjB0b3AlM0MlMkZwJTNFJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1zdHlsZSUzQWl0YWxpYyUzQiUyMGZvbnQtc2l6ZSUzQTE2cHglM0IlMjBtYXJnaW4tdG9wJTNBNXB4JTNCJTIwJTIyJTNFMTAlMjIlMjB0YWxsJTIweCUyMDExJTIyJTIwd2lkZSUzQyUyRnAlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0E1MHB4JTNCJTIyJTNFJTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJvdmVyZmxvdyUzQWhpZGRlbiUzQiUyMiUyMHNyYyUzRCUyMiUyRjIwMTQlMkZzZXF1ZW5jZWQ4Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjB3aWR0aCUzRCUyMjE4NyUyMiUyMGhlaWdodCUzRCUyMjIwMCUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRSUzQ3AlMjBzdHlsZSUzRCUyMmZvbnQtZmFtaWx5JTNBQXJpYWwlMkMlMjBIZWx2ZXRpY2ElMkMlMjBzYW5zLXNlcmlmJTNCJTIwY29sb3IlM0ElMjNjYzMzNjYlMjIlM0U4JTIwRmF2b3IlMjBCb3VxdWV0JTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlM0U2JTIwZmF2b3JzJTIwb24lMjB0aGUlMjBib3R0b20lMEElMEElM0NiciUzRSUyMDIlMjBmYXZvcnMlMjBvbiUyMHRvcCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlM0NwJTIwc3R5bGUlM0QlMjJmb250LXN0eWxlJTNBaXRhbGljJTNCJTIwZm9udC1zaXplJTNBMTZweCUzQiUyMG1hcmdpbi10b3AlM0E1cHglM0IlMjIlM0UxMiUyMiUyMHRhbGwlMjB4JTIwMTIlMjIlMjB3aWRlJTNDJTJGcCUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row center_row=\"yes\" el_class=\"center-con\"][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0ExMDBweCUzQiUyMG1hcmdpbi1yaWdodCUzQTUwcHglM0JtYXJnaW4tdG9wJTNBMzBweCUzQiUyMiUzRSUzQ2lmcmFtZSUyMHN0eWxlJTNEJTIyb3ZlcmZsb3clM0FoaWRkZW4lM0IlMjIlMjBzcmMlM0QlMjIlMkYyMDE0JTJGc2VxdWVuY2VkOS5odG1sJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2lkdGglM0QlMjIxODclMjIlMjBoZWlnaHQlM0QlMjIyMDAlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlM0NwJTIwc3R5bGUlM0QlMjJmb250LWZhbWlseSUzQUFyaWFsJTJDJTIwSGVsdmV0aWNhJTJDJTIwc2Fucy1zZXJpZiUzQiUyMGNvbG9yJTNBJTIzY2MzMzY2JTIyJTNFOSUyMEZhdm9yJTIwQm91cXVldCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTNFNiUyMGZhdm9ycyUyMG9uJTIwdGhlJTIwYm90dG9tJTBBJTBBJTNDYnIlM0UlMjAzJTIwZmF2b3JzJTIwb24lMjB0b3AlM0MlMkZwJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1zdHlsZSUzQWl0YWxpYyUzQiUyMGZvbnQtc2l6ZSUzQTE2cHglM0IlMjBtYXJnaW4tdG9wJTNBNXB4JTNCJTIyJTNFMTIlMjIlMjB0YWxsJTIweCUyMDEyJTIyJTIwd2lkZSUzQyUyRnAlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0E1MHB4JTNCbWFyZ2luLXRvcCUzQTMwcHglM0IlMjIlM0UlM0NpZnJhbWUlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIyJTIwc3JjJTNEJTIyJTJGMjAxNCUyRnNlcXVlbmNlZDEwLmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjB3aWR0aCUzRCUyMjE4NyUyMiUyMGhlaWdodCUzRCUyMjIwMCUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlMjBzdHlsZSUzRCUyMmZvbnQtZmFtaWx5JTNBQXJpYWwlMkMlMjBIZWx2ZXRpY2ElMkMlMjBzYW5zLXNlcmlmJTNCJTIwY29sb3IlM0ElMjNjYzMzNjYlMjIlM0UxMCUyMEZhdm9yJTIwQm91cXVldCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTNFNiUyMGZhdm9ycyUyMG9uJTIwdGhlJTIwYm90dG9tJTBBJTBBJTNDYnIlM0UlMjA0JTIwZmF2b3JzJTIwb24lMjB0b3AlM0MlMkZwJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1zdHlsZSUzQWl0YWxpYyUzQiUyMGZvbnQtc2l6ZSUzQTE2cHglM0IlMjBtYXJnaW4tdG9wJTNBNXB4JTNCJTIyJTNFMTIlMjIlMjB0YWxsJTIweCUyMDEyJTIyJTIwd2lkZSUzQyUyRnAlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"205\" alignment=\"right\" onclick=\"custom_link\" link=\"howtoorder.html\"][vc_single_image image=\"204\" alignment=\"right\" onclick=\"custom_link\" link=\"pompoms.html\" css=\".vc_custom_1470978604981{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Sizes','','inherit','closed','closed','','2-revision-v1','','','2016-08-12 17:24:40','2016-08-12 17:24:40','',2,'http://www.alloccasionscenterpieces.com/2016/08/12/2-revision-v1.html',0,'revision','',0),(1144,1,'2016-08-12 17:26:16','2016-08-12 17:26:16','[vc_row center_row=\"yes\"][vc_column][vcex_spacing][vc_column_text el_class=\"center-con\"]\r\n<h1>How many favors are in each arrangement?</h1>\r\nThat depends on what you order. We make arrangements which have 6, 8, 9, or 10 favors. Here are some examples:\r\n\r\n<strong style=\"font-size: 20px;\">(click the bouquets several times to see how all the favors come together!)</strong>[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" el_class=\"center-con\"][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0ExMDBweCUzQiUyMG1hcmdpbi1yaWdodCUzQTUwcHglM0IlMjIlM0UlM0NpZnJhbWUlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIyJTIwc3JjJTNEJTIyLi4lMkYyMDE0JTJGc2VxdWVuY2VkNi5odG1sJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2lkdGglM0QlMjIxODclMjIlMjBoZWlnaHQlM0QlMjIyMDAlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlMEElM0NwJTIwc3R5bGUlM0QlMjJjb2xvciUzQSUyM2NjMzM2NiUzQiUyMiUzRTYlMjBGYXZvciUyMEJvdXF1ZXQlMjAlM0MlMkZwJTNFJTNDcCUzRTUlMjBmYXZvcnMlMjBvbiUyMHRoZSUyMGJvdHRvbSUwQSUzQ2JyJTNFJTIwMSUyMGZhdm9yJTIwb24lMjB0b3AlM0MlMkZwJTNFJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1zdHlsZSUzQWl0YWxpYyUzQiUyMGZvbnQtc2l6ZSUzQTE2cHglM0IlMjBtYXJnaW4tdG9wJTNBNXB4JTNCJTIwJTIyJTNFMTAlMjIlMjB0YWxsJTIweCUyMDExJTIyJTIwd2lkZSUzQyUyRnAlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0E1MHB4JTNCJTIyJTNFJTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJvdmVyZmxvdyUzQWhpZGRlbiUzQiUyMiUyMHNyYyUzRCUyMi4uJTJGMjAxNCUyRnNlcXVlbmNlZDguaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHdpZHRoJTNEJTIyMTg3JTIyJTIwaGVpZ2h0JTNEJTIyMjAwJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1mYW1pbHklM0FBcmlhbCUyQyUyMEhlbHZldGljYSUyQyUyMHNhbnMtc2VyaWYlM0IlMjBjb2xvciUzQSUyM2NjMzM2NiUyMiUzRTglMjBGYXZvciUyMEJvdXF1ZXQlM0MlMkZwJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUzRTYlMjBmYXZvcnMlMjBvbiUyMHRoZSUyMGJvdHRvbSUwQSUwQSUzQ2JyJTNFJTIwMiUyMGZhdm9ycyUyMG9uJTIwdG9wJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUzQ3AlMjBzdHlsZSUzRCUyMmZvbnQtc3R5bGUlM0FpdGFsaWMlM0IlMjBmb250LXNpemUlM0ExNnB4JTNCJTIwbWFyZ2luLXRvcCUzQTVweCUzQiUyMiUzRTEyJTIyJTIwdGFsbCUyMHglMjAxMiUyMiUyMHdpZGUlM0MlMkZwJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row center_row=\"yes\" el_class=\"center-con\"][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0ExMDBweCUzQiUyMG1hcmdpbi1yaWdodCUzQTUwcHglM0JtYXJnaW4tdG9wJTNBMzBweCUzQiUyMiUzRSUzQ2lmcmFtZSUyMHN0eWxlJTNEJTIyb3ZlcmZsb3clM0FoaWRkZW4lM0IlMjIlMjBzcmMlM0QlMjIuLiUyRjIwMTQlMkZzZXF1ZW5jZWQ5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjB3aWR0aCUzRCUyMjE4NyUyMiUyMGhlaWdodCUzRCUyMjIwMCUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRSUzQ3AlMjBzdHlsZSUzRCUyMmZvbnQtZmFtaWx5JTNBQXJpYWwlMkMlMjBIZWx2ZXRpY2ElMkMlMjBzYW5zLXNlcmlmJTNCJTIwY29sb3IlM0ElMjNjYzMzNjYlMjIlM0U5JTIwRmF2b3IlMjBCb3VxdWV0JTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlM0U2JTIwZmF2b3JzJTIwb24lMjB0aGUlMjBib3R0b20lMEElMEElM0NiciUzRSUyMDMlMjBmYXZvcnMlMjBvbiUyMHRvcCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlM0NwJTIwc3R5bGUlM0QlMjJmb250LXN0eWxlJTNBaXRhbGljJTNCJTIwZm9udC1zaXplJTNBMTZweCUzQiUyMG1hcmdpbi10b3AlM0E1cHglM0IlMjIlM0UxMiUyMiUyMHRhbGwlMjB4JTIwMTIlMjIlMjB3aWRlJTNDJTJGcCUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJpbWFnZWNvbnRhaW5lciUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLWxlZnQlM0E1MHB4JTNCbWFyZ2luLXRvcCUzQTMwcHglM0IlMjIlM0UlM0NpZnJhbWUlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIyJTIwc3JjJTNEJTIyLi4lMkYyMDE0JTJGc2VxdWVuY2VkMTAuaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHdpZHRoJTNEJTIyMTg3JTIyJTIwaGVpZ2h0JTNEJTIyMjAwJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUyMHN0eWxlJTNEJTIyZm9udC1mYW1pbHklM0FBcmlhbCUyQyUyMEhlbHZldGljYSUyQyUyMHNhbnMtc2VyaWYlM0IlMjBjb2xvciUzQSUyM2NjMzM2NiUyMiUzRTEwJTIwRmF2b3IlMjBCb3VxdWV0JTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlM0U2JTIwZmF2b3JzJTIwb24lMjB0aGUlMjBib3R0b20lMEElMEElM0NiciUzRSUyMDQlMjBmYXZvcnMlMjBvbiUyMHRvcCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlM0NwJTIwc3R5bGUlM0QlMjJmb250LXN0eWxlJTNBaXRhbGljJTNCJTIwZm9udC1zaXplJTNBMTZweCUzQiUyMG1hcmdpbi10b3AlM0E1cHglM0IlMjIlM0UxMiUyMiUyMHRhbGwlMjB4JTIwMTIlMjIlMjB3aWRlJTNDJTJGcCUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"205\" alignment=\"right\" onclick=\"custom_link\" link=\"howtoorder.html\"][vc_single_image image=\"204\" alignment=\"right\" onclick=\"custom_link\" link=\"pompoms.html\" css=\".vc_custom_1470978604981{margin-top: 20px !important;}\"][/vc_column][/vc_row]','Sizes','','inherit','closed','closed','','2-revision-v1','','','2016-08-12 17:26:16','2016-08-12 17:26:16','',2,'http://www.alloccasionscenterpieces.com/2016/08/12/2-revision-v1.html',0,'revision','',0),(1145,1,'2016-08-12 17:28:48','2016-08-12 17:28:48','[vc_row][vc_column offset=\"vc_hidden-xs\"][vc_raw_html]JTNDaWZyYW1lJTIwbmFtZSUzRCUyMnNsaWRlciUyMiUyMGNsYXNzJTNEJTIyaWZyYW1lZ2FsbGVyeSUyMiUyMHNyYyUzRCUyMi4uJTJGbW92aWVNYWluNW5ldy5odG1sJTIyJTIwaGVpZ2h0JTNEJTIyNTAwJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][vc_custom_heading text=\"Our unique centerpieces only look expensive.\r\nDiscover just how remarkably cost effective they are!\r\nCall 1-888-837-5021 today for the best price!\" font_container=\"tag:h2|font_size:22|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206181569{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #fdfcf7 !important;}\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_custom_heading text=\"Our unique centerpieces only look expensive.\r\nDiscover just how remarkably cost effective they are!\r\nCall 1-888-837-5021 today for the best price!\" font_container=\"tag:h2|font_size:22|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206181569{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #fdfcf7 !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"247\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1 class=\"h1font\">Be Creative</h1>\r\nFrom all the colors that we have, you can mix and match them to fit your event theme or decor.\r\n<h1 class=\"h1font\">How to use the design tool?</h1>\r\nIt\'s very easy! Just click on the small boxes on the color palette to change the color of the pompoms, candy, ribbon, and tassels. Once you like what you created, call our designer to make it come true![/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1446206839916{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"245\" alignment=\"center\" onclick=\"custom_link\" link=\"centerpieces/\"][vc_custom_heading text=\"1-888-837-5021\r\nCALL NOW FOR A FREE ESTIMATE\r\nRESERVE YOUR FAVORITE COLORS NOW!\" font_container=\"tag:h2|font_size:22px|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206906291{margin-top: 20px !important;}\"][/vc_column][/vc_row][vc_row el_class=\"center-con\"][vc_column][vc_column_text]\r\n<h1>Customize The Wand Size</h1>\r\nYou can have the option of choosing several different sizes.\r\nWatch the <strong>Bouquet</strong> grow in size as you choose a larger sized <strong>Party Favor.</strong>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJmbGFzaHN3ZiUyMiUyMHN0eWxlJTNEJTIyJTIwaGVpZ2h0JTNBMjUzcHglM0IlMjB3aWR0aCUzQTM1MHB4JTNCJTIwbWFyZ2luLWxlZnQlM0FhdXRvJTNCJTIwbWFyZ2luLXJpZ2h0JTNBYXV0byUzQiUyMG1hcmdpbi10b3AlM0EyMHB4JTNCJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDb2JqZWN0JTIwaWQlM0QlMjJzaXplcyUyMiUyMGNsYXNzaWQlM0QlMjJjbHNpZCUzQUQyN0NEQjZFLUFFNkQtMTFjZi05NkI4LTQ0NDU1MzU0MDAwMCUyMiUyMHdpZHRoJTNEJTIyMzUwJTIyJTIwaGVpZ2h0JTNEJTIyMjUzJTIyJTIwYWxpZ24lM0QlMjJtaWRkbGUlMjIlM0UlMEElMDklMDklMDklMDklM0NwYXJhbSUyMG5hbWUlM0QlMjJtb3ZpZSUyMiUyMHZhbHVlJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGc2l6ZXNOZXdQQUdFc3dpZi5odG1sJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTA5JTNDJTIxLS0lNUJpZiUyMCUyMUlFJTVEJTNFLS0lM0UlMEElMDklMDklMDklMDklM0NvYmplY3QlMjB0eXBlJTNEJTIyYXBwbGljYXRpb24lMkZ4LXNob2Nrd2F2ZS1mbGFzaCUyMiUyMGRhdGElM0QlMjJodHRwJTNBJTJGJTJGd2FuZGVyZnVscy5jb20lMkZzaXplc05ld1BBR0UtcGxheS5zd2YlMjIlMjB3aWR0aCUzRCUyMjM1MCUyMiUyMGhlaWdodCUzRCUyMjI1MyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyMS0tJTNDJTIxJTVCZW5kaWYlNUQtLSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGJvcmRlciUzRCUyMjAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMCUyRnNpemVzTmV3UEFHRS5qcGclMjIlMjBhbHQlM0QlMjJUYWJsZSUyMENlbnRlcnBpZWNlJTIwU2l6ZXMlMjIlMjBhbGlnbiUzRCUyMm1pZGRsZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyMS0tJTVCaWYlMjAlMjFJRSU1RCUzRS0tJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGb2JqZWN0JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTIxLS0lM0MlMjElNUJlbmRpZiU1RC0tJTNFJTBBJTA5JTA5JTA5JTNDJTJGb2JqZWN0JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNF[/vc_raw_html][vc_column_text css=\".vc_custom_1446208388117{margin-top: 30px !important;}\"]\r\n<h1>Customized To Your Budget</h1>\r\nWhether you need centerpieces for an anniversary party or a wedding reception, Wanderfuls understands that every event begins with a budget. With that in mind, we believe that no event is too small or too big for us.\r\n\r\nOur centerpieces will look incredible whether they adorn a grand hotel with hundreds of guests or a cozy birthday party with family and friends. While our wedding centerpieces have taken center stage at some of the most exclusive reception halls in the country, they have also garnered attention at many backyard weddings, garden weddings, and destination enents. We can help decorate any size event and budget.[/vc_column_text][vc_column_text el_class=\"pink-head\"]\"These stunning centerpieces only look expensive. You will be surprised to discover how affordable they are.\"[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"244\" alignment=\"center\"][/vc_column][/vc_row]','Design Your Bouquet','','inherit','closed','closed','','12-revision-v1','','','2016-08-12 17:28:48','2016-08-12 17:28:48','',12,'http://www.alloccasionscenterpieces.com/2016/08/12/12-revision-v1.html',0,'revision','',0),(1146,1,'2016-08-12 17:36:11','2016-08-12 17:36:11','[vc_row][vc_column offset=\"vc_hidden-xs\"][vc_raw_html]JTNDaWZyYW1lJTIwbmFtZSUzRCUyMnNsaWRlciUyMiUyMGNsYXNzJTNEJTIyaWZyYW1lZ2FsbGVyeSUyMiUyMHNyYyUzRCUyMi4uJTJGbW92aWVNYWluNW5ldy5odG1sJTIyJTIwaGVpZ2h0JTNEJTIyNTAwJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][vc_custom_heading text=\"Our unique centerpieces only look expensive.\nDiscover just how remarkably cost effective they are!\nCall 1-888-837-5021 today for the best price!\" font_container=\"tag:h2|font_size:22|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206181569{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #fdfcf7 !important;}\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_custom_heading text=\"Our unique centerpieces only look expensive.\nDiscover just how remarkably cost effective they are!\nCall 1-888-837-5021 today for the best price!\" font_container=\"tag:h2|font_size:22|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206181569{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #fdfcf7 !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"247\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<h1 class=\"h1font\">Be Creative</h1>\nFrom all the colors that we have, you can mix and match them to fit your event theme or decor.\n<h1 class=\"h1font\">How to use the design tool?</h1>\nIt\'s very easy! Just click on the small boxes on the color palette to change the color of the pompoms, candy, ribbon, and tassels. Once you like what you created, call our designer to make it come true![/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1446206839916{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"245\" alignment=\"center\" onclick=\"custom_link\" link=\"centerpieces/\"][vc_custom_heading text=\"1-888-837-5021\nCALL NOW FOR A FREE ESTIMATE\nRESERVE YOUR FAVORITE COLORS NOW!\" font_container=\"tag:h2|font_size:22px|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206906291{margin-top: 20px !important;}\"][/vc_column][/vc_row][vc_row el_class=\"center-con\"][vc_column][vc_column_text]\n<h1>Customize The Wand Size</h1>\nYou can have the option of choosing several different sizes.\nWatch the <strong>Bouquet</strong> grow in size as you choose a larger sized <strong>Party Favor.</strong>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJmbGFzaHN3ZiUyMiUyMHN0eWxlJTNEJTIyJTIwaGVpZ2h0JTNBMjUzcHglM0IlMjB3aWR0aCUzQTM1MHB4JTNCJTIwbWFyZ2luLWxlZnQlM0FhdXRvJTNCJTIwbWFyZ2luLXJpZ2h0JTNBYXV0byUzQiUyMG1hcmdpbi10b3AlM0EyMHB4JTNCJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDb2JqZWN0JTIwaWQlM0QlMjJzaXplcyUyMiUyMGNsYXNzaWQlM0QlMjJjbHNpZCUzQUQyN0NEQjZFLUFFNkQtMTFjZi05NkI4LTQ0NDU1MzU0MDAwMCUyMiUyMHdpZHRoJTNEJTIyMzUwJTIyJTIwaGVpZ2h0JTNEJTIyMjUzJTIyJTIwYWxpZ24lM0QlMjJtaWRkbGUlMjIlM0UlMEElMDklMDklMDklMDklM0NwYXJhbSUyMG5hbWUlM0QlMjJtb3ZpZSUyMiUyMHZhbHVlJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGc2l6ZXNOZXdQQUdFc3dpZi5odG1sJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTA5JTNDJTIxLS0lNUJpZiUyMCUyMUlFJTVEJTNFLS0lM0UlMEElMDklMDklMDklMDklM0NvYmplY3QlMjB0eXBlJTNEJTIyYXBwbGljYXRpb24lMkZ4LXNob2Nrd2F2ZS1mbGFzaCUyMiUyMGRhdGElM0QlMjJodHRwJTNBJTJGJTJGd2FuZGVyZnVscy5jb20lMkZzaXplc05ld1BBR0UtcGxheS5zd2YlMjIlMjB3aWR0aCUzRCUyMjM1MCUyMiUyMGhlaWdodCUzRCUyMjI1MyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyMS0tJTNDJTIxJTVCZW5kaWYlNUQtLSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMGJvcmRlciUzRCUyMjAlMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGbXVzaWMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMCUyRnNpemVzTmV3UEFHRS5qcGclMjIlMjBhbHQlM0QlMjJUYWJsZSUyMENlbnRlcnBpZWNlJTIwU2l6ZXMlMjIlMjBhbGlnbiUzRCUyMm1pZGRsZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyMS0tJTVCaWYlMjAlMjFJRSU1RCUzRS0tJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGb2JqZWN0JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTIxLS0lM0MlMjElNUJlbmRpZiU1RC0tJTNFJTBBJTA5JTA5JTA5JTNDJTJGb2JqZWN0JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNF[/vc_raw_html][vc_column_text css=\".vc_custom_1446208388117{margin-top: 30px !important;}\"]\n<h1>Customized To Your Budget</h1>\nWhether you need centerpieces for an anniversary party or a wedding reception, Wanderfuls understands that every event begins with a budget. With that in mind, we believe that no event is too small or too big for us.\n\nOur centerpieces will look incredible whether they adorn a grand hotel with hundreds of guests or a cozy birthday party with family and friends. While our wedding centerpieces have taken center stage at some of the most exclusive reception halls in the country, they have also garnered attention at many backyard weddings, garden weddings, and destination enents. We can help decorate any size event and budget.[/vc_column_text][vc_column_text el_class=\"pink-head\"]\"These stunning centerpieces only look expensive. You will be surprised to discover how affordable they are.\"[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"244\" alignment=\"center\"][/vc_column][/vc_row]','Design Your Bouquet','','inherit','closed','closed','','12-autosave-v1','','','2016-08-12 17:36:11','2016-08-12 17:36:11','',12,'http://www.alloccasionscenterpieces.com/2016/08/12/12-autosave-v1.html',0,'revision','',0),(1147,1,'2016-08-12 17:42:01','2016-08-12 17:42:01','[vc_row][vc_column offset=\"vc_hidden-xs\"][vc_raw_html]JTNDaWZyYW1lJTIwbmFtZSUzRCUyMnNsaWRlciUyMiUyMGNsYXNzJTNEJTIyaWZyYW1lZ2FsbGVyeSUyMiUyMHNyYyUzRCUyMi4uJTJGbW92aWVNYWluNW5ldy5odG1sJTIyJTIwaGVpZ2h0JTNEJTIyNTAwJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][vc_custom_heading text=\"Our unique centerpieces only look expensive.\r\nDiscover just how remarkably cost effective they are!\r\nCall 1-888-837-5021 today for the best price!\" font_container=\"tag:h2|font_size:22|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206181569{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #fdfcf7 !important;}\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_custom_heading text=\"Our unique centerpieces only look expensive.\r\nDiscover just how remarkably cost effective they are!\r\nCall 1-888-837-5021 today for the best price!\" font_container=\"tag:h2|font_size:22|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206181569{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #fdfcf7 !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"247\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1 class=\"h1font\">Be Creative</h1>\r\nFrom all the colors that we have, you can mix and match them to fit your event theme or decor.\r\n<h1 class=\"h1font\">How to use the design tool?</h1>\r\nIt\'s very easy! Just click on the small boxes on the color palette to change the color of the pompoms, candy, ribbon, and tassels. Once you like what you created, call our designer to make it come true![/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1446206839916{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"245\" alignment=\"center\" onclick=\"custom_link\" link=\"centerpieces/\"][vc_custom_heading text=\"1-888-837-5021\r\nCALL NOW FOR A FREE ESTIMATE\r\nRESERVE YOUR FAVORITE COLORS NOW!\" font_container=\"tag:h2|font_size:22px|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206906291{margin-top: 20px !important;}\"][/vc_column][/vc_row][vc_row el_class=\"center-con\"][vc_column][vc_column_text]\r\n<h1>Customize The Wand Size</h1>\r\nYou can have the option of choosing several different sizes.\r\nWatch the <strong>Bouquet</strong> grow in size as you choose a larger sized <strong>Party Favor.</strong>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJmbGFzaHN3ZiUyMiUyMHN0eWxlJTNEJTIyJTIwaGVpZ2h0JTNBMjUzcHglM0IlMjB3aWR0aCUzQTM1MHB4JTNCJTIwbWFyZ2luLWxlZnQlM0FhdXRvJTNCJTIwbWFyZ2luLXJpZ2h0JTNBYXV0byUzQiUyMG1hcmdpbi10b3AlM0EyMHB4JTNCJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDb2JqZWN0JTIwaWQlM0QlMjJzaXplcyUyMiUyMGNsYXNzaWQlM0QlMjJjbHNpZCUzQUQyN0NEQjZFLUFFNkQtMTFjZi05NkI4LTQ0NDU1MzU0MDAwMCUyMiUyMHdpZHRoJTNEJTIyMzUwJTIyJTIwaGVpZ2h0JTNEJTIyMjUzJTIyJTIwYWxpZ24lM0QlMjJtaWRkbGUlMjIlM0UlMEElMDklMDklMDklMDklM0NwYXJhbSUyMG5hbWUlM0QlMjJtb3ZpZSUyMiUyMHZhbHVlJTNEJTIyLi4lMkZzaXplc05ld1BBR0Vzd2lmLmh0bWwlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklMDklM0MlMjEtLSU1QmlmJTIwJTIxSUUlNUQlM0UtLSUzRSUwQSUwOSUwOSUwOSUwOSUzQ29iamVjdCUyMHR5cGUlM0QlMjJhcHBsaWNhdGlvbiUyRngtc2hvY2t3YXZlLWZsYXNoJTIyJTIwZGF0YSUzRCUyMmh0dHAlM0ElMkYlMkYuLiUyRnNpemVzTmV3UEFHRS1wbGF5LnN3ZiUyMiUyMHdpZHRoJTNEJTIyMzUwJTIyJTIwaGVpZ2h0JTNEJTIyMjUzJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTIxLS0lM0MlMjElNUJlbmRpZiU1RC0tJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaW1nJTIwYm9yZGVyJTNEJTIyMCUyMiUyMHNyYyUzRCUyMi4uJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE1JTJGMTAlMkZzaXplc05ld1BBR0UuanBnJTIyJTIwYWx0JTNEJTIyVGFibGUlMjBDZW50ZXJwaWVjZSUyMFNpemVzJTIyJTIwYWxpZ24lM0QlMjJtaWRkbGUlMjIlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMjEtLSU1QmlmJTIwJTIxSUUlNUQlM0UtLSUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRm9iamVjdCUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyMS0tJTNDJTIxJTVCZW5kaWYlNUQtLSUzRSUwQSUwOSUwOSUwOSUzQyUyRm9iamVjdCUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_column_text css=\".vc_custom_1446208388117{margin-top: 30px !important;}\"]\r\n<h1>Customized To Your Budget</h1>\r\nWhether you need centerpieces for an anniversary party or a wedding reception, Wanderfuls understands that every event begins with a budget. With that in mind, we believe that no event is too small or too big for us.\r\n\r\nOur centerpieces will look incredible whether they adorn a grand hotel with hundreds of guests or a cozy birthday party with family and friends. While our wedding centerpieces have taken center stage at some of the most exclusive reception halls in the country, they have also garnered attention at many backyard weddings, garden weddings, and destination enents. We can help decorate any size event and budget.[/vc_column_text][vc_column_text el_class=\"pink-head\"]\"These stunning centerpieces only look expensive. You will be surprised to discover how affordable they are.\"[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"244\" alignment=\"center\"][/vc_column][/vc_row]','Design Your Bouquet','','inherit','closed','closed','','12-revision-v1','','','2016-08-12 17:42:01','2016-08-12 17:42:01','',12,'http://www.alloccasionscenterpieces.com/2016/08/12/12-revision-v1.html',0,'revision','',0),(1148,1,'2016-08-12 17:48:20','2016-08-12 17:48:20','[vc_row][vc_column offset=\"vc_hidden-xs\"][vc_raw_html]JTNDaWZyYW1lJTIwbmFtZSUzRCUyMnNsaWRlciUyMiUyMGNsYXNzJTNEJTIyaWZyYW1lZ2FsbGVyeSUyMiUyMHNyYyUzRCUyMi4uJTJGbW92aWVNYWluNW5ldy5odG1sJTIyJTIwaGVpZ2h0JTNEJTIyNTAwJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][vc_custom_heading text=\"Our unique centerpieces only look expensive.\r\nDiscover just how remarkably cost effective they are!\r\nCall 1-888-837-5021 today for the best price!\" font_container=\"tag:h2|font_size:22|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206181569{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #fdfcf7 !important;}\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_custom_heading text=\"Our unique centerpieces only look expensive.\r\nDiscover just how remarkably cost effective they are!\r\nCall 1-888-837-5021 today for the best price!\" font_container=\"tag:h2|font_size:22|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206181569{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #fdfcf7 !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"247\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1 class=\"h1font\">Be Creative</h1>\r\nFrom all the colors that we have, you can mix and match them to fit your event theme or decor.\r\n<h1 class=\"h1font\">How to use the design tool?</h1>\r\nIt\'s very easy! Just click on the small boxes on the color palette to change the color of the pompoms, candy, ribbon, and tassels. Once you like what you created, call our designer to make it come true![/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1446206839916{margin-top: 30px !important;}\"][vc_column][vc_single_image image=\"245\" alignment=\"center\" onclick=\"custom_link\" link=\"centerpieces/\"][vc_custom_heading text=\"1-888-837-5021\r\nCALL NOW FOR A FREE ESTIMATE\r\nRESERVE YOUR FAVORITE COLORS NOW!\" font_container=\"tag:h2|font_size:22px|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446206906291{margin-top: 20px !important;}\"][/vc_column][/vc_row][vc_row el_class=\"center-con\"][vc_column][vc_column_text]\r\n<h1>Customize The Wand Size</h1>\r\nYou can have the option of choosing several different sizes.\r\nWatch the <strong>Bouquet</strong> grow in size as you choose a larger sized <strong>Party Favor.</strong>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwaWQlM0QlMjJmbGFzaHN3ZiUyMiUyMHN0eWxlJTNEJTIyJTIwaGVpZ2h0JTNBMjUzcHglM0IlMjB3aWR0aCUzQTM1MHB4JTNCJTIwbWFyZ2luLWxlZnQlM0FhdXRvJTNCJTIwbWFyZ2luLXJpZ2h0JTNBYXV0byUzQiUyMG1hcmdpbi10b3AlM0EyMHB4JTNCJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDb2JqZWN0JTIwaWQlM0QlMjJzaXplcyUyMiUyMGNsYXNzaWQlM0QlMjJjbHNpZCUzQUQyN0NEQjZFLUFFNkQtMTFjZi05NkI4LTQ0NDU1MzU0MDAwMCUyMiUyMHdpZHRoJTNEJTIyMzUwJTIyJTIwaGVpZ2h0JTNEJTIyMjUzJTIyJTIwYWxpZ24lM0QlMjJtaWRkbGUlMjIlM0UlMEElMDklMDklMDklMDklM0NwYXJhbSUyMG5hbWUlM0QlMjJtb3ZpZSUyMiUyMHZhbHVlJTNEJTIyLi4lMkZzaXplc05ld1BBR0Vzd2lmLmh0bWwlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklMDklM0MlMjEtLSU1QmlmJTIwJTIxSUUlNUQlM0UtLSUzRSUwQSUwOSUwOSUwOSUwOSUzQ29iamVjdCUyMHR5cGUlM0QlMjJhcHBsaWNhdGlvbiUyRngtc2hvY2t3YXZlLWZsYXNoJTIyJTIwZGF0YSUzRCUyMi4uJTJGc2l6ZXNOZXdQQUdFLXBsYXkuc3dmJTIyJTIwd2lkdGglM0QlMjIzNTAlMjIlMjBoZWlnaHQlM0QlMjIyNTMlMjIlM0UlMEElMDklMDklMDklMDklM0MlMjEtLSUzQyUyMSU1QmVuZGlmJTVELS0lM0UlMEElMDklMDklMDklMDklM0NkaXYlM0UlMEElMDklMDklMDklMDklMDklM0NpbWclMjBib3JkZXIlM0QlMjIwJTIyJTIwc3JjJTNEJTIyLi4lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTUlMkYxMCUyRnNpemVzTmV3UEFHRS5qcGclMjIlMjBhbHQlM0QlMjJUYWJsZSUyMENlbnRlcnBpZWNlJTIwU2l6ZXMlMjIlMjBhbGlnbiUzRCUyMm1pZGRsZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyMS0tJTVCaWYlMjAlMjFJRSU1RCUzRS0tJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGb2JqZWN0JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTIxLS0lM0MlMjElNUJlbmRpZiU1RC0tJTNFJTBBJTA5JTA5JTA5JTNDJTJGb2JqZWN0JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNF[/vc_raw_html][vc_column_text css=\".vc_custom_1446208388117{margin-top: 30px !important;}\"]\r\n<h1>Customized To Your Budget</h1>\r\nWhether you need centerpieces for an anniversary party or a wedding reception, Wanderfuls understands that every event begins with a budget. With that in mind, we believe that no event is too small or too big for us.\r\n\r\nOur centerpieces will look incredible whether they adorn a grand hotel with hundreds of guests or a cozy birthday party with family and friends. While our wedding centerpieces have taken center stage at some of the most exclusive reception halls in the country, they have also garnered attention at many backyard weddings, garden weddings, and destination enents. We can help decorate any size event and budget.[/vc_column_text][vc_column_text el_class=\"pink-head\"]\"These stunning centerpieces only look expensive. You will be surprised to discover how affordable they are.\"[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"244\" alignment=\"center\"][/vc_column][/vc_row]','Design Your Bouquet','','inherit','closed','closed','','12-revision-v1','','','2016-08-12 17:48:20','2016-08-12 17:48:20','',12,'http://www.alloccasionscenterpieces.com/2016/08/12/12-revision-v1.html',0,'revision','',0),(1149,1,'2016-08-12 20:21:03','2016-08-12 20:21:03','[vc_row][vc_column][vcex_spacing size=\"10px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"341\" alignment=\"center\" css=\".vc_custom_1446236070262{margin-bottom: 20px !important;}\"][vc_single_image image=\"336\" alignment=\"center\" css=\".vc_custom_1446236102103{margin-bottom: 20px !important;}\"][vc_single_image image=\"335\" alignment=\"center\" css=\".vc_custom_1446236128089{margin-bottom: 20px !important;}\"][vc_single_image image=\"338\" alignment=\"center\" css=\".vc_custom_1446236137478{margin-bottom: 20px !important;}\"][vc_single_image image=\"337\" alignment=\"center\" css=\".vc_custom_1446236153141{margin-bottom: 20px !important;}\"][vc_single_image image=\"339\" alignment=\"center\" css=\".vc_custom_1446236161651{margin-bottom: 20px !important;}\"][vc_single_image image=\"340\" alignment=\"center\" css=\".vc_custom_1446236171600{margin-bottom: 20px !important;}\"][/vc_column][/vc_row]','Table View','','inherit','closed','closed','','56-revision-v1','','','2016-08-12 20:21:03','2016-08-12 20:21:03','',56,'http://www.alloccasionscenterpieces.com/2016/08/12/56-revision-v1.html',0,'revision','',0),(1150,1,'2016-08-12 21:01:43','2016-08-12 21:01:43','[vc_row][vc_column][vc_custom_heading text=\"Theme Centerpieces\" font_container=\"tag:h2|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446726167701{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vcex_image_grid columns=\"3\" lightbox_skin=\"mac\" lightbox_title=\"title\" img_size=\"thumbnail\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"491,492,493,494,495,496,497,498,499,500,501,502,503,504,505\"][vc_column_text]<img class=\"alignnone wp-image-848 size-full\" src=\"http://www.alloccasionscenterpieces.com/wp-content/uploads/2015/10/morethemes.jpg\" alt=\"morethemes\" width=\"198\" height=\"74\" />\r\n\r\n<b><i><span style=\"color: #e03268;\">WANDERFULS Centerpieces</span></i></b><span style=\"color: #6b6b6b;\">\r\n</span><i> <span style=\"color: #6b6b6b;\"> are </span> <a href=\"bridal-colors/\"><span style=\"color: #e36888;\"> the wedding centerpiece</span></a><span style=\"color: #6b6b6b;\"> of choice for experts wanting an alternative to the traditional wedding favor as well as the wedding centerpiece made of flowers, sweet 16 centerpieces, bar mitzvah favors and centerpieces, floral centerpieces and keepsakes. Through combining the elegant wedding favor with the wedding centerpiece the bridal, wedding and event planner can achieve thousands of unique color effects. </span><span style=\"color: #e36888;\"> This site featuring Wanderfuls centerpieces contains authoritative information about Wanderfuls favors.</span>\r\n</i>\r\n\r\nWanderfuls can be shipped anywhere and come in bouquets of 8, 10, or 12 favors per arrangement[/vc_column_text][vc_single_image image=\"204\" onclick=\"custom_link\" link=\"../pompoms.html\" css=\".vc_custom_1447851172276{margin-top: 25px !important;}\"][/vc_column][/vc_row]','Theme Parties','','inherit','closed','closed','','51-revision-v1','','','2016-08-12 21:01:43','2016-08-12 21:01:43','',51,'http://www.alloccasionscenterpieces.com/2016/08/12/51-revision-v1.html',0,'revision','',0),(1151,1,'2016-08-12 21:32:02','2016-08-12 21:32:02','[vc_row css=\".vc_custom_1448876700848{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"858\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3>Create with <span style=\"color: #bf3765;\">color</span>. Add beauty &amp; magic to your event.</h3>\nOur one-of-a-kind <strong>Party Favor \"Wands\"</strong> are available in smaller sizes to accommodate more formal settings or larger sizes for more flair and pizzazz.\n\nNeed personalization? Our Wands are happy to accommodate. Your name and event date can be inscribed along the spiral ribbon, making it a<strong>personalized favor</strong> as well.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h4>You and your Personal Wanderfuls Designer will...</h4>\n<ol>\n 	<li>Choose your <a href=\"../pompoms.html\">Colors</a></li>\n 	<li>Choose your <a href=\"../candypage.html\">Candy</a></li>\n 	<li>Choose your <a href=\"../makebouquet.html\">Style</a></li>\n 	<li>Place your order</li>\n</ol>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h4>Party Favors Color Gallery</h4>\nOur Unique Favors have enchanted both our clients and their guests at hundreds of events, from weddings and fundraisers to birthdays, anniversaries and award dinners.[/vc_column_text][vcex_image_grid hover_animation=\"grow-shadow\" columns=\"3\" columns_gap=\"5\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"859,860,861,862,863,864\" css=\".vc_custom_1448781076617{margin-top: 20px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448783395212{margin-top: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"854\"][vc_column_text]\n<h3>Designing Your Favors</h3>\nWanderfuls <strong>Personalized Favors</strong> are filled with delectable candy and wrapped in matching colorful ribbons, our <a href=\"candypage/\">Unique Party Favors</a> provide exciting favors that your guests will rave about.\n\nTo create more magic, simply slide these <strong>unique candy favors</strong> into one of our specially designed holders and presto! Now you have a bouquet of favors that can double as your table centerpiece!\n\nDesign Your Own Party Favors Now!\n<ul>\n 	<li><a href=\"color-design/\">Build your Bouquet</a></li>\n 	<li><a href=\"color-design/\">Design Room</a></li>\n</ul>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"867\"][vc_column_text]\n<h3>Favors by Event</h3>\nOur ability to create an unlimited combination of colors means you can get just the feeling you are looking for. And the process is fun! Just call one of our helpful designers and we’ll get you started.\n\n<a href=\"../wedding-favors.html\">Wedding Favor</a>[/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"left\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"left\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"left\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448784140099{margin-top: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"868\" alignment=\"left\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"To get personalized help call\n1-888-837-5021\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1448784193396{padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #cc3366 !important;}\"][/vc_column][/vc_row]','Party Favors','','inherit','closed','closed','','850-autosave-v1','','','2016-08-12 21:32:02','2016-08-12 21:32:02','',850,'http://www.alloccasionscenterpieces.com/2016/08/12/850-autosave-v1.html',0,'revision','',0),(1152,1,'2016-08-12 21:32:19','2016-08-12 21:32:19','[vc_row css=\".vc_custom_1448876700848{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"858\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Create with <span style=\"color: #bf3765;\">color</span>. Add beauty &amp; magic to your event.</h3>\r\nOur one-of-a-kind <strong>Party Favor \"Wands\"</strong> are available in smaller sizes to accommodate more formal settings or larger sizes for more flair and pizzazz.\r\n\r\nNeed personalization? Our Wands are happy to accommodate. Your name and event date can be inscribed along the spiral ribbon, making it a<strong>personalized favor</strong> as well.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>You and your Personal Wanderfuls Designer will...</h4>\r\n<ol>\r\n 	<li>Choose your <a href=\"../pompoms.html\">Colors</a></li>\r\n 	<li>Choose your <a href=\"../candypage.html\">Candy</a></li>\r\n 	<li>Choose your <a href=\"../makebouquet.html\">Style</a></li>\r\n 	<li>Place your order</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Party Favors Color Gallery</h4>\r\nOur Unique Favors have enchanted both our clients and their guests at hundreds of events, from weddings and fundraisers to birthdays, anniversaries and award dinners.[/vc_column_text][vcex_image_grid hover_animation=\"grow-shadow\" columns=\"3\" columns_gap=\"5\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"859,860,861,862,863,864\" css=\".vc_custom_1448781076617{margin-top: 20px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448783395212{margin-top: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"854\"][vc_column_text]\r\n<h3>Designing Your Favors</h3>\r\nWanderfuls <strong>Personalized Favors</strong> are filled with delectable candy and wrapped in matching colorful ribbons, our <a href=\"../candypage.html\">Unique Party Favors</a> provide exciting favors that your guests will rave about.\r\n\r\nTo create more magic, simply slide these <strong>unique candy favors</strong> into one of our specially designed holders and presto! Now you have a bouquet of favors that can double as your table centerpiece!\r\n\r\nDesign Your Own Party Favors Now!\r\n<ul>\r\n 	<li><a href=\"color-design/\">Build your Bouquet</a></li>\r\n 	<li><a href=\"color-design/\">Design Room</a></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"867\"][vc_column_text]\r\n<h3>Favors by Event</h3>\r\nOur ability to create an unlimited combination of colors means you can get just the feeling you are looking for. And the process is fun! Just call one of our helpful designers and we’ll get you started.\r\n\r\n<a href=\"../wedding-favors.html\">Wedding Favor</a>[/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"left\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"left\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"left\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448784140099{margin-top: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"868\" alignment=\"left\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"To get personalized help call\r\n1-888-837-5021\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1448784193396{padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #cc3366 !important;}\"][/vc_column][/vc_row]','Party Favors','','inherit','closed','closed','','850-revision-v1','','','2016-08-12 21:32:19','2016-08-12 21:32:19','',850,'http://www.alloccasionscenterpieces.com/2016/08/12/850-revision-v1.html',0,'revision','',0),(1153,1,'2016-08-12 21:34:43','2016-08-12 21:34:43','[vc_row css=\".vc_custom_1448876700848{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"858\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Create with <span style=\"color: #bf3765;\">color</span>. Add beauty &amp; magic to your event.</h3>\r\nOur one-of-a-kind <strong>Party Favor \"Wands\"</strong> are available in smaller sizes to accommodate more formal settings or larger sizes for more flair and pizzazz.\r\n\r\nNeed personalization? Our Wands are happy to accommodate. Your name and event date can be inscribed along the spiral ribbon, making it a<strong>personalized favor</strong> as well.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>You and your Personal Wanderfuls Designer will...</h4>\r\n<ol>\r\n 	<li>Choose your <a href=\"../pompoms.html\">Colors</a></li>\r\n 	<li>Choose your <a href=\"../candypage.html\">Candy</a></li>\r\n 	<li>Choose your <a href=\"../makebouquet.html\">Style</a></li>\r\n 	<li>Place your order</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Party Favors Color Gallery</h4>\r\nOur Unique Favors have enchanted both our clients and their guests at hundreds of events, from weddings and fundraisers to birthdays, anniversaries and award dinners.[/vc_column_text][vcex_image_grid hover_animation=\"grow-shadow\" columns=\"3\" columns_gap=\"5\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"859,860,861,862,863,864\" css=\".vc_custom_1448781076617{margin-top: 20px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448783395212{margin-top: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"854\"][vc_column_text]\r\n<h3>Designing Your Favors</h3>\r\nWanderfuls <strong>Personalized Favors</strong> are filled with delectable candy and wrapped in matching colorful ribbons, our <a href=\"../candypage.html\">Unique Party Favors</a> provide exciting favors that your guests will rave about.\r\n\r\nTo create more magic, simply slide these <strong>unique candy favors</strong> into one of our specially designed holders and presto! Now you have a bouquet of favors that can double as your table centerpiece!\r\n\r\nDesign Your Own Party Favors Now!\r\n<ul>\r\n 	<li><a href=\"../color-design.html\">Build your Bouquet</a></li>\r\n 	<li><a href=\"../color-design.html\">Design Room</a></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"867\"][vc_column_text]\r\n<h3>Favors by Event</h3>\r\nOur ability to create an unlimited combination of colors means you can get just the feeling you are looking for. And the process is fun! Just call one of our helpful designers and we’ll get you started.\r\n\r\n<a href=\"../wedding-favors.html\">Wedding Favor</a>[/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"left\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"left\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"left\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448784140099{margin-top: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"868\" alignment=\"left\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"To get personalized help call\r\n1-888-837-5021\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1448784193396{padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #cc3366 !important;}\"][/vc_column][/vc_row]','Party Favors','','inherit','closed','closed','','850-revision-v1','','','2016-08-12 21:34:43','2016-08-12 21:34:43','',850,'http://www.alloccasionscenterpieces.com/2016/08/12/850-revision-v1.html',0,'revision','',0),(1154,1,'2016-08-12 21:37:46','2016-08-12 21:37:46','[vc_row css=\".vc_custom_1448880732556{margin-top: 30px !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448876700848{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"954\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3>Unique Wedding Favors</h3>\nWanderfuls: Where Wedding Favors become your Centerpiece.\nWanderfuls are one-of-a-kind <strong><a href=\"../pompoms.html\">personalized favors</a></strong> that YOU can design in any color to match your wedding theme!\n<p class=\"margin-btm-lg\">These <strong>Wedding Favors</strong> are available in different sizes and can be customized to give you a more elegant or festive look. Like flowers but better because each guest gets to take their <a href=\"../color-design.html\">personalized party favor</a> home with them! Infuse your wedding with enchantment with <strong>Wanderfuls Wedding Favors!</strong></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1448879407326{margin-bottom: 30px !important;}\"]\n<h4>Centerpieces in Any Color for Any Event</h4>\nCenterpieces and Favors for All Occasions. Look what many of our clients have done to make their Wanderfuls unique for their special event.[/vc_column_text][vcex_image_carousel items=\"3\" center=\"true\" img_size=\"thumbnail\" thumbnail_link=\"lightbox\" lightbox_skin=\"mac\" content_alignment=\"center\" image_ids=\"937,938,939,940,941,942,943,944,945,946,947,948,949,950\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h4>You and your Personal Wanderfuls Designer will...</h4>\n<ol>\n 	<li>Choose your <a href=\"pompoms/\">Colors</a></li>\n 	<li>Choose your <a href=\"candypage/\">Candy</a></li>\n 	<li>Choose your <a href=\"../makebouquet.html\">Style</a></li>\n 	<li>Place your order</li>\n</ol>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1448783395212{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"952\"][vc_column_text]\n<h3>Tons of Candy Fillings to choose from.</h3>\nImagine something NEW for your event! Call NOW to speak to a Wanderfuls Designer who will help create a personalized and customized party favor filled with your choice of gourmet candy filling.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"953\"][vc_column_text]\n<h3>Let your favors double as your centerpiece</h3>\nOur <strong>Wedding Favors</strong> are designed by you for your party. Your guest will be AMAZED when they walk into the room, and see your beautiful centepiece, and realize they double as wedding favors![/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"left\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"left\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"left\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448784140099{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Personalized Wedding Favors\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]You can have your favors imprinted with the name and date of your event. Every guest loves to take a home a memento, so make sure they can remember your special day forever.[/vc_column_text][vc_single_image image=\"932\" alignment=\"center\" css=\".vc_custom_1448877952988{margin-top: 20px !important;margin-bottom: 20px !important;}\"][vc_column_text]\n<h4>Ready to customize your own bouquet?</h4>\nVisit our <a href=\"color-design/\">Build Your Bouquet</a> page, try our design tool and create your own unique centerpiece.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vcex_image_grid hover_animation=\"grow-shadow\" columns=\"3\" columns_gap=\"5\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"860,862,863,864,933,934\" css=\".vc_custom_1448878119517{margin-top: 20px !important;}\"][vc_custom_heading text=\"To get personalized help call\n1-888-837-5021\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1448784193396{padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #cc3366 !important;}\"][/vc_column][/vc_row]','Wedding Favors','','inherit','closed','closed','','931-autosave-v1','','','2016-08-12 21:37:46','2016-08-12 21:37:46','',931,'http://www.alloccasionscenterpieces.com/2016/08/12/931-autosave-v1.html',0,'revision','',0),(1155,1,'2016-08-12 21:38:36','2016-08-12 21:38:36','[vc_row css=\".vc_custom_1448880732556{margin-top: 30px !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448876700848{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"954\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Unique Wedding Favors</h3>\r\nWanderfuls: Where Wedding Favors become your Centerpiece.\r\nWanderfuls are one-of-a-kind <strong><a href=\"../pompoms.html\">personalized favors</a></strong> that YOU can design in any color to match your wedding theme!\r\n<p class=\"margin-btm-lg\">These <strong>Wedding Favors</strong> are available in different sizes and can be customized to give you a more elegant or festive look. Like flowers but better because each guest gets to take their <a href=\"../color-design.html\">personalized party favor</a> home with them! Infuse your wedding with enchantment with <strong>Wanderfuls Wedding Favors!</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1448879407326{margin-bottom: 30px !important;}\"]\r\n<h4>Centerpieces in Any Color for Any Event</h4>\r\nCenterpieces and Favors for All Occasions. Look what many of our clients have done to make their Wanderfuls unique for their special event.[/vc_column_text][vcex_image_carousel items=\"3\" center=\"true\" img_size=\"thumbnail\" thumbnail_link=\"lightbox\" lightbox_skin=\"mac\" content_alignment=\"center\" image_ids=\"937,938,939,940,941,942,943,944,945,946,947,948,949,950\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>You and your Personal Wanderfuls Designer will...</h4>\r\n<ol>\r\n 	<li>Choose your <a href=\"../pompoms.html\">Colors</a></li>\r\n 	<li>Choose your <a href=\"../candypage.html\">Candy</a></li>\r\n 	<li>Choose your <a href=\"../makebouquet.html\">Style</a></li>\r\n 	<li>Place your order</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1448783395212{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"952\"][vc_column_text]\r\n<h3>Tons of Candy Fillings to choose from.</h3>\r\nImagine something NEW for your event! Call NOW to speak to a Wanderfuls Designer who will help create a personalized and customized party favor filled with your choice of gourmet candy filling.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"953\"][vc_column_text]\r\n<h3>Let your favors double as your centerpiece</h3>\r\nOur <strong>Wedding Favors</strong> are designed by you for your party. Your guest will be AMAZED when they walk into the room, and see your beautiful centepiece, and realize they double as wedding favors![/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"left\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"left\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"left\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1448784140099{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Personalized Wedding Favors\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]You can have your favors imprinted with the name and date of your event. Every guest loves to take a home a memento, so make sure they can remember your special day forever.[/vc_column_text][vc_single_image image=\"932\" alignment=\"center\" css=\".vc_custom_1448877952988{margin-top: 20px !important;margin-bottom: 20px !important;}\"][vc_column_text]\r\n<h4>Ready to customize your own bouquet?</h4>\r\nVisit our <a href=\"../color-design.html\">Build Your Bouquet</a> page, try our design tool and create your own unique centerpiece.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vcex_image_grid hover_animation=\"grow-shadow\" columns=\"3\" columns_gap=\"5\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"860,862,863,864,933,934\" css=\".vc_custom_1448878119517{margin-top: 20px !important;}\"][vc_custom_heading text=\"To get personalized help call\r\n1-888-837-5021\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1448784193396{padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #cc3366 !important;}\"][/vc_column][/vc_row]','Wedding Favors','','inherit','closed','closed','','931-revision-v1','','','2016-08-12 21:38:36','2016-08-12 21:38:36','',931,'http://www.alloccasionscenterpieces.com/2016/08/12/931-revision-v1.html',0,'revision','',0),(1156,1,'2016-08-12 22:03:48','2016-08-12 22:03:48','[vc_row][vc_column][vcex_spacing size=\"10px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h1>Holiday Centerpieces</h1>\r\nTis the season for gift giving! Christmas and New Years Parties are a natural fit for Wanderfuls holiday decorations. Wanderfuls fills your event space with festive cheer! Make your office holiday and Xmas party special and unique this year. Wanderfuls are crafted in your <strong><a href=\"pompoms/\">holiday centerpiece colors.</a></strong> Bring magic and memories to your company holiday and office Christmas party celebration. Call for a company holiday catalogue today![/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"364\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"246\" alignment=\"center\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"248\" alignment=\"center\" onclick=\"custom_link\" link=\"../howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1446240361288{margin-top: 20px !important;border-bottom-width: 20px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"363\" alignment=\"left\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<blockquote>Our big family always celebrate new years together and Wanderfuls always make the party \"\r\n-Samantha Brown</blockquote>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyLi4lMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Choose the Candy for your Party Favor</h3>\r\nYou get to choose from a variety of sweets or order empty to fill it with your own..\r\n<h3>Customize the colors for your Holiday Centerpieces</h3>\r\nUse our design tool to Visualize and <a href=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\" target=\"_blank\"><strong>Customize your Party Centerpiece</strong></a> with many colors to choose from\r\n\r\n[/vc_column_text][vc_single_image image=\"366\" alignment=\"left\" onclick=\"custom_link\" link=\"https://wedding-favors-express.com/ecommerce/os/catalog/index.php\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1446240371224{margin-top: 20px !important;}\"][vc_column][vc_single_image image=\"365\" alignment=\"center\"][vc_custom_heading text=\"New Year\'s eve party decoration\" font_container=\"tag:h2|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446240165649{margin-top: 20px !important;margin-bottom: 20px !important;}\"][vc_single_image image=\"204\" alignment=\"center\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row]','Christmas & New Years','','inherit','closed','closed','','49-revision-v1','','','2016-08-12 22:03:48','2016-08-12 22:03:48','',49,'http://www.alloccasionscenterpieces.com/2016/08/12/49-revision-v1.html',0,'revision','',0),(1157,1,'2016-08-12 23:20:55','2016-08-12 23:20:55',' ','','','publish','closed','closed','','1157','','','2016-08-12 23:20:55','2016-08-12 23:20:55','',0,'http://www.wanderfuls.com/?p=1157',1,'nav_menu_item','',0),(1159,1,'2016-08-13 06:06:59','2016-08-13 06:06:59','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"/pompoms\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n						<span class=\"testimonial-caret\"></span>\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.\r\n\r\n</div>\r\n<!-- .entry -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n								<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span>\r\n\r\n</div>\r\n<!-- .testimonial-entry-meta -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-bottom -->\r\n\r\n</div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"what-are-wanderfuls/\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"182\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1449431824454{margin-top: 20px !important;border-bottom-width: 30px !important;}\" link=\"SizesNewPage.html\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4-revision-v1','','','2016-08-13 06:06:59','2016-08-13 06:06:59','',4,'http://www.wanderfuls.com/2016/08/13/4-revision-v1.html',0,'revision','',0),(1160,1,'2016-08-13 06:09:48','2016-08-13 06:09:48','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"/pompoms\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.\r\n\r\n</div>\r\n<!-- .entry -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span>\r\n\r\n</div>\r\n<!-- .testimonial-entry-meta -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-bottom -->\r\n\r\n</div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"182\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1449431824454{margin-top: 20px !important;border-bottom-width: 30px !important;}\" link=\"SizesNewPage.html\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4-revision-v1','','','2016-08-13 06:09:48','2016-08-13 06:09:48','',4,'http://www.wanderfuls.com/2016/08/13/4-revision-v1.html',0,'revision','',0),(1161,1,'2016-08-13 06:10:10','2016-08-13 06:10:10','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.\r\n\r\n</div>\r\n<!-- .entry -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span>\r\n\r\n</div>\r\n<!-- .testimonial-entry-meta -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-bottom -->\r\n\r\n</div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"182\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" css=\".vc_custom_1449431824454{margin-top: 20px !important;border-bottom-width: 30px !important;}\" link=\"SizesNewPage.html\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4-revision-v1','','','2016-08-13 06:10:10','2016-08-13 06:10:10','',4,'http://www.wanderfuls.com/2016/08/13/4-revision-v1.html',0,'revision','',0),(1162,1,'2016-08-13 18:40:59','2016-08-13 18:40:59','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Centerpiece For Your Themed Event\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Wanderfuls can customize a centerpiece that is perfect for your event, regardless of the occasion! You choose the colors, the candy fillings, and the theme elements. Don\'t see what you\'re looking for? Just give us a call at 1-888-837-5021 and we\'ll come up with something just for you.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyLi4lMkZ3aGF0LWFyZS13YW5kZXJmdWxzLmh0bWwlMjIlMjBjbGFzcyUzRCUyMmN0YXJvbGx0aGVtZXB1c2glMjBjdGF0aGVtZWhvd3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMi4uJTJGcG9tcG9tcy5odG1sJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjb2xvcnNwdXNoJTIyJTNFJTNDc3BhbiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTBBJTA5JTNDYSUyMGhyZWYlM0QlMjIuLiUyRmNhbmR5cGFnZS5odG1sJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMi4uJTJGY29sb3ItZGVzaWduLmh0bWwlMjIlMjBjbGFzcyUzRCUyMmN0YXJvbGx0aGVtZXB1c2glMjBjdGF0aGVtZWNhdGFsb2dwdXNoJTIyJTNFJTNDc3BhbiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row column_spacing=\"20\"][vc_column width=\"1/3\"][vc_single_image image=\"775\" onclick=\"custom_link\" link=\"../theme/tropical-hawaiian-luau-themed-centerpieces.html\"][vc_single_image image=\"779\" onclick=\"custom_link\" link=\"../theme/safari-jungle-themed-centerpieces.html\"][vc_single_image image=\"776\" onclick=\"custom_link\" link=\"../theme/wild-west-cowboy-themed-centerpieces.html\"][vc_single_image image=\"783\" onclick=\"custom_link\" link=\"../theme/peacock-themed-centerpieces.html\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"772\" onclick=\"custom_link\" link=\"../theme/mardi-gras-themed-centerpieces.html\"][vc_single_image image=\"774\" onclick=\"custom_link\" link=\"../theme/60s-hippie-themed-centerpieces.html\"][vc_single_image image=\"773\" onclick=\"custom_link\" link=\"../theme/animal-themed-centerpieces.html\"][vc_single_image image=\"778\" onclick=\"custom_link\" link=\"theme/broadway-hollywood-movie-themed-centerpieces/\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"775\" onclick=\"custom_link\" link=\"theme/holiday-themed-centerpieces/\"][vc_single_image image=\"780\" onclick=\"custom_link\" link=\"theme/las-vegas-poker-casino-themed-centerpieces/\"][vc_single_image image=\"777\" onclick=\"custom_link\" link=\"theme/caribbean-ocean-beach-themed-centerpieces/\"][vc_single_image image=\"784\"][/vc_column][/vc_row]','Theme','','inherit','closed','closed','','723-autosave-v1','','','2016-08-13 18:40:59','2016-08-13 18:40:59','',723,'http://www.wanderfuls.com/2016/08/13/723-autosave-v1.html',0,'revision','',0),(1163,1,'2016-08-13 18:36:55','2016-08-13 18:36:55','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Centerpiece For Your Themed Event\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Wanderfuls can customize a centerpiece that is perfect for your event, regardless of the occasion! You choose the colors, the candy fillings, and the theme elements. Don\'t see what you\'re looking for? Just give us a call at 1-888-837-5021 and we\'ll come up with something just for you.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyLi4lMkZ3aGF0LWFyZS13YW5kZXJmdWxzLmh0bWwlMjIlMjBjbGFzcyUzRCUyMmN0YXJvbGx0aGVtZXB1c2glMjBjdGF0aGVtZWhvd3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMi4uJTJGcG9tcG9tcy5odG1sJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjb2xvcnNwdXNoJTIyJTNFJTNDc3BhbiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTBBJTA5JTNDYSUyMGhyZWYlM0QlMjIuLiUyRmNhbmR5cGFnZS5odG1sJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMi4uJTJGY29sb3ItZGVzaWduLmh0bWwlMjIlMjBjbGFzcyUzRCUyMmN0YXJvbGx0aGVtZXB1c2glMjBjdGF0aGVtZWNhdGFsb2dwdXNoJTIyJTNFJTNDc3BhbiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row column_spacing=\"20\"][vc_column width=\"1/3\"][vc_single_image image=\"775\" onclick=\"custom_link\" link=\"theme/tropical-hawaiian-luau-themed-centerpieces/\"][vc_single_image image=\"779\" onclick=\"custom_link\" link=\"theme/safari-jungle-themed-centerpieces/\"][vc_single_image image=\"776\" onclick=\"custom_link\" link=\"theme/wild-west-cowboy-themed-centerpieces/\"][vc_single_image image=\"783\" onclick=\"custom_link\" link=\"theme/peacock-themed-centerpieces/\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"772\" onclick=\"custom_link\" link=\"theme/mardi-gras-themed-centerpieces/\"][vc_single_image image=\"774\" onclick=\"custom_link\" link=\"theme/60s-hippie-themed-centerpieces/\"][vc_single_image image=\"773\" onclick=\"custom_link\" link=\"theme/animal-themed-centerpieces/\"][vc_single_image image=\"778\" onclick=\"custom_link\" link=\"theme/broadway-hollywood-movie-themed-centerpieces/\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"775\" onclick=\"custom_link\" link=\"theme/holiday-themed-centerpieces/\"][vc_single_image image=\"780\" onclick=\"custom_link\" link=\"theme/las-vegas-poker-casino-themed-centerpieces/\"][vc_single_image image=\"777\" onclick=\"custom_link\" link=\"theme/caribbean-ocean-beach-themed-centerpieces/\"][vc_single_image image=\"784\"][/vc_column][/vc_row]','Theme','','inherit','closed','closed','','723-revision-v1','','','2016-08-13 18:36:55','2016-08-13 18:36:55','',723,'http://www.wanderfuls.com/2016/08/13/723-revision-v1.html',0,'revision','',0),(1164,1,'2016-08-13 18:42:11','2016-08-13 18:42:11','[vc_row][vc_column][vc_wp_custommenu nav_menu=\"17\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"theme-favors\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"The Perfect Centerpiece For Your Themed Event\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_column_text]Wanderfuls can customize a centerpiece that is perfect for your event, regardless of the occasion! You choose the colors, the candy fillings, and the theme elements. Don\'t see what you\'re looking for? Just give us a call at 1-888-837-5021 and we\'ll come up with something just for you.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0aGVtZWN1c3RvbSUyMiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyLi4lMkZ3aGF0LWFyZS13YW5kZXJmdWxzLmh0bWwlMjIlMjBjbGFzcyUzRCUyMmN0YXJvbGx0aGVtZXB1c2glMjBjdGF0aGVtZWhvd3B1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMi4uJTJGcG9tcG9tcy5odG1sJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjb2xvcnNwdXNoJTIyJTNFJTNDc3BhbiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTBBJTA5JTNDYSUyMGhyZWYlM0QlMjIuLiUyRmNhbmR5cGFnZS5odG1sJTIyJTIwY2xhc3MlM0QlMjJjdGFyb2xsdGhlbWVwdXNoJTIwY3RhdGhlbWVjYW5keXB1c2glMjIlM0UlM0NzcGFuJTNFJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMi4uJTJGY29sb3ItZGVzaWduLmh0bWwlMjIlMjBjbGFzcyUzRCUyMmN0YXJvbGx0aGVtZXB1c2glMjBjdGF0aGVtZWNhdGFsb2dwdXNoJTIyJTNFJTNDc3BhbiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row column_spacing=\"20\"][vc_column width=\"1/3\"][vc_single_image image=\"775\" onclick=\"custom_link\" link=\"../theme/tropical-hawaiian-luau-themed-centerpieces.html\"][vc_single_image image=\"779\" onclick=\"custom_link\" link=\"../theme/safari-jungle-themed-centerpieces.html\"][vc_single_image image=\"776\" onclick=\"custom_link\" link=\"../theme/wild-west-cowboy-themed-centerpieces.html\"][vc_single_image image=\"783\" onclick=\"custom_link\" link=\"../theme/peacock-themed-centerpieces.html\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"772\" onclick=\"custom_link\" link=\"../theme/mardi-gras-themed-centerpieces.html\"][vc_single_image image=\"774\" onclick=\"custom_link\" link=\"../theme/60s-hippie-themed-centerpieces.html\"][vc_single_image image=\"773\" onclick=\"custom_link\" link=\"../theme/animal-themed-centerpieces.html\"][vc_single_image image=\"778\" onclick=\"custom_link\" link=\"../theme/broadway-hollywood-movie-themed-centerpieces.html\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"775\" onclick=\"custom_link\" link=\"../theme/holiday-themed-centerpieces.html\"][vc_single_image image=\"780\" onclick=\"custom_link\" link=\"../theme/las-vegas-poker-casino-themed-centerpieces.html\"][vc_single_image image=\"777\" onclick=\"custom_link\" link=\"../theme/caribbean-ocean-beach-themed-centerpieces.html\"][vc_single_image image=\"784\"][/vc_column][/vc_row]','Theme','','inherit','closed','closed','','723-revision-v1','','','2016-08-13 18:42:11','2016-08-13 18:42:11','',723,'http://www.wanderfuls.com/2016/08/13/723-revision-v1.html',0,'revision','',0),(1165,1,'2016-08-14 17:12:29','2016-08-14 17:12:29','','Shop','','publish','closed','closed','','shop','','','2016-08-14 17:12:29','2016-08-14 17:12:29','',0,'http://www.wanderfuls.com/shop.html',0,'page','',0),(1166,1,'2016-08-14 17:12:29','2016-08-14 17:12:29','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2016-08-14 17:12:29','2016-08-14 17:12:29','',0,'http://www.wanderfuls.com/cart.html',0,'page','',0),(1167,1,'2016-08-14 17:12:29','2016-08-14 17:12:29','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2016-08-14 17:12:29','2016-08-14 17:12:29','',0,'http://www.wanderfuls.com/checkout.html',0,'page','',0),(1168,1,'2016-08-14 17:12:29','2016-08-14 17:12:29','[woocommerce_my_account]','My Account','','publish','closed','closed','','my-account','','','2016-08-14 17:12:29','2016-08-14 17:12:29','',0,'http://www.wanderfuls.com/my-account.html',0,'page','',0),(1170,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxiridescent','','inherit','open','closed','','boxiridescent','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxiridescent.jpg',0,'attachment','image/jpeg',0),(1171,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxturquoise','','inherit','open','closed','','boxturquoise','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxturquoise.jpg',0,'attachment','image/jpeg',0),(1172,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxroyalblue','','inherit','open','closed','','boxroyalblue','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxroyalblue.jpg',0,'attachment','image/jpeg',0),(1173,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxteal','','inherit','open','closed','','boxteal','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxteal.jpg',0,'attachment','image/jpeg',0),(1174,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxcoral','','inherit','open','closed','','boxcoral','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxcoral.jpg',0,'attachment','image/jpeg',0),(1175,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxlime','','inherit','open','closed','','boxlime','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxlime.jpg',0,'attachment','image/jpeg',0),(1176,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxnavyblue','','inherit','open','closed','','boxnavyblue','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxnavyblue.jpg',0,'attachment','image/jpeg',0),(1177,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxlavender','','inherit','open','closed','','boxlavender','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxlavender.jpg',0,'attachment','image/jpeg',0),(1178,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxorange','','inherit','open','closed','','boxorange','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxorange.jpg',0,'attachment','image/jpeg',0),(1179,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxhotpink','','inherit','open','closed','','boxhotpink','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxhotpink.jpg',0,'attachment','image/jpeg',0),(1180,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxgrey','','inherit','open','closed','','boxgrey','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxgrey.jpg',0,'attachment','image/jpeg',0),(1181,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxcornflowerblue','','inherit','open','closed','','boxcornflowerblue','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxcornflowerblue.jpg',0,'attachment','image/jpeg',0),(1182,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxburgundy','','inherit','open','closed','','boxburgundy','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxburgundy.jpg',0,'attachment','image/jpeg',0),(1183,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxbabypink','','inherit','open','closed','','boxbabypink','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxbabypink.jpg',0,'attachment','image/jpeg',0),(1184,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxbabyblue','','inherit','open','closed','','boxbabyblue','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxbabyblue.jpg',0,'attachment','image/jpeg',0),(1185,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxazalea','','inherit','open','closed','','boxazalea','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxazalea.jpg',0,'attachment','image/jpeg',0),(1186,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxwhite','','inherit','open','closed','','boxwhite','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxwhite.jpg',0,'attachment','image/jpeg',0),(1187,1,'2016-08-14 17:49:13','2016-08-14 17:49:13','','boxred','','inherit','open','closed','','boxred','','','2016-08-14 17:49:13','2016-08-14 17:49:13','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxred.jpg',0,'attachment','image/jpeg',0),(1188,1,'2016-08-14 17:49:14','2016-08-14 17:49:14','','boxmetallicsilver','','inherit','open','closed','','boxmetallicsilver','','','2016-08-14 17:49:14','2016-08-14 17:49:14','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxmetallicsilver.jpg',0,'attachment','image/jpeg',0),(1189,1,'2016-08-14 17:49:14','2016-08-14 17:49:14','','boxmetallicgold','','inherit','open','closed','','boxmetallicgold','','','2016-08-14 17:49:14','2016-08-14 17:49:14','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxmetallicgold.jpg',0,'attachment','image/jpeg',0),(1190,1,'2016-08-14 17:49:14','2016-08-14 17:49:14','','boxblack','','inherit','open','closed','','boxblack','','','2016-08-14 17:49:14','2016-08-14 17:49:14','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxblack.jpg',0,'attachment','image/jpeg',0),(1191,1,'2016-08-14 17:49:14','2016-08-14 17:49:14','','boxpurple','','inherit','open','closed','','boxpurple','','','2016-08-14 17:49:14','2016-08-14 17:49:14','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxpurple.jpg',0,'attachment','image/jpeg',0),(1192,1,'2016-08-14 17:49:14','2016-08-14 17:49:14','','boxorange','','inherit','open','closed','','boxorange-2','','','2016-08-14 17:49:14','2016-08-14 17:49:14','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxorange.jpg',0,'attachment','image/jpeg',0),(1193,1,'2016-08-14 17:49:14','2016-08-14 17:49:14','','boxyellow','','inherit','open','closed','','boxyellow','','','2016-08-14 17:49:14','2016-08-14 17:49:14','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxyellow.jpg',0,'attachment','image/jpeg',0),(1194,1,'2016-08-14 17:49:14','2016-08-14 17:49:14','','boxemeraldgreen','','inherit','open','closed','','boxemeraldgreen','','','2016-08-14 17:49:14','2016-08-14 17:49:14','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxemeraldgreen.jpg',0,'attachment','image/jpeg',0),(1195,1,'2016-08-14 17:49:14','2016-08-14 17:49:14','','boxpeach','','inherit','open','closed','','boxpeach','','','2016-08-14 17:49:14','2016-08-14 17:49:14','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxpeach.jpg',0,'attachment','image/jpeg',0),(1196,1,'2016-08-14 17:49:14','2016-08-14 17:49:14','','boxtangerine','','inherit','open','closed','','boxtangerine','','','2016-08-14 17:49:14','2016-08-14 17:49:14','',37,'http://www.wanderfuls.com/wp-content/uploads/2016/08/boxtangerine.jpg',0,'attachment','image/jpeg',0),(1197,1,'2016-08-14 17:49:14','2016-08-14 17:49:14','Baby Blue Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Baby Blue Ribbon Pompoms complemented by Baby Blue and White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Blue Centerpiece with White Almonds','','publish','open','closed','','baby-blue-centerpiece-with-white-almonds','','','2016-08-14 17:49:14','2016-08-14 17:49:14','',0,'http://www.wanderfuls.com/product/baby-blue-centerpiece-with-white-almonds',0,'product','',0),(1198,1,'2016-08-14 17:49:14','2016-08-14 17:49:14','Baby Blue and Baby Pink Centerpiece with White Sugar Pearl Candy featuring Wanderfuls Favors filled with White Mighty Mints. Baby Blue and Pink Ribbon Pompoms complemented by Baby Blue and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Blue and Baby Pink Centerpiece with White Mints','','publish','open','closed','','baby-blue-and-baby-pink-centerpiece-with-white-mints','','','2016-08-14 17:49:14','2016-08-14 17:49:14','',0,'http://www.wanderfuls.com/product/baby-blue-and-baby-pink-centerpiece-with-white-mints',0,'product','',0),(1199,1,'2016-08-14 17:49:14','2016-08-14 17:49:14','Baby Blue Metallic Light Blue and Metallic Silver Centerpiece with Light Blue Almonds featuring Wanderfuls Favors filled with Light Blue Jordan Almonds. Baby Blue, Metallic Silver and Metallic Light Blue Ribbon Pompoms complemented by Metallic Light Blue, Baby Blue and Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Blue Metallic Light Blue and Metallic Silver Centerpiece with Light Blue Almonds','','publish','open','closed','','baby-blue-metallic-light-blue-and-metallic-silver-centerpiece-with-light-blue-almonds','','','2016-08-14 17:49:14','2016-08-14 17:49:14','',0,'http://www.wanderfuls.com/product/baby-blue-metallic-light-blue-and-metallic-silver-centerpiece-with-light-blue-almonds',0,'product','',0),(1200,1,'2016-08-14 17:49:14','2016-08-14 17:49:14','Baby Blue and Navy Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Baby Blue and Navy Ribbon Pompoms complemented by Baby Blue and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Blue and Navy Centerpiece with White Almonds','','publish','open','closed','','baby-blue-and-navy-centerpiece-with-white-almonds','','','2016-08-14 17:49:14','2016-08-14 17:49:14','',0,'http://www.wanderfuls.com/product/baby-blue-and-navy-centerpiece-with-white-almonds',0,'product','',0),(1201,1,'2016-08-14 17:49:14','2016-08-14 17:49:14','Baby Blue and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Baby Blue Ribbon Pompoms complemented by Baby Blue and Iridescent White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Blue and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','baby-blue-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:14','2016-08-14 17:49:14','',0,'http://www.wanderfuls.com/product/baby-blue-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1202,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Baby Blue and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Baby Blue Ribbon Pompoms complemented by Baby Blue and White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Blue and White Centerpiece with White Almonds','','publish','open','closed','','baby-blue-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/baby-blue-and-white-centerpiece-with-white-almonds',0,'product','',0),(1203,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Baby Pink Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Pink Centerpiece with White Almonds','','publish','open','closed','','baby-pink-centerpiece-with-white-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/baby-pink-centerpiece-with-white-almonds',0,'product','',0),(1204,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Baby Pink and Baby Blue Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Mighty Mints. Pink and Baby Blue Ribbon Pompoms complemented by Baby Blue, Baby Pink and White Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Pink and Baby Blue Centerpiece with White Mints','','publish','open','closed','','baby-pink-and-baby-blue-centerpiece-with-white-mints','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/baby-pink-and-baby-blue-centerpiece-with-white-mints',0,'product','',0),(1205,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Baby Pink and Brown Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Pink and Brown Ribbon Pompoms complemented by Brown, Baby Pink and White Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Pink and Brown Centerpiece with White Almonds','','publish','open','closed','','baby-pink-and-brown-centerpiece-with-white-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/baby-pink-and-brown-centerpiece-with-white-almonds',0,'product','',0),(1206,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Baby Pink and Celadon Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Pink and Celadon Ribbon Pompoms complemented by Celadon, Baby Pink and White Tassels. Celadon imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Pink and Celedon Centerpiece with White Almonds','','publish','open','closed','','baby-pink-and-celedon-centerpiece-with-white-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/baby-pink-and-celedon-centerpiece-with-white-almonds',0,'product','',0),(1207,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Baby Pink and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Pink and Iridescent White Ribbon Pompoms complemented by Iridescent White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Pink and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','baby-pink-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/baby-pink-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1208,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Baby Pink and Mint Centerpiece with White Sugar Pearl Candy featuring Wanderfuls Favors filled with White Mighty Mints. Pink and Mint Ribbon Pompoms complemented by White, Baby Pink and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Pink and Mint Centerpiece with White Mints','','publish','open','closed','','baby-pink-and-mint-centerpiece-with-white-mints','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/baby-pink-and-mint-centerpiece-with-white-mints',0,'product','',0),(1209,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Baby Pink and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Pink and White Centerpiece with White Almonds','','publish','open','closed','','baby-pink-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/baby-pink-and-white-centerpiece-with-white-almonds',0,'product','',0),(1210,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Azalea Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea Ribbon Pompoms complemented by White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea Centerpiece with White Almonds','','publish','open','closed','','azalea-centerpiece-with-white-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/azalea-centerpiece-with-white-almonds',0,'product','',0),(1211,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Azalea and Aqua Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mighty Mints. Azalea and Aqua Ribbon Pompoms complemented by Aqua and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea and Aqua Centerpiece with White Mints','','publish','open','closed','','azalea-and-aqua-centerpiece-with-white-mints','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/azalea-and-aqua-centerpiece-with-white-mints',0,'product','',0),(1212,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Azalea Silver and Black Centerpiece with Black Almonds featuring Wanderfuls Favors filled with Black Jordan Almonds. Azalea, Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Azalea and Black Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea Silver and Black Centerpiece with Black Almonds','','publish','open','closed','','azalea-silver-and-black-centerpiece-with-black-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/azalea-silver-and-black-centerpiece-with-black-almonds',0,'product','',0),(1213,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Azalea Silver and Black Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Azalea, Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Azalea and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea Silver and Black Centerpiece with Silver Foil Candy','','publish','open','closed','','azalea-silver-and-black-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/azalea-silver-and-black-centerpiece-with-silver-foil-candy',0,'product','',0),(1214,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Azalea and Burgundy Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Burgundy Ribbon Pompoms complemented by Burgundy and Azalea Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea and Burgundy Centerpiece with White Almonds','','publish','open','closed','','azalea-and-burgundy-centerpiece-with-white-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/azalea-and-burgundy-centerpiece-with-white-almonds',0,'product','',0),(1215,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Azalea and Hot Pink Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mighty Mints. Azalea and Hot Pink Ribbon Pompoms complemented by Hot Pink and Azalea Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea and Hot Pink Centerpiece with White Mints','','publish','open','closed','','azalea-and-hot-pink-centerpiece-with-white-mints','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/azalea-and-hot-pink-centerpiece-with-white-mints',0,'product','',0),(1216,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Azalea and Light Yellow Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mighty Mints. Azalea and Light Yellow Ribbon Pompoms complemented by Light Yellow and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea and Light Yellow Centerpiece with White Mints','','publish','open','closed','','azalea-and-light-yellow-centerpiece-with-white-mints','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/azalea-and-light-yellow-centerpiece-with-white-mints',0,'product','',0),(1217,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Azalea and Mint Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Mint Ribbon Pompoms complemented by Mint and Azalea Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea and Mint Centerpiece with White Almonds','','publish','open','closed','','azalea-and-mint-centerpiece-with-white-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/azalea-and-mint-centerpiece-with-white-almonds',0,'product','',0),(1218,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Azalea and Purple Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mighty Mints. Azalea and Purple Ribbon Pompoms complemented by Purple and Azalea Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea and Purple Centerpiece with White Mints','','publish','open','closed','','azalea-and-purple-centerpiece-with-white-mints','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/azalea-and-purple-centerpiece-with-white-mints',0,'product','',0),(1219,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Azalea and Charcoal Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Grey Ribbon Pompoms complemented by Grey and Azalea Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea and Charcoal Centerpiece with White Almonds','','publish','open','closed','','azalea-and-charcoal-centerpiece-with-white-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/azalea-and-charcoal-centerpiece-with-white-almonds',0,'product','',0),(1220,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Azalea and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Iridescent White Ribbon Pompoms complemented by Iridescent White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','azalea-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/azalea-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1221,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Azalea and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and White Ribbon Pompoms complemented by White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea and White Centerpiece with White Almonds','','publish','open','closed','','azalea-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/azalea-and-white-centerpiece-with-white-almonds',0,'product','',0),(1222,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Aqua and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua Ribbon Pompoms complemented by White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Aqua Centerpiece with White Almonds','','publish','open','closed','','aqua-centerpiece-with-white-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/aqua-centerpiece-with-white-almonds',0,'product','',0),(1223,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Aqua and Cornflower Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mighty Mints. Aqua and Cornflower Ribbon Pompoms complemented by Cornflower and Aqua Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Aqua and Cornflower Centerpiece with White Mints','','publish','open','closed','','aqua-and-cornflower-centerpiece-with-white-mints','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/aqua-and-cornflower-centerpiece-with-white-mints',0,'product','',0),(1224,1,'2016-08-14 17:49:15','2016-08-14 17:49:15','Aqua and Azalea Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua and Azalea Ribbon Pompoms complemented by Azalea and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Aqua and Azalea Centerpiece with White Almonds','','publish','open','closed','','aqua-and-azalea-centerpiece-with-white-almonds','','','2016-08-14 17:49:15','2016-08-14 17:49:15','',0,'http://www.wanderfuls.com/product/aqua-and-azalea-centerpiece-with-white-almonds',0,'product','',0),(1225,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Aqua and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua and Iridescent White Ribbon Pompoms complemented by Iridescent White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Aqua and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','aqua-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/aqua-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1226,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Black Ribbon Pompoms complemented by White and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black Centerpiece with White Almonds','','publish','open','closed','','black-centerpiece-with-white-almonds','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-centerpiece-with-white-almonds',0,'product','',0),(1227,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black Azalea and Silver Centerpiece with Black Almonds featuring Wanderfuls Favors filled with Black Jordan Almonds. Black, Metallic Silver and Azalea Ribbon Pompoms complemented by Metallic Silver, Black and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black Azalea and Silver Centerpiece with Black Almonds','','publish','open','closed','','black-azalea-and-silver-centerpiece-with-black-almonds','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-azalea-and-silver-centerpiece-with-black-almonds',0,'product','',0),(1228,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black Azalea and Silver Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Black, Metallic Silver and Azalea Ribbon Pompoms complemented by Metallic Silver, Black and Azalea Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black Azalea and Silver Centerpiece with Silver Foil Candy','','publish','open','closed','','black-azalea-and-silver-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-azalea-and-silver-centerpiece-with-silver-foil-candy',0,'product','',0),(1229,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black and Gold Centerpiece with Black Almonds featuring Wanderfuls Favors filled with Black Jordan Almonds. Black and Metallic Gold Ribbon Pompoms complemented by Metallic Gold and Black Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Black and Gold Centerpiece with Black Almonds','','publish','open','closed','','black-and-gold-centerpiece-with-black-almonds','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-and-gold-centerpiece-with-black-almonds',0,'product','',0),(1230,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black and Gold Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Black and Metallic Gold Ribbon Pompoms complemented by Metallic Gold, Black and Red Tassels. Black imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Black and Gold Centerpiece with White Almonds','','publish','open','closed','','black-and-gold-centerpiece-with-white-almonds','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-and-gold-centerpiece-with-white-almonds',0,'product','',0),(1231,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black and Silver Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Black and Red Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Silver Centerpiece with Silver Foil Candy','','publish','open','closed','','black-and-silver-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-and-silver-centerpiece-with-silver-foil-candy',0,'product','',0),(1232,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black and Silver Centerpiece. Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Black and Red Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Black and Silver Centerpiece','','publish','open','closed','','black-and-silver-centerpiece','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-and-silver-centerpiece',0,'product','',0),(1233,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black and Silver Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Black and Red Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Silver Centerpiece with White Almonds','','publish','open','closed','','black-and-silver-centerpiece-with-white-almonds','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-and-silver-centerpiece-with-white-almonds',0,'product','',0),(1234,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black and Silver Centerpiece with Black Almonds featuring Wanderfuls Favors filled with Black Jordan Almonds. Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Black and Red Tassels. Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Silver Centerpiece with Black Almonds','','publish','open','closed','','black-and-silver-centerpiece-with-black-almonds','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-and-silver-centerpiece-with-black-almonds',0,'product','',0),(1235,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black Silver and Hot Pink Centerpiece with Pink Gumball Candy featuring Wanderfuls Favors filled with Pink Gumballs. Black, Metallic Silver and Hot Pink Ribbon Pompoms complemented by Metallic Silver, Black and Hot Pink Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black Silver and Hot Pink Centerpiece with Pink Gumball Candy','','publish','open','closed','','black-silver-and-hot-pink-centerpiece-with-pink-gumball-candy','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-silver-and-hot-pink-centerpiece-with-pink-gumball-candy',0,'product','',0),(1236,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black Silver and Hot Pink Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Black, Metallic Silver and Hot Pink Ribbon Pompoms complemented by Metallic Silver, Black and Hot Pink Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black Silver and Hot Pink Centerpiece with Silver Foil Candy','','publish','open','closed','','black-silver-and-hot-pink-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-silver-and-hot-pink-centerpiece-with-silver-foil-candy',0,'product','',0),(1237,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black and Red Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mighty Mints. Black and Red Ribbon Pompoms complemented by Black, Red and Red Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Red Centerpiece with White Mints','','publish','open','closed','','black-and-red-centerpiece-with-white-mints','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-and-red-centerpiece-with-white-mints',0,'product','',0),(1238,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black and Red Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Black and Red Ribbon Pompoms complemented by Black, Red and Red Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Red Centerpiece with White Almonds','','publish','open','closed','','black-and-red-centerpiece-with-white-almonds','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-and-red-centerpiece-with-white-almonds',0,'product','',0),(1239,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black Silver and Turquoise Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Black, Turquoise and Metallic Silver Ribbon Pompoms complemented by Black, Metallic Silver and Red Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black Silver and Turquoise Centerpiece with Silver Foil Candy','','publish','open','closed','','black-silver-and-turquoise-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-silver-and-turquoise-centerpiece-with-silver-foil-candy',0,'product','',0),(1240,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black Silver and Turquoise Centerpiece with Black Almonds featuring Wanderfuls Favors filled with Black Jordan Almonds. Black, Turquoise and Metallic Silver Ribbon Pompoms complemented by Black, Metallic Silver and Red Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black Silver and Turquoise Centerpiece with Black Almonds','','publish','open','closed','','black-silver-and-turquoise-centerpiece-with-black-almonds','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-silver-and-turquoise-centerpiece-with-black-almonds',0,'product','',0),(1241,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Black and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Black and White Ribbon Pompoms complemented by Black and Red Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and White Centerpiece with White Almonds','','publish','open','closed','','black-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/black-and-white-centerpiece-with-white-almonds',0,'product','',0),(1242,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Brown Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Brown Ribbon Pompoms complemented by Brown and White Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Brown Centerpiece with White Almonds','','publish','open','closed','','brown-centerpiece-with-white-almonds','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/brown-centerpiece-with-white-almonds',0,'product','',0),(1243,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Burgundy Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Burgundy Ribbon Pompoms complemented by Burgundy and White Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Burgundy Centerpiece with White Almonds','','publish','open','closed','','burgundy-centerpiece-with-white-almonds','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/burgundy-centerpiece-with-white-almonds',0,'product','',0),(1244,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Cabernet Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Cabernet Ribbon Pompoms complemented by Cabernet and White Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cabernet Centerpiece with White Almonds','','publish','open','closed','','cabernet-centerpiece-with-white-almonds','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/cabernet-centerpiece-with-white-almonds',0,'product','',0),(1245,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Burgundy and Azalea Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Burgundy and Azalea Ribbon Pompoms complemented by Azalea and Burgundy Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Burgundy and Azalea Centerpiece with White Mints','','publish','open','closed','','burgundy-and-azalea-centerpiece-with-white-mints','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/burgundy-and-azalea-centerpiece-with-white-mints',0,'product','',0),(1246,1,'2016-08-14 17:49:16','2016-08-14 17:49:16','Burgundy and Azalea Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Burgundy and Azalea Ribbon Pompoms complemented by Azalea and Burgundy Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Burgundy and Azalea Centerpiece with White Almonds','','publish','open','closed','','burgundy-and-azalea-centerpiece-with-white-almonds','','','2016-08-14 17:49:16','2016-08-14 17:49:16','',0,'http://www.wanderfuls.com/product/burgundy-and-azalea-centerpiece-with-white-almonds',0,'product','',0),(1247,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Brown and Baby Pink and Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Brown and Pink Ribbon Pompoms complemented by Baby Pink, Brown and White Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Brown and Baby Pink and Centerpiece with White Almonds','','publish','open','closed','','brown-and-baby-pink-and-centerpiece-with-white-almonds','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/brown-and-baby-pink-and-centerpiece-with-white-almonds',0,'product','',0),(1248,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Cabernet and Navy Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Cabernet and Navy Ribbon Pompoms complemented by Navy, Cabernet and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cabernet and Navy Centerpiece with White Mints','','publish','open','closed','','cabernet-and-navy-centerpiece-with-white-mints','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/cabernet-and-navy-centerpiece-with-white-mints',0,'product','',0),(1249,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Metallic Burgundy and Silver Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Burgundy Ribbon Pompoms complemented by Metallic Burgundy and Metallic Silver Tassels. Metallic Burgundy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Burgundy and Silver Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-burgundy-and-silver-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/metallic-burgundy-and-silver-centerpiece-with-silver-foil-candy',0,'product','',0),(1250,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Metallic Burgundy and Silver Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Silver and Metallic Burgundy Ribbon Pompoms complemented by Metallic Burgundy, Metallic Silver and White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Burgundy and Silver Centerpiece with White Almonds','','publish','open','closed','','metallic-burgundy-and-silver-centerpiece-with-white-almonds','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/metallic-burgundy-and-silver-centerpiece-with-white-almonds',0,'product','',0),(1251,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Brown and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Brown Ribbon Pompoms complemented by White and Brown Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Brown and White Centerpiece with White Almonds','','publish','open','closed','','brown-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/brown-and-white-centerpiece-with-white-almonds',0,'product','',0),(1252,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Burgundy Centerpiece and White with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Burgundy Ribbon Pompoms complemented by White and Burgundy Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Burgundy and White Centerpiece with White Almonds','','publish','open','closed','','burgundy-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/burgundy-and-white-centerpiece-with-white-almonds',0,'product','',0),(1253,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Cabernet and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Cabernet Ribbon Pompoms complemented by White and Cabernet Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cabernet and White Centerpiece with White Almonds','','publish','open','closed','','cabernet-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/cabernet-and-white-centerpiece-with-white-almonds',0,'product','',0),(1254,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Cornflower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower Ribbon Pompoms complemented by Cornflower and White Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cornflower Centerpiece with White Almonds','','publish','open','closed','','cornflower-centerpiece-with-white-almonds','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/cornflower-centerpiece-with-white-almonds',0,'product','',0),(1255,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Cornflower and Aqua Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mighty Mints. Cornflower and Aqua Ribbon Pompoms complemented by Cornflower and Aqua Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cornflower and Aqua Centerpiece with White Mints','','publish','open','closed','','cornflower-and-aqua-centerpiece-with-white-mints','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/cornflower-and-aqua-centerpiece-with-white-mints',0,'product','',0),(1256,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Cornflower Navy Royal Blue Teal Turquoise and White Centerpiece with Blue Foil Candy featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. Cornflower, Navy, Royal Blue, Teal, White and Turquoise Ribbon Pompoms complemented by Cornflower, Navy, Royal Blue, Teal, White and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Cornflower Navy Royal Blue Teal Turquoise and White Centerpiece with Blue Foil Candy','','publish','open','closed','','cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece-with-blue-foil-candy','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece-with-blue-foil-candy',0,'product','',0),(1257,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Cornflower Navy Royal Blue Teal Turquoise and White Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Cornflower, Navy, Royal Blue, Teal, White and Turquoise Ribbon Pompoms complemented by Cornflower, Navy, Royal Blue, Teal, White and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Cornflower Navy Royal Blue Teal Turquoise and White Centerpiece with Silver Foil Candy','','publish','open','closed','','cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece-with-silver-foil-candy',0,'product','',0),(1258,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Cornflower Navy Royal Blue Teal Turquoise and White Centerpiece. Cornflower, Navy, Royal Blue, Teal, White and Turquoise Ribbon Pompoms complemented by Cornflower, Navy, Royal Blue, Teal, White and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Cornflower Navy Royal Blue Teal Turquoise and White Centerpiece','','publish','open','closed','','cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece',0,'product','',0),(1259,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Cornflower Navy Royal Blue Teal Turquoise and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower, Navy, Royal Blue, Teal, White and TurquoiseRibbon Pompoms complemented by Cornflower, Navy, Royal Blue, Teal, White and TurquoiseTassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Cornflower Navy Royal Blue Teal Turquoise and White Centerpiece with White Almonds','','publish','open','closed','','cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece-with-white-almonds',0,'product','',0),(1260,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Cornflower Navy Royal Blue Teal Turquoise and White Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Cornflower, Navy, Royal Blue, Teal, White and TurquoiseRibbon Pompoms complemented by Cornflower, Navy, Royal Blue, Teal, White and TurquoiseTassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Cornflower Navy Royal Blue Teal Turquoise and White Centerpiece with White Mints','','publish','open','closed','','cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece-with-white-mints','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece-with-white-mints',0,'product','',0),(1261,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Cornflower and Daffodil Yellow Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower and Daffodil Ribbon Pompoms complemented by Cornflower, Daffodil and White Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Cornflower and Daffodil Yellow Centerpiece with White Almonds','','publish','open','closed','','cornflower-and-daffodil-yellow-centerpiece-with-white-almonds','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/cornflower-and-daffodil-yellow-centerpiece-with-white-almonds',0,'product','',0),(1262,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Cornflower and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower and Iridescent White Ribbon Pompoms complemented by Cornflower and Iridescent White Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cornflower and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','cornflower-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/cornflower-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1263,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Cornflower and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower and White Ribbon Pompoms complemented by Cornflower and White Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cornflower and White Centerpiece with White Almonds','','publish','open','closed','','cornflower-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/cornflower-and-white-centerpiece-with-white-almonds',0,'product','',0),(1264,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Cornflower and Navy Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Cornflower and Navy Ribbon Pompoms complemented by Cornflower, White and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Cornflower and Navy Centerpiece with White Mints','','publish','open','closed','','cornflower-and-navy-centerpiece-with-white-mints','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/cornflower-and-navy-centerpiece-with-white-mints',0,'product','',0),(1265,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Charcoal Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Charcoal Ribbon Pompoms complemented by White and Charcoal Grey Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Charcoal Centerpiece with White Almonds','','publish','open','closed','','charcoal-centerpiece-with-white-almonds','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/charcoal-centerpiece-with-white-almonds',0,'product','',0),(1266,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Charcoal and Azalea Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Charcoal and Azalea Ribbon Pompoms complemented by White, Charcoal Grey and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Charcoal and Azalea Centerpiece with White Mints','','publish','open','closed','','charcoal-and-azalea-centerpiece-with-white-mints','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/charcoal-and-azalea-centerpiece-with-white-mints',0,'product','',0),(1267,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Charcoal and Coral Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Charcoal and Coral Ribbon Pompoms complemented by White, Charcoal Grey and Coral Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Charcoal and Coral Centerpiece with White Almonds','','publish','open','closed','','charcoal-and-coral-centerpiece-with-white-almonds','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/charcoal-and-coral-centerpiece-with-white-almonds',0,'product','',0),(1268,1,'2016-08-14 17:49:17','2016-08-14 17:49:17','Grey and Navy Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and Grey Ribbon Pompoms complemented by Grey, Navy and White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Grey and Navy Centerpiece with White Almonds','','publish','open','closed','','grey-and-navy-centerpiece-with-white-almonds','','','2016-08-14 17:49:17','2016-08-14 17:49:17','',0,'http://www.wanderfuls.com/product/grey-and-navy-centerpiece-with-white-almonds',0,'product','',0),(1269,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Grey and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Grey Ribbon Pompoms complemented by Grey and Iridescent White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Grey and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','grey-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/grey-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1270,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Charcoal and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Charcoal and White Ribbon Pompoms complemented by White and Charcoal Grey Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Charcoal and White Centerpiece with White Almonds','','publish','open','closed','','charcoal-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/charcoal-and-white-centerpiece-with-white-almonds',0,'product','',0),(1271,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Grey and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Grey Ribbon Pompoms complemented by Grey and White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Grey and White Centerpiece with White Almonds','','publish','open','closed','','grey-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/grey-and-white-centerpiece-with-white-almonds',0,'product','',0),(1272,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Hot Pink Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Hot Pink Ribbon Pompoms complemented by Hot Pink and White Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink Centerpiece with White Almonds','','publish','open','closed','','hot-pink-centerpiece-with-white-almonds','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/hot-pink-centerpiece-with-white-almonds',0,'product','',0),(1273,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Hot Pink and Azalea Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Hot Pink and Azalea Ribbon Pompoms complemented by Azalea and Hot Pink Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink and Azalea Centerpiece with White Mints','','publish','open','closed','','hot-pink-and-azalea-centerpiece-with-white-mints','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/hot-pink-and-azalea-centerpiece-with-white-mints',0,'product','',0),(1274,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Tropical Centerpiece with Black Accents and Jelly Bean Candy featuring Wanderfuls Favors filled with Jelly Beans. Daffodil, Purple, Hot Pink, Orange and Lime Green Ribbon Pompoms complemented by Daffodil, Purple, Hot Pink, Orange, Lime Green and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink and Tropical Colors Centerpiece with Black Accents and Jelly Bean Candy','','publish','open','closed','','hot-pink-and-tropical-colors-centerpiece-with-black-accents-and-jelly-bean-candy','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/hot-pink-and-tropical-colors-centerpiece-with-black-accents-and-jelly-bean-candy',0,'product','',0),(1275,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Tropical Centerpiece with Black Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Daffodil, Purple, Hot Pink, Orange and Lime Green Ribbon Pompoms complemented by Daffodil, Purple, Hot Pink, Orange, Lime Green and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink and Tropical Colors Centerpiece with Black Accents and Silver Foil Candy','','publish','open','closed','','hot-pink-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/hot-pink-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy',0,'product','',0),(1276,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Tropical Centerpiece with Silver Accents and Pink Gumball Candy featuring Wanderfuls Favors filled with Pink Gumballs. Daffodil, Purple, Hot Pink, Orange and Lime Green Ribbon Pompoms complemented by Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink and Tropical Colors Centerpiece with Silver Accents and Pink Gumball Candy','','publish','open','closed','','hot-pink-and-tropical-colors-centerpiece-with-silver-accents-and-pink-gumball-candy','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/hot-pink-and-tropical-colors-centerpiece-with-silver-accents-and-pink-gumball-candy',0,'product','',0),(1277,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Hot Pink and Lime Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Hot Pink and Lime Green Ribbon Pompoms complemented by Hot Pink, Lime Green and White Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink and Lime Centerpiece with White Almonds','','publish','open','closed','','hot-pink-and-lime-centerpiece-with-white-almonds','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/hot-pink-and-lime-centerpiece-with-white-almonds',0,'product','',0),(1278,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Hot Pink and Lime Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Hot Pink and Lime Green Ribbon Pompoms complemented by Hot Pink, Lime Green and White Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink and Lime Centerpiece with White Mints','','publish','open','closed','','hot-pink-and-lime-centerpiece-with-white-mints','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/hot-pink-and-lime-centerpiece-with-white-mints',0,'product','',0),(1279,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Metallic Hot Pink Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Hot Pink Ribbon Pompoms complemented by Metallic Hot Pink and Metallic Silver Tassels. Metallic Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Hot Pink Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-hot-pink-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/metallic-hot-pink-centerpiece-with-silver-foil-candy',0,'product','',0),(1280,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Metallic Hot Pink Centerpiece with Pink Foil Candy featuring Wanderfuls Favors filled with Pink Foil Wrapped Candy. Metallic Hot Pink Ribbon Pompoms complemented by Metallic Hot Pink and Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Hot Pink Centerpiece with Pink Foil Candy','','publish','open','closed','','metallic-hot-pink-centerpiece-with-pink-foil-candy','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/metallic-hot-pink-centerpiece-with-pink-foil-candy',0,'product','',0),(1281,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Metallic Hot Pink and Metallic Purple Centerpiece with Purple Gumball Candy featuring Wanderfuls Favors filled with Purple Gumballs. Metallic Hot Pink and Metallic Purple Ribbon Pompoms complemented by Metallic Hot Pink and Metallic Purple Tassels. Metallic Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Hot Pink and Metallic Purple Centerpiece with Purple Gumball Candy','','publish','open','closed','','metallic-hot-pink-and-metallic-purple-centerpiece-with-purple-gumball-candy','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/metallic-hot-pink-and-metallic-purple-centerpiece-with-purple-gumball-candy',0,'product','',0),(1282,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Metallic Hot Pink and Metallic Purple Centerpiece with Metallic Pink Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Hot Pink and Metallic Purple Ribbon Pompoms complemented by Metallic Hot Pink and Metallic Purple Tassels. Metallic Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Hot Pink and Metallic Purple Centerpiece with Metallic Pink Accents and Silver Foil Candy','','publish','open','closed','','metallic-hot-pink-and-metallic-purple-centerpiece-with-metallic-pink-accents-and-silver-foil-candy','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/metallic-hot-pink-and-metallic-purple-centerpiece-with-metallic-pink-accents-and-silver-foil-candy',0,'product','',0),(1283,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Metallic Hot Pink and Metallic Purple Centerpiece with Pink Gumball Candy featuring Wanderfuls Favors filled with Pink Gumballs. Metallic Hot Pink and Metallic Purple Ribbon Pompoms complemented by Metallic Hot Pink and Metallic Purple Tassels. Metallic Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Hot Pink and Metallic Purple Centerpiece with Pink Gumball Candy','','publish','open','closed','','metallic-hot-pink-and-metallic-purple-centerpiece-with-pink-gumball-candy','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/metallic-hot-pink-and-metallic-purple-centerpiece-with-pink-gumball-candy',0,'product','',0),(1284,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Metallic Hot Pink and Metallic Purple Centerpiece with Metallic Purple Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Hot Pink and Metallic Purple Ribbon Pompoms complemented by Metallic Hot Pink and Metallic Purple Tassels. Metallic Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Hot Pink and Metallic Purple Centerpiece with Metallic Purple Accents and Silver Foil Candy','','publish','open','closed','','metallic-hot-pink-and-metallic-purple-centerpiece-with-metallic-purple-accents-and-silver-foil-candy','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/metallic-hot-pink-and-metallic-purple-centerpiece-with-metallic-purple-accents-and-silver-foil-candy',0,'product','',0),(1285,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Hot Pink Silver and Black Centerpiece with Pink Gumball Candy featuring Wanderfuls Favors filled with Pink Gumballs. Hot Pink, Metallic Silver and Black Ribbon Pompoms complemented by Hot Pink, Metallic Silver and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink Silver and Black Centerpiece with Pink Gumball Candy','','publish','open','closed','','hot-pink-silver-and-black-centerpiece-with-pink-gumball-candy','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/hot-pink-silver-and-black-centerpiece-with-pink-gumball-candy',0,'product','',0),(1286,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Hot Pink Silver and Black Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Hot Pink, Metallic Silver and Black Ribbon Pompoms complemented by Hot Pink, Metallic Silver and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink Silver and Black Centerpiece with Silver Foil Candy','','publish','open','closed','','hot-pink-silver-and-black-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/hot-pink-silver-and-black-centerpiece-with-silver-foil-candy',0,'product','',0),(1287,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Hot Pink Silver and Black Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Hot Pink and Purple Ribbon Pompoms complemented by Hot Pink, Purple and White Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink and Purple Centerpiece with White Mints','','publish','open','closed','','hot-pink-and-purple-centerpiece-with-white-mints','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/hot-pink-and-purple-centerpiece-with-white-mints',0,'product','',0),(1288,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Hot Pink and Tangerine Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Hot Pink and Tangerine Ribbon Pompoms complemented by Hot Pink, Tangerine and White Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink and Tangerine Centerpiece with White Mints','','publish','open','closed','','hot-pink-and-tangerine-centerpiece-with-white-mints','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/hot-pink-and-tangerine-centerpiece-with-white-mints',0,'product','',0),(1289,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Hot Pink and Teal Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Hot Pink and Teal Ribbon Pompoms complemented by Hot Pink, Teal and White Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink and Teal Centerpiece with White Almonds','','publish','open','closed','','hot-pink-and-teal-centerpiece-with-white-almonds','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/hot-pink-and-teal-centerpiece-with-white-almonds',0,'product','',0),(1290,1,'2016-08-14 17:49:18','2016-08-14 17:49:18','Hot Pink and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Hot Pink and White Ribbon Pompoms complemented by Hot Pink and White Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink and White Centerpiece with White Almonds','','publish','open','closed','','hot-pink-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:18','2016-08-14 17:49:18','',0,'http://www.wanderfuls.com/product/hot-pink-and-white-centerpiece-with-white-almonds',0,'product','',0),(1291,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Lavender Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Lavender  Ribbon Pompoms complemented by Lavender and White  Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lavender Centerpiece with White Almonds','','publish','open','closed','','lavender-centerpiece-with-white-almonds','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/lavender-centerpiece-with-white-almonds',0,'product','',0),(1292,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Pastel Centerpiece with Lavender Accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Pink, Celadon, Lavender, Light Yellow, Mint and Peach Ribbon Pompoms complemented by Baby Pink, Celadon, Lavender, Light Yellow, Mint and Peach Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lavender and Pastel Colors Centerpiece with Lavender Accents and White Almonds','','publish','open','closed','','lavender-and-pastel-colors-centerpiece-with-lavender-accents-and-white-almonds','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/lavender-and-pastel-colors-centerpiece-with-lavender-accents-and-white-almonds',0,'product','',0),(1293,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Pastel Centerpiece with White Accents. Pink, Celadon, Lavender, Light Yellow, Mint and Peach Ribbon Pompoms complemented by Baby Pink, Celadon, Lavender, Light Yellow, Mint and Peach Tassels. White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.  This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Lavender and Pastel Colors Centerpiece with White Accents','','publish','open','closed','','lavender-and-pastel-colors-centerpiece-with-white-accents','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/lavender-and-pastel-colors-centerpiece-with-white-accents',0,'product','',0),(1294,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Lavender and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Lavender and Iridescent White  Ribbon Pompoms complemented by Lavender and Iridescent White  Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lavender and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','lavender-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/lavender-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1295,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Lavender and Light Yellow Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Lavender and Light Yellow  Ribbon Pompoms complemented by Lavender, Light Yellow and White  Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lavender and Light Yellow Centepiece with White Almonds','','publish','open','closed','','lavender-and-light-yellow-centepiece-with-white-almonds','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/lavender-and-light-yellow-centepiece-with-white-almonds',0,'product','',0),(1296,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Lavender and Mint Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Lavender and Mint  Ribbon Pompoms complemented by Lavender, Mint and White  Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lavender and Mint Centerpiece with White Almonds','','publish','open','closed','','lavender-and-mint-centerpiece-with-white-almonds','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/lavender-and-mint-centerpiece-with-white-almonds',0,'product','',0),(1297,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Lavender and Purple Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Lavender and Purple  Ribbon Pompoms complemented by Lavender, White and Purple  Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lavender and Purple Centerpiece with White Almonds','','publish','open','closed','','lavender-and-purple-centerpiece-with-white-almonds','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/lavender-and-purple-centerpiece-with-white-almonds',0,'product','',0),(1298,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Lavender and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Lavender and White  Ribbon Pompoms complemented by Lavender and White  Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lavender and White Centerpiece with White Almonds','','publish','open','closed','','lavender-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/lavender-and-white-centerpiece-with-white-almonds',0,'product','',0),(1299,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Metallic Gold Centerpiece with Metallic Blue Accents and Gold Foil Candy featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Metallic Gold Ribbon Pompoms complemented by Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold Centerpiece with Metallic Blue Accents and Gold Foil Candy','','publish','open','closed','','metallic-gold-centerpiece-with-metallic-blue-accents-and-gold-foil-candy','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/metallic-gold-centerpiece-with-metallic-blue-accents-and-gold-foil-candy',0,'product','',0),(1300,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Metallic Gold and Navy Centerpiece with Gold Foil Candy featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Metallic Gold and Navy Ribbon Pompoms complemented by Metallic Gold and Navy Tassels. Navy imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold and Navy Centerpiece with Gold Foil Candy','','publish','open','closed','','metallic-gold-and-navy-centerpiece-with-gold-foil-candy','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/metallic-gold-and-navy-centerpiece-with-gold-foil-candy',0,'product','',0),(1301,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Metallic Gold and Navy Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Gold and Navy Ribbon Pompoms complemented by Metallic Gold, Navy and White Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold and Navy Centerpiece with White Almonds','','publish','open','closed','','metallic-gold-and-navy-centerpiece-with-white-almonds','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/metallic-gold-and-navy-centerpiece-with-white-almonds',0,'product','',0),(1302,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Metallic Gold and Red Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Metallic Gold Ribbon Pompoms complemented by Red, Metallic Gold and White Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold and Red Centerpiece with White Almonds','','publish','open','closed','','metallic-gold-and-red-centerpiece-with-white-almonds','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/metallic-gold-and-red-centerpiece-with-white-almonds',0,'product','',0),(1303,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Metallic Gold and Red Centerpiece with Red Almonds featuring Wanderfuls Favors filled with Red Jordan Almonds. Red and Metallic Gold Ribbon Pompoms complemented by Red and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold and Red Centerpiece with Red Almonds','','publish','open','closed','','metallic-gold-and-red-centerpiece-with-red-almonds','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/metallic-gold-and-red-centerpiece-with-red-almonds',0,'product','',0),(1304,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Metallic Gold and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Metallic Gold Ribbon Pompoms complemented by White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold and White Centerpiece with White Almonds','','publish','open','closed','','metallic-gold-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/metallic-gold-and-white-centerpiece-with-white-almonds',0,'product','',0),(1305,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Metallic Gold and White Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. White and Metallic Gold Ribbon Pompoms complemented by White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold and White Centerpiece with White Mints','','publish','open','closed','','metallic-gold-and-white-centerpiece-with-white-mints','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/metallic-gold-and-white-centerpiece-with-white-mints',0,'product','',0),(1306,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Metallic Silver Azalea and Black Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Azalea, Black and Metallic Silver Ribbon Pompoms complemented by Azalea, Black and Metallic Silver Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver Azalea and Black Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-silver-azalea-and-black-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/metallic-silver-azalea-and-black-centerpiece-with-silver-foil-candy',0,'product','',0),(1307,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Metallic Silver Metallic Baby Blue and Baby Blue Centerpiece with Light Blue Jordan Almonds featuring Wanderfuls Favors filled with Light Blue Jordan Almonds. Metallic Light Blue, Metallic Silver and Baby Blue Ribbon Pompoms complemented by Metallic Silver and Baby Blue Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver Metallic Baby Blue and Baby Blue Centerpiece with Light Blue Almonds','','publish','open','closed','','metallic-silver-metallic-baby-blue-and-baby-blue-centerpiece-with-light-blue-almonds','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/metallic-silver-metallic-baby-blue-and-baby-blue-centerpiece-with-light-blue-almonds',0,'product','',0),(1308,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Metallic Silver and Black Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Black Ribbon Pompoms complemented by Metallic Silver, Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver and Black Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-silver-and-black-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/metallic-silver-and-black-centerpiece-with-silver-foil-candy',0,'product','',0),(1309,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Metallic Silver and Black Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Silver and Black Ribbon Pompoms complemented by Metallic Silver, Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver and Black Centerpiece with White Almonds','','publish','open','closed','','metallic-silver-and-black-centerpiece-with-white-almonds','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/metallic-silver-and-black-centerpiece-with-white-almonds',0,'product','',0),(1310,1,'2016-08-14 17:49:19','2016-08-14 17:49:19','Metallic Silver and Metallic Purple Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Purple Ribbon Pompoms complemented by Metallic Silver, Metallic Purple and White Tassels. Metallic Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver and Metallic Purple Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-silver-and-metallic-purple-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:19','2016-08-14 17:49:19','',0,'http://www.wanderfuls.com/product/metallic-silver-and-metallic-purple-centerpiece-with-silver-foil-candy',0,'product','',0),(1311,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Metallic Silver Black and Hot Pink Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver, Black and Hot Pink Ribbon Pompoms complemented by Metallic Silver, Hot Pink and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver Black and Hot Pink Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-silver-black-and-hot-pink-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/metallic-silver-black-and-hot-pink-centerpiece-with-silver-foil-candy',0,'product','',0),(1312,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Metallic Silver and Metallic Royal Blue Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Royal Blue Ribbon Pompoms complemented by Metallic Silver and Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver and Metallic Royal Blue Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-silver-and-metallic-royal-blue-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/metallic-silver-and-metallic-royal-blue-centerpiece-with-silver-foil-candy',0,'product','',0),(1313,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Metallic Silver and Metallic Burgundy Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Burgundy  Ribbon Pompoms complemented by Metallic Silver and Metallic Burgundy  Tassels. Metallic Burgundy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver and Metallic Burgundy Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-silver-and-metallic-burgundy-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/metallic-silver-and-metallic-burgundy-centerpiece-with-silver-foil-candy',0,'product','',0),(1314,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Metallic Silver and Navy Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Navy Ribbon Pompoms complemented by Metallic Silver and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver and Navy Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-silver-and-navy-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/metallic-silver-and-navy-centerpiece-with-silver-foil-candy',0,'product','',0),(1315,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Metallic Silver and Navy Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Metallic Silver and Navy Ribbon Pompoms complemented by Metallic Silver, Navy and White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver and Navy Centerpiece with White Mints','','publish','open','closed','','metallic-silver-and-navy-centerpiece-with-white-mints','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/metallic-silver-and-navy-centerpiece-with-white-mints',0,'product','',0),(1316,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Metallic Silver and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Silver and White Ribbon Pompoms complemented by Metallic Silver and White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver and White Centerpiece with White Almonds','','publish','open','closed','','metallic-silver-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/metallic-silver-and-white-centerpiece-with-white-almonds',0,'product','',0),(1317,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Metallic Silver and White Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and White Ribbon Pompoms complemented by Metallic Silver and White Tassels. White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver and White Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-silver-and-white-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/metallic-silver-and-white-centerpiece-with-silver-foil-candy',0,'product','',0),(1318,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Metallic Silver Royal Blue and White Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver, White and Royal Blue Ribbon Pompoms complemented by Metallic Silver, White and Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver Royal Blue and White Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-silver-royal-blue-and-white-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/metallic-silver-royal-blue-and-white-centerpiece-with-silver-foil-candy',0,'product','',0),(1319,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Metallic Silver Royal Blue and White Centerpiece with Royal Blue Foil Candy featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. Metallic Silver, White and Royal Blue Ribbon Pompoms complemented by Metallic Silver, White and Metallic Royal Blue Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver Royal Blue and White Centerpiece with Blue Foil Candy','','publish','open','closed','','metallic-silver-royal-blue-and-white-centerpiece-with-blue-foil-candy','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/metallic-silver-royal-blue-and-white-centerpiece-with-blue-foil-candy',0,'product','',0),(1320,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Metallic Silver Black and Turquoise Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver, Turquoise and Black Ribbon Pompoms complemented by Metallic Silver, Turquoise and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver Black and Turquoise Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-silver-black-and-turquoise-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/metallic-silver-black-and-turquoise-centerpiece-with-silver-foil-candy',0,'product','',0),(1321,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Metallic Silver Black and Turquoise Centerpiece with Black Almonds featuring Wanderfuls Favors filled with Black Jordan Almonds. Metallic Silver, Turquoise and Black Ribbon Pompoms complemented by Metallic Silver, Turquoise and Black Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver Black and Turquoise Centerpiece with Black Almonds','','publish','open','closed','','metallic-silver-black-and-turquoise-centerpiece-with-black-almonds','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/metallic-silver-black-and-turquoise-centerpiece-with-black-almonds',0,'product','',0),(1322,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Navy and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and White Ribbon Pompoms complemented by Navy and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and White Centerpiece with White Almonds','','publish','open','closed','','navy-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/navy-and-white-centerpiece-with-white-almonds',0,'product','',0),(1323,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Navy and Peach Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and Peach Ribbon Pompoms complemented by Navy, White and Peach Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Peach Centerpiece with White Almonds','','publish','open','closed','','navy-and-peach-centerpiece-with-white-almonds','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/navy-and-peach-centerpiece-with-white-almonds',0,'product','',0),(1324,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Navy and Cornflower Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Navy and Cornflower Ribbon Pompoms complemented by Navy, White and Cornflower Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Navy and Cornflower Centerpiece with White Mints','','publish','open','closed','','navy-and-cornflower-centerpiece-with-white-mints','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/navy-and-cornflower-centerpiece-with-white-mints',0,'product','',0),(1325,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Navy and Silver Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Navy and Metallic Silver Ribbon Pompoms complemented by Navy, White and Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Silver Centerpiece with White Mints','','publish','open','closed','','navy-and-silver-centerpiece-with-white-mints','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/navy-and-silver-centerpiece-with-white-mints',0,'product','',0),(1326,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Navy and Silver Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Navy and Metallic Silver Ribbon Pompoms complemented by Navy and Metallic Silver Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Silver Centerpiece with Silver Foil Candy','','publish','open','closed','','navy-and-silver-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/navy-and-silver-centerpiece-with-silver-foil-candy',0,'product','',0),(1327,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Navy and Gold Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and Metallic Gold Ribbon Pompoms complemented by Navy, Metallic Gold and White Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Navy and Gold Centerpiece with White Almonds','','publish','open','closed','','navy-and-gold-centerpiece-with-white-almonds','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/navy-and-gold-centerpiece-with-white-almonds',0,'product','',0),(1328,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Navy and Gold Centerpiece with Gold Foil Candy featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Navy and Metallic Gold Ribbon Pompoms complemented by Navy and Metallic Gold Tassels. Navy imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Navy and Gold Centerpiece with Gold Foil Candy','','publish','open','closed','','navy-and-gold-centerpiece-with-gold-foil-candy','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/navy-and-gold-centerpiece-with-gold-foil-candy',0,'product','',0),(1329,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','Navy and Ivory Centerpiece.  Navy and Ivory  Ribbon Pompoms complemented by Navy, Metallic Gold and Ivory  Tassels. Navy imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Navy and Ivory Centerpiece with Gold Kiss Candy','','publish','open','closed','','navy-and-ivory-centerpiece-with-gold-kiss-candy','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',0,'http://www.wanderfuls.com/product/navy-and-ivory-centerpiece-with-gold-kiss-candy',0,'product','',0),(1330,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation',0,'product_variation','',0),(1331,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-2','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-2',0,'product_variation','',0),(1332,1,'2016-08-14 17:49:20','2016-08-14 17:49:20','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-3','','','2016-08-14 17:49:20','2016-08-14 17:49:20','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-3',0,'product_variation','',0),(1333,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-4','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-4',0,'product_variation','',0),(1334,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-5','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-5',0,'product_variation','',0),(1335,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-6','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-6',0,'product_variation','',0),(1336,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-7','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-7',0,'product_variation','',0),(1337,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-8','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-8',0,'product_variation','',0),(1338,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-9','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-9',0,'product_variation','',0),(1339,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-10','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-10',0,'product_variation','',0),(1340,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-11','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-11',0,'product_variation','',0),(1341,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-12','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-12',0,'product_variation','',0),(1342,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-13','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-13',0,'product_variation','',0),(1343,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-14','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-14',0,'product_variation','',0),(1344,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-15','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-15',0,'product_variation','',0),(1345,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','','Product 1329 Variation','','publish','closed','closed','','product-1329-variation-16','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',1329,'http://www.wanderfuls.com/product_variation/product-1329-variation-16',0,'product_variation','',0),(1346,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','Navy and Grey Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Navy and Grey Ribbon Pompoms complemented by Navy, Grey and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Grey Centerpiece with White Mints','','publish','open','closed','','navy-and-grey-centerpiece-with-white-mints','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',0,'http://www.wanderfuls.com/product/navy-and-grey-centerpiece-with-white-mints',0,'product','',0),(1347,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','Navy and Ocean Colors Centerpiece with Turquoise Accents and White Mints featuring Wanderfuls Favors filled with White Mints. Navy, Cornflower, Royal Blue, Teal, Turquoise and WhiteRibbon Pompoms complemented by Navy, Cornflower, Royal Blue, Teal, Turquoise and WhiteTassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Navy and Ocean Colors Centerpiece with Turquoise Accents and White Mints','','publish','open','closed','','navy-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',0,'http://www.wanderfuls.com/product/navy-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints',0,'product','',0),(1348,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','Navy and Ocean Colors Centerpiece with Turquoise Accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Navy, Cornflower, Royal Blue, Teal, Turquoise and White Ribbon Pompoms complemented by Navy, Cornflower, Royal Blue, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Navy and Ocean Colors Centerpiece with Turquoise Accents and White Almonds','','publish','open','closed','','navy-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',0,'http://www.wanderfuls.com/product/navy-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds',0,'product','',0),(1349,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','Navy and Ocean Colors Centerpiece with Turquoise Accents. Navy, Cornflower, Royal Blue, Teal, Turquoise and White Ribbon Pompoms complemented by Navy, Cornflower, Royal Blue, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Navy and Ocean Colors Centerpiece with Turquoise Accents','','publish','open','closed','','navy-and-ocean-colors-centerpiece-with-turquoise-accents','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',0,'http://www.wanderfuls.com/product/navy-and-ocean-colors-centerpiece-with-turquoise-accents',0,'product','',0),(1350,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','Navy and Ocean Colors Centerpiece with Turquoise Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Navy, Cornflower, Royal Blue, Teal, Turquoise and White Ribbon Pompoms complemented by Navy, Cornflower, Royal Blue, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Navy and Ocean Colors Centerpiece with Turquoise Accents and Silver Foil Candy','','publish','open','closed','','navy-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',0,'http://www.wanderfuls.com/product/navy-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy',0,'product','',0),(1351,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','Navy and Ocean Colors Centerpiece with Turquoise Accents and Royal Blue Foil Candy featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. Navy, Cornflower, Royal Blue, Teal, Turquoise and White Ribbon Pompoms complemented by Navy, Cornflower, Royal Blue, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Navy and Ocean Colors Centerpiece with Turquoise Accents and Blue Foil Wrapped Candy','','publish','open','closed','','navy-and-ocean-colors-centerpiece-with-turquoise-accents-and-blue-foil-wrapped-candy','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',0,'http://www.wanderfuls.com/product/navy-and-ocean-colors-centerpiece-with-turquoise-accents-and-blue-foil-wrapped-candy',0,'product','',0),(1352,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','Navy and Cabernet Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Navy and Cabernet Ribbon Pompoms complemented by Navy, Cabernet and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Cabernet Centerpiece with White Mints','','publish','open','closed','','navy-and-cabernet-centerpiece-with-white-mints','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',0,'http://www.wanderfuls.com/product/navy-and-cabernet-centerpiece-with-white-mints',0,'product','',0),(1353,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','Navy and Baby Blue Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and Baby Blue Ribbon Pompoms complemented by Navy, Baby Blue and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Baby Blue Centerpiece with White Almonds','','publish','open','closed','','navy-and-baby-blue-centerpiece-with-white-almonds','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',0,'http://www.wanderfuls.com/product/navy-and-baby-blue-centerpiece-with-white-almonds',0,'product','',0),(1354,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','Navy Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Navy Ribbon Pompoms complemented by Navy and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy Centerpiece with White Almonds','','publish','open','closed','','navy-centerpiece-with-white-almonds','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',0,'http://www.wanderfuls.com/product/navy-centerpiece-with-white-almonds',0,'product','',0),(1355,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','Lime Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Lime Green Ribbon Pompoms complemented by Lime Green and White Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lime Centerpiece with White Almonds','','publish','open','closed','','lime-centerpiece-with-white-almonds','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',0,'http://www.wanderfuls.com/product/lime-centerpiece-with-white-almonds',0,'product','',0),(1356,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','Lime and Tropical Colors Centerpiece with Black Accents and Jelly Bean Candy featuring Wanderfuls Favors filled with Jelly Beans. Daffodil, Purple, Hot Pink, Orange and Lime Green Ribbon Pompoms complemented by Lime Green, Daffodil, Hot Pink, Purple, Orange and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lime and Tropical Colors Centerpiece with Black Accents and Jelly Bean Candy','','publish','open','closed','','lime-and-tropical-colors-centerpiece-with-black-accents-and-jelly-bean-candy','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',0,'http://www.wanderfuls.com/product/lime-and-tropical-colors-centerpiece-with-black-accents-and-jelly-bean-candy',0,'product','',0),(1357,1,'2016-08-14 17:49:21','2016-08-14 17:49:21','Lime and Tropical Colors Centerpiece with Black Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Daffodil, Purple, Hot Pink, Orange and Lime Green Ribbon Pompoms complemented by Lime Green, Daffodil, Hot Pink, Purple, Orange and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lime and Tropical Colors Centerpiece with Black Accents and Silver Foil Candy','','publish','open','closed','','lime-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy','','','2016-08-14 17:49:21','2016-08-14 17:49:21','',0,'http://www.wanderfuls.com/product/lime-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy',0,'product','',0),(1358,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Lime and Tropical Colors Centerpiece with Black Accents. Daffodil, Purple, Hot Pink, Orange and Lime Green Ribbon Pompoms complemented by Lime Green, Daffodil, Hot Pink, Purple, Orange and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Lime and Tropical Colors Centerpiece with Black Accents','','publish','open','closed','','lime-and-tropical-colors-centerpiece-with-black-accents','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/lime-and-tropical-colors-centerpiece-with-black-accents',0,'product','',0),(1359,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Lime and Tropical Colors Centerpiece with Silver Accents and Fruit Runt Candy featuring Wanderfuls Favors filled with Fruit Runts. Daffodil, Purple, Hot Pink, Orange and Lime Green Ribbon Pompoms complemented by Metallic Silver Tassels. Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lime and Tropical Colors Centerpiece with Silver Accents and Fruit Runt Candy','','publish','open','closed','','lime-and-tropical-colors-centerpiece-with-silver-accents-and-fruit-runt-candy','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/lime-and-tropical-colors-centerpiece-with-silver-accents-and-fruit-runt-candy',0,'product','',0),(1360,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Lime and Tropical Colors Centerpiece with Silver Accents and Jelly Bean Candy featuring Wanderfuls Favors filled with Jelly Beans. Daffodil, Purple, Hot Pink, Orange and Lime GreenRibbon Pompoms complemented by Metallic Silver Tassels. Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lime and Tropical Colors Centerpiece with Silver Accents and Jelly Bean Candy','','publish','open','closed','','lime-and-tropical-colors-centerpiece-with-silver-accents-and-jelly-bean-candy','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/lime-and-tropical-colors-centerpiece-with-silver-accents-and-jelly-bean-candy',0,'product','',0),(1361,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Lime and Tropical Colors Centerpiece with Silver Accents and Hot Pink Gumball Candy featuring Wanderfuls Favors filled with Pink Gumballs. Daffodil, Purple, Hot Pink, Orange and Lime Green Ribbon Pompoms complemented by Metallic Silver Tassels. Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lime and Tropical Colors Centerpiece with Silver Accents and Hot Pink Gumball Candy','','publish','open','closed','','lime-and-tropical-colors-centerpiece-with-silver-accents-and-hot-pink-gumball-candy','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/lime-and-tropical-colors-centerpiece-with-silver-accents-and-hot-pink-gumball-candy',0,'product','',0),(1362,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Lime and Tropical Colors Centerpiece with Silver Accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Daffodil, Purple, Hot Pink, Orange and Lime Green Ribbon Pompoms complemented by Metallic Silver  Tassels. Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lime and Tropical Colors Centerpiece with Silver Accents and White Almonds','','publish','open','closed','','lime-and-tropical-colors-centerpiece-with-silver-accents-and-white-almonds','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/lime-and-tropical-colors-centerpiece-with-silver-accents-and-white-almonds',0,'product','',0),(1363,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Lime and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Lime Green and Iridescent White Ribbon Pompoms complemented by Iridescent White and Lime Green Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lime and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','lime-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/lime-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1364,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Lime and Grape Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Lime Green and Grape Ribbon Pompoms complemented by White, Lime Green and Grape Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lime and Grape Centerpiece with White Almonds','','publish','open','closed','','lime-and-grape-centerpiece-with-white-almonds','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/lime-and-grape-centerpiece-with-white-almonds',0,'product','',0),(1365,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Lime and Hot Pink Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Lime Green and Hot Pink Ribbon Pompoms complemented by White, Lime Green and Hot Pink Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lime and Hot Pink Centerpiece with White Almonds','','publish','open','closed','','lime-and-hot-pink-centerpiece-with-white-almonds','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/lime-and-hot-pink-centerpiece-with-white-almonds',0,'product','',0),(1366,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Lime and Hot Pink Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Lime Green and Hot Pink Ribbon Pompoms complemented by White, Lime Green and Hot Pink Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lime and Hot Pink Centerpiece with White Mints','','publish','open','closed','','lime-and-hot-pink-centerpiece-with-white-mints','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/lime-and-hot-pink-centerpiece-with-white-mints',0,'product','',0),(1367,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Lime and Purple Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Lime Green and Purple Ribbon Pompoms complemented by White, Lime Green and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lime and Purple Centerpiece with White Mints','','publish','open','closed','','lime-and-purple-centerpiece-with-white-mints','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/lime-and-purple-centerpiece-with-white-mints',0,'product','',0),(1368,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Lime and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Lime Green and White Ribbon Pompoms complemented by White and Lime Green Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lime and White Centerpiece with White Almonds','','publish','open','closed','','lime-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/lime-and-white-centerpiece-with-white-almonds',0,'product','',0),(1369,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Peach and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Peach and White Ribbon Pompoms complemented by Peach and White Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Peach and White Centerpiece with White Almonds','','publish','open','closed','','peach-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/peach-and-white-centerpiece-with-white-almonds',0,'product','',0),(1370,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Peach and Navy Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Peach and Navy Ribbon Pompoms complemented by Peach, White and Navy Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Peach and Navy Centerpiece with White Almonds','','publish','open','closed','','peach-and-navy-centerpiece-with-white-almonds','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/peach-and-navy-centerpiece-with-white-almonds',0,'product','',0),(1371,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Peach and Ivory Centerpiece with Peach Almonds featuring Wanderfuls Favors filled with Peach Jordan Almonds. Peach and Ivory Ribbon Pompoms complemented by Peach and Ivory Tassels. Peach imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Peach and Ivory Centerpiece with Peach Almonds','','publish','open','closed','','peach-and-ivory-centerpiece-with-peach-almonds','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/peach-and-ivory-centerpiece-with-peach-almonds',0,'product','',0),(1372,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Peach and Ivory Centerpiece with Gold Foil Candy featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Peach and Ivory Ribbon Pompoms complemented by Peach and Ivory Tassels. Peach imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Peach and Ivory Centerpiece with Gold Foil Candy','','publish','open','closed','','peach-and-ivory-centerpiece-with-gold-foil-candy','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/peach-and-ivory-centerpiece-with-gold-foil-candy',0,'product','',0),(1373,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Peach and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Peach and Iridescent White Ribbon Pompoms complemented by Peach and Iridescent White Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Peach and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','peach-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/peach-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1374,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Coral and Charcoal Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Coral and Charcoal Ribbon Pompoms complemented by Coral, Charcoal Grey and White Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Coral and Charcoal Centerpiece with White Almonds','','publish','open','closed','','coral-and-charcoal-centerpiece-with-white-almonds','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/coral-and-charcoal-centerpiece-with-white-almonds',0,'product','',0),(1375,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Peach and Pastel Colors Centerpiece with Lavender Accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Pink, Lavender, Celadon, Light Yellow, Mint and PeachRibbon Pompoms complemented by Baby Pink, Lavender, Celadon, Light Yellow, Mint and PeachTassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Peach and Pastel Colors Centerpiece with Lavender Accents and White Almonds','','publish','open','closed','','peach-and-pastel-colors-centerpiece-with-lavender-accents-and-white-almonds','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/peach-and-pastel-colors-centerpiece-with-lavender-accents-and-white-almonds',0,'product','',0),(1376,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Peach and Pastel Colors Centerpiece with Pink Accents and White Mints featuring Wanderfuls Favors filled with White Mints. Pink, Lavender, Celadon, Light Yellow, Mint and Peach Ribbon Pompoms complemented by Baby Pink, Lavender, Celadon, Light Yellow, Mint and Peach Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Peach and Pastel Colors Centerpiece with Pink Accents and White Mints','','publish','open','closed','','peach-and-pastel-colors-centerpiece-with-pink-accents-and-white-mints','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/peach-and-pastel-colors-centerpiece-with-pink-accents-and-white-mints',0,'product','',0),(1377,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Peach and Pastel Colors Centerpiece with Iridescent White Accents and White Mints featuring Wanderfuls Favors filled with White Mints. Pink, Lavender, Celadon, Light Yellow, Mint and PeachRibbon Pompoms complemented by Iridescent White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Peach and Pastel Colors Centerpiece with Iridescent White Accents','','publish','open','closed','','peach-and-pastel-colors-centerpiece-with-iridescent-white-accents','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/peach-and-pastel-colors-centerpiece-with-iridescent-white-accents',0,'product','',0),(1378,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Peach Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Peach Ribbon Pompoms complemented by White and Peach Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Peach Centerpiece with White Almonds','','publish','open','closed','','peach-centerpiece-with-white-almonds','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/peach-centerpiece-with-white-almonds',0,'product','',0),(1379,1,'2016-08-14 17:49:22','2016-08-14 17:49:22','Teal and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Teal and White Ribbon Pompoms complemented by White and Teal Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Teal and White Centerpiece with White Almonds','','publish','open','closed','','teal-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:22','2016-08-14 17:49:22','',0,'http://www.wanderfuls.com/product/teal-and-white-centerpiece-with-white-almonds',0,'product','',0),(1380,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Teal and Hot Pink Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Teal and Hot Pink Ribbon Pompoms complemented by White, Teal and Hot Pink Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Teal and Hot Pink Centerpiece with White Almonds','','publish','open','closed','','teal-and-hot-pink-centerpiece-with-white-almonds','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/teal-and-hot-pink-centerpiece-with-white-almonds',0,'product','',0),(1381,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Teal and Ocean Colors Centerpiece with Turquoise Accents and White Mints featuring Wanderfuls Favors filled with White Mints. Cornflower, Navy, Royal Blue, Teal, Turquoise and White Ribbon Pompoms complemented by Cornflower, Navy, Royal Blue, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Teal and Ocean Colors Centerpiece with Turquoise Accents and White Mints','','publish','open','closed','','teal-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/teal-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints',0,'product','',0),(1382,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Teal and Ocean Colors Centerpiece with Turquoise Accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower, Navy, Royal Blue, Teal, Turquoise and White Ribbon Pompoms complemented by Cornflower, Navy, Royal Blue, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Teal and Ocean Colors Centerpiece with Turquoise Accents and White Almonds','','publish','open','closed','','teal-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/teal-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds',0,'product','',0),(1383,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Teal and Ocean Colors Centerpiece with Turquoise Accents.  Cornflower, Navy, Royal Blue, Teal, Turquoise and White Ribbon Pompoms complemented by Cornflower, Navy, Royal Blue, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.  This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Teal and Ocean Colors Centerpiece with Turquoise Accents','','publish','open','closed','','teal-and-ocean-colors-centerpiece-with-turquoise-accents','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/teal-and-ocean-colors-centerpiece-with-turquoise-accents',0,'product','',0),(1384,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Teal and Ocean Colors Centerpiece with Turquoise Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Cornflower, Navy, Royal Blue, Teal, Turquoise and WhiteRibbon Pompoms complemented by Cornflower, Navy, Royal Blue, Teal, Turquoise and WhiteTassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Teal and Ocean Colors Centerpiece with Turquoise Accents and Silver Foil Candy','','publish','open','closed','','teal-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/teal-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy',0,'product','',0),(1385,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Teal and Ocean Colors Centerpiece with Turquoise Accents and Blue Foil Candy featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. Cornflower, Navy, Royal Blue, Teal, Turquoise and White Ribbon Pompoms complemented by Cornflower, Navy, Royal Blue, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Teal and Ocean Colors Centerpiece with Turquoise Accents and Blue Foil Candy','','publish','open','closed','','teal-and-ocean-colors-centerpiece-with-turquoise-accents-and-blue-foil-candy','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/teal-and-ocean-colors-centerpiece-with-turquoise-accents-and-blue-foil-candy',0,'product','',0),(1386,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Teal Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Teal  Ribbon Pompoms complemented by Teal and White  Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Teal Centerpiece with White Mints','','publish','open','closed','','teal-centerpiece-with-white-mints','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/teal-centerpiece-with-white-mints',0,'product','',0),(1387,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Teal Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Teal Ribbon Pompoms complemented by Teal and White Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Teal Centerpiece with White Almonds','','publish','open','closed','','teal-centerpiece-with-white-almonds','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/teal-centerpiece-with-white-almonds',0,'product','',0),(1388,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Orange Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Orange Ribbon Pompoms complemented by Orange and White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange Centerpiece with White Almonds','','publish','open','closed','','orange-centerpiece-with-white-almonds','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/orange-centerpiece-with-white-almonds',0,'product','',0),(1389,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Tangerine Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Tangerine Ribbon Pompoms complemented by Tangerine and White Tassels. Tangerine imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Tangerine Centerpiece with White Almonds','','publish','open','closed','','tangerine-centerpiece-with-white-almonds','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/tangerine-centerpiece-with-white-almonds',0,'product','',0),(1390,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Orange and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Orange Ribbon Pompoms complemented by White and Orange Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and White Centerpiece with White Almonds','','publish','open','closed','','orange-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/orange-and-white-centerpiece-with-white-almonds',0,'product','',0),(1391,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Tangerine and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Tangerine Ribbon Pompoms complemented by White and Tangerine Tassels. Tangerine imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Tangerine and White Centerpiece with White Almonds','','publish','open','closed','','tangerine-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/tangerine-and-white-centerpiece-with-white-almonds',0,'product','',0),(1392,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Tangerine and Hot Pink Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Hot Pink and Tangerine Ribbon Pompoms complemented by White, Tangerine and Hot Pink Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Tangerine and Hot Pink Centerpiece with White Mints','','publish','open','closed','','tangerine-and-hot-pink-centerpiece-with-white-mints','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/tangerine-and-hot-pink-centerpiece-with-white-mints',0,'product','',0),(1393,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Orange and Royal Blue Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Orange and Royal Blue Ribbon Pompoms complemented by White, Orange and Royal Blue Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Royal Blue Centerpiece with White Mints','','publish','open','closed','','orange-and-royal-blue-centerpiece-with-white-mints','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/orange-and-royal-blue-centerpiece-with-white-mints',0,'product','',0),(1394,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Orange and Royal Blue Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Orange and Royal Blue Ribbon Pompoms complemented by White, Orange and Royal Blue Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Royal Blue Centerpiece with White Almonds','','publish','open','closed','','orange-and-royal-blue-centerpiece-with-white-almonds','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/orange-and-royal-blue-centerpiece-with-white-almonds',0,'product','',0),(1395,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Orange and Red Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Orange and Red  Ribbon Pompoms complemented by White, Orange and Red  Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Red Centerpiece with White Almonds','','publish','open','closed','','orange-and-red-centerpiece-with-white-almonds','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/orange-and-red-centerpiece-with-white-almonds',0,'product','',0),(1396,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Orange and Purple Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Orange and Purple Ribbon Pompoms complemented by White, Orange and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Purple Centerpiece with White Mints','','publish','open','closed','','orange-and-purple-centerpiece-with-white-mints','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/orange-and-purple-centerpiece-with-white-mints',0,'product','',0),(1397,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Orage and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Orange and Iridescent White Ribbon Pompoms complemented by Iridescent White and Orange Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orage and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','orage-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/orage-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1398,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Tangerine and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Tangerine and Iridescent White Ribbon Pompoms complemented by Iridescent White and Tangerine Tassels. Tangerine imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Tangerine and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','tangerine-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/tangerine-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1399,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Orange and Daffodil Yellow Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Orange and Daffodil Ribbon Pompoms complemented by Daffodil, Orange and White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Daffodil Yellow Centerpiece with White Mints','','publish','open','closed','','orange-and-daffodil-yellow-centerpiece-with-white-mints','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/orange-and-daffodil-yellow-centerpiece-with-white-mints',0,'product','',0),(1400,1,'2016-08-14 17:49:23','2016-08-14 17:49:23','Orange and Tropical Colors Centerpiece with Silver Accents and Hot Pink Gumball Candy featuring Wanderfuls Favors filled with Hot Pink Gumballs. Orange, Daffodil, Lime Green, Hot Pink and Purple Ribbon Pompoms complemented by Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Tropical Colors Centerpiece with Silver Accents and Hot Pink Gumball Candy','','publish','open','closed','','orange-and-tropical-colors-centerpiece-with-silver-accents-and-hot-pink-gumball-candy','','','2016-08-14 17:49:23','2016-08-14 17:49:23','',0,'http://www.wanderfuls.com/product/orange-and-tropical-colors-centerpiece-with-silver-accents-and-hot-pink-gumball-candy',0,'product','',0),(1401,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','Orange and Tropical Colors Centerpiece with Silver Accents and Jelly Bean Candy featuring Wanderfuls Favors filled with Jelly Beans. Orange, Daffodil, Lime Green, Hot Pink and Purple Ribbon Pompoms complemented by Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Tropical Colors Centerpiece with Silver Accents and Jelly Bean Candy','','publish','open','closed','','orange-and-tropical-colors-centerpiece-with-silver-accents-and-jelly-bean-candy','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',0,'http://www.wanderfuls.com/product/orange-and-tropical-colors-centerpiece-with-silver-accents-and-jelly-bean-candy',0,'product','',0),(1402,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','Orange and Tropical Colors Centerpiece with Silver Accents and Fruit Runts Candy featuring Wanderfuls Favors filled with Fruit Runts. Orange, Daffodil, Lime Green, Hot Pink and Purple Ribbon Pompoms complemented by Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Tropical Colors Centerpiece with Silver Accents and Fruit Runts Candy','','publish','open','closed','','orange-and-tropical-colors-centerpiece-with-silver-accents-and-fruit-runts-candy','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',0,'http://www.wanderfuls.com/product/orange-and-tropical-colors-centerpiece-with-silver-accents-and-fruit-runts-candy',0,'product','',0),(1403,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','Orange and Tropical Colors Centerpiece with Black Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Orange, Daffodil, Lime Green, Hot Pink and Purple Ribbon Pompoms complemented by Orange, Daffodil, Lime Green, Hot Pink, Purple and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Tropical Colors Centerpiece with Black Accents and Silver Foil Candy','','publish','open','closed','','orange-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',0,'http://www.wanderfuls.com/product/orange-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy',0,'product','',0),(1404,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','Orange and Tropical Colors Centerpiece with Black Accents and Jelly Bean Candy featuring Wanderfuls Favors filled with Jelly Beans. Orange, Daffodil, Lime Green, Hot Pink and Purple Ribbon Pompoms complemented by Orange, Daffodil, Lime Green, Hot Pink, Purple and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Tropical Colors Centerpiece with Black Accents and Jelly Bean Candy','','publish','open','closed','','orange-and-tropical-colors-centerpiece-with-black-accents-and-jelly-bean-candy','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',0,'http://www.wanderfuls.com/product/orange-and-tropical-colors-centerpiece-with-black-accents-and-jelly-bean-candy',0,'product','',0),(1405,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','Orange and Tropical Colors Centerpiece with Black Accents.  Daffodil, Purple, Hot Pink, Orange and Lime Green Ribbon Pompoms complemented by Lime Green, Daffodil, Hot Pink, Purple, Orange and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.  This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Orange and Tropical Colors Centerpiece with Black Accents','','publish','open','closed','','orange-and-tropical-colors-centerpiece-with-black-accents','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',0,'http://www.wanderfuls.com/product/orange-and-tropical-colors-centerpiece-with-black-accents',0,'product','',0),(1406,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','Eggplant Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Eggplant Ribbon Pompoms complemented by White and Eggplant Tassels. Eggplant non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Eggplant Centerpiece with White Almonds','','publish','open','closed','','eggplant-centerpiece-with-white-almonds','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',0,'http://www.wanderfuls.com/product/eggplant-centerpiece-with-white-almonds',0,'product','',0),(1407,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation',0,'product_variation','',0),(1408,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-2','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-2',0,'product_variation','',0),(1409,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-3','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-3',0,'product_variation','',0),(1410,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-4','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-4',0,'product_variation','',0),(1411,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-5','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-5',0,'product_variation','',0),(1412,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-6','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-6',0,'product_variation','',0),(1413,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-7','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-7',0,'product_variation','',0),(1414,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-8','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-8',0,'product_variation','',0),(1415,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-9','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-9',0,'product_variation','',0),(1416,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-10','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-10',0,'product_variation','',0),(1417,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-11','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-11',0,'product_variation','',0),(1418,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-12','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-12',0,'product_variation','',0),(1419,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-13','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-13',0,'product_variation','',0),(1420,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-14','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-14',0,'product_variation','',0),(1421,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-15','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-15',0,'product_variation','',0),(1422,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','','Product 1406 Variation','','publish','closed','closed','','product-1406-variation-16','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',1406,'http://www.wanderfuls.com/product_variation/product-1406-variation-16',0,'product_variation','',0),(1423,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','Grape Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Grape Ribbon Pompoms complemented by White and Grape Tassels. Grape imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Grape Centerpiece with White Almonds','','publish','open','closed','','grape-centerpiece-with-white-almonds','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',0,'http://www.wanderfuls.com/product/grape-centerpiece-with-white-almonds',0,'product','',0),(1424,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','Purple Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Purple Ribbon Pompoms complemented by White and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple Centerpiece with White Almonds','','publish','open','closed','','purple-centerpiece-with-white-almonds','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',0,'http://www.wanderfuls.com/product/purple-centerpiece-with-white-almonds',0,'product','',0),(1425,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','Purple and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Purple and White Ribbon Pompoms complemented by White and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and White Centerpiece with White Almonds','','publish','open','closed','','purple-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',0,'http://www.wanderfuls.com/product/purple-and-white-centerpiece-with-white-almonds',0,'product','',0),(1426,1,'2016-08-14 17:49:24','2016-08-14 17:49:24','Grape and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Grape and White Ribbon Pompoms complemented by White and Grape Tassels. Grape imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Grape and White Centerpiece with White Almonds','','publish','open','closed','','grape-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:24','2016-08-14 17:49:24','',0,'http://www.wanderfuls.com/product/grape-and-white-centerpiece-with-white-almonds',0,'product','',0),(1427,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Eggplant and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Eggplant and White Ribbon Pompoms complemented by White and Eggplant Tassels. Eggplant non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Eggplant and White Centerpiece with White Almonds','','publish','open','closed','','eggplant-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/eggplant-and-white-centerpiece-with-white-almonds',0,'product','',0),(1428,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Purple and Azalea Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Purple and Azalea Ribbon Pompoms complemented by Azalea and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and Azalea Centerpiece with White Mints','','publish','open','closed','','purple-and-azalea-centerpiece-with-white-mints','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/purple-and-azalea-centerpiece-with-white-mints',0,'product','',0),(1429,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Purple and Orange Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Purple and Orange  Ribbon Pompoms complemented by Orange, Purple and White  Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and Orange Centerpiece with White Mints','','publish','open','closed','','purple-and-orange-centerpiece-with-white-mints','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/purple-and-orange-centerpiece-with-white-mints',0,'product','',0),(1430,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Purple and Lime Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Lime Green and Purple Ribbon Pompoms complemented by Lime Green, Purple and White Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and Lime Centerpiece with White Mints','','publish','open','closed','','purple-and-lime-centerpiece-with-white-mints','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/purple-and-lime-centerpiece-with-white-mints',0,'product','',0),(1431,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Purple and Lavender Centerpiece with White Mints featuring Wanderfuls Favors filled with White Jordan Almonds. Lavender and Purple Ribbon Pompoms complemented by Lavender, Purple and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and Lavender Centerpiece with White Mints','','publish','open','closed','','purple-and-lavender-centerpiece-with-white-mints','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/purple-and-lavender-centerpiece-with-white-mints',0,'product','',0),(1432,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Purple and Hot Pink Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Hot Pink and Purple Ribbon Pompoms complemented by Hot Pink, Purple and White Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and Hot Pink Centerpiece with White Almonds','','publish','open','closed','','purple-and-hot-pink-centerpiece-with-white-almonds','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/purple-and-hot-pink-centerpiece-with-white-almonds',0,'product','',0),(1433,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Purple and Hot Pink Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Hot Pink and Purple Ribbon Pompoms complemented by Hot Pink, Purple and White Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and Hot Pink Centerpiece with White Mints','','publish','open','closed','','purple-and-hot-pink-centerpiece-with-white-mints','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/purple-and-hot-pink-centerpiece-with-white-mints',0,'product','',0),(1434,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Grape and Lime Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Lime Green and Grape Ribbon Pompoms complemented by Lime Green, Grape and White Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Grape and Lime Centerpiece with White Almonds','','publish','open','closed','','grape-and-lime-centerpiece-with-white-almonds','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/grape-and-lime-centerpiece-with-white-almonds',0,'product','',0),(1435,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Metallic Purple and Silver Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Purple and Metallic Silver Ribbon Pompoms complemented by Metallic Purple and Metallic Silver Tassels. Metallic Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Purple and Silver Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-purple-and-silver-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/metallic-purple-and-silver-centerpiece-with-silver-foil-candy',0,'product','',0),(1436,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Metallic Purple and Metallic Hot Pink Centerpiece with Metallic Purple Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Hot Pink and Metallic Purple Ribbon Pompoms complemented by Metallic Purple and Metallic Hot Pink Tassels. Metallic Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Purple and Metallic Hot Pink Centerpiece with Metallic Purple Accents and Silver Foil Candy','','publish','open','closed','','metallic-purple-and-metallic-hot-pink-centerpiece-with-metallic-purple-accents-and-silver-foil-candy','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/metallic-purple-and-metallic-hot-pink-centerpiece-with-metallic-purple-accents-and-silver-foil-candy',0,'product','',0),(1437,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Metallic Purple and Metallic Hot Pink Centerpiece with Metallic Hot Pink Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Hot Pink and Metallic Purple Ribbon Pompoms complemented by Metallic Purple and Metallic Hot Pink Tassels. Metallic Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Purple and Metallic Hot Pink Centerpiece with Metallic Hot Pink Accents and Silver Foil Candy','','publish','open','closed','','metallic-purple-and-metallic-hot-pink-centerpiece-with-metallic-hot-pink-accents-and-silver-foil-candy','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/metallic-purple-and-metallic-hot-pink-centerpiece-with-metallic-hot-pink-accents-and-silver-foil-candy',0,'product','',0),(1438,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Purple and Tropical Colors Centerpiece with Silver Accents and Jelly Bean Candy featuring Wanderfuls Favors filled with Jelly Beans. Daffodil, Lime Green, Purple, Hot Pink and Orange Ribbon Pompoms complemented by Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and Tropical Colors Centerpiece with Silver Accents and Jelly Bean Candy','','publish','open','closed','','purple-and-tropical-colors-centerpiece-with-silver-accents-and-jelly-bean-candy','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/purple-and-tropical-colors-centerpiece-with-silver-accents-and-jelly-bean-candy',0,'product','',0),(1439,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Purple and Tropical Colors Centerpiece with Black Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Daffodil, Lime Green, Purple, Hot Pink and Orange Ribbon Pompoms complemented by Daffodil, Lime Green, Purple, Hot Pink, Orange and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Purple and Tropical Colors Centerpiece with Black Accents and Silver Foil Candy','','publish','open','closed','','purple-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/purple-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy',0,'product','',0),(1440,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Red Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Red Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red Centerpiece with White Almonds','','publish','open','closed','','red-centerpiece-with-white-almonds','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/red-centerpiece-with-white-almonds',0,'product','',0),(1441,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Red and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Red and White Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and White Centerpiece with White Almonds','','publish','open','closed','','red-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/red-and-white-centerpiece-with-white-almonds',0,'product','',0),(1442,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Red and Black Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Red and Black Ribbon Pompoms complemented by Red, White and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and Black Centerpiece with White Mints','','publish','open','closed','','red-and-black-centerpiece-with-white-mints','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/red-and-black-centerpiece-with-white-mints',0,'product','',0),(1443,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Red and Royal Blue Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Royal Blue Ribbon Pompoms complemented by Red, White and Royal Blue Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and Royal Blue Centerpiece with White Almonds','','publish','open','closed','','red-and-royal-blue-centerpiece-with-white-almonds','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/red-and-royal-blue-centerpiece-with-white-almonds',0,'product','',0),(1444,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Red and Royal Blue Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Red and Royal Blue Ribbon Pompoms complemented by Red, White and Royal Blue Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and Royal Blue Centerpiece with White Mints','','publish','open','closed','','red-and-royal-blue-centerpiece-with-white-mints','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/red-and-royal-blue-centerpiece-with-white-mints',0,'product','',0),(1445,1,'2016-08-14 17:49:25','2016-08-14 17:49:25','Red and Orange Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Orange Ribbon Pompoms complemented by Red, White and Orange Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and Orange Centerpiece with White Almonds','','publish','open','closed','','red-and-orange-centerpiece-with-white-almonds','','','2016-08-14 17:49:25','2016-08-14 17:49:25','',0,'http://www.wanderfuls.com/product/red-and-orange-centerpiece-with-white-almonds',0,'product','',0),(1446,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Red and Emerald Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Emerald Green Ribbon Pompoms complemented by Red, White and Emerald Green New Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and Emerald Centerpiece with White Almonds','','publish','open','closed','','red-and-emerald-centerpiece-with-white-almonds','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/red-and-emerald-centerpiece-with-white-almonds',0,'product','',0),(1447,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Red and Emerald Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Red and Emerald Green  Ribbon Pompoms complemented by Red, White and Emerald Green New  Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and Emerald Centerpiece with White Mints','','publish','open','closed','','red-and-emerald-centerpiece-with-white-mints','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/red-and-emerald-centerpiece-with-white-mints',0,'product','',0),(1448,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Red and Gold Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Metallic Gold Ribbon Pompoms complemented by Red, White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Red and Gold Centerpiece with White Almonds','','publish','open','closed','','red-and-gold-centerpiece-with-white-almonds','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/red-and-gold-centerpiece-with-white-almonds',0,'product','',0),(1449,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Red and Gold Centerpiece with Red Almonds featuring Wanderfuls Favors filled with Red Jordan Almonds. Red and Metallic Gold Ribbon Pompoms complemented by Red, Metallic Gold and Metallic Red Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Red and Gold Centerpiece with Red Almonds','','publish','open','closed','','red-and-gold-centerpiece-with-red-almonds','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/red-and-gold-centerpiece-with-red-almonds',0,'product','',0),(1450,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Metallic Red and Metallic Green Centerpiece with Red Almonds featuring Wanderfuls Favors filled with Red Jordan Almonds. Metallic Red and Metallic Green Ribbon Pompoms complemented by Metallic Green, Metallic Gold and Metallic Red Tassels. Metallic Green imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Red and Metallic Green Centerpiece with Red Almonds','','publish','open','closed','','metallic-red-and-metallic-green-centerpiece-with-red-almonds','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/metallic-red-and-metallic-green-centerpiece-with-red-almonds',0,'product','',0),(1451,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Metallic Red and Metallic Green Centerpiece. Metallic Red and Metallic Green Ribbon Pompoms complemented by Metallic Green, Metallic Gold and Metallic Red Tassels. Metallic Red imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Metallic Red and Metallic Green Centerpiece','','publish','open','closed','','metallic-red-and-metallic-green-centerpiece','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/metallic-red-and-metallic-green-centerpiece',0,'product','',0),(1452,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Metallic Red and Metallic Green Centerpiece with Green Foil Candy featuring Wanderfuls Favors filled with Green Foil Wrapped Candy. Metallic Red and Metallic Green Ribbon Pompoms complemented by Metallic Green, Metallic Gold and Metallic Red Tassels. Metallic Red imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Red and Metallic Green Centerpiece with Green Foil Candy','','publish','open','closed','','metallic-red-and-metallic-green-centerpiece-with-green-foil-candy','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/metallic-red-and-metallic-green-centerpiece-with-green-foil-candy',0,'product','',0),(1453,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Royal Blue Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue Ribbon Pompoms complemented by Royal Blue and White Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue Centerpiece with White Almonds','','publish','open','closed','','royal-blue-centerpiece-with-white-almonds','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/royal-blue-centerpiece-with-white-almonds',0,'product','',0),(1454,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Royal Blue and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue and White Ribbon Pompoms complemented by Royal Blue and White Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and White Centerpiece with White Almonds','','publish','open','closed','','royal-blue-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/royal-blue-and-white-centerpiece-with-white-almonds',0,'product','',0),(1455,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Royal Blue and Orange Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Royal Blue and Orange Ribbon Pompoms complemented by Royal Blue, White and Orange Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and Orange Centerpiece with White Mints','','publish','open','closed','','royal-blue-and-orange-centerpiece-with-white-mints','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/royal-blue-and-orange-centerpiece-with-white-mints',0,'product','',0),(1456,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Royal Blue and Orange Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue and Orange Ribbon Pompoms complemented by Royal Blue, White and Orange Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and Orange Centerpiece with White Almonds','','publish','open','closed','','royal-blue-and-orange-centerpiece-with-white-almonds','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/royal-blue-and-orange-centerpiece-with-white-almonds',0,'product','',0),(1457,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Royal Blue and Red Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue and Red Ribbon Pompoms complemented by Royal Blue, White and Red Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and Red Centerpiece with White Almonds','','publish','open','closed','','royal-blue-and-red-centerpiece-with-white-almonds','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/royal-blue-and-red-centerpiece-with-white-almonds',0,'product','',0),(1458,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Royal Blue and Red Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Royal Blue and Red Ribbon Pompoms complemented by Royal Blue, White and Red Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and Red Centerpiece with White Mints','','publish','open','closed','','royal-blue-and-red-centerpiece-with-white-mints','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/royal-blue-and-red-centerpiece-with-white-mints',0,'product','',0),(1459,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Royal Blue and Daffodil Yellow Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Royal Blue and Daffodil Ribbon Pompoms complemented by Royal Blue, White and Daffodil Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and Daffodil Yellow Centerpiece with White Mints','','publish','open','closed','','royal-blue-and-daffodil-yellow-centerpiece-with-white-mints','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/royal-blue-and-daffodil-yellow-centerpiece-with-white-mints',0,'product','',0),(1460,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Royal Blue White and Silver Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Royal Blue, White and Metallic Silver  Ribbon Pompoms complemented by Metallic Royal Blue, White and Metallic Silver  Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue White and Silver Centerpiece with Silver Foil Candy','','publish','open','closed','','royal-blue-white-and-silver-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/royal-blue-white-and-silver-centerpiece-with-silver-foil-candy',0,'product','',0),(1461,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Royal Blue White and Silver Centerpiece with Blue Foil Candy featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. Royal Blue, White and Metallic Silver Ribbon Pompoms complemented by Metallic Royal Blue, White and Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue White and Silver Centerpiece with Blue Foil Candy','','publish','open','closed','','royal-blue-white-and-silver-centerpiece-with-blue-foil-candy','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/royal-blue-white-and-silver-centerpiece-with-blue-foil-candy',0,'product','',0),(1462,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Metallic Royal Blue and Silver Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Royal Blue and Metallic Silver Ribbon Pompoms complemented by Metallic Royal Blue and Metallic Silver Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Royal Blue and Silver Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-royal-blue-and-silver-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/metallic-royal-blue-and-silver-centerpiece-with-silver-foil-candy',0,'product','',0),(1463,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Metallic Royal Blue and Silver Centerpiece.  Metallic Royal Blue and Metallic Silver Ribbon Pompoms complemented by Metallic Royal Blue and Metallic Silver Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.  This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Metallic Royal Blue and Silver Centerpiece','','publish','open','closed','','metallic-royal-blue-and-silver-centerpiece','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/metallic-royal-blue-and-silver-centerpiece',0,'product','',0),(1464,1,'2016-08-14 17:49:26','2016-08-14 17:49:26','Metallic Royal Blue and Silver Centerpiece with Blue Gumball Candy featuring Wanderfuls Favors filled with Blue Gumballs. Metallic Royal Blue and Metallic Silver Ribbon Pompoms complemented by Metallic Royal Blue and Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Royal Blue and Silver Centerpiece with Blue Gumball Candy','','publish','open','closed','','metallic-royal-blue-and-silver-centerpiece-with-blue-gumball-candy','','','2016-08-14 17:49:26','2016-08-14 17:49:26','',0,'http://www.wanderfuls.com/product/metallic-royal-blue-and-silver-centerpiece-with-blue-gumball-candy',0,'product','',0),(1465,1,'2016-08-14 17:49:27','2016-08-14 17:49:27','Metallic Royal Blue and Silver Centerpiece with Blue Foil Candy featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. Metallic Royal Blue and Metallic Silver Ribbon Pompoms complemented by Metallic Royal Blue and Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Royal Blue and Silver Centerpiece with Blue Foil Candy','','publish','open','closed','','metallic-royal-blue-and-silver-centerpiece-with-blue-foil-candy','','','2016-08-14 17:49:27','2016-08-14 17:49:27','',0,'http://www.wanderfuls.com/product/metallic-royal-blue-and-silver-centerpiece-with-blue-foil-candy',0,'product','',0),(1466,1,'2016-08-14 17:49:27','2016-08-14 17:49:27','Royal Blue and Ocean Colors Centerpiece with Turquoise Accents and Blue Foil Candy featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. Royal Blue, Cornflower, Navy, Teal, Turquoise and WhiteRibbon Pompoms complemented by Royal Blue, Cornflower, Navy, Teal, Turquoise and WhiteTassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Royal Blue and Ocean Colors Centerpiece with Turquoise Accents and Blue Foil Candy','','publish','open','closed','','royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents-and-blue-foil-candy','','','2016-08-14 17:49:27','2016-08-14 17:49:27','',0,'http://www.wanderfuls.com/product/royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents-and-blue-foil-candy',0,'product','',0),(1467,1,'2016-08-14 17:49:27','2016-08-14 17:49:27','Royal Blue and Ocean Colors Centerpiece with Turquoise Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Royal Blue, Cornflower, Navy, Teal, Turquoise and WhiteRibbon Pompoms complemented by Royal Blue, Cornflower, Navy, Teal, Turquoise and WhiteTassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Royal Blue and Ocean Colors Centerpiece with Turquoise Accents and Silver Foil Candy','','publish','open','closed','','royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy','','','2016-08-14 17:49:27','2016-08-14 17:49:27','',0,'http://www.wanderfuls.com/product/royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy',0,'product','',0),(1468,1,'2016-08-14 17:49:27','2016-08-14 17:49:27','Royal Blue and Ocean Colors Centerpiece with Turquoise Accents. Royal Blue, Cornflower, Navy, Teal, Turquoise and White Ribbon Pompoms complemented by Royal Blue, Cornflower, Navy, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Royal Blue and Ocean Colors Centerpiece with Turquoise Accents','','publish','open','closed','','royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents','','','2016-08-14 17:49:27','2016-08-14 17:49:27','',0,'http://www.wanderfuls.com/product/royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents',0,'product','',0),(1469,1,'2016-08-14 17:49:27','2016-08-14 17:49:27','Royal Blue and Ocean Colors Centerpiece with Turquoise Accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue, Cornflower, Navy, Teal, Turquoise and White Ribbon Pompoms complemented by Royal Blue, Cornflower, Navy, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Royal Blue and Ocean Colors Centerpiece with Turquoise Accents and White Almonds','','publish','open','closed','','royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds','','','2016-08-14 17:49:27','2016-08-14 17:49:27','',0,'http://www.wanderfuls.com/product/royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds',0,'product','',0),(1470,1,'2016-08-14 17:49:27','2016-08-14 17:49:27','Royal Blue and Ocean Colors Centerpiece with Turquoise Accents and White Mints featuring Wanderfuls Favors filled with White Mints. Royal Blue, Cornflower, Navy, Teal, Turquoise and White Ribbon Pompoms complemented by Royal Blue, Cornflower, Navy, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Royal Blue and Ocean Colors Centerpiece with Turquoise Accents and White Mints','','publish','open','closed','','royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints','','','2016-08-14 17:49:27','2016-08-14 17:49:27','',0,'http://www.wanderfuls.com/product/royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints',0,'product','',0),(1471,1,'2016-08-14 17:49:27','2016-08-14 17:49:27','Turquoise Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Turquoise Ribbon Pompoms complemented by Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Turquoise Centerpiece with White Almonds','','publish','open','closed','','turquoise-centerpiece-with-white-almonds','','','2016-08-14 17:49:27','2016-08-14 17:49:27','',0,'http://www.wanderfuls.com/product/turquoise-centerpiece-with-white-almonds',0,'product','',0),(1472,1,'2016-08-14 17:49:27','2016-08-14 17:49:27','Turquoise and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Turquoise and Iridescent White Ribbon Pompoms complemented by Turquoise and Iridescent White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Turquoise and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','turquoise-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:27','2016-08-14 17:49:27','',0,'http://www.wanderfuls.com/product/turquoise-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1473,1,'2016-08-14 17:49:27','2016-08-14 17:49:27','Turquoise and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Turquoise and White Ribbon Pompoms complemented by Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Turquoise and White Centerpiece with White Almonds','','publish','open','closed','','turquoise-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:27','2016-08-14 17:49:27','',0,'http://www.wanderfuls.com/product/turquoise-and-white-centerpiece-with-white-almonds',0,'product','',0),(1474,1,'2016-08-14 17:49:27','2016-08-14 17:49:27','Turquoise and Ocean Colors Centerpiece with Turquoise Accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Turquoise, Cornflower, Navy, Teal, Royal Blue and White Ribbon Pompoms complemented by Royal Blue, Cornflower, Navy, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Turquoise and Ocean Colors Centerpiece with Turquoise Accents and White Almonds','','publish','open','closed','','turquoise-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds','','','2016-08-14 17:49:27','2016-08-14 17:49:27','',0,'http://www.wanderfuls.com/product/turquoise-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds',0,'product','',0),(1475,1,'2016-08-14 17:49:28','2016-08-14 17:49:28','Turquoise and Ocean Colors Centerpiece with Turquoise Accents and White Mints featuring Wanderfuls Favors filled with White Mints. Turquoise, Cornflower, Navy, Teal, Royal Blue and White Ribbon Pompoms complemented by Royal Blue, Cornflower, Navy, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Turquoise and Ocean Colors Centerpiece with Turquoise Accents and White Mints','','publish','open','closed','','turquoise-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints','','','2016-08-14 17:49:28','2016-08-14 17:49:28','',0,'http://www.wanderfuls.com/product/turquoise-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints',0,'product','',0),(1476,1,'2016-08-14 17:49:28','2016-08-14 17:49:28','Turquoise and Ocean Colors Centerpiece with Turquoise Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Turquoise, Cornflower, Navy, Teal, Royal Blue and WhiteRibbon Pompoms complemented by Royal Blue, Cornflower, Navy, Teal, Turquoise and WhiteTassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Turquoise and Ocean Colors Centerpiece with Turquoise Accents and Silver Foil Candy','','publish','open','closed','','turquoise-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy','','','2016-08-14 17:49:28','2016-08-14 17:49:28','',0,'http://www.wanderfuls.com/product/turquoise-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy',0,'product','',0),(1477,1,'2016-08-14 17:49:28','2016-08-14 17:49:28','Turquoise and Ocean Colors Centerpiece with Turquoise Accents. Turquoise, Cornflower, Navy, Teal, Royal Blue and White Ribbon Pompoms complemented by Royal Blue, Cornflower, Navy, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.  This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Turquoise and Ocean Colors Centerpiece with Turquoise Accents','','publish','open','closed','','turquoise-and-ocean-colors-centerpiece-with-turquoise-accents','','','2016-08-14 17:49:28','2016-08-14 17:49:28','',0,'http://www.wanderfuls.com/product/turquoise-and-ocean-colors-centerpiece-with-turquoise-accents',0,'product','',0),(1478,1,'2016-08-14 17:49:28','2016-08-14 17:49:28','Turquoise and Ocean Colors Centerpiece with Turquoise Accents and Royal Blue Foil Candy featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. Turquoise, Cornflower, Navy, Teal, Royal Blue and White Ribbon Pompoms complemented by Royal Blue, Cornflower, Navy, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Turquoise and Ocean Colors Centerpiece with Turquoise Accents and Royal Blue Foil Candy','','publish','open','closed','','turquoise-and-ocean-colors-centerpiece-with-turquoise-accents-and-royal-blue-foil-candy','','','2016-08-14 17:49:28','2016-08-14 17:49:28','',0,'http://www.wanderfuls.com/product/turquoise-and-ocean-colors-centerpiece-with-turquoise-accents-and-royal-blue-foil-candy',0,'product','',0),(1479,1,'2016-08-14 17:49:28','2016-08-14 17:49:28','Turquoise Black and Silver Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Turquoise, Metallic Silver and Black Ribbon Pompoms complemented by Turquoise, Metallic Silver and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Turquoise Black and Silver Centerpiece with Silver Foil Candy','','publish','open','closed','','turquoise-black-and-silver-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:28','2016-08-14 17:49:28','',0,'http://www.wanderfuls.com/product/turquoise-black-and-silver-centerpiece-with-silver-foil-candy',0,'product','',0),(1480,1,'2016-08-14 17:49:29','2016-08-14 17:49:29','Turquoise Black and Silver Centerpiece with Black Almonds featuring Wanderfuls Favors filled with Black Jordan Almonds. Turquoise, Metallic Silver and Black Ribbon Pompoms complemented by Turquoise, Metallic Silver and Black Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Turquoise Black and Silver Centerpiece with Black Almonds','','publish','open','closed','','turquoise-black-and-silver-centerpiece-with-black-almonds','','','2016-08-14 17:49:29','2016-08-14 17:49:29','',0,'http://www.wanderfuls.com/product/turquoise-black-and-silver-centerpiece-with-black-almonds',0,'product','',0),(1481,1,'2016-08-14 17:49:29','2016-08-14 17:49:29','Daffodil Yellow Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Daffodil Ribbon Pompoms complemented by Daffodil and White Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Daffodil Yellow Centerpiece with White Almonds','','publish','open','closed','','daffodil-yellow-centerpiece-with-white-almonds','','','2016-08-14 17:49:29','2016-08-14 17:49:29','',0,'http://www.wanderfuls.com/product/daffodil-yellow-centerpiece-with-white-almonds',0,'product','',0),(1482,1,'2016-08-14 17:49:29','2016-08-14 17:49:29','Light Yellow Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Light Yellow Ribbon Pompoms complemented by Light Yellow and White Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow Centerpiece with White Mints','','publish','open','closed','','light-yellow-centerpiece-with-white-mints','','','2016-08-14 17:49:29','2016-08-14 17:49:29','',0,'http://www.wanderfuls.com/product/light-yellow-centerpiece-with-white-mints',0,'product','',0),(1483,1,'2016-08-14 17:49:29','2016-08-14 17:49:29','Daffodil Yellow and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Daffodil and Iridescent White Ribbon Pompoms complemented by Daffodil and Iridescent White Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Daffodil Yellow and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','daffodil-yellow-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:29','2016-08-14 17:49:29','',0,'http://www.wanderfuls.com/product/daffodil-yellow-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1484,1,'2016-08-14 17:49:29','2016-08-14 17:49:29','Daffodil Yellow and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Daffodil and White Ribbon Pompoms complemented by Daffodil and White Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Daffodil Yellow and White Centerpiece with White Almonds','','publish','open','closed','','daffodil-yellow-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:29','2016-08-14 17:49:29','',0,'http://www.wanderfuls.com/product/daffodil-yellow-and-white-centerpiece-with-white-almonds',0,'product','',0),(1485,1,'2016-08-14 17:49:29','2016-08-14 17:49:29','Light Yellow and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Light Yellow and Iridescent White Ribbon Pompoms complemented by Light Yellow and Iridescent White Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','light-yellow-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:29','2016-08-14 17:49:29','',0,'http://www.wanderfuls.com/product/light-yellow-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1486,1,'2016-08-14 17:49:29','2016-08-14 17:49:29','Light Yellow and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Light Yellow and White Ribbon Pompoms complemented by Light Yellow and White Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow and White Centerpiece with White Almonds','','publish','open','closed','','light-yellow-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:29','2016-08-14 17:49:29','',0,'http://www.wanderfuls.com/product/light-yellow-and-white-centerpiece-with-white-almonds',0,'product','',0),(1487,1,'2016-08-14 17:49:29','2016-08-14 17:49:29','Daffodil Yellow and Orange Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Daffodil and Orange  Ribbon Pompoms complemented by Daffodil, White and Orange  Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Daffodil Yellow and Orange Centerpiece with White Mints','','publish','open','closed','','daffodil-yellow-and-orange-centerpiece-with-white-mints','','','2016-08-14 17:49:29','2016-08-14 17:49:29','',0,'http://www.wanderfuls.com/product/daffodil-yellow-and-orange-centerpiece-with-white-mints',0,'product','',0),(1488,1,'2016-08-14 17:49:31','2016-08-14 17:49:31','Daffodil Yellow and Royal Blue Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Daffodil and Royal Blue Ribbon Pompoms complemented by Daffodil, White and Royal Blue Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Daffodil Yellow and Royal Blue Centerpiece with White Mints','','publish','open','closed','','daffodil-yellow-and-royal-blue-centerpiece-with-white-mints','','','2016-08-14 17:49:31','2016-08-14 17:49:31','',0,'http://www.wanderfuls.com/product/daffodil-yellow-and-royal-blue-centerpiece-with-white-mints',0,'product','',0),(1489,1,'2016-08-14 17:49:31','2016-08-14 17:49:31','Daffodil Yellow and Cornflower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Daffodil and Cornflower Ribbon Pompoms complemented by Daffodil, White and Cornflower Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Daffodil Yellow and Cornflower Centerpiece with White Almonds','','publish','open','closed','','daffodil-yellow-and-cornflower-centerpiece-with-white-almonds','','','2016-08-14 17:49:31','2016-08-14 17:49:31','',0,'http://www.wanderfuls.com/product/daffodil-yellow-and-cornflower-centerpiece-with-white-almonds',0,'product','',0),(1490,1,'2016-08-14 17:49:31','2016-08-14 17:49:31','Daffodil Yellow and Coral Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Daffodil and Coral Ribbon Pompoms complemented by Daffodil, White and Coral Tassels. Coral imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Daffodil Yellow and Coral Centerpiece with White Mints','','publish','open','closed','','daffodil-yellow-and-coral-centerpiece-with-white-mints','','','2016-08-14 17:49:31','2016-08-14 17:49:31','',0,'http://www.wanderfuls.com/product/daffodil-yellow-and-coral-centerpiece-with-white-mints',0,'product','',0),(1491,1,'2016-08-14 17:49:31','2016-08-14 17:49:31','Light Yellow and Azalea Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Light Yellow and Azalea Ribbon Pompoms complemented by Light Yellow and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow and Azalea Centerpiece with White Mints','','publish','open','closed','','light-yellow-and-azalea-centerpiece-with-white-mints','','','2016-08-14 17:49:31','2016-08-14 17:49:31','',0,'http://www.wanderfuls.com/product/light-yellow-and-azalea-centerpiece-with-white-mints',0,'product','',0),(1492,1,'2016-08-14 17:49:31','2016-08-14 17:49:31','Light Yellow and Lavender Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Light Yellow and Lavender Ribbon Pompoms complemented by Light Yellow, Lavender and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow and Lavender Centerpiece with White Mints','','publish','open','closed','','light-yellow-and-lavender-centerpiece-with-white-mints','','','2016-08-14 17:49:31','2016-08-14 17:49:31','',0,'http://www.wanderfuls.com/product/light-yellow-and-lavender-centerpiece-with-white-mints',0,'product','',0),(1493,1,'2016-08-14 17:49:31','2016-08-14 17:49:31','Daffodil Yellow and Tropical Colors Centerpiece with Black Accents and Jelly Bean Candy featuring Wanderfuls Favors filled with Jelly Beans. Hot Pink, Lime Green, Daffodil, Orange and Purple Ribbon Pompoms complemented by Hot Pink, Lime Green, Daffodil, Orange, Purple and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Daffodil Yellow and Tropical Colors Centerpiece with Black Accents and Jelly Bean Candy','','publish','open','closed','','daffodil-yellow-and-tropical-colors-centerpiece-with-black-accents-and-jelly-bean-candy','','','2016-08-14 17:49:31','2016-08-14 17:49:31','',0,'http://www.wanderfuls.com/product/daffodil-yellow-and-tropical-colors-centerpiece-with-black-accents-and-jelly-bean-candy',0,'product','',0),(1494,1,'2016-08-14 17:49:31','2016-08-14 17:49:31','Daffodil Yellow and Tropical Colors Centerpiece with Black Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Hot Pink, Lime Green, Daffodil, Orange and Purple Ribbon Pompoms complemented by Hot Pink, Lime Green, Daffodil, Orange, Purple and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Daffodil Yellow and Tropical Colors Centerpiece with Black Accents and Silver Foil Candy','','publish','open','closed','','daffodil-yellow-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy','','','2016-08-14 17:49:31','2016-08-14 17:49:31','',0,'http://www.wanderfuls.com/product/daffodil-yellow-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy',0,'product','',0),(1495,1,'2016-08-14 17:49:31','2016-08-14 17:49:31','Daffodil Yellow and Tropical Colors Centerpiece with Black Accents.  Hot Pink, Lime Green, Daffodil, Orange and Purple Ribbon Pompoms complemented by Hot Pink, Lime Green, Daffodil, Orange, Purple and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.  This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Daffodil Yellow and Tropical Colors Centerpiece with Black Accents','','publish','open','closed','','daffodil-yellow-and-tropical-colors-centerpiece-with-black-accents','','','2016-08-14 17:49:31','2016-08-14 17:49:31','',0,'http://www.wanderfuls.com/product/daffodil-yellow-and-tropical-colors-centerpiece-with-black-accents',0,'product','',0),(1496,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Daffodil Yellow and Tropical Colors Centerpiece with Silver Accents and Fruit Runts featuring Wanderfuls Favors filled with Fruit Runts. Hot Pink, Lime Green, Daffodil, Orange and Purple Ribbon Pompoms complemented by Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Daffodil Yellow and Tropical Colors Centerpiece with Silver Accents and Fruit Runts','','publish','open','closed','','daffodil-yellow-and-tropical-colors-centerpiece-with-silver-accents-and-fruit-runts','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/daffodil-yellow-and-tropical-colors-centerpiece-with-silver-accents-and-fruit-runts',0,'product','',0),(1497,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Daffodil Yellow and Tropical Colors Centerpiece with Silver Accents and Jelly Bean Candy featuring Wanderfuls Favors filled with Jelly Beans. Hot Pink, Lime Green, Daffodil, Orange and Purple Ribbon Pompoms complemented by Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Daffodil Yellow and Tropical Colors Centerpiece with Silver Accents and Jelly Bean Candy','','publish','open','closed','','daffodil-yellow-and-tropical-colors-centerpiece-with-silver-accents-and-jelly-bean-candy','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/daffodil-yellow-and-tropical-colors-centerpiece-with-silver-accents-and-jelly-bean-candy',0,'product','',0),(1498,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Daffodil Yellow and Tropical Colors Centerpiece with Silver Accents and Pink Gumball Candy featuring Wanderfuls Favors filled with Blue Gumballs. Hot Pink, Lime Green, Daffodil, Orange and Purple Ribbon Pompoms complemented by Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Daffodil Yellow and Tropical Colors Centerpiece with Silver Accents and Pink Gumball Candy','','publish','open','closed','','daffodil-yellow-and-tropical-colors-centerpiece-with-silver-accents-and-pink-gumball-candy','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/daffodil-yellow-and-tropical-colors-centerpiece-with-silver-accents-and-pink-gumball-candy',0,'product','',0),(1499,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Light Yellow and Pastel Colors Centerpiece with Pink Accents and White Mints featuring Wanderfuls Favors filled with White Mints. Pink, Mint, Light Yellow, Peach, Lavender and Celadon Ribbon Pompoms complemented by Baby Pink, Mint, Light Yellow, Peach, Lavender and Celadon Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow and Pastel Colors Centerpiece with Pink Accents and White Mints','','publish','open','closed','','light-yellow-and-pastel-colors-centerpiece-with-pink-accents-and-white-mints','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/light-yellow-and-pastel-colors-centerpiece-with-pink-accents-and-white-mints',0,'product','',0),(1500,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Light Yellow and Pastel Colors Centerpiece with Lavender Accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Pink, Mint, Light Yellow, Peach, Lavender and Celadon Ribbon Pompoms complemented by Baby Pink, Mint, Light Yellow, Peach, Lavender and Celadon Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow and Pastel Colors Centerpiece with Lavender Accents and White Almonds','','publish','open','closed','','light-yellow-and-pastel-colors-centerpiece-with-lavender-accents-and-white-almonds','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/light-yellow-and-pastel-colors-centerpiece-with-lavender-accents-and-white-almonds',0,'product','',0),(1501,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Light Yellow and Pastel Colors Centerpiece with White Accents.  Pink, Mint, Light Yellow, Peach, Lavender and Celadon Ribbon Pompoms complemented by Baby Pink, Mint, Light Yellow, Peach, Lavender and Celadon Tassels. White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.  This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Light Yellow and Pastel Colors Centerpiece with White Accents','','publish','open','closed','','light-yellow-and-pastel-colors-centerpiece-with-white-accents','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/light-yellow-and-pastel-colors-centerpiece-with-white-accents',0,'product','',0),(1502,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Light Yellow and Pastel Colors Centerpiece with Iridescent White Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Pink, Mint, Light Yellow, Peach, Lavender and Celadon Ribbon Pompoms complemented by Iridescent White Tassels. Iridescent White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow and Pastel Colors Centerpiece with Iridescent White Accents and Silver Foil Candy','','publish','open','closed','','light-yellow-and-pastel-colors-centerpiece-with-iridescent-white-accents-and-silver-foil-candy','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/light-yellow-and-pastel-colors-centerpiece-with-iridescent-white-accents-and-silver-foil-candy',0,'product','',0),(1503,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Light Yellow and Pastel Colors Centerpiece with Iridescent White Accents. Pink, Mint, Light Yellow, Peach, Lavender and Celadon Ribbon Pompoms complemented by Iridescent White Tassels. Iridescent White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.  This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Light Yellow and Pastel Colors Centerpiece with Iridescent White Accents','','publish','open','closed','','light-yellow-and-pastel-colors-centerpiece-with-iridescent-white-accents','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/light-yellow-and-pastel-colors-centerpiece-with-iridescent-white-accents',0,'product','',0),(1504,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Light Yellow and Pastel Colors Centerpiece with Iridescent White Accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Pink, Mint, Light Yellow, Peach, Lavender and CeladonRibbon Pompoms complemented by Iridescent White Tassels. Iridescent White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow and Pastel Colors Centerpiece with Iridescent White Accents and White Almonds','','publish','open','closed','','light-yellow-and-pastel-colors-centerpiece-with-iridescent-white-accents-and-white-almonds','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/light-yellow-and-pastel-colors-centerpiece-with-iridescent-white-accents-and-white-almonds',0,'product','',0),(1505,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Light Yellow and Pastel Colors Centerpiece with Silver Accents and White Mints featuring Wanderfuls Favors filled with White Mints. Pink, Mint, Light Yellow, Peach, Lavender and Celadon Ribbon Pompoms complemented by Iridescent White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow and Pastel Colors Centerpiece with Silver Accents and White Mints','','publish','open','closed','','light-yellow-and-pastel-colors-centerpiece-with-silver-accents-and-white-mints','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/light-yellow-and-pastel-colors-centerpiece-with-silver-accents-and-white-mints',0,'product','',0),(1506,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Iridescent White Centerpiece with Coral accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Coral and Iridescent White Tassels. Coral imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White Centerpiece with Coral accents and White Almonds','','publish','open','closed','','iridescent-white-centerpiece-with-coral-accents-and-white-almonds','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/iridescent-white-centerpiece-with-coral-accents-and-white-almonds',0,'product','',0),(1507,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Iridescent White and Aqua Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua and Iridescent White Ribbon Pompoms complemented by Aqua and Iridescent White Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Aqua Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-aqua-centerpiece-with-white-almonds','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/iridescent-white-and-aqua-centerpiece-with-white-almonds',0,'product','',0),(1508,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Iridescent White and Azalea Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Iridescent White Ribbon Pompoms complemented by Azalea and Iridescent White Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Azalea Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-azalea-centerpiece-with-white-almonds','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/iridescent-white-and-azalea-centerpiece-with-white-almonds',0,'product','',0),(1509,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Iridescent White and Baby Blue Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Baby Blue and Iridescent White Ribbon Pompoms complemented by Baby Blue and Iridescent White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Baby Blue Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-baby-blue-centerpiece-with-white-almonds','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/iridescent-white-and-baby-blue-centerpiece-with-white-almonds',0,'product','',0),(1510,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Iridescent White and Baby Pink Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Pink and Iridescent White Ribbon Pompoms complemented by Baby Pink and Iridescent White Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Baby Pink Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-baby-pink-centerpiece-with-white-almonds','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/iridescent-white-and-baby-pink-centerpiece-with-white-almonds',0,'product','',0),(1511,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Iridescent White and Coral Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Coral and Iridescent White Ribbon Pompoms complemented by Coral and Iridescent White Tassels. Coral imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Coral Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-coral-centerpiece-with-white-almonds','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/iridescent-white-and-coral-centerpiece-with-white-almonds',0,'product','',0),(1512,1,'2016-08-14 17:49:32','2016-08-14 17:49:32','Iridescent White and Cornflower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower and Iridescent White  Ribbon Pompoms complemented by Cornflower and Iridescent White  Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Cornflower Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-cornflower-centerpiece-with-white-almonds','','','2016-08-14 17:49:32','2016-08-14 17:49:32','',0,'http://www.wanderfuls.com/product/iridescent-white-and-cornflower-centerpiece-with-white-almonds',0,'product','',0),(1513,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White and Daffodil Yellow Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Daffodil Ribbon Pompoms complemented by Daffodil and Iridescent White Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Daffodil Yellow Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-daffodil-yellow-centerpiece-with-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-and-daffodil-yellow-centerpiece-with-white-almonds',0,'product','',0),(1514,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White and Grey Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Grey Ribbon Pompoms complemented by Grey and Iridescent White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Grey Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-grey-centerpiece-with-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-and-grey-centerpiece-with-white-almonds',0,'product','',0),(1515,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White and Ivory Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Ivory Ribbon Pompoms complemented by Ivory and Iridescent White Tassels. Eggshell imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Ivory Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-ivory-centerpiece-with-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-and-ivory-centerpiece-with-white-almonds',0,'product','',0),(1516,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White and Lavender Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Lavender Ribbon Pompoms complemented by Lavender and Iridescent White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Lavender Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-lavender-centerpiece-with-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-and-lavender-centerpiece-with-white-almonds',0,'product','',0),(1517,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White and Light Yellow Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Light Yellow Ribbon Pompoms complemented by Light Yellow and Iridescent White Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Light Yellow Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-light-yellow-centerpiece-with-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-and-light-yellow-centerpiece-with-white-almonds',0,'product','',0),(1518,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White and Lime Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Lime Green Ribbon Pompoms complemented by Lime Green and Iridescent White Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Lime Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-lime-centerpiece-with-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-and-lime-centerpiece-with-white-almonds',0,'product','',0),(1519,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White and Mint Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Mint Ribbon Pompoms complemented by Mint and Iridescent White Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Mint Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-mint-centerpiece-with-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-and-mint-centerpiece-with-white-almonds',0,'product','',0),(1520,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White and Peach Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Peach Ribbon Pompoms complemented by Peach and Iridescent White Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Peach Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-peach-centerpiece-with-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-and-peach-centerpiece-with-white-almonds',0,'product','',0),(1521,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White and Tangerine Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Tangerine Ribbon Pompoms complemented by Tangerine and Iridescent White Tassels. Tangerine imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Tangerine Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-tangerine-centerpiece-with-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-and-tangerine-centerpiece-with-white-almonds',0,'product','',0),(1522,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White and Orange Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Orange Ribbon Pompoms complemented by Orange and Iridescent White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Orange Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-orange-centerpiece-with-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-and-orange-centerpiece-with-white-almonds',0,'product','',0),(1523,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White and Turquoise Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Turquoise Ribbon Pompoms complemented by Turquoise and Iridescent White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Turquoise Centerpiece with White Almonds','','publish','open','closed','','iridescent-white-and-turquoise-centerpiece-with-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-and-turquoise-centerpiece-with-white-almonds',0,'product','',0),(1524,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White Centerpiece with Aqua accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White Centerpiece with Aqua accents and White Almonds','','publish','open','closed','','iridescent-white-centerpiece-with-aqua-accents-and-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-centerpiece-with-aqua-accents-and-white-almonds',0,'product','',0),(1525,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White Centerpiece with Azalea accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White Centerpiece with Azalea accents and White Almonds','','publish','open','closed','','iridescent-white-centerpiece-with-azalea-accents-and-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-centerpiece-with-azalea-accents-and-white-almonds',0,'product','',0),(1526,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White Centerpiece with Baby Blue accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Baby Blue Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White Centerpiece with Baby Blue accents and White Almonds','','publish','open','closed','','iridescent-white-centerpiece-with-baby-blue-accents-and-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-centerpiece-with-baby-blue-accents-and-white-almonds',0,'product','',0),(1527,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White Centerpiece with Baby Pink accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White Centerpiece with Baby Pink accents and White Almonds','','publish','open','closed','','iridescent-white-centerpiece-with-baby-pink-accents-and-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-centerpiece-with-baby-pink-accents-and-white-almonds',0,'product','',0),(1528,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White Centerpiece with Daffodil Yellow accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Daffodil Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White Centerpiece with Daffodil Yellow accents and White Almonds','','publish','open','closed','','iridescent-white-centerpiece-with-daffodil-yellow-accents-and-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-centerpiece-with-daffodil-yellow-accents-and-white-almonds',0,'product','',0),(1529,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White Centerpiece with Lavender accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Lavender Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White Centerpiece with Lavender accents and White Almonds','','publish','open','closed','','iridescent-white-centerpiece-with-lavender-accents-and-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-centerpiece-with-lavender-accents-and-white-almonds',0,'product','',0),(1530,1,'2016-08-14 17:49:33','2016-08-14 17:49:33','Iridescent White Centerpiece with Light Yellow accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Light Yellow Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White Centerpiece with Light Yellow accents and White Almonds','','publish','open','closed','','iridescent-white-centerpiece-with-light-yellow-accents-and-white-almonds','','','2016-08-14 17:49:33','2016-08-14 17:49:33','',0,'http://www.wanderfuls.com/product/iridescent-white-centerpiece-with-light-yellow-accents-and-white-almonds',0,'product','',0),(1531,1,'2016-08-14 17:49:34','2016-08-14 17:49:34','Iridescent White Centerpiece with Lime Green accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Lime Green Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White Centerpiece with Lime Green accents and White Almonds','','publish','open','closed','','iridescent-white-centerpiece-with-lime-green-accents-and-white-almonds','','','2016-08-14 17:49:34','2016-08-14 17:49:34','',0,'http://www.wanderfuls.com/product/iridescent-white-centerpiece-with-lime-green-accents-and-white-almonds',0,'product','',0),(1532,1,'2016-08-14 17:49:34','2016-08-14 17:49:34','Iridescent White Centerpiece with Mint Green accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White Centerpiece with Mint Green accents and White Almonds','','publish','open','closed','','iridescent-white-centerpiece-with-mint-green-accents-and-white-almonds','','','2016-08-14 17:49:34','2016-08-14 17:49:34','',0,'http://www.wanderfuls.com/product/iridescent-white-centerpiece-with-mint-green-accents-and-white-almonds',0,'product','',0),(1533,1,'2016-08-14 17:49:34','2016-08-14 17:49:34','Iridescent White Centerpiece with Peach accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Peach Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White Centerpiece with Peach accents and White Almonds','','publish','open','closed','','iridescent-white-centerpiece-with-peach-accents-and-white-almonds','','','2016-08-14 17:49:34','2016-08-14 17:49:34','',0,'http://www.wanderfuls.com/product/iridescent-white-centerpiece-with-peach-accents-and-white-almonds',0,'product','',0),(1534,1,'2016-08-14 17:49:34','2016-08-14 17:49:34','Iridescent White Centerpiece with Teal accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Teal Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White Centerpiece with Teal accents and White Almonds','','publish','open','closed','','iridescent-white-centerpiece-with-teal-accents-and-white-almonds','','','2016-08-14 17:49:34','2016-08-14 17:49:34','',0,'http://www.wanderfuls.com/product/iridescent-white-centerpiece-with-teal-accents-and-white-almonds',0,'product','',0),(1535,1,'2016-08-14 17:49:34','2016-08-14 17:49:34','Iridescent White Centerpiece with Turquoise accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White Centerpiece with Turquoise accents and White Almonds','','publish','open','closed','','iridescent-white-centerpiece-with-turquoise-accents-and-white-almonds','','','2016-08-14 17:49:34','2016-08-14 17:49:34','',0,'http://www.wanderfuls.com/product/iridescent-white-centerpiece-with-turquoise-accents-and-white-almonds',0,'product','',0),(1536,1,'2016-08-14 17:49:34','2016-08-14 17:49:34','White and Ocean Colors Centerpiece with Turquoise Accents and Blue Foil Candy featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. White, Navy, Royal Blue, Cornflower, Teal and Turquoise Ribbon Pompoms complemented by White, Navy, Royal Blue, Cornflower, Teal and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','White and Ocean Colors Centerpiece with Turquoise Accents and Blue Foil Candy','','publish','open','closed','','white-and-ocean-colors-centerpiece-with-turquoise-accents-and-blue-foil-candy','','','2016-08-14 17:49:34','2016-08-14 17:49:34','',0,'http://www.wanderfuls.com/product/white-and-ocean-colors-centerpiece-with-turquoise-accents-and-blue-foil-candy',0,'product','',0),(1537,1,'2016-08-14 17:49:34','2016-08-14 17:49:34','White and Ocean Colors Centerpiece with Turquoise Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. White, Navy, Royal Blue, Cornflower, Teal and Turquoise Ribbon Pompoms complemented by White, Navy, Royal Blue, Cornflower, Teal and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','White and Ocean Colors Centerpiece with Turquoise Accents and Silver Foil Candy','','publish','open','closed','','white-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy','','','2016-08-14 17:49:34','2016-08-14 17:49:34','',0,'http://www.wanderfuls.com/product/white-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy',0,'product','',0),(1538,1,'2016-08-14 17:49:34','2016-08-14 17:49:34','White and Ocean Colors Centerpiece with Turquoise Accents. White, Navy, Royal Blue, Cornflower, Teal and Turquoise Ribbon Pompoms complemented by White, Navy, Royal Blue, Cornflower, Teal and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.  This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','White and Ocean Colors Centerpiece with Turquoise Accents','','publish','open','closed','','white-and-ocean-colors-centerpiece-with-turquoise-accents','','','2016-08-14 17:49:34','2016-08-14 17:49:34','',0,'http://www.wanderfuls.com/product/white-and-ocean-colors-centerpiece-with-turquoise-accents',0,'product','',0),(1539,1,'2016-08-14 17:49:34','2016-08-14 17:49:34','White and Ocean Colors Centerpiece with Turquoise Accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White, Navy, Royal Blue, Cornflower, Teal and Turquoise Ribbon Pompoms complemented by White, Navy, Royal Blue, Cornflower, Teal and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','White and Ocean Colors Centerpiece with Turquoise Accents and White Almonds','','publish','open','closed','','white-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds','','','2016-08-14 17:49:34','2016-08-14 17:49:34','',0,'http://www.wanderfuls.com/product/white-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds',0,'product','',0),(1540,1,'2016-08-14 17:49:34','2016-08-14 17:49:34','White and Ocean Colors Centerpiece with Turquoise Accents and White Mints featuring Wanderfuls Favors filled with White Mints. White, Navy, Royal Blue, Cornflower, Teal and Turquoise Ribbon Pompoms complemented by White, Navy, Royal Blue, Cornflower, Teal and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','White and Ocean Colors Centerpiece with Turquoise Accents and White Mints','','publish','open','closed','','white-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints','','','2016-08-14 17:49:34','2016-08-14 17:49:34','',0,'http://www.wanderfuls.com/product/white-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints',0,'product','',0),(1541,1,'2016-08-14 17:49:34','2016-08-14 17:49:34','White and Metallic Hot Pink Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Hot Pink and White Ribbon Pompoms complemented by Metallic Hot Pink and White Tassels. Metallic Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Metallic Hot Pink Centerpiece with White Almonds','','publish','open','closed','','white-and-metallic-hot-pink-centerpiece-with-white-almonds','','','2016-08-14 17:49:34','2016-08-14 17:49:34','',0,'http://www.wanderfuls.com/product/white-and-metallic-hot-pink-centerpiece-with-white-almonds',0,'product','',0),(1542,1,'2016-08-14 17:49:34','2016-08-14 17:49:34','White and Silver Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Silver and White  Ribbon Pompoms complemented by Metallic Silver and White  Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Silver Centerpiece with White Almonds','','publish','open','closed','','white-and-silver-centerpiece-with-white-almonds','','','2016-08-14 17:49:34','2016-08-14 17:49:34','',0,'http://www.wanderfuls.com/product/white-and-silver-centerpiece-with-white-almonds',0,'product','',0),(1543,1,'2016-08-14 17:49:34','2016-08-14 17:49:34','White and Silver Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and White Ribbon Pompoms complemented by Metallic Silver and White Tassels. White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Silver Centerpiece with Silver Foil Candy','','publish','open','closed','','white-and-silver-centerpiece-with-silver-foil-candy','','','2016-08-14 17:49:34','2016-08-14 17:49:34','',0,'http://www.wanderfuls.com/product/white-and-silver-centerpiece-with-silver-foil-candy',0,'product','',0),(1544,1,'2016-08-14 17:49:34','2016-08-14 17:49:34','White Royal Blue and Silver Centerpiece with Metallic Royal Blue Accents and Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver, White and Royal Blue Ribbon Pompoms complemented by Metallic Silver, White and Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Royal Blue and Silver Centerpiece with Metallic Royal Blue Accents and Silver Foil Candy','','publish','open','closed','','white-royal-blue-and-silver-centerpiece-with-metallic-royal-blue-accents-and-silver-foil-candy','','','2016-08-14 17:49:34','2016-08-14 17:49:34','',0,'http://www.wanderfuls.com/product/white-royal-blue-and-silver-centerpiece-with-metallic-royal-blue-accents-and-silver-foil-candy',0,'product','',0),(1545,1,'2016-08-14 17:49:35','2016-08-14 17:49:35','White Royal Blue and Silver Centerpiece with Metallic Royal Blue Accents and Blue Foil Candy featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. Metallic Silver, White and Royal Blue Ribbon Pompoms complemented by Metallic Silver, White and Metallic Royal Blue Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Royal Blue and Silver Centerpiece with Metallic Royal Blue Accents and Blue Foil Candy','','publish','open','closed','','white-royal-blue-and-silver-centerpiece-with-metallic-royal-blue-accents-and-blue-foil-candy','','','2016-08-14 17:49:35','2016-08-14 17:49:35','',0,'http://www.wanderfuls.com/product/white-royal-blue-and-silver-centerpiece-with-metallic-royal-blue-accents-and-blue-foil-candy',0,'product','',0),(1546,1,'2016-08-14 17:49:36','2016-08-14 17:49:36','White and Aqua Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Aqua Ribbon Pompoms complemented by White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Aqua Centerpiece with White Almonds','','publish','open','closed','','white-and-aqua-centerpiece-with-white-almonds','','','2016-08-14 17:49:36','2016-08-14 17:49:36','',0,'http://www.wanderfuls.com/product/white-and-aqua-centerpiece-with-white-almonds',0,'product','',0),(1547,1,'2016-08-14 17:49:36','2016-08-14 17:49:36','White and Azalea Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Azalea Ribbon Pompoms complemented by White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Azalea Centerpiece with White Almonds','','publish','open','closed','','white-and-azalea-centerpiece-with-white-almonds','','','2016-08-14 17:49:36','2016-08-14 17:49:36','',0,'http://www.wanderfuls.com/product/white-and-azalea-centerpiece-with-white-almonds',0,'product','',0),(1548,1,'2016-08-14 17:49:36','2016-08-14 17:49:36','White and Baby Blue Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Baby Blue Ribbon Pompoms complemented by White and Baby Blue Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Baby Blue Centerpiece with White Almonds','','publish','open','closed','','white-and-baby-blue-centerpiece-with-white-almonds','','','2016-08-14 17:49:36','2016-08-14 17:49:36','',0,'http://www.wanderfuls.com/product/white-and-baby-blue-centerpiece-with-white-almonds',0,'product','',0),(1549,1,'2016-08-14 17:49:36','2016-08-14 17:49:36','White and Baby Pink Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Baby Pink Centerpiece with White Almonds','','publish','open','closed','','white-and-baby-pink-centerpiece-with-white-almonds','','','2016-08-14 17:49:36','2016-08-14 17:49:36','',0,'http://www.wanderfuls.com/product/white-and-baby-pink-centerpiece-with-white-almonds',0,'product','',0),(1550,1,'2016-08-14 17:49:37','2016-08-14 17:49:37','White and Black Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Black Ribbon Pompoms complemented by White and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Black Centerpiece with White Almonds','','publish','open','closed','','white-and-black-centerpiece-with-white-almonds','','','2016-08-14 17:49:37','2016-08-14 17:49:37','',0,'http://www.wanderfuls.com/product/white-and-black-centerpiece-with-white-almonds',0,'product','',0),(1551,1,'2016-08-14 17:49:37','2016-08-14 17:49:37','White and Brown Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Brown Ribbon Pompoms complemented by White and Brown Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Brown Centerpiece with White Almonds','','publish','open','closed','','white-and-brown-centerpiece-with-white-almonds','','','2016-08-14 17:49:37','2016-08-14 17:49:37','',0,'http://www.wanderfuls.com/product/white-and-brown-centerpiece-with-white-almonds',0,'product','',0),(1552,1,'2016-08-14 17:49:37','2016-08-14 17:49:37','White and Burgundy Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Burgundy Ribbon Pompoms complemented by White and Burgundy Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Burgundy Centerpiece with White Almonds','','publish','open','closed','','white-and-burgundy-centerpiece-with-white-almonds','','','2016-08-14 17:49:37','2016-08-14 17:49:37','',0,'http://www.wanderfuls.com/product/white-and-burgundy-centerpiece-with-white-almonds',0,'product','',0),(1553,1,'2016-08-14 17:49:37','2016-08-14 17:49:37','White and Cabernet Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Cabernet Ribbon Pompoms complemented by White and Cabernet Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Cabernet Centerpiece with White Almonds','','publish','open','closed','','white-and-cabernet-centerpiece-with-white-almonds','','','2016-08-14 17:49:37','2016-08-14 17:49:37','',0,'http://www.wanderfuls.com/product/white-and-cabernet-centerpiece-with-white-almonds',0,'product','',0),(1554,1,'2016-08-14 17:49:37','2016-08-14 17:49:37','White and Charcoal Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Charcoal Ribbon Pompoms complemented by White and Charcoal Grey Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Charcoal Centerpiece with White Almonds','','publish','open','closed','','white-and-charcoal-centerpiece-with-white-almonds','','','2016-08-14 17:49:37','2016-08-14 17:49:37','',0,'http://www.wanderfuls.com/product/white-and-charcoal-centerpiece-with-white-almonds',0,'product','',0),(1555,1,'2016-08-14 17:49:37','2016-08-14 17:49:37','White and Coral Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Coral Ribbon Pompoms complemented by White and Coral Tassels. Coral imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Coral Centerpiece with White Almonds','','publish','open','closed','','white-and-coral-centerpiece-with-white-almonds','','','2016-08-14 17:49:37','2016-08-14 17:49:37','',0,'http://www.wanderfuls.com/product/white-and-coral-centerpiece-with-white-almonds',0,'product','',0),(1556,1,'2016-08-14 17:49:37','2016-08-14 17:49:37','White and Cornflower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Cornflower Ribbon Pompoms complemented by White and Cornflower Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Cornflower Centerpiece with White Almonds','','publish','open','closed','','white-and-cornflower-centerpiece-with-white-almonds','','','2016-08-14 17:49:37','2016-08-14 17:49:37','',0,'http://www.wanderfuls.com/product/white-and-cornflower-centerpiece-with-white-almonds',0,'product','',0),(1557,1,'2016-08-14 17:49:37','2016-08-14 17:49:37','White and Daffodil Yellow Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Daffodil Ribbon Pompoms complemented by White and Daffodil Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Daffodil Yellow Centerpiece with White Almonds','','publish','open','closed','','white-and-daffodil-yellow-centerpiece-with-white-almonds','','','2016-08-14 17:49:37','2016-08-14 17:49:37','',0,'http://www.wanderfuls.com/product/white-and-daffodil-yellow-centerpiece-with-white-almonds',0,'product','',0),(1558,1,'2016-08-14 17:49:37','2016-08-14 17:49:37','White and Eggplant Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Eggplant Ribbon Pompoms complemented by White and Eggplant Tassels. Eggplant non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Eggplant Centerpiece with White Almonds','','publish','open','closed','','white-and-eggplant-centerpiece-with-white-almonds','','','2016-08-14 17:49:37','2016-08-14 17:49:37','',0,'http://www.wanderfuls.com/product/white-and-eggplant-centerpiece-with-white-almonds',0,'product','',0),(1559,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Emerald Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Emerald Green Ribbon Pompoms complemented by White and Emerald Green Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Emerald Centerpiece with White Almonds','','publish','open','closed','','white-and-emerald-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-emerald-centerpiece-with-white-almonds',0,'product','',0),(1560,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Grape Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Grape Ribbon Pompoms complemented by White and Grape Tassels. Grape imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Grape Centerpiece with White Almonds','','publish','open','closed','','white-and-grape-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-grape-centerpiece-with-white-almonds',0,'product','',0),(1561,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Grey Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Grey Ribbon Pompoms complemented by White and Grey Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Grey Centerpiece with White Almonds','','publish','open','closed','','white-and-grey-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-grey-centerpiece-with-white-almonds',0,'product','',0),(1562,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Hot Pink Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hot Pink Ribbon Pompoms complemented by White and Hot Pink Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Hot Pink Centerpiece with White Almonds','','publish','open','closed','','white-and-hot-pink-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-hot-pink-centerpiece-with-white-almonds',0,'product','',0),(1563,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Hunter Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Hunter Centerpiece with White Almonds','','publish','open','closed','','white-and-hunter-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-hunter-centerpiece-with-white-almonds',0,'product','',0),(1564,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Lavender Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Lavender Ribbon Pompoms complemented by White and Lavender Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Lavender Centerpiece with White Almonds','','publish','open','closed','','white-and-lavender-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-lavender-centerpiece-with-white-almonds',0,'product','',0),(1565,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Light Yellow Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Light Yellow Ribbon Pompoms complemented by White and Light Yellow Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Light Yellow Centerpiece with White Almonds','','publish','open','closed','','white-and-light-yellow-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-light-yellow-centerpiece-with-white-almonds',0,'product','',0),(1566,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Lime Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Lime Green Ribbon Pompoms complemented by White and Lime Green Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Lime Centerpiece with White Almonds','','publish','open','closed','','white-and-lime-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-lime-centerpiece-with-white-almonds',0,'product','',0),(1567,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Gold Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Metallic Gold Ribbon Pompoms complemented by White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','White and Gold Centerpiece with White Almonds','','publish','open','closed','','white-and-gold-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-gold-centerpiece-with-white-almonds',0,'product','',0),(1568,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Gold Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. White and Metallic Gold Ribbon Pompoms complemented by White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','White and Gold Centerpiece with White Mints','','publish','open','closed','','white-and-gold-centerpiece-with-white-mints','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-gold-centerpiece-with-white-mints',0,'product','',0),(1569,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Mint Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Mint Ribbon Pompoms complemented by White and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Mint Centerpiece with White Almonds','','publish','open','closed','','white-and-mint-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-mint-centerpiece-with-white-almonds',0,'product','',0),(1570,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Mustard Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Mustard Ribbon Pompoms complemented by White and Mustard Tassels. Mustard imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Mustard Centerpiece with White Almonds','','publish','open','closed','','white-and-mustard-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-mustard-centerpiece-with-white-almonds',0,'product','',0),(1571,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Navy Centerpiece with White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Navy Ribbon Pompoms complemented by White and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Navy Centerpiece with White Almonds','','publish','open','closed','','white-and-navy-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-navy-centerpiece-with-white-almonds',0,'product','',0),(1572,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Peach Centerpiece with White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Peach Ribbon Pompoms complemented by White and Peach Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Peach Centerpiece with White Almonds','','publish','open','closed','','white-and-peach-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-peach-centerpiece-with-white-almonds',0,'product','',0),(1573,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Purple Centerpiece with White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Purple Ribbon Pompoms complemented by White and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Purple Centerpiece with White Almonds','','publish','open','closed','','white-and-purple-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-purple-centerpiece-with-white-almonds',0,'product','',0),(1574,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Red Centerpiece with White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Red Ribbon Pompoms complemented by White and Red Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Red Centerpiece with White Almonds','','publish','open','closed','','white-and-red-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-red-centerpiece-with-white-almonds',0,'product','',0),(1575,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Royal Blue Centerpiece with White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Royal Blue Ribbon Pompoms complemented by White and Royal Blue Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Royal BlueCenterpiece with White Almonds','','publish','open','closed','','white-and-royal-bluecenterpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-royal-bluecenterpiece-with-white-almonds',0,'product','',0),(1576,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Tangerine Centerpiece with White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Tangerine Ribbon Pompoms complemented by White and Tangerine Tassels. Tangerine imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Tangerine Centerpiece with White Almonds','','publish','open','closed','','white-and-tangerine-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-tangerine-centerpiece-with-white-almonds',0,'product','',0),(1577,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Teal Centerpiece with White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Teal Ribbon Pompoms complemented by White and Teal Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Teal Centerpiece with White Almonds','','publish','open','closed','','white-and-teal-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-teal-centerpiece-with-white-almonds',0,'product','',0),(1578,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Orange Centerpiece with White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Orange Ribbon Pompoms complemented by White and Orange Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Orange Centerpiece with White Almonds','','publish','open','closed','','white-and-orange-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-orange-centerpiece-with-white-almonds',0,'product','',0),(1579,1,'2016-08-14 17:49:38','2016-08-14 17:49:38','White and Turquoise Centerpiece with White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Turquoise Ribbon Pompoms complemented by White and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Turquoise Centerpiece with White Almonds','','publish','open','closed','','white-and-turquoise-centerpiece-with-white-almonds','','','2016-08-14 17:49:38','2016-08-14 17:49:38','',0,'http://www.wanderfuls.com/product/white-and-turquoise-centerpiece-with-white-almonds',0,'product','',0),(1580,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','White Centerpiece with Aqua Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Aqua Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-aqua-accents-and-white-almonds','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-aqua-accents-and-white-almonds',0,'product','',0),(1581,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','White Centerpiece with Aqua Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Aqua Accents and White Mints','','publish','open','closed','','white-centerpiece-with-aqua-accents-and-white-mints','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-aqua-accents-and-white-mints',0,'product','',0),(1582,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','White Centerpiece with Azalea Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Azalea Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-azalea-accents-and-white-almonds','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-azalea-accents-and-white-almonds',0,'product','',0),(1583,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation',0,'product_variation','',0),(1584,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-2','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-2',0,'product_variation','',0),(1585,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-3','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-3',0,'product_variation','',0),(1586,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-4','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-4',0,'product_variation','',0),(1587,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-5','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-5',0,'product_variation','',0),(1588,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-6','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-6',0,'product_variation','',0),(1589,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-7','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-7',0,'product_variation','',0),(1590,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-8','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-8',0,'product_variation','',0),(1591,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-9','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-9',0,'product_variation','',0),(1592,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-10','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-10',0,'product_variation','',0),(1593,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-11','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-11',0,'product_variation','',0),(1594,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-12','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-12',0,'product_variation','',0),(1595,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-13','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-13',0,'product_variation','',0),(1596,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-14','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-14',0,'product_variation','',0),(1597,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-15','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-15',0,'product_variation','',0),(1598,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','','Product 1582 Variation','','publish','closed','closed','','product-1582-variation-16','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',1582,'http://www.wanderfuls.com/product_variation/product-1582-variation-16',0,'product_variation','',0),(1599,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','White Centerpiece with Azalea Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Azalea Accents and White Mints','','publish','open','closed','','white-centerpiece-with-azalea-accents-and-white-mints','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-azalea-accents-and-white-mints',0,'product','',0),(1600,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','White Centerpiece with Baby Blue Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by White and Baby Blue Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Baby Blue Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-baby-blue-accents-and-white-almonds','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-baby-blue-accents-and-white-almonds',0,'product','',0),(1601,1,'2016-08-14 17:49:39','2016-08-14 17:49:39','White Centerpiece with Baby Blue Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by White and Baby Blue Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Baby Blue Accents and White Mints','','publish','open','closed','','white-centerpiece-with-baby-blue-accents-and-white-mints','','','2016-08-14 17:49:39','2016-08-14 17:49:39','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-baby-blue-accents-and-white-mints',0,'product','',0),(1602,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Baby Pink Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Baby Pink Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-baby-pink-accents-and-white-almonds','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-baby-pink-accents-and-white-almonds',0,'product','',0),(1603,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Baby Pink Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Baby Pink Accents and White Mints','','publish','open','closed','','white-centerpiece-with-baby-pink-accents-and-white-mints','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-baby-pink-accents-and-white-mints',0,'product','',0),(1604,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Black Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by White and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Black Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-black-accents-and-white-almonds','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-black-accents-and-white-almonds',0,'product','',0),(1605,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Brown Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by White and Brown Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Brown Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-brown-accents-and-white-almonds','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-brown-accents-and-white-almonds',0,'product','',0),(1606,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Black Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by White and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Black Accents and White Mints','','publish','open','closed','','white-centerpiece-with-black-accents-and-white-mints','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-black-accents-and-white-mints',0,'product','',0),(1607,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Brown Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by White and Brown Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Brown Accents and White Mints','','publish','open','closed','','white-centerpiece-with-brown-accents-and-white-mints','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-brown-accents-and-white-mints',0,'product','',0),(1608,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Burgundy Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by White and Burgundy Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Burgundy Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-burgundy-accents-and-white-almonds','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-burgundy-accents-and-white-almonds',0,'product','',0),(1609,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Burgundy Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by White and Burgundy Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Burgundy Accents and White Mints','','publish','open','closed','','white-centerpiece-with-burgundy-accents-and-white-mints','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-burgundy-accents-and-white-mints',0,'product','',0),(1610,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Cabernet Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Cabernet and White Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Cabernet Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-cabernet-accents-and-white-almonds','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-cabernet-accents-and-white-almonds',0,'product','',0),(1611,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Cabernet Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Cabernet and White Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Cabernet Accents and White Mints','','publish','open','closed','','white-centerpiece-with-cabernet-accents-and-white-mints','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-cabernet-accents-and-white-mints',0,'product','',0),(1612,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Charcoal Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Charcoal Grey and White Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Charcoal Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-charcoal-accents-and-white-almonds','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-charcoal-accents-and-white-almonds',0,'product','',0),(1613,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Charcoal Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Charcoal Grey and White Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Charcoal Accents and White Mints','','publish','open','closed','','white-centerpiece-with-charcoal-accents-and-white-mints','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-charcoal-accents-and-white-mints',0,'product','',0),(1614,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Coral Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Coral and White Tassels. Coral imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Coral Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-coral-accents-and-white-almonds','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-coral-accents-and-white-almonds',0,'product','',0);
INSERT INTO `wp_posts` VALUES (1615,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Coral Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Coral and White Tassels. Coral imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Coral Accents and White Mints','','publish','open','closed','','white-centerpiece-with-coral-accents-and-white-mints','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-coral-accents-and-white-mints',0,'product','',0),(1616,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Cornflower Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Cornflower and White Tassels. Cornflower imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','White Centerpiece with Cornflower Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-cornflower-accents-and-white-almonds','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-cornflower-accents-and-white-almonds',0,'product','',0),(1617,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Cornflower Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Cornflower and White Tassels. Cornflower imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','White Centerpiece with Cornflower Accents and White Mints','','publish','open','closed','','white-centerpiece-with-cornflower-accents-and-white-mints','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-cornflower-accents-and-white-mints',0,'product','',0),(1618,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Daffodil Yellow Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Daffodil and White Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Daffodil Yellow Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-daffodil-yellow-accents-and-white-almonds','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-daffodil-yellow-accents-and-white-almonds',0,'product','',0),(1619,1,'2016-08-14 17:49:40','2016-08-14 17:49:40','White Centerpiece with Daffodil Yellow Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Daffodil and White Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Daffodil Yellow Accents and White Mints','','publish','open','closed','','white-centerpiece-with-daffodil-yellow-accents-and-white-mints','','','2016-08-14 17:49:40','2016-08-14 17:49:40','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-daffodil-yellow-accents-and-white-mints',0,'product','',0),(1620,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Eggplant Accents and White White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Eggplant and White Tassels. Eggplant imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Eggplant Accents and White White Almonds','','publish','open','closed','','white-centerpiece-with-eggplant-accents-and-white-white-almonds','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-eggplant-accents-and-white-white-almonds',0,'product','',0),(1621,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Eggplant Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mighty Mints. White Ribbon Pompoms complemented by Eggplant and White Tassels. Eggplant imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Eggplant Accents and White Mints','','publish','open','closed','','white-centerpiece-with-eggplant-accents-and-white-mints','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-eggplant-accents-and-white-mints',0,'product','',0),(1622,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Emerald Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Emerald Green and White Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Emerald Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-emerald-accents-and-white-almonds','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-emerald-accents-and-white-almonds',0,'product','',0),(1623,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Emerald Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Emerald Green and White Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Emerald Accents and White Mints','','publish','open','closed','','white-centerpiece-with-emerald-accents-and-white-mints','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-emerald-accents-and-white-mints',0,'product','',0),(1624,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Grape Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Grape and White Tassels. Grape imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Grape Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-grape-accents-and-white-almonds','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-grape-accents-and-white-almonds',0,'product','',0),(1625,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Grape Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Grape and White Tassels. Grape imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Grape Accents and White Mints','','publish','open','closed','','white-centerpiece-with-grape-accents-and-white-mints','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-grape-accents-and-white-mints',0,'product','',0),(1626,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Grey Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Grey and White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Grey Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-grey-accents-and-white-almonds','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-grey-accents-and-white-almonds',0,'product','',0),(1627,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Grey Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Grey and White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Grey Accents and White Mints','','publish','open','closed','','white-centerpiece-with-grey-accents-and-white-mints','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-grey-accents-and-white-mints',0,'product','',0),(1628,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Hot Pink Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Hot Pink and White Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Hot Pink Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-hot-pink-accents-and-white-almonds','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-hot-pink-accents-and-white-almonds',0,'product','',0),(1629,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Hot Pink Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Hot Pink and White Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Hot Pink Accents and White Mints','','publish','open','closed','','white-centerpiece-with-hot-pink-accents-and-white-mints','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-hot-pink-accents-and-white-mints',0,'product','',0),(1630,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Hunter Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Hunter Green and White Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Hunter Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-hunter-accents-and-white-almonds','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-hunter-accents-and-white-almonds',0,'product','',0),(1631,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Hunter Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Hunter Green and White Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Hunter Accents and White Mints','','publish','open','closed','','white-centerpiece-with-hunter-accents-and-white-mints','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-hunter-accents-and-white-mints',0,'product','',0),(1632,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Ivory Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Ivory and White Tassels. Eggshell imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Ivory Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-ivory-accents-and-white-almonds','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-ivory-accents-and-white-almonds',0,'product','',0),(1633,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Ivory Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Ivory and White Tassels. Eggshell imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Ivory Accents and White Mints','','publish','open','closed','','white-centerpiece-with-ivory-accents-and-white-mints','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-ivory-accents-and-white-mints',0,'product','',0),(1634,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Lavender Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Lavender and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Lavender Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-lavender-accents-and-white-almonds','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-lavender-accents-and-white-almonds',0,'product','',0),(1635,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Lavender Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Lavender and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Lavender Accents and White Mints','','publish','open','closed','','white-centerpiece-with-lavender-accents-and-white-mints','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-lavender-accents-and-white-mints',0,'product','',0),(1636,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Light Yellow Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Light Yellow and White Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Light Yellow Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-light-yellow-accents-and-white-almonds','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-light-yellow-accents-and-white-almonds',0,'product','',0),(1637,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Light Yellow Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Light Yellow and White Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Light Yellow Accents and White Mints','','publish','open','closed','','white-centerpiece-with-light-yellow-accents-and-white-mints','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-light-yellow-accents-and-white-mints',0,'product','',0),(1638,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Lime Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Lime Green and White Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Lime Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-lime-accents-and-white-almonds','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-lime-accents-and-white-almonds',0,'product','',0),(1639,1,'2016-08-14 17:49:41','2016-08-14 17:49:41','White Centerpiece with Lime Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Lime Green and White Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Lime Accents and White Mints','','publish','open','closed','','white-centerpiece-with-lime-accents-and-white-mints','','','2016-08-14 17:49:41','2016-08-14 17:49:41','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-lime-accents-and-white-mints',0,'product','',0),(1640,1,'2016-08-14 17:49:42','2016-08-14 17:49:42','White Centerpiece with Gold Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Metallic Gold and White Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Gold Accents and White Mints','','publish','open','closed','','white-centerpiece-with-gold-accents-and-white-mints','','','2016-08-14 17:49:42','2016-08-14 17:49:42','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-gold-accents-and-white-mints',0,'product','',0),(1641,1,'2016-08-14 17:49:42','2016-08-14 17:49:42','White Centerpiece with Mint Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Mint and White Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Mint Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-mint-accents-and-white-almonds','','','2016-08-14 17:49:42','2016-08-14 17:49:42','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-mint-accents-and-white-almonds',0,'product','',0),(1642,1,'2016-08-14 17:49:42','2016-08-14 17:49:42','White Centerpiece with Mint Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Mint and White Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Mint Accents and White Mints','','publish','open','closed','','white-centerpiece-with-mint-accents-and-white-mints','','','2016-08-14 17:49:42','2016-08-14 17:49:42','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-mint-accents-and-white-mints',0,'product','',0),(1643,1,'2016-08-14 17:49:42','2016-08-14 17:49:42','White Centerpiece with Mustard Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Mustard and White Tassels. Mustard imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Mustard Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-mustard-accents-and-white-almonds','','','2016-08-14 17:49:42','2016-08-14 17:49:42','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-mustard-accents-and-white-almonds',0,'product','',0),(1644,1,'2016-08-14 17:49:42','2016-08-14 17:49:42','White Centerpiece with Mustard Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mighty Mints. White Ribbon Pompoms complemented by Mustard and White Tassels. Mustard imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Mustard Accents and White Mints','','publish','open','closed','','white-centerpiece-with-mustard-accents-and-white-mints','','','2016-08-14 17:49:42','2016-08-14 17:49:42','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-mustard-accents-and-white-mints',0,'product','',0),(1645,1,'2016-08-14 17:49:42','2016-08-14 17:49:42','White Centerpiece with Navy Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Navy and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Navy Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-navy-accents-and-white-almonds','','','2016-08-14 17:49:42','2016-08-14 17:49:42','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-navy-accents-and-white-almonds',0,'product','',0),(1646,1,'2016-08-14 17:49:42','2016-08-14 17:49:42','White Centerpiece with Navy Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Navy and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Navy Accents and White Mints','','publish','open','closed','','white-centerpiece-with-navy-accents-and-white-mints','','','2016-08-14 17:49:42','2016-08-14 17:49:42','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-navy-accents-and-white-mints',0,'product','',0),(1647,1,'2016-08-14 17:49:42','2016-08-14 17:49:42','White Centerpiece with Peach Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Peach and White Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Peach Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-peach-accents-and-white-almonds','','','2016-08-14 17:49:42','2016-08-14 17:49:42','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-peach-accents-and-white-almonds',0,'product','',0),(1648,1,'2016-08-14 17:49:42','2016-08-14 17:49:42','White Centerpiece with Peach Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Peach and White Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Peach Accents and White Mints','','publish','open','closed','','white-centerpiece-with-peach-accents-and-white-mints','','','2016-08-14 17:49:42','2016-08-14 17:49:42','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-peach-accents-and-white-mints',0,'product','',0),(1649,1,'2016-08-14 17:49:42','2016-08-14 17:49:42','White Centerpiece with Purple Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Purple and White Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Purple Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-purple-accents-and-white-almonds','','','2016-08-14 17:49:42','2016-08-14 17:49:42','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-purple-accents-and-white-almonds',0,'product','',0),(1650,1,'2016-08-14 17:49:42','2016-08-14 17:49:42','White Centerpiece with Purple Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Purple and White Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Purple Accents and White Mints','','publish','open','closed','','white-centerpiece-with-purple-accents-and-white-mints','','','2016-08-14 17:49:42','2016-08-14 17:49:42','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-purple-accents-and-white-mints',0,'product','',0),(1651,1,'2016-08-14 17:49:42','2016-08-14 17:49:42','White Centerpiece with Red Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Red Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-red-accents-and-white-almonds','','','2016-08-14 17:49:42','2016-08-14 17:49:42','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-red-accents-and-white-almonds',0,'product','',0),(1652,1,'2016-08-14 17:49:42','2016-08-14 17:49:42','White Centerpiece with Red Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Red Accents and White Mints','','publish','open','closed','','white-centerpiece-with-red-accents-and-white-mints','','','2016-08-14 17:49:42','2016-08-14 17:49:42','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-red-accents-and-white-mints',0,'product','',0),(1653,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','White Centerpiece with Royal Blue Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Royal Blue and White Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Royal Blue Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-royal-blue-accents-and-white-almonds','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-royal-blue-accents-and-white-almonds',0,'product','',0),(1654,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','White Centerpiece with Royal Blue Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Royal Blue and White Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Royal Blue Accents and White Mints','','publish','open','closed','','white-centerpiece-with-royal-blue-accents-and-white-mints','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-royal-blue-accents-and-white-mints',0,'product','',0),(1655,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','White Centerpiece with Tangerine Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Tangerine and White Tassels. Tangerine imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Tangerine Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-tangerine-accents-and-white-almonds','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-tangerine-accents-and-white-almonds',0,'product','',0),(1656,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','White Centerpiece with Tangerine Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Tangerine and White Tassels. Tangerine imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Tangerine Accents and White Mints','','publish','open','closed','','white-centerpiece-with-tangerine-accents-and-white-mints','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-tangerine-accents-and-white-mints',0,'product','',0),(1657,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','White Centerpiece with Teal Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Teal and White Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Teal Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-teal-accents-and-white-almonds','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-teal-accents-and-white-almonds',0,'product','',0),(1658,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','White Centerpiece with Teal Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Teal and White Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Teal Accents and White Mints','','publish','open','closed','','white-centerpiece-with-teal-accents-and-white-mints','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-teal-accents-and-white-mints',0,'product','',0),(1659,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','White Centerpiece with Orange Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Orange and White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Orange Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-orange-accents-and-white-almonds','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-orange-accents-and-white-almonds',0,'product','',0),(1660,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','White Centerpiece with Orange Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Orange and White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Orange Accents and White Mints','','publish','open','closed','','white-centerpiece-with-orange-accents-and-white-mints','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-orange-accents-and-white-mints',0,'product','',0),(1661,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','White Centerpiece with Turquoise Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Turquoise Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-turquoise-accents-and-white-almonds','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-turquoise-accents-and-white-almonds',0,'product','',0),(1662,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','White Centerpiece with Turquoise Accents and White Mints Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Turquoise Accents and White Mints','','publish','open','closed','','white-centerpiece-with-turquoise-accents-and-white-mints','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-turquoise-accents-and-white-mints',0,'product','',0),(1663,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','White Centerpiece with Silver Accents and White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Metallic Silver and White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Silver Accents and White Almonds','','publish','open','closed','','white-centerpiece-with-silver-accents-and-white-almonds','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-silver-accents-and-white-almonds',0,'product','',0),(1664,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','White Centerpiece with Silver Accents and Silver Foil Candy Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. White Ribbon Pompoms complemented by Metallic Silver and White Tassels. White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Centerpiece with Silver Accents and Silver Foil Candy','','publish','open','closed','','white-centerpiece-with-silver-accents-and-silver-foil-candy','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/white-centerpiece-with-silver-accents-and-silver-foil-candy',0,'product','',0),(1665,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','Hunter Green Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hunter Green Centerpiece with White Almonds','','publish','open','closed','','hunter-green-centerpiece-with-white-almonds','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/hunter-green-centerpiece-with-white-almonds',0,'product','',0),(1666,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','Mint Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Mint Ribbon Pompoms complemented by White and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint Centerpiece with White Almonds','','publish','open','closed','','mint-centerpiece-with-white-almonds','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/mint-centerpiece-with-white-almonds',0,'product','',0),(1667,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','Mint and Azalea Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Mint and Azalea Ribbon Pompoms complemented by Azalea and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint and Azalea Centerpiece with White Almonds','','publish','open','closed','','mint-and-azalea-centerpiece-with-white-almonds','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/mint-and-azalea-centerpiece-with-white-almonds',0,'product','',0),(1668,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','Mint and Pastel Colors Centerpiece with Pink Accents and White Mints featuring Wanderfuls Favors filled with White Mints. Celadon, Pink, Lavender, Light Yellow, Mint and Peach Ribbon Pompoms complemented by Celadon, Baby Pink, Lavender, Light Yellow, Mint and Peach Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint and Pastel Colors Centerpiece with Pink Accents and White Mints','','publish','open','closed','','mint-and-pastel-colors-centerpiece-with-pink-accents-and-white-mints','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/mint-and-pastel-colors-centerpiece-with-pink-accents-and-white-mints',0,'product','',0),(1669,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','Mint and Pastel Colors Centerpiece with Lavender Accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Celadon, Pink, Lavender, Light Yellow, Mint and Peach Ribbon Pompoms complemented by Celadon, Baby Pink, Lavender, Light Yellow, Mint and Peach Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint and Pastel Colors Centerpiece with Lavender Accents and White Almonds','','publish','open','closed','','mint-and-pastel-colors-centerpiece-with-lavender-accents-and-white-almonds','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/mint-and-pastel-colors-centerpiece-with-lavender-accents-and-white-almonds',0,'product','',0),(1670,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','Mint and Pastel Colors Centerpiece with Silver Accents and White Mints featuring Wanderfuls Favors filled with White Mighty Mints. Celadon, Pink, Lavender, Light Yellow, Mint and Peach Ribbon Pompoms complemented by Iridescent White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint and Pastel Colors Centerpiece with Silver Accents and White Mints','','publish','open','closed','','mint-and-pastel-colors-centerpiece-with-silver-accents-and-white-mints','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/mint-and-pastel-colors-centerpiece-with-silver-accents-and-white-mints',0,'product','',0),(1671,1,'2016-08-14 17:49:43','2016-08-14 17:49:43','Celadon and Baby Pink Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Celadon and Pink Ribbon Pompoms complemented by White, Baby Pink and Celadon  Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Celadon and Baby Pink Centerpiece with White Mints','','publish','open','closed','','celadon-and-baby-pink-centerpiece-with-white-mints','','','2016-08-14 17:49:43','2016-08-14 17:49:43','',0,'http://www.wanderfuls.com/product/celadon-and-baby-pink-centerpiece-with-white-mints',0,'product','',0),(1672,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Mint and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Mint and Iridescent White Ribbon Pompoms complemented by Mint and Iridescent White Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','mint-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/mint-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(1673,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Metallic Green and Metallic Red Centerpiece with Red Almonds featuring Wanderfuls Favors filled with Red Jordan Almonds. Metallic Green and Metallic Red Ribbon Pompoms complemented by Metallic Green, Metallic Red and Metallic Gold Tassels. Metallic Green imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Green and Metallic Red Centerpiece with Red Almonds','','publish','open','closed','','metallic-green-and-metallic-red-centerpiece-with-red-almonds','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/metallic-green-and-metallic-red-centerpiece-with-red-almonds',0,'product','',0),(1674,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Metallic Green and Metallic Red Centerpiece with Green Foil Candy featuring Wanderfuls Favors filled with Green Foil Wrapped Candy. Metallic Green and Metallic Red Ribbon Pompoms complemented by Metallic Green, Metallic Red and Metallic Gold Tassels. Metallic Red imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Green and Metallic Red Centerpiece with Green Foil Candy','','publish','open','closed','','metallic-green-and-metallic-red-centerpiece-with-green-foil-candy','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/metallic-green-and-metallic-red-centerpiece-with-green-foil-candy',0,'product','',0),(1675,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Mint and Baby Pink Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Mint and Pink Ribbon Pompoms complemented by Mint, White and Baby Pink Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint and Baby Pink Centerpiece with White Mints','','publish','open','closed','','mint-and-baby-pink-centerpiece-with-white-mints','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/mint-and-baby-pink-centerpiece-with-white-mints',0,'product','',0),(1676,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Mint and Hunter Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Mint and Hunter Green Ribbon Pompoms complemented by Mint, White and Hunter Green Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint and Hunter Centerpiece with White Mints','','publish','open','closed','','mint-and-hunter-centerpiece-with-white-mints','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/mint-and-hunter-centerpiece-with-white-mints',0,'product','',0),(1677,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Mint and Lavender Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Mint and Lavender Ribbon Pompoms complemented by Mint, White and Lavender Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint and Lavender Centerpiece with White Mints','','publish','open','closed','','mint-and-lavender-centerpiece-with-white-mints','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/mint-and-lavender-centerpiece-with-white-mints',0,'product','',0),(1678,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Hunter Green and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hunter Green and White Centerpiece with White Almonds','','publish','open','closed','','hunter-green-and-white-centerpiece-with-white-almonds','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/hunter-green-and-white-centerpiece-with-white-almonds',0,'product','',0),(1679,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Pretty in Pink Sweet 16 Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea Ribbon Pompoms complemented by White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pretty in Pink Sweet 16 Centerpiece','','publish','open','closed','','pretty-in-pink-sweet-16-centerpiece','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/pretty-in-pink-sweet-16-centerpiece',0,'product','',0),(1680,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Sassy & Sweet 16 Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Azalea, Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Azalea and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Sassy & Sweet 16 Centerpiece','','publish','open','closed','','sassy-sweet-16-centerpiece','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/sassy-sweet-16-centerpiece',0,'product','',0),(1681,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Bubblegum Pink and Pretty Purple Sweet 16 Centerpiece featuring Wanderfuls Favors filled with White Mighty Mints. Azalea and Purple Ribbon Pompoms complemented by Purple and Azalea Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Bubblegum Pink and Pretty Purple Sweet 16 Centerpiece','','publish','open','closed','','bubblegum-pink-and-pretty-purple-sweet-16-centerpiece','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/bubblegum-pink-and-pretty-purple-sweet-16-centerpiece',0,'product','',0),(1682,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Sweetly Pink and Shimmering Birthday Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Iridescent White Ribbon Pompoms complemented by Iridescent White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Sweetly Pink and Shimmering Birthday Centerpiece','','publish','open','closed','','sweetly-pink-and-shimmering-birthday-centerpiece','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/sweetly-pink-and-shimmering-birthday-centerpiece',0,'product','',0),(1683,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Simply Sweet Pink and White Birthday Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and White Ribbon Pompoms complemented by White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Simply Sweet Pink and White Birthday Centerpiece','','publish','open','closed','','simply-sweet-pink-and-white-birthday-centerpiece','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/simply-sweet-pink-and-white-birthday-centerpiece',0,'product','',0),(1684,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Barbie Pink & Green Sweet 16 Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Mint Ribbon Pompoms complemented by Pastel Green and Azalea Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Barbie Pink & Green Sweet 16 Centerpiece','','publish','open','closed','','barbie-pink-green-sweet-16-centerpiece','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/barbie-pink-green-sweet-16-centerpiece',0,'product','',0),(1685,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Sophisticated Pink & Grey Sweet 16 Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Grey Ribbon Pompoms complemented by Grey and Azalea Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Sophisticated Pink & Grey Sweet 16 Centerpiece','','publish','open','closed','','sophisticated-pink-grey-sweet-16-centerpiece','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/sophisticated-pink-grey-sweet-16-centerpiece',0,'product','',0),(1686,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Precious Pastel Pink Sweet 16 Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Pink  Ribbon Pompoms complemented by White and Baby Pink  Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Precious Pastel Pink Sweet 16 Centerpiece','','publish','open','closed','','precious-pastel-pink-sweet-16-centerpiece','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/precious-pastel-pink-sweet-16-centerpiece',0,'product','',0),(1687,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Elegant Pink and Chocolate Brown Celebration Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Pink and Brown Ribbon Pompoms complemented by Brown, Baby Pink and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Elegant Pink and Chocolate Brown Celebration Centerpiece','','publish','open','closed','','elegant-pink-and-chocolate-brown-celebration-centerpiece','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/elegant-pink-and-chocolate-brown-celebration-centerpiece',0,'product','',0),(1688,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Princess Pink and Iridescent White Sweet 16 Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Pink and Iridescent White Ribbon Pompoms complemented by Iridescent White and Baby Pink Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Princess Pink and Iridescent White Sweet 16 Centerpiece','','publish','open','closed','','princess-pink-and-iridescent-white-sweet-16-centerpiece','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/princess-pink-and-iridescent-white-sweet-16-centerpiece',0,'product','',0),(1689,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Ballet Pink and Green Sweet 16 Centerpiece featuring Wanderfuls Favors filled with White Mighty Mints. Pink and Mint Ribbon Pompoms complemented by White, Baby Pink and Pastel Green Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Ballet Pink and Green Sweet 16 Centerpiece','','publish','open','closed','','ballet-pink-and-green-sweet-16-centerpiece','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/ballet-pink-and-green-sweet-16-centerpiece',0,'product','',0),(1690,1,'2016-08-14 17:49:44','2016-08-14 17:49:44','Princess Pink and Elegant White Sweet 16 Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Princess Pink and Elegant White Sweet 16 Centerpiece','','publish','open','closed','','princess-pink-and-elegant-white-sweet-16-centerpiece','','','2016-08-14 17:49:44','2016-08-14 17:49:44','',0,'http://www.wanderfuls.com/product/princess-pink-and-elegant-white-sweet-16-centerpiece',0,'product','',0),(1691,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','Shimmering Sky Sweet 16 Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Baby Blue Ribbon Pompoms complemented by Baby Blue and Iridescent White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Shimmering Sky Sweet 16 Centerpiece','','publish','open','closed','','shimmering-sky-sweet-16-centerpiece','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/shimmering-sky-sweet-16-centerpiece',0,'product','',0),(1692,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','Cotton Candy Sweet 16 Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua and Azalea Ribbon Pompoms complemented by Azalea and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cotton Candy Sweet 16 Centerpiece','','publish','open','closed','','cotton-candy-sweet-16-centerpiece','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/cotton-candy-sweet-16-centerpiece',0,'product','',0),(1693,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','Pool Blue and Iridescent White Sweet 16 Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua and Iridescent White Ribbon Pompoms complemented by Iridescent White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pool Blue and Iridescent White Sweet 16 Centerpiece','','publish','open','closed','','pool-blue-and-iridescent-white-sweet-16-centerpiece','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/pool-blue-and-iridescent-white-sweet-16-centerpiece',0,'product','',0),(1694,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','Sky is The Limit Sweet 16 Centerpiece featuring Wanderfuls Favors filled with White Mighty Mints. Aqua and Cornflower Ribbon Pompoms complemented by Cornflower and Aqua Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Sky is The Limit Sweet 16 Centerpiece','','publish','open','closed','','sky-is-the-limit-sweet-16-centerpiece','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/sky-is-the-limit-sweet-16-centerpiece',0,'product','',0),(1695,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','Evening Sky Sweet 16 Centerpiece featuring Wanderfuls Favors filled with Light Blue Jordan Almonds. Baby Blue, Metallic Silver and Metallic Light Blue Ribbon Pompoms complemented by Metallic Pink, Baby Blue and Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Evening Sky Sweet 16 Centerpiece','','publish','open','closed','','evening-sky-sweet-16-centerpiece','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/evening-sky-sweet-16-centerpiece',0,'product','',0),(1696,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','Inspiration White and Aqua Sweet 16 Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua Ribbon Pompoms complemented by White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Inspiration White and Aqua Sweet 16 Centerpiece','','publish','open','closed','','inspiration-white-and-aqua-sweet-16-centerpiece','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/inspiration-white-and-aqua-sweet-16-centerpiece',0,'product','',0),(1697,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','Blue Modern and White Sweet 16 Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Baby Blue Ribbon Pompoms complemented by Baby Blue and White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Blue Modern and White Sweet 16 Centerpiece','','publish','open','closed','','blue-modern-and-white-sweet-16-centerpiece','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/blue-modern-and-white-sweet-16-centerpiece',0,'product','',0),(1698,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','Ivory and Gold Classic Wedding Centerpiece featuring Wanderfuls Favors filled with Black Jordan Almonds. Ivory Ribbon Pompoms complemented by Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Ivory and Gold Classic Wedding Centerpiece','','publish','open','closed','','ivory-and-gold-classic-wedding-centerpiece','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/ivory-and-gold-classic-wedding-centerpiece',0,'product','',0),(1699,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','White and Silver Classic Wedding Centerpiecce featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Metallic Silver and White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Silver Classic Wedding Centerpiecce','','publish','open','closed','','white-and-silver-classic-wedding-centerpiecce','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/white-and-silver-classic-wedding-centerpiecce',0,'product','',0),(1700,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','White and Gold Classic Wedding Centerpiecce featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Metallic Gold and White Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','White and Gold Classic Wedding Centerpiecce','','publish','open','closed','','white-and-gold-classic-wedding-centerpiecce','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/white-and-gold-classic-wedding-centerpiecce',0,'product','',0),(1701,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','Ivory and Iridescent White Shimmering Elegance Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Ivory and Iridescent White Ribbon Pompoms complemented by Ivory and Iridescent White Tassels. Hunter Green imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Ivory and Iridescent White Shimmering Elegance Centerpiece','','publish','open','closed','','ivory-and-iridescent-white-shimmering-elegance-centerpiece','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/ivory-and-iridescent-white-shimmering-elegance-centerpiece',0,'product','',0),(1702,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','Modern Bride Black and White Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Black and White Ribbon Pompoms complemented by Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Modern Bride Black and White Centerpiece','','publish','open','closed','','modern-bride-black-and-white-centerpiece','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/modern-bride-black-and-white-centerpiece',0,'product','',0),(1703,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','Chocolate Chic Wedding Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Brown Ribbon Pompoms complemented by White and Brown Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Chocolate Chic Wedding Centerpiece','','publish','open','closed','','chocolate-chic-wedding-centerpiece','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/chocolate-chic-wedding-centerpiece',0,'product','',0),(1704,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','Burgundy Bridal Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Burgundy Ribbon Pompoms complemented by White and Burgundy Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Burgundy Bridal Centerpiece','','publish','open','closed','','burgundy-bridal-centerpiece','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/burgundy-bridal-centerpiece',0,'product','',0),(1705,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','Cabernet Wine Wedding Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Cabernet  Ribbon Pompoms complemented by White and Cabernet  Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cabernet Wine Wedding Centerpiece','','publish','open','closed','','cabernet-wine-wedding-centerpiece','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/cabernet-wine-wedding-centerpiece',0,'product','',0),(1706,1,'2016-08-14 17:49:45','2016-08-14 17:49:45','Cornflower Charisma Wedding Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower and White Ribbon Pompoms complemented by Cornflower and White Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cornflower Charisma Wedding Centerpiece','','publish','open','closed','','cornflower-charisma-wedding-centerpiece','','','2016-08-14 17:49:45','2016-08-14 17:49:45','',0,'http://www.wanderfuls.com/product/cornflower-charisma-wedding-centerpiece',0,'product','',0),(1707,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','One and Only Shade of Grey Shimmering Wedding Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Grey Ribbon Pompoms complemented by Grey and Iridescent White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','One and Only Shade of Grey Shimmering Wedding Centerpiece','','publish','open','closed','','one-and-only-shade-of-grey-shimmering-wedding-centerpiece','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/one-and-only-shade-of-grey-shimmering-wedding-centerpiece',0,'product','',0),(1708,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','Charcoal Wedding Sophistication Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Charcoal and White Ribbon Pompoms complemented by White and Charcoal Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Charcoal Wedding Sophistication Centerpiece','','publish','open','closed','','charcoal-wedding-sophistication-centerpiece','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/charcoal-wedding-sophistication-centerpiece',0,'product','',0),(1709,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','Grey Anatomy of Love Wedding Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Grey Ribbon Pompoms complemented by Grey and White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Grey Anatomy of Love Wedding Centerpiece','','publish','open','closed','','grey-anatomy-of-love-wedding-centerpiece','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/grey-anatomy-of-love-wedding-centerpiece',0,'product','',0),(1710,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','Vibrant Bride Hot Pink Wedding Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Hot Pink and White Ribbon Pompoms complemented by Hot Pink and White Tassels. Fuchsia imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Vibrant Bride Hot Pink Wedding Centerpiece','','publish','open','closed','','vibrant-bride-hot-pink-wedding-centerpiece','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/vibrant-bride-hot-pink-wedding-centerpiece',0,'product','',0),(1711,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','Pearlized White Bridal Collection with Coral Pink featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Coral and Iridescent White Tassels. Chocolate imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White Bridal Collection with Coral Pink','','publish','open','closed','','pearlized-white-bridal-collection-with-coral-pink','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/pearlized-white-bridal-collection-with-coral-pink',0,'product','',0),(1712,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','Pearlized White Bridal Collection with Aqua Pool Blue featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua and Iridescent White Ribbon Pompoms complemented by Aqua and Iridescent White Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White Bridal Collection with Aqua Pool Blue','','publish','open','closed','','pearlized-white-bridal-collection-with-aqua-pool-blue','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/pearlized-white-bridal-collection-with-aqua-pool-blue',0,'product','',0),(1713,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','Pearlized White Bridal Collection with Azalea Pink featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Iridescent White Ribbon Pompoms complemented by Azalea and Iridescent White Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White Bridal Collection with Azalea Pink','','publish','open','closed','','pearlized-white-bridal-collection-with-azalea-pink','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/pearlized-white-bridal-collection-with-azalea-pink',0,'product','',0),(1714,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','Pearlized White Bridal Collection with Blue Bliss featuring Wanderfuls Favors filled with White Jordan Almonds. Baby Blue and Iridescent White Ribbon Pompoms complemented by Baby Blue and Iridescent White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White Bridal Collection with Blue Bliss','','publish','open','closed','','pearlized-white-bridal-collection-with-blue-bliss','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/pearlized-white-bridal-collection-with-blue-bliss',0,'product','',0),(1715,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','Pearlized White Bridal Collection with Pastel Pink featuring Wanderfuls Favors filled with White Jordan Almonds. Pink and Iridescent White Ribbon Pompoms complemented by Baby Pink and Iridescent White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White Bridal Collection with Pastel Pink','','publish','open','closed','','pearlized-white-bridal-collection-with-pastel-pink','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/pearlized-white-bridal-collection-with-pastel-pink',0,'product','',0),(1716,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','Pearlized White Bridal Collection with Lavender Light featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Lavender Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White Bridal Collection with Lavender Light','','publish','open','closed','','pearlized-white-bridal-collection-with-lavender-light','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/pearlized-white-bridal-collection-with-lavender-light',0,'product','',0),(1717,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','Pearlized White Bridal Collection with Mellow Yellow featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Light Yellow Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White Bridal Collection with Mellow Yellow','','publish','open','closed','','pearlized-white-bridal-collection-with-mellow-yellow','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/pearlized-white-bridal-collection-with-mellow-yellow',0,'product','',0),(1718,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','Pearlized White Bridal Collection with Lime Green featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Lime Green Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White Bridal Collection with Lime Green','','publish','open','closed','','pearlized-white-bridal-collection-with-lime-green','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/pearlized-white-bridal-collection-with-lime-green',0,'product','',0),(1719,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','Pearlized White Bridal Collection with Mint Green featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Pastel Green Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White Bridal Collection with Mint Green','','publish','open','closed','','pearlized-white-bridal-collection-with-mint-green','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/pearlized-white-bridal-collection-with-mint-green',0,'product','',0),(1720,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','Pearlized White Bridal Collection with Peach Passion featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Peach Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White Bridal Collection with Peach Passion','','publish','open','closed','','pearlized-white-bridal-collection-with-peach-passion','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/pearlized-white-bridal-collection-with-peach-passion',0,'product','',0),(1721,1,'2016-08-14 17:49:46','2016-08-14 17:49:46','Pearlized White Bridal Collection with Teal Tango featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Teal Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White Bridal Collection with Teal Tango','','publish','open','closed','','pearlized-white-bridal-collection-with-teal-tango','','','2016-08-14 17:49:46','2016-08-14 17:49:46','',0,'http://www.wanderfuls.com/product/pearlized-white-bridal-collection-with-teal-tango',0,'product','',0),(1722,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Pearlized White Bridal Collection with Turquoise Togetherness featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White Bridal Collection with Turquoise Togetherness','','publish','open','closed','','pearlized-white-bridal-collection-with-turquoise-togetherness','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/pearlized-white-bridal-collection-with-turquoise-togetherness',0,'product','',0),(1723,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Simply Stunning White and Ivory Wedding Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Ivory and White Tassels. Eggshell imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Simply Stunning White and Ivory Wedding Centerpiece with White Almonds','','publish','open','closed','','simply-stunning-white-and-ivory-wedding-centerpiece-with-white-almonds','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/simply-stunning-white-and-ivory-wedding-centerpiece-with-white-almonds',0,'product','',0),(1724,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Simply Stunning White and Ivory Wedding Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Ivory and White Tassels. Eggshell imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Simply Stunning White and Ivory Wedding Centerpiece with White Mints','','publish','open','closed','','simply-stunning-white-and-ivory-wedding-centerpiece-with-white-mints','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/simply-stunning-white-and-ivory-wedding-centerpiece-with-white-mints',0,'product','',0),(1725,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Red Accents featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Red Accents','','publish','open','closed','','classic-white-bridal-collection-with-red-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-red-accents',0,'product','',0),(1726,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Royal Blue Accents featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Royal Blue and White Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Royal Blue Accents','','publish','open','closed','','classic-white-bridal-collection-with-royal-blue-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-royal-blue-accents',0,'product','',0),(1727,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Tangerine Accents featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Tangerine and White Tassels. Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Tangerine Accents','','publish','open','closed','','classic-white-bridal-collection-with-tangerine-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-tangerine-accents',0,'product','',0),(1728,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Teal Accents featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Teal and White Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Teal Accents','','publish','open','closed','','classic-white-bridal-collection-with-teal-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-teal-accents',0,'product','',0),(1729,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Tropical Orange Accents featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Orange and White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Tropical Orange Accents','','publish','open','closed','','classic-white-bridal-collection-with-tropical-orange-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-tropical-orange-accents',0,'product','',0),(1730,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Daffodil Yellow Accents featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Daffodil and White Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Daffodil Yellow Accents','','publish','open','closed','','classic-white-bridal-collection-with-daffodil-yellow-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-daffodil-yellow-accents',0,'product','',0),(1731,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Emerald Accents featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Daffodil and White Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Emerald Accents','','publish','open','closed','','classic-white-bridal-collection-with-emerald-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-emerald-accents',0,'product','',0),(1732,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Grape Accents featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Hot Pink and White Tassels. Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Grape Accents','','publish','open','closed','','classic-white-bridal-collection-with-grape-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-grape-accents',0,'product','',0),(1733,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Hunter Green Accents Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Hunter Green and White Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Hunter Green Accents','','publish','open','closed','','classic-white-bridal-collection-with-hunter-green-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-hunter-green-accents',0,'product','',0),(1734,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Light Yellow Accents Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Light Yellow and White Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Light Yellow Accents','','publish','open','closed','','classic-white-bridal-collection-with-light-yellow-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-light-yellow-accents',0,'product','',0),(1735,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Lime Green Accents Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Lime Green and White Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Lime Green Accents','','publish','open','closed','','classic-white-bridal-collection-with-lime-green-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-lime-green-accents',0,'product','',0),(1736,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Mint Green Accents Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Pastel Green and White Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Mint Green Accents','','publish','open','closed','','classic-white-bridal-collection-with-mint-green-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-mint-green-accents',0,'product','',0),(1737,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Champagne Accents Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Mustard and White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Champagne Accents','','publish','open','closed','','classic-white-bridal-collection-with-champagne-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-champagne-accents',0,'product','',0),(1738,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Navy Accents Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Navy and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Navy Accents','','publish','open','closed','','classic-white-bridal-collection-with-navy-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-navy-accents',0,'product','',0),(1739,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Peach Accents Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Peach and White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Peach Accents','','publish','open','closed','','classic-white-bridal-collection-with-peach-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-peach-accents',0,'product','',0),(1740,1,'2016-08-14 17:49:47','2016-08-14 17:49:47','Classic White Bridal Collection with Purple Accents Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Purple and White Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Classic White Bridal Collection with Purple Accents','','publish','open','closed','','classic-white-bridal-collection-with-purple-accents','','','2016-08-14 17:49:47','2016-08-14 17:49:47','',0,'http://www.wanderfuls.com/product/classic-white-bridal-collection-with-purple-accents',0,'product','',0),(1741,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','White and Azalea Pink Baby Shower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Azalea Ribbon Pompoms complemented by White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Azalea Pink Baby Shower Centerpiece with White Almonds','','publish','open','closed','','white-and-azalea-pink-baby-shower-centerpiece-with-white-almonds','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/white-and-azalea-pink-baby-shower-centerpiece-with-white-almonds',0,'product','',0),(1742,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','White and Baby Blue Baby Shower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Baby Blue Ribbon Pompoms complemented by White and Baby Blue Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Baby Blue Baby Shower Centerpiece with White Almonds','','publish','open','closed','','white-and-baby-blue-baby-shower-centerpiece-with-white-almonds','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/white-and-baby-blue-baby-shower-centerpiece-with-white-almonds',0,'product','',0),(1743,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','White and Baby Pink Baby Shower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Baby Pink Baby Shower Centerpiece with White Almonds','','publish','open','closed','','white-and-baby-pink-baby-shower-centerpiece-with-white-almonds','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/white-and-baby-pink-baby-shower-centerpiece-with-white-almonds',0,'product','',0),(1744,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','White and Cornflower Blue Baby Shower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Cornflower Ribbon Pompoms complemented by White and Cornflower Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.\r\n','White and Cornflower Blue Baby Shower Centerpiece with White Almonds','','publish','open','closed','','white-and-cornflower-blue-baby-shower-centerpiece-with-white-almonds','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/white-and-cornflower-blue-baby-shower-centerpiece-with-white-almonds',0,'product','',0),(1745,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','White and Lavender Baby Shower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Lavender Ribbon Pompoms complemented by White and Lavender Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Lavender Baby Shower Centerpiece with White Almonds','','publish','open','closed','','white-and-lavender-baby-shower-centerpiece-with-white-almonds','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/white-and-lavender-baby-shower-centerpiece-with-white-almonds',0,'product','',0),(1746,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','White and Light Yellow Baby Shower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Light Yellow Ribbon Pompoms complemented by White and Light Yellow Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Light Yellow Baby Shower Centerpiece with White Almonds','','publish','open','closed','','white-and-light-yellow-baby-shower-centerpiece-with-white-almonds','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/white-and-light-yellow-baby-shower-centerpiece-with-white-almonds',0,'product','',0),(1747,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','White and Mint Green Baby Shower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Mint Ribbon Pompoms complemented by White and Pastel Green Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Mint Green Baby Shower Centerpiece with White Almonds','','publish','open','closed','','white-and-mint-green-baby-shower-centerpiece-with-white-almonds','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/white-and-mint-green-baby-shower-centerpiece-with-white-almonds',0,'product','',0),(1748,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','White and Peach Baby Shower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Peach  Ribbon Pompoms complemented by White and Peach  Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Peach Baby Shower Centerpiece with White Almonds','','publish','open','closed','','white-and-peach-baby-shower-centerpiece-with-white-almonds','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/white-and-peach-baby-shower-centerpiece-with-white-almonds',0,'product','',0),(1749,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','Cornflower Blue Baby Shower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower Ribbon Pompoms complemented by Cornflower and White Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cornflower Blue Baby Shower Centerpiece with White Almonds','','publish','open','closed','','cornflower-blue-baby-shower-centerpiece-with-white-almonds','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/cornflower-blue-baby-shower-centerpiece-with-white-almonds',0,'product','',0),(1750,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','Cornflower Blue and Aqua Baby Shower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Mints. Cornflower and Aqua Ribbon Pompoms complemented by Cornflower and Aqua Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cornflower Blue and Aqua Baby Shower Centerpiece with White Almonds','','publish','open','closed','','cornflower-blue-and-aqua-baby-shower-centerpiece-with-white-almonds','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/cornflower-blue-and-aqua-baby-shower-centerpiece-with-white-almonds',0,'product','',0),(1751,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','Mint Green Baby Shower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Mint Ribbon Pompoms complemented by White and Pastel Green Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint Green Baby Shower Centerpiece with White Almonds','','publish','open','closed','','mint-green-baby-shower-centerpiece-with-white-almonds','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/mint-green-baby-shower-centerpiece-with-white-almonds',0,'product','',0),(1752,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','Mint Green and Azalea Pink Baby Shower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Mint and Azalea Ribbon Pompoms complemented by Azalea and Pastel Green Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint Green and Azalea Pink Baby Shower Centerpiece with White Almonds','','publish','open','closed','','mint-green-and-azalea-pink-baby-shower-centerpiece-with-white-almonds','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/mint-green-and-azalea-pink-baby-shower-centerpiece-with-white-almonds',0,'product','',0),(1753,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','Pastel Colors Baby Shower Centerpiece with Lavender Accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Celadon, Pink, Lavender, Light Yellow, Mint and PeachRibbon Pompoms complemented by Cornflower, Baby Pink, Lavender, Light Yellow, Pastel Green and PeachTassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Pastel Colors Baby Shower Centerpiece with Lavender Accents and White Almonds','','publish','open','closed','','pastel-colors-baby-shower-centerpiece-with-lavender-accents-and-white-almonds','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/pastel-colors-baby-shower-centerpiece-with-lavender-accents-and-white-almonds',0,'product','',0),(1754,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','Pastel Colors Baby Shower Centerpiece with Iridescent White Accents and White Mints featuring Wanderfuls Favors filled with White Mints. Celadon, Pink, Lavender, Light Yellow, Mint and PeachRibbon Pompoms complemented by Iridescent White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pastel Colors Baby Shower Centerpiece with Iridescent White Accents and White Mints','','publish','open','closed','','pastel-colors-baby-shower-centerpiece-with-iridescent-white-accents-and-white-mints','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/pastel-colors-baby-shower-centerpiece-with-iridescent-white-accents-and-white-mints',0,'product','',0),(1755,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','Baby Pink and Celedon Green Baby Shower Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Celadon and Pink Ribbon Pompoms complemented by White, Baby Pink and Charcoal Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Pink and Celedon Green Baby Shower Centerpiece with White Mints','','publish','open','closed','','baby-pink-and-celedon-green-baby-shower-centerpiece-with-white-mints','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/baby-pink-and-celedon-green-baby-shower-centerpiece-with-white-mints',0,'product','',0),(1756,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','Baby Pink and Mint Green Baby Shower Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Mint and Pink Ribbon Pompoms complemented by Pastel Green, White and Baby Pink Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Pink and Mint Green Baby Shower Centerpiece with White Mints','','publish','open','closed','','baby-pink-and-mint-green-baby-shower-centerpiece-with-white-mints','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/baby-pink-and-mint-green-baby-shower-centerpiece-with-white-mints',0,'product','',0),(1757,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','Mint Green and Lavender Baby Shower Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Mint and Lavender Ribbon Pompoms complemented by Pastel Green, White and Lavender Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint Green and Lavender Baby Shower Centerpiece with White Mints','','publish','open','closed','','mint-green-and-lavender-baby-shower-centerpiece-with-white-mints','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/mint-green-and-lavender-baby-shower-centerpiece-with-white-mints',0,'product','',0),(1758,1,'2016-08-14 17:49:48','2016-08-14 17:49:48','Peach Baby Shower Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Peach Ribbon Pompoms complemented by White and Peach Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Peach Baby Shower Centerpiece with White Almonds','','publish','open','closed','','peach-baby-shower-centerpiece-with-white-almonds','','','2016-08-14 17:49:48','2016-08-14 17:49:48','',0,'http://www.wanderfuls.com/product/peach-baby-shower-centerpiece-with-white-almonds',0,'product','',0),(1759,1,'2016-08-14 17:49:49','2016-08-14 17:49:49','Light Yellow Baby Shower Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Light Yellow Ribbon Pompoms complemented by Light Yellow and White Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow Baby Shower Centerpiece with White Mints','','publish','open','closed','','light-yellow-baby-shower-centerpiece-with-white-mints','','','2016-08-14 17:49:49','2016-08-14 17:49:49','',0,'http://www.wanderfuls.com/product/light-yellow-baby-shower-centerpiece-with-white-mints',0,'product','',0),(1760,1,'2016-08-14 17:49:49','2016-08-14 17:49:49','Light Yellow and Pink Baby Shower Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Light Yellow and Azalea Ribbon Pompoms complemented by Light Yellow and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow and Pink Baby Shower Centerpiece with White Mints','','publish','open','closed','','light-yellow-and-pink-baby-shower-centerpiece-with-white-mints','','','2016-08-14 17:49:49','2016-08-14 17:49:49','',0,'http://www.wanderfuls.com/product/light-yellow-and-pink-baby-shower-centerpiece-with-white-mints',0,'product','',0),(1761,1,'2016-08-14 17:49:49','2016-08-14 17:49:49','Light Yellow and Lavender Baby Shower Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. Light Yellow and Lavender Ribbon Pompoms complemented by Light Yellow, Lavender and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow and Lavender Baby Shower Centerpiece with White Mints','','publish','open','closed','','light-yellow-and-lavender-baby-shower-centerpiece-with-white-mints','','','2016-08-14 17:49:49','2016-08-14 17:49:49','',0,'http://www.wanderfuls.com/product/light-yellow-and-lavender-baby-shower-centerpiece-with-white-mints',0,'product','',0),(1762,1,'2016-08-14 17:49:49','2016-08-14 17:49:49','Black Corporate Event Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Black Ribbon Pompoms complemented by White and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black Corporate Event Centerpiece','','publish','open','closed','','black-corporate-event-centerpiece','','','2016-08-14 17:49:49','2016-08-14 17:49:49','',0,'http://www.wanderfuls.com/product/black-corporate-event-centerpiece',0,'product','',0),(1763,1,'2016-08-14 17:49:49','2016-08-14 17:49:49','Black and Gold Elegant Event Centerpiece featuring Wanderfuls Favors filled with Black Jordan Almonds. Black and Metallic Gold Ribbon Pompoms complemented by Metallic Gold and Black Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Black and Gold Elegant Event Centerpiece','','publish','open','closed','','black-and-gold-elegant-event-centerpiece','','','2016-08-14 17:49:49','2016-08-14 17:49:49','',0,'http://www.wanderfuls.com/product/black-and-gold-elegant-event-centerpiece',0,'product','',0),(1764,1,'2016-08-14 17:49:49','2016-08-14 17:49:49','Black and Gold Gala Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Black and Metallic Gold Ribbon Pompoms complemented by Metallic Gold, Black and White Tassels. Black imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Black and Gold Gala Centerpiece','','publish','open','closed','','black-and-gold-gala-centerpiece','','','2016-08-14 17:49:49','2016-08-14 17:49:49','',0,'http://www.wanderfuls.com/product/black-and-gold-gala-centerpiece',0,'product','',0),(1765,1,'2016-08-14 17:49:49','2016-08-14 17:49:49','Black and Silver Event Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Silver Event Centerpiece','','publish','open','closed','','black-and-silver-event-centerpiece','','','2016-08-14 17:49:49','2016-08-14 17:49:49','',0,'http://www.wanderfuls.com/product/black-and-silver-event-centerpiece',0,'product','',0),(1766,1,'2016-08-14 17:49:49','2016-08-14 17:49:49','Black and Silver Corporate Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Silver Corporate Centerpiece','','publish','open','closed','','black-and-silver-corporate-centerpiece','','','2016-08-14 17:49:49','2016-08-14 17:49:49','',0,'http://www.wanderfuls.com/product/black-and-silver-corporate-centerpiece',0,'product','',0),(1767,1,'2016-08-14 17:49:49','2016-08-14 17:49:49','Black and Silver Reception Centerpiece featuring Wanderfuls Favors filled with Black Jordan Almonds. Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Black and White Tassels. Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Silver Reception Centerpiece','','publish','open','closed','','black-and-silver-reception-centerpiece','','','2016-08-14 17:49:49','2016-08-14 17:49:49','',0,'http://www.wanderfuls.com/product/black-and-silver-reception-centerpiece',0,'product','',0),(1768,1,'2016-08-14 17:49:49','2016-08-14 17:49:49','Black and Red Formal Event Centerpiece featuring Wanderfuls Favors filled with White Mighty Mints. Black and Red Ribbon Pompoms complemented by Black, Red and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Red Formal Event Centerpiece','','publish','open','closed','','black-and-red-formal-event-centerpiece','','','2016-08-14 17:49:49','2016-08-14 17:49:49','',0,'http://www.wanderfuls.com/product/black-and-red-formal-event-centerpiece',0,'product','',0),(1769,1,'2016-08-14 17:49:49','2016-08-14 17:49:49','Black and Red Gala Event Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Black and Red  Ribbon Pompoms complemented by Black, Red and White  Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Red Gala Event Centerpiece','','publish','open','closed','','black-and-red-gala-event-centerpiece','','','2016-08-14 17:49:49','2016-08-14 17:49:49','',0,'http://www.wanderfuls.com/product/black-and-red-gala-event-centerpiece',0,'product','',0),(1770,1,'2016-08-14 17:49:49','2016-08-14 17:49:49','Cabernet Corporate Event Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Cabernet Ribbon Pompoms complemented by Cabernet and White Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cabernet Corporate Event Centerpiece','','publish','open','closed','','cabernet-corporate-event-centerpiece','','','2016-08-14 17:49:49','2016-08-14 17:49:49','',0,'http://www.wanderfuls.com/product/cabernet-corporate-event-centerpiece',0,'product','',0),(1771,1,'2016-08-14 17:49:49','2016-08-14 17:49:49','Cabernet and Navy Corporate Event Centerpiece featuring Wanderfuls Favors filled with White Mints. Cabernet and Navy Ribbon Pompoms complemented by Navy, Cabernet and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cabernet and Navy Corporate Event Centerpiece','','publish','open','closed','','cabernet-and-navy-corporate-event-centerpiece','','','2016-08-14 17:49:49','2016-08-14 17:49:49','',0,'http://www.wanderfuls.com/product/cabernet-and-navy-corporate-event-centerpiece',0,'product','',0),(1772,1,'2016-08-14 17:49:50','2016-08-14 17:49:50','Metallic Burgundy and Silver Formal Dinner Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Burgundy Ribbon Pompoms complemented by Metallic Burgundy and Metallic Silver Tassels. Metallic Burgundy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Burgundy and Silver Formal Dinner Centerpiece','','publish','open','closed','','metallic-burgundy-and-silver-formal-dinner-centerpiece','','','2016-08-14 17:49:50','2016-08-14 17:49:50','',0,'http://www.wanderfuls.com/product/metallic-burgundy-and-silver-formal-dinner-centerpiece',0,'product','',0),(1773,1,'2016-08-14 17:49:50','2016-08-14 17:49:50','White and Brown Awards Dinner Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Brown Ribbon Pompoms complemented by White and Brown Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Brown Awards Dinner Centerpiece','','publish','open','closed','','white-and-brown-awards-dinner-centerpiece','','','2016-08-14 17:49:50','2016-08-14 17:49:50','',0,'http://www.wanderfuls.com/product/white-and-brown-awards-dinner-centerpiece',0,'product','',0),(1774,1,'2016-08-14 17:49:50','2016-08-14 17:49:50','White and Burgundy Reunion Event Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Burgundy Ribbon Pompoms complemented by White and Burgundy Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Burgundy Reunion Event Centerpiece','','publish','open','closed','','white-and-burgundy-reunion-event-centerpiece','','','2016-08-14 17:49:50','2016-08-14 17:49:50','',0,'http://www.wanderfuls.com/product/white-and-burgundy-reunion-event-centerpiece',0,'product','',0),(1775,1,'2016-08-14 17:49:50','2016-08-14 17:49:50','Cabernet and White Alumni Event Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Cabernet Ribbon Pompoms complemented by White and Cabernet Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cabernet and White Alumni Event Centerpiece','','publish','open','closed','','cabernet-and-white-alumni-event-centerpiece','','','2016-08-14 17:49:50','2016-08-14 17:49:50','',0,'http://www.wanderfuls.com/product/cabernet-and-white-alumni-event-centerpiece',0,'product','',0),(1776,1,'2016-08-14 17:49:50','2016-08-14 17:49:50','Cornflower Blue Corporate Event Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower Ribbon Pompoms complemented by Cornflower and White Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cornflower Blue Corporate Event Centerpiece','','publish','open','closed','','cornflower-blue-corporate-event-centerpiece','','','2016-08-14 17:49:50','2016-08-14 17:49:50','',0,'http://www.wanderfuls.com/product/cornflower-blue-corporate-event-centerpiece',0,'product','',0),(1777,1,'2016-08-14 17:49:50','2016-08-14 17:49:50','Cornflower and Daffodil Yellow Formal Event Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower and Daffodil Ribbon Pompoms complemented by Cornflower, Daffodil and White Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Cornflower and Daffodil Yellow Formal Event Centerpiece','','publish','open','closed','','cornflower-and-daffodil-yellow-formal-event-centerpiece','','','2016-08-14 17:49:50','2016-08-14 17:49:50','',0,'http://www.wanderfuls.com/product/cornflower-and-daffodil-yellow-formal-event-centerpiece',0,'product','',0),(1778,1,'2016-08-14 17:49:50','2016-08-14 17:49:50','Cornflower and White Gala Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower and White Ribbon Pompoms complemented by Cornflower and White Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cornflower and White Gala Centerpiece','','publish','open','closed','','cornflower-and-white-gala-centerpiece','','','2016-08-14 17:49:50','2016-08-14 17:49:50','',0,'http://www.wanderfuls.com/product/cornflower-and-white-gala-centerpiece',0,'product','',0),(1779,1,'2016-08-14 17:49:50','2016-08-14 17:49:50','Cornflower and Navy Reception Centerpiece featuring Wanderfuls Favors filled with White Mints. Cornflower and Navy Ribbon Pompoms complemented by Cornflower, White and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Cornflower and Navy Reception Centerpiece','','publish','open','closed','','cornflower-and-navy-reception-centerpiece','','','2016-08-14 17:49:50','2016-08-14 17:49:50','',0,'http://www.wanderfuls.com/product/cornflower-and-navy-reception-centerpiece',0,'product','',0),(1780,1,'2016-08-14 17:49:50','2016-08-14 17:49:50','Hunter Green Corporate Employee Appreciation Event Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hunter Green Corporate Employee Appreciation Event Centerpiece','','publish','open','closed','','hunter-green-corporate-employee-appreciation-event-centerpiece','','','2016-08-14 17:49:50','2016-08-14 17:49:50','',0,'http://www.wanderfuls.com/product/hunter-green-corporate-employee-appreciation-event-centerpiece',0,'product','',0),(1781,1,'2016-08-14 17:49:50','2016-08-14 17:49:50','Lime and Hunter Corporate Event Centerpiece featuring Wanderfuls Favors filled with White Mints. Mint and Hunter Green Ribbon Pompoms complemented by Pastel Green, White and Hunter Green Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Lime and Hunter Corporate Event Centerpiece','','publish','open','closed','','lime-and-hunter-corporate-event-centerpiece','','','2016-08-14 17:49:50','2016-08-14 17:49:50','',0,'http://www.wanderfuls.com/product/lime-and-hunter-corporate-event-centerpiece',0,'product','',0),(1782,1,'2016-08-14 17:49:50','2016-08-14 17:49:50','Hunter and White Fundraiser Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hunter and White Fundraiser Centerpiece','','publish','open','closed','','hunter-and-white-fundraiser-centerpiece','','','2016-08-14 17:49:50','2016-08-14 17:49:50','',0,'http://www.wanderfuls.com/product/hunter-and-white-fundraiser-centerpiece',0,'product','',0),(1783,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','Charcoal Reception Dinner Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Charcoal Ribbon Pompoms complemented by White and Charcoal Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Charcoal Reception Dinner Centerpiece','','publish','open','closed','','charcoal-reception-dinner-centerpiece','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/charcoal-reception-dinner-centerpiece',0,'product','',0),(1784,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','Charcoal and Navy Gala Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and Grey Ribbon Pompoms complemented by Grey, Navy and White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Charcoal and Navy Gala Centerpiece','','publish','open','closed','','charcoal-and-navy-gala-centerpiece','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/charcoal-and-navy-gala-centerpiece',0,'product','',0),(1785,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','Charcoal and White Corporate Event Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Charcoal and White Ribbon Pompoms complemented by White and Charcoal Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Charcoal and White Corporate Event Centerpiece','','publish','open','closed','','charcoal-and-white-corporate-event-centerpiece','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/charcoal-and-white-corporate-event-centerpiece',0,'product','',0),(1786,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','White and Grey Corporate Training Seminar Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Grey Ribbon Pompoms complemented by Grey and White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Grey Corporate Training Seminar Centerpiece','','publish','open','closed','','white-and-grey-corporate-training-seminar-centerpiece','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/white-and-grey-corporate-training-seminar-centerpiece',0,'product','',0),(1787,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','Formal Ivory and Gold Event Centerpiece featuring Wanderfuls Favors filled with White Mints. Ivory Ribbon Pompoms complemented by Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Formal Ivory and Gold Event Centerpiece','','publish','open','closed','','formal-ivory-and-gold-event-centerpiece','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/formal-ivory-and-gold-event-centerpiece',0,'product','',0),(1788,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','Ivory and Navy Gala Centerpiece featuring Wanderfuls Favors filled with Black Jordan Almonds. Ivory and Navy Ribbon Pompoms complemented by Ivory, Navy and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Ivory and Navy Gala Centerpiece','','publish','open','closed','','ivory-and-navy-gala-centerpiece','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/ivory-and-navy-gala-centerpiece',0,'product','',0),(1789,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','Metallic Gold with Metallic Blue Accents Sales Training Event Centerpiece featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Metallic Gold Ribbon Pompoms complemented by Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold with Metallic Blue Accents Sales Training Event Centerpiece','','publish','open','closed','','metallic-gold-with-metallic-blue-accents-sales-training-event-centerpiece','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/metallic-gold-with-metallic-blue-accents-sales-training-event-centerpiece',0,'product','',0),(1790,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','Metallic Gold and Navy Spirit Awards Dinner Centerpiece featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Metallic Gold and Navy Ribbon Pompoms complemented by Metallic Gold and Navy Tassels. Navy imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold and Navy Spirit Awards Dinner Centerpiece','','publish','open','closed','','metallic-gold-and-navy-spirit-awards-dinner-centerpiece','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/metallic-gold-and-navy-spirit-awards-dinner-centerpiece',0,'product','',0),(1791,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','Metallic Gold and Navy Corporate Centerpiece with White Accents featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Gold and Navy Ribbon Pompoms complemented by Metallic Gold, Navy and White Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold and Navy Corporate Centerpiece with White Accents','','publish','open','closed','','metallic-gold-and-navy-corporate-centerpiece-with-white-accents','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/metallic-gold-and-navy-corporate-centerpiece-with-white-accents',0,'product','',0),(1792,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','Metallic Gold and Red Carpet Gala Centerpiece with White Accents featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Metallic Gold Ribbon Pompoms complemented by Red, Metallic Gold and White Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold and Red Carpet Gala Centerpiece with White Accents','','publish','open','closed','','metallic-gold-and-red-carpet-gala-centerpiece-with-white-accents','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/metallic-gold-and-red-carpet-gala-centerpiece-with-white-accents',0,'product','',0),(1793,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','Metallic Gold and Red Formal Event Centerpiece featuring Wanderfuls Favors filled with Red Jordan Almonds. Red and Metallic Gold Ribbon Pompoms complemented by Red and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold and Red Formal Event Centerpiece','','publish','open','closed','','metallic-gold-and-red-formal-event-centerpiece','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/metallic-gold-and-red-formal-event-centerpiece',0,'product','',0),(1794,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','Metallic Gold and White Reception Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Metallic Gold Ribbon Pompoms complemented by White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold and White Reception Centerpiece','','publish','open','closed','','metallic-gold-and-white-reception-centerpiece','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/metallic-gold-and-white-reception-centerpiece',0,'product','',0),(1795,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','Metallic Gold and White Fundraiser Favor and Centerpiece all-in-one featuring Wanderfuls Favors filled with White Mints. White and Metallic Gold Ribbon Pompoms complemented by White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold and White Fundraiser Favor and Centerpiece all-in-one','','publish','open','closed','','metallic-gold-and-white-fundraiser-favor-and-centerpiece-all-in-one','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/metallic-gold-and-white-fundraiser-favor-and-centerpiece-all-in-one',0,'product','',0),(1796,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','Metallic Purple and Silver Corporate Event Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Purple Ribbon Pompoms complemented by Metallic Silver, Metallic Purple and White Tassels. Metallic Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Purple and Silver Corporate Event Centerpiece','','publish','open','closed','','metallic-purple-and-silver-corporate-event-centerpiece','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/metallic-purple-and-silver-corporate-event-centerpiece',0,'product','',0),(1797,1,'2016-08-14 17:49:51','2016-08-14 17:49:51','Metallic Blue and Silver Awards Dinner Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Royal Blue Ribbon Pompoms complemented by Metallic Silver and Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Blue and Silver Awards Dinner Centerpiece','','publish','open','closed','','metallic-blue-and-silver-awards-dinner-centerpiece','','','2016-08-14 17:49:51','2016-08-14 17:49:51','',0,'http://www.wanderfuls.com/product/metallic-blue-and-silver-awards-dinner-centerpiece',0,'product','',0),(1798,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Metallic Burgundy and Silver Employee Appreciation Dinner Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Burgundy Ribbon Pompoms complemented by Metallic Silver and Metallic Burgundy Tassels. Metallic Burgundy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Burgundy and Silver Employee Appreciation Dinner Centerpiece','','publish','open','closed','','metallic-burgundy-and-silver-employee-appreciation-dinner-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/metallic-burgundy-and-silver-employee-appreciation-dinner-centerpiece',0,'product','',0),(1799,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Metallic Silver and Navy Gala Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Navy Ribbon Pompoms complemented by Metallic Silver and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver and Navy Gala Centerpiece','','publish','open','closed','','metallic-silver-and-navy-gala-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/metallic-silver-and-navy-gala-centerpiece',0,'product','',0),(1800,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Metallic Silver and White Reunion Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Silver and White Ribbon Pompoms complemented by Metallic Silver and White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver and White Reunion Centerpiece','','publish','open','closed','','metallic-silver-and-white-reunion-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/metallic-silver-and-white-reunion-centerpiece',0,'product','',0),(1801,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Metallic Silver and White Formal Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and White Ribbon Pompoms complemented by Metallic Silver and White Tassels. White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver and White Formal Centerpiece','','publish','open','closed','','metallic-silver-and-white-formal-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/metallic-silver-and-white-formal-centerpiece',0,'product','',0),(1802,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Metallic Silver White and Blue Team Spirit Building Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver, White and Royal Blue Ribbon Pompoms complemented by Metallic Silver, White and Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Silver White and Blue Team Spirit Building Centerpiece','','publish','open','closed','','metallic-silver-white-and-blue-team-spirit-building-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/metallic-silver-white-and-blue-team-spirit-building-centerpiece',0,'product','',0),(1803,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Orange and White Alumni Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Orange Ribbon Pompoms complemented by White and Orange Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and White Alumni Centerpiece','','publish','open','closed','','orange-and-white-alumni-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/orange-and-white-alumni-centerpiece',0,'product','',0),(1804,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Orange and Navy Spirit Building Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. Orange and Royal Blue Ribbon Pompoms complemented by White, Orange and Royal Blue Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Navy Spirit Building Centerpiece','','publish','open','closed','','orange-and-navy-spirit-building-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/orange-and-navy-spirit-building-centerpiece',0,'product','',0),(1805,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Orange and Red Conference Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Orange and Red Ribbon Pompoms complemented by White, Orange and Red Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Red Conference Centerpiece','','publish','open','closed','','orange-and-red-conference-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/orange-and-red-conference-centerpiece',0,'product','',0),(1806,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Orange and Purple Event Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. Orange and Purple Ribbon Pompoms complemented by White, Orange and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Purple Event Centerpiece','','publish','open','closed','','orange-and-purple-event-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/orange-and-purple-event-centerpiece',0,'product','',0),(1807,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Orange and Yellow Corporate Color Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. Orange and Daffodil Ribbon Pompoms complemented by Daffodil, Orange and White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Yellow Corporate Color Centerpiece','','publish','open','closed','','orange-and-yellow-corporate-color-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/orange-and-yellow-corporate-color-centerpiece',0,'product','',0),(1808,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Formal Gala Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Eggplant Ribbon Pompoms complemented by White and Eggplant Tassels. Eggplant non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Formal Gala Centerpiece','','publish','open','closed','','formal-gala-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/formal-gala-centerpiece',0,'product','',0),(1809,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Purple Elegant Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Purple Ribbon Pompoms complemented by White and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple Elegant Centerpiece','','publish','open','closed','','purple-elegant-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/purple-elegant-centerpiece',0,'product','',0),(1810,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Purple and White Formal Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Purple and White Ribbon Pompoms complemented by White and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and White Formal Centerpiece','','publish','open','closed','','purple-and-white-formal-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/purple-and-white-formal-centerpiece',0,'product','',0),(1811,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Red Corporate Event Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Red Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red Corporate Event Centerpiece','','publish','open','closed','','red-corporate-event-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/red-corporate-event-centerpiece',0,'product','',0),(1812,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Red and White Gala Reception Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Red and White Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and White Gala Reception Centerpiece','','publish','open','closed','','red-and-white-gala-reception-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/red-and-white-gala-reception-centerpiece',0,'product','',0),(1813,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Red and Black Formal Dinner Recpetion Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. Red and Black Ribbon Pompoms complemented by Red, White and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and Black Formal Dinner Recpetion Centerpiece','','publish','open','closed','','red-and-black-formal-dinner-recpetion-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/red-and-black-formal-dinner-recpetion-centerpiece',0,'product','',0),(1814,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Red White and Blue Gala Centepiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Royal Blue Ribbon Pompoms complemented by Red, White and Royal Blue Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red White and Blue Gala Centepiece','','publish','open','closed','','red-white-and-blue-gala-centepiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/red-white-and-blue-gala-centepiece',0,'product','',0),(1815,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Formal Holiday Party Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. Red and Emerald Green Ribbon Pompoms complemented by Red, White and Daffodil Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Formal Holiday Party Centerpiece','','publish','open','closed','','formal-holiday-party-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/formal-holiday-party-centerpiece',0,'product','',0),(1816,1,'2016-08-14 17:49:52','2016-08-14 17:49:52','Sparkling Holiday Gala Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Gold Hershey Kisses. Metallic Red and Metallic Green Ribbon Pompoms complemented by Metallic Green, Metallic Gold and Metallic Red Tassels. Metallic Red imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Sparkling Holiday Gala Centerpiece','','publish','open','closed','','sparkling-holiday-gala-centerpiece','','','2016-08-14 17:49:52','2016-08-14 17:49:52','',0,'http://www.wanderfuls.com/product/sparkling-holiday-gala-centerpiece',0,'product','',0),(1817,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','Royal Blue Formal Dinner Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue Ribbon Pompoms complemented by Royal Blue and White Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue Formal Dinner Centerpiece','','publish','open','closed','','royal-blue-formal-dinner-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/royal-blue-formal-dinner-centerpiece',0,'product','',0),(1818,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','Royal Blue and White Elegant Reception Dinner Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue and White Ribbon Pompoms complemented by Royal Blue and White Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and White Elegant Reception Dinner Centerpiece','','publish','open','closed','','royal-blue-and-white-elegant-reception-dinner-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/royal-blue-and-white-elegant-reception-dinner-centerpiece',0,'product','',0),(1819,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','1st Boy Birthday Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Baby Blue Ribbon Pompoms complemented by Baby Blue and White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','1st Boy Birthday Centerpiece','','publish','open','closed','','1st-boy-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/1st-boy-birthday-centerpiece',0,'product','',0),(1820,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','1st Girl Birthday Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','1st Girl Birthday Centerpiece','','publish','open','closed','','1st-girl-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/1st-girl-birthday-centerpiece',0,'product','',0),(1821,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','10th Birthday Centerpiece featuring Wanderfuls Favors filled with White Mighty Mints. Aqua and Cornflower Ribbon Pompoms complemented by Cornflower and Aqua Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','10th Birthday Centerpiece','','publish','open','closed','','10th-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/10th-birthday-centerpiece',0,'product','',0),(1822,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','11th Birthday Centerpiece featuring Wanderfuls Favors filled with Jelly Beans. Daffodil, Purple, Hot Pink, Orange and Lime Green Ribbon Pompoms complemented by Metallic Silver Tassels. Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','11th Birthday Centerpiece','','publish','open','closed','','11th-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/11th-birthday-centerpiece',0,'product','',0),(1823,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','12th Birthday Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Hot Pink Ribbon Pompoms complemented by Hot Pink and White Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','12th Birthday Centerpiece','','publish','open','closed','','12th-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/12th-birthday-centerpiece',0,'product','',0),(1824,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','13th Birthday Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Baby Blue Ribbon Pompoms complemented by Baby Blue and White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','13th Birthday Centerpiece','','publish','open','closed','','13th-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/13th-birthday-centerpiece',0,'product','',0),(1825,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','15th Birthday Centerpiece featuring Wanderfuls Favors filled with Blue Gumballs. Metallic Hot Pink and Metallic Purple  Ribbon Pompoms complemented by Metallic Hot Pink and Metallic Purple  Tassels. Metallic Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','15th Birthday Centerpiece','','publish','open','closed','','15th-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/15th-birthday-centerpiece',0,'product','',0),(1826,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','16th Birthday Centerpiece featuring Wanderfuls Favors filled with White Mints. Hot Pink and Lime Green Ribbon Pompoms complemented by Hot Pink, Lime Green and White Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','16th Birthday Centerpiece','','publish','open','closed','','16th-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/16th-birthday-centerpiece',0,'product','',0),(1827,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','18th Birthday Centerpiece featuring Wanderfuls Favors filled with White Mighty Mints. Pink and Mint Ribbon Pompoms complemented by White, Baby Pink and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','18th Birthday Centerpiece','','publish','open','closed','','18th-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/18th-birthday-centerpiece',0,'product','',0),(1828,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','20th Birthday Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Baby Blue and Navy Ribbon Pompoms complemented by Baby Blue and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','20th Birthday Centerpiece','','publish','open','closed','','20th-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/20th-birthday-centerpiece',0,'product','',0),(1829,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','21st Birthday Centerpiece. Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','21st Birthday Centerpiece','','publish','open','closed','','21st-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/21st-birthday-centerpiece',0,'product','',0),(1830,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','30th Birthday Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Azalea, Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Azalea and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','30th Birthday Centerpiece','','publish','open','closed','','30th-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/30th-birthday-centerpiece',0,'product','',0),(1831,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','35th Birthday Centerpiece featuring Wanderfuls Favors filled with White Mighty Mints. Black and Red Ribbon Pompoms complemented by Black, Red and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','35th Birthday Centerpiece','','publish','open','closed','','35th-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/35th-birthday-centerpiece',0,'product','',0),(1832,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','40th Birthday Centerpiece featuring Wanderfuls Favors filled with Black Jordan Almonds. Black and Metallic Gold Ribbon Pompoms complemented by Metallic Gold and Black Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','40th Birthday Centerpiece','','publish','open','closed','','40th-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/40th-birthday-centerpiece',0,'product','',0),(1833,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','45th Birthday Centerpiece featuring Wanderfuls Favors filled with Light Blue Jordan Almonds. Baby Blue, Metallic Silver and Metallic Light Blue Ribbon Pompoms complemented by Metallic Light Blue, Baby Blue and Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','45th Birthday Centerpiece','','publish','open','closed','','45th-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/45th-birthday-centerpiece',0,'product','',0),(1834,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','50th Birthday Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Black and White Ribbon Pompoms complemented by Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','50th Birthday Centerpiece','','publish','open','closed','','50th-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/50th-birthday-centerpiece',0,'product','',0),(1835,1,'2016-08-14 17:49:53','2016-08-14 17:49:53','55th Birthday Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','55th Birthday Centerpiece','','publish','open','closed','','55th-birthday-centerpiece','','','2016-08-14 17:49:53','2016-08-14 17:49:53','',0,'http://www.wanderfuls.com/product/55th-birthday-centerpiece',0,'product','',0),(1836,1,'2016-08-14 17:49:54','2016-08-14 17:49:54','60th Birthday Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Charcoal and Coral Ribbon Pompoms complemented by White, Charcoal Grey and Coral Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','60th Birthday Centerpiece','','publish','open','closed','','60th-birthday-centerpiece','','','2016-08-14 17:49:54','2016-08-14 17:49:54','',0,'http://www.wanderfuls.com/product/60th-birthday-centerpiece',0,'product','',0),(1837,1,'2016-08-14 17:49:54','2016-08-14 17:49:54','65th Birthday Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and Grey Ribbon Pompoms complemented by Grey, Navy and White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','65th Birthday Centerpiece','','publish','open','closed','','65th-birthday-centerpiece','','','2016-08-14 17:49:54','2016-08-14 17:49:54','',0,'http://www.wanderfuls.com/product/65th-birthday-centerpiece',0,'product','',0),(1838,1,'2016-08-14 17:49:54','2016-08-14 17:49:54','70th Birthday Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Burgundy Ribbon Pompoms complemented by Burgundy and Azalea Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','70th Birthday Centerpiece','','publish','open','closed','','70th-birthday-centerpiece','','','2016-08-14 17:49:54','2016-08-14 17:49:54','',0,'http://www.wanderfuls.com/product/70th-birthday-centerpiece',0,'product','',0),(1839,1,'2016-08-14 17:49:54','2016-08-14 17:49:54','75th Birthday Centerpiece. Ivory and Navy Ribbon Pompoms complemented by Ivory, Navy and Metallic Gold Tassels. Navy imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','75th Birthday Centerpiece','','publish','open','closed','','75th-birthday-centerpiece','','','2016-08-14 17:49:54','2016-08-14 17:49:54','',0,'http://www.wanderfuls.com/product/75th-birthday-centerpiece',0,'product','',0),(1840,1,'2016-08-14 17:49:54','2016-08-14 17:49:54','80th Birthday Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Lavender and Purple Ribbon Pompoms complemented by Lavender, White and Purple Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','80th Birthday Centerpiece','','publish','open','closed','','80th-birthday-centerpiece','','','2016-08-14 17:49:54','2016-08-14 17:49:54','',0,'http://www.wanderfuls.com/product/80th-birthday-centerpiece',0,'product','',0),(1841,1,'2016-08-14 17:49:54','2016-08-14 17:49:54','85th Birthday Centerpiece featuring Wanderfuls Favors filled with White Mints. Celadon, Pink, Lavender, Light Yellow, Mint and PeachRibbon Pompoms complemented by Celadon, Baby Pink, Lavender, Light Yellow, Mint and PeachTassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','85th Birthday Centerpiece','','publish','open','closed','','85th-birthday-centerpiece','','','2016-08-14 17:49:54','2016-08-14 17:49:54','',0,'http://www.wanderfuls.com/product/85th-birthday-centerpiece',0,'product','',0),(1842,1,'2016-08-14 17:49:54','2016-08-14 17:49:54','90th Birthday Centerpiece featuring Wanderfuls Favors filled with White Mints. Mint and Hunter Green Ribbon Pompoms complemented by Mint, White and Hunter Green Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','90th Birthday Centerpiece','','publish','open','closed','','90th-birthday-centerpiece','','','2016-08-14 17:49:54','2016-08-14 17:49:54','',0,'http://www.wanderfuls.com/product/90th-birthday-centerpiece',0,'product','',0),(1843,1,'2016-08-14 17:49:54','2016-08-14 17:49:54','95th Birthday Centerpiece featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Ivory and Peach Ribbon Pompoms complemented by Ivory and Peach Tassels. Peach imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','95th Birthday Centerpiece','','publish','open','closed','','95th-birthday-centerpiece','','','2016-08-14 17:49:54','2016-08-14 17:49:54','',0,'http://www.wanderfuls.com/product/95th-birthday-centerpiece',0,'product','',0),(1844,1,'2016-08-14 17:49:54','2016-08-14 17:49:54','100th Birthday Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Ivory Ribbon Pompoms complemented by Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','100th Birthday Centerpiece','','publish','open','closed','','100th-birthday-centerpiece','','','2016-08-14 17:49:54','2016-08-14 17:49:54','',0,'http://www.wanderfuls.com/product/100th-birthday-centerpiece',0,'product','',0),(1845,1,'2016-08-14 17:49:54','2016-08-14 17:49:54','Winter Solstice Party Centerpiece featuring Wanderfuls Favors filled with Light Blue Jordan Almonds. Metallic Light Blue, Metallic Silver and Baby Blue Ribbon Pompoms complemented by Metallic Silver and Baby Blue Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Winter Solstice Party Centerpiece','','publish','open','closed','','winter-solstice-party-centerpiece','','','2016-08-14 17:49:54','2016-08-14 17:49:54','',0,'http://www.wanderfuls.com/product/winter-solstice-party-centerpiece',0,'product','',0),(1846,1,'2016-08-14 17:49:54','2016-08-14 17:49:54','New Years Eve Party Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Black Ribbon Pompoms complemented by Metallic Silver, Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','New Years Eve Party Centerpiece','','publish','open','closed','','new-years-eve-party-centerpiece','','','2016-08-14 17:49:54','2016-08-14 17:49:54','',0,'http://www.wanderfuls.com/product/new-years-eve-party-centerpiece',0,'product','',0),(1847,1,'2016-08-14 17:49:54','2016-08-14 17:49:54','Valentines Day Party Centerpiece featuring Wanderfuls Favors filled with White Mints. Hot Pink and Azalea Ribbon Pompoms complemented by Azalea and Hot Pink Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Valentines Day Party Centerpiece','','publish','open','closed','','valentines-day-party-centerpiece','','','2016-08-14 17:49:54','2016-08-14 17:49:54','',0,'http://www.wanderfuls.com/product/valentines-day-party-centerpiece',0,'product','',0),(1848,1,'2016-08-14 17:49:54','2016-08-14 17:49:54','St. Patricks Day Party Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Emerald Green Ribbon Pompoms complemented by White and Emerald Green New Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','St. Patricks Day Party Centerpiece','','publish','open','closed','','st-patricks-day-party-centerpiece','','','2016-08-14 17:49:54','2016-08-14 17:49:54','',0,'http://www.wanderfuls.com/product/st-patricks-day-party-centerpiece',0,'product','',0),(1849,1,'2016-08-14 17:49:54','2016-08-14 17:49:54','Easter Celebration Centerpiece featuring Wanderfuls Favors filled with White Mints. Pink, Mint, Light Yellow, Peach, Lavender and Celadon Ribbon Pompoms complemented by Iridescent White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Easter Celebration Centerpiece','','publish','open','closed','','easter-celebration-centerpiece','','','2016-08-14 17:49:54','2016-08-14 17:49:54','',0,'http://www.wanderfuls.com/product/easter-celebration-centerpiece',0,'product','',0),(1850,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','Spring Celebration Centerpiece featuring Wanderfuls Favors filled with White Mints. Light Yellow and Azalea Ribbon Pompoms complemented by Light Yellow and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Spring Celebration Centerpiece','','publish','open','closed','','spring-celebration-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/spring-celebration-centerpiece',0,'product','',0),(1851,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','Patriotic Centerpiece featuring Wanderfuls Favors filled with White Mints. Red and Royal Blue  Ribbon Pompoms complemented by Red, White and Royal Blue  Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Patriotic Centerpiece','','publish','open','closed','','patriotic-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/patriotic-centerpiece',0,'product','',0),(1852,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','Summer Celebration Centerpiece featuring Wanderfuls Favors filled with White Mints. Daffodil and Coral Ribbon Pompoms complemented by Daffodil, White and Coral Tassels. Coral imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Summer Celebration Centerpiece','','publish','open','closed','','summer-celebration-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/summer-celebration-centerpiece',0,'product','',0),(1853,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','Fall Harvest Party Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Brown Ribbon Pompoms complemented by White and Brown Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Fall Harvest Party Centerpiece','','publish','open','closed','','fall-harvest-party-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/fall-harvest-party-centerpiece',0,'product','',0),(1854,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','Halloween Party Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Orange Ribbon Pompoms complemented by Orange and White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Halloween Party Centerpiece','','publish','open','closed','','halloween-party-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/halloween-party-centerpiece',0,'product','',0),(1855,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','Thanksgiving Banquet Centerpiece featuring Wanderfuls Favors filled with White Mints. Daffodil and Orange Ribbon Pompoms complemented by Daffodil, White and Orange Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Thanksgiving Banquet Centerpiece','','publish','open','closed','','thanksgiving-banquet-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/thanksgiving-banquet-centerpiece',0,'product','',0),(1856,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','Thanksmas Party Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Metallic Gold Ribbon Pompoms complemented by Red, White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Thanksmas Party Centerpiece','','publish','open','closed','','thanksmas-party-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/thanksmas-party-centerpiece',0,'product','',0),(1857,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','Christmas Party Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Emerald Green Ribbon Pompoms complemented by Red, White and Emerald Green New Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Christmas Party Centerpiece','','publish','open','closed','','christmas-party-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/christmas-party-centerpiece',0,'product','',0),(1858,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','Holiday Party Centerpiece featuring Wanderfuls Favors filled with White Mints. Red and Emerald Green Ribbon Pompoms complemented by Red, White and Emerald Green New Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Holiday Party Centerpiece','','publish','open','closed','','holiday-party-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/holiday-party-centerpiece',0,'product','',0),(1859,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','Xmas Party Centerpiece featuring Wanderfuls Favors filled with Red Jordan Almonds. Red and Metallic Gold Ribbon Pompoms complemented by Red, Metallic Gold and Metallic Red Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Xmas Party Centerpiece','','publish','open','closed','','xmas-party-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/xmas-party-centerpiece',0,'product','',0),(1860,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','Shimmering Christmas Centerpiece featuring Wanderfuls Favors filled with Red Jordan Almonds. Metallic Red and Metallic Green Ribbon Pompoms complemented by Metallic Green, Metallic Gold and Metallic Red Tassels. Metallic Green imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Shimmering Christmas Centerpiece','','publish','open','closed','','shimmering-christmas-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/shimmering-christmas-centerpiece',0,'product','',0),(1861,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','White with Yellow Accents Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Light Yellow and White Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Yellow Accents and White Mints Bridal Shower Centerpiece','','publish','open','closed','','white-with-yellow-accents-and-white-mints-bridal-shower-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/white-with-yellow-accents-and-white-mints-bridal-shower-centerpiece',0,'product','',0),(1862,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','White with Yellow Accents Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Light Yellow and White Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Yellow Accents and White Almonds Bridal Shower Centerpiece','','publish','open','closed','','white-with-yellow-accents-and-white-almonds-bridal-shower-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/white-with-yellow-accents-and-white-almonds-bridal-shower-centerpiece',0,'product','',0),(1863,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','White with Mint Green Accents Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Mint and White Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Mint Green Accents and White Mints Bridal Shower Centerpiece','','publish','open','closed','','white-with-mint-green-accents-and-white-mints-bridal-shower-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/white-with-mint-green-accents-and-white-mints-bridal-shower-centerpiece',0,'product','',0),(1864,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','White with Mint Green Accents Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Mint and White Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Mint Green Accents and White Almonds Bridal Shower Centerpiece','','publish','open','closed','','white-with-mint-green-accents-and-white-almonds-bridal-shower-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/white-with-mint-green-accents-and-white-almonds-bridal-shower-centerpiece',0,'product','',0),(1865,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','White with Lavender Accents Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Lavender and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Lavender Accents and White Almonds Bridal Shower Centerpiece','','publish','open','closed','','white-with-lavender-accents-and-white-almonds-bridal-shower-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/white-with-lavender-accents-and-white-almonds-bridal-shower-centerpiece',0,'product','',0),(1866,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','White with Lavender Accents Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Lavender and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Lavender Accents and White Mints Bridal Shower Centerpiece','','publish','open','closed','','white-with-lavender-accents-and-white-mints-bridal-shower-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/white-with-lavender-accents-and-white-mints-bridal-shower-centerpiece',0,'product','',0),(1867,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','White and Mint Green Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Mint Ribbon Pompoms complemented by White and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Mint Green Bridal Shower Centerpiece','','publish','open','closed','','white-and-mint-green-bridal-shower-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/white-and-mint-green-bridal-shower-centerpiece',0,'product','',0),(1868,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','White and Lavender Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Lavender Ribbon Pompoms complemented by White and Lavender Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Lavender Bridal Shower Centerpiece','','publish','open','closed','','white-and-lavender-bridal-shower-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/white-and-lavender-bridal-shower-centerpiece',0,'product','',0),(1869,1,'2016-08-14 17:49:55','2016-08-14 17:49:55','White and Baby Blue Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Baby Blue Ribbon Pompoms complemented by White and Baby Blue Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Baby Blue Bridal Shower Centerpiece','','publish','open','closed','','white-and-baby-blue-bridal-shower-centerpiece','','','2016-08-14 17:49:55','2016-08-14 17:49:55','',0,'http://www.wanderfuls.com/product/white-and-baby-blue-bridal-shower-centerpiece',0,'product','',0),(1870,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','White and Teal Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Teal Ribbon Pompoms complemented by White and Teal Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Teal Bridal Shower Centerpiece','','publish','open','closed','','white-and-teal-bridal-shower-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/white-and-teal-bridal-shower-centerpiece',0,'product','',0),(1871,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','White and Aqua Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Aqua Ribbon Pompoms complemented by White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Aqua Bridal Shower Centerpiece','','publish','open','closed','','white-and-aqua-bridal-shower-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/white-and-aqua-bridal-shower-centerpiece',0,'product','',0),(1872,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','White and Yellow Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Light Yellow Ribbon Pompoms complemented by White and Light Yellow Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Yellow Bridal Shower Centerpiece','','publish','open','closed','','white-and-yellow-bridal-shower-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/white-and-yellow-bridal-shower-centerpiece',0,'product','',0),(1873,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','White and Mint Green Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Mint Ribbon Pompoms complemented by White and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Mint Green Bridal Shower Centerpiece','','publish','open','closed','','white-and-mint-green-bridal-shower-centerpiece-2','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/white-and-mint-green-bridal-shower-centerpiece-2',0,'product','',0),(1874,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','White and Pink Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Pink Ribbon Pompoms complemented by White and Pink Tassels. Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Pink Bridal Shower Centerpiece','','publish','open','closed','','white-and-pink-bridal-shower-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/white-and-pink-bridal-shower-centerpiece',0,'product','',0),(1875,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','White and Grape Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Grape Ribbon Pompoms complemented by White and Grape Tassels. Grape imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Grape Bridal Shower Centerpiece','','publish','open','closed','','white-and-grape-bridal-shower-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/white-and-grape-bridal-shower-centerpiece',0,'product','',0),(1876,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','White and Baby Pink Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Baby Pink Bridal Shower Centerpiece','','publish','open','closed','','white-and-baby-pink-bridal-shower-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/white-and-baby-pink-bridal-shower-centerpiece',0,'product','',0),(1877,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','White and Hot Pink Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hot Pink Ribbon Pompoms complemented by White and Hot Pink Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Hot Pink Bridal Shower Centerpiece','','publish','open','closed','','white-and-hot-pink-bridal-shower-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/white-and-hot-pink-bridal-shower-centerpiece',0,'product','',0),(1878,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','White and Hunter Green Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Hunter Green Bridal Shower Centerpiece','','publish','open','closed','','white-and-hunter-green-bridal-shower-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/white-and-hunter-green-bridal-shower-centerpiece',0,'product','',0),(1879,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','White and Coral Bridal Shower Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Coral Ribbon Pompoms complemented by White and Coral Tassels. Coral imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Coral Bridal Shower Centerpiece','','publish','open','closed','','white-and-coral-bridal-shower-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/white-and-coral-bridal-shower-centerpiece',0,'product','',0),(1880,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','A Mystical Evening Theme Prom Centerpiece.  Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','A Mystical Evening Theme Prom Centerpiece','','publish','open','closed','','a-mystical-evening-theme-prom-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/a-mystical-evening-theme-prom-centerpiece',0,'product','',0),(1881,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','Jungle Theme Prom Centerpiece featuring Wanderfuls Favors filled with White Mints. Mint and Hunter Green Ribbon Pompoms complemented by Mint, White and Hunter Green Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Jungle Theme Prom Centerpiece','','publish','open','closed','','jungle-theme-prom-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/jungle-theme-prom-centerpiece',0,'product','',0),(1882,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','Masquerade Ball Theme Prom Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Purple and Metallic Silver Ribbon Pompoms complemented by Metallic Purple and Metallic Silver Tassels. Metallic Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Masquerade Ball Theme Prom Centerpiece','','publish','open','closed','','masquerade-ball-theme-prom-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/masquerade-ball-theme-prom-centerpiece',0,'product','',0),(1883,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','New York City Theme Prom Centerpiece featuring Wanderfuls Favors filled with Black Jordan Almonds. Black and Metallic Gold Ribbon Pompoms complemented by Metallic Gold and Black Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','New York City Theme Prom Centerpiece','','publish','open','closed','','new-york-city-theme-prom-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/new-york-city-theme-prom-centerpiece',0,'product','',0),(1884,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','Arabian Nights Theme Prom Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Navy and Metallic Silver Ribbon Pompoms complemented by Navy and Metallic Silver Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Arabian Nights Theme Prom Centerpiece','','publish','open','closed','','arabian-nights-theme-prom-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/arabian-nights-theme-prom-centerpiece',0,'product','',0),(1885,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','Enchanted Atlantis Theme Prom Centerpiece featuring Wanderfuls Favors filled with White Mints. Ivory Ribbon Pompoms complemented by Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Enchanted Atlantis Theme Prom Centerpiece','','publish','open','closed','','enchanted-atlantis-theme-prom-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/enchanted-atlantis-theme-prom-centerpiece',0,'product','',0),(1886,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','Red Carpet Theme Prom Centerpiece featuring Wanderfuls Favors filled with Red Jordan Almonds. Red and Metallic Gold  Ribbon Pompoms complemented by Red, Metallic Gold and Metallic Red  Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Red Carpet Theme Prom Centerpiece','','publish','open','closed','','red-carpet-theme-prom-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/red-carpet-theme-prom-centerpiece',0,'product','',0),(1887,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','A Night of Star Theme Prom Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and White Ribbon Pompoms complemented by Metallic Silver and White Tassels. White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','A Night of Star Theme Prom Centerpiece','','publish','open','closed','','a-night-of-star-theme-prom-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/a-night-of-star-theme-prom-centerpiece',0,'product','',0),(1888,1,'2016-08-14 17:49:56','2016-08-14 17:49:56','Underwater Escape Ocean Theme Prom Centerpiece featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. Navy, Cornflower, Royal Blue, Teal, Turquoise and White Ribbon Pompoms complemented by Navy, Cornflower, Royal Blue, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Underwater Escape Ocean Theme Prom Centerpiece','','publish','open','closed','','underwater-escape-ocean-theme-prom-centerpiece','','','2016-08-14 17:49:56','2016-08-14 17:49:56','',0,'http://www.wanderfuls.com/product/underwater-escape-ocean-theme-prom-centerpiece',0,'product','',0),(1889,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Casino Theme Prom Centerpiece featuring Wanderfuls Favors filled with White Mints. Red and Black Ribbon Pompoms complemented by Red, White and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Casino Theme Prom Centerpiece','','publish','open','closed','','casino-theme-prom-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/casino-theme-prom-centerpiece',0,'product','',0),(1890,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Senior Prom Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Burgundy Ribbon Pompoms complemented by Metallic Silver and Metallic Burgundy Tassels. Metallic Burgundy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Senior Prom Centerpiece','','publish','open','closed','','senior-prom-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/senior-prom-centerpiece',0,'product','',0),(1891,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Junior Prom Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Navy Ribbon Pompoms complemented by Metallic Silver and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Junior Prom Centerpiece','','publish','open','closed','','junior-prom-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/junior-prom-centerpiece',0,'product','',0),(1892,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Semi Formal Dance Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Silver and White Ribbon Pompoms complemented by Metallic Silver and White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Semi Formal Dance Centerpiece','','publish','open','closed','','semi-formal-dance-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/semi-formal-dance-centerpiece',0,'product','',0),(1893,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Formal Dance Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver, White and Royal Blue Ribbon Pompoms complemented by Metallic Silver, White and Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Formal Dance Centerpiece','','publish','open','closed','','formal-dance-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/formal-dance-centerpiece',0,'product','',0),(1894,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Sadie Hawkins Dance Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver, Turquoise and Black Ribbon Pompoms complemented by Metallic Silver, Turquoise and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Sadie Hawkins Dance Centerpiece','','publish','open','closed','','sadie-hawkins-dance-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/sadie-hawkins-dance-centerpiece',0,'product','',0),(1895,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Harvest Dance Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Cabernet Ribbon Pompoms complemented by White and Cabernet Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Harvest Dance Centerpiece','','publish','open','closed','','harvest-dance-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/harvest-dance-centerpiece',0,'product','',0),(1896,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Homecoming Centerpiece featuring Wanderfuls Favors filled with White Mints. Navy and Cornflower Ribbon Pompoms complemented by Navy, White and Cornflower Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Homecoming Centerpiece','','publish','open','closed','','homecoming-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/homecoming-centerpiece',0,'product','',0),(1897,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Spring Fling Centerpiece. Hot Pink, Lime Green, Daffodil, Orange and Purple Ribbon Pompoms complemented by Hot Pink, Lime Green, Daffodil, Orange, Purple and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Spring Fling Centerpiece','','publish','open','closed','','spring-fling-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/spring-fling-centerpiece',0,'product','',0),(1898,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Cheerleading Banquet Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Hot Pink, Metallic Silver and Black Ribbon Pompoms complemented by Hot Pink, Metallic Silver and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cheerleading Banquet Centerpiece','','publish','open','closed','','cheerleading-banquet-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/cheerleading-banquet-centerpiece',0,'product','',0),(1899,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Varsity Banquet Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and White Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Varsity Banquet Centerpiece','','publish','open','closed','','varsity-banquet-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/varsity-banquet-centerpiece',0,'product','',0),(1900,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','JV Banquet Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Brown Ribbon Pompoms complemented by White and Brown Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','JV Banquet Centerpiece','','publish','open','closed','','jv-banquet-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/jv-banquet-centerpiece',0,'product','',0),(1901,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','National Honor Society Banquet Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Daffodil and Cornflower Ribbon Pompoms complemented by Daffodil, White and Cornflower Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','National Honor Society Banquet Centerpiece','','publish','open','closed','','national-honor-society-banquet-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/national-honor-society-banquet-centerpiece',0,'product','',0),(1902,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Red and Blue Graduation School Colors Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Royal Blue Ribbon Pompoms complemented by Red, White and Royal Blue Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and Blue Graduation School Colors Centerpiece','','publish','open','closed','','red-and-blue-graduation-school-colors-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/red-and-blue-graduation-school-colors-centerpiece',0,'product','',0),(1903,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Red and Orange Graduation School Colors Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Orange Ribbon Pompoms complemented by Red, White and Orange Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and Orange Graduation School Colors Centerpiece','','publish','open','closed','','red-and-orange-graduation-school-colors-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/red-and-orange-graduation-school-colors-centerpiece',0,'product','',0),(1904,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Red and Gold Graduation School Colors Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Metallic Gold Ribbon Pompoms complemented by Red, White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Red and Gold Graduation School Colors Centerpiece','','publish','open','closed','','red-and-gold-graduation-school-colors-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/red-and-gold-graduation-school-colors-centerpiece',0,'product','',0),(1905,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Navy and White Graduation School Colors Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and White Ribbon Pompoms complemented by Navy and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and White Graduation School Colors Centerpiece','','publish','open','closed','','navy-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/navy-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1906,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Navy and Cornflower Graduation School Colors Centerpiece featuring Wanderfuls Favors filled with White Mints. Navy and Cornflower Ribbon Pompoms complemented by Navy, White and Cornflower Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Navy and Cornflower Graduation School Colors Centerpiece','','publish','open','closed','','navy-and-cornflower-graduation-school-colors-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/navy-and-cornflower-graduation-school-colors-centerpiece',0,'product','',0),(1907,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Navy and Grey Graduation School Colors Centerpiece featuring Wanderfuls Favors filled with White Mints. Navy and Grey Ribbon Pompoms complemented by Navy, Grey and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Grey Graduation School Colors Centerpiece','','publish','open','closed','','navy-and-grey-graduation-school-colors-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/navy-and-grey-graduation-school-colors-centerpiece',0,'product','',0),(1908,1,'2016-08-14 17:49:57','2016-08-14 17:49:57','Navy and Burgundy Graduation School Colors Centerpiece featuring Wanderfuls Favors filled with White Mints. Navy and Cabernet Ribbon Pompoms complemented by Navy, Cabernet and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Burgundy Graduation School Colors Centerpiece','','publish','open','closed','','navy-and-burgundy-graduation-school-colors-centerpiece','','','2016-08-14 17:49:57','2016-08-14 17:49:57','',0,'http://www.wanderfuls.com/product/navy-and-burgundy-graduation-school-colors-centerpiece',0,'product','',0),(1909,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Navy and Baby Blue Graduation School Colors Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and Baby Blue Ribbon Pompoms complemented by Navy, Baby Blue and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Baby Blue Graduation School Colors Centerpiece','','publish','open','closed','','navy-and-baby-blue-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/navy-and-baby-blue-graduation-school-colors-centerpiece',0,'product','',0),(1910,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Orange and White Graduation School Colors Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Orange Ribbon Pompoms complemented by White and Orange Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and White Graduation School Colors Centerpiece','','publish','open','closed','','orange-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/orange-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1911,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Orange and Blue Graduation School Colors Centerpiece featuring Wanderfuls Favors filled with White Mints. Orange and Royal Blue Ribbon Pompoms complemented by White, Orange and Royal Blue Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Blue Graduation School Colors Centerpiece','','publish','open','closed','','orange-and-blue-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/orange-and-blue-graduation-school-colors-centerpiece',0,'product','',0),(1912,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Orange and Purple Graduation School Colors Centerpiece featuring Wanderfuls Favors filled with White Mints. Orange and Purple Ribbon Pompoms complemented by White, Orange and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Purple Graduation School Colors Centerpiece','','publish','open','closed','','orange-and-purple-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/orange-and-purple-graduation-school-colors-centerpiece',0,'product','',0),(1913,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Orange and Yellow Graduation School Colors Centerpiece featuring Wanderfuls Favors filled with White Mints. Orange and Daffodil Ribbon Pompoms complemented by Daffodil, Orange and White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Yellow Graduation School Colors Centerpiece','','publish','open','closed','','orange-and-yellow-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/orange-and-yellow-graduation-school-colors-centerpiece',0,'product','',0),(1914,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Purple and White Graduation School Colors Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Purple and White Ribbon Pompoms complemented by White and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and White Graduation School Colors Centerpiece','','publish','open','closed','','purple-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/purple-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1915,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Purple and Lime Green Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. Lime Green and Purple Ribbon Pompoms complemented by Lime Green, Purple and White Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and Lime Green Graduation School Colors Centerpiece','','publish','open','closed','','purple-and-lime-green-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/purple-and-lime-green-graduation-school-colors-centerpiece',0,'product','',0),(1916,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Royal Blue and White Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue and White Ribbon Pompoms complemented by Royal Blue and White Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and White Graduation School Colors Centerpiece','','publish','open','closed','','royal-blue-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/royal-blue-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1917,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Royal Blue and Yellow Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. Royal Blue and Daffodil Ribbon Pompoms complemented by Royal Blue, White and Daffodil Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and Yellow Graduation School Colors Centerpiece','','publish','open','closed','','royal-blue-and-yellow-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/royal-blue-and-yellow-graduation-school-colors-centerpiece',0,'product','',0),(1918,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Royal Blue and Silver Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. Metallic Royal Blue and Metallic Silver Ribbon Pompoms complemented by Metallic Royal Blue and Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and Silver Graduation School Colors Centerpiece','','publish','open','closed','','royal-blue-and-silver-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/royal-blue-and-silver-graduation-school-colors-centerpiece',0,'product','',0),(1919,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Teal and White Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Teal and White Ribbon Pompoms complemented by White and Teal Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Teal and White Graduation School Colors Centerpiece','','publish','open','closed','','teal-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/teal-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1920,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Turquoise and White Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Turquoise and White Ribbon Pompoms complemented by Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Turquoise and White Graduation School Colors Centerpiece','','publish','open','closed','','turquoise-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/turquoise-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1921,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Charcoal and White Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Charcoal and White Ribbon Pompoms complemented by White and Charcoal Grey Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Charcoal and White Graduation School Colors Centerpiece','','publish','open','closed','','charcoal-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/charcoal-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1922,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Grey and White Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Grey Ribbon Pompoms complemented by Grey and White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Grey and White Graduation School Colors Centerpiece','','publish','open','closed','','grey-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/grey-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1923,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Hunter Green and White Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hunter Green and White Graduation School Colors Centerpiece','','publish','open','closed','','hunter-green-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/hunter-green-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1924,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Emerald Green and White Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Emerald Green Ribbon Pompoms complemented by White and Emerald Green New Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Emerald Green and White Graduation School Colors Centerpiece','','publish','open','closed','','emerald-green-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/emerald-green-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1925,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Cornflower Blue and White Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower and White Ribbon Pompoms complemented by Cornflower and White Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cornflower Blue and White Graduation School Colors Centerpiece','','publish','open','closed','','cornflower-blue-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/cornflower-blue-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1926,1,'2016-08-14 17:49:58','2016-08-14 17:49:58','Cabernet and White Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Cabernet Ribbon Pompoms complemented by White and Cabernet Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cabernet and White Graduation School Colors Centerpiece','','publish','open','closed','','cabernet-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:58','2016-08-14 17:49:58','',0,'http://www.wanderfuls.com/product/cabernet-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1927,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','Burgundy and White Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Burgundy Ribbon Pompoms complemented by White and Burgundy Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Burgundy and White Graduation School Colors Centerpiece','','publish','open','closed','','burgundy-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/burgundy-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1928,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','Brown and White Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Brown Ribbon Pompoms complemented by White and Brown Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Brown and White Graduation School Colors Centerpiece','','publish','open','closed','','brown-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/brown-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1929,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','Black and White Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Black and White Ribbon Pompoms complemented by Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and White Graduation School Colors Centerpiece','','publish','open','closed','','black-and-white-graduation-school-colors-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/black-and-white-graduation-school-colors-centerpiece',0,'product','',0),(1930,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','Black and Red Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mighty Mints. Black and Red Ribbon Pompoms complemented by Black, Red and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Red Graduation School Colors Centerpiece','','publish','open','closed','','black-and-red-graduation-school-colors-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/black-and-red-graduation-school-colors-centerpiece',0,'product','',0),(1931,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','Black and Turquoise Graduation School Colors Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Black Jordan Almonds. Black, Turquoise and Metallic Silver Ribbon Pompoms complemented by Black, Metallic Silver and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Turquoise Graduation School Colors Centerpiece','','publish','open','closed','','black-and-turquoise-graduation-school-colors-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/black-and-turquoise-graduation-school-colors-centerpiece',0,'product','',0),(1932,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','10th High School Reunion Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','10th High School Reunion Centerpiece','','publish','open','closed','','10th-high-school-reunion-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/10th-high-school-reunion-centerpiece',0,'product','',0),(1933,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','15th High School Reunion Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Royal Blue and White Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','15th High School Reunion Centerpiece','','publish','open','closed','','15th-high-school-reunion-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/15th-high-school-reunion-centerpiece',0,'product','',0),(1934,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','20th High School Reunion Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Tangerine and White Tassels. Tangerine imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','20th High School Reunion Centerpiece','','publish','open','closed','','20th-high-school-reunion-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/20th-high-school-reunion-centerpiece',0,'product','',0),(1935,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','25th High School Reunion Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Teal and White Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','25th High School Reunion Centerpiece','','publish','open','closed','','25th-high-school-reunion-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/25th-high-school-reunion-centerpiece',0,'product','',0),(1936,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','30th High School Reunion Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Orange and White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','30th High School Reunion Centerpiece','','publish','open','closed','','30th-high-school-reunion-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/30th-high-school-reunion-centerpiece',0,'product','',0),(1937,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','35th High School Reunion Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','35th High School Reunion Centerpiece','','publish','open','closed','','35th-high-school-reunion-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/35th-high-school-reunion-centerpiece',0,'product','',0),(1938,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','40th High School Reunion Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. White Ribbon Pompoms complemented by Metallic Silver and White Tassels. White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','40th High School Reunion Centerpiece','','publish','open','closed','','40th-high-school-reunion-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/40th-high-school-reunion-centerpiece',0,'product','',0),(1939,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','45th High School Reunion Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Black Ribbon Pompoms complemented by White and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','45th High School Reunion Centerpiece','','publish','open','closed','','45th-high-school-reunion-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/45th-high-school-reunion-centerpiece',0,'product','',0),(1940,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','50th High School Reunion Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Brown Ribbon Pompoms complemented by White and Brown Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','50th High School Reunion Centerpiece','','publish','open','closed','','50th-high-school-reunion-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/50th-high-school-reunion-centerpiece',0,'product','',0),(1941,1,'2016-08-14 17:49:59','2016-08-14 17:49:59','55th High School Reunion Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Burgundy Ribbon Pompoms complemented by White and Burgundy Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','55th High School Reunion Centerpiece','','publish','open','closed','','55th-high-school-reunion-centerpiece','','','2016-08-14 17:49:59','2016-08-14 17:49:59','',0,'http://www.wanderfuls.com/product/55th-high-school-reunion-centerpiece',0,'product','',0),(1942,1,'2016-08-14 17:50:00','2016-08-14 17:50:00','60th High School Reunion Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Cabernet Ribbon Pompoms complemented by White and Cabernet Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','60th High School Reunion Centerpiece','','publish','open','closed','','60th-high-school-reunion-centerpiece','','','2016-08-14 17:50:00','2016-08-14 17:50:00','',0,'http://www.wanderfuls.com/product/60th-high-school-reunion-centerpiece',0,'product','',0),(1943,1,'2016-08-14 17:50:00','2016-08-14 17:50:00','65th High School Reunion Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Charcoal Ribbon Pompoms complemented by White and Charcoal Grey Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','65th High School Reunion Centerpiece','','publish','open','closed','','65th-high-school-reunion-centerpiece','','','2016-08-14 17:50:00','2016-08-14 17:50:00','',0,'http://www.wanderfuls.com/product/65th-high-school-reunion-centerpiece',0,'product','',0),(1944,1,'2016-08-14 17:50:00','2016-08-14 17:50:00','Gold and Blue Alumni Banquet Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Metallic Gold Ribbon Pompoms complemented by Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Gold and Blue Alumni Banquet Centerpiece','','publish','open','closed','','gold-and-blue-alumni-banquet-centerpiece','','','2016-08-14 17:50:00','2016-08-14 17:50:00','',0,'http://www.wanderfuls.com/product/gold-and-blue-alumni-banquet-centerpiece',0,'product','',0),(1945,1,'2016-08-14 17:50:00','2016-08-14 17:50:00','Gold and Navy Alumni Banquet Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Metallic Gold and Navy Ribbon Pompoms complemented by Metallic Gold and Navy Tassels. Navy imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Gold and Navy Alumni Banquet Centerpiece','','publish','open','closed','','gold-and-navy-alumni-banquet-centerpiece','','','2016-08-14 17:50:00','2016-08-14 17:50:00','',0,'http://www.wanderfuls.com/product/gold-and-navy-alumni-banquet-centerpiece',0,'product','',0),(1946,1,'2016-08-14 17:50:00','2016-08-14 17:50:00','Gold and Red Alumni Banquet Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Metallic Gold Ribbon Pompoms complemented by Red, Metallic Gold and White Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Gold and Red Alumni Banquet Centerpiece','','publish','open','closed','','gold-and-red-alumni-banquet-centerpiece','','','2016-08-14 17:50:00','2016-08-14 17:50:00','',0,'http://www.wanderfuls.com/product/gold-and-red-alumni-banquet-centerpiece',0,'product','',0),(1947,1,'2016-08-14 17:50:00','2016-08-14 17:50:00','Gold and White Alumni Banquet Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Metallic Gold Ribbon Pompoms complemented by White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Gold and White Alumni Banquet Centerpiece','','publish','open','closed','','gold-and-white-alumni-banquet-centerpiece','','','2016-08-14 17:50:00','2016-08-14 17:50:00','',0,'http://www.wanderfuls.com/product/gold-and-white-alumni-banquet-centerpiece',0,'product','',0),(1948,1,'2016-08-14 17:50:00','2016-08-14 17:50:00','Black and Silver Alumni Banquet Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Black Ribbon Pompoms complemented by Metallic Silver, Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Silver Alumni Banquet Centerpiece','','publish','open','closed','','black-and-silver-alumni-banquet-centerpiece','','','2016-08-14 17:50:00','2016-08-14 17:50:00','',0,'http://www.wanderfuls.com/product/black-and-silver-alumni-banquet-centerpiece',0,'product','',0),(1949,1,'2016-08-14 17:50:00','2016-08-14 17:50:00','Purple and Silver Alumni Banquet Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Purple Ribbon Pompoms complemented by Metallic Silver, Metallic Purple and White Tassels. Metallic Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and Silver Alumni Banquet Centerpiece','','publish','open','closed','','purple-and-silver-alumni-banquet-centerpiece','','','2016-08-14 17:50:00','2016-08-14 17:50:00','',0,'http://www.wanderfuls.com/product/purple-and-silver-alumni-banquet-centerpiece',0,'product','',0),(1950,1,'2016-08-14 17:50:00','2016-08-14 17:50:00','Blue and Silver Alumni Banquet Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Royal Blue Ribbon Pompoms complemented by Metallic Silver and Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Blue and Silver Alumni Banquet Centerpiece','','publish','open','closed','','blue-and-silver-alumni-banquet-centerpiece','','','2016-08-14 17:50:00','2016-08-14 17:50:00','',0,'http://www.wanderfuls.com/product/blue-and-silver-alumni-banquet-centerpiece',0,'product','',0),(1951,1,'2016-08-14 17:50:00','2016-08-14 17:50:00','Silver and Burgundy Alumni Banquet Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Burgundy Ribbon Pompoms complemented by Metallic Silver and Metallic Burgundy Tassels. Metallic Burgundy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Silver and Burgundy Alumni Banquet Centerpiece','','publish','open','closed','','silver-and-burgundy-alumni-banquet-centerpiece','','','2016-08-14 17:50:00','2016-08-14 17:50:00','',0,'http://www.wanderfuls.com/product/silver-and-burgundy-alumni-banquet-centerpiece',0,'product','',0),(1952,1,'2016-08-14 17:50:00','2016-08-14 17:50:00','Silver and White Alumni Banquet Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and White Ribbon Pompoms complemented by Metallic Silver and White Tassels. White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Silver and White Alumni Banquet Centerpiece','','publish','open','closed','','silver-and-white-alumni-banquet-centerpiece','','','2016-08-14 17:50:00','2016-08-14 17:50:00','',0,'http://www.wanderfuls.com/product/silver-and-white-alumni-banquet-centerpiece',0,'product','',0),(1953,1,'2016-08-14 17:50:00','2016-08-14 17:50:00','Blue White and Silver Alumni Banquet Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver, White and Royal Blue Ribbon Pompoms complemented by Metallic Silver, White and Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Blue White and Silver Alumni Banquet Centerpiece','','publish','open','closed','','blue-white-and-silver-alumni-banquet-centerpiece','','','2016-08-14 17:50:00','2016-08-14 17:50:00','',0,'http://www.wanderfuls.com/product/blue-white-and-silver-alumni-banquet-centerpiece',0,'product','',0),(1954,1,'2016-08-14 17:50:00','2016-08-14 17:50:00','Ivory and Blue Alumni Banquet Centerpiece. Ivory and Navy Ribbon Pompoms complemented by Ivory, Navy and Metallic Gold Tassels. Navy imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Ivory and Blue Alumni Banquet Centerpiece','','publish','open','closed','','ivory-and-blue-alumni-banquet-centerpiece','','','2016-08-14 17:50:00','2016-08-14 17:50:00','',0,'http://www.wanderfuls.com/product/ivory-and-blue-alumni-banquet-centerpiece',0,'product','',0),(1955,1,'2016-08-14 17:50:00','2016-08-14 17:50:00','Retirement Party featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Burgundy Ribbon Pompoms complemented by Metallic Burgundy and Metallic Silver Tassels. Metallic Burgundy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Retirement Party','','publish','open','closed','','retirement-party','','','2016-08-14 17:50:00','2016-08-14 17:50:00','',0,'http://www.wanderfuls.com/product/retirement-party',0,'product','',0),(1956,1,'2016-08-14 17:50:01','2016-08-14 17:50:01','Years of Service Celebration Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Burgundy Ribbon Pompoms complemented by White and Burgundy Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Years of Service Celebration Centerpiece','','publish','open','closed','','years-of-service-celebration-centerpiece','','','2016-08-14 17:50:01','2016-08-14 17:50:01','',0,'http://www.wanderfuls.com/product/years-of-service-celebration-centerpiece',0,'product','',0),(1957,1,'2016-08-14 17:50:01','2016-08-14 17:50:01','Golf Retirement Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Emerald Green Ribbon Pompoms complemented by White and Emerald Green New Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Golf Retirement Centerpiece','','publish','open','closed','','golf-retirement-centerpiece','','','2016-08-14 17:50:01','2016-08-14 17:50:01','',0,'http://www.wanderfuls.com/product/golf-retirement-centerpiece',0,'product','',0),(1958,1,'2016-08-14 17:50:01','2016-08-14 17:50:01','Beach Retirement Centerpiece featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. Cornflower, Navy, Royal Blue, Teal, White and Turquoise Ribbon Pompoms complemented by Cornflower, Navy, Royal Blue, Teal, White and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Beach Retirement Centerpiece','','publish','open','closed','','beach-retirement-centerpiece','','','2016-08-14 17:50:01','2016-08-14 17:50:01','',0,'http://www.wanderfuls.com/product/beach-retirement-centerpiece',0,'product','',0),(1959,1,'2016-08-14 17:50:02','2016-08-14 17:50:02','Retirement Celebration featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Silver and Metallic Burgundy Ribbon Pompoms complemented by Metallic Burgundy, Metallic Silver and White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Retirement Celebration','','publish','open','closed','','retirement-celebration','','','2016-08-14 17:50:02','2016-08-14 17:50:02','',0,'http://www.wanderfuls.com/product/retirement-celebration',0,'product','',0),(1960,1,'2016-08-14 17:50:02','2016-08-14 17:50:02','Teacher Retirement Centerpiece featuring Wanderfuls Favors filled with White Mints. Cornflower and Navy Ribbon Pompoms complemented by Cornflower, White and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Teacher Retirement Centerpiece','','publish','open','closed','','teacher-retirement-centerpiece','','','2016-08-14 17:50:02','2016-08-14 17:50:02','',0,'http://www.wanderfuls.com/product/teacher-retirement-centerpiece',0,'product','',0),(1961,1,'2016-08-14 17:50:02','2016-08-14 17:50:02','Nurse Retirement Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and White  Ribbon Pompoms complemented by Red and White  Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Nurse Retirement Centerpiece','','publish','open','closed','','nurse-retirement-centerpiece','','','2016-08-14 17:50:02','2016-08-14 17:50:02','',0,'http://www.wanderfuls.com/product/nurse-retirement-centerpiece',0,'product','',0),(1962,1,'2016-08-14 17:50:02','2016-08-14 17:50:02','Hasta La Vista Retirement Party Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Daffodil, Purple, Hot Pink, Orange and Lime GreenRibbon Pompoms complemented by Daffodil, Purple, Hot Pink, Orange, Lime Green and BlackTassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hasta La Vista Retirement Party Centerpiece','','publish','open','closed','','hasta-la-vista-retirement-party-centerpiece','','','2016-08-14 17:50:02','2016-08-14 17:50:02','',0,'http://www.wanderfuls.com/product/hasta-la-vista-retirement-party-centerpiece',0,'product','',0),(1963,1,'2016-08-14 17:50:02','2016-08-14 17:50:02','Red Carpet Retirement Centerpiece featuring Wanderfuls Favors filled with Red Jordan Almonds. Red and Metallic Gold Ribbon Pompoms complemented by Red, Metallic Gold and Metallic Red Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Red Carpet Retirement Centerpiece','','publish','open','closed','','red-carpet-retirement-centerpiece','','','2016-08-14 17:50:02','2016-08-14 17:50:02','',0,'http://www.wanderfuls.com/product/red-carpet-retirement-centerpiece',0,'product','',0),(1964,1,'2016-08-14 17:50:02','2016-08-14 17:50:02','Not Your Grandmas Retirement Party Centerpiece featuring Wanderfuls Favors filled with White Mints. Cornflower and Aqua Ribbon Pompoms complemented by Cornflower and Aqua Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Not Your Grandmas Retirement Party Centerpiece','','publish','open','closed','','not-your-grandmas-retirement-party-centerpiece','','','2016-08-14 17:50:02','2016-08-14 17:50:02','',0,'http://www.wanderfuls.com/product/not-your-grandmas-retirement-party-centerpiece',0,'product','',0),(1965,1,'2016-08-14 17:50:02','2016-08-14 17:50:02','Goodbye to the Tie Retirement Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Cabernet Ribbon Pompoms complemented by White and Cabernet Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Goodbye to the Tie Retirement Centerpiece','','publish','open','closed','','goodbye-to-the-tie-retirement-centerpiece','','','2016-08-14 17:50:02','2016-08-14 17:50:02','',0,'http://www.wanderfuls.com/product/goodbye-to-the-tie-retirement-centerpiece',0,'product','',0),(1966,1,'2016-08-14 17:50:02','2016-08-14 17:50:02','Surprise Retirement Party Centerpiece featuring Wanderfuls Favors filled with White Mints. Ivory Ribbon Pompoms complemented by Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Surprise Retirement Party Centerpiece','','publish','open','closed','','surprise-retirement-party-centerpiece','','','2016-08-14 17:50:02','2016-08-14 17:50:02','',0,'http://www.wanderfuls.com/product/surprise-retirement-party-centerpiece',0,'product','',0),(1967,1,'2016-08-14 17:50:02','2016-08-14 17:50:02','Tropical Retirement Theme Centerpiece featuring Wanderfuls Favors filled with Fruit Runts. Daffodil, Purple, Hot Pink, Orange and Lime GreenRibbon Pompoms complemented by Metallic Silver Tassels. Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Tropical Retirement Theme Centerpiece','','publish','open','closed','','tropical-retirement-theme-centerpiece','','','2016-08-14 17:50:02','2016-08-14 17:50:02','',0,'http://www.wanderfuls.com/product/tropical-retirement-theme-centerpiece',0,'product','',0),(1968,1,'2016-08-14 17:50:02','2016-08-14 17:50:02','Antique Floral Retirement Centerpiece featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Ivory and Peach Ribbon Pompoms complemented by Ivory and Peach Tassels. Peach imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Antique Floral Retirement Centerpiece','','publish','open','closed','','antique-floral-retirement-centerpiece','','','2016-08-14 17:50:02','2016-08-14 17:50:02','',0,'http://www.wanderfuls.com/product/antique-floral-retirement-centerpiece',0,'product','',0),(1969,1,'2016-08-14 17:50:03','2016-08-14 17:50:03','Career Celebration Retirement Party Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Career Celebration Retirement Party Centerpiece','','publish','open','closed','','career-celebration-retirement-party-centerpiece','','','2016-08-14 17:50:03','2016-08-14 17:50:03','',0,'http://www.wanderfuls.com/product/career-celebration-retirement-party-centerpiece',0,'product','',0),(1970,1,'2016-08-14 17:50:03','2016-08-14 17:50:03','Employee Retirement Recognition Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Brown Ribbon Pompoms complemented by White and Brown Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Employee Retirement Recognition Centerpiece','','publish','open','closed','','employee-retirement-recognition-centerpiece','','','2016-08-14 17:50:03','2016-08-14 17:50:03','',0,'http://www.wanderfuls.com/product/employee-retirement-recognition-centerpiece',0,'product','',0),(1971,1,'2016-08-14 17:50:03','2016-08-14 17:50:03','Go Fishing Retirement Party Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Royal Blue Ribbon Pompoms complemented by Metallic Silver and Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Go Fishing Retirement Party Centerpiece','','publish','open','closed','','go-fishing-retirement-party-centerpiece','','','2016-08-14 17:50:03','2016-08-14 17:50:03','',0,'http://www.wanderfuls.com/product/go-fishing-retirement-party-centerpiece',0,'product','',0),(1972,1,'2016-08-14 17:50:03','2016-08-14 17:50:03','Leaving on a Jet Plane Retirement Centerpiece. Ivory and Navy Ribbon Pompoms complemented by Ivory, Navy and Metallic Gold Tassels. Navy imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Leaving on a Jet Plane Retirement Centerpiece','','publish','open','closed','','leaving-on-a-jet-plane-retirement-centerpiece','','','2016-08-14 17:50:03','2016-08-14 17:50:03','',0,'http://www.wanderfuls.com/product/leaving-on-a-jet-plane-retirement-centerpiece',0,'product','',0),(1973,1,'2016-08-14 17:50:03','2016-08-14 17:50:03','Quinceañera Dinner Reception Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Hot Pink, Metallic Silver and Black Ribbon Pompoms complemented by Hot Pink, Metallic Silver and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Quinceañera Dinner Reception Centerpiece','','publish','open','closed','','quinceanera-dinner-reception-centerpiece','','','2016-08-14 17:50:03','2016-08-14 17:50:03','',0,'http://www.wanderfuls.com/product/quinceanera-dinner-reception-centerpiece',0,'product','',0),(1974,1,'2016-08-14 17:50:03','2016-08-14 17:50:03','Sweet 15 Centerpiece featuring Wanderfuls Favors filled with Purple Gumballs. Metallic Hot Pink and Metallic Purple Ribbon Pompoms complemented by Metallic Hot Pink and Metallic Purple Tassels. Metallic Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Sweet 15 Centerpiece','','publish','open','closed','','sweet-15-centerpiece','','','2016-08-14 17:50:03','2016-08-14 17:50:03','',0,'http://www.wanderfuls.com/product/sweet-15-centerpiece',0,'product','',0),(1975,1,'2016-08-14 17:50:03','2016-08-14 17:50:03','Hot Pink and White Quinceañera Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Hot Pink and White Ribbon Pompoms complemented by Hot Pink and White Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink and White Quinceañera Centerpiece','','publish','open','closed','','hot-pink-and-white-quinceanera-centerpiece','','','2016-08-14 17:50:03','2016-08-14 17:50:03','',0,'http://www.wanderfuls.com/product/hot-pink-and-white-quinceanera-centerpiece',0,'product','',0),(1976,1,'2016-08-14 17:50:03','2016-08-14 17:50:03','Quinceanera Fiesta Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Lavender and Purple Ribbon Pompoms complemented by Lavender, Purple and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Quinceanera Fiesta Centerpiece','','publish','open','closed','','quinceanera-fiesta-centerpiece','','','2016-08-14 17:50:03','2016-08-14 17:50:03','',0,'http://www.wanderfuls.com/product/quinceanera-fiesta-centerpiece',0,'product','',0),(1977,1,'2016-08-14 17:50:03','2016-08-14 17:50:03','Purple Quinceañera Celebration Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Purple Ribbon Pompoms complemented by White and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple Quinceañera Celebration Centerpiece','','publish','open','closed','','purple-quinceanera-celebration-centerpiece','','','2016-08-14 17:50:03','2016-08-14 17:50:03','',0,'http://www.wanderfuls.com/product/purple-quinceanera-celebration-centerpiece',0,'product','',0),(1978,1,'2016-08-14 17:50:03','2016-08-14 17:50:03','Pastel Quinceañera Party Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Pink, Celadon, Lavender, Light Yellow, Mint and Peach Ribbon Pompoms complemented by Baby Pink, Celadon, Lavender, Light Yellow, Mint and Peach Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pastel Quinceañera Party Centerpiece','','publish','open','closed','','pastel-quinceanera-party-centerpiece','','','2016-08-14 17:50:03','2016-08-14 17:50:03','',0,'http://www.wanderfuls.com/product/pastel-quinceanera-party-centerpiece',0,'product','',0),(1979,1,'2016-08-14 17:50:03','2016-08-14 17:50:03','Feliz Quince Años Centerpiece featuring Wanderfuls Favors filled with White Mints. Hot Pink and Lime Green  Ribbon Pompoms complemented by Hot Pink, Lime Green and White  Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Feliz Quince Años Centerpiece','','publish','open','closed','','feliz-quince-anos-centerpiece','','','2016-08-14 17:50:03','2016-08-14 17:50:03','',0,'http://www.wanderfuls.com/product/feliz-quince-anos-centerpiece',0,'product','',0),(1980,1,'2016-08-14 17:50:03','2016-08-14 17:50:03','Shimmering White and Lavender Quinceanera Bouquet Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Lavender and Iridescent White Ribbon Pompoms complemented by Lavender and Iridescent White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Shimmering White and Lavender Quinceanera Bouquet Centerpiece','','publish','open','closed','','shimmering-white-and-lavender-quinceanera-bouquet-centerpiece','','','2016-08-14 17:50:03','2016-08-14 17:50:03','',0,'http://www.wanderfuls.com/product/shimmering-white-and-lavender-quinceanera-bouquet-centerpiece',0,'product','',0),(1981,1,'2016-08-14 17:50:03','2016-08-14 17:50:03','Quinceañera Formal Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Quinceañera Formal Centerpiece','','publish','open','closed','','quinceanera-formal-centerpiece','','','2016-08-14 17:50:03','2016-08-14 17:50:03','',0,'http://www.wanderfuls.com/product/quinceanera-formal-centerpiece',0,'product','',0),(1982,1,'2016-08-14 17:50:03','2016-08-14 17:50:03','Hot Pink Quinceañera Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Hot Pink Ribbon Pompoms complemented by Hot Pink and White Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hot Pink Quinceañera Centerpiece','','publish','open','closed','','hot-pink-quinceanera-centerpiece','','','2016-08-14 17:50:03','2016-08-14 17:50:03','',0,'http://www.wanderfuls.com/product/hot-pink-quinceanera-centerpiece',0,'product','',0),(1983,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Rosa Quinceañera Centerpiece featuring Wanderfuls Favors filled with White Mints. Hot Pink and Azalea Ribbon Pompoms complemented by Azalea and Hot Pink Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Rosa Quinceañera Centerpiece','','publish','open','closed','','rosa-quinceanera-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/rosa-quinceanera-centerpiece',0,'product','',0),(1984,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Rosa y Púrpura Quinceañera Centerpiece featuring Wanderfuls Favors filled with White Mints. Hot Pink and Purple Ribbon Pompoms complemented by Hot Pink, Purple and White Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Rosa y Púrpura Quinceañera Centerpiece','','publish','open','closed','','rosa-y-purpura-quinceanera-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/rosa-y-purpura-quinceanera-centerpiece',0,'product','',0),(1985,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Rosa y Azul Quinceañera Centerpiece featuring Wanderfuls Favors filled with White Mighty Mints. Azalea and Aqua Ribbon Pompoms complemented by Aqua and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Rosa y Azul Quinceañera Centerpiece','','publish','open','closed','','rosa-y-azul-quinceanera-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/rosa-y-azul-quinceanera-centerpiece',0,'product','',0),(1986,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Rosa y Verde Quinceañera Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Mint Ribbon Pompoms complemented by Mint and Azalea Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Rosa y Verde Quinceañera Centerpiece','','publish','open','closed','','rosa-y-verde-quinceanera-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/rosa-y-verde-quinceanera-centerpiece',0,'product','',0),(1987,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Rosa y Marrón Quinceañera Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Pink and Brown Ribbon Pompoms complemented by Brown, Baby Pink and White Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Rosa y Marrón Quinceañera Centerpiece','','publish','open','closed','','rosa-y-marron-quinceanera-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/rosa-y-marron-quinceanera-centerpiece',0,'product','',0),(1988,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Rosa y Amarillo Quinceañera Centerpiece featuring Wanderfuls Favors filled with White Mighty Mints. Azalea and Light Yellow Ribbon Pompoms complemented by Light Yellow and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Rosa y Amarillo Quinceañera Centerpiece','','publish','open','closed','','rosa-y-amarillo-quinceanera-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/rosa-y-amarillo-quinceanera-centerpiece',0,'product','',0),(1989,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Azul y Blanco Quinceañera Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Baby Blue Ribbon Pompoms complemented by Baby Blue and Iridescent White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azul y Blanco Quinceañera Centerpiece','','publish','open','closed','','azul-y-blanco-quinceanera-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/azul-y-blanco-quinceanera-centerpiece',0,'product','',0),(1990,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Negro y Plata Quinceañera Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Silver and Black Ribbon Pompoms complemented by Metallic Silver, Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Negro y Plata Quinceañera Centerpiece','','publish','open','closed','','negro-y-plata-quinceanera-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/negro-y-plata-quinceanera-centerpiece',0,'product','',0),(1991,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Agua Quinceañera Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua Ribbon Pompoms complemented by White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Agua Quinceañera Centerpiece','','publish','open','closed','','agua-quinceanera-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/agua-quinceanera-centerpiece',0,'product','',0),(1992,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Traditional 10th Silver Wedding Anniversary Centerpiece Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Grey Ribbon Pompoms complemented by White and Grey Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Traditional 10th Silver Wedding Anniversary Centerpiece Centerpiece','','publish','open','closed','','traditional-10th-silver-wedding-anniversary-centerpiece-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/traditional-10th-silver-wedding-anniversary-centerpiece-centerpiece',0,'product','',0),(1993,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Festive 10th Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and White Ribbon Pompoms complemented by Metallic Silver and White Tassels. White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Festive 10th Wedding Anniversary Centerpiece','','publish','open','closed','','festive-10th-wedding-anniversary-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/festive-10th-wedding-anniversary-centerpiece',0,'product','',0),(1994,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Elegant 10th Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Grey and White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Elegant 10th Anniversay Centerpiece','','publish','open','closed','','elegant-10th-anniversay-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/elegant-10th-anniversay-centerpiece',0,'product','',0),(1995,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Traditional 15th Ruby Red Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Red Ribbon Pompoms complemented by White and Red Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Traditional 15th Ruby Red Wedding Anniversary Centerpiece','','publish','open','closed','','traditional-15th-ruby-red-wedding-anniversary-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/traditional-15th-ruby-red-wedding-anniversary-centerpiece',0,'product','',0),(1996,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Festive 15th Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Festive 15th Wedding Anniversary Centerpiece','','publish','open','closed','','festive-15th-wedding-anniversary-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/festive-15th-wedding-anniversary-centerpiece',0,'product','',0),(1997,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Elegant 15th Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Elegant 15th Anniversary Centerpiece','','publish','open','closed','','elegant-15th-anniversary-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/elegant-15th-anniversary-centerpiece',0,'product','',0),(1998,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Traditional 20th Emerald Green Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Emerald Green  Ribbon Pompoms complemented by White and Emerald Green New  Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Traditional 20th Emerald Green Wedding Anniversary Centerpiece','','publish','open','closed','','traditional-20th-emerald-green-wedding-anniversary-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/traditional-20th-emerald-green-wedding-anniversary-centerpiece',0,'product','',0),(1999,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Festive 20th Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Emerald Green New and White Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Festive 20th Wedding Anniversary Centerpiece','','publish','open','closed','','festive-20th-wedding-anniversary-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/festive-20th-wedding-anniversary-centerpiece',0,'product','',0),(2000,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Traditional 25th Silver Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Silver and White Ribbon Pompoms complemented by Metallic Silver and White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Traditional 25th Silver Wedding Anniversary Centerpiece','','publish','open','closed','','traditional-25th-silver-wedding-anniversary-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/traditional-25th-silver-wedding-anniversary-centerpiece',0,'product','',0),(2001,1,'2016-08-14 17:50:04','2016-08-14 17:50:04','Elegant 25th Anniversary Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. White Ribbon Pompoms complemented by Metallic Silver and White Tassels. White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Elegant 25th Anniversary Centerpiece','','publish','open','closed','','elegant-25th-anniversary-centerpiece','','','2016-08-14 17:50:04','2016-08-14 17:50:04','',0,'http://www.wanderfuls.com/product/elegant-25th-anniversary-centerpiece',0,'product','',0),(2002,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Festive 25th Silver Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and White Ribbon Pompoms complemented by Metallic Silver and White Tassels. White imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Festive 25th Silver Wedding Anniversary Centerpiece','','publish','open','closed','','festive-25th-silver-wedding-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/festive-25th-silver-wedding-anniversary-centerpiece',0,'product','',0),(2003,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Traditional 30th Green Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Traditional 30th Green Wedding Anniversary Centerpiece','','publish','open','closed','','traditional-30th-green-wedding-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/traditional-30th-green-wedding-anniversary-centerpiece',0,'product','',0),(2004,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Festive 30th Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Festive 30th Wedding Anniversary Centerpiece','','publish','open','closed','','festive-30th-wedding-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/festive-30th-wedding-anniversary-centerpiece',0,'product','',0),(2005,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Elegant 30th Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Hunter Green and White Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Elegant 30th Anniversary Centerpiece','','publish','open','closed','','elegant-30th-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/elegant-30th-anniversary-centerpiece',0,'product','',0),(2006,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Traditional 35th Coral Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Coral Ribbon Pompoms complemented by White and Coral Tassels. Coral imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Traditional 35th Coral Wedding Anniversary Centerpiece','','publish','open','closed','','traditional-35th-coral-wedding-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/traditional-35th-coral-wedding-anniversary-centerpiece',0,'product','',0),(2007,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Elegant 35th Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Coral and White Tassels. Coral imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Elegant 35th Wedding Anniversary Centerpiece','','publish','open','closed','','elegant-35th-wedding-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/elegant-35th-wedding-anniversary-centerpiece',0,'product','',0),(2008,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Traditional 40th Red Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and White Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Traditional 40th Red Wedding Anniversary Centerpiece','','publish','open','closed','','traditional-40th-red-wedding-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/traditional-40th-red-wedding-anniversary-centerpiece',0,'product','',0),(2009,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Festive 40th Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Metallic Gold Ribbon Pompoms complemented by Red, White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Festive 40th Wedding Anniversary Centerpiece','','publish','open','closed','','festive-40th-wedding-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/festive-40th-wedding-anniversary-centerpiece',0,'product','',0),(2010,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Elegant 50th Anniversary Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Metallic Gold and White Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Elegant 50th Anniversary Centerpiece','','publish','open','closed','','elegant-50th-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/elegant-50th-anniversary-centerpiece',0,'product','',0),(2011,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','50th Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Mustard Ribbon Pompoms complemented by White and Mustard Tassels. Mustard imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','50th Anniversary Centerpiece','','publish','open','closed','','50th-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/50th-anniversary-centerpiece',0,'product','',0),(2012,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Romantic 50th Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Mints. Ivory Ribbon Pompoms complemented by Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Romantic 50th Wedding Anniversary Centerpiece','','publish','open','closed','','romantic-50th-wedding-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/romantic-50th-wedding-anniversary-centerpiece',0,'product','',0),(2013,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Classic 50th Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Ivory Ribbon Pompoms complemented by Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Classic 50th Anniversary Centerpiece','','publish','open','closed','','classic-50th-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/classic-50th-anniversary-centerpiece',0,'product','',0),(2014,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Golden Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Metallic Gold Ribbon Pompoms complemented by White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Golden Wedding Anniversary Centerpiece','','publish','open','closed','','golden-wedding-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/golden-wedding-anniversary-centerpiece',0,'product','',0),(2015,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','50th Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Mints. White and Metallic Gold Ribbon Pompoms complemented by White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','50th Wedding Anniversary Centerpiece','','publish','open','closed','','50th-wedding-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/50th-wedding-anniversary-centerpiece',0,'product','',0),(2016,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Traditional 50th Gold Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with Brown Jordan Almonds. Ivory Ribbon Pompoms complemented by Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Traditional 50th Gold Wedding Anniversary Centerpiece','','publish','open','closed','','traditional-50th-gold-wedding-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/traditional-50th-gold-wedding-anniversary-centerpiece',0,'product','',0),(2017,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Modern 50th Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Black and Metallic Gold Ribbon Pompoms complemented by Metallic Gold, Black and White Tassels. Black imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Modern 50th Anniversary Centerpiece','','publish','open','closed','','modern-50th-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/modern-50th-anniversary-centerpiece',0,'product','',0),(2018,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Traditional 60th White Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Ivory and White Tassels. Eggshell imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Traditional 60th White Wedding Anniversary Centerpiece','','publish','open','closed','','traditional-60th-white-wedding-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/traditional-60th-white-wedding-anniversary-centerpiece',0,'product','',0),(2019,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Festive 60th Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Ivory and Iridescent White Ribbon Pompoms complemented by Ivory and Iridescent White Tassels. Hunter Green imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Festive 60th Wedding Anniversary Centerpiece','','publish','open','closed','','festive-60th-wedding-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/festive-60th-wedding-anniversary-centerpiece',0,'product','',0),(2020,1,'2016-08-14 17:50:05','2016-08-14 17:50:05','Elegant 60th Anniversary Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Ivory and White Tassels. Eggshell imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Elegant 60th Anniversary Centerpiece','','publish','open','closed','','elegant-60th-anniversary-centerpiece','','','2016-08-14 17:50:05','2016-08-14 17:50:05','',0,'http://www.wanderfuls.com/product/elegant-60th-anniversary-centerpiece',0,'product','',0),(2021,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Traditional 70th Platinum Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Charcoal and White Ribbon Pompoms complemented by White and Charcoal Grey Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Traditional 70th Platinum Wedding Anniversary Centerpiece','','publish','open','closed','','traditional-70th-platinum-wedding-anniversary-centerpiece','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/traditional-70th-platinum-wedding-anniversary-centerpiece',0,'product','',0),(2022,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Elegant 70th Anniversary featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Charcoal Grey and White Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Elegant 70th Anniversary','','publish','open','closed','','elegant-70th-anniversary','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/elegant-70th-anniversary',0,'product','',0),(2023,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Dark Gray Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Charcoal Ribbon Pompoms complemented by White and Charcoal Grey Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Dark Gray Wedding Anniversary Centerpiece','','publish','open','closed','','dark-gray-wedding-anniversary-centerpiece','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/dark-gray-wedding-anniversary-centerpiece',0,'product','',0),(2024,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Traditional 75th Diamond Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Ivory Ribbon Pompoms complemented by Ivory and Iridescent White Tassels. Eggshell imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Traditional 75th Diamond Wedding Anniversary Centerpiece','','publish','open','closed','','traditional-75th-diamond-wedding-anniversary-centerpiece','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/traditional-75th-diamond-wedding-anniversary-centerpiece',0,'product','',0),(2025,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Iridescent White and Lavender Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Lavender Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Lavender Anniversary Centerpiece','','publish','open','closed','','iridescent-white-and-lavender-anniversary-centerpiece','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/iridescent-white-and-lavender-anniversary-centerpiece',0,'product','',0),(2026,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Gray and Iridescent White Wedding Anniversary Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Grey Ribbon Pompoms complemented by Grey and Iridescent White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Gray and Iridescent White Wedding Anniversary Centerpiece','','publish','open','closed','','gray-and-iridescent-white-wedding-anniversary-centerpiece','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/gray-and-iridescent-white-wedding-anniversary-centerpiece',0,'product','',0),(2027,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Purple Anniversary Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Purple Ribbon Pompoms complemented by White and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple Anniversary Centerpiece','','publish','open','closed','','purple-anniversary-centerpiece','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/purple-anniversary-centerpiece',0,'product','',0),(2028,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Festive 100th Anniversary Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Purple and White Ribbon Pompoms complemented by White and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Festive 100th Anniversary Centerpiece','','publish','open','closed','','festive-100th-anniversary-centerpiece','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/festive-100th-anniversary-centerpiece',0,'product','',0),(2029,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Elegant 100th Anniversary Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Purple and White Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Elegant 100th Anniversary Centerpiece','','publish','open','closed','','elegant-100th-anniversary-centerpiece','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/elegant-100th-anniversary-centerpiece',0,'product','',0),(2030,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Ivory Centerpiece with White Almonds featuring Wanderfuls Favors filled with Brown Jordan Almonds. Ivory Ribbon Pompoms complemented by Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Ivory Centerpiece with White Almonds','','publish','open','closed','','ivory-centerpiece-with-white-almonds','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/ivory-centerpiece-with-white-almonds',0,'product','',0),(2031,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Ivory Centerpiece with Gold Accents and White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Ivory Ribbon Pompoms complemented by Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Ivory Centerpiece with Gold Accents and White Almonds','','publish','open','closed','','ivory-centerpiece-with-gold-accents-and-white-almonds','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/ivory-centerpiece-with-gold-accents-and-white-almonds',0,'product','',0),(2032,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Ivory Centerpiece with Gold Accents and White Mints featuring Wanderfuls Favors filled with White Mints. Ivory Ribbon Pompoms complemented by Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Ivory Centerpiece with Gold Accents and White Mints','','publish','open','closed','','ivory-centerpiece-with-gold-accents-and-white-mints','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/ivory-centerpiece-with-gold-accents-and-white-mints',0,'product','',0),(2033,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Ivory and Iridescent White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Ivory and Iridescent White Ribbon Pompoms complemented by Ivory and Iridescent White Tassels. Hunter Green imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Ivoy and Iridescent White Centerpiece with White Almonds','','publish','open','closed','','ivoy-and-iridescent-white-centerpiece-with-white-almonds','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/ivoy-and-iridescent-white-centerpiece-with-white-almonds',0,'product','',0),(2034,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Ivory and Navy Centerpiece with Ivory Almonds featuring Wanderfuls Favors filled with Ivory Jordan Almonds. Ivory and Navy Ribbon Pompoms complemented by Ivory, Navy and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Ivory and Navy Centerpiece with Ivory Almonds','','publish','open','closed','','ivory-and-navy-centerpiece-with-ivory-almonds','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/ivory-and-navy-centerpiece-with-ivory-almonds',0,'product','',0),(2035,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Ivory and Navy Centerpiece.  Ivory and Navy Ribbon Pompoms complemented by Ivory, Navy and Metallic Gold Tassels. Navy imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Ivory and Navy Centerpiece','','publish','open','closed','','ivory-and-navy-centerpiece','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/ivory-and-navy-centerpiece',0,'product','',0),(2036,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Ivory and Peach Centerpiece with Gold Foil Candy featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Ivory and Peach  Ribbon Pompoms complemented by Ivory and Peach  Tassels. Peach imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Ivory and Peach Centerpiece with Gold Foil Candy','','publish','open','closed','','ivory-and-peach-centerpiece-with-gold-foil-candy','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/ivory-and-peach-centerpiece-with-gold-foil-candy',0,'product','',0),(2037,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Ivory and Peach Centerpiece with Peach Almonds featuring Wanderfuls Favors filled with Peach Jordan Almonds. Ivory and Peach Ribbon Pompoms complemented by Ivory and Peach Tassels. Peach imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Ivory and Peach Centerpiece with Peach Almonds','','publish','open','closed','','ivory-and-peach-centerpiece-with-peach-almonds','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/ivory-and-peach-centerpiece-with-peach-almonds',0,'product','',0),(2038,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Iridescent White and Aqua Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua and Iridescent White Ribbon Pompoms complemented by Aqua and Iridescent White Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Aqua Christening Centerpiece','','publish','open','closed','','iridescent-white-and-aqua-christening-centerpiece','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/iridescent-white-and-aqua-christening-centerpiece',0,'product','',0),(2039,1,'2016-08-14 17:50:06','2016-08-14 17:50:06','Iridescent White and Baby Blue Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Baby Blue and Iridescent White Ribbon Pompoms complemented by Baby Blue and Iridescent White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Baby Blue Chistening Centerpiece','','publish','open','closed','','iridescent-white-and-baby-blue-chistening-centerpiece','','','2016-08-14 17:50:06','2016-08-14 17:50:06','',0,'http://www.wanderfuls.com/product/iridescent-white-and-baby-blue-chistening-centerpiece',0,'product','',0),(2040,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','Iridescent White and Baby Pink Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Pink and Iridescent White Ribbon Pompoms complemented by Baby Pink and Iridescent White Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Baby Pink Christening Centerpiece','','publish','open','closed','','iridescent-white-and-baby-pink-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/iridescent-white-and-baby-pink-christening-centerpiece',0,'product','',0),(2041,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','Iridescent White and Cornflower Blue Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower and Iridescent White Ribbon Pompoms complemented by Cornflower and Iridescent White Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Cornflower Blue Christening Centerpiece','','publish','open','closed','','iridescent-white-and-cornflower-blue-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/iridescent-white-and-cornflower-blue-christening-centerpiece',0,'product','',0),(2042,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','Iridescent White and Yellow Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Daffodil Ribbon Pompoms complemented by Daffodil and Iridescent White Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Yellow Christening Centerpiece','','publish','open','closed','','iridescent-white-and-yellow-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/iridescent-white-and-yellow-christening-centerpiece',0,'product','',0),(2043,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','Iridescent White and Lavender Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Lavender Ribbon Pompoms complemented by Lavender and Iridescent White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Lavender Christening Centerpiece','','publish','open','closed','','iridescent-white-and-lavender-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/iridescent-white-and-lavender-christening-centerpiece',0,'product','',0),(2044,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','Iridescent White and Mint Green Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Mint  Ribbon Pompoms complemented by Mint and Iridescent White  Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Mint Green Christening Centerpiece','','publish','open','closed','','iridescent-white-and-mint-green-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/iridescent-white-and-mint-green-christening-centerpiece',0,'product','',0),(2045,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','Iridescent White and Peach Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Peach Ribbon Pompoms complemented by Peach and Iridescent White Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Peach Christening Centerpiece','','publish','open','closed','','iridescent-white-and-peach-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/iridescent-white-and-peach-christening-centerpiece',0,'product','',0),(2046,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','White and Aqua Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Aqua Ribbon Pompoms complemented by White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Aqua Christening Centerpiece','','publish','open','closed','','white-and-aqua-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/white-and-aqua-christening-centerpiece',0,'product','',0),(2047,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','Baby Girl Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Azalea Ribbon Pompoms complemented by White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Girl Christening Centerpiece','','publish','open','closed','','baby-girl-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/baby-girl-christening-centerpiece',0,'product','',0),(2048,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','White and Baby Blue Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Baby Blue Ribbon Pompoms complemented by White and Baby Blue Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Baby Blue Chistening Centerpiece','','publish','open','closed','','white-and-baby-blue-chistening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/white-and-baby-blue-chistening-centerpiece',0,'product','',0),(2049,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','White and Baby Pink Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Baby Pink Christening Centerpiece','','publish','open','closed','','white-and-baby-pink-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/white-and-baby-pink-christening-centerpiece',0,'product','',0),(2050,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','White and Yellow Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Light Yellow Ribbon Pompoms complemented by White and Light Yellow Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Yellow Christening Centerpiece','','publish','open','closed','','white-and-yellow-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/white-and-yellow-christening-centerpiece',0,'product','',0),(2051,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','Baby Boy Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Lime Green Ribbon Pompoms complemented by White and Lime Green Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Boy Christening Centerpiece','','publish','open','closed','','baby-boy-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/baby-boy-christening-centerpiece',0,'product','',0),(2052,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','White and Mint Green Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Mint Ribbon Pompoms complemented by White and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Mint Green Christening Centerpiece','','publish','open','closed','','white-and-mint-green-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/white-and-mint-green-christening-centerpiece',0,'product','',0),(2053,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','White and Teal Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Teal Ribbon Pompoms complemented by White and Teal Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Teal Christening Centerpiece','','publish','open','closed','','white-and-teal-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/white-and-teal-christening-centerpiece',0,'product','',0),(2054,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','White with Lavender Accents Christening Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Lavender and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Lavender Accents Christening Centerpiece','','publish','open','closed','','white-with-lavender-accents-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/white-with-lavender-accents-christening-centerpiece',0,'product','',0),(2055,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','White with Yellow Accents Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Light Yellow and White Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Yellow Accents Christening Centerpiece','','publish','open','closed','','white-with-yellow-accents-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/white-with-yellow-accents-christening-centerpiece',0,'product','',0),(2056,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','White with Mint Green Accents Christening Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Mint and White Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Mint Green Accents Christening Centerpiece','','publish','open','closed','','white-with-mint-green-accents-christening-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/white-with-mint-green-accents-christening-centerpiece',0,'product','',0),(2057,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','Baby Blue First Communion Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Baby Blue Ribbon Pompoms complemented by Baby Blue and White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Blue First Communion Centerpiece with White Almonds','','publish','open','closed','','baby-blue-first-communion-centerpiece-with-white-almonds','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/baby-blue-first-communion-centerpiece-with-white-almonds',0,'product','',0),(2058,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','Peach and Ivory Communion Centerpiece featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Peach and Ivory Ribbon Pompoms complemented by Peach and Ivory Tassels. Peach imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Peach and Ivory Communion Centerpiece','','publish','open','closed','','peach-and-ivory-communion-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/peach-and-ivory-communion-centerpiece',0,'product','',0),(2059,1,'2016-08-14 17:50:07','2016-08-14 17:50:07','Iridescent White and Peach Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Peach and Iridescent White Ribbon Pompoms complemented by Peach and Iridescent White Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Peach Communion Centerpiece','','publish','open','closed','','iridescent-white-and-peach-communion-centerpiece','','','2016-08-14 17:50:07','2016-08-14 17:50:07','',0,'http://www.wanderfuls.com/product/iridescent-white-and-peach-communion-centerpiece',0,'product','',0),(2060,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Pastel Communion Centerpiece with Iridescent White Accents featuring Wanderfuls Favors filled with White Mints. Pink, Lavender, Celadon, Light Yellow, Mint and Peach Ribbon Pompoms complemented by Iridescent White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pastel Communion Centerpiece with Iridescent White Accents','','publish','open','closed','','pastel-communion-centerpiece-with-iridescent-white-accents','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/pastel-communion-centerpiece-with-iridescent-white-accents',0,'product','',0),(2061,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Peach Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Peach Ribbon Pompoms complemented by White and Peach Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Peach Communion Centerpiece','','publish','open','closed','','peach-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/peach-communion-centerpiece',0,'product','',0),(2062,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Light Yellow Communion Centerpiece featuring Wanderfuls Favors filled with White Mints. Light Yellow Ribbon Pompoms complemented by Light Yellow and White Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow Communion Centerpiece','','publish','open','closed','','light-yellow-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/light-yellow-communion-centerpiece',0,'product','',0),(2063,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Yellow and Pink Communion Centerpiece featuring Wanderfuls Favors filled with White Mints. Light Yellow and Azalea  Ribbon Pompoms complemented by Light Yellow and Azalea  Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Yellow and Pink Communion Centerpiece','','publish','open','closed','','yellow-and-pink-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/yellow-and-pink-communion-centerpiece',0,'product','',0),(2064,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Yellow and Lavender Communion Centerpiece featuring Wanderfuls Favors filled with White Mints. Light Yellow and Lavender Ribbon Pompoms complemented by Light Yellow, Lavender and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Yellow and Lavender Communion Centerpiece','','publish','open','closed','','yellow-and-lavender-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/yellow-and-lavender-communion-centerpiece',0,'product','',0),(2065,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Mint Green Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Mint Ribbon Pompoms complemented by White and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint Green Communion Centerpiece','','publish','open','closed','','mint-green-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/mint-green-communion-centerpiece',0,'product','',0),(2066,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Pink and Mint Green Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Mint and Azalea Ribbon Pompoms complemented by Azalea and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pink and Mint Green Communion Centerpiece','','publish','open','closed','','pink-and-mint-green-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/pink-and-mint-green-communion-centerpiece',0,'product','',0),(2067,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Pink and Celedon Communion Centerpiece featuring Wanderfuls Favors filled with White Mints. Celadon and Pink Ribbon Pompoms complemented by White, Baby Pink and Celadon Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pink and Celedon Communion Centerpiece','','publish','open','closed','','pink-and-celedon-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/pink-and-celedon-communion-centerpiece',0,'product','',0),(2068,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Ivory and Gold 1st Communion Centerpiece featuring Wanderfuls Favors filled with White Mints. Ivory Ribbon Pompoms complemented by Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Ivory and Gold 1st Communion Centerpiece','','publish','open','closed','','ivory-and-gold-1st-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/ivory-and-gold-1st-communion-centerpiece',0,'product','',0),(2069,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Ivory and Iridescent White First Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Ivory and Iridescent White Ribbon Pompoms complemented by Ivory and Iridescent White Tassels. Hunter Green imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Ivory and Iridescent White First Communion Centerpiece','','publish','open','closed','','ivory-and-iridescent-white-first-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/ivory-and-iridescent-white-first-communion-centerpiece',0,'product','',0),(2070,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Irridescent White with Aqua Accents First Holy Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Irridescent White with Aqua Accents First Holy Communion Centerpiece','','publish','open','closed','','irridescent-white-with-aqua-accents-first-holy-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/irridescent-white-with-aqua-accents-first-holy-communion-centerpiece',0,'product','',0),(2071,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Irridescent White with Blue Accents First Holy Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Baby Blue Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Irridescent White with Blue Accents First Holy Communion Centerpiece','','publish','open','closed','','irridescent-white-with-blue-accents-first-holy-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/irridescent-white-with-blue-accents-first-holy-communion-centerpiece',0,'product','',0),(2072,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Irridescent White with Pink Accents First Holy Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Irridescent White with Pink Accents First Holy Communion Centerpiece','','publish','open','closed','','irridescent-white-with-pink-accents-first-holy-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/irridescent-white-with-pink-accents-first-holy-communion-centerpiece',0,'product','',0),(2073,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Irridescent White with Lavender Accents First Holy Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Lavender Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Irridescent White with Lavender Accents First Holy Communion Centerpiece','','publish','open','closed','','irridescent-white-with-lavender-accents-first-holy-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/irridescent-white-with-lavender-accents-first-holy-communion-centerpiece',0,'product','',0),(2074,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Iridescent White with Yellow Accents First Holy Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Light Yellow Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White with Yellow Accents First Holy Communion Centerpiece','','publish','open','closed','','iridescent-white-with-yellow-accents-first-holy-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/iridescent-white-with-yellow-accents-first-holy-communion-centerpiece',0,'product','',0),(2075,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Iridescent White with Mint Green Accents First Communion Celebration Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White with Mint Green Accents First Communion Celebration Centerpiece','','publish','open','closed','','iridescent-white-with-mint-green-accents-first-communion-celebration-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/iridescent-white-with-mint-green-accents-first-communion-celebration-centerpiece',0,'product','',0),(2076,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Pearlized White First Holy Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White First Holy Communion Centerpiece','','publish','open','closed','','pearlized-white-first-holy-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/pearlized-white-first-holy-communion-centerpiece',0,'product','',0),(2077,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Baby Pink First Communion Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Pink First Communion Centerpiece with White Almonds','','publish','open','closed','','baby-pink-first-communion-centerpiece-with-white-almonds','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/baby-pink-first-communion-centerpiece-with-white-almonds',0,'product','',0),(2078,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','Hues of Blue 1st Holy Communion Centerpiece featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. White, Navy, Royal Blue, Cornflower, Teal and Turquoise Ribbon Pompoms complemented by White, Navy, Royal Blue, Cornflower, Teal and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hues of Blue 1st Holy Communion Centerpiece','','publish','open','closed','','hues-of-blue-1st-holy-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/hues-of-blue-1st-holy-communion-centerpiece',0,'product','',0),(2079,1,'2016-08-14 17:50:08','2016-08-14 17:50:08','White and Baby Pink First Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Baby Pink First Communion Centerpiece','','publish','open','closed','','white-and-baby-pink-first-communion-centerpiece','','','2016-08-14 17:50:08','2016-08-14 17:50:08','',0,'http://www.wanderfuls.com/product/white-and-baby-pink-first-communion-centerpiece',0,'product','',0),(2080,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','White and Baby Blue First Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Baby Blue Ribbon Pompoms complemented by White and Baby Blue Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Baby Blue First Communion Centerpiece','','publish','open','closed','','white-and-baby-blue-first-communion-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/white-and-baby-blue-first-communion-centerpiece',0,'product','',0),(2081,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','White and Coral First Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Coral Ribbon Pompoms complemented by White and Coral Tassels. Coral imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Coral First Communion Centerpiece','','publish','open','closed','','white-and-coral-first-communion-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/white-and-coral-first-communion-centerpiece',0,'product','',0),(2082,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','White and Grape First Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Grape Ribbon Pompoms complemented by White and Grape Tassels. Grape imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Grape First Communion Centerpiece','','publish','open','closed','','white-and-grape-first-communion-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/white-and-grape-first-communion-centerpiece',0,'product','',0),(2083,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','White and Hot Pink First Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hot Pink Ribbon Pompoms complemented by White and Hot Pink Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Hot Pink First Communion Centerpiece','','publish','open','closed','','white-and-hot-pink-first-communion-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/white-and-hot-pink-first-communion-centerpiece',0,'product','',0),(2084,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','White and Hunter Green First Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Hunter Green First CommunionCenterpiece','','publish','open','closed','','white-and-hunter-green-first-communioncenterpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/white-and-hunter-green-first-communioncenterpiece',0,'product','',0),(2085,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','White and Yellow First Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Light Yellow Ribbon Pompoms complemented by White and Light Yellow Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Yellow First Communion Centerpiece','','publish','open','closed','','white-and-yellow-first-communion-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/white-and-yellow-first-communion-centerpiece',0,'product','',0),(2086,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','White and Mint Green First Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Mint Ribbon Pompoms complemented by White and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Mint Green First Communion Centerpiece','','publish','open','closed','','white-and-mint-green-first-communion-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/white-and-mint-green-first-communion-centerpiece',0,'product','',0),(2087,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','White with Lavender Accents 1st Communion Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Lavender and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Lavender Accents 1st Communion Centerpiece','','publish','open','closed','','white-with-lavender-accents-1st-communion-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/white-with-lavender-accents-1st-communion-centerpiece',0,'product','',0),(2088,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','White with Yellow Accents 1st Communion Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Light Yellow and White Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Yellow Accents 1st Communion Centerpiece','','publish','open','closed','','white-with-yellow-accents-1st-communion-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/white-with-yellow-accents-1st-communion-centerpiece',0,'product','',0),(2089,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','White with Mint Green Accents 1st Communion Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Mint and White Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Mint Green Accents 1st Communion Centerpiece','','publish','open','closed','','white-with-mint-green-accents-1st-communion-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/white-with-mint-green-accents-1st-communion-centerpiece',0,'product','',0),(2090,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','Baby Blue Confirmation Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Baby Blue Ribbon Pompoms complemented by Baby Blue and White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Blue Confirmation Centerpiece with White Almonds','','publish','open','closed','','baby-blue-confirmation-centerpiece-with-white-almonds','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/baby-blue-confirmation-centerpiece-with-white-almonds',0,'product','',0),(2091,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','Cornflower Blue Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower Ribbon Pompoms complemented by Cornflower and White Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cornflower Blue Confirmation Centerpiece','','publish','open','closed','','cornflower-blue-confirmation-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/cornflower-blue-confirmation-centerpiece',0,'product','',0),(2092,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','Cornflower Blue and Aqua Confirmation Centerpiece featuring Wanderfuls Favors filled with White Mints. Cornflower and Aqua Ribbon Pompoms complemented by Cornflower and Aqua Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cornflower Blue and Aqua Confirmation Centerpiece','','publish','open','closed','','cornflower-blue-and-aqua-confirmation-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/cornflower-blue-and-aqua-confirmation-centerpiece',0,'product','',0),(2093,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','Hues of Blue Confirmation Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Cornflower, Navy, Royal Blue, Teal, White and Turquoise Ribbon Pompoms complemented by Cornflower, Navy, Royal Blue, Teal, White and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Hues of Blue Confirmation Centerpiece','','publish','open','closed','','hues-of-blue-confirmation-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/hues-of-blue-confirmation-centerpiece',0,'product','',0),(2094,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','Pearlized White and Cornflower Blue Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower and Iridescent White Ribbon Pompoms complemented by Cornflower and Iridescent White Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White and Cornflower Blue Confirmation Centerpiece','','publish','open','closed','','pearlized-white-and-cornflower-blue-confirmation-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/pearlized-white-and-cornflower-blue-confirmation-centerpiece',0,'product','',0),(2095,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','White and Cornflower Blue Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower and White Ribbon Pompoms complemented by Cornflower and White Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Cornflower Blue Confirmation Centerpiece','','publish','open','closed','','white-and-cornflower-blue-confirmation-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/white-and-cornflower-blue-confirmation-centerpiece',0,'product','',0),(2096,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','Cornflower Blue and Navy Confirmation Centerpiece featuring Wanderfuls Favors filled with White Mints. Cornflower and Navy  Ribbon Pompoms complemented by Cornflower, White and Navy  Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Cornflower Blue and Navy Confirmation Centerpiece','','publish','open','closed','','cornflower-blue-and-navy-confirmation-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/cornflower-blue-and-navy-confirmation-centerpiece',0,'product','',0),(2097,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','Peach and Ivory Confirmation Centerpiece featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Peach and Ivory Ribbon Pompoms complemented by Peach and Ivory Tassels. Peach imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Peach and Ivory Confirmation Centerpiece','','publish','open','closed','','peach-and-ivory-confirmation-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/peach-and-ivory-confirmation-centerpiece',0,'product','',0),(2098,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','Iridescent White and Peach Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Peach and Iridescent White Ribbon Pompoms complemented by Peach and Iridescent White Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Peach Confirmation Centerpiece','','publish','open','closed','','iridescent-white-and-peach-confirmation-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/iridescent-white-and-peach-confirmation-centerpiece',0,'product','',0),(2099,1,'2016-08-14 17:50:09','2016-08-14 17:50:09','Coral and Charcoal Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Coral and Charcoal Ribbon Pompoms complemented by Coral, Charcoal Grey and White Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Coral and Charcoal Confirmation Centerpiece','','publish','open','closed','','coral-and-charcoal-confirmation-centerpiece','','','2016-08-14 17:50:09','2016-08-14 17:50:09','',0,'http://www.wanderfuls.com/product/coral-and-charcoal-confirmation-centerpiece',0,'product','',0),(2100,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Pastel Confirmation Centerpiece with Iridescent White Accents featuring Wanderfuls Favors filled with White Mints. Pink, Lavender, Celadon, Light Yellow, Mint and PeachRibbon Pompoms complemented by Iridescent White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pastel Confirmation Centerpiece with Iridescent White Accents','','publish','open','closed','','pastel-confirmation-centerpiece-with-iridescent-white-accents','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/pastel-confirmation-centerpiece-with-iridescent-white-accents',0,'product','',0),(2101,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Peach Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Peach Ribbon Pompoms complemented by White and Peach Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Peach Confirmation Centerpiece','','publish','open','closed','','peach-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/peach-confirmation-centerpiece',0,'product','',0),(2102,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Light Yellow Confirmation Centerpiece featuring Wanderfuls Favors filled with White Mints. Light Yellow Ribbon Pompoms complemented by Light Yellow and White Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Yellow Confirmation Centerpiece','','publish','open','closed','','light-yellow-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/light-yellow-confirmation-centerpiece',0,'product','',0),(2103,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Yellow and Pink Confirmation Centerpiece featuring Wanderfuls Favors filled with White Mints. Light Yellow and Azalea Ribbon Pompoms complemented by Light Yellow and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Yellow and Pink Confirmation Centerpiece','','publish','open','closed','','yellow-and-pink-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/yellow-and-pink-confirmation-centerpiece',0,'product','',0),(2104,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Yellow and Lavender Confirmation Centerpiece featuring Wanderfuls Favors filled with White Mints. Light Yellow and Lavender Ribbon Pompoms complemented by Light Yellow, Lavender and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Yellow and Lavender Confirmation Centerpiece','','publish','open','closed','','yellow-and-lavender-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/yellow-and-lavender-confirmation-centerpiece',0,'product','',0),(2105,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Mint Green Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Mint Ribbon Pompoms complemented by White and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint Green Confirmation Centerpiece','','publish','open','closed','','mint-green-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/mint-green-confirmation-centerpiece',0,'product','',0),(2106,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Pink and Mint Green Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Mint and Azalea Ribbon Pompoms complemented by Azalea and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pink and Mint Green Confirmation Centerpiece','','publish','open','closed','','pink-and-mint-green-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/pink-and-mint-green-confirmation-centerpiece',0,'product','',0),(2107,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Pink and Celedon Confirmation Centerpiece featuring Wanderfuls Favors filled with White Mints. Celadon and Pink Ribbon Pompoms complemented by White, Baby Pink and Celadon Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pink and Celedon Confirmation Centerpiece','','publish','open','closed','','pink-and-celedon-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/pink-and-celedon-confirmation-centerpiece',0,'product','',0),(2108,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Ivory and Gold Confirmation Centerpiece featuring Wanderfuls Favors filled with White Mints. Ivory Ribbon Pompoms complemented by Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Ivory and Gold Confirmation Centerpiece','','publish','open','closed','','ivory-and-gold-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/ivory-and-gold-confirmation-centerpiece',0,'product','',0),(2109,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Ivory and Iridescent White Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Ivory and Iridescent White Ribbon Pompoms complemented by Ivory and Iridescent White Tassels. Hunter Green imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Ivory and Iridescent White Confirmation Centerpiece','','publish','open','closed','','ivory-and-iridescent-white-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/ivory-and-iridescent-white-confirmation-centerpiece',0,'product','',0),(2110,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Irridescent White with Aqua Accents Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Irridescent White with Aqua Accents Confirmation Centerpiece','','publish','open','closed','','irridescent-white-with-aqua-accents-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/irridescent-white-with-aqua-accents-confirmation-centerpiece',0,'product','',0),(2111,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Irridescent White with Blue Accents Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Baby Blue Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Irridescent White with Blue Accents Confirmation Centerpiece','','publish','open','closed','','irridescent-white-with-blue-accents-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/irridescent-white-with-blue-accents-confirmation-centerpiece',0,'product','',0),(2112,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Irridescent White with Pink Accents Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Irridescent White with Pink Accents Confirmation Centerpiece','','publish','open','closed','','irridescent-white-with-pink-accents-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/irridescent-white-with-pink-accents-confirmation-centerpiece',0,'product','',0),(2113,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Irridescent White with Lavender Accents Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Lavender Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Irridescent White with Lavender Accents Confirmation Centerpiece','','publish','open','closed','','irridescent-white-with-lavender-accents-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/irridescent-white-with-lavender-accents-confirmation-centerpiece',0,'product','',0),(2114,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Iridescent White with Yellow Accents Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Light Yellow Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White with Yellow Accents Confirmation Centerpiece','','publish','open','closed','','iridescent-white-with-yellow-accents-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/iridescent-white-with-yellow-accents-confirmation-centerpiece',0,'product','',0),(2115,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Irridescent White with Mint Green Accents Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Irridescent White with Mint Green Accents First Confirmation Centerpiece','','publish','open','closed','','irridescent-white-with-mint-green-accents-first-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/irridescent-white-with-mint-green-accents-first-confirmation-centerpiece',0,'product','',0),(2116,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Pearlized White Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Iridescent White and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pearlized White with Turquoise Accents Confirmation Centerpiece','','publish','open','closed','','pearlized-white-with-turquoise-accents-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/pearlized-white-with-turquoise-accents-confirmation-centerpiece',0,'product','',0),(2117,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Navy and Gold Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Gold and Navy Ribbon Pompoms complemented by Metallic Gold, Navy and White Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Navy and Gold Confirmation Centerpiece','','publish','open','closed','','navy-and-gold-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/navy-and-gold-confirmation-centerpiece',0,'product','',0),(2118,1,'2016-08-14 17:50:10','2016-08-14 17:50:10','Red and Gold Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Metallic Gold Ribbon Pompoms complemented by Red, Metallic Gold and White Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Red and Gold Confirmation Centerpiece','','publish','open','closed','','red-and-gold-confirmation-centerpiece','','','2016-08-14 17:50:10','2016-08-14 17:50:10','',0,'http://www.wanderfuls.com/product/red-and-gold-confirmation-centerpiece',0,'product','',0),(2119,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Metallic Gold and White Centerpiece with White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Metallic Gold Ribbon Pompoms complemented by White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold and White Centerpiece with White Almonds','','publish','open','closed','','metallic-gold-and-white-centerpiece-with-white-almonds-2','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/metallic-gold-and-white-centerpiece-with-white-almonds-2',0,'product','',0),(2120,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Metallic Gold and White Centerpiece with White Mints featuring Wanderfuls Favors filled with White Mints. White and Metallic Gold Ribbon Pompoms complemented by White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Metallic Gold and White Centerpiece with White Mints','','publish','open','closed','','metallic-gold-and-white-centerpiece-with-white-mints-2','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/metallic-gold-and-white-centerpiece-with-white-mints-2',0,'product','',0),(2121,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Baby Blues and Silver Confirmation Centerpiece featuring Wanderfuls Favors filled with Light Blue Jordan Almonds. Metallic Light Blue, Metallic Silver and Baby Blue Ribbon Pompoms complemented by Metallic Silver and Baby Blue Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Blues and Silver Confirmation Centerpiece','','publish','open','closed','','baby-blues-and-silver-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/baby-blues-and-silver-confirmation-centerpiece',0,'product','',0),(2122,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Silver and Metallic Burgundy Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Burgundy Ribbon Pompoms complemented by Metallic Silver and Metallic Burgundy Tassels. Metallic Burgundy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Silver and Metallic Burgundy Centerpiece','','publish','open','closed','','silver-and-metallic-burgundy-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/silver-and-metallic-burgundy-centerpiece',0,'product','',0),(2123,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Silver and Navy Confirmation Centerpiece featuring Wanderfuls Favors filled with White Mints. Metallic Silver and Navy Ribbon Pompoms complemented by Metallic Silver, Navy and White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Silver and Navy Confirmation Centerpiece','','publish','open','closed','','silver-and-navy-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/silver-and-navy-confirmation-centerpiece',0,'product','',0),(2124,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Silver and White Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Silver and White Ribbon Pompoms complemented by Metallic Silver and White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Silver and White Confirmation Centerpiece','','publish','open','closed','','silver-and-white-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/silver-and-white-confirmation-centerpiece',0,'product','',0),(2125,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Silver White and Blue Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver, White and Royal Blue Ribbon Pompoms complemented by Metallic Silver, White and Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Silver White and Blue Confirmation Centerpiece','','publish','open','closed','','silver-white-and-blue-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/silver-white-and-blue-confirmation-centerpiece',0,'product','',0),(2126,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Baby Pink Confirmation Centerpiece with White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Pink Confirmation Centerpiece with White Almonds','','publish','open','closed','','baby-pink-confirmation-centerpiece-with-white-almonds','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/baby-pink-confirmation-centerpiece-with-white-almonds',0,'product','',0),(2127,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Purple Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Purple Ribbon Pompoms complemented by White and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple Confirmation Centerpiece','','publish','open','closed','','purple-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/purple-confirmation-centerpiece',0,'product','',0),(2128,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Purple and White Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Purple and White Ribbon Pompoms complemented by White and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and White Confirmation Centerpiece','','publish','open','closed','','purple-and-white-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/purple-and-white-confirmation-centerpiece',0,'product','',0),(2129,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Purple and Pink Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. Purple and Azalea Ribbon Pompoms complemented by Azalea and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and Pink Confirmation Centerpiece','','publish','open','closed','','purple-and-pink-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/purple-and-pink-confirmation-centerpiece',0,'product','',0),(2130,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Purple and Lavender Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Lavender and Purple Ribbon Pompoms complemented by Lavender, Purple and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and Lavender Confirmation Centerpiece','','publish','open','closed','','purple-and-lavender-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/purple-and-lavender-confirmation-centerpiece',0,'product','',0),(2131,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Purple and Hot Pink Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Hot Pink and Purple Ribbon Pompoms complemented by Hot Pink, Purple and White Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and Hot Pink Confirmation Centerpiece','','publish','open','closed','','purple-and-hot-pink-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/purple-and-hot-pink-confirmation-centerpiece',0,'product','',0),(2132,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Red and White Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Red and White Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and White Confirmation Centerpiece','','publish','open','closed','','red-and-white-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/red-and-white-confirmation-centerpiece',0,'product','',0),(2133,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','Iridescent White with Coral Accents Confirmation Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White Ribbon Pompoms complemented by Coral and Iridescent White Tassels. Coral imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White with Coral Accents Confirmation Centerpiece','','publish','open','closed','','iridescent-white-with-coral-accents-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/iridescent-white-with-coral-accents-confirmation-centerpiece',0,'product','',0),(2134,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','White and Baby Pink Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Baby Pink Confirmation Centerpiece','','publish','open','closed','','white-and-baby-pink-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/white-and-baby-pink-confirmation-centerpiece',0,'product','',0),(2135,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','White and Coral Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Coral Ribbon Pompoms complemented by White and Coral Tassels. Coral imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Coral Confirmation Centerpiece','','publish','open','closed','','white-and-coral-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/white-and-coral-confirmation-centerpiece',0,'product','',0),(2136,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','White and Grape Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Grape Ribbon Pompoms complemented by White and Grape Tassels. Grape imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Grape Confirmation Centerpiece','','publish','open','closed','','white-and-grape-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/white-and-grape-confirmation-centerpiece',0,'product','',0),(2137,1,'2016-08-14 17:50:11','2016-08-14 17:50:11','White and Hot Pink Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hot Pink Ribbon Pompoms complemented by White and Hot Pink Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Hot Pink Confirmation Centerpiece','','publish','open','closed','','white-and-hot-pink-confirmation-centerpiece','','','2016-08-14 17:50:11','2016-08-14 17:50:11','',0,'http://www.wanderfuls.com/product/white-and-hot-pink-confirmation-centerpiece',0,'product','',0),(2138,1,'2016-08-14 17:50:12','2016-08-14 17:50:12','White and Hunter Green Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Hunter Green Confirmation Centerpiece','','publish','open','closed','','white-and-hunter-green-confirmation-centerpiece','','','2016-08-14 17:50:12','2016-08-14 17:50:12','',0,'http://www.wanderfuls.com/product/white-and-hunter-green-confirmation-centerpiece',0,'product','',0),(2139,1,'2016-08-14 17:50:12','2016-08-14 17:50:12','White and Yellow Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Light Yellow Ribbon Pompoms complemented by White and Light Yellow Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Yellow Confirmation Centerpiece','','publish','open','closed','','white-and-yellow-confirmation-centerpiece','','','2016-08-14 17:50:12','2016-08-14 17:50:12','',0,'http://www.wanderfuls.com/product/white-and-yellow-confirmation-centerpiece',0,'product','',0),(2140,1,'2016-08-14 17:50:12','2016-08-14 17:50:12','White and Mint Green Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Mint Ribbon Pompoms complemented by White and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Mint Green Confirmation Centerpiece','','publish','open','closed','','white-and-mint-green-confirmation-centerpiece','','','2016-08-14 17:50:12','2016-08-14 17:50:12','',0,'http://www.wanderfuls.com/product/white-and-mint-green-confirmation-centerpiece',0,'product','',0),(2141,1,'2016-08-14 17:50:12','2016-08-14 17:50:12','White with Lavender Accents Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Lavender and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Lavender Accents Confirmation Centerpiece','','publish','open','closed','','white-with-lavender-accents-confirmation-centerpiece','','','2016-08-14 17:50:12','2016-08-14 17:50:12','',0,'http://www.wanderfuls.com/product/white-with-lavender-accents-confirmation-centerpiece',0,'product','',0),(2142,1,'2016-08-14 17:50:12','2016-08-14 17:50:12','White with Yellow Accents Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Light Yellow and White Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Yellow Accents Confirmation Centerpiece','','publish','open','closed','','white-with-yellow-accents-confirmation-centerpiece','','','2016-08-14 17:50:12','2016-08-14 17:50:12','',0,'http://www.wanderfuls.com/product/white-with-yellow-accents-confirmation-centerpiece',0,'product','',0),(2143,1,'2016-08-14 17:50:12','2016-08-14 17:50:12','White with Mint Green Accents Confirmation Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Mint and White Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Mint Green Accents Confirmation Centerpiece','','publish','open','closed','','white-with-mint-green-accents-confirmation-centerpiece','','','2016-08-14 17:50:12','2016-08-14 17:50:12','',0,'http://www.wanderfuls.com/product/white-with-mint-green-accents-confirmation-centerpiece',0,'product','',0),(2144,1,'2016-08-14 17:50:12','2016-08-14 17:50:12','Baby Baptism Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Ivory and White Tassels. Eggshell imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Baptism Centerpiece','','publish','open','closed','','baby-baptism-centerpiece','','','2016-08-14 17:50:12','2016-08-14 17:50:12','',0,'http://www.wanderfuls.com/product/baby-baptism-centerpiece',0,'product','',0),(2145,1,'2016-08-14 17:50:12','2016-08-14 17:50:12','Adult Baptism Celebration Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Ivory Ribbon Pompoms complemented by Ivory and Iridescent White Tassels. Eggshell imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Adult Baptism Celebration Centerpiece','','publish','open','closed','','adult-baptism-celebration-centerpiece','','','2016-08-14 17:50:12','2016-08-14 17:50:12','',0,'http://www.wanderfuls.com/product/adult-baptism-celebration-centerpiece',0,'product','',0),(2146,1,'2016-08-14 17:50:12','2016-08-14 17:50:12','Child Baptism Celebration Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Metallic Gold Ribbon Pompoms complemented by White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Child Baptism Celebration Centerpiece','','publish','open','closed','','child-baptism-celebration-centerpiece','','','2016-08-14 17:50:12','2016-08-14 17:50:12','',0,'http://www.wanderfuls.com/product/child-baptism-celebration-centerpiece',0,'product','',0),(2147,1,'2016-08-14 17:50:12','2016-08-14 17:50:12','White with Yellow Accents Baptism Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Light Yellow and White Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Yellow Accents Baptism Centerpiece','','publish','open','closed','','white-with-yellow-accents-baptism-centerpiece','','','2016-08-14 17:50:12','2016-08-14 17:50:12','',0,'http://www.wanderfuls.com/product/white-with-yellow-accents-baptism-centerpiece',0,'product','',0),(2148,1,'2016-08-14 17:50:12','2016-08-14 17:50:12','White with Mint Green Accents Baptism Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Mint and White Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Mint Green Accents Baptism Centerpiece','','publish','open','closed','','white-with-mint-green-accents-baptism-centerpiece','','','2016-08-14 17:50:12','2016-08-14 17:50:12','',0,'http://www.wanderfuls.com/product/white-with-mint-green-accents-baptism-centerpiece',0,'product','',0),(2149,1,'2016-08-14 17:50:12','2016-08-14 17:50:12','White with Lavender Accents Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Lavender and White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Lavender Accents Baptism Centerpiece','','publish','open','closed','','white-with-lavender-accents-baptism-centerpiece','','','2016-08-14 17:50:12','2016-08-14 17:50:12','',0,'http://www.wanderfuls.com/product/white-with-lavender-accents-baptism-centerpiece',0,'product','',0),(2150,1,'2016-08-14 17:50:12','2016-08-14 17:50:12','White and Yellow Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Light Yellow  Ribbon Pompoms complemented by White and Light Yellow  Tassels. Light Yellow imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Yellow Baptism Centerpiece','','publish','open','closed','','white-and-yellow-baptism-centerpiece','','','2016-08-14 17:50:12','2016-08-14 17:50:12','',0,'http://www.wanderfuls.com/product/white-and-yellow-baptism-centerpiece',0,'product','',0),(2151,1,'2016-08-14 17:50:12','2016-08-14 17:50:12','White and Mint Green Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Mint Ribbon Pompoms complemented by White and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Mint Green Baptism Centerpiece','','publish','open','closed','','white-and-mint-green-baptism-centerpiece','','','2016-08-14 17:50:12','2016-08-14 17:50:12','',0,'http://www.wanderfuls.com/product/white-and-mint-green-baptism-centerpiece',0,'product','',0),(2152,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','White and Baby Pink Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Baby Pink Baptism Centerpiece','','publish','open','closed','','white-and-baby-pink-baptism-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/white-and-baby-pink-baptism-centerpiece',0,'product','',0),(2153,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','White and Grape Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Grape Ribbon Pompoms complemented by White and Grape Tassels. Grape imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Grape Baptism Centerpiece','','publish','open','closed','','white-and-grape-baptism-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/white-and-grape-baptism-centerpiece',0,'product','',0),(2154,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','White and Hot Pink Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hot Pink Ribbon Pompoms complemented by White and Hot Pink Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Hot Pink Baptism Centerpiece','','publish','open','closed','','white-and-hot-pink-baptism-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/white-and-hot-pink-baptism-centerpiece',0,'product','',0),(2155,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','White and Hunter Green Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Hunter Green Baptism Centerpiece','','publish','open','closed','','white-and-hunter-green-baptism-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/white-and-hunter-green-baptism-centerpiece',0,'product','',0),(2156,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','White and Coral Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Coral Ribbon Pompoms complemented by White and Coral Tassels. Coral imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Coral Baptism Centerpiece','','publish','open','closed','','white-and-coral-baptism-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/white-and-coral-baptism-centerpiece',0,'product','',0),(2157,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Iridescent White and Yellow Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Daffodil Ribbon Pompoms complemented by Daffodil and Iridescent White Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Yellow Baptism Centerpiece','','publish','open','closed','','iridescent-white-and-yellow-baptism-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/iridescent-white-and-yellow-baptism-centerpiece',0,'product','',0),(2158,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Iridescent White and Mint Green Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Mint Ribbon Pompoms complemented by Mint and Iridescent White Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Mint Green Baptism Centerpiece','','publish','open','closed','','iridescent-white-and-mint-green-baptism-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/iridescent-white-and-mint-green-baptism-centerpiece',0,'product','',0),(2159,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Iridescent White and Baby Pink Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Pink and Iridescent White Ribbon Pompoms complemented by Baby Pink and Iridescent White Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Baby Pink Baptism Centerpiece','','publish','open','closed','','iridescent-white-and-baby-pink-baptism-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/iridescent-white-and-baby-pink-baptism-centerpiece',0,'product','',0),(2160,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Iridescent White and Lavender Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Lavender Ribbon Pompoms complemented by Lavender and Iridescent White Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Lavender Baptism Centerpiece','','publish','open','closed','','iridescent-white-and-lavender-baptism-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/iridescent-white-and-lavender-baptism-centerpiece',0,'product','',0),(2161,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Iridescent White and Baby Blue Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Baby Blue and Iridescent White Ribbon Pompoms complemented by Baby Blue and Iridescent White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Baby Blue Baptism Centerpiece','','publish','open','closed','','iridescent-white-and-baby-blue-baptism-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/iridescent-white-and-baby-blue-baptism-centerpiece',0,'product','',0),(2162,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Iridescent White and Peach Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Peach Ribbon Pompoms complemented by Peach and Iridescent White Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Peach Baptism Centerpiece','','publish','open','closed','','iridescent-white-and-peach-baptism-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/iridescent-white-and-peach-baptism-centerpiece',0,'product','',0),(2163,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Iridescent White and Aqua Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua and Iridescent White Ribbon Pompoms complemented by Aqua and Iridescent White Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Aqua Baptism Centerpiece','','publish','open','closed','','iridescent-white-and-aqua-baptism-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/iridescent-white-and-aqua-baptism-centerpiece',0,'product','',0),(2164,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Iridescent White and Cornflower Baptism Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower and Iridescent White Ribbon Pompoms complemented by Cornflower and Iridescent White Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Iridescent White and Cornflower Baptism Centerpiece','','publish','open','closed','','iridescent-white-and-cornflower-baptism-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/iridescent-white-and-cornflower-baptism-centerpiece',0,'product','',0),(2165,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Airforce Sky Blue Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower Ribbon Pompoms complemented by Cornflower and White Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Airforce Sky Blue Centerpiece','','publish','open','closed','','airforce-sky-blue-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/airforce-sky-blue-centerpiece',0,'product','',0),(2166,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Air Force Blue Centerpiece featuring Wanderfuls Favors filled with White Mints. Cornflower and Navy Ribbon Pompoms complemented by Cornflower, White and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Air Force Blue Centerpiece','','publish','open','closed','','air-force-blue-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/air-force-blue-centerpiece',0,'product','',0),(2167,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Army Green Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Army Green Centerpiece','','publish','open','closed','','army-green-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/army-green-centerpiece',0,'product','',0),(2168,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Army Blue and Gold Centerpiece featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Metallic Gold Ribbon Pompoms complemented by Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Army Blue and Gold Centerpiece','','publish','open','closed','','army-blue-and-gold-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/army-blue-and-gold-centerpiece',0,'product','',0),(2169,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Navy Blue and Gold Military Centerpiece featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Metallic Gold and Navy Ribbon Pompoms complemented by Metallic Gold and Navy Tassels. Navy imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Navy Blue and Gold Military Centerpiece','','publish','open','closed','','navy-blue-and-gold-military-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/navy-blue-and-gold-military-centerpiece',0,'product','',0),(2170,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Marines Formal Blue and Gold Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Gold and Navy Ribbon Pompoms complemented by Metallic Gold, Navy and White Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Marines Formal Blue and Gold Centerpiece','','publish','open','closed','','marines-formal-blue-and-gold-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/marines-formal-blue-and-gold-centerpiece',0,'product','',0),(2171,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Marine Red and Gold Formal Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Metallic Gold  Ribbon Pompoms complemented by Red, Metallic Gold and White  Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Marine Red and Gold Formal Centerpiece','','publish','open','closed','','marine-red-and-gold-formal-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/marine-red-and-gold-formal-centerpiece',0,'product','',0),(2172,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Navy Blue Military Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Navy Ribbon Pompoms complemented by Navy and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy Blue Military Centerpiece','','publish','open','closed','','navy-blue-military-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/navy-blue-military-centerpiece',0,'product','',0),(2173,1,'2016-08-14 17:50:13','2016-08-14 17:50:13','Coast Guard Orange Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Orange Ribbon Pompoms complemented by Orange and White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Coast Guard Orange Centerpiece','','publish','open','closed','','coast-guard-orange-centerpiece','','','2016-08-14 17:50:13','2016-08-14 17:50:13','',0,'http://www.wanderfuls.com/product/coast-guard-orange-centerpiece',0,'product','',0),(2174,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','Marines Dark Blue Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue Ribbon Pompoms complemented by Royal Blue and White Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Marines Dark Blue Centerpiece','','publish','open','closed','','marines-dark-blue-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/marines-dark-blue-centerpiece',0,'product','',0),(2175,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','Patriotic Red White and Blue Military Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Royal Blue Ribbon Pompoms complemented by Red, White and Royal Blue Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Patriotic Red White and Blue Military Centerpiece','','publish','open','closed','','patriotic-red-white-and-blue-military-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/patriotic-red-white-and-blue-military-centerpiece',0,'product','',0),(2176,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','Red White and Blue American Formal Centerpiece \r\n featuring Wanderfuls Favors filled with White Mints. Red and Royal Blue Ribbon Pompoms complemented by Red, White and Royal Blue Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red White and Blue American Formal Centerpiece','','publish','open','closed','','red-white-and-blue-american-formal-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/red-white-and-blue-american-formal-centerpiece',0,'product','',0),(2177,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','White with Red Accents Military Gala Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Red Accents Military Gala Centerpiece','','publish','open','closed','','white-with-red-accents-military-gala-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/white-with-red-accents-military-gala-centerpiece',0,'product','',0),(2178,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','White with Navy Accents Military Gala Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Royal Blue and White Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Navy Accents Military Gala Centerpiece','','publish','open','closed','','white-with-navy-accents-military-gala-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/white-with-navy-accents-military-gala-centerpiece',0,'product','',0),(2179,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','White with Cabernet Accents Military Gala Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Cabernet Ribbon Pompoms complemented by White and Cabernet Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Cabernet Accents Military Gala Centerpiece','','publish','open','closed','','white-with-cabernet-accents-military-gala-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/white-with-cabernet-accents-military-gala-centerpiece',0,'product','',0),(2180,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','White and Sky Blue Military Banquet Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Cornflower Ribbon Pompoms complemented by White and Cornflower Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Sky Blue Military Banquet Centerpiece','','publish','open','closed','','white-and-sky-blue-military-banquet-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/white-and-sky-blue-military-banquet-centerpiece',0,'product','',0),(2181,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','White and Emerald Green Military Banquet Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Emerald Green Ribbon Pompoms complemented by White and Emerald Green New Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Emerald Green Military Banquet Centerpiece','','publish','open','closed','','white-and-emerald-green-military-banquet-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/white-and-emerald-green-military-banquet-centerpiece',0,'product','',0),(2182,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','White and Hunter Green Military Banquet Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Hunter Green Military Banquet Centerpiece','','publish','open','closed','','white-and-hunter-green-military-banquet-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/white-and-hunter-green-military-banquet-centerpiece',0,'product','',0),(2183,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','White and Gold Military Banquet Centerpiece featuring Wanderfuls Favors filled with White Mints. White and Metallic Gold Ribbon Pompoms complemented by White and Metallic Gold Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','White and Gold Military Banquet Centerpiece','','publish','open','closed','','white-and-gold-military-banquet-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/white-and-gold-military-banquet-centerpiece',0,'product','',0),(2184,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','White and Tan Military Banquet Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Mustard Ribbon Pompoms complemented by White and Mustard Tassels. Mustard imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Tan Military Banquet Centerpiece','','publish','open','closed','','white-and-tan-military-banquet-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/white-and-tan-military-banquet-centerpiece',0,'product','',0),(2185,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','White and Navy Military Banquet Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Navy Ribbon Pompoms complemented by White and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Navy Military Banquet Centerpiece','','publish','open','closed','','white-and-navy-military-banquet-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/white-and-navy-military-banquet-centerpiece',0,'product','',0),(2186,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','White and Red Military Banquet Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Red Ribbon Pompoms complemented by White and Red Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Red Military Banquet Centerpiece','','publish','open','closed','','white-and-red-military-banquet-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/white-and-red-military-banquet-centerpiece',0,'product','',0),(2187,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','White and Royal Blue Military Banquet Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Royal Blue Ribbon Pompoms complemented by White and Royal Blue Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Royal Blue Military Banquet Centerpiece','','publish','open','closed','','white-and-royal-blue-military-banquet-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/white-and-royal-blue-military-banquet-centerpiece',0,'product','',0),(2188,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','White with Black Accents Military Banquet Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by White and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Black Accents Military Banquet Centerpiece','','publish','open','closed','','white-with-black-accents-military-banquet-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/white-with-black-accents-military-banquet-centerpiece',0,'product','',0),(2189,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','White and Platinum Military Banquet Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Charcoal Grey and White Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Platinum Military Banquet Centerpiece','','publish','open','closed','','white-and-platinum-military-banquet-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/white-and-platinum-military-banquet-centerpiece',0,'product','',0),(2190,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','White with Green Accents Military Banquet Centerpiece featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Emerald Green New and White Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White with Green Accents Military Banquet Centerpiece','','publish','open','closed','','white-with-green-accents-military-banquet-centerpiece','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/white-with-green-accents-military-banquet-centerpiece',0,'product','',0),(2191,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','Mazel Tov! Theme Royal Blue and White Bar Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue and White Ribbon Pompoms complemented by Royal Blue and White Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mazel Tov! Theme Royal Blue and White Bar Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','mazel-tov-theme-royal-blue-and-white-bar-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/mazel-tov-theme-royal-blue-and-white-bar-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2192,1,'2016-08-14 17:50:14','2016-08-14 17:50:14','Royal Blue Theme Bat Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue Ribbon Pompoms complemented by Royal Blue and White Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','royal-blue-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:14','2016-08-14 17:50:14','',0,'http://www.wanderfuls.com/product/royal-blue-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2193,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Royal Blue and Orange Theme Bar Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue and Orange Ribbon Pompoms complemented by Royal Blue, White and Orange Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and Orange Theme Bar Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','royal-blue-and-orange-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/royal-blue-and-orange-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2194,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Red and Royal Blue Theme Bat Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue and Red Ribbon Pompoms complemented by Royal Blue, White and Red Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and Royal Blue Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','red-and-royal-blue-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/red-and-royal-blue-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2195,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Royal Blue and Yellow Bar Mitzvah Centerpiece featuring Wanderfuls Favors filled with White Mints. Royal Blue and Daffodil Ribbon Pompoms complemented by Royal Blue, White and Daffodil Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and Yellow Bar Mitzvah Centerpiece','','publish','open','closed','','royal-blue-and-yellow-bar-mitzvah-centerpiece','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/royal-blue-and-yellow-bar-mitzvah-centerpiece',0,'product','',0),(2196,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','White Royal Blue and Silver Theme Bar Mitzvah Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Royal Blue, White and Metallic Silver Ribbon Pompoms complemented by Metallic Royal Blue, White and Metallic Silver Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Royal Blue and Silver Theme Bar Mitzvah Centerpiece','','publish','open','closed','','white-royal-blue-and-silver-theme-bar-mitzvah-centerpiece','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/white-royal-blue-and-silver-theme-bar-mitzvah-centerpiece',0,'product','',0),(2197,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','White Royal Blue and Silver Theme Bat Mitzvah Centerpiece featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. Royal Blue, White and Metallic Silver  Ribbon Pompoms complemented by Metallic Royal Blue, White and Metallic Silver  Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White Royal Blue and Silver Theme Bat Mitzvah Centerpiece','','publish','open','closed','','white-royal-blue-and-silver-theme-bat-mitzvah-centerpiece','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/white-royal-blue-and-silver-theme-bat-mitzvah-centerpiece',0,'product','',0),(2198,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Metallic Royal Blue and Silver Bar or Bat Mitzvah Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Royal Blue and Metallic Silver Ribbon Pompoms complemented by Metallic Royal Blue and Metallic Silver Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Royal Blue and Silver Bar Mitzvah Centerpiece','','publish','open','closed','','metallic-royal-blue-and-silver-bar-mitzvah-centerpiece','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/metallic-royal-blue-and-silver-bar-mitzvah-centerpiece',0,'product','',0),(2199,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Metallic Royal Blue and Silver Bar or Bat Mitzvah Centerpiece.  Metallic Royal Blue and Metallic Silver Ribbon Pompoms complemented by Metallic Royal Blue and Metallic Silver Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Metallic Royal Blue and Silver Bat Mitzvah Centerpiece','','publish','open','closed','','metallic-royal-blue-and-silver-bat-mitzvah-centerpiece','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/metallic-royal-blue-and-silver-bat-mitzvah-centerpiece',0,'product','',0),(2200,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Teal and White Bat Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Teal and White Ribbon Pompoms complemented by White and Teal Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Teal and White Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','teal-and-white-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/teal-and-white-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2201,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Teal and Pink Bat Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Teal and Hot Pink Ribbon Pompoms complemented by White, Teal and Hot Pink Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Teal and Pink Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','teal-and-pink-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/teal-and-pink-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2202,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Teal Theme Bat Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Teal Ribbon Pompoms complemented by Teal and White Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Teal Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','teal-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/teal-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2203,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Navy and White Bar or Bat Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and White Ribbon Pompoms complemented by Navy and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and White Bar or Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','navy-and-white-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/navy-and-white-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2204,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Navy and Cornflower Blue Bar Mitzvah Centerpiece featuring Wanderfuls Favors filled with White Mints. Navy and Cornflower Ribbon Pompoms complemented by Navy, White and Cornflower Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Navy and Cornflower Blue Bar Mitzvah Centerpiece','','publish','open','closed','','navy-and-cornflower-blue-bar-mitzvah-centerpiece','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/navy-and-cornflower-blue-bar-mitzvah-centerpiece',0,'product','',0),(2205,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Navy and Silver Theme Bar or Bat Mitzvah Centerpiece featuring Wanderfuls Favors filled with White Mints. Navy and Metallic Silver Ribbon Pompoms complemented by Navy, White and Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Silver Theme Bar or Bat Mitzvah Centerpiece','','publish','open','closed','','navy-and-silver-theme-bar-or-bat-mitzvah-centerpiece','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/navy-and-silver-theme-bar-or-bat-mitzvah-centerpiece',0,'product','',0),(2206,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Navy and Gold Theme Bat Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and Metallic Gold Ribbon Pompoms complemented by Navy, Metallic Gold and White Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Navy and Gold Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','navy-and-gold-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/navy-and-gold-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2207,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Navy and Gold Theme Bar Mitzvah Centerpiece featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Navy and Metallic Gold Ribbon Pompoms complemented by Navy and Metallic Gold Tassels. Navy imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Navy and Gold Theme Bar Mitzvah Centerpiece','','publish','open','closed','','navy-and-gold-theme-bar-mitzvah-centerpiece','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/navy-and-gold-theme-bar-mitzvah-centerpiece',0,'product','',0),(2208,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Ivory and Navy Theme Bat Mitzvah Centerpiece.  Navy and Ivory Ribbon Pompoms complemented by Navy, Metallic Gold and Ivory Tassels. Navy imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Ivory and Navy Theme Bat Mitzvah Centerpiece','','publish','open','closed','','ivory-and-navy-theme-bat-mitzvah-centerpiece','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/ivory-and-navy-theme-bat-mitzvah-centerpiece',0,'product','',0),(2209,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Charcoal and Navy Bar Mitzvah Centerpiece featuring Wanderfuls Favors filled with White Mints. Navy and Grey Ribbon Pompoms complemented by Navy, Grey and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Charcoal and Navy Bar Mitzvah Centerpiece','','publish','open','closed','','charcoal-and-navy-bar-mitzvah-centerpiece','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/charcoal-and-navy-bar-mitzvah-centerpiece',0,'product','',0),(2210,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Ocean Theme Bat Mitzvah Centerpiece featuring Wanderfuls Favors filled with White Mints. Navy, Cornflower, Royal Blue, Teal, Turquoise and White Ribbon Pompoms complemented by Navy, Cornflower, Royal Blue, Teal, Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Ocean Theme Bat Mitzvah Centerpiece','','publish','open','closed','','ocean-theme-bat-mitzvah-centerpiece','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/ocean-theme-bat-mitzvah-centerpiece',0,'product','',0),(2211,1,'2016-08-14 17:50:15','2016-08-14 17:50:15','Ocean Theme Bat Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Navy, Cornflower, Royal Blue, Teal, Turquoise and WhiteRibbon Pompoms complemented by Navy, Cornflower, Royal Blue, Teal, Turquoise and WhiteTassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Ocean Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','ocean-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:15','2016-08-14 17:50:15','',0,'http://www.wanderfuls.com/product/ocean-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2212,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Navy and Burgundy Bar Mitzvah Centerpiece featuring Wanderfuls Favors filled with White Mints. Navy and Cabernet Ribbon Pompoms complemented by Navy, Cabernet and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Burgundy Bar Mitzvah Centerpiece','','publish','open','closed','','navy-and-burgundy-bar-mitzvah-centerpiece','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/navy-and-burgundy-bar-mitzvah-centerpiece',0,'product','',0),(2213,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Navy and Baby Blue Bar or Bat Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and Baby Blue Ribbon Pompoms complemented by Navy, Baby Blue and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Baby Blue Bar or Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','navy-and-baby-blue-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/navy-and-baby-blue-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2214,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Navy Bar Mitzvah Theme Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Navy Ribbon Pompoms complemented by Navy and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy Bar Mitzvah Theme Centerpiece with Kosher White Almonds','','publish','open','closed','','navy-bar-mitzvah-theme-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/navy-bar-mitzvah-theme-centerpiece-with-kosher-white-almonds',0,'product','',0),(2215,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Tangerine Theme Bat Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Tangerine Ribbon Pompoms complemented by Tangerine and White Tassels. Tangerine imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Tangerine Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','tangerine-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/tangerine-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2216,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Orange and White Theme Bat Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Orange Ribbon Pompoms complemented by White and Orange Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and White Theme Bar Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','orange-and-white-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/orange-and-white-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2217,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Tangerine and White Bat Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. White and Tangerine Ribbon Pompoms complemented by White and Tangerine Tassels. Tangerine imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Tangerine and White Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','tangerine-and-white-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/tangerine-and-white-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2218,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Tangerine and Hot Pink Theme Bat Mitzvah Centerpiece featuring Wanderfuls Favors filled with White Mints. Hot Pink and Tangerine Ribbon Pompoms complemented by White, Tangerine and Hot Pink Tassels. Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Tangerine and Hot Pink Theme Bat Mitzvah Centerpiece','','publish','open','closed','','tangerine-and-hot-pink-theme-bat-mitzvah-centerpiece','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/tangerine-and-hot-pink-theme-bat-mitzvah-centerpiece',0,'product','',0),(2219,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Orange and Purple Theme Bar or Bat Mitzvah Centerpiece featuring Wanderfuls Favors filled with White Mints. Orange and Purple Ribbon Pompoms complemented by White, Orange and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Purple Theme Bar or Bat Mitzvah Centerpiece','','publish','open','closed','','orange-and-purple-theme-bar-or-bat-mitzvah-centerpiece','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/orange-and-purple-theme-bar-or-bat-mitzvah-centerpiece',0,'product','',0),(2220,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Orange and Red Theme Bar Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Orange and Red Ribbon Pompoms complemented by White, Orange and Red Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Red Theme Bar Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','orange-and-red-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/orange-and-red-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2221,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Orange and Yellow theme Bar or Bat Mitzvah Centerpiece featuring Wanderfuls Favors filled with White Mints. Orange and Daffodil Ribbon Pompoms complemented by Daffodil, Orange and White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Yellow theme Bar or Bat Mitzvah Centerpiece','','publish','open','closed','','orange-and-yellow-theme-bar-or-bat-mitzvah-centerpiece','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/orange-and-yellow-theme-bar-or-bat-mitzvah-centerpiece',0,'product','',0),(2222,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Rainbow Theme Bat Mitzvah Centerpiece with Silver Accents and Pink Gumball Candy featuring Wanderfuls Favors filled with Pink Gumballs. Orange, Daffodil, Lime Green, Hot Pink and PurpleRibbon Pompoms complemented by Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Rainbow Theme Bat Mitzvah Centerpiece with Silver Accents and Pink Gumball Candy','','publish','open','closed','','rainbow-theme-bat-mitzvah-centerpiece-with-silver-accents-and-pink-gumball-candy','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/rainbow-theme-bat-mitzvah-centerpiece-with-silver-accents-and-pink-gumball-candy',0,'product','',0),(2223,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Tropical Theme Bat Mitvah Centerpiece with Silver Accents and Jelly Bean Candy featuring Wanderfuls Favors filled with Jelly Beans. Orange, Daffodil, Lime Green, Hot Pink and PurpleRibbon Pompoms complemented by Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Tropical Theme Bat Mitvah Centerpiece with Silver Accents and Jelly Bean Candy','','publish','open','closed','','tropical-theme-bat-mitvah-centerpiece-with-silver-accents-and-jelly-bean-candy','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/tropical-theme-bat-mitvah-centerpiece-with-silver-accents-and-jelly-bean-candy',0,'product','',0),(2224,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Tropical Theme Bat Mitvah Centerpiece with Silver Accents and Fruit Runt Candy featuring Wanderfuls Favors filled with Fruit Runts. Orange, Daffodil, Lime Green, Hot Pink and PurpleRibbon Pompoms complemented by Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Tropical Theme Bat Mitvah Centerpiece with Silver Accents and Fruit Runt Candy','','publish','open','closed','','tropical-theme-bat-mitvah-centerpiece-with-silver-accents-and-fruit-runt-candy','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/tropical-theme-bat-mitvah-centerpiece-with-silver-accents-and-fruit-runt-candy',0,'product','',0),(2225,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Tropical Theme Bar Mitvah Centerpiece with Black Accents. Orange, Daffodil, Lime Green, Hot Pink and Purple Ribbon Pompoms complemented by Orange, Daffodil, Lime Green, Hot Pink, Purple and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Tropical Theme Bar Mitvah Centerpiece with Black Accents','','publish','open','closed','','tropical-theme-bar-mitvah-centerpiece-with-black-accents','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/tropical-theme-bar-mitvah-centerpiece-with-black-accents',0,'product','',0),(2226,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Tropical Theme Bar Mitvah Centerpiece with Black Accents and Jelly Bean Candy Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Jelly Beans. Orange, Daffodil, Lime Green, Hot Pink and PurpleRibbon Pompoms complemented by Orange, Daffodil, Lime Green, Hot Pink, Purple and BlackTassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Tropical Theme Bar Mitvah Centerpiece with Black Accents and Jelly Bean Candy','','publish','open','closed','','tropical-theme-bar-mitvah-centerpiece-with-black-accents-and-jelly-bean-candy','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/tropical-theme-bar-mitvah-centerpiece-with-black-accents-and-jelly-bean-candy',0,'product','',0),(2227,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Navy and Peach Theme Bat Mitzvah Centerpiece with Koshe White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and Peach Ribbon Pompoms complemented by Navy, White and Peach Tassels. Peach imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Peach Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','navy-and-peach-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/navy-and-peach-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2228,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Hunter Green and White Bar Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hunter Green and White Bar Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','hunter-green-and-white-bar-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/hunter-green-and-white-bar-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2229,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Pastel Rainbow Theme Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Celadon, Pink, Lavender, Light Yellow, Mint and Peach Ribbon Pompoms complemented by Celadon, Baby Pink, Lavender, Light Yellow, Mint and Peach Tassels. Lavender imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pastel Rainbow Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','pastel-rainbow-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/pastel-rainbow-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2230,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Mint Green Bat Mitzvah Centerpiece with White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Mint Ribbon Pompoms complemented by White and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Mint Green Bat Mitzvah Centerpiece with White Almonds','','publish','open','closed','','mint-green-bat-mitzvah-centerpiece-with-white-almonds','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/mint-green-bat-mitzvah-centerpiece-with-white-almonds',0,'product','',0),(2231,1,'2016-08-14 17:50:16','2016-08-14 17:50:16','Hunter Green Bar Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hunter Green Bar Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','hunter-green-bar-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:16','2016-08-14 17:50:16','',0,'http://www.wanderfuls.com/product/hunter-green-bar-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2232,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Silver and Metallic Burgundy Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Silver and Metallic Burgundy Ribbon Pompoms complemented by Metallic Burgundy, Metallic Silver and White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Silver and Metallic Burgundy Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','silver-and-metallic-burgundy-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/silver-and-metallic-burgundy-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2233,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Cabernet and White Theme Bar Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Cabernet Ribbon Pompoms complemented by White and Cabernet Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cabernet and White Theme Bar Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','cabernet-and-white-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/cabernet-and-white-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2234,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Burgundy and White Bar Mitzvah Theme Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Burgundy Ribbon Pompoms complemented by White and Burgundy Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Burgundy and White Bar Mitzvah Theme Centerpiece with Kosher White Almonds','','publish','open','closed','','burgundy-and-white-bar-mitzvah-theme-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/burgundy-and-white-bar-mitzvah-theme-centerpiece-with-kosher-white-almonds',0,'product','',0),(2235,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','White and Brown Theme Bar Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Brown Ribbon Pompoms complemented by White and Brown Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Brown Theme Bar Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','white-and-brown-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/white-and-brown-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2236,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Black Silver and Turquoise Theme Bar Mitzvah Centerpiece with Kosher Black Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Black Jordan Almonds. Black, Turquoise and Metallic Silver Ribbon Pompoms complemented by Black, Metallic Silver and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black Silver and Turquoise Theme Bar Mitzvah Centerpiece with Kosher Black Almonds','','publish','open','closed','','black-silver-and-turquoise-theme-bar-mitzvah-centerpiece-with-kosher-black-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/black-silver-and-turquoise-theme-bar-mitzvah-centerpiece-with-kosher-black-almonds',0,'product','',0),(2237,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Black and White Theme Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Black and White Ribbon Pompoms complemented by Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and White Theme Centerpiece with Kosher White Almonds','','publish','open','closed','','black-and-white-theme-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/black-and-white-theme-centerpiece-with-kosher-white-almonds',0,'product','',0),(2238,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Black and Red Them Bar Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Black and Red Ribbon Pompoms complemented by Black, Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Red Them Bar Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','black-and-red-them-bar-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/black-and-red-them-bar-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2239,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Black and Silver Them Bar Mitzvah Centerpiece with Kosher Black Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Black Jordan Almonds. Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Black and White Tassels. Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Silver Them Bar Mitzvah Centerpiece with Kosher Black Almonds','','publish','open','closed','','black-and-silver-them-bar-mitzvah-centerpiece-with-kosher-black-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/black-and-silver-them-bar-mitzvah-centerpiece-with-kosher-black-almonds',0,'product','',0),(2240,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Black and Silver Theme Bar Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Silver Theme Bar Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','black-and-silver-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/black-and-silver-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2241,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Black and Gold Theme Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Black and Metallic Gold Ribbon Pompoms complemented by Metallic Gold, Black and White Tassels. Black imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Black and Gold Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','black-and-gold-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/black-and-gold-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2242,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Black and Gold Theme Bar Mitzvah Centerpiece with Kosher Black Jordan Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Black Jordan Almonds. Black and Metallic Gold Ribbon Pompoms complemented by Metallic Gold and Black Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Black and Gold Theme Bar Mitzvah Centerpiece with Kosher Black Jordan Almonds','','publish','open','closed','','black-and-gold-theme-bar-mitzvah-centerpiece-with-kosher-black-jordan-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/black-and-gold-theme-bar-mitzvah-centerpiece-with-kosher-black-jordan-almonds',0,'product','',0),(2243,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Azalea Pink Theme Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea Ribbon Pompoms complemented by White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea Pink Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','azalea-pink-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/azalea-pink-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2244,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Azalea Silver and Black Them Bat Mitzvah Centerpiece with Kosher Black Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Black Jordan Almonds. Azalea, Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Azalea and Black Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea Silver and Black Them Bat Mitzvah Centerpiece with Kosher Black Almonds','','publish','open','closed','','azalea-silver-and-black-them-bat-mitzvah-centerpiece-with-kosher-black-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/azalea-silver-and-black-them-bat-mitzvah-centerpiece-with-kosher-black-almonds',0,'product','',0),(2245,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Azalea and Burgundy Theme Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Burgundy Ribbon Pompoms complemented by Burgundy and Azalea Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea and Burgundy Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','azalea-and-burgundy-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/azalea-and-burgundy-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2246,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Azalea Pink and Purple Theme Bat Mitzvah Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mighty Mints. Azalea and Purple Ribbon Pompoms complemented by Purple and Azalea Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea Pink and Purple Theme Bat Mitzvah Centerpiece','','publish','open','closed','','azalea-pink-and-purple-theme-bat-mitzvah-centerpiece','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/azalea-pink-and-purple-theme-bat-mitzvah-centerpiece',0,'product','',0),(2247,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Azalea Pink and Iridescent White Theme Bat Mitzvah Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Iridescent White Ribbon Pompoms complemented by Iridescent White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea Pink and Iridescdent White Theme Bat Mitzvah Centerpiece','','publish','open','closed','','azalea-pink-and-iridescdent-white-theme-bat-mitzvah-centerpiece','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/azalea-pink-and-iridescdent-white-theme-bat-mitzvah-centerpiece',0,'product','',0),(2248,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Azalea Pink and White Theme Bat Mitzvah Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and White Ribbon Pompoms complemented by White and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea Pink and White Theme Bat Mitzvah Centerpiece','','publish','open','closed','','azalea-pink-and-white-theme-bat-mitzvah-centerpiece','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/azalea-pink-and-white-theme-bat-mitzvah-centerpiece',0,'product','',0),(2249,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Azalea Pink and Green Theme Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Mint Ribbon Pompoms complemented by Mint and Azalea Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea Pink and Green Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','azalea-pink-and-green-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/azalea-pink-and-green-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2250,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Azalea Pink and Charcoal Grey Theme Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Azalea and Grey Ribbon Pompoms complemented by Grey and Azalea Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea Pink and Charcoal Grey Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','azalea-pink-and-charcoal-grey-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/azalea-pink-and-charcoal-grey-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2251,1,'2016-08-14 17:50:17','2016-08-14 17:50:17','Pastel Pink Theme Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pastel Pink Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','pastel-pink-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:17','2016-08-14 17:50:17','',0,'http://www.wanderfuls.com/product/pastel-pink-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2252,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Baby Pink and Baby Blue Theme Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mighty Mints. Pink and Baby Blue Ribbon Pompoms complemented by Baby Blue, Baby Pink and White Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Pink and Baby Blue Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','baby-pink-and-baby-blue-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/baby-pink-and-baby-blue-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2253,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Pastel Pink and Brown Theme Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Pink and Brown Ribbon Pompoms complemented by Brown, Baby Pink and White Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pastel Pink and Brown Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','pastel-pink-and-brown-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/pastel-pink-and-brown-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2254,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Baby Pink and Celadon Theme Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Pink and Celadon Ribbon Pompoms complemented by Celadon, Baby Pink and White Tassels. Celadon imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Pink and Celedon Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','baby-pink-and-celedon-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/baby-pink-and-celedon-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2255,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Pastel Pink and Iridescent White Theme Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Pink and Iridescent White Ribbon Pompoms complemented by Iridescent White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pastel Pink and Iridescent White Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','pastel-pink-and-iridescent-white-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/pastel-pink-and-iridescent-white-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2256,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Pastel Pink and Green Theme Bat Mitzvah Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mighty Mints. Pink and Mint Ribbon Pompoms complemented by White, Baby Pink and Mint Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pastel Pink and Green Theme Bat Mitzvah Centerpiece','','publish','open','closed','','pastel-pink-and-green-theme-bat-mitzvah-centerpiece','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/pastel-pink-and-green-theme-bat-mitzvah-centerpiece',0,'product','',0),(2257,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Pastel Pink and White Theme Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Pink Ribbon Pompoms complemented by White and Baby Pink Tassels. Baby Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pastel Pink and White Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','pastel-pink-and-white-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/pastel-pink-and-white-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2258,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Light Blue Centerpiece Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Baby Blue Ribbon Pompoms complemented by Baby Blue and White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Light Blue Centerpiece Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','light-blue-centerpiece-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/light-blue-centerpiece-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2259,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Baby Blue and Navy Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Baby Blue and Navy Ribbon Pompoms complemented by Baby Blue and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Blue and Navy Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','baby-blue-and-navy-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/baby-blue-and-navy-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2260,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Baby Blue and Iridescent White Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Iridescent White and Baby Blue Ribbon Pompoms complemented by Baby Blue and Iridescent White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Baby Blue and Iridescent White Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','baby-blue-and-iridescent-white-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/baby-blue-and-iridescent-white-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2261,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Aqua and White Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua Ribbon Pompoms complemented by White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Aqua and White Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','aqua-and-white-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/aqua-and-white-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2262,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Azalea and Aqua Theme Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua and Azalea Ribbon Pompoms complemented by Azalea and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Azalea and Aqua Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','azalea-and-aqua-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/azalea-and-aqua-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2263,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Pool Blue and Iridescent White Theme Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua and Iridescent White Ribbon Pompoms complemented by Iridescent White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Pool Blue and Iridescent White Theme Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','pool-blue-and-iridescent-white-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/pool-blue-and-iridescent-white-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2264,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Sky\'s The Limit Aqua and Cornflower Blue Bat or Bar Mitzvah Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mighty Mints. Aqua and Cornflower Ribbon Pompoms complemented by Cornflower and Aqua Tassels. Cornflower non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Sky\'s The Limit Aqua and Cornflower Blue Bat or Bar Mitzvah Centerpiece','','publish','open','closed','','skys-the-limit-aqua-and-cornflower-blue-bat-or-bar-mitzvah-centerpiece','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/skys-the-limit-aqua-and-cornflower-blue-bat-or-bar-mitzvah-centerpiece',0,'product','',0),(2265,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Baby Blue Metallic Light Blue and Metallic Silver Bar Mitzvah Theme Centerpiece with Kosher Light Blue Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Light Blue Jordan Almonds. Baby Blue, Metallic Silver and Metallic Light Blue Ribbon Pompoms complemented by Metallic Light Blue, Baby Blue and Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Blue Metallic Light Blue and Metallic Silver Bar Mitzvah Theme Centerpiece with Kosher Light Blue Almonds','','publish','open','closed','','baby-blue-metallic-light-blue-and-metallic-silver-bar-mitzvah-theme-centerpiece-with-kosher-light-blue-almonds','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/baby-blue-metallic-light-blue-and-metallic-silver-bar-mitzvah-theme-centerpiece-with-kosher-light-blue-almonds',0,'product','',0),(2266,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','White and Aqua Theme Bat Mitzvah Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Aqua Ribbon Pompoms complemented by White and Aqua Tassels. Aqua imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','White and Aqua Theme Bar Mitzvah Centerpiece','','publish','open','closed','','white-and-aqua-theme-bar-mitzvah-centerpiece','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/white-and-aqua-theme-bar-mitzvah-centerpiece',0,'product','',0),(2267,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Baby Blue and White Theme Bar Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Baby Blue Ribbon Pompoms complemented by Baby Blue and White Tassels. Light Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Baby Blue and White Theme Bar Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','baby-blue-and-white-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/baby-blue-and-white-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds',0,'product','',0),(2268,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Silver Hot Pink and Black Theme Bat Mitzvah Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Pink Gumballs. Black, Metallic Silver and Hot Pink Ribbon Pompoms complemented by Metallic Silver, Black and Hot Pink Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Silver Hot Pink and Black Theme Bat Mitzvah Centerpiece','','publish','open','closed','','silver-hot-pink-and-black-theme-bat-mitzvah-centerpiece','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/silver-hot-pink-and-black-theme-bat-mitzvah-centerpiece',0,'product','',0),(2269,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','Silver Hot Pink and Black Chic Theme Bat Mitzvah Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Black, Metallic Silver and Hot Pink Ribbon Pompoms complemented by Metallic Silver, Black and Hot Pink Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Silver Hot Pink and Black Chic Theme Bat Mitzvah Centerpiece','','publish','open','closed','','silver-hot-pink-and-black-chic-theme-bat-mitzvah-centerpiece','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/silver-hot-pink-and-black-chic-theme-bat-mitzvah-centerpiece',0,'product','',0),(2270,1,'2016-08-14 17:50:18','2016-08-14 17:50:18','New Generation Black Theme Bat or Bar Mitzvah Centerpiece Wanderfuls Centerpieces.  Black and Metallic Silver Ribbon Pompoms complemented by Metallic Silver, Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','New Generation Black Theme Bat or Bar Mitzvah Centerpiece','','publish','open','closed','','new-generation-black-theme-bat-or-bar-mitzvah-centerpiece','','','2016-08-14 17:50:18','2016-08-14 17:50:18','',0,'http://www.wanderfuls.com/product/new-generation-black-theme-bat-or-bar-mitzvah-centerpiece',0,'product','',0),(2271,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','New Age Black Silver and Turquoise Bat Mitzvah Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Black, Turquoise and Metallic Silver Ribbon Pompoms complemented by Black, Metallic Silver and Turquoise Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','New Age Black Silver and Turquoise Bat Mitzvah Centerpiece','','publish','open','closed','','new-age-black-silver-and-turquoise-bat-mitzvah-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/new-age-black-silver-and-turquoise-bat-mitzvah-centerpiece',0,'product','',0),(2272,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Metallic Purple and Metallic Hot Pink Them Bat Mitzvah Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Hot Pink and Metallic Purple Ribbon Pompoms complemented by Metallic Purple and Metallic Hot Pink Tassels. Metallic Hot Pink imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Metallic Purple and Metallic Hot Pink Them Bat Mitzvah Centerpiece','','publish','open','closed','','metallic-purple-and-metallic-hot-pink-them-bat-mitzvah-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/metallic-purple-and-metallic-hot-pink-them-bat-mitzvah-centerpiece',0,'product','',0),(2273,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Fun and Funky Theme Bat Mitzvah Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Jelly Beans. Daffodil, Lime Green, Purple, Hot Pink and Orange Ribbon Pompoms complemented by Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Fun and Funky Theme Bat Mitzvah Centerpiece','','publish','open','closed','','fun-and-funky-theme-bat-mitzvah-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/fun-and-funky-theme-bat-mitzvah-centerpiece',0,'product','',0),(2274,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Black Azalea and Silver Theme Bat Mitzvah Centerpiece with Kosher Black Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Black Jordan Almonds. Black, Metallic Silver and Azalea Ribbon Pompoms complemented by Metallic Silver, Black and Azalea Tassels. Azalea imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black Azalea and Silver Theme Bat Mitzvah Centerpiece with Kosher Black Almonds','','publish','open','closed','','black-azalea-and-silver-theme-bat-mitzvah-centerpiece-with-kosher-black-almonds','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/black-azalea-and-silver-theme-bat-mitzvah-centerpiece-with-kosher-black-almonds',0,'product','',0),(2275,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Sports Banquet Centerpiece featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Metallic Gold Ribbon Pompoms complemented by Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Sports Banquet Centerpiece','','publish','open','closed','','sports-banquet-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/sports-banquet-centerpiece',0,'product','',0),(2276,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Varsity Banquet Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and White Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Varsity Banquet Centerpiece','','publish','open','closed','','varsity-banquet-centerpiece-2','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/varsity-banquet-centerpiece-2',0,'product','',0),(2277,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','JV Banquet Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Brown Ribbon Pompoms complemented by White and Brown Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','JV Banquet Centerpiece','','publish','open','closed','','jv-banquet-centerpiece-2','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/jv-banquet-centerpiece-2',0,'product','',0),(2278,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Cornflower Blue and Yellow Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Daffodil and Cornflower Ribbon Pompoms complemented by Daffodil, White and Cornflower Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Cornflower Blue and Yellow Sports Team Centerpiece','','publish','open','closed','','cornflower-blue-and-yellow-sports-team-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/cornflower-blue-and-yellow-sports-team-centerpiece',0,'product','',0),(2279,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Red and Blue Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Royal Blue Ribbon Pompoms complemented by Red, White and Royal Blue Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and Blue Sports Team Centerpiece','','publish','open','closed','','red-and-blue-sports-team-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/red-and-blue-sports-team-centerpiece',0,'product','',0),(2280,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Red and Orange Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Orange Ribbon Pompoms complemented by Red, White and Orange Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Red and Orange Sports Team Centerpiece','','publish','open','closed','','red-and-orange-sports-team-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/red-and-orange-sports-team-centerpiece',0,'product','',0),(2281,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Red and Gold Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Red and Metallic Gold  Ribbon Pompoms complemented by Red, White and Metallic Gold  Tassels. Gold imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement.','Red and Gold Sports Team Centerpiece','','publish','open','closed','','red-and-gold-sports-team-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/red-and-gold-sports-team-centerpiece',0,'product','',0),(2282,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Navy and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and White Ribbon Pompoms complemented by Navy and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and White Sports Team Centerpiece','','publish','open','closed','','navy-and-white-sports-team-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/navy-and-white-sports-team-centerpiece',0,'product','',0),(2283,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Navy and Cornflower Sports Team Centerpiece featuring Wanderfuls Favors filled with White Mints. Navy and Cornflower Ribbon Pompoms complemented by Navy, White and Cornflower Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Navy and Cornflower Sports Team Centerpiece','','publish','open','closed','','navy-and-cornflower-sports-team-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/navy-and-cornflower-sports-team-centerpiece',0,'product','',0),(2284,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Navy and Grey Sports Team Centerpiece featuring Wanderfuls Favors filled with White Mints. Navy and Grey Ribbon Pompoms complemented by Navy, Grey and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Grey Sports Team Centerpiece','','publish','open','closed','','navy-and-grey-sports-team-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/navy-and-grey-sports-team-centerpiece',0,'product','',0),(2285,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Navy and Burgundy Sports Team Centerpiece featuring Wanderfuls Favors filled with White Mints. Navy and Cabernet Ribbon Pompoms complemented by Navy, Cabernet and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Burgundy Sports Team Centerpiece','','publish','open','closed','','navy-and-burgundy-sports-team-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/navy-and-burgundy-sports-team-centerpiece',0,'product','',0),(2286,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Navy and Light Blue Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and Baby Blue Ribbon Pompoms complemented by Navy, Baby Blue and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Navy and Light Blue Sports Team Centerpiece','','publish','open','closed','','navy-and-light-blue-sports-team-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/navy-and-light-blue-sports-team-centerpiece',0,'product','',0),(2287,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Orange and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Orange Ribbon Pompoms complemented by White and Orange Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and White Sports Team Centerpiece','','publish','open','closed','','orange-and-white-sports-team-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/orange-and-white-sports-team-centerpiece',0,'product','',0),(2288,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Orange and Blue Sports Team Centerpiece featuring Wanderfuls Favors filled with White Mints. Orange and Royal Blue Ribbon Pompoms complemented by White, Orange and Royal Blue Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Blue Sports Team Centerpiece','','publish','open','closed','','orange-and-blue-sports-team-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/orange-and-blue-sports-team-centerpiece',0,'product','',0),(2289,1,'2016-08-14 17:50:19','2016-08-14 17:50:19','Orange and Purple Sports Team Centerpiece featuring Wanderfuls Favors filled with White Mints. Orange and Purple Ribbon Pompoms complemented by White, Orange and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Purple Sports Team Centerpiece','','publish','open','closed','','orange-and-purple-sports-team-centerpiece','','','2016-08-14 17:50:19','2016-08-14 17:50:19','',0,'http://www.wanderfuls.com/product/orange-and-purple-sports-team-centerpiece',0,'product','',0),(2290,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Orange and Yellow Sports Team Centerpiece featuring Wanderfuls Favors filled with White Mints. Orange and Daffodil Ribbon Pompoms complemented by Daffodil, Orange and White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Orange and Yellow Sports Team Centerpiece','','publish','open','closed','','orange-and-yellow-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/orange-and-yellow-sports-team-centerpiece',0,'product','',0),(2291,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Purple and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Purple and White Ribbon Pompoms complemented by White and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and White Sports Team Centerpiece','','publish','open','closed','','purple-and-white-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/purple-and-white-sports-team-centerpiece',0,'product','',0),(2292,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Purple and Lime Green Sports Team Centerpiece featuring Wanderfuls Favors filled with White Mints. Lime Green and Purple Ribbon Pompoms complemented by Lime Green, Purple and White Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Purple and Lime Green Sports Team Centerpiece','','publish','open','closed','','purple-and-lime-green-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/purple-and-lime-green-sports-team-centerpiece',0,'product','',0),(2293,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Royal Blue and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue and White Ribbon Pompoms complemented by Royal Blue and White Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and White Sports Team Centerpiece','','publish','open','closed','','royal-blue-and-white-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/royal-blue-and-white-sports-team-centerpiece',0,'product','',0),(2294,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Royal Blue and Yellow Sports Team Centerpiece featuring Wanderfuls Favors filled with White Mints. Royal Blue and Daffodil Ribbon Pompoms complemented by Royal Blue, White and Daffodil Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and Yellow Sports Team Centerpiece','','publish','open','closed','','royal-blue-and-yellow-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/royal-blue-and-yellow-sports-team-centerpiece',0,'product','',0),(2295,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Royal Blue and Silver Sports Team Centerpiece featuring Wanderfuls Favors filled with Blue Foil Wrapped Candy. Metallic Royal Blue and Metallic Silver Ribbon Pompoms complemented by Metallic Royal Blue and Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Royal Blue and Silver Sports Team Centerpiece','','publish','open','closed','','royal-blue-and-silver-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/royal-blue-and-silver-sports-team-centerpiece',0,'product','',0),(2296,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Teal and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Teal and White Ribbon Pompoms complemented by White and Teal Tassels. Teal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Teal and White Sports Team Centerpiece','','publish','open','closed','','teal-and-white-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/teal-and-white-sports-team-centerpiece',0,'product','',0),(2297,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Turquoise and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Turquoise and White Ribbon Pompoms complemented by Turquoise and White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Turquoise and White Sports Team Centerpiece','','publish','open','closed','','turquoise-and-white-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/turquoise-and-white-sports-team-centerpiece',0,'product','',0),(2298,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Charcoal and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Charcoal and White Ribbon Pompoms complemented by White and Charcoal Grey Tassels. Charcoal imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Charcoal and White Sports Team Centerpiece','','publish','open','closed','','charcoal-and-white-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/charcoal-and-white-sports-team-centerpiece',0,'product','',0),(2299,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Grey and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Grey Ribbon Pompoms complemented by Grey and White Tassels. Grey imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Grey and White Sports Team Centerpiece','','publish','open','closed','','grey-and-white-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/grey-and-white-sports-team-centerpiece',0,'product','',0),(2300,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Hunter Green and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Hunter Green Ribbon Pompoms complemented by White and Hunter Green Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hunter Green and White Sports Team Centerpiece','','publish','open','closed','','hunter-green-and-white-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/hunter-green-and-white-sports-team-centerpiece',0,'product','',0),(2301,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Emerald Green and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Emerald Green Ribbon Pompoms complemented by White and Emerald Green New Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Emerald Green and White Sports Team Centerpiece','','publish','open','closed','','emerald-green-and-white-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/emerald-green-and-white-sports-team-centerpiece',0,'product','',0),(2302,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Cornflower Blue and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Cornflower and White Ribbon Pompoms complemented by Cornflower and White Tassels. Cornflower imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cornflower Blue and White Sports Team Centerpiece','','publish','open','closed','','cornflower-blue-and-white-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/cornflower-blue-and-white-sports-team-centerpiece',0,'product','',0),(2303,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Cabernet and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Cabernet Ribbon Pompoms complemented by White and Cabernet Tassels. Cabernet imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cabernet and White Sports Team Centerpiece','','publish','open','closed','','cabernet-and-white-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/cabernet-and-white-sports-team-centerpiece',0,'product','',0),(2304,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Burgundy and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Burgundy Ribbon Pompoms complemented by White and Burgundy Tassels. Burgundy Dark imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Burgundy and White Sports Team Centerpiece','','publish','open','closed','','burgundy-and-white-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/burgundy-and-white-sports-team-centerpiece',0,'product','',0),(2305,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Brown and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. White and Brown Ribbon Pompoms complemented by White and Brown Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Brown and White Sports Team Centerpiece','','publish','open','closed','','brown-and-white-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/brown-and-white-sports-team-centerpiece',0,'product','',0),(2306,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Black and White Sports Team Centerpiece featuring Wanderfuls Favors filled with White Jordan Almonds. Black and White Ribbon Pompoms complemented by Black and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and White Sports Team Centerpiece','','publish','open','closed','','black-and-white-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/black-and-white-sports-team-centerpiece',0,'product','',0),(2307,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Black and Red Sports Team Centerpiece featuring Wanderfuls Favors filled with White Mighty Mints. Black and Red Ribbon Pompoms complemented by Black, Red and White Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Red Sports Team Centerpiece','','publish','open','closed','','black-and-red-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/black-and-red-sports-team-centerpiece',0,'product','',0),(2308,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Black and Turquoise Sports Team Centerpiece featuring Wanderfuls Favors filled with Black Jordan Almonds. Black, Turquoise and Metallic Silver Ribbon Pompoms complemented by Black, Metallic Silver and Turquoise Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Black and Turquoise Sports Team Centerpiece','','publish','open','closed','','black-and-turquoise-sports-team-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/black-and-turquoise-sports-team-centerpiece',0,'product','',0),(2309,1,'2016-08-14 17:50:20','2016-08-14 17:50:20','Cheerleading Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Hot Pink, Metallic Silver and Black Ribbon Pompoms complemented by Hot Pink, Metallic Silver and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cheerleading Centerpiece','','publish','open','closed','','cheerleading-centerpiece','','','2016-08-14 17:50:20','2016-08-14 17:50:20','',0,'http://www.wanderfuls.com/product/cheerleading-centerpiece',0,'product','',0),(2310,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Golf Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Emerald Green New and White Tassels. Emerald Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Golf Centerpiece','','publish','open','closed','','golf-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/golf-centerpiece',0,'product','',0),(2311,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Basket Ball Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Orange Ribbon Pompoms complemented by Orange and White Tassels. Orange imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Basket Ball Centerpiece','','publish','open','closed','','basket-ball-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/basket-ball-centerpiece',0,'product','',0),(2312,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Baseball Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Red and White Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baseball Centerpiece','','publish','open','closed','','baseball-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/baseball-centerpiece',0,'product','',0),(2313,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Volley Ball Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. White Ribbon Pompoms complemented by Mustard and White Tassels. Mustard imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Volley Ball Centerpiece','','publish','open','closed','','volley-ball-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/volley-ball-centerpiece',0,'product','',0),(2314,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','La Cross Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Mustard Ribbon Pompoms complemented by White and Mustard Tassels. Mustard imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','La Cross Centerpiece','','publish','open','closed','','la-cross-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/la-cross-centerpiece',0,'product','',0),(2315,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Field Hockey Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White Ribbon Pompoms complemented by Hunter Green and White Tassels. Hunter Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Field Hockey Centerpiece','','publish','open','closed','','field-hockey-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/field-hockey-centerpiece',0,'product','',0),(2316,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Cricket Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. Mint and Hunter Green Ribbon Pompoms complemented by Mint, White and Hunter Green Tassels. Mint imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Cricket Centerpiece','','publish','open','closed','','cricket-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/cricket-centerpiece',0,'product','',0),(2317,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Tennis Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Daffodil Ribbon Pompoms complemented by Daffodil and White Tassels. Daffodil imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Tennis Centerpiece','','publish','open','closed','','tennis-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/tennis-centerpiece',0,'product','',0),(2318,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Wrestling Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Navy Ribbon Pompoms complemented by Navy and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Wrestling Centerpiece','','publish','open','closed','','wrestling-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/wrestling-centerpiece',0,'product','',0),(2319,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Football Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Brown Ribbon Pompoms complemented by Brown and White Tassels. Brown imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Football Centerpiece','','publish','open','closed','','football-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/football-centerpiece',0,'product','',0),(2320,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Super Bowl Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Blue Gumballs. Metallic Royal Blue and Metallic Silver Ribbon Pompoms complemented by Metallic Royal Blue and Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Super Bowl Centerpiece','','publish','open','closed','','super-bowl-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/super-bowl-centerpiece',0,'product','',0),(2321,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','World Series Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue and Red Ribbon Pompoms complemented by Royal Blue, White and Red Tassels. Red imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','World Series Centerpiece','','publish','open','closed','','world-series-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/world-series-centerpiece',0,'product','',0),(2322,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','World Cup Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Lime Green and White Ribbon Pompoms complemented by White and Lime Green Tassels. Lime Green imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','World Cup Centerpiece','','publish','open','closed','','world-cup-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/world-cup-centerpiece',0,'product','',0),(2323,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Kentucky Derby Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Eggplant and White Ribbon Pompoms complemented by White and Eggplant Tassels. Eggplant non-imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Kentucky Derby Centerpiece','','publish','open','closed','','kentucky-derby-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/kentucky-derby-centerpiece',0,'product','',0),(2324,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Swimming Centerpiece Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Turquoise and Iridescent White Ribbon Pompoms complemented by Turquoise and Iridescent White Tassels. Turquoise imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Swimming Centerpiece Centerpiece','','publish','open','closed','','swimming-centerpiece-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/swimming-centerpiece-centerpiece',0,'product','',0),(2325,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Skiing Centerpiece Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Light Blue Jordan Almonds. Metallic Light Blue, Metallic Silver and Baby Blue Ribbon Pompoms complemented by Metallic Silver and Baby Blue Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Skiing Centerpiece Centerpiece','','publish','open','closed','','skiing-centerpiece-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/skiing-centerpiece-centerpiece',0,'product','',0),(2326,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Snowboarding Centerpiece Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Royal Blue Ribbon Pompoms complemented by Metallic Silver and Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Snowboarding Centerpiece Centerpiece','','publish','open','closed','','snowboarding-centerpiece-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/snowboarding-centerpiece-centerpiece',0,'product','',0),(2327,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Gymnastics Centerpiece Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Burgundy Ribbon Pompoms complemented by Metallic Silver and Metallic Burgundy Tassels. Metallic Burgundy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Gymnastics Centerpiece Centerpiece','','publish','open','closed','','gymnastics-centerpiece-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/gymnastics-centerpiece-centerpiece',0,'product','',0),(2328,1,'2016-08-14 17:50:21','2016-08-14 17:50:21','Dancers Centerpiece Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. Royal Blue and Daffodil Ribbon Pompoms complemented by Royal Blue, White and Daffodil Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Dancers Centerpiece Centerpiece','','publish','open','closed','','dancers-centerpiece-centerpiece','','','2016-08-14 17:50:21','2016-08-14 17:50:21','',0,'http://www.wanderfuls.com/product/dancers-centerpiece-centerpiece',0,'product','',0),(2329,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Running a Marathon Celebration Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Royal Blue and Orange Ribbon Pompoms complemented by Royal Blue, White and Orange Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Running a Marathon Celebration Centerpiece','','publish','open','closed','','running-a-marathon-celebration-centerpiece','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/running-a-marathon-celebration-centerpiece',0,'product','',0),(2330,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','All American Sports Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. Royal Blue and Red Ribbon Pompoms complemented by Royal Blue, White and Red Tassels. Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','All American Sports Centerpiece','','publish','open','closed','','all-american-sports-centerpiece','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/all-american-sports-centerpiece',0,'product','',0),(2331,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Track and Field Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Mints. Lime Green and Purple Ribbon Pompoms complemented by White, Lime Green and Purple Tassels. Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Track and Field Centerpiece','','publish','open','closed','','track-and-field-centerpiece','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/track-and-field-centerpiece',0,'product','',0),(2332,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Soccer Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. White and Black Ribbon Pompoms complemented by White and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Soccer Centerpiece','','publish','open','closed','','soccer-centerpiece','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/soccer-centerpiece',0,'product','',0),(2333,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Olympics Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Hot Pink, Lime Green, Daffodil, Orange and PurpleRibbon Pompoms complemented by Hot Pink, Lime Green, Daffodil, Orange, Purple and BlackTassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Olympics Centerpiece','','publish','open','closed','','olympics-centerpiece','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/olympics-centerpiece',0,'product','',0),(2334,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Hockey Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Navy Ribbon Pompoms complemented by Metallic Silver and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Hockey Centerpiece','','publish','open','closed','','hockey-centerpiece','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/hockey-centerpiece',0,'product','',0),(2335,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Ice Skating Centerpiece Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Metallic Silver and White Ribbon Pompoms complemented by Metallic Silver and White Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Ice Skating Centerpiece','','publish','open','closed','','ice-skating-centerpiece','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/ice-skating-centerpiece',0,'product','',0),(2336,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Baby Blue and Navy Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Baby Blue and Navy Ribbon Pompoms complemented by Baby Blue and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement.','Baby Blue and Navy Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','baby-blue-and-navy-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds-2','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/baby-blue-and-navy-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds-2',0,'product','',0),(2337,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Baby Blue and Navy Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds Wanderfuls Centerpieces featuring Wanderfuls Favors filled with White Jordan Almonds. Baby Blue and Navy Ribbon Pompoms complemented by Baby Blue and Navy Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Baby Blue and Navy Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','baby-blue-and-navy-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds-3','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/baby-blue-and-navy-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds-3',0,'product','',0),(2338,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Navy and Baby Blue Bar or Bat Mitzvah Centerpiece with Kosher White Almonds featuring Wanderfuls Favors filled with White Jordan Almonds. Navy and Baby Blue Ribbon Pompoms complemented by Navy, Baby Blue and White Tassels. Navy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Navy and Baby Blue Bar or Bat Mitzvah Centerpiece with Kosher White Almonds','','publish','open','closed','','navy-and-baby-blue-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds-2','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/navy-and-baby-blue-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds-2',0,'product','',0),(2339,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Navy and Silver Theme Bar or Bat Mitzvah Centerpiece featuring Wanderfuls Favors filled with White Mints. Navy and Metallic Silver Ribbon Pompoms complemented by Navy, White and Metallic Silver Tassels. Metallic Silver imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Navy and Silver Theme Bar or Bat Mitzvah Centerpiece','','publish','open','closed','','navy-and-silver-theme-bar-or-bat-mitzvah-centerpiece-2','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/navy-and-silver-theme-bar-or-bat-mitzvah-centerpiece-2',0,'product','',0),(2340,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Tropical Theme Bar Mitvah Centerpiece with Black Accents. Orange, Daffodil, Lime Green, Hot Pink and Purple Ribbon Pompoms complemented by Orange, Daffodil, Lime Green, Hot Pink, Purple and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Tropical Theme Bar Mitvah Centerpiece with Black Accents','','publish','open','closed','','tropical-theme-bar-mitvah-centerpiece-with-black-accents-2','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/tropical-theme-bar-mitvah-centerpiece-with-black-accents-2',0,'product','',0),(2341,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Tropical Theme Bar Mitvah Centerpiece with Black Accents. Orange, Daffodil, Lime Green, Hot Pink and Purple Ribbon Pompoms complemented by Orange, Daffodil, Lime Green, Hot Pink, Purple and Black Tassels. Black imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. This bouquet is shown with foil wrapped chocolate kisses to give you an idea.  We do not ship chocolate.  Call us at 1-888-294-4910 and we can tell you how much chocolate you will need to fill your favors.','Tropical Theme Bar Mitvah Centerpiece with Black Accents','','publish','open','closed','','tropical-theme-bar-mitvah-centerpiece-with-black-accents-3','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/tropical-theme-bar-mitvah-centerpiece-with-black-accents-3',0,'product','',0),(2342,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','White Royal Blue and Silver Theme Bar Mitzvah Centerpiece featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Royal Blue, White and Metallic Silver Ribbon Pompoms complemented by Metallic Royal Blue, White and Metallic Silver Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','White Royal Blue and Silver Theme Bar Mitzvah Centerpiece','','publish','open','closed','','white-royal-blue-and-silver-theme-bar-mitzvah-centerpiece-2','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/white-royal-blue-and-silver-theme-bar-mitzvah-centerpiece-2',0,'product','',0),(2343,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Metallic Gold Centerpiece with Metallic Blue Accents and Gold Foil Candy featuring Wanderfuls Favors filled with Gold Foil Wrapped Candy. Metallic Gold Ribbon Pompoms complemented by Metallic Royal Blue Tassels. Metallic Royal Blue imprintable Wraparound Ribbon and Gold Base provide beautiful final touch to the colorful arrangement. ','Metallic Gold Centerpiece with Metallic Blue Accents and Gold Foil Candy','','publish','open','closed','','metallic-gold-centerpiece-with-metallic-blue-accents-and-gold-foil-candy-2','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/metallic-gold-centerpiece-with-metallic-blue-accents-and-gold-foil-candy-2',0,'product','',0),(2344,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Metallic Silver and Metallic Purple Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Purple Ribbon Pompoms complemented by Metallic Silver, Metallic Purple and White Tassels. Metallic Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Metallic Silver and Metallic Purple Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-silver-and-metallic-purple-centerpiece-with-silver-foil-candy-2','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/metallic-silver-and-metallic-purple-centerpiece-with-silver-foil-candy-2',0,'product','',0),(2345,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Metallic Silver and Metallic Purple Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Purple Ribbon Pompoms complemented by Metallic Silver, Metallic Purple and White Tassels. Metallic Purple imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Metallic Silver and Metallic Purple Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-silver-and-metallic-purple-centerpiece-with-silver-foil-candy-3','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/metallic-silver-and-metallic-purple-centerpiece-with-silver-foil-candy-3',0,'product','',0),(2346,1,'2016-08-14 17:50:22','2016-08-14 17:50:22','Metallic Silver and Metallic Burgundy Centerpiece with Silver Foil Candy featuring Wanderfuls Favors filled with Silver Foil Wrapped Candy. Metallic Silver and Metallic Burgundy  Ribbon Pompoms complemented by Metallic Silver and Metallic Burgundy  Tassels. Metallic Burgundy imprintable Wraparound Ribbon and Silver Base provide beautiful final touch to the colorful arrangement. ','Metallic Silver and Metallic Burgundy Centerpiece with Silver Foil Candy','','publish','open','closed','','metallic-silver-and-metallic-burgundy-centerpiece-with-silver-foil-candy-2','','','2016-08-14 17:50:22','2016-08-14 17:50:22','',0,'http://www.wanderfuls.com/product/metallic-silver-and-metallic-burgundy-centerpiece-with-silver-foil-candy-2',0,'product','',0),(2347,1,'2015-01-15 08:13:09','2015-01-15 08:13:09','','Order &ndash; January 15, 2015 @ 08:13 AM','','publish','open','closed','order_8*TWLH*afnuW7','order-jan-15-2015-0813-am','','','2015-01-15 08:13:09','2015-01-15 08:13:09','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2347',0,'shop_order','',0),(2348,2,'2015-01-15 10:58:09','2015-01-15 10:58:09','','Order &ndash; January 15, 2015 @ 10:58 AM','','publish','open','closed','order_jG&5aIjqI#AUu','order-jan-15-2015-1058-am','','','2015-01-15 10:58:09','2015-01-15 10:58:09','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2348',0,'shop_order','',0),(2349,1,'2015-01-19 05:44:30','2015-01-19 05:44:30','','Order &ndash; January 19, 2015 @ 05:44 AM','','publish','open','closed','order_DX9yshQFYNmGD','order-jan-19-2015-0544-am','','','2015-01-19 05:44:30','2015-01-19 05:44:30','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2349',0,'shop_order','',0),(2350,1,'2015-01-19 05:48:10','2015-01-19 05:48:10','','Order &ndash; January 19, 2015 @ 05:48 AM','','publish','open','closed','order_yRQ((aBxB2@pz','order-jan-19-2015-0548-am','','','2015-01-19 05:48:10','2015-01-19 05:48:10','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2350',0,'shop_order','',0),(2351,7,'2015-01-20 02:10:45','2015-01-20 02:10:45','','Order &ndash; January 20, 2015 @ 02:10 AM','','publish','open','closed','order_udTv#Pj$O$YV9','order-jan-20-2015-0210-am','','','2015-01-20 02:10:45','2015-01-20 02:10:45','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2351',0,'shop_order','',0),(2352,7,'2015-01-20 03:04:20','2015-01-20 03:04:20','','Order &ndash; January 20, 2015 @ 03:04 AM','','publish','open','closed','order_sb4dWE&TyYa17','order-jan-20-2015-0304-am','','','2015-01-20 03:04:20','2015-01-20 03:04:20','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2352',0,'shop_order','',0),(2353,1,'2015-01-20 03:07:44','2015-01-20 03:07:44','','Order &ndash; January 20, 2015 @ 03:07 AM','','publish','open','closed','order_51scPF**OCRbW','order-jan-20-2015-0307-am','','','2015-01-20 03:07:44','2015-01-20 03:07:44','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2353',0,'shop_order','',0),(2354,1,'2015-01-20 03:11:25','2015-01-20 03:11:25','','Order &ndash; January 20, 2015 @ 03:11 AM','','publish','open','closed','order_2UlLZIMR84J0&','order-jan-20-2015-0311-am','','','2015-01-20 03:11:25','2015-01-20 03:11:25','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2354',0,'shop_order','',0),(2355,11,'2015-01-21 00:12:26','2015-01-21 00:12:26','','Order &ndash; January 21, 2015 @ 12:12 AM','','publish','open','closed','order_gccs9EWH7fw#i','order-jan-21-2015-1212-am','','','2015-01-21 00:12:26','2015-01-21 00:12:26','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2355',0,'shop_order','',0),(2356,12,'2015-01-21 00:35:23','2015-01-21 00:35:23','','Order &ndash; January 21, 2015 @ 12:35 AM','','publish','open','closed','order_OaScw4lqR!tl4','order-jan-21-2015-1235-am','','','2015-01-21 00:35:23','2015-01-21 00:35:23','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2356',0,'shop_order','',0),(2357,12,'2015-01-21 00:53:23','2015-01-21 00:53:23','','Order &ndash; January 21, 2015 @ 12:53 AM','','publish','open','closed','order_tvmS#SHKwPrOB','order-jan-21-2015-1253-am','','','2015-01-21 00:53:23','2015-01-21 00:53:23','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2357',0,'shop_order','',0),(2358,13,'2015-01-21 01:32:07','2015-01-21 01:32:07','','Order &ndash; January 21, 2015 @ 01:32 AM','','publish','open','closed','order_)fhA0dGLGOXOH','order-jan-21-2015-0132-am','','','2015-01-21 01:32:07','2015-01-21 01:32:07','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2358',0,'shop_order','',0),(2359,18,'2015-01-21 21:36:12','2015-01-21 21:36:12','','Order &ndash; January 21, 2015 @ 09:36 PM','','publish','open','closed','order_OAYLh&aNK@8X!','order-jan-21-2015-0936-pm','','','2015-01-21 21:36:12','2015-01-21 21:36:12','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2359',0,'shop_order','',0),(2360,22,'2015-01-23 00:16:28','2015-01-23 00:16:28','','Order &ndash; January 23, 2015 @ 12:16 AM','','publish','open','closed','order_4f*Z2aF()7LLp','order-jan-23-2015-1216-am','','','2015-01-23 00:16:28','2015-01-23 00:16:28','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2360',0,'shop_order','',0),(2361,1,'2015-01-23 00:54:36','2015-01-23 00:54:36','','Order &ndash; January 23, 2015 @ 12:54 AM','','publish','open','closed','order_wbY3^qDwP8ExY','order-jan-23-2015-1254-am','','','2015-01-23 00:54:36','2015-01-23 00:54:36','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2361',0,'shop_order','',0),(2362,23,'2015-01-27 09:58:27','2015-01-27 09:58:27','','Order &ndash; January 27, 2015 @ 09:58 AM','','publish','open','closed','order_UB#KA&y1z&0!(','order-jan-27-2015-0958-am','','','2015-01-27 09:58:27','2015-01-27 09:58:27','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2362',0,'shop_order','',0),(2363,1,'2015-01-28 04:39:06','2015-01-28 04:39:06','','Order &ndash; January 28, 2015 @ 04:39 AM','','publish','open','closed','order_Um3s%K@atjYKB','order-jan-28-2015-0439-am','','','2015-01-28 04:39:06','2015-01-28 04:39:06','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2363',0,'shop_order','',0),(2364,1,'2015-01-30 01:49:41','2015-01-30 01:49:41','','Order &ndash; January 30, 2015 @ 01:49 AM','','publish','open','closed','order_t#au^3(M1lbqS','order-jan-30-2015-0149-am','','','2015-01-30 01:49:41','2015-01-30 01:49:41','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2364',0,'shop_order','',0),(2365,24,'2015-01-30 04:24:37','2015-01-30 04:24:37','','Order &ndash; January 30, 2015 @ 04:24 AM','','publish','open','closed','order_oXK)d7O9l77KQ','order-jan-30-2015-0424-am','','','2015-01-30 04:24:37','2015-01-30 04:24:37','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2365',0,'shop_order','',0),(2366,24,'2015-01-30 04:27:11','2015-01-30 04:27:11','','Order &ndash; January 30, 2015 @ 04:27 AM','','publish','open','closed','order_&5^LeQDLQ@pHI','order-jan-30-2015-0427-am','','','2015-01-30 04:27:11','2015-01-30 04:27:11','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2366',0,'shop_order','',0),(2367,4,'2015-01-30 10:28:04','2015-01-30 10:28:04','','Order &ndash; January 30, 2015 @ 10:28 AM','','publish','open','closed','order_)n7Yil*0wAv*a','order-jan-30-2015-1028-am','','','2015-01-30 10:28:04','2015-01-30 10:28:04','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2367',0,'shop_order','',0),(2368,4,'2015-01-30 10:31:09','2015-01-30 10:31:09','','Order &ndash; January 30, 2015 @ 10:31 AM','','publish','open','closed','order_P9H9urw0zfw@G','order-jan-30-2015-1031-am','','','2015-01-30 10:31:09','2015-01-30 10:31:09','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2368',0,'shop_order','',0),(2369,12,'2015-01-30 11:21:20','2015-01-30 11:21:20','','Order &ndash; January 30, 2015 @ 11:21 AM','','publish','open','closed','order_#w#Qe*r5F%HG)','order-jan-30-2015-1121-am','','','2015-01-30 11:21:20','2015-01-30 11:21:20','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2369',0,'shop_order','',0),(2370,12,'2015-02-13 01:37:22','2015-02-13 01:37:22','','Order &ndash; February 13, 2015 @ 01:37 AM','','publish','open','closed','order_4sIKYG*fP4)dI','order-feb-13-2015-0137-am','','','2015-02-13 01:37:22','2015-02-13 01:37:22','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2370',0,'shop_order','',0),(2371,26,'2015-07-01 15:25:49','2015-07-01 15:25:49','','Order &ndash; July 1, 2015 @ 03:25 PM','','publish','open','closed','order_TWEX^AH3iPED4','order-jul-01-2015-0325-pm','','','2015-07-01 15:25:49','2015-07-01 15:25:49','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2371',0,'shop_order','',0),(2372,35,'2015-10-03 17:37:54','2015-10-03 17:37:54','','Order &ndash; October 3, 2015 @ 05:37 PM','','publish','open','closed','order_SfbdrP(qc7&4L','order-oct-03-2015-0537-pm','','','2015-10-03 17:37:54','2015-10-03 17:37:54','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2372',0,'shop_order','',0),(2373,39,'2016-05-25 09:08:00','2016-05-25 09:08:00','','Order &ndash; May 25, 2016 @ 09:08 AM','','publish','open','closed','order_iNSxLGCgjXAyx','order-may-25-2016-0908-am','','','2016-05-25 09:08:00','2016-05-25 09:08:00','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2373',0,'shop_order','',0),(2374,40,'2016-07-25 16:49:34','2016-07-25 16:49:34','','Order &ndash; July 25, 2016 @ 04:49 PM','','publish','open','closed','order_8krCaK44Fl6)I','order-jul-25-2016-0449-pm','','','2016-07-25 16:49:34','2016-07-25 16:49:34','',0,'http://www.wanderfuls.com/?post_type=shop_order&p=2374',0,'shop_order','',0),(2375,1,'2016-08-15 23:04:14','2016-08-15 23:04:14','[vc_row][vc_column][vcex_image_grid columns=\"7\" columns_gap=\"5\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005\"][/vc_column][/vc_row][vc_row][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=1\"> Design Room #1 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=2\"> Design Room #2 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=3\"> Design Room #3 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=4\"> Design Room #4 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=5\"> Design Room #5 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=6\"> Design Room #6 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=7\"> Design Room #7 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=8\"> Design Room #8 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=9\"> Design Room #9 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=10\"> Design Room #10 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=11\"> Design Room #11 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=12\"> Design Room #12 </a>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=13\"> Design Room #13 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=14\"> Design Room #14 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=15\"> Design Room #15 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=16\"> Design Room #16 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=17\"> Design Room #17 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=18\"> Design Room #18 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=19\"> Design Room #19 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=20\"> Design Room #20 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=21\"> Design Room #21 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=22\"> Design Room #22 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=23\"> Design Room #23 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=24\"> Design Room #24 </a>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vcex_image_grid columns=\"2\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"7\" columns_gap=\"20\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019\"][/vc_column][/vc_row]','Design Rooms','','inherit','closed','closed','','138-revision-v1','','','2016-08-15 23:04:14','2016-08-15 23:04:14','',138,'http://www.wanderfuls.com/2016/08/15/138-revision-v1.html',0,'revision','',0),(2376,1,'2016-08-15 23:37:17','2016-08-15 23:37:17','[vc_row][vc_column][vcex_image_grid columns=\"7\" columns_gap=\"5\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005\"][/vc_column][/vc_row][vc_row][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=1\"> Design Room #1 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=2\"> Design Room #2 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=3\"> Design Room #3 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=4\"> Design Room #4 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=5\"> Design Room #5 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=6\"> Design Room #6 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=7\"> Design Room #7 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=8\"> Design Room #8 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=9\"> Design Room #9 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=10\"> Design Room #10 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=11\"> Design Room #11 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=12\"> Design Room #12 </a>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=13\"> Design Room #13 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=14\"> Design Room #14 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=15\"> Design Room #15 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=16\"> Design Room #16 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=17\"> Design Room #17 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=18\"> Design Room #18 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=19\"> Design Room #19 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=20\"> Design Room #20 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=21\"> Design Room #21 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=22\"> Design Room #22 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=23\"> Design Room #23 </a>\r\n<a class=\"biliboard electronic\" href=\"/droom.php?dr=24\"> Design Room #24 </a>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vcex_image_grid columns=\"2\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid columns=\"7\" columns_gap=\"20\" thumbnail_link=\"none\" img_size=\"full\" title=\"no\" image_ids=\"1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019\"][/vc_column][/vc_row]','Design Rooms','','inherit','closed','closed','','138-autosave-v1','','','2016-08-15 23:37:17','2016-08-15 23:37:17','',138,'http://www.wanderfuls.com/2016/08/15/138-autosave-v1.html',0,'revision','',0),(2377,1,'2016-08-16 16:58:16','2016-08-16 16:58:16','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.</div>\r\n<!-- .entry --></div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span></div>\r\n<!-- .testimonial-entry-meta --></div>\r\n<!-- .home-testimonial-entry-bottom --></div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjIuLiUyRi4uJTJGc2l6ZXMlMkZTaXplc05ld1BhZ2UuaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMGhlaWdodCUzRCUyMjMwMHB4JTIyJTIwd2lkdGglM0QlMjI0MDBweCUyMiUyMHN0eWxlJTNEJTIyb3ZlcmZsb3clM0FoaWRkZW4lM0IlMjBmbG9hdCUzQWxlZnQlM0IlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlMjAtLSUzRSUwQSUzQ2lmcmFtZSUyMHNyYyUzRCUyMi4uJTJGLi4lMkZzaXplcyUyRlNpemVzTmV3UGFnZS5odG1sJTIyJTIwd2lkdGglM0QlMjI0NTAlMjIlMjBoZWlnaHQlM0QlMjI0MzAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4-revision-v1','','','2016-08-16 16:58:16','2016-08-16 16:58:16','',4,'http://www.wanderfuls.com/2016/08/16/4-revision-v1.html',0,'revision','',0),(2378,1,'2016-08-16 17:01:12','2016-08-16 17:01:12','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.</div>\r\n<!-- .entry --></div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span></div>\r\n<!-- .testimonial-entry-meta --></div>\r\n<!-- .home-testimonial-entry-bottom --></div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjIuLiUyRi4uJTJGc2l6ZXMlMkZTaXplc05ld1BhZ2UuaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMGhlaWdodCUzRCUyMjMwMHB4JTIyJTIwd2lkdGglM0QlMjI0MDBweCUyMiUyMHN0eWxlJTNEJTIyb3ZlcmZsb3clM0FoaWRkZW4lM0IlMjBmbG9hdCUzQWxlZnQlM0IlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlMjAtLSUzRSUwQSUzQ2lmcmFtZSUyMHNyYyUzRCUyMi4uJTJGLi4lMkZzaXplcyUyRlNpemVzTmV3UGFnZS5odG1sJTIyJTIwd2lkdGglM0QlMjI0NTAlMjIlMjBoZWlnaHQlM0QlMjI0MzAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4-revision-v1','','','2016-08-16 17:01:12','2016-08-16 17:01:12','',4,'http://www.wanderfuls.com/2016/08/16/4-revision-v1.html',0,'revision','',0),(2379,1,'2016-08-16 17:46:50','2016-08-16 17:46:50','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.</div>\r\n<!-- .entry --></div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span></div>\r\n<!-- .testimonial-entry-meta --></div>\r\n<!-- .home-testimonial-entry-bottom --></div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjIuLiUyRi4uJTJGc2l6ZXMlMkZTaXplc05ld1BhZ2UuaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMGhlaWdodCUzRCUyMjMwMHB4JTIyJTIwd2lkdGglM0QlMjI0MDBweCUyMiUyMHN0eWxlJTNEJTIyb3ZlcmZsb3clM0FoaWRkZW4lM0IlMjBmbG9hdCUzQWxlZnQlM0IlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlMjAtLSUzRSUwQSUzQ2lmcmFtZSUyMHNyYyUzRCUyMi4uJTJGLi4lMkZzaXplcyUyRlNpemVzTmV3UGFnZS5odG1sJTIyJTIwd2lkdGglM0QlMjI0NTAlMjIlMjBoZWlnaHQlM0QlMjI0MzAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4-revision-v1','','','2016-08-16 17:46:50','2016-08-16 17:46:50','',4,'http://www.wanderfuls.com/2016/08/16/4-revision-v1.html',0,'revision','',0),(2380,1,'2016-08-16 17:49:02','2016-08-16 17:49:02','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.</div>\r\n<!-- .entry --></div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span></div>\r\n<!-- .testimonial-entry-meta --></div>\r\n<!-- .home-testimonial-entry-bottom --></div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjIuLiUyRi4uJTJGc2l6ZXMlMkZTaXplc05ld1BhZ2UuaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMGhlaWdodCUzRCUyMjMwMHB4JTIyJTIwd2lkdGglM0QlMjI0MDBweCUyMiUyMHN0eWxlJTNEJTIyb3ZlcmZsb3clM0FoaWRkZW4lM0IlMjBmbG9hdCUzQWxlZnQlM0IlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlMjAtLSUzRSUwQSUzQ2lmcmFtZSUyMHNyYyUzRCUyMi4uJTJGLi4lMkZzaXplcyUyRlNpemVzTmV3UGFnZS5odG1sJTIyJTIwd2lkdGglM0QlMjI0NTAlMjIlMjBoZWlnaHQlM0QlMjI0MzAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4-revision-v1','','','2016-08-16 17:49:02','2016-08-16 17:49:02','',4,'http://www.wanderfuls.com/2016/08/16/4-revision-v1.html',0,'revision','',0),(2381,1,'2016-08-16 18:15:47','2016-08-16 18:15:47','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.</div>\r\n<!-- .entry --></div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span></div>\r\n<!-- .testimonial-entry-meta --></div>\r\n<!-- .home-testimonial-entry-bottom --></div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][vcex_heading text=\"Customize The Wand Size\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjIuLiUyRi4uJTJGc2l6ZXMlMkZTaXplc05ld1BhZ2UuaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMGhlaWdodCUzRCUyMjMwMHB4JTIyJTIwd2lkdGglM0QlMjI0MDBweCUyMiUyMHN0eWxlJTNEJTIyb3ZlcmZsb3clM0FoaWRkZW4lM0IlMjBmbG9hdCUzQWxlZnQlM0IlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlMjAtLSUzRSUwQSUzQ2lmcmFtZSUyMHNyYyUzRCUyMi4uJTJGLi4lMkZzaXplcyUyRlNpemVzTmV3UGFnZS5odG1sJTIyJTIwd2lkdGglM0QlMjI0NTAlMjIlMjBoZWlnaHQlM0QlMjI0MzAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4-revision-v1','','','2016-08-16 18:15:47','2016-08-16 18:15:47','',4,'http://www.wanderfuls.com/2016/08/16/4-revision-v1.html',0,'revision','',0),(2382,1,'2016-08-16 18:18:48','2016-08-16 18:18:48','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.</div>\r\n<!-- .entry --></div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span></div>\r\n<!-- .testimonial-entry-meta --></div>\r\n<!-- .home-testimonial-entry-bottom --></div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Customize The Wand Size\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjIuLiUyRi4uJTJGc2l6ZXMlMkZTaXplc05ld1BhZ2UuaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMGhlaWdodCUzRCUyMjMwMHB4JTIyJTIwd2lkdGglM0QlMjI0MDBweCUyMiUyMHN0eWxlJTNEJTIyb3ZlcmZsb3clM0FoaWRkZW4lM0IlMjBmbG9hdCUzQWxlZnQlM0IlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlMjAtLSUzRSUwQSUzQ2lmcmFtZSUyMHNyYyUzRCUyMi4uJTJGLi4lMkZzaXplcyUyRlNpemVzTmV3UGFnZS5odG1sJTIyJTIwd2lkdGglM0QlMjI0NTAlMjIlMjBoZWlnaHQlM0QlMjI0MzAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4-revision-v1','','','2016-08-16 18:18:48','2016-08-16 18:18:48','',4,'http://www.wanderfuls.com/2016/08/16/4-revision-v1.html',0,'revision','',0),(2383,1,'2016-08-16 18:20:22','2016-08-16 18:20:22','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.</div>\r\n<!-- .entry --></div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span></div>\r\n<!-- .testimonial-entry-meta --></div>\r\n<!-- .home-testimonial-entry-bottom --></div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Customize The Wand Size\" color=\"#cc3366\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjIuLiUyRi4uJTJGc2l6ZXMlMkZTaXplc05ld1BhZ2UuaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMGhlaWdodCUzRCUyMjMwMHB4JTIyJTIwd2lkdGglM0QlMjI0MDBweCUyMiUyMHN0eWxlJTNEJTIyb3ZlcmZsb3clM0FoaWRkZW4lM0IlMjBmbG9hdCUzQWxlZnQlM0IlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlMjAtLSUzRSUwQSUzQ2lmcmFtZSUyMHNyYyUzRCUyMi4uJTJGLi4lMkZzaXplcyUyRlNpemVzTmV3UGFnZS5odG1sJTIyJTIwd2lkdGglM0QlMjI0NTAlMjIlMjBoZWlnaHQlM0QlMjI0MzAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4-revision-v1','','','2016-08-16 18:20:22','2016-08-16 18:20:22','',4,'http://www.wanderfuls.com/2016/08/16/4-revision-v1.html',0,'revision','',0),(2384,1,'2016-08-16 18:22:50','2016-08-16 18:22:50','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.</div>\r\n<!-- .entry --></div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span></div>\r\n<!-- .testimonial-entry-meta --></div>\r\n<!-- .home-testimonial-entry-bottom --></div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Customize The Wand Size\" color=\"#cc3366\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjIuLiUyRi4uJTJGc2l6ZXMlMkZTaXplc05ld1BhZ2UuaHRtbCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMGhlaWdodCUzRCUyMjMwMHB4JTIyJTIwd2lkdGglM0QlMjI0MDBweCUyMiUyMHN0eWxlJTNEJTIyb3ZlcmZsb3clM0FoaWRkZW4lM0IlMjBmbG9hdCUzQWxlZnQlM0IlMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0UlMjAtLSUzRSUwQSUzQ2lmcmFtZSUyMHNyYyUzRCUyMi4uJTJGLi4lMkZzaXplcyUyRlNpemVzTmV3UGFnZS5odG1sJTIyJTIwd2lkdGglM0QlMjI0NTAlMjIlMjBoZWlnaHQlM0QlMjI0MzAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4-revision-v1','','','2016-08-16 18:22:50','2016-08-16 18:22:50','',4,'http://www.wanderfuls.com/2016/08/16/4-revision-v1.html',0,'revision','',0),(2385,1,'2016-08-16 18:29:27','2016-08-16 18:29:27','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.</div>\r\n<!-- .entry --></div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span></div>\r\n<!-- .testimonial-entry-meta --></div>\r\n<!-- .home-testimonial-entry-bottom --></div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Customize The Wand Size\" color=\"#cc3366\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyLi4lMkYuLiUyRnNpemVzJTJGU2l6ZXNOZXdQYWdlLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjM4NCUyMiUyMGhlaWdodCUzRCUyMjMyNCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4-revision-v1','','','2016-08-16 18:29:27','2016-08-16 18:29:27','',4,'http://www.wanderfuls.com/2016/08/16/4-revision-v1.html',0,'revision','',0),(2386,1,'2016-08-16 18:31:37','2016-08-16 18:31:37','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.\r\n\r\n</div>\r\n<!-- .entry -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span>\r\n\r\n</div>\r\n<!-- .testimonial-entry-meta -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-bottom -->\r\n\r\n</div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Customize The Wand Size\" color=\"#cc3366\"][vc_column_text]\r\n<p class=\"p1\"><span class=\"s1\">You can have the option of choosing several different sizes.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Watch the Bouquet grow in size as you choose a larger sized Party Favor.</span></p>\r\n[/vc_column_text][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyLi4lMkYuLiUyRnNpemVzJTJGU2l6ZXNOZXdQYWdlLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjM4NCUyMiUyMGhlaWdodCUzRCUyMjMyNCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','4-revision-v1','','','2016-08-16 18:31:37','2016-08-16 18:31:37','',4,'http://www.wanderfuls.com/2016/08/16/4-revision-v1.html',0,'revision','',0),(2387,1,'2016-08-17 20:56:52','2016-08-17 20:56:52','[vc_row css=\".vc_custom_1449147014930{margin-top: 30px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<blockquote>Walking into the reception, I couldn’t have been happier. Everyone raved about them.\r\n– Andrea Fontana, New Brunswick, NJ</blockquote>\r\n<blockquote>I wanted to do something different for our end-of-the-year party. The Wanderfuls arrangements were just what I needed. It gave off the wow effect!\r\n– Alexis Kitt, Exec. Adminstrative Asst., Communication Technology Services</blockquote>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIyNjglMjIlMjBzcmMlM0QlMjIlMkYlMkZ3d3cueW91dHViZS1ub2Nvb2tpZS5jb20lMkZlbWJlZCUyRkhkSmR6WmNMaHBRJTNGcmVsJTNEMCUyNnNob3dpbmZvJTNEMCUyNmF1dG9oaWRlJTNEMSUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Get\r\nInspired\" font_container=\"tag:h1|font_size:50|text_align:left|color:%23cc3366|line_height:47px\" google_fonts=\"font_family:Droid%20Serif%3Aregular%2Citalic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Here\'s what\r\nother Wanderfuls\r\ncustomers have designed.\" font_container=\"tag:h1|font_size:28|text_align:right|color:%23cc3366|line_height:32px\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column][vcex_image_grid grid_style=\"masonry\" lightbox_skin=\"mac\" lightbox_title=\"title\" title=\"yes\" title_tag=\"h4\" title_type=\"title\" image_ids=\"630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686\"][/vc_column][/vc_row]','Gallery','','inherit','closed','closed','','10-revision-v1','','','2016-08-17 20:56:52','2016-08-17 20:56:52','',10,'http://www.mywanderfuls.com/2016/08/17/10-revision-v1.html',0,'revision','',0),(2394,1,'2017-06-13 17:08:08','2017-06-13 17:08:08','','Banner@2x-100','','inherit','open','closed','','banner2x-100','','','2017-06-13 17:08:08','2017-06-13 17:08:08','',0,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Banner@2x-100.jpg',0,'attachment','image/jpeg',0),(2402,1,'2017-06-13 17:41:11','2017-06-13 17:41:11','@media (max-width: 480px) {\n#gkLogoSmall.cssLogo  {\nbackground: \nurl(\"http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Banner@2x-100.jpg\") no-repeat\nscroll center center /\ncontain rgba(0, 0, 0, 0);\nheight:70px\nmargin-top:3px !important;\nwidth: 112px;\n}\n}','wanderfuls','','publish','closed','closed','','wanderfuls','','','2017-06-13 17:41:11','2017-06-13 17:41:11','',0,'http://gourmetcandycenterpieces.com/2017/06/13/wanderfuls.html',0,'custom_css','',0),(2403,1,'2017-06-13 17:41:11','2017-06-13 17:41:11','@media (max-width: 480px) {\n#gkLogoSmall.cssLogo  {\nbackground: \nurl(\"http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Banner@2x-100.jpg\") no-repeat\nscroll center center /\ncontain rgba(0, 0, 0, 0);\nheight:70px\nmargin-top:3px !important;\nwidth: 112px;\n}\n}','wanderfuls','','inherit','closed','closed','','2402-revision-v1','','','2017-06-13 17:41:11','2017-06-13 17:41:11','',2402,'http://gourmetcandycenterpieces.com/2017/06/13/2402-revision-v1.html',0,'revision','',0),(2406,1,'2017-06-15 21:44:32','0000-00-00 00:00:00','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2>A Magical Take-Home Memory</h2>\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\n<h2>Designing your Centerpieces is fun and easy</h2>\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\n<div class=\"testimonial-entry-content clr\">\n\n&nbsp;\n<div class=\"testimonial-entry-details clr\">\n\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.\n\n</div>\n<!-- .entry -->\n\n</div>\n<!-- .home-testimonial-entry-content-->\n<div class=\"testimonial-entry-bottom\">\n<div class=\"testimonial-entry-meta\">\n\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\n\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span>\n\n</div>\n<!-- .testimonial-entry-meta -->\n\n</div>\n<!-- .home-testimonial-entry-bottom -->\n\n</div>\n<!-- .testimonials-entry -->\n\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\n- Elizabeth, New Jersey\n\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\n\n&nbsp;\n\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Customize The Wand Size\" color=\"#cc3366\"][vc_column_text]\n<p class=\"p1\"><span class=\"s1\">You can have the option of choosing several different sizes.</span></p>\n<p class=\"p1\"><span class=\"s1\">Watch the Bouquet grow in size as you choose a larger sized Party Favor.</span></p>\n[/vc_column_text][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyLi4lMkYuLiUyRnNpemVzJTJGU2l6ZXNOZXdQYWdlLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjM4NCUyMiUyMGhlaWdodCUzRCUyMjMyNCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home-M','','draft','closed','closed','','','','','2017-06-15 21:44:32','2017-06-15 21:44:32','',0,'http://gourmetcandycenterpieces.com/?page_id=2406',0,'page','',0),(2407,1,'2017-06-16 14:06:25','2017-06-16 14:06:25','Wanderfuls Centerpieces and Favors','Wanderfuls Mobile Header Banner','','inherit','open','closed','','banner2x','','','2017-06-16 14:07:24','2017-06-16 14:07:24','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Banner@2x.png',0,'attachment','image/png',0),(2408,1,'2017-06-16 15:18:22','2017-06-16 15:18:22','','LOGO FULL HOR-06','','inherit','open','closed','','logo-full-hor-06','','','2017-06-16 15:18:22','2017-06-16 15:18:22','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/LOGO-FULL-HOR-06.png',0,'attachment','image/png',0),(2409,1,'2017-06-16 15:27:47','2017-06-16 15:27:47','','Scroll 2@2x-100','','inherit','open','closed','','scroll-22x-100','','','2017-06-16 15:27:47','2017-06-16 15:27:47','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Scroll-2@2x-100.jpg',0,'attachment','image/jpeg',0),(2410,1,'2017-06-16 15:28:12','2017-06-16 15:28:12','','HIW FTT IMG2','','inherit','open','closed','','hiw-ftt-img2','','','2017-06-16 15:28:12','2017-06-16 15:28:12','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/HIW-FTT-IMG2.jpg',0,'attachment','image/jpeg',0),(2411,1,'2017-06-16 15:29:32','2017-06-16 15:29:32','','Scroll 4@2x-100','','inherit','open','closed','','scroll-42x-100','','','2017-06-16 15:29:32','2017-06-16 15:29:32','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Scroll-4@2x-100.jpg',0,'attachment','image/jpeg',0),(2412,1,'2017-06-16 15:30:20','2017-06-16 15:30:20','','HIW FTT IMG1','','inherit','open','closed','','hiw-ftt-img1','','','2017-06-16 15:30:20','2017-06-16 15:30:20','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/HIW-FTT-IMG1-.jpg',0,'attachment','image/jpeg',0),(2413,1,'2017-06-16 15:39:42','2017-06-16 15:39:42','','Button Baby','','inherit','open','closed','','button-baby','','','2017-06-16 15:39:42','2017-06-16 15:39:42','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Button-Baby.png',0,'attachment','image/png',0),(2414,1,'2017-06-16 15:39:43','2017-06-16 15:39:43','','Button Bar','','inherit','open','closed','','button-bar','','','2017-06-16 15:39:43','2017-06-16 15:39:43','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Button-Bar.png',0,'attachment','image/png',0),(2415,1,'2017-06-16 15:39:44','2017-06-16 15:39:44','','Button Beach Party','','inherit','open','closed','','button-beach-party','','','2017-06-16 15:39:44','2017-06-16 15:39:44','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Button-Beach-Party.png',0,'attachment','image/png',0),(2416,1,'2017-06-16 15:39:45','2017-06-16 15:39:45','','Button Birthday','','inherit','open','closed','','button-birthday','','','2017-06-16 15:39:45','2017-06-16 15:39:45','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Button-Birthday.png',0,'attachment','image/png',0),(2417,1,'2017-06-16 15:39:47','2017-06-16 15:39:47','','Button Bridal','','inherit','open','closed','','button-bridal','','','2017-06-16 15:39:47','2017-06-16 15:39:47','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Button-Bridal.png',0,'attachment','image/png',0),(2418,1,'2017-06-16 15:39:48','2017-06-16 15:39:48','','Button Grad','','inherit','open','closed','','button-grad','','','2017-06-16 15:39:48','2017-06-16 15:39:48','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Button-Grad.png',0,'attachment','image/png',0),(2419,1,'2017-06-16 15:39:48','2017-06-16 15:39:48','','Button Patriotic','','inherit','open','closed','','button-patriotic','','','2017-06-16 15:39:48','2017-06-16 15:39:48','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Button-Patriotic.png',0,'attachment','image/png',0),(2420,1,'2017-06-16 15:39:49','2017-06-16 15:39:49','','Button Princess','','inherit','open','closed','','button-princess','','','2017-06-16 15:39:49','2017-06-16 15:39:49','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Button-Princess.png',0,'attachment','image/png',0),(2421,1,'2017-06-16 15:39:50','2017-06-16 15:39:50','','Button Wedding','','inherit','open','closed','','button-wedding','','','2017-06-16 15:39:50','2017-06-16 15:39:50','',2406,'http://gourmetcandycenterpieces.com/wp-content/uploads/2017/06/Button-Wedding.png',0,'attachment','image/png',0),(2422,1,'2017-06-16 19:43:46','2017-06-16 19:43:46','mobile TEST - how to order','How To Order','','publish','closed','closed','','m-how-to-order','','','2017-06-16 19:47:32','2017-06-16 19:47:32','',0,'http://gourmetcandycenterpieces.com/?page_id=2422',0,'page','',0),(2423,1,'2017-06-16 19:43:46','2017-06-16 19:43:46','mobile','How To Order','','inherit','closed','closed','','2422-revision-v1','','','2017-06-16 19:43:46','2017-06-16 19:43:46','',2422,'http://gourmetcandycenterpieces.com/2017/06/16/2422-revision-v1.html',0,'revision','',0),(2424,1,'2017-06-16 19:45:14','2017-06-16 19:45:14','mobile HOW TO ORDER','How To Order','','inherit','closed','closed','','2422-revision-v1','','','2017-06-16 19:45:14','2017-06-16 19:45:14','',2422,'http://gourmetcandycenterpieces.com/2017/06/16/2422-revision-v1.html',0,'revision','',0),(2425,1,'2017-06-16 19:47:10','2017-06-16 19:47:10','mobile TEST - how to order','How To Order','','inherit','closed','closed','','2422-revision-v1','','','2017-06-16 19:47:10','2017-06-16 19:47:10','',2422,'http://gourmetcandycenterpieces.com/2017/06/16/2422-revision-v1.html',0,'revision','',0),(2426,1,'2017-06-16 20:02:21','2017-06-16 20:02:21','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.\r\n\r\n</div>\r\n<!-- .entry -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span>\r\n\r\n</div>\r\n<!-- .testimonial-entry-meta -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-bottom -->\r\n\r\n</div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Customize The Wand Size\" color=\"#cc3366\"][vc_column_text]\r\n<p class=\"p1\"><span class=\"s1\">You can have the option of choosing several different sizes.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Watch the Bouquet grow in size as you choose a larger sized Party Favor.</span></p>\r\n[/vc_column_text][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyLi4lMkYuLiUyRnNpemVzJTJGU2l6ZXNOZXdQYWdlLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjM4NCUyMiUyMGhlaWdodCUzRCUyMjMyNCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home-M-test','','publish','closed','closed','','home-m-test','','','2017-06-16 20:02:21','2017-06-16 20:02:21','',0,'http://gourmetcandycenterpieces.com/?page_id=2426',0,'page','',0),(2427,1,'2017-06-16 20:02:21','2017-06-16 20:02:21','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.\r\n\r\n</div>\r\n<!-- .entry -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span>\r\n\r\n</div>\r\n<!-- .testimonial-entry-meta -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-bottom -->\r\n\r\n</div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Customize The Wand Size\" color=\"#cc3366\"][vc_column_text]\r\n<p class=\"p1\"><span class=\"s1\">You can have the option of choosing several different sizes.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Watch the Bouquet grow in size as you choose a larger sized Party Favor.</span></p>\r\n[/vc_column_text][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyLi4lMkYuLiUyRnNpemVzJTJGU2l6ZXNOZXdQYWdlLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjM4NCUyMiUyMGhlaWdodCUzRCUyMjMyNCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home-M-test','','inherit','closed','closed','','2426-revision-v1','','','2017-06-16 20:02:21','2017-06-16 20:02:21','',2426,'http://gourmetcandycenterpieces.com/2017/06/16/2426-revision-v1.html',0,'revision','',0),(2428,1,'2017-06-16 20:02:34','2017-06-16 20:02:34','[vc_row][vc_column][vc_single_image image=\"157\" alignment=\"right\" onclick=\"custom_link\" link=\"../pompoms.html\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>A Magical Take-Home Memory</h2>\r\nWanderfuls are designed to become an <strong>interactive part of your special day. </strong>What guest could forget the moment they remove their party favor from the centerpiece? The Wanderfuls connect your guests to each other and to the magical moments of the event. These unique and memorable candy centerpieces are perfect for those once in a lifetime special events.\r\n<h2>Designing your Centerpieces is fun and easy</h2>\r\nSimply call us. We will make your centerpiece colors magically appears on your screen. You get to choose from dozens of fun decorator colors and scrumptios candy fillings.\r\n<div class=\"testimonial-entry span_1_of_2 col-1 col cat-14 post-261 testimonials type-testimonials status-publish hentry testimonials_category-customer-testimonials entry\">\r\n<div class=\"testimonial-entry-content clr\">\r\n\r\n&nbsp;\r\n<div class=\"testimonial-entry-details clr\">\r\n\r\nWalking into the reception, I couldn’t have been happier. Everyone raved about them.\r\n\r\n</div>\r\n<!-- .entry -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-content-->\r\n<div class=\"testimonial-entry-bottom\">\r\n<div class=\"testimonial-entry-meta\">\r\n\r\n<span class=\"testimonial-entry-author entry-title\">Andrea Fontana</span>\r\n\r\n<span class=\"testimonial-entry-company\">New Brunswick, NJ</span>\r\n\r\n</div>\r\n<!-- .testimonial-entry-meta -->\r\n\r\n</div>\r\n<!-- .home-testimonial-entry-bottom -->\r\n\r\n</div>\r\n<!-- .testimonials-entry -->\r\n\r\n<a href=\"../what-are-wanderfuls.html\">More Information &gt;&gt;</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDJTIxLS0lMjAlM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LndhbmRlcmZ1bHMuY29tJTJGMjAxNSUyRnNlcXVlbmNlZGFzc2VtYmx5Lmh0bWwlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlMjBzdHlsZSUzRCUyMm92ZXJmbG93JTNBaGlkZGVuJTNCJTIwZmxvYXQlM0FsZWZ0JTNCJTIyJTNFJTIwJTNDJTJGaWZyYW1lJTNFJTIwLS0lM0UlMEElM0NpZnJhbWUlMjBzcmMlM0QlMjIlMkZtYWlucGFnZTIuaHRtbCUyMiUyMHdpZHRoJTNEJTIyNDUwJTIyJTIwaGVpZ2h0JTNEJTIyNDMwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"When you want something more than just traditional flowers...\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"163\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"162\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"When your event is so special that just any centerpiece won\'t do...\r\nDesign your own Wanderfuls Centerpieces and Favors!\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vcex_image_grid columns=\"6\" lightbox_skin=\"mac\" lightbox_caption=\"false\" title=\"no\" image_ids=\"164,165,166,167,168,169\"][vc_custom_heading text=\"Call 1-888-837-5021 for all pricing and color options\" font_container=\"tag:h2|font_size:30|text_align:center|color:%23cc3366\" use_theme_fonts=\"yes\" css=\".vc_custom_1446120107833{margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"What are our customers saying about Wanderfuls?\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"174\" alignment=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<blockquote>I wanted to let you know that the centerpieces were a big hit. Everyone loved them and asked me where I got them. My daughter especially loved them. She said she had never seen a centerpiece that was so beautiful and stood out as much as the Wanderfuls! The next time I need some centerpieces, I will definitely order again from you.</blockquote>\r\n- Elizabeth, New Jersey\r\n\r\n<a href=\"../testimonials.html\">Read More Testimonials &gt;&gt;</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Reputation for Quality and Customer Satisfaction\" font_container=\"tag:h2|text_align:left|color:%23cc3366\" use_theme_fonts=\"yes\"][vc_column_text]For over 10 years Wanderfuls centerpieces have enchanted our clients and their guests at hundreds of events. Our beautiful bouquets have set the mood at weddings, fundraisers, birthdays, anniversaries, award dinners, Bat Mitzvahs, and sweet 16 parties.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-176\" src=\"../wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg\" alt=\"testimonialslogoboxwide2\" width=\"900\" height=\"135\" />[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Customize The Wand Size\" color=\"#cc3366\"][vc_column_text]\r\n<p class=\"p1\"><span class=\"s1\">You can have the option of choosing several different sizes.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Watch the Bouquet grow in size as you choose a larger sized Party Favor.</span></p>\r\n[/vc_column_text][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyLi4lMkYuLiUyRnNpemVzJTJGU2l6ZXNOZXdQYWdlLmh0bWwlMjIlMjB3aWR0aCUzRCUyMjM4NCUyMiUyMGhlaWdodCUzRCUyMjMyNCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row column_spacing=\"0px\"][vc_column width=\"1/3\"][vc_single_image image=\"178\" alignment=\"center\" title=\"Party Favors\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"179\" alignment=\"center\" title=\"Favor Holder\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"177\" alignment=\"center\" title=\"Bouquet!!!\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"1057\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1449431492321{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_single_image image=\"1058\" img_size=\"250x219\" alignment=\"center\" onclick=\"link_image\" css=\".vc_custom_1454197006173{margin-top: 20px !important;border-bottom-width: 30px !important;}\"][/vc_column][/vc_row]','Home-M-test','','inherit','closed','closed','','2426-autosave-v1','','','2017-06-16 20:02:34','2017-06-16 20:02:34','',2426,'http://gourmetcandycenterpieces.com/2017/06/16/2426-autosave-v1.html',0,'revision','',0),(2429,1,'2017-06-16 20:05:26','2017-06-16 20:05:26','Design mobile test','Design-M','','publish','closed','closed','','design-m','','','2017-06-16 20:05:26','2017-06-16 20:05:26','',0,'http://gourmetcandycenterpieces.com/?page_id=2429',0,'page','',0),(2430,1,'2017-06-16 20:05:26','2017-06-16 20:05:26','Design mobile test','Design-M','','inherit','closed','closed','','2429-revision-v1','','','2017-06-16 20:05:26','2017-06-16 20:05:26','',2429,'http://gourmetcandycenterpieces.com/2017/06/16/2429-revision-v1.html',0,'revision','',0),(2431,1,'2017-06-16 20:23:16','2017-06-16 20:23:16','colors mobile test','Colors-M','','publish','closed','closed','','colors-m','','','2017-06-16 20:23:16','2017-06-16 20:23:16','',0,'http://gourmetcandycenterpieces.com/?page_id=2431',0,'page','',0),(2432,1,'2017-06-16 20:23:16','2017-06-16 20:23:16','colors mobile test','Colors-M','','inherit','closed','closed','','2431-revision-v1','','','2017-06-16 20:23:16','2017-06-16 20:23:16','',2431,'http://gourmetcandycenterpieces.com/2017/06/16/2431-revision-v1.html',0,'revision','',0),(2434,1,'2017-06-20 12:53:47','2017-06-20 12:53:47','','Mobile Test','','publish','closed','closed','','mobile-test','','','2017-06-20 12:56:06','2017-06-20 12:56:06','',0,'http://gourmetcandycenterpieces.com/?page_id=2434',0,'page','',0),(2435,1,'2017-06-20 12:53:47','2017-06-20 12:53:47','','Mobile Test','','inherit','closed','closed','','2434-revision-v1','','','2017-06-20 12:53:47','2017-06-20 12:53:47','',2434,'http://gourmetcandycenterpieces.com/2017/06/20/2434-revision-v1.html',0,'revision','',0),(2440,1,'2017-07-29 19:16:37','2017-07-29 19:16:37','','49','','inherit','closed','closed','','969-revision-v1','','','2017-07-29 19:16:37','2017-07-29 19:16:37','',969,'http://gourmetcandycenterpieces.com/969-revision-v1/',0,'revision','',0),(2441,1,'2017-08-25 10:18:13','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2017-08-25 10:18:13','0000-00-00 00:00:00','',0,'http://gourmetcandycenterpieces.com/?p=2441',0,'post','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_css`
--

DROP TABLE IF EXISTS `wp_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  `hover` text COLLATE utf8mb4_unicode_ci,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `advanced` mediumtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=114 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_css`
--

LOCK TABLES `wp_revslider_css` WRITE;
/*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */;
INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-align\":\"center\"},\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.largepinkbg-02','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"color\":\"rgb(255, 255, 255)\",\"font-size\":\"18px\",\"line-height\":\"41px\",\"font-weight\":\"500\",\"font-family\":\"\\\"Open Sans\\\"\",\"text-decoration\":\"none\",\"padding\":\"0px 20px\",\"background-color\":\"rgba(142, 68, 173, 0.498039)\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"text-transform\":\"uppercase\"},\"hover\":\"\"}'),(49,'.tp-caption.largeblackbg-02','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"color\":\"rgb(255, 255, 255)\",\"font-weight\":\"500\",\"font-size\":\"18px\",\"line-height\":\"40px\",\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":\"0px 20px\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 0.6)\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"text-transform\":\"uppercase\"},\"hover\":\"\"}'),(50,'.tp-caption.largepinkbg-03','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"color\":\"rgb(255, 255, 255)\",\"font-size\":\"24px\",\"line-height\":\"50px\",\"font-weight\":\"500\",\"font-family\":\"\\\"Open Sans\\\"\",\"text-decoration\":\"none\",\"padding\":\"0px 20px\",\"background-color\":\"rgba(142, 68, 173, 0.498039)\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"text-transform\":\"uppercase\"},\"hover\":\"\"}'),(51,'.tp-caption.largeblackbg-03','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"18px\",\"line-height\":\"42px\",\"font-weight\":\"500\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"padding\":\"0px 15px 0px 15px\",\"background-color\":\"rgba(0, 0, 0, 0.6)\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(52,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(56,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(59,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(60,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(61,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(62,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(63,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(64,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(65,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(66,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(67,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(68,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(69,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(70,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(71,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(72,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(73,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(75,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(79,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(80,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(81,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(86,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(87,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(88,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(89,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(91,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(92,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(93,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(94,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(95,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(96,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(97,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(98,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(100,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(101,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(103,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(104,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(105,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(106,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(107,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(108,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(110,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(111,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(112,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(113,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}');
/*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wp_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_layer_animations`
--

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

--
-- Table structure for table `wp_revslider_navigations`
--

DROP TABLE IF EXISTS `wp_revslider_navigations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` mediumtext NOT NULL,
  `markup` mediumtext NOT NULL,
  `settings` mediumtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_navigations`
--

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

--
-- Table structure for table `wp_revslider_settings`
--

DROP TABLE IF EXISTS `wp_revslider_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_settings` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `general` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_settings`
--

LOCK TABLES `wp_revslider_settings` WRITE;
/*!40000 ALTER TABLE `wp_revslider_settings` DISABLE KEYS */;
INSERT INTO `wp_revslider_settings` VALUES (1,'a:0:{}','');
/*!40000 ALTER TABLE `wp_revslider_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_sliders`
--

DROP TABLE IF EXISTS `wp_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8mb4_unicode_ci,
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_sliders`
--

LOCK TABLES `wp_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wp_revslider_sliders` VALUES (1,'home','home','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"category_1\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"home\",\"alias\":\"home\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"0\",\"max_width\":\"691\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"900\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"#E9E9E9\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/localhost\\/music\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"navigation_arrow_style\":\"square-old\",\"arrows_always_on\":\"true\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"uranus\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"on\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"0.7\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"on\",\"parallax_type\":\"scroll\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"lazy_load_type\":\"none\",\"seo_optimization\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''),(2,'testimonial','testimonial','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"testimonial\",\"alias\":\"testimonial\",\"shortcode\":\"[rev_slider alias=\\\\\\\"testimonial\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}','{\"version\":5}',''),(3,'room_view','room_view','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"room_view\",\"alias\":\"room_view\",\"shortcode\":\"[rev_slider alias=\\\\\\\"room_view\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}','{\"version\":5}',''),(5,'holiday','holiday','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"holiday\",\"alias\":\"holiday\",\"shortcode\":\"[rev_slider alias=\\\"holiday\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(6,'birthday','birthday','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"birthday\",\"alias\":\"birthday\",\"shortcode\":\"[rev_slider alias=\\\"birthday\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(7,'wedding','wedding','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"wedding\",\"alias\":\"wedding\",\"shortcode\":\"[rev_slider alias=\\\"wedding\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(8,'Banquets','banquets','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Banquets\",\"alias\":\"banquets\",\"shortcode\":\"[rev_slider alias=\\\"banquets\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(9,'sixteen','sixteen','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"sixteen\",\"alias\":\"sixteen\",\"shortcode\":\"[rev_slider alias=\\\"sixteen\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(10,'Mitzvah','mitzvah','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Mitzvah\",\"alias\":\"mitzvah\",\"shortcode\":\"[rev_slider alias=\\\"mitzvah\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(11,'Graduation','graduation','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Graduation\",\"alias\":\"graduation\",\"shortcode\":\"[rev_slider alias=\\\"graduation\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(12,'Bridal Showers','bridal-showers','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Bridal Showers\",\"alias\":\"bridal-showers\",\"shortcode\":\"[rev_slider alias=\\\"bridal-showers\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(13,'Baptism','baptism','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Baptism\",\"alias\":\"baptism\",\"shortcode\":\"[rev_slider alias=\\\"baptism\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(14,'Anniversary','anniversary','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Anniversary\",\"alias\":\"anniversary\",\"shortcode\":\"[rev_slider alias=\\\"anniversary\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(15,'theme favors','theme-favors','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"theme favors\",\"alias\":\"theme-favors\",\"shortcode\":\"[rev_slider alias=\\\\\\\"theme-favors\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"888\",\"height\":\"436\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"lazy_load_type\":\"none\",\"seo_optimization\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''),(17,'party favors','party-favors','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"party favors\",\"alias\":\"party-favors\",\"shortcode\":\"[rev_slider alias=\\\"party-favors\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(18,'Candy Centerpieces','candy-centerpieces','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Candy Centerpieces\",\"alias\":\"candy-centerpieces\",\"shortcode\":\"[rev_slider alias=\\\"candy-centerpieces\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(20,'wedding favors','wedding-favors','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"wedding favors\",\"alias\":\"wedding-favors\",\"shortcode\":\"[rev_slider alias=\\\"wedding-favors\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"691\",\"height\":\"503\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,'');
/*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_slides`
--

DROP TABLE IF EXISTS `wp_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=119 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_slides`
--

LOCK TABLES `wp_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */;
INSERT INTO `wp_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/www.alloccasionscenterpieces.com\\/wp-content\\/uploads\\/2015\\/10\\/slide_112.jpg\",\"image_id\":\"198\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":[\"random\"],\"0\":\"Remove\",\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"..\\/pompoms.html\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"slide_parallax_level\":\"-\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"thumb_dimension\":\"slider\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"0\":\"Remove\"}','[]','\"\"'),(3,1,3,'{\"background_type\":\"image\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":[\"random\"],\"0\":\"Remove\",\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"..\\/pompoms.html\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"image_id\":\"190\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/www.alloccasionscenterpieces.com\\/wp-content\\/uploads\\/2015\\/10\\/slide_001.jpg\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"slide_parallax_level\":\"-\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"thumb_dimension\":\"slider\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"0\":\"Remove\"}','[]','\"\"'),(4,1,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"196\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"..\\/pompoms.html\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.alloccasionscenterpieces.com\\/wp-content\\/uploads\\/2015\\/10\\/candy.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(5,1,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"197\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"..\\/pompoms.html\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.alloccasionscenterpieces.com\\/wp-content\\/uploads\\/2015\\/10\\/slide_002.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(6,1,6,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"194\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"..\\/pompoms.html\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.alloccasionscenterpieces.com\\/wp-content\\/uploads\\/2015\\/10\\/048_large.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(7,1,7,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"193\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"..\\/pompoms.html\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.alloccasionscenterpieces.com\\/wp-content\\/uploads\\/2015\\/10\\/slide_116.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(8,1,8,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"195\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"..\\/pompoms.html\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.alloccasionscenterpieces.com\\/wp-content\\/uploads\\/2015\\/10\\/slide_003.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(9,1,9,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"192\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"..\\/pompoms.html\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.alloccasionscenterpieces.com\\/wp-content\\/uploads\\/2015\\/10\\/slide_004.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(10,1,10,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"189\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"..\\/pompoms.html\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.alloccasionscenterpieces.com\\/wp-content\\/uploads\\/2015\\/10\\/slide_006.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(11,1,11,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"199\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"..\\/pompoms.html\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.alloccasionscenterpieces.com\\/wp-content\\/uploads\\/2015\\/10\\/slide_008.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(12,1,12,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"191\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"..\\/pompoms.html\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.alloccasionscenterpieces.com\\/wp-content\\/uploads\\/2015\\/10\\/slide_114.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(13,1,13,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"200\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"..\\/pompoms.html\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.alloccasionscenterpieces.com\\/wp-content\\/uploads\\/2015\\/10\\/slide_113.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(14,1,14,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"188\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"..\\/pompoms.html\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.alloccasionscenterpieces.com\\/wp-content\\/uploads\\/2015\\/10\\/slide_111.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(15,2,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"aGt5-0sQV3s\",\"slide_bg_vimeo\":\"aGt5-0sQV3s\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"\"}','[{\"type\":\"video\",\"style\":\"\",\"video_type\":\"youtube\",\"video_data\":{\"id\":\"aGt5-0sQV3s\",\"video_type\":\"youtube\",\"title\":\"YouTube\",\"author\":\"YouTube\",\"link\":\"\",\"description\":\"\",\"desc_small\":\"\",\"thumb_small\":{\"url\":\"https:\\/\\/img.youtube.com\\/vi\\/aGt5-0sQV3s\\/sddefault.jpg\",\"width\":200,\"height\":150},\"thumb_medium\":{\"url\":\"https:\\/\\/img.youtube.com\\/vi\\/aGt5-0sQV3s\\/sddefault.jpg\",\"width\":320,\"height\":240},\"thumb_big\":{\"url\":\"https:\\/\\/img.youtube.com\\/vi\\/aGt5-0sQV3s\\/sddefault.jpg\",\"width\":640,\"height\":480},\"video_width\":640,\"video_height\":480,\"args\":\"hd=1&wmode=opaque&showinfo=0&ref=0;\",\"previewimage\":\"\",\"autoplay\":\"false\",\"use_poster_on_mobile\":false,\"nextslide\":false,\"forcerewind\":false,\"fullwidth\":true,\"controls\":false,\"mute\":false,\"disable_on_mobile\":false,\"cover\":true,\"stopallvideo\":false,\"dotted\":\"none\",\"preload\":\"auto\",\"videospeed\":\"1\",\"ratio\":\"4:3\",\"videoloop\":\"none\",\"show_cover_pause\":false,\"start_at\":\"\",\"end_at\":\"\",\"volume\":\"100\",\"autoplayonlyfirsttime\":false},\"video_width\":691,\"video_height\":503,\"video_id\":\"aGt5-0sQV3s\",\"video_title\":\"YouTube\",\"video_image_url\":\"https:\\/\\/img.youtube.com\\/vi\\/aGt5-0sQV3s\\/sddefault.jpg\",\"video_args\":\"hd=1&wmode=opaque&showinfo=0&ref=0;\",\"text\":\"Youtube: YouTube\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"internal_class\":\"\",\"hover\":false,\"alias\":\"youtube: youtube\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(16,3,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"333\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/localhost\\/music\\/wp-content\\/uploads\\/2015\\/10\\/rm5L_P3.jpg\"}','[]','\"\"'),(30,5,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"360\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/localhost\\/music\\/wp-content\\/uploads\\/2015\\/10\\/royal-and-white-bar-mitzvah.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(31,5,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"361\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/localhost\\/music\\/wp-content\\/uploads\\/2015\\/10\\/blue3.jpg\"}','[]','\"\"'),(32,5,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"359\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/localhost\\/music\\/wp-content\\/uploads\\/2015\\/10\\/black-gold-bar-mitzvah.jpg\"}','[]','\"\"'),(33,6,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"359\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/10\\/black-gold-bar-mitzvah.jpg\",\"0\":\"Remove\"}','[{\"text\":\"A Unique and Beautiful Centerpiece Solution\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautiful Centerpiece Solution\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Weddings, Birthdays, Sweet 16\'s, Mitzvahs, Showers, Corporate events and more!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays, Sweet 16\'s, Mitzvahs, Showers, Corporate events and more!\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(39,6,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"377\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/pplbday2.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Make Birthday Memories\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"With Friends and Family!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(40,6,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"376\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/yellow-birthday-centerpiece2.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Magical. Memorable. Wanderfuls.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Wanderfuls will make your Birthday Celebration one to remember.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(41,6,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"373\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/teal-white-birthday2.jpg\",\"0\":\"Remove\"}','[{\"text\":\"You Choose ALL the colors!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\" We can go from formal to festive, elegant to vibrant, classic to colorful!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(42,6,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"374\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/birthday-centerpiece-main2.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Milestone Birthday Centerpieces\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Like flowers, as beautiful as flowers, but better...\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(43,6,6,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"375\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/graduation-centerpiece-42.jpg\",\"0\":\"Remove\"}','[{\"text\":\"From Elegant to Festive\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Wanderfuls will make your event unforgettable and affordable.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(44,7,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"413\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/table4.jpg\",\"0\":\"Remove\"}','[{\"text\":\"You Choose ALL the colors!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Fully customizable\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(45,7,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"414\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/pink-wedding-table-centerpiece.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Wedding Centerpieces and Party Favors\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Like flowers, but better...\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(47,7,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"416\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/blue-ivory-wedding-centepiece.jpg\",\"0\":\"Remove\"}','[{\"text\":\"From Elegant to Festive\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"You choose all the colors for you wedding centerpiece.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(48,7,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"415\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/orange-wedding-centerpieces.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Your guests will love it!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Beautiful and memorable\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(49,7,6,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"375\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/graduation-centerpiece-42.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Your Guests Will be Amazed\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Your favors and centerpieces are all in one.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(50,8,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"424\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/banquet-centerpiece-1.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Banquet Centerpieces that Deliver the Magic\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Excitingly different, unique and memorable.  Like flowers, but better!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(51,8,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"426\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/corporate-centerpiece-3.jpg\",\"0\":\"Remove\"}','[{\"text\":\"The Bouquets\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Just place them on your table and watch the Magic begin!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(52,8,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"423\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/banquet-centerpiece-4v2.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Endless Color Options\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Order them in theme colors, company colors, or whatever colors fit the mood of your event.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(53,8,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"425\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/eggplant-banquet-centerpiece.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Delectable Flavors\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Gourmet Filling options make each memento a mouth watering gift.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(54,8,6,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"375\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/graduation-centerpiece-42.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Keep your Guests and\\/or Clients Happy!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Wanderfuls Banquet Centerpieces last forever. Treat each guest to a take-home momento.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(55,9,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"432\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/sweet-sixteen-centerpiece.jpg\",\"0\":\"Remove\"}','[{\"text\":\"A Unique and Beautiful Centerpiece Solution\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Weddings, Birthdays, Sweet 16\'s, Mitzvahs, Showers, Corporate events and more!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(56,9,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"434\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/slide_009.jpg\",\"0\":\"Remove\"}','[{\"text\":\"You Choose ALL the colors!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\" We can go from formal to festive, elegant to vibrant, classic to colorful!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(57,9,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"375\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/graduation-centerpiece-42.jpg\",\"0\":\"Remove\"}','[{\"text\":\"From Elegant to Festive\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Wanderfuls will make your event unforgettable and affordable.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(58,9,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"431\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/slide_testimonials.jpg\",\"0\":\"Remove\"}','[{\"text\":\"You Choose ALL the colors!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\" We can go from formal to festive, elegant to vibrant, classic to colorful!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(59,10,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"441\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/10\\/home-gallery-3-large1.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Bar Mitzvah and Bat Mitzvah Centerpieces\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Like flowers, but better...\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(60,10,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"434\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/slide_009.jpg\",\"0\":\"Remove\"}','[{\"text\":\"A Unique and Beautiful Centerpiece Solution\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Weddings, Birthdays, Sweet 16\'s, Mitzvahs, Showers, Corporate events and more!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(61,10,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"432\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/sweet-sixteen-centerpiece.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Magical. Memorable. Wanderfuls.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Wanderfuls will make your Bar and Bat Mitzvah Celebration  one to remember.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(62,10,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"443\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/pinkblack.jpg\",\"0\":\"Remove\"}','[{\"text\":\"You Choose ALL the colors!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\" We can go from formal to festive, elegant to vibrant, classic to colorful!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(63,10,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"397\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/Metallic-Gold-and-Black.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Your Guests will be Amazed\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Your Favors and Centepieces All in One.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(64,11,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"453\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/quinceanera-party.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Celebrate Your Achievement With Wanderfuls!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Handmade. Customizable. Wanderfuls.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(65,11,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"167\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/10\\/home-gallery-1-large.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Graduation Centerpieces and Party Favors\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Like flowers, but better...\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(66,11,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"451\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/lime-green-graduation-centerpiece.jpg\",\"0\":\"Remove\"}','[{\"text\":\"You Choose ALL the colors!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\" We can go from formal to festive, elegant to vibrant, classic to colorful!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(67,11,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"439\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/10\\/home-gallery-6-large1.jpg\",\"0\":\"Remove\"}','[{\"text\":\"From Elegant to Festive\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Wanderfuls Graduation Centerpiece will make your event unforgetable and affordable.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(68,11,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"452\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/graduation-centerpiece-5.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Your Guests will be Amazed\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Your Favors and Centepieces All in One.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(69,12,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"374\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/birthday-centerpiece-main2.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Wanderfuls Shower Centerpieces\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Like flowers, as beautiful as flowers, but better...\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(70,12,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"413\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/table4.jpg\",\"0\":\"Remove\"}','[{\"text\":\"You Choose ALL the colors!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Fully customizable\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(71,12,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"436\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/10\\/home-gallery-2-large1.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Magical. Memorable. Wanderfuls.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Wanderfuls will make your Shower Celebration one to remember.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(72,12,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"373\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/teal-white-birthday2.jpg\",\"0\":\"Remove\"}','[{\"text\":\"You Choose ALL the colors!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\" We can go from formal to festive, elegant to vibrant, classic to colorful!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(73,12,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"375\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/graduation-centerpiece-42.jpg\",\"0\":\"Remove\"}','[{\"text\":\"From Elegant to Festive\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Wanderfuls will make your event unforgettable and affordable.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(74,13,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"453\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/quinceanera-party.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Baptism & Communion Centerpieces \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Like flowers, as beautiful as flowers, but better...\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(75,13,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"432\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/sweet-sixteen-centerpiece.jpg\",\"0\":\"Remove\"}','[{\"text\":\"A Unique and Beautiful Centerpiece Solution\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Weddings, Birthdays, Sweet 16\'s, Mitzvahs, Showers, Corporate events and more!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(77,13,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"409\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/10\\/girls2.jpg\",\"0\":\"Remove\"}','[{\"text\":\"You Choose ALL the colors!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\" We can go from formal to festive, elegant to vibrant, classic to colorful!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(78,13,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"375\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/graduation-centerpiece-42.jpg\",\"0\":\"Remove\"}','[{\"text\":\"From Elegant to Festive\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Wanderfuls will make your event unforgettable and affordable.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(79,14,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"487\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/10\\/anniversary-gold-ivory-main.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Anniversary Centerpieces and Party Favors\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Like flowers, as beautiful as flowers, but better...\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(80,14,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"432\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/sweet-sixteen-centerpiece.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Your guests will love it!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Beautiful and memorable\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(81,14,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"413\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/table4.jpg\",\"0\":\"Remove\"}','[{\"text\":\"You Choose ALL the colors!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":395},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":377,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\" We can go from formal to festive, elegant to vibrant, classic to colorful!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(82,14,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"375\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/graduation-centerpiece-42.jpg\",\"0\":\"Remove\"}','[{\"text\":\"From Elegant to Festive\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Wanderfuls will make your event unforgettable and affordable.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(83,15,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"727\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/slide1.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(84,15,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"730\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/slide1_2.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(85,15,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"726\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/slide2.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(86,15,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"728\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/slide3.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(87,15,6,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"729\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/slide4.jpg\"}','[]','\"\"'),(88,15,8,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"725\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/slide6.jpg\"}','[]','\"\"'),(89,15,7,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"724\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/slide5.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(97,17,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"855\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/party-favor-main-1.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Unique Party Favors by Wanderfuls\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Add a touch of magic and beauty to your event decor with these unique personalized favors\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(98,17,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"853\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/party-favor-main-2.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Unforgettable and Affordable Wanderfuls\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Customized and Personalized Favors. Your event name and date can be inscribed on each favor.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(99,17,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"856\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/party-favor-main-3.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Party Favors with Gourmet Candy Filling\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":395},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":377,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Available empty or pre-filled with your choice of candy filling.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(100,17,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"854\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/party-favor-main-4.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Hundreds of unusual favor color combinations\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Delight and excite your guests. You choose the colors!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(101,17,6,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"852\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/party-favor-main-5.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Your guests will be Amazed\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"You can transform your favors into a stunning centerpiece! Just add one holder per table.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(102,18,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"911\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/bigwanderfulsslider.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(103,18,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"913\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/candy-centerpiece-main.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Candy Centerpieces with White Mints\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Like flowers, as beautiful as flowers, but better...\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(104,18,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"914\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/newcandies2.jpg\",\"0\":\"Remove\"}','[{\"text\":\"A Unique and Beautiful Candy Centerpiece\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":395},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":377,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Weddings, Birthdays, Anniversaries, Mitzvahs, Showers, Corporate events and more!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(105,18,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"912\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/teal-white-candy.jpg\",\"0\":\"Remove\"}','[{\"text\":\"You Choose ALL the colors!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\" We can go from formal to festive, elegant to vibrant, classic to colorful!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(106,18,6,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"910\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/yellow-candy-centerpiece.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Magical. Memorable. Wanderfuls.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Wanderfuls will make your Celebration one to remember.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(107,18,7,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"914\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/newcandies2.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Create a long lasting impression on your guests!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"&nbsp; &nbsp; &nbsp; \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(114,20,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"955\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/wedding-favors-main-1.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Unique Wedding Favors by Wanderfuls\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Add a touch of magic and beauty to your wedding decor with  unique personalized favors.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(115,20,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"956\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/wedding-favors-main-3.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Personalized For Your Wedding\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":629,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"The bride and groom\'s names and wedding date can be imprinted on each favor.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(116,20,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"856\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/party-favor-main-3.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Party Favors with Gourmet Candy Filling\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":1},\"top\":{\"desktop\":395},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":377,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Available empty or pre-filled with your choice of candy filling.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(117,20,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"854\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/party-favor-main-4.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Hundreds of unusual favor color combinations\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Delight and excite your guests. You choose the colors!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(118,20,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"852\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.hikitoo.com\\/music\\/wp-content\\/uploads\\/2015\\/11\\/party-favor-main-5.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Your guests will be Amazed\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":396},\"internal_class\":\"\",\"hover\":false,\"alias\":\"A Unique and Beautif...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largewhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":314,\"height\":50,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"26px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#c36\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#fff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"You can transform your favors into a stunning centerpiece! Just add one holder per table.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":2},\"top\":{\"desktop\":449},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Weddings, Birthdays,...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mediumwhitebg\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":610,\"height\":35,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"25px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#cc3366\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"5px\",\"15px\",\"5px\",\"15px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"');
/*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_static_slides`
--

DROP TABLE IF EXISTS `wp_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_static_slides`
--

LOCK TABLES `wp_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */;
INSERT INTO `wp_revslider_static_slides` VALUES (1,1,'{\"background_type\":\"trans\"}','','');
/*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

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

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (0,2,0),(0,40,0),(1,1,0),(19,7,0),(20,7,0),(21,7,0),(22,7,0),(23,7,0),(24,7,0),(25,7,0),(26,7,0),(73,8,0),(74,8,0),(75,8,0),(76,8,0),(77,8,0),(78,8,0),(79,8,0),(81,8,0),(83,8,0),(84,8,0),(85,8,0),(86,8,0),(87,8,0),(88,8,0),(89,9,0),(91,9,0),(92,9,0),(93,10,0),(95,10,0),(97,11,0),(98,11,0),(99,11,0),(100,11,0),(101,11,0),(102,11,0),(104,11,0),(105,11,0),(106,11,0),(107,11,0),(108,11,0),(109,11,0),(110,11,0),(111,11,0),(113,11,0),(114,11,0),(115,11,0),(116,11,0),(117,11,0),(118,11,0),(119,11,0),(120,11,0),(121,11,0),(123,11,0),(124,11,0),(125,11,0),(126,11,0),(132,12,0),(133,12,0),(134,12,0),(136,12,0),(137,12,0),(140,12,0),(148,13,0),(150,13,0),(151,13,0),(152,13,0),(153,13,0),(259,14,0),(261,14,0),(263,14,0),(265,14,0),(267,14,0),(270,14,0),(272,15,0),(274,15,0),(276,15,0),(278,15,0),(280,15,0),(282,15,0),(284,16,0),(286,16,0),(288,16,0),(290,16,0),(292,16,0),(294,16,0),(296,16,0),(298,16,0),(300,16,0),(302,16,0),(304,16,0),(306,16,0),(309,16,0),(311,16,0),(313,16,0),(316,16,0),(318,16,0),(691,13,0),(760,17,0),(761,17,0),(762,17,0),(763,17,0),(764,17,0),(765,17,0),(766,17,0),(767,17,0),(768,17,0),(769,17,0),(770,17,0),(902,11,0),(959,11,0),(963,18,0),(964,18,0),(965,8,0),(966,11,0),(967,11,0),(968,11,0),(985,11,0),(1055,11,0),(1157,11,0),(1197,2,0),(1197,34,0),(1198,2,0),(1198,34,0),(1199,2,0),(1199,34,0),(1200,2,0),(1200,34,0),(1201,2,0),(1201,34,0),(1202,2,0),(1202,34,0),(1203,2,0),(1203,33,0),(1204,2,0),(1204,33,0),(1205,2,0),(1205,33,0),(1206,2,0),(1206,33,0),(1207,2,0),(1207,33,0),(1208,2,0),(1208,33,0),(1209,2,0),(1209,33,0),(1210,2,0),(1210,35,0),(1211,2,0),(1211,35,0),(1212,2,0),(1212,35,0),(1213,2,0),(1213,35,0),(1214,2,0),(1214,35,0),(1215,2,0),(1215,35,0),(1216,2,0),(1216,35,0),(1217,2,0),(1217,35,0),(1218,2,0),(1218,35,0),(1219,2,0),(1219,35,0),(1220,2,0),(1220,35,0),(1221,2,0),(1221,35,0),(1222,2,0),(1222,32,0),(1223,2,0),(1223,32,0),(1224,2,0),(1224,32,0),(1225,2,0),(1225,32,0),(1226,2,0),(1226,51,0),(1227,2,0),(1227,51,0),(1228,2,0),(1228,51,0),(1229,2,0),(1229,51,0),(1230,2,0),(1230,51,0),(1231,2,0),(1231,51,0),(1232,2,0),(1232,51,0),(1233,2,0),(1233,51,0),(1234,2,0),(1234,51,0),(1235,2,0),(1235,51,0),(1236,2,0),(1236,51,0),(1237,2,0),(1237,51,0),(1238,2,0),(1238,51,0),(1239,2,0),(1239,51,0),(1240,2,0),(1240,51,0),(1241,2,0),(1241,51,0),(1242,2,0),(1242,31,0),(1243,2,0),(1243,31,0),(1244,2,0),(1244,31,0),(1245,2,0),(1245,31,0),(1246,2,0),(1246,31,0),(1247,2,0),(1247,31,0),(1248,2,0),(1248,31,0),(1249,2,0),(1249,31,0),(1250,2,0),(1250,31,0),(1251,2,0),(1251,31,0),(1252,2,0),(1252,31,0),(1253,2,0),(1253,31,0),(1254,2,0),(1254,30,0),(1255,2,0),(1255,30,0),(1256,2,0),(1256,30,0),(1257,2,0),(1257,30,0),(1258,2,0),(1258,30,0),(1259,2,0),(1259,30,0),(1260,2,0),(1260,30,0),(1261,2,0),(1261,30,0),(1262,2,0),(1262,30,0),(1263,2,0),(1263,30,0),(1264,2,0),(1264,30,0),(1265,2,0),(1265,29,0),(1266,2,0),(1266,29,0),(1267,2,0),(1267,29,0),(1268,2,0),(1268,29,0),(1269,2,0),(1269,29,0),(1270,2,0),(1270,29,0),(1271,2,0),(1271,29,0),(1272,2,0),(1272,28,0),(1273,2,0),(1273,28,0),(1274,2,0),(1274,28,0),(1275,2,0),(1275,28,0),(1276,2,0),(1276,28,0),(1277,2,0),(1277,28,0),(1278,2,0),(1278,28,0),(1279,2,0),(1279,28,0),(1280,2,0),(1280,28,0),(1281,2,0),(1281,28,0),(1282,2,0),(1282,28,0),(1283,2,0),(1283,28,0),(1284,2,0),(1284,28,0),(1285,2,0),(1285,28,0),(1286,2,0),(1286,28,0),(1287,2,0),(1287,28,0),(1288,2,0),(1288,28,0),(1289,2,0),(1289,28,0),(1290,2,0),(1290,28,0),(1291,2,0),(1291,26,0),(1292,2,0),(1292,26,0),(1293,2,0),(1293,26,0),(1294,2,0),(1294,26,0),(1295,2,0),(1295,26,0),(1296,2,0),(1296,26,0),(1297,2,0),(1297,26,0),(1298,2,0),(1298,26,0),(1299,2,0),(1299,50,0),(1300,2,0),(1300,50,0),(1301,2,0),(1301,50,0),(1302,2,0),(1302,50,0),(1303,2,0),(1303,50,0),(1304,2,0),(1304,50,0),(1305,2,0),(1305,50,0),(1306,2,0),(1306,48,0),(1307,2,0),(1307,48,0),(1308,2,0),(1308,48,0),(1309,2,0),(1309,48,0),(1310,2,0),(1310,48,0),(1311,2,0),(1311,48,0),(1312,2,0),(1312,48,0),(1313,2,0),(1313,48,0),(1314,2,0),(1314,48,0),(1315,2,0),(1315,48,0),(1316,2,0),(1316,48,0),(1317,2,0),(1317,48,0),(1318,2,0),(1318,48,0),(1319,2,0),(1319,48,0),(1320,2,0),(1320,48,0),(1321,2,0),(1321,48,0),(1322,2,0),(1322,25,0),(1323,2,0),(1323,25,0),(1324,2,0),(1324,25,0),(1325,2,0),(1325,25,0),(1326,2,0),(1326,25,0),(1327,2,0),(1327,25,0),(1328,2,0),(1328,25,0),(1329,5,0),(1329,25,0),(1346,2,0),(1346,25,0),(1347,2,0),(1347,25,0),(1348,2,0),(1348,25,0),(1349,2,0),(1349,25,0),(1350,2,0),(1350,25,0),(1351,2,0),(1351,25,0),(1352,2,0),(1352,25,0),(1353,2,0),(1353,25,0),(1354,2,0),(1354,25,0),(1355,2,0),(1355,24,0),(1356,2,0),(1356,24,0),(1357,2,0),(1357,24,0),(1358,2,0),(1358,24,0),(1359,2,0),(1359,24,0),(1360,2,0),(1360,24,0),(1361,2,0),(1361,24,0),(1362,2,0),(1362,24,0),(1363,2,0),(1363,24,0),(1364,2,0),(1364,24,0),(1365,2,0),(1365,24,0),(1366,2,0),(1366,24,0),(1367,2,0),(1367,24,0),(1368,2,0),(1368,24,0),(1369,2,0),(1369,23,0),(1370,2,0),(1370,23,0),(1371,2,0),(1371,23,0),(1372,2,0),(1372,23,0),(1373,2,0),(1373,23,0),(1374,2,0),(1374,23,0),(1375,2,0),(1375,23,0),(1376,2,0),(1376,23,0),(1377,2,0),(1377,23,0),(1378,2,0),(1378,23,0),(1379,2,0),(1379,22,0),(1380,2,0),(1380,22,0),(1381,2,0),(1381,22,0),(1382,2,0),(1382,22,0),(1383,2,0),(1383,22,0),(1384,2,0),(1384,22,0),(1385,2,0),(1385,22,0),(1386,2,0),(1386,22,0),(1387,2,0),(1387,22,0),(1388,2,0),(1388,55,0),(1389,2,0),(1389,55,0),(1390,2,0),(1390,55,0),(1391,2,0),(1391,55,0),(1392,2,0),(1392,55,0),(1393,2,0),(1393,55,0),(1394,2,0),(1394,55,0),(1395,2,0),(1395,55,0),(1396,2,0),(1396,55,0),(1397,2,0),(1397,55,0),(1398,2,0),(1398,55,0),(1399,2,0),(1399,55,0),(1400,2,0),(1400,55,0),(1401,2,0),(1401,55,0),(1402,2,0),(1402,55,0),(1403,2,0),(1403,55,0),(1404,2,0),(1404,55,0),(1405,2,0),(1405,55,0),(1406,5,0),(1406,53,0),(1423,2,0),(1423,53,0),(1424,2,0),(1424,53,0),(1425,2,0),(1425,53,0),(1426,2,0),(1426,53,0),(1427,2,0),(1427,53,0),(1428,2,0),(1428,53,0),(1429,2,0),(1429,53,0),(1430,2,0),(1430,53,0),(1431,2,0),(1431,53,0),(1432,2,0),(1432,53,0),(1433,2,0),(1433,53,0),(1434,2,0),(1434,53,0),(1435,2,0),(1435,53,0),(1436,2,0),(1436,53,0),(1437,2,0),(1437,53,0),(1438,2,0),(1438,53,0),(1439,2,0),(1439,53,0),(1440,2,0),(1440,38,0),(1441,2,0),(1441,38,0),(1442,2,0),(1442,38,0),(1443,2,0),(1443,38,0),(1444,2,0),(1444,38,0),(1445,2,0),(1445,38,0),(1446,2,0),(1446,38,0),(1447,2,0),(1447,38,0),(1448,2,0),(1448,38,0),(1449,2,0),(1449,38,0),(1450,2,0),(1450,38,0),(1451,2,0),(1451,38,0),(1452,2,0),(1452,38,0),(1453,2,0),(1453,21,0),(1454,2,0),(1454,21,0),(1455,2,0),(1455,21,0),(1456,2,0),(1456,21,0),(1457,2,0),(1457,21,0),(1458,2,0),(1458,21,0),(1459,2,0),(1459,21,0),(1460,2,0),(1460,21,0),(1461,2,0),(1461,21,0),(1462,2,0),(1462,21,0),(1463,2,0),(1463,21,0),(1464,2,0),(1464,21,0),(1465,2,0),(1465,21,0),(1466,2,0),(1466,21,0),(1467,2,0),(1467,21,0),(1468,2,0),(1468,21,0),(1469,2,0),(1469,21,0),(1470,2,0),(1470,21,0),(1471,2,0),(1471,20,0),(1472,2,0),(1472,20,0),(1473,2,0),(1473,20,0),(1474,2,0),(1474,20,0),(1475,2,0),(1475,20,0),(1476,2,0),(1476,20,0),(1477,2,0),(1477,20,0),(1478,2,0),(1478,20,0),(1479,2,0),(1479,20,0),(1480,2,0),(1480,20,0),(1481,2,0),(1481,58,0),(1482,2,0),(1482,58,0),(1483,2,0),(1483,58,0),(1484,2,0),(1484,58,0),(1485,2,0),(1485,58,0),(1486,2,0),(1486,58,0),(1487,2,0),(1487,58,0),(1488,2,0),(1488,58,0),(1489,2,0),(1489,58,0),(1490,2,0),(1490,58,0),(1491,2,0),(1491,58,0),(1492,2,0),(1492,58,0),(1493,2,0),(1493,58,0),(1494,2,0),(1494,58,0),(1495,2,0),(1495,58,0),(1496,2,0),(1496,58,0),(1497,2,0),(1497,58,0),(1498,2,0),(1498,58,0),(1499,2,0),(1499,58,0),(1500,2,0),(1500,58,0),(1501,2,0),(1501,58,0),(1502,2,0),(1502,58,0),(1503,2,0),(1503,58,0),(1504,2,0),(1504,58,0),(1505,2,0),(1505,58,0),(1506,2,0),(1506,19,0),(1507,2,0),(1507,19,0),(1508,2,0),(1508,19,0),(1509,2,0),(1509,19,0),(1510,2,0),(1510,19,0),(1511,2,0),(1511,19,0),(1512,2,0),(1512,19,0),(1513,2,0),(1513,19,0),(1514,2,0),(1514,19,0),(1515,2,0),(1515,19,0),(1516,2,0),(1516,19,0),(1517,2,0),(1517,19,0),(1518,2,0),(1518,19,0),(1519,2,0),(1519,19,0),(1520,2,0),(1520,19,0),(1521,2,0),(1521,19,0),(1522,2,0),(1522,19,0),(1523,2,0),(1523,19,0),(1524,2,0),(1524,19,0),(1525,2,0),(1525,19,0),(1526,2,0),(1526,19,0),(1527,2,0),(1527,19,0),(1528,2,0),(1528,19,0),(1529,2,0),(1529,19,0),(1530,2,0),(1530,19,0),(1531,2,0),(1531,19,0),(1532,2,0),(1532,19,0),(1533,2,0),(1533,19,0),(1534,2,0),(1534,19,0),(1535,2,0),(1535,19,0),(1536,2,0),(1536,37,0),(1537,2,0),(1537,37,0),(1538,2,0),(1538,37,0),(1539,2,0),(1539,37,0),(1540,2,0),(1540,37,0),(1541,2,0),(1541,37,0),(1542,2,0),(1542,37,0),(1543,2,0),(1543,37,0),(1544,2,0),(1544,37,0),(1545,2,0),(1545,37,0),(1546,2,0),(1546,37,0),(1547,2,0),(1547,37,0),(1548,2,0),(1548,37,0),(1549,2,0),(1549,37,0),(1550,2,0),(1550,37,0),(1551,2,0),(1551,37,0),(1552,2,0),(1552,37,0),(1553,2,0),(1553,37,0),(1554,2,0),(1554,37,0),(1555,2,0),(1555,37,0),(1556,2,0),(1556,37,0),(1557,2,0),(1557,37,0),(1558,2,0),(1558,37,0),(1559,2,0),(1559,37,0),(1560,2,0),(1560,37,0),(1561,2,0),(1561,37,0),(1562,2,0),(1562,37,0),(1563,2,0),(1563,37,0),(1564,2,0),(1564,37,0),(1565,2,0),(1565,37,0),(1566,2,0),(1566,37,0),(1567,2,0),(1567,37,0),(1568,2,0),(1568,37,0),(1569,2,0),(1569,37,0),(1570,2,0),(1570,37,0),(1571,2,0),(1571,37,0),(1572,2,0),(1572,37,0),(1573,2,0),(1573,37,0),(1574,2,0),(1574,37,0),(1575,2,0),(1575,37,0),(1576,2,0),(1576,37,0),(1577,2,0),(1577,37,0),(1578,2,0),(1578,37,0),(1579,2,0),(1579,37,0),(1580,2,0),(1580,37,0),(1581,2,0),(1581,37,0),(1582,5,0),(1582,37,0),(1599,2,0),(1599,37,0),(1600,2,0),(1600,37,0),(1601,2,0),(1601,37,0),(1602,2,0),(1602,37,0),(1603,2,0),(1603,37,0),(1604,2,0),(1604,37,0),(1605,2,0),(1605,37,0),(1606,2,0),(1606,37,0),(1607,2,0),(1607,37,0),(1608,2,0),(1608,37,0),(1609,2,0),(1609,37,0),(1610,2,0),(1610,37,0),(1611,2,0),(1611,37,0),(1612,2,0),(1612,37,0),(1613,2,0),(1613,37,0),(1614,2,0),(1614,37,0),(1615,2,0),(1615,37,0),(1616,2,0),(1616,37,0),(1617,2,0),(1617,37,0),(1618,2,0),(1618,37,0),(1619,2,0),(1619,37,0),(1620,2,0),(1620,37,0),(1621,2,0),(1621,37,0),(1622,2,0),(1622,37,0),(1623,2,0),(1623,37,0),(1624,2,0),(1624,37,0),(1625,2,0),(1625,37,0),(1626,2,0),(1626,37,0),(1627,2,0),(1627,37,0),(1628,2,0),(1628,37,0),(1629,2,0),(1629,37,0),(1630,2,0),(1630,37,0),(1631,2,0),(1631,37,0),(1632,2,0),(1632,37,0),(1633,2,0),(1633,37,0),(1634,2,0),(1634,37,0),(1635,2,0),(1635,37,0),(1636,2,0),(1636,37,0),(1637,2,0),(1637,37,0),(1638,2,0),(1638,37,0),(1639,2,0),(1639,37,0),(1640,2,0),(1640,37,0),(1641,2,0),(1641,37,0),(1642,2,0),(1642,37,0),(1643,2,0),(1643,37,0),(1644,2,0),(1644,37,0),(1645,2,0),(1645,37,0),(1646,2,0),(1646,37,0),(1647,2,0),(1647,37,0),(1648,2,0),(1648,37,0),(1649,2,0),(1649,37,0),(1650,2,0),(1650,37,0),(1651,2,0),(1651,37,0),(1652,2,0),(1652,37,0),(1653,2,0),(1653,37,0),(1654,2,0),(1654,37,0),(1655,2,0),(1655,37,0),(1656,2,0),(1656,37,0),(1657,2,0),(1657,37,0),(1658,2,0),(1658,37,0),(1659,2,0),(1659,37,0),(1660,2,0),(1660,37,0),(1661,2,0),(1661,37,0),(1662,2,0),(1662,37,0),(1663,2,0),(1663,37,0),(1664,2,0),(1664,37,0),(1665,2,0),(1665,60,0),(1666,2,0),(1666,60,0),(1667,2,0),(1667,60,0),(1668,2,0),(1668,60,0),(1669,2,0),(1669,60,0),(1670,2,0),(1670,60,0),(1671,2,0),(1671,60,0),(1672,2,0),(1672,60,0),(1673,2,0),(1673,60,0),(1674,2,0),(1674,60,0),(1675,2,0),(1675,60,0),(1676,2,0),(1676,60,0),(1677,2,0),(1677,60,0),(1678,2,0),(1678,60,0),(1679,2,0),(1679,39,0),(1680,2,0),(1680,39,0),(1681,2,0),(1681,39,0),(1682,2,0),(1682,39,0),(1683,2,0),(1683,39,0),(1684,2,0),(1684,39,0),(1685,2,0),(1685,39,0),(1686,2,0),(1686,39,0),(1687,2,0),(1687,39,0),(1688,2,0),(1688,39,0),(1689,2,0),(1689,39,0),(1690,2,0),(1690,39,0),(1691,2,0),(1691,39,0),(1692,2,0),(1692,39,0),(1693,2,0),(1693,39,0),(1694,2,0),(1694,39,0),(1695,2,0),(1695,39,0),(1696,2,0),(1696,39,0),(1697,2,0),(1697,39,0),(1698,2,0),(1698,61,0),(1699,2,0),(1699,61,0),(1700,2,0),(1700,61,0),(1701,2,0),(1701,61,0),(1702,2,0),(1702,61,0),(1703,2,0),(1703,61,0),(1704,2,0),(1704,61,0),(1705,2,0),(1705,61,0),(1706,2,0),(1706,61,0),(1707,2,0),(1707,61,0),(1708,2,0),(1708,61,0),(1709,2,0),(1709,61,0),(1710,2,0),(1710,61,0),(1711,2,0),(1711,61,0),(1712,2,0),(1712,61,0),(1713,2,0),(1713,61,0),(1714,2,0),(1714,61,0),(1715,2,0),(1715,61,0),(1716,2,0),(1716,61,0),(1717,2,0),(1717,61,0),(1718,2,0),(1718,61,0),(1719,2,0),(1719,61,0),(1720,2,0),(1720,61,0),(1721,2,0),(1721,61,0),(1722,2,0),(1722,61,0),(1723,2,0),(1723,61,0),(1724,2,0),(1724,61,0),(1725,2,0),(1725,61,0),(1726,2,0),(1726,61,0),(1727,2,0),(1727,61,0),(1728,2,0),(1728,61,0),(1729,2,0),(1729,61,0),(1730,2,0),(1730,61,0),(1731,2,0),(1731,61,0),(1732,2,0),(1732,61,0),(1733,2,0),(1733,61,0),(1734,2,0),(1734,61,0),(1735,2,0),(1735,61,0),(1736,2,0),(1736,61,0),(1737,2,0),(1737,61,0),(1738,2,0),(1738,61,0),(1739,2,0),(1739,61,0),(1740,2,0),(1740,61,0),(1741,2,0),(1741,52,0),(1742,2,0),(1742,52,0),(1743,2,0),(1743,52,0),(1744,2,0),(1744,52,0),(1745,2,0),(1745,52,0),(1746,2,0),(1746,52,0),(1747,2,0),(1747,52,0),(1748,2,0),(1748,52,0),(1749,2,0),(1749,52,0),(1750,2,0),(1750,52,0),(1751,2,0),(1751,52,0),(1752,2,0),(1752,52,0),(1753,2,0),(1753,52,0),(1754,2,0),(1754,52,0),(1755,2,0),(1755,52,0),(1756,2,0),(1756,52,0),(1757,2,0),(1757,52,0),(1758,2,0),(1758,52,0),(1759,2,0),(1759,52,0),(1760,2,0),(1760,52,0),(1761,2,0),(1761,52,0),(1762,2,0),(1762,46,0),(1763,2,0),(1763,46,0),(1764,2,0),(1764,46,0),(1765,2,0),(1765,46,0),(1766,2,0),(1766,46,0),(1767,2,0),(1767,46,0),(1768,2,0),(1768,46,0),(1769,2,0),(1769,46,0),(1770,2,0),(1770,46,0),(1771,2,0),(1771,46,0),(1772,2,0),(1772,46,0),(1773,2,0),(1773,46,0),(1774,2,0),(1774,46,0),(1775,2,0),(1775,46,0),(1776,2,0),(1776,46,0),(1777,2,0),(1777,46,0),(1778,2,0),(1778,46,0),(1779,2,0),(1779,46,0),(1780,2,0),(1780,46,0),(1781,2,0),(1781,46,0),(1782,2,0),(1782,46,0),(1783,2,0),(1783,46,0),(1784,2,0),(1784,46,0),(1785,2,0),(1785,46,0),(1786,2,0),(1786,46,0),(1787,2,0),(1787,46,0),(1788,2,0),(1788,46,0),(1789,2,0),(1789,46,0),(1790,2,0),(1790,46,0),(1791,2,0),(1791,46,0),(1792,2,0),(1792,46,0),(1793,2,0),(1793,46,0),(1794,2,0),(1794,46,0),(1795,2,0),(1795,46,0),(1796,2,0),(1796,46,0),(1797,2,0),(1797,46,0),(1798,2,0),(1798,46,0),(1799,2,0),(1799,46,0),(1800,2,0),(1800,46,0),(1801,2,0),(1801,46,0),(1802,2,0),(1802,46,0),(1803,2,0),(1803,46,0),(1804,2,0),(1804,46,0),(1805,2,0),(1805,46,0),(1806,2,0),(1806,46,0),(1807,2,0),(1807,46,0),(1808,2,0),(1808,46,0),(1809,2,0),(1809,46,0),(1810,2,0),(1810,46,0),(1811,2,0),(1811,46,0),(1812,2,0),(1812,46,0),(1813,2,0),(1813,46,0),(1814,2,0),(1814,46,0),(1815,2,0),(1815,46,0),(1816,2,0),(1816,46,0),(1817,2,0),(1817,46,0),(1818,2,0),(1818,46,0),(1819,2,0),(1819,54,0),(1820,2,0),(1820,54,0),(1821,2,0),(1821,54,0),(1822,2,0),(1822,54,0),(1823,2,0),(1823,54,0),(1824,2,0),(1824,54,0),(1825,2,0),(1825,54,0),(1826,2,0),(1826,54,0),(1827,2,0),(1827,54,0),(1828,2,0),(1828,54,0),(1829,2,0),(1829,54,0),(1830,2,0),(1830,54,0),(1831,2,0),(1831,54,0),(1832,2,0),(1832,54,0),(1833,2,0),(1833,54,0),(1834,2,0),(1834,54,0),(1835,2,0),(1835,54,0),(1836,2,0),(1836,54,0),(1837,2,0),(1837,54,0),(1838,2,0),(1838,54,0),(1839,2,0),(1839,54,0),(1840,2,0),(1840,54,0),(1841,2,0),(1841,54,0),(1842,2,0),(1842,54,0),(1843,2,0),(1843,54,0),(1844,2,0),(1844,54,0),(1845,2,0),(1845,36,0),(1846,2,0),(1846,36,0),(1847,2,0),(1847,36,0),(1848,2,0),(1848,36,0),(1849,2,0),(1849,36,0),(1850,2,0),(1850,36,0),(1851,2,0),(1851,36,0),(1852,2,0),(1852,36,0),(1853,2,0),(1853,36,0),(1854,2,0),(1854,36,0),(1855,2,0),(1855,36,0),(1856,2,0),(1856,36,0),(1857,2,0),(1857,36,0),(1858,2,0),(1858,36,0),(1859,2,0),(1859,36,0),(1860,2,0),(1860,36,0),(1861,2,0),(1861,62,0),(1862,2,0),(1862,62,0),(1863,2,0),(1863,62,0),(1864,2,0),(1864,62,0),(1865,2,0),(1865,62,0),(1866,2,0),(1866,62,0),(1867,2,0),(1867,62,0),(1868,2,0),(1868,62,0),(1869,2,0),(1869,62,0),(1870,2,0),(1870,62,0),(1871,2,0),(1871,62,0),(1872,2,0),(1872,62,0),(1873,2,0),(1873,62,0),(1874,2,0),(1874,62,0),(1875,2,0),(1875,62,0),(1876,2,0),(1876,62,0),(1877,2,0),(1877,62,0),(1878,2,0),(1878,62,0),(1879,2,0),(1879,62,0),(1880,2,0),(1880,47,0),(1881,2,0),(1881,47,0),(1882,2,0),(1882,47,0),(1883,2,0),(1883,47,0),(1884,2,0),(1884,47,0),(1885,2,0),(1885,47,0),(1886,2,0),(1886,47,0),(1887,2,0),(1887,47,0),(1888,2,0),(1888,47,0),(1889,2,0),(1889,47,0),(1890,2,0),(1890,47,0),(1891,2,0),(1891,47,0),(1892,2,0),(1892,47,0),(1893,2,0),(1893,47,0),(1894,2,0),(1894,47,0),(1895,2,0),(1895,47,0),(1896,2,0),(1896,47,0),(1897,2,0),(1897,47,0),(1898,2,0),(1898,56,0),(1899,2,0),(1899,56,0),(1900,2,0),(1900,56,0),(1901,2,0),(1901,56,0),(1902,2,0),(1902,56,0),(1903,2,0),(1903,56,0),(1904,2,0),(1904,56,0),(1905,2,0),(1905,56,0),(1906,2,0),(1906,56,0),(1907,2,0),(1907,56,0),(1908,2,0),(1908,56,0),(1909,2,0),(1909,56,0),(1910,2,0),(1910,56,0),(1911,2,0),(1911,56,0),(1912,2,0),(1912,56,0),(1913,2,0),(1913,56,0),(1914,2,0),(1914,56,0),(1915,2,0),(1915,56,0),(1916,2,0),(1916,56,0),(1917,2,0),(1917,56,0),(1918,2,0),(1918,56,0),(1919,2,0),(1919,56,0),(1920,2,0),(1920,56,0),(1921,2,0),(1921,56,0),(1922,2,0),(1922,56,0),(1923,2,0),(1923,56,0),(1924,2,0),(1924,56,0),(1925,2,0),(1925,56,0),(1926,2,0),(1926,56,0),(1927,2,0),(1927,56,0),(1928,2,0),(1928,56,0),(1929,2,0),(1929,56,0),(1930,2,0),(1930,56,0),(1931,2,0),(1931,56,0),(1932,2,0),(1932,49,0),(1933,2,0),(1933,49,0),(1934,2,0),(1934,49,0),(1935,2,0),(1935,49,0),(1936,2,0),(1936,49,0),(1937,2,0),(1937,49,0),(1938,2,0),(1938,49,0),(1939,2,0),(1939,49,0),(1940,2,0),(1940,49,0),(1941,2,0),(1941,49,0),(1942,2,0),(1942,49,0),(1943,2,0),(1943,49,0),(1944,2,0),(1944,49,0),(1945,2,0),(1945,49,0),(1946,2,0),(1946,49,0),(1947,2,0),(1947,49,0),(1948,2,0),(1948,49,0),(1949,2,0),(1949,49,0),(1950,2,0),(1950,49,0),(1951,2,0),(1951,49,0),(1952,2,0),(1952,49,0),(1953,2,0),(1953,49,0),(1954,2,0),(1954,49,0),(1955,2,0),(1955,63,0),(1956,2,0),(1956,63,0),(1957,2,0),(1957,63,0),(1958,2,0),(1958,63,0),(1959,2,0),(1959,63,0),(1960,2,0),(1960,63,0),(1961,2,0),(1961,63,0),(1962,2,0),(1962,63,0),(1963,2,0),(1963,63,0),(1964,2,0),(1964,63,0),(1965,2,0),(1965,63,0),(1966,2,0),(1966,63,0),(1967,2,0),(1967,63,0),(1968,2,0),(1968,63,0),(1969,2,0),(1969,63,0),(1970,2,0),(1970,63,0),(1971,2,0),(1971,63,0),(1972,2,0),(1972,63,0),(1973,2,0),(1973,64,0),(1974,2,0),(1974,64,0),(1975,2,0),(1975,64,0),(1976,2,0),(1976,64,0),(1977,2,0),(1977,64,0),(1978,2,0),(1978,64,0),(1979,2,0),(1979,64,0),(1980,2,0),(1980,64,0),(1981,2,0),(1981,64,0),(1982,2,0),(1982,64,0),(1983,2,0),(1983,64,0),(1984,2,0),(1984,64,0),(1985,2,0),(1985,64,0),(1986,2,0),(1986,64,0),(1987,2,0),(1987,64,0),(1988,2,0),(1988,64,0),(1989,2,0),(1989,64,0),(1990,2,0),(1990,64,0),(1991,2,0),(1991,64,0),(1992,2,0),(1992,43,0),(1993,2,0),(1993,43,0),(1994,2,0),(1994,43,0),(1995,2,0),(1995,43,0),(1996,2,0),(1996,43,0),(1997,2,0),(1997,43,0),(1998,2,0),(1998,43,0),(1999,2,0),(1999,43,0),(2000,2,0),(2000,43,0),(2001,2,0),(2001,43,0),(2002,2,0),(2002,43,0),(2003,2,0),(2003,43,0),(2004,2,0),(2004,43,0),(2005,2,0),(2005,43,0),(2006,2,0),(2006,43,0),(2007,2,0),(2007,43,0),(2008,2,0),(2008,43,0),(2009,2,0),(2009,43,0),(2010,2,0),(2010,43,0),(2011,2,0),(2011,43,0),(2012,2,0),(2012,43,0),(2013,2,0),(2013,43,0),(2014,2,0),(2014,43,0),(2015,2,0),(2015,43,0),(2016,2,0),(2016,43,0),(2017,2,0),(2017,43,0),(2018,2,0),(2018,43,0),(2019,2,0),(2019,43,0),(2020,2,0),(2020,43,0),(2021,2,0),(2021,43,0),(2022,2,0),(2022,43,0),(2023,2,0),(2023,43,0),(2024,2,0),(2024,43,0),(2025,2,0),(2025,43,0),(2026,2,0),(2026,43,0),(2027,2,0),(2027,43,0),(2028,2,0),(2028,43,0),(2029,2,0),(2029,43,0),(2030,2,0),(2030,27,0),(2031,2,0),(2031,27,0),(2032,2,0),(2032,27,0),(2033,2,0),(2033,27,0),(2034,2,0),(2034,27,0),(2035,2,0),(2035,27,0),(2036,2,0),(2036,27,0),(2037,2,0),(2037,27,0),(2038,2,0),(2038,44,0),(2039,2,0),(2039,44,0),(2040,2,0),(2040,44,0),(2041,2,0),(2041,44,0),(2042,2,0),(2042,44,0),(2043,2,0),(2043,44,0),(2044,2,0),(2044,44,0),(2045,2,0),(2045,44,0),(2046,2,0),(2046,44,0),(2047,2,0),(2047,44,0),(2048,2,0),(2048,44,0),(2049,2,0),(2049,44,0),(2050,2,0),(2050,44,0),(2051,2,0),(2051,44,0),(2052,2,0),(2052,44,0),(2053,2,0),(2053,44,0),(2054,2,0),(2054,44,0),(2055,2,0),(2055,44,0),(2056,2,0),(2056,44,0),(2057,2,0),(2057,42,0),(2058,2,0),(2058,42,0),(2059,2,0),(2059,42,0),(2060,2,0),(2060,42,0),(2061,2,0),(2061,42,0),(2062,2,0),(2062,42,0),(2063,2,0),(2063,42,0),(2064,2,0),(2064,42,0),(2065,2,0),(2065,42,0),(2066,2,0),(2066,42,0),(2067,2,0),(2067,42,0),(2068,2,0),(2068,42,0),(2069,2,0),(2069,42,0),(2070,2,0),(2070,42,0),(2071,2,0),(2071,42,0),(2072,2,0),(2072,42,0),(2073,2,0),(2073,42,0),(2074,2,0),(2074,42,0),(2075,2,0),(2075,42,0),(2076,2,0),(2076,42,0),(2077,2,0),(2077,42,0),(2078,2,0),(2078,42,0),(2079,2,0),(2079,42,0),(2080,2,0),(2080,42,0),(2081,2,0),(2081,42,0),(2082,2,0),(2082,42,0),(2083,2,0),(2083,42,0),(2084,2,0),(2084,42,0),(2085,2,0),(2085,42,0),(2086,2,0),(2086,42,0),(2087,2,0),(2087,42,0),(2088,2,0),(2088,42,0),(2089,2,0),(2089,42,0),(2090,2,0),(2090,59,0),(2091,2,0),(2091,59,0),(2092,2,0),(2092,59,0),(2093,2,0),(2093,59,0),(2094,2,0),(2094,59,0),(2095,2,0),(2095,59,0),(2096,2,0),(2096,59,0),(2097,2,0),(2097,59,0),(2098,2,0),(2098,59,0),(2099,2,0),(2099,59,0),(2100,2,0),(2100,59,0),(2101,2,0),(2101,59,0),(2102,2,0),(2102,59,0),(2103,2,0),(2103,59,0),(2104,2,0),(2104,59,0),(2105,2,0),(2105,59,0),(2106,2,0),(2106,59,0),(2107,2,0),(2107,59,0),(2108,2,0),(2108,59,0),(2109,2,0),(2109,59,0),(2110,2,0),(2110,59,0),(2111,2,0),(2111,59,0),(2112,2,0),(2112,59,0),(2113,2,0),(2113,59,0),(2114,2,0),(2114,59,0),(2115,2,0),(2115,59,0),(2116,2,0),(2116,59,0),(2117,2,0),(2117,59,0),(2118,2,0),(2118,59,0),(2119,2,0),(2119,59,0),(2120,2,0),(2120,59,0),(2121,2,0),(2121,59,0),(2122,2,0),(2122,59,0),(2123,2,0),(2123,59,0),(2124,2,0),(2124,59,0),(2125,2,0),(2125,59,0),(2126,2,0),(2126,59,0),(2127,2,0),(2127,59,0),(2128,2,0),(2128,59,0),(2129,2,0),(2129,59,0),(2130,2,0),(2130,59,0),(2131,2,0),(2131,59,0),(2132,2,0),(2132,59,0),(2133,2,0),(2133,59,0),(2134,2,0),(2134,59,0),(2135,2,0),(2135,59,0),(2136,2,0),(2136,59,0),(2137,2,0),(2137,59,0),(2138,2,0),(2138,59,0),(2139,2,0),(2139,59,0),(2140,2,0),(2140,59,0),(2141,2,0),(2141,59,0),(2142,2,0),(2142,59,0),(2143,2,0),(2143,59,0),(2144,2,0),(2144,45,0),(2145,2,0),(2145,45,0),(2146,2,0),(2146,45,0),(2147,2,0),(2147,45,0),(2148,2,0),(2148,45,0),(2149,2,0),(2149,45,0),(2150,2,0),(2150,45,0),(2151,2,0),(2151,45,0),(2152,2,0),(2152,45,0),(2153,2,0),(2153,45,0),(2154,2,0),(2154,45,0),(2155,2,0),(2155,45,0),(2156,2,0),(2156,45,0),(2157,2,0),(2157,45,0),(2158,2,0),(2158,45,0),(2159,2,0),(2159,45,0),(2160,2,0),(2160,45,0),(2161,2,0),(2161,45,0),(2162,2,0),(2162,45,0),(2163,2,0),(2163,45,0),(2164,2,0),(2164,45,0),(2165,2,0),(2165,41,0),(2166,2,0),(2166,41,0),(2167,2,0),(2167,41,0),(2168,2,0),(2168,41,0),(2169,2,0),(2169,41,0),(2170,2,0),(2170,41,0),(2171,2,0),(2171,41,0),(2172,2,0),(2172,41,0),(2173,2,0),(2173,41,0),(2174,2,0),(2174,41,0),(2175,2,0),(2175,41,0),(2176,2,0),(2176,41,0),(2177,2,0),(2177,41,0),(2178,2,0),(2178,41,0),(2179,2,0),(2179,41,0),(2180,2,0),(2180,41,0),(2181,2,0),(2181,41,0),(2182,2,0),(2182,41,0),(2183,2,0),(2183,41,0),(2184,2,0),(2184,41,0),(2185,2,0),(2185,41,0),(2186,2,0),(2186,41,0),(2187,2,0),(2187,41,0),(2188,2,0),(2188,41,0),(2189,2,0),(2189,41,0),(2190,2,0),(2190,41,0),(2191,2,0),(2191,65,0),(2192,2,0),(2192,40,0),(2193,2,0),(2193,65,0),(2194,2,0),(2194,40,0),(2195,2,0),(2195,65,0),(2196,2,0),(2196,40,0),(2197,2,0),(2197,40,0),(2198,2,0),(2198,65,0),(2199,2,0),(2199,40,0),(2200,2,0),(2200,40,0),(2201,2,0),(2201,40,0),(2202,2,0),(2202,40,0),(2203,2,0),(2203,40,0),(2204,2,0),(2204,65,0),(2205,2,0),(2205,40,0),(2206,2,0),(2206,40,0),(2207,2,0),(2207,65,0),(2208,2,0),(2208,40,0),(2209,2,0),(2209,65,0),(2210,2,0),(2210,40,0),(2211,2,0),(2211,40,0),(2212,2,0),(2212,65,0),(2213,2,0),(2213,40,0),(2214,2,0),(2214,40,0),(2215,2,0),(2215,40,0),(2216,2,0),(2216,40,0),(2217,2,0),(2217,40,0),(2218,2,0),(2218,40,0),(2219,2,0),(2219,40,0),(2220,2,0),(2220,65,0),(2221,2,0),(2221,40,0),(2222,2,0),(2222,40,0),(2223,2,0),(2223,40,0),(2224,2,0),(2224,40,0),(2225,2,0),(2225,40,0),(2226,2,0),(2226,40,0),(2227,2,0),(2227,40,0),(2228,2,0),(2228,65,0),(2229,2,0),(2229,40,0),(2230,2,0),(2230,40,0),(2231,2,0),(2231,65,0),(2232,2,0),(2232,40,0),(2233,2,0),(2233,65,0),(2234,2,0),(2234,65,0),(2235,2,0),(2235,65,0),(2236,2,0),(2236,65,0),(2237,2,0),(2237,40,0),(2238,2,0),(2238,65,0),(2239,2,0),(2239,65,0),(2240,2,0),(2240,65,0),(2241,2,0),(2241,40,0),(2242,2,0),(2242,65,0),(2243,2,0),(2243,40,0),(2244,2,0),(2244,40,0),(2245,2,0),(2245,40,0),(2246,2,0),(2246,40,0),(2247,2,0),(2247,40,0),(2248,2,0),(2248,40,0),(2249,2,0),(2249,40,0),(2250,2,0),(2250,40,0),(2251,2,0),(2251,40,0),(2252,2,0),(2252,40,0),(2253,2,0),(2253,40,0),(2254,2,0),(2254,40,0),(2255,2,0),(2255,40,0),(2256,2,0),(2256,40,0),(2257,2,0),(2257,40,0),(2258,2,0),(2258,40,0),(2259,2,0),(2259,40,0),(2260,2,0),(2260,65,0),(2261,2,0),(2261,40,0),(2262,2,0),(2262,40,0),(2263,2,0),(2263,40,0),(2264,2,0),(2264,40,0),(2265,2,0),(2265,40,0),(2266,2,0),(2266,40,0),(2267,2,0),(2267,65,0),(2268,2,0),(2268,40,0),(2269,2,0),(2269,40,0),(2270,2,0),(2270,40,0),(2271,2,0),(2271,40,0),(2272,2,0),(2272,40,0),(2273,2,0),(2273,40,0),(2274,2,0),(2274,40,0),(2275,2,0),(2275,57,0),(2276,2,0),(2276,57,0),(2277,2,0),(2277,57,0),(2278,2,0),(2278,57,0),(2279,2,0),(2279,57,0),(2280,2,0),(2280,57,0),(2281,2,0),(2281,57,0),(2282,2,0),(2282,57,0),(2283,2,0),(2283,57,0),(2284,2,0),(2284,57,0),(2285,2,0),(2285,57,0),(2286,2,0),(2286,57,0),(2287,2,0),(2287,57,0),(2288,2,0),(2288,57,0),(2289,2,0),(2289,57,0),(2290,2,0),(2290,57,0),(2291,2,0),(2291,57,0),(2292,2,0),(2292,57,0),(2293,2,0),(2293,57,0),(2294,2,0),(2294,57,0),(2295,2,0),(2295,57,0),(2296,2,0),(2296,57,0),(2297,2,0),(2297,57,0),(2298,2,0),(2298,57,0),(2299,2,0),(2299,57,0),(2300,2,0),(2300,57,0),(2301,2,0),(2301,57,0),(2302,2,0),(2302,57,0),(2303,2,0),(2303,57,0),(2304,2,0),(2304,57,0),(2305,2,0),(2305,57,0),(2306,2,0),(2306,57,0),(2307,2,0),(2307,57,0),(2308,2,0),(2308,57,0),(2309,2,0),(2309,57,0),(2310,2,0),(2310,57,0),(2311,2,0),(2311,57,0),(2312,2,0),(2312,57,0),(2313,2,0),(2313,57,0),(2314,2,0),(2314,57,0),(2315,2,0),(2315,57,0),(2316,2,0),(2316,57,0),(2317,2,0),(2317,57,0),(2318,2,0),(2318,57,0),(2319,2,0),(2319,57,0),(2320,2,0),(2320,57,0),(2321,2,0),(2321,57,0),(2322,2,0),(2322,57,0),(2323,2,0),(2323,57,0),(2324,2,0),(2324,57,0),(2325,2,0),(2325,57,0),(2326,2,0),(2326,57,0),(2327,2,0),(2327,57,0),(2328,2,0),(2328,57,0),(2329,2,0),(2329,57,0),(2330,2,0),(2330,57,0),(2331,2,0),(2331,57,0),(2332,2,0),(2332,57,0),(2333,2,0),(2333,57,0),(2334,2,0),(2334,57,0),(2335,2,0),(2335,57,0),(2336,2,0),(2336,65,0),(2337,2,0),(2337,65,0),(2338,2,0),(2338,65,0),(2339,2,0),(2339,65,0),(2340,2,0),(2340,65,0),(2341,2,0),(2341,65,0),(2342,2,0),(2342,65,0),(2343,2,0),(2343,65,0),(2344,2,0),(2344,65,0),(2345,2,0),(2345,40,0),(2346,2,0),(2346,65,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

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

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'product_type','',0,1099),(3,3,'product_type','',0,0),(5,5,'product_type','',0,3),(6,6,'product_type','',0,0),(7,7,'nav_menu','',0,8),(8,8,'nav_menu','',0,15),(9,9,'nav_menu','',0,3),(10,10,'nav_menu','',0,2),(11,11,'nav_menu','',0,35),(12,12,'nav_menu','',0,6),(13,13,'nav_menu','',0,6),(14,14,'testimonials_category','',0,6),(15,15,'testimonials_category','',0,6),(16,16,'testimonials_category','',0,17),(17,17,'nav_menu','',0,11),(18,18,'nav_menu','',0,2),(19,19,'product_cat','',0,30),(20,20,'product_cat','',0,10),(21,21,'product_cat','',0,18),(22,22,'product_cat','',0,9),(23,23,'product_cat','',0,10),(24,24,'product_cat','',0,14),(25,25,'product_cat','',0,17),(26,26,'product_cat','',0,8),(27,27,'product_cat','',0,8),(28,28,'product_cat','',0,19),(29,29,'product_cat','',0,7),(30,30,'product_cat','',0,11),(31,31,'product_cat','',0,12),(32,32,'product_cat','',0,4),(33,33,'product_cat','',0,7),(34,34,'product_cat','',0,6),(35,35,'product_cat','',0,12),(36,36,'product_cat','',0,16),(37,37,'product_cat','',0,113),(38,38,'product_cat','',0,13),(39,39,'product_cat','',0,19),(40,40,'product_cat','',0,64),(41,41,'product_cat','',0,26),(42,42,'product_cat','',0,33),(43,43,'product_cat','',0,38),(44,44,'product_cat','',0,19),(45,45,'product_cat','',0,21),(46,46,'product_cat','',0,57),(47,47,'product_cat','',0,18),(48,48,'product_cat','',0,16),(49,49,'product_cat','',0,23),(50,50,'product_cat','',0,7),(51,51,'product_cat','',0,16),(52,52,'product_cat','',0,21),(53,53,'product_cat','',0,18),(54,54,'product_cat','',0,26),(55,55,'product_cat','',0,18),(56,56,'product_cat','',0,34),(57,57,'product_cat','',0,61),(58,58,'product_cat','',0,25),(59,59,'product_cat','',0,54),(60,60,'product_cat','',0,14),(61,61,'product_cat','',0,43),(62,62,'product_cat','',0,19),(63,63,'product_cat','',0,18),(64,64,'product_cat','',0,19),(65,65,'product_cat','',0,31),(66,66,'product_cat','',0,0),(67,67,'product_cat','',0,0);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

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

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES (1,19,'order','0'),(2,19,'order','2140'),(3,19,'display_type',''),(4,19,'thumbnail_id','1170'),(5,19,'osc_id','82'),(6,20,'order','0'),(7,20,'order','2270'),(8,20,'display_type',''),(9,20,'thumbnail_id','1171'),(10,20,'osc_id','81'),(11,21,'order','0'),(12,21,'order','2240'),(13,21,'display_type',''),(14,21,'thumbnail_id','1172'),(15,21,'osc_id','80'),(16,22,'order','0'),(17,22,'order','2260'),(18,22,'display_type',''),(19,22,'thumbnail_id','1173'),(20,22,'osc_id','79'),(21,23,'order','0'),(22,23,'order','2080'),(23,23,'display_type',''),(24,23,'thumbnail_id','1174'),(25,23,'osc_id','78'),(26,24,'order','0'),(27,24,'order','2180'),(28,24,'display_type',''),(29,24,'thumbnail_id','1175'),(30,24,'osc_id','77'),(31,25,'order','0'),(32,25,'order','2190'),(33,25,'display_type',''),(34,25,'thumbnail_id','1176'),(35,25,'osc_id','76'),(36,26,'order','0'),(37,26,'order','2170'),(38,26,'display_type',''),(39,26,'thumbnail_id','1177'),(40,26,'osc_id','75'),(41,27,'order','0'),(42,27,'order','2150'),(43,27,'display_type',''),(44,27,'thumbnail_id','1178'),(45,27,'osc_id','74'),(46,28,'order','0'),(47,28,'order','2130'),(48,28,'display_type',''),(49,28,'thumbnail_id','1179'),(50,28,'osc_id','73'),(51,29,'order','0'),(52,29,'order','2120'),(53,29,'display_type',''),(54,29,'thumbnail_id','1180'),(55,29,'osc_id','72'),(56,30,'order','0'),(57,30,'order','2090'),(58,30,'display_type',''),(59,30,'thumbnail_id','1181'),(60,30,'osc_id','71'),(61,31,'order','0'),(62,31,'order','2070'),(63,31,'display_type',''),(64,31,'thumbnail_id','1182'),(65,31,'osc_id','70'),(66,32,'order','0'),(67,32,'order','2010'),(68,32,'display_type',''),(69,32,'thumbnail_id','0'),(70,32,'osc_id','69'),(71,33,'order','0'),(72,33,'order','2040'),(73,33,'display_type',''),(74,33,'thumbnail_id','1183'),(75,33,'osc_id','68'),(76,34,'order','0'),(77,34,'order','2030'),(78,34,'display_type',''),(79,34,'thumbnail_id','1184'),(80,34,'osc_id','67'),(81,35,'order','0'),(82,35,'order','2020'),(83,35,'display_type',''),(84,35,'thumbnail_id','1185'),(85,35,'osc_id','66'),(86,36,'order','0'),(87,36,'order','1070'),(88,36,'display_type',''),(89,36,'thumbnail_id','0'),(90,36,'osc_id','64'),(91,37,'order','0'),(92,37,'order','2280'),(93,37,'display_type',''),(94,37,'thumbnail_id','1186'),(95,37,'osc_id','49'),(96,38,'order','0'),(97,38,'order','2230'),(98,38,'display_type',''),(99,38,'thumbnail_id','1187'),(100,38,'osc_id','48'),(101,39,'order','0'),(102,39,'order','1120'),(103,39,'display_type',''),(104,39,'thumbnail_id','0'),(105,39,'osc_id','63'),(106,40,'order','0'),(107,40,'order','1030'),(108,40,'display_type',''),(109,40,'thumbnail_id','0'),(110,40,'osc_id','62'),(111,41,'order','0'),(112,41,'order','1075'),(113,41,'display_type',''),(114,41,'thumbnail_id','0'),(115,41,'osc_id','93'),(116,42,'order','0'),(117,42,'order','1052'),(118,42,'display_type',''),(119,42,'thumbnail_id','0'),(120,42,'osc_id','87'),(121,43,'order','0'),(122,43,'order','1010'),(123,43,'display_type',''),(124,43,'thumbnail_id','0'),(125,43,'osc_id','61'),(126,44,'order','0'),(127,44,'order','1051'),(128,44,'display_type',''),(129,44,'thumbnail_id','0'),(130,44,'osc_id','89'),(131,45,'order','0'),(132,45,'order','1022'),(133,45,'display_type',''),(134,45,'thumbnail_id','0'),(135,45,'osc_id','90'),(136,46,'order','0'),(137,46,'order','1060'),(138,46,'display_type',''),(139,46,'thumbnail_id','0'),(140,46,'osc_id','83'),(141,47,'order','0'),(142,47,'order','1084'),(143,47,'display_type',''),(144,47,'thumbnail_id','0'),(145,47,'osc_id','91'),(146,48,'order','0'),(147,48,'order','2250'),(148,48,'display_type',''),(149,48,'thumbnail_id','1188'),(150,48,'osc_id','58'),(151,49,'order','0'),(152,49,'order','1112'),(153,49,'display_type',''),(154,49,'thumbnail_id','0'),(155,49,'osc_id','92'),(156,50,'order','0'),(157,50,'order','2100'),(158,50,'display_type',''),(159,50,'thumbnail_id','1189'),(160,50,'osc_id','57'),(161,51,'order','0'),(162,51,'order','2050'),(163,51,'display_type',''),(164,51,'thumbnail_id','1190'),(165,51,'osc_id','56'),(166,52,'order','0'),(167,52,'order','1020'),(168,52,'display_type',''),(169,52,'thumbnail_id','0'),(170,52,'osc_id','39'),(171,53,'order','0'),(172,53,'order','2220'),(173,53,'display_type',''),(174,53,'thumbnail_id','1191'),(175,53,'osc_id','55'),(176,54,'order','0'),(177,54,'order','1040'),(178,54,'display_type',''),(179,54,'thumbnail_id','0'),(180,54,'osc_id','40'),(181,55,'order','0'),(182,55,'order','2200'),(183,55,'display_type',''),(184,55,'thumbnail_id','1192'),(185,55,'osc_id','53'),(186,56,'order','0'),(187,56,'order','1064'),(188,56,'display_type',''),(189,56,'thumbnail_id','0'),(190,56,'osc_id','41'),(191,57,'order','0'),(192,57,'order','1115'),(193,57,'display_type',''),(194,57,'thumbnail_id','0'),(195,57,'osc_id','65'),(196,58,'order','0'),(197,58,'order','2275'),(198,58,'display_type',''),(199,58,'thumbnail_id','1193'),(200,58,'osc_id','52'),(201,59,'order','0'),(202,59,'order','1054'),(203,59,'display_type',''),(204,59,'thumbnail_id','0'),(205,59,'osc_id','88'),(206,60,'order','0'),(207,60,'order','2110'),(208,60,'display_type',''),(209,60,'thumbnail_id','1194'),(210,60,'osc_id','51'),(211,61,'order','0'),(212,61,'order','1125'),(213,61,'display_type',''),(214,61,'thumbnail_id','0'),(215,61,'osc_id','38'),(216,62,'order','0'),(217,62,'order','1050'),(218,62,'display_type',''),(219,62,'thumbnail_id','0'),(220,62,'osc_id','84'),(221,63,'order','0'),(222,63,'order','1100'),(223,63,'display_type',''),(224,63,'thumbnail_id','0'),(225,63,'osc_id','85'),(226,64,'order','0'),(227,64,'order','1080'),(228,64,'display_type',''),(229,64,'thumbnail_id','0'),(230,64,'osc_id','86'),(231,65,'order','0'),(232,65,'order','1025'),(233,65,'display_type',''),(234,65,'thumbnail_id','0'),(235,65,'osc_id','95'),(236,66,'order','0'),(237,66,'order','2210'),(238,66,'display_type',''),(239,66,'thumbnail_id','1195'),(240,66,'osc_id','96'),(241,67,'order','0'),(242,67,'order','2255'),(243,67,'display_type',''),(244,67,'thumbnail_id','1196'),(245,67,'osc_id','97'),(246,34,'product_count_product_cat','5'),(247,33,'product_count_product_cat','6'),(248,35,'product_count_product_cat','11'),(249,32,'product_count_product_cat','3'),(250,51,'product_count_product_cat','15'),(251,31,'product_count_product_cat','11'),(252,30,'product_count_product_cat','10'),(253,29,'product_count_product_cat','6'),(254,28,'product_count_product_cat','18'),(255,26,'product_count_product_cat','7'),(256,50,'product_count_product_cat','6'),(257,48,'product_count_product_cat','15'),(258,25,'product_count_product_cat','16'),(259,24,'product_count_product_cat','13'),(260,23,'product_count_product_cat','9'),(261,22,'product_count_product_cat','8'),(262,55,'product_count_product_cat','17'),(263,53,'product_count_product_cat','17'),(264,38,'product_count_product_cat','12'),(265,21,'product_count_product_cat','17'),(266,20,'product_count_product_cat','9'),(267,58,'product_count_product_cat','24'),(268,19,'product_count_product_cat','29'),(269,37,'product_count_product_cat','112'),(270,60,'product_count_product_cat','13'),(271,39,'product_count_product_cat','18'),(272,61,'product_count_product_cat','42'),(273,52,'product_count_product_cat','20'),(274,46,'product_count_product_cat','56'),(275,54,'product_count_product_cat','25'),(276,36,'product_count_product_cat','15'),(277,62,'product_count_product_cat','18'),(278,47,'product_count_product_cat','17'),(279,56,'product_count_product_cat','33'),(280,49,'product_count_product_cat','22'),(281,63,'product_count_product_cat','17'),(282,64,'product_count_product_cat','18'),(283,43,'product_count_product_cat','37'),(284,27,'product_count_product_cat','7'),(285,44,'product_count_product_cat','18'),(286,42,'product_count_product_cat','32'),(287,59,'product_count_product_cat','53'),(288,45,'product_count_product_cat','20'),(289,41,'product_count_product_cat','25'),(290,65,'product_count_product_cat','30'),(291,40,'product_count_product_cat','63'),(292,57,'product_count_product_cat','60');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

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

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(5,'variable','variable',0),(6,'external','external',0),(7,'top','top',0),(8,'Events','events',0),(9,'Ordering','ordering',0),(10,'About Us','about-us',0),(11,'mobile','mobile',0),(12,'Footer-one','footer-one',0),(13,'footer-two','footer-two',0),(14,'Customer Testimonials','customer-testimonials',0),(15,'Corporate Testimonials','corporate-testimonials',0),(16,'Common','common',0),(17,'theme','theme',0),(18,'event favor','event-favor',0),(19,'Iridescent White','iridescent-white',0),(20,'Turquoise','turquoise',0),(21,'Royal Blue','royal-blue',0),(22,'Teal','teal',0),(23,'Coral','coral',0),(24,'Lime','lime',0),(25,'Navy','navy',0),(26,'Lavender','lavender',0),(27,'Ivory','ivory',0),(28,'Hot Pink','hot-pink',0),(29,'Grey','grey',0),(30,'Cornflower','cornflower',0),(31,'Burgundy','burgundy',0),(32,'Aqua','aqua',0),(33,'Baby Pink','baby-pink',0),(34,'Baby Blue','baby-blue',0),(35,'Azalea','azalea',0),(36,'Holidays','holidays',0),(37,'White','white',0),(38,'Red','red',0),(39,'Sweet 16','sweet-16',0),(40,'Bat Mitzvah','bat-mitzvah',0),(41,'Military Events','military-events',0),(42,'Communion','communion',0),(43,'Anniversaries','anniversaries',0),(44,'Christening','christening',0),(45,'Baptism','baptism',0),(46,'Corporate Events','corporate-events',0),(47,'Prom','prom',0),(48,'Silver','silver',0),(49,'School Reunion','school-reunion',0),(50,'Gold','gold',0),(51,'Black','black',0),(52,'Baby Showers','baby-showers',0),(53,'Purple','purple',0),(54,'Birthdays','birthdays',0),(55,'Orange','orange',0),(56,'Graduation','graduation',0),(57,'Sports','sports',0),(58,'Yellow','yellow',0),(59,'Confirmation','confirmation',0),(60,'Green','green',0),(61,'Weddings','weddings',0),(62,'Bridal Showers','bridal-showers',0),(63,'Retirement','retirement',0),(64,'Quinceanera','quinceanera',0),(65,'Bar Mitzvah','bar-mitzvah',0),(66,'Peach','peach',0),(67,'Tangerine','tangerine',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

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

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','vc_pointers_backend_editor,vc_pointers_frontend_editor'),(14,1,'show_welcome_panel','0'),(16,1,'wp_user-settings','libraryContent=browse&editor=html&urlbutton=none&imgsize=full&posts_list_mode=list&hidetb=0&wplink=0&edit_element_vcUIPanelWidth=693&edit_element_vcUIPanelLeft=398px&edit_element_vcUIPanelTop=100px&post_settings_vcUIPanelWidth=650&post_settings_vcUIPanelLeft=720px&post_settings_vcUIPanelTop=74px'),(17,1,'wp_user-settings-time','1498147480'),(19,1,'managenav-menuscolumnshidden','a:4:{i:0;s:15:\"title-attribute\";i:1;s:11:\"link-target\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(20,1,'metaboxhidden_nav-menus','a:15:{i:0;s:30:\"woocommerce_endpoints_nav_link\";i:1;s:13:\"add-portfolio\";i:2;s:9:\"add-staff\";i:3;s:16:\"add-testimonials\";i:4;s:11:\"add-product\";i:5;s:12:\"add-post_tag\";i:6;s:15:\"add-post_format\";i:7;s:17:\"add-portfolio_tag\";i:8;s:22:\"add-portfolio_category\";i:9;s:13:\"add-staff_tag\";i:10;s:18:\"add-staff_category\";i:11;s:25:\"add-testimonials_category\";i:12;s:15:\"add-post_series\";i:13;s:15:\"add-product_cat\";i:14;s:15:\"add-product_tag\";}'),(22,1,'nav_menu_recently_edited','7'),(23,1,'edit_page_per_page','100'),(24,1,'closedpostboxes_page','a:1:{i:0;s:10:\"wpseo_meta\";}'),(25,1,'metaboxhidden_page','a:4:{i:0;s:11:\"postexcerpt\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:9:\"authordiv\";}'),(26,1,'wp_dashboard_quick_press_last_post_id','2441'),(28,1,'wpseo_ignore_tour','1'),(29,1,'wpseo_dismissed_gsc_notice','1'),(30,1,'wpseo_seen_about_version','3.0.7'),(31,1,'manageedit-pagecolumnshidden','a:3:{i:0;s:14:\"tb_post_thumbs\";i:1;s:14:\"wpseo-metadesc\";i:2;s:13:\"wpseo-focuskw\";}'),(32,1,'wp_media_library_mode','list'),(33,1,'default_password_nag',''),(38,1,'upload_per_page','200'),(45,1,'manageedit-shop_ordercolumnshidden','a:1:{i:0;s:15:\"billing_address\";}'),(46,2,'nickname','frandan'),(47,2,'first_name','fran'),(48,2,'last_name','dan'),(49,2,'description',''),(50,2,'rich_editing','true'),(51,2,'comment_shortcuts','false'),(52,2,'admin_color','fresh'),(53,2,'use_ssl','0'),(54,2,'show_admin_bar_front','true'),(55,2,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(56,2,'wp_user_level','0'),(57,2,'dismissed_wp_pointers',''),(58,2,'_yoast_wpseo_profile_updated','1471196948'),(59,2,'last_update','1471196948'),(60,2,'billing_country','US'),(61,2,'billing_first_name','ken'),(62,2,'billing_last_name','banschick'),(63,2,'billing_address_1','388 second ave #203'),(64,2,'billing_address_2',NULL),(65,2,'billing_city','New York'),(66,2,'billing_state','NY'),(67,2,'billing_postcode','10010'),(68,2,'billing_email','ucosyxodd-0312@yopmail.com'),(69,2,'billing_phone',''),(70,2,'shipping_country','US'),(71,2,'shipping_first_name','ken'),(72,2,'shipping_last_name','banschick'),(73,2,'shipping_address_1','388 second ave #203'),(74,2,'shipping_address_2',NULL),(75,2,'shipping_city','New York'),(76,2,'shipping_state','NY'),(77,2,'shipping_postcode','10010'),(78,2,'osc_id','2'),(79,2,'googleplus',''),(80,2,'twitter',''),(81,2,'facebook',''),(82,2,'tb_twitter',''),(83,2,'tb_facebook',''),(84,2,'tb_googleplus',''),(85,2,'tb_linkedin',''),(86,2,'tb_pinterest',''),(87,2,'tb_instagram',''),(88,3,'nickname','mrigankamon'),(89,3,'first_name','mriganka'),(90,3,'last_name','mon'),(91,3,'description',''),(92,3,'rich_editing','true'),(93,3,'comment_shortcuts','false'),(94,3,'admin_color','fresh'),(95,3,'use_ssl','0'),(96,3,'show_admin_bar_front','true'),(97,3,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(98,3,'wp_user_level','0'),(99,3,'dismissed_wp_pointers',''),(100,3,'_yoast_wpseo_profile_updated','1471196948'),(101,3,'last_update','1471196948'),(102,3,'billing_country',NULL),(103,3,'billing_first_name','mriganka'),(104,3,'billing_last_name','mon'),(105,3,'billing_address_1',''),(106,3,'billing_address_2',NULL),(107,3,'billing_city',''),(108,3,'billing_state',NULL),(109,3,'billing_postcode',''),(110,3,'billing_email','2008.mri@gmail.com'),(111,3,'billing_phone',''),(112,3,'shipping_country',NULL),(113,3,'shipping_first_name','mriganka'),(114,3,'shipping_last_name','mon'),(115,3,'shipping_address_1',''),(116,3,'shipping_address_2',NULL),(117,3,'shipping_city',''),(118,3,'shipping_state',NULL),(119,3,'shipping_postcode',''),(120,3,'osc_id','3'),(121,3,'googleplus',''),(122,3,'twitter',''),(123,3,'facebook',''),(124,3,'tb_twitter',''),(125,3,'tb_facebook',''),(126,3,'tb_googleplus',''),(127,3,'tb_linkedin',''),(128,3,'tb_pinterest',''),(129,3,'tb_instagram',''),(130,4,'nickname','andywanderfuls'),(131,4,'first_name','Andy'),(132,4,'last_name','Wanderfuls'),(133,4,'description',''),(134,4,'rich_editing','true'),(135,4,'comment_shortcuts','false'),(136,4,'admin_color','fresh'),(137,4,'use_ssl','0'),(138,4,'show_admin_bar_front','true'),(139,4,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(140,4,'wp_user_level','0'),(141,4,'dismissed_wp_pointers',''),(142,4,'_yoast_wpseo_profile_updated','1471196948'),(143,4,'last_update','1471196948'),(144,4,'billing_country','US'),(145,4,'billing_first_name','Andy'),(146,4,'billing_last_name','Wanderfuls'),(147,4,'billing_address_1','150 West 28th Street'),(148,4,'billing_address_2',NULL),(149,4,'billing_city','New York'),(150,4,'billing_state','NY'),(151,4,'billing_postcode','10001'),(152,4,'billing_email','gaqekife-0452@yopmail.com'),(153,4,'billing_phone','6465802639'),(154,4,'shipping_country','US'),(155,4,'shipping_first_name','Andy'),(156,4,'shipping_last_name','Wanderfuls'),(157,4,'shipping_address_1','150 West 28th Street'),(158,4,'shipping_address_2',NULL),(159,4,'shipping_city','New York'),(160,4,'shipping_state','NY'),(161,4,'shipping_postcode','10001'),(162,4,'osc_id','29'),(163,4,'googleplus',''),(164,4,'twitter',''),(165,4,'facebook',''),(166,4,'tb_twitter',''),(167,4,'tb_facebook',''),(168,4,'tb_googleplus',''),(169,4,'tb_linkedin',''),(170,4,'tb_pinterest',''),(171,4,'tb_instagram',''),(172,5,'nickname','kenband'),(173,5,'first_name','ken'),(174,5,'last_name','band'),(175,5,'description',''),(176,5,'rich_editing','true'),(177,5,'comment_shortcuts','false'),(178,5,'admin_color','fresh'),(179,5,'use_ssl','0'),(180,5,'show_admin_bar_front','true'),(181,5,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(182,5,'wp_user_level','0'),(183,5,'dismissed_wp_pointers',''),(184,5,'_yoast_wpseo_profile_updated','1471196948'),(185,5,'last_update','1471196948'),(186,5,'billing_country','US'),(187,5,'billing_first_name','ken'),(188,5,'billing_last_name','banchick'),(189,5,'billing_address_1','PO bOX 1815'),(190,5,'billing_address_2',NULL),(191,5,'billing_city','New York'),(192,5,'billing_state','NY'),(193,5,'billing_postcode','10010'),(194,5,'billing_email','ravettonniv-8205@yopmail.com'),(195,5,'billing_phone',''),(196,5,'shipping_country','US'),(197,5,'shipping_first_name','ken'),(198,5,'shipping_last_name','banchick'),(199,5,'shipping_address_1','PO bOX 1815'),(200,5,'shipping_address_2',NULL),(201,5,'shipping_city','New York'),(202,5,'shipping_state','NY'),(203,5,'shipping_postcode','10010'),(204,5,'osc_id','4'),(205,5,'googleplus',''),(206,5,'twitter',''),(207,5,'facebook',''),(208,5,'tb_twitter',''),(209,5,'tb_facebook',''),(210,5,'tb_googleplus',''),(211,5,'tb_linkedin',''),(212,5,'tb_pinterest',''),(213,5,'tb_instagram',''),(214,6,'nickname','kenfinlersg'),(215,6,'first_name','ken'),(216,6,'last_name','finlersg'),(217,6,'description',''),(218,6,'rich_editing','true'),(219,6,'comment_shortcuts','false'),(220,6,'admin_color','fresh'),(221,6,'use_ssl','0'),(222,6,'show_admin_bar_front','true'),(223,6,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(224,6,'wp_user_level','0'),(225,6,'dismissed_wp_pointers',''),(226,6,'_yoast_wpseo_profile_updated','1471196948'),(227,6,'last_update','1471196948'),(228,6,'billing_country','US'),(229,6,'billing_first_name','ken'),(230,6,'billing_last_name','Banschick'),(231,6,'billing_address_1','350 Third Ave #350'),(232,6,'billing_address_2',NULL),(233,6,'billing_city','New York'),(234,6,'billing_state','NY'),(235,6,'billing_postcode','10010'),(236,6,'billing_email','piffevure-5540@yopmail.com'),(237,6,'billing_phone','305-444-1212'),(238,6,'shipping_country','US'),(239,6,'shipping_first_name','ken'),(240,6,'shipping_last_name','Banschick'),(241,6,'shipping_address_1','350 Third Ave #350'),(242,6,'shipping_address_2',NULL),(243,6,'shipping_city','New York'),(244,6,'shipping_state','NY'),(245,6,'shipping_postcode','10010'),(246,6,'osc_id','5'),(247,6,'googleplus',''),(248,6,'twitter',''),(249,6,'facebook',''),(250,6,'tb_twitter',''),(251,6,'tb_facebook',''),(252,6,'tb_googleplus',''),(253,6,'tb_linkedin',''),(254,6,'tb_pinterest',''),(255,6,'tb_instagram',''),(256,7,'nickname','krishsarkar'),(257,7,'first_name','krish'),(258,7,'last_name','sarkar'),(259,7,'description',''),(260,7,'rich_editing','true'),(261,7,'comment_shortcuts','false'),(262,7,'admin_color','fresh'),(263,7,'use_ssl','0'),(264,7,'show_admin_bar_front','true'),(265,7,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(266,7,'wp_user_level','0'),(267,7,'dismissed_wp_pointers',''),(268,7,'_yoast_wpseo_profile_updated','1471196949'),(269,7,'last_update','1471196949'),(270,7,'billing_country','US'),(271,7,'billing_first_name','krish'),(272,7,'billing_last_name','sarkar'),(273,7,'billing_address_1','4521 S. 133rd STREET'),(274,7,'billing_address_2',NULL),(275,7,'billing_city','OMAHA'),(276,7,'billing_state','NE'),(277,7,'billing_postcode','68137'),(278,7,'billing_email','krish@gmail.com'),(279,7,'billing_phone','123456'),(280,7,'shipping_country','US'),(281,7,'shipping_first_name','krish'),(282,7,'shipping_last_name','sarkar'),(283,7,'shipping_address_1','4521 S. 133rd STREET'),(284,7,'shipping_address_2',NULL),(285,7,'shipping_city','OMAHA'),(286,7,'shipping_state','NE'),(287,7,'shipping_postcode','68137'),(288,7,'osc_id','6'),(289,7,'googleplus',''),(290,7,'twitter',''),(291,7,'facebook',''),(292,7,'tb_twitter',''),(293,7,'tb_facebook',''),(294,7,'tb_googleplus',''),(295,7,'tb_linkedin',''),(296,7,'tb_pinterest',''),(297,7,'tb_instagram',''),(298,8,'nickname','suvendudas'),(299,8,'first_name','suvendu'),(300,8,'last_name','das'),(301,8,'description',''),(302,8,'rich_editing','true'),(303,8,'comment_shortcuts','false'),(304,8,'admin_color','fresh'),(305,8,'use_ssl','0'),(306,8,'show_admin_bar_front','true'),(307,8,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(308,8,'wp_user_level','0'),(309,8,'dismissed_wp_pointers',''),(310,8,'_yoast_wpseo_profile_updated','1471196949'),(311,8,'last_update','1471196949'),(312,8,'billing_country',NULL),(313,8,'billing_first_name','suvendu'),(314,8,'billing_last_name','das'),(315,8,'billing_address_1',''),(316,8,'billing_address_2',NULL),(317,8,'billing_city',''),(318,8,'billing_state',NULL),(319,8,'billing_postcode',''),(320,8,'billing_email','dassuvendu@gmail.com'),(321,8,'billing_phone',''),(322,8,'shipping_country',NULL),(323,8,'shipping_first_name','suvendu'),(324,8,'shipping_last_name','das'),(325,8,'shipping_address_1',''),(326,8,'shipping_address_2',NULL),(327,8,'shipping_city',''),(328,8,'shipping_state',NULL),(329,8,'shipping_postcode',''),(330,8,'osc_id','14'),(331,8,'googleplus',''),(332,8,'twitter',''),(333,8,'facebook',''),(334,8,'tb_twitter',''),(335,8,'tb_facebook',''),(336,8,'tb_googleplus',''),(337,8,'tb_linkedin',''),(338,8,'tb_pinterest',''),(339,8,'tb_instagram',''),(340,9,'nickname','barhat'),(341,9,'first_name','bar'),(342,9,'last_name','hat'),(343,9,'description',''),(344,9,'rich_editing','true'),(345,9,'comment_shortcuts','false'),(346,9,'admin_color','fresh'),(347,9,'use_ssl','0'),(348,9,'show_admin_bar_front','true'),(349,9,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(350,9,'wp_user_level','0'),(351,9,'dismissed_wp_pointers',''),(352,9,'_yoast_wpseo_profile_updated','1471196949'),(353,9,'last_update','1471196949'),(354,9,'billing_country',NULL),(355,9,'billing_first_name','bar'),(356,9,'billing_last_name','hat'),(357,9,'billing_address_1',''),(358,9,'billing_address_2',NULL),(359,9,'billing_city',''),(360,9,'billing_state',NULL),(361,9,'billing_postcode',''),(362,9,'billing_email','dommydarrunn-2413@yopmail.com'),(363,9,'billing_phone',''),(364,9,'shipping_country',NULL),(365,9,'shipping_first_name','bar'),(366,9,'shipping_last_name','hat'),(367,9,'shipping_address_1',''),(368,9,'shipping_address_2',NULL),(369,9,'shipping_city',''),(370,9,'shipping_state',NULL),(371,9,'shipping_postcode',''),(372,9,'osc_id','15'),(373,9,'googleplus',''),(374,9,'twitter',''),(375,9,'facebook',''),(376,9,'tb_twitter',''),(377,9,'tb_facebook',''),(378,9,'tb_googleplus',''),(379,9,'tb_linkedin',''),(380,9,'tb_pinterest',''),(381,9,'tb_instagram',''),(382,10,'nickname','henryking'),(383,10,'first_name','henry'),(384,10,'last_name','king'),(385,10,'description',''),(386,10,'rich_editing','true'),(387,10,'comment_shortcuts','false'),(388,10,'admin_color','fresh'),(389,10,'use_ssl','0'),(390,10,'show_admin_bar_front','true'),(391,10,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(392,10,'wp_user_level','0'),(393,10,'dismissed_wp_pointers',''),(394,10,'_yoast_wpseo_profile_updated','1471196949'),(395,10,'last_update','1471196949'),(396,10,'billing_country',NULL),(397,10,'billing_first_name','henry'),(398,10,'billing_last_name','king'),(399,10,'billing_address_1',''),(400,10,'billing_address_2',NULL),(401,10,'billing_city',''),(402,10,'billing_state',NULL),(403,10,'billing_postcode',''),(404,10,'billing_email','lirujedah-7457@yopmail.com'),(405,10,'billing_phone',''),(406,10,'shipping_country',NULL),(407,10,'shipping_first_name','henry'),(408,10,'shipping_last_name','king'),(409,10,'shipping_address_1',''),(410,10,'shipping_address_2',NULL),(411,10,'shipping_city',''),(412,10,'shipping_state',NULL),(413,10,'shipping_postcode',''),(414,10,'osc_id','8'),(415,10,'googleplus',''),(416,10,'twitter',''),(417,10,'facebook',''),(418,10,'tb_twitter',''),(419,10,'tb_facebook',''),(420,10,'tb_googleplus',''),(421,10,'tb_linkedin',''),(422,10,'tb_pinterest',''),(423,10,'tb_instagram',''),(424,11,'nickname','idealform'),(425,11,'first_name','ideal'),(426,11,'last_name','form'),(427,11,'description',''),(428,11,'rich_editing','true'),(429,11,'comment_shortcuts','false'),(430,11,'admin_color','fresh'),(431,11,'use_ssl','0'),(432,11,'show_admin_bar_front','true'),(433,11,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(434,11,'wp_user_level','0'),(435,11,'dismissed_wp_pointers',''),(436,11,'_yoast_wpseo_profile_updated','1471196949'),(437,11,'last_update','1471196949'),(438,11,'billing_country','US'),(439,11,'billing_first_name','ken'),(440,11,'billing_last_name','banschick'),(441,11,'billing_address_1','388 second avenue #203'),(442,11,'billing_address_2',NULL),(443,11,'billing_city','New York'),(444,11,'billing_state','NY'),(445,11,'billing_postcode','10010'),(446,11,'billing_email','nujuwufapa-5982@yopmail.com'),(447,11,'billing_phone',''),(448,11,'shipping_country','US'),(449,11,'shipping_first_name','ken'),(450,11,'shipping_last_name','banschick'),(451,11,'shipping_address_1','388 second avenue #203'),(452,11,'shipping_address_2',NULL),(453,11,'shipping_city','New York'),(454,11,'shipping_state','NY'),(455,11,'shipping_postcode','10010'),(456,11,'osc_id','9'),(457,11,'googleplus',''),(458,11,'twitter',''),(459,11,'facebook',''),(460,11,'tb_twitter',''),(461,11,'tb_facebook',''),(462,11,'tb_googleplus',''),(463,11,'tb_linkedin',''),(464,11,'tb_pinterest',''),(465,11,'tb_instagram',''),(466,12,'nickname','kenbanschick'),(467,12,'first_name','ken'),(468,12,'last_name','Banschick'),(469,12,'description',''),(470,12,'rich_editing','true'),(471,12,'comment_shortcuts','false'),(472,12,'admin_color','fresh'),(473,12,'use_ssl','0'),(474,12,'show_admin_bar_front','true'),(475,12,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(476,12,'wp_user_level','0'),(477,12,'dismissed_wp_pointers',''),(478,12,'_yoast_wpseo_profile_updated','1471196949'),(479,12,'last_update','1471196949'),(480,12,'billing_country','US'),(481,12,'billing_first_name','ken'),(482,12,'billing_last_name','Banschick'),(483,12,'billing_address_1','388 second avenue #203'),(484,12,'billing_address_2',NULL),(485,12,'billing_city','New York'),(486,12,'billing_state','NY'),(487,12,'billing_postcode','80010'),(488,12,'billing_email','loveyourbrain@ureach.com'),(489,12,'billing_phone','2125551212'),(490,12,'shipping_country','US'),(491,12,'shipping_first_name','ken'),(492,12,'shipping_last_name','Banschick'),(493,12,'shipping_address_1','388 second avenue #203'),(494,12,'shipping_address_2',NULL),(495,12,'shipping_city','New York'),(496,12,'shipping_state','NY'),(497,12,'shipping_postcode','80010'),(498,12,'osc_id','11'),(499,12,'googleplus',''),(500,12,'twitter',''),(501,12,'facebook',''),(502,12,'tb_twitter',''),(503,12,'tb_facebook',''),(504,12,'tb_googleplus',''),(505,12,'tb_linkedin',''),(506,12,'tb_pinterest',''),(507,12,'tb_instagram',''),(508,13,'nickname','kenbanchick'),(509,13,'first_name','ken'),(510,13,'last_name','banchick'),(511,13,'description',''),(512,13,'rich_editing','true'),(513,13,'comment_shortcuts','false'),(514,13,'admin_color','fresh'),(515,13,'use_ssl','0'),(516,13,'show_admin_bar_front','true'),(517,13,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(518,13,'wp_user_level','0'),(519,13,'dismissed_wp_pointers',''),(520,13,'_yoast_wpseo_profile_updated','1471196949'),(521,13,'last_update','1471196949'),(522,13,'billing_country','US'),(523,13,'billing_first_name','ken'),(524,13,'billing_last_name','banchick'),(525,13,'billing_address_1','388 second avenue #203'),(526,13,'billing_address_2',NULL),(527,13,'billing_city','New York'),(528,13,'billing_state','NY'),(529,13,'billing_postcode','90010'),(530,13,'billing_email','tjmarketing@ureach.com'),(531,13,'billing_phone','6465948819'),(532,13,'shipping_country','US'),(533,13,'shipping_first_name','ken'),(534,13,'shipping_last_name','banchick'),(535,13,'shipping_address_1','388 second avenue #203'),(536,13,'shipping_address_2',NULL),(537,13,'shipping_city','New York'),(538,13,'shipping_state','NY'),(539,13,'shipping_postcode','90010'),(540,13,'osc_id','12'),(541,13,'googleplus',''),(542,13,'twitter',''),(543,13,'facebook',''),(544,13,'tb_twitter',''),(545,13,'tb_facebook',''),(546,13,'tb_googleplus',''),(547,13,'tb_linkedin',''),(548,13,'tb_pinterest',''),(549,13,'tb_instagram',''),(550,14,'nickname','lardans'),(551,14,'first_name','lar'),(552,14,'last_name','dans'),(553,14,'description',''),(554,14,'rich_editing','true'),(555,14,'comment_shortcuts','false'),(556,14,'admin_color','fresh'),(557,14,'use_ssl','0'),(558,14,'show_admin_bar_front','true'),(559,14,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(560,14,'wp_user_level','0'),(561,14,'dismissed_wp_pointers',''),(562,14,'_yoast_wpseo_profile_updated','1471196949'),(563,14,'last_update','1471196949'),(564,14,'billing_country','US'),(565,14,'billing_first_name','lar'),(566,14,'billing_last_name','dans'),(567,14,'billing_address_1','5 derive'),(568,14,'billing_address_2',NULL),(569,14,'billing_city','new york'),(570,14,'billing_state','NY'),(571,14,'billing_postcode','80010'),(572,14,'billing_email','nojeziwow-2646@yopmail.com'),(573,14,'billing_phone',''),(574,14,'shipping_country','US'),(575,14,'shipping_first_name','lar'),(576,14,'shipping_last_name','dans'),(577,14,'shipping_address_1','5 derive'),(578,14,'shipping_address_2',NULL),(579,14,'shipping_city','new york'),(580,14,'shipping_state','NY'),(581,14,'shipping_postcode','80010'),(582,14,'osc_id','13'),(583,14,'googleplus',''),(584,14,'twitter',''),(585,14,'facebook',''),(586,14,'tb_twitter',''),(587,14,'tb_facebook',''),(588,14,'tb_googleplus',''),(589,14,'tb_linkedin',''),(590,14,'tb_pinterest',''),(591,14,'tb_instagram',''),(592,15,'nickname','andywanderfuls1'),(593,15,'first_name','Andy'),(594,15,'last_name','Wanderfuls'),(595,15,'description',''),(596,15,'rich_editing','true'),(597,15,'comment_shortcuts','false'),(598,15,'admin_color','fresh'),(599,15,'use_ssl','0'),(600,15,'show_admin_bar_front','true'),(601,15,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(602,15,'wp_user_level','0'),(603,15,'dismissed_wp_pointers',''),(604,15,'_yoast_wpseo_profile_updated','1471196949'),(605,15,'last_update','1471196949'),(606,15,'billing_country','US'),(607,15,'billing_first_name','Andy'),(608,15,'billing_last_name','Wanderfuls'),(609,15,'billing_address_1','150 West 28th Street'),(610,15,'billing_address_2',NULL),(611,15,'billing_city','New York'),(612,15,'billing_state','NY'),(613,15,'billing_postcode','10001'),(614,15,'billing_email','allaruffammu-3304@yopmail.com'),(615,15,'billing_phone','6465802639'),(616,15,'shipping_country','US'),(617,15,'shipping_first_name','Andy'),(618,15,'shipping_last_name','Wanderfuls'),(619,15,'shipping_address_1','150 West 28th Street'),(620,15,'shipping_address_2',NULL),(621,15,'shipping_city','New York'),(622,15,'shipping_state','NY'),(623,15,'shipping_postcode','10001'),(624,15,'osc_id','16'),(625,15,'googleplus',''),(626,15,'twitter',''),(627,15,'facebook',''),(628,15,'tb_twitter',''),(629,15,'tb_facebook',''),(630,15,'tb_googleplus',''),(631,15,'tb_linkedin',''),(632,15,'tb_pinterest',''),(633,15,'tb_instagram',''),(634,16,'nickname','osdfmommomo'),(635,16,'first_name','osdfm'),(636,16,'last_name','ommomo'),(637,16,'description',''),(638,16,'rich_editing','true'),(639,16,'comment_shortcuts','false'),(640,16,'admin_color','fresh'),(641,16,'use_ssl','0'),(642,16,'show_admin_bar_front','true'),(643,16,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(644,16,'wp_user_level','0'),(645,16,'dismissed_wp_pointers',''),(646,16,'_yoast_wpseo_profile_updated','1471196949'),(647,16,'last_update','1471196950'),(648,16,'billing_country','US'),(649,16,'billing_first_name','osdfm'),(650,16,'billing_last_name','ommomo'),(651,16,'billing_address_1','150 West 28th Street'),(652,16,'billing_address_2',NULL),(653,16,'billing_city','New York'),(654,16,'billing_state','NY'),(655,16,'billing_postcode','10001'),(656,16,'billing_email','sogapaba-8980@yopmail.com'),(657,16,'billing_phone','6465802639'),(658,16,'shipping_country','US'),(659,16,'shipping_first_name','osdfm'),(660,16,'shipping_last_name','ommomo'),(661,16,'shipping_address_1','150 West 28th Street'),(662,16,'shipping_address_2',NULL),(663,16,'shipping_city','New York'),(664,16,'shipping_state','NY'),(665,16,'shipping_postcode','10001'),(666,16,'osc_id','17'),(667,16,'googleplus',''),(668,16,'twitter',''),(669,16,'facebook',''),(670,16,'tb_twitter',''),(671,16,'tb_facebook',''),(672,16,'tb_googleplus',''),(673,16,'tb_linkedin',''),(674,16,'tb_pinterest',''),(675,16,'tb_instagram',''),(676,17,'nickname','nunununununu'),(677,17,'first_name','nununu'),(678,17,'last_name','nununu'),(679,17,'description',''),(680,17,'rich_editing','true'),(681,17,'comment_shortcuts','false'),(682,17,'admin_color','fresh'),(683,17,'use_ssl','0'),(684,17,'show_admin_bar_front','true'),(685,17,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(686,17,'wp_user_level','0'),(687,17,'dismissed_wp_pointers',''),(688,17,'_yoast_wpseo_profile_updated','1471196950'),(689,17,'last_update','1471196950'),(690,17,'billing_country','US'),(691,17,'billing_first_name','nununu'),(692,17,'billing_last_name','nununu'),(693,17,'billing_address_1','150 West 28th Street'),(694,17,'billing_address_2',NULL),(695,17,'billing_city','New York'),(696,17,'billing_state','NY'),(697,17,'billing_postcode','10001'),(698,17,'billing_email','lorovute-6458@yopmail.com'),(699,17,'billing_phone','6465802639'),(700,17,'shipping_country','US'),(701,17,'shipping_first_name','nununu'),(702,17,'shipping_last_name','nununu'),(703,17,'shipping_address_1','150 West 28th Street'),(704,17,'shipping_address_2',NULL),(705,17,'shipping_city','New York'),(706,17,'shipping_state','NY'),(707,17,'shipping_postcode','10001'),(708,17,'osc_id','18'),(709,17,'googleplus',''),(710,17,'twitter',''),(711,17,'facebook',''),(712,17,'tb_twitter',''),(713,17,'tb_facebook',''),(714,17,'tb_googleplus',''),(715,17,'tb_linkedin',''),(716,17,'tb_pinterest',''),(717,17,'tb_instagram',''),(718,18,'nickname','maryfmith'),(719,18,'first_name','mary'),(720,18,'last_name','fmith'),(721,18,'description',''),(722,18,'rich_editing','true'),(723,18,'comment_shortcuts','false'),(724,18,'admin_color','fresh'),(725,18,'use_ssl','0'),(726,18,'show_admin_bar_front','true'),(727,18,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(728,18,'wp_user_level','0'),(729,18,'dismissed_wp_pointers',''),(730,18,'_yoast_wpseo_profile_updated','1471196950'),(731,18,'last_update','1471196950'),(732,18,'billing_country','US'),(733,18,'billing_first_name','mary'),(734,18,'billing_last_name','fmith'),(735,18,'billing_address_1','57oakstreet'),(736,18,'billing_address_2',NULL),(737,18,'billing_city','queens'),(738,18,'billing_state','NY'),(739,18,'billing_postcode','11374'),(740,18,'billing_email','judy.wanderfuls@gmail.com'),(741,18,'billing_phone','7185551212'),(742,18,'shipping_country','US'),(743,18,'shipping_first_name','mary'),(744,18,'shipping_last_name','fmith'),(745,18,'shipping_address_1','57oakstreet'),(746,18,'shipping_address_2',NULL),(747,18,'shipping_city','queens'),(748,18,'shipping_state','NY'),(749,18,'shipping_postcode','11374'),(750,18,'osc_id','19'),(751,18,'googleplus',''),(752,18,'twitter',''),(753,18,'facebook',''),(754,18,'tb_twitter',''),(755,18,'tb_facebook',''),(756,18,'tb_googleplus',''),(757,18,'tb_linkedin',''),(758,18,'tb_pinterest',''),(759,18,'tb_instagram',''),(760,19,'nickname','mrimon'),(761,19,'first_name','mri'),(762,19,'last_name','mon'),(763,19,'description',''),(764,19,'rich_editing','true'),(765,19,'comment_shortcuts','false'),(766,19,'admin_color','fresh'),(767,19,'use_ssl','0'),(768,19,'show_admin_bar_front','true'),(769,19,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(770,19,'wp_user_level','0'),(771,19,'dismissed_wp_pointers',''),(772,19,'_yoast_wpseo_profile_updated','1471196950'),(773,19,'last_update','1471196950'),(774,19,'billing_country',NULL),(775,19,'billing_first_name','mri'),(776,19,'billing_last_name','mon'),(777,19,'billing_address_1',''),(778,19,'billing_address_2',NULL),(779,19,'billing_city',''),(780,19,'billing_state',NULL),(781,19,'billing_postcode',''),(782,19,'billing_email','2008.mrigank@gmail.com'),(783,19,'billing_phone',''),(784,19,'shipping_country',NULL),(785,19,'shipping_first_name','mri'),(786,19,'shipping_last_name','mon'),(787,19,'shipping_address_1',''),(788,19,'shipping_address_2',NULL),(789,19,'shipping_city',''),(790,19,'shipping_state',NULL),(791,19,'shipping_postcode',''),(792,19,'osc_id','20'),(793,19,'googleplus',''),(794,19,'twitter',''),(795,19,'facebook',''),(796,19,'tb_twitter',''),(797,19,'tb_facebook',''),(798,19,'tb_googleplus',''),(799,19,'tb_linkedin',''),(800,19,'tb_pinterest',''),(801,19,'tb_instagram',''),(802,20,'nickname','kkdkdfsf'),(803,20,'first_name','kkdk'),(804,20,'last_name','dfsf'),(805,20,'description',''),(806,20,'rich_editing','true'),(807,20,'comment_shortcuts','false'),(808,20,'admin_color','fresh'),(809,20,'use_ssl','0'),(810,20,'show_admin_bar_front','true'),(811,20,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(812,20,'wp_user_level','0'),(813,20,'dismissed_wp_pointers',''),(814,20,'_yoast_wpseo_profile_updated','1471196950'),(815,20,'last_update','1471196950'),(816,20,'billing_country',NULL),(817,20,'billing_first_name','kkdk'),(818,20,'billing_last_name','dfsf'),(819,20,'billing_address_1',''),(820,20,'billing_address_2',NULL),(821,20,'billing_city',''),(822,20,'billing_state',NULL),(823,20,'billing_postcode',''),(824,20,'billing_email','2008.m@gmail.com'),(825,20,'billing_phone',''),(826,20,'shipping_country',NULL),(827,20,'shipping_first_name','kkdk'),(828,20,'shipping_last_name','dfsf'),(829,20,'shipping_address_1',''),(830,20,'shipping_address_2',NULL),(831,20,'shipping_city',''),(832,20,'shipping_state',NULL),(833,20,'shipping_postcode',''),(834,20,'osc_id','21'),(835,20,'googleplus',''),(836,20,'twitter',''),(837,20,'facebook',''),(838,20,'tb_twitter',''),(839,20,'tb_facebook',''),(840,20,'tb_googleplus',''),(841,20,'tb_linkedin',''),(842,20,'tb_pinterest',''),(843,20,'tb_instagram',''),(844,21,'nickname','dksakjsdnks'),(845,21,'first_name','dksa'),(846,21,'last_name','KJSDNKS'),(847,21,'description',''),(848,21,'rich_editing','true'),(849,21,'comment_shortcuts','false'),(850,21,'admin_color','fresh'),(851,21,'use_ssl','0'),(852,21,'show_admin_bar_front','true'),(853,21,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(854,21,'wp_user_level','0'),(855,21,'dismissed_wp_pointers',''),(856,21,'_yoast_wpseo_profile_updated','1471196950'),(857,21,'last_update','1471196950'),(858,21,'billing_country',NULL),(859,21,'billing_first_name','dksa'),(860,21,'billing_last_name','KJSDNKS'),(861,21,'billing_address_1',''),(862,21,'billing_address_2',NULL),(863,21,'billing_city',''),(864,21,'billing_state',NULL),(865,21,'billing_postcode',''),(866,21,'billing_email','mriganka@gmail.com'),(867,21,'billing_phone',''),(868,21,'shipping_country',NULL),(869,21,'shipping_first_name','dksa'),(870,21,'shipping_last_name','KJSDNKS'),(871,21,'shipping_address_1',''),(872,21,'shipping_address_2',NULL),(873,21,'shipping_city',''),(874,21,'shipping_state',NULL),(875,21,'shipping_postcode',''),(876,21,'osc_id','22'),(877,21,'googleplus',''),(878,21,'twitter',''),(879,21,'facebook',''),(880,21,'tb_twitter',''),(881,21,'tb_facebook',''),(882,21,'tb_googleplus',''),(883,21,'tb_linkedin',''),(884,21,'tb_pinterest',''),(885,21,'tb_instagram',''),(886,22,'nickname','kenmorris'),(887,22,'first_name','Ken'),(888,22,'last_name','morris'),(889,22,'description',''),(890,22,'rich_editing','true'),(891,22,'comment_shortcuts','false'),(892,22,'admin_color','fresh'),(893,22,'use_ssl','0'),(894,22,'show_admin_bar_front','true'),(895,22,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(896,22,'wp_user_level','0'),(897,22,'dismissed_wp_pointers',''),(898,22,'_yoast_wpseo_profile_updated','1471196950'),(899,22,'last_update','1471196950'),(900,22,'billing_country','US'),(901,22,'billing_first_name','Ken'),(902,22,'billing_last_name','morris'),(903,22,'billing_address_1','388 main st'),(904,22,'billing_address_2',NULL),(905,22,'billing_city','newark'),(906,22,'billing_state','DE'),(907,22,'billing_postcode','07801'),(908,22,'billing_email','uritanna-0284@yopmail.com'),(909,22,'billing_phone','201-555-1212'),(910,22,'shipping_country','US'),(911,22,'shipping_first_name','Ken'),(912,22,'shipping_last_name','morris'),(913,22,'shipping_address_1','388 main st'),(914,22,'shipping_address_2',NULL),(915,22,'shipping_city','newark'),(916,22,'shipping_state','DE'),(917,22,'shipping_postcode','07801'),(918,22,'osc_id','23'),(919,22,'googleplus',''),(920,22,'twitter',''),(921,22,'facebook',''),(922,22,'tb_twitter',''),(923,22,'tb_facebook',''),(924,22,'tb_googleplus',''),(925,22,'tb_linkedin',''),(926,22,'tb_pinterest',''),(927,22,'tb_instagram',''),(928,23,'nickname','kenbanschick1'),(929,23,'first_name','ken'),(930,23,'last_name','banschick'),(931,23,'description',''),(932,23,'rich_editing','true'),(933,23,'comment_shortcuts','false'),(934,23,'admin_color','fresh'),(935,23,'use_ssl','0'),(936,23,'show_admin_bar_front','true'),(937,23,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(938,23,'wp_user_level','0'),(939,23,'dismissed_wp_pointers',''),(940,23,'_yoast_wpseo_profile_updated','1471196950'),(941,23,'last_update','1471196950'),(942,23,'billing_country','US'),(943,23,'billing_first_name','ken'),(944,23,'billing_last_name','banschick'),(945,23,'billing_address_1','1 maywood ave'),(946,23,'billing_address_2',NULL),(947,23,'billing_city','san diego'),(948,23,'billing_state','CA'),(949,23,'billing_postcode','10010'),(950,23,'billing_email','bddirect@ureach.com'),(951,23,'billing_phone','90100'),(952,23,'shipping_country','US'),(953,23,'shipping_first_name','ken'),(954,23,'shipping_last_name','banschick'),(955,23,'shipping_address_1','1 maywood ave'),(956,23,'shipping_address_2',NULL),(957,23,'shipping_city','san diego'),(958,23,'shipping_state','CA'),(959,23,'shipping_postcode','10010'),(960,23,'osc_id','25'),(961,23,'googleplus',''),(962,23,'twitter',''),(963,23,'facebook',''),(964,23,'tb_twitter',''),(965,23,'tb_facebook',''),(966,23,'tb_googleplus',''),(967,23,'tb_linkedin',''),(968,23,'tb_pinterest',''),(969,23,'tb_instagram',''),(970,24,'nickname','suvedudas'),(971,24,'first_name','suvedu'),(972,24,'last_name','das'),(973,24,'description',''),(974,24,'rich_editing','true'),(975,24,'comment_shortcuts','false'),(976,24,'admin_color','fresh'),(977,24,'use_ssl','0'),(978,24,'show_admin_bar_front','true'),(979,24,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(980,24,'wp_user_level','0'),(981,24,'dismissed_wp_pointers',''),(982,24,'_yoast_wpseo_profile_updated','1471196950'),(983,24,'last_update','1471196950'),(984,24,'billing_country','US'),(985,24,'billing_first_name','suvedu'),(986,24,'billing_last_name','das'),(987,24,'billing_address_1','265 South Federal Highway #128'),(988,24,'billing_address_2',NULL),(989,24,'billing_city','dasnagar'),(990,24,'billing_state','CA'),(991,24,'billing_postcode','20147'),(992,24,'billing_email','suvendu.iksen@gmail.com'),(993,24,'billing_phone',''),(994,24,'shipping_country','US'),(995,24,'shipping_first_name','suvedu'),(996,24,'shipping_last_name','das'),(997,24,'shipping_address_1','265 South Federal Highway #128'),(998,24,'shipping_address_2',NULL),(999,24,'shipping_city','dasnagar'),(1000,24,'shipping_state','CA'),(1001,24,'shipping_postcode','20147'),(1002,24,'osc_id','28'),(1003,24,'googleplus',''),(1004,24,'twitter',''),(1005,24,'facebook',''),(1006,24,'tb_twitter',''),(1007,24,'tb_facebook',''),(1008,24,'tb_googleplus',''),(1009,24,'tb_linkedin',''),(1010,24,'tb_pinterest',''),(1011,24,'tb_instagram',''),(1012,25,'nickname','qweqeqweqweqwewqeqw'),(1013,25,'first_name','qweqeqwe'),(1014,25,'last_name','qweqwewqeqw'),(1015,25,'description',''),(1016,25,'rich_editing','true'),(1017,25,'comment_shortcuts','false'),(1018,25,'admin_color','fresh'),(1019,25,'use_ssl','0'),(1020,25,'show_admin_bar_front','true'),(1021,25,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1022,25,'wp_user_level','0'),(1023,25,'dismissed_wp_pointers',''),(1024,25,'_yoast_wpseo_profile_updated','1471196951'),(1025,25,'last_update','1471196951'),(1026,25,'billing_country','US'),(1027,25,'billing_first_name','qweqeqwe'),(1028,25,'billing_last_name','qweqwewqeqw'),(1029,25,'billing_address_1','qeeqweewq'),(1030,25,'billing_address_2',NULL),(1031,25,'billing_city','qweqweqwe'),(1032,25,'billing_state','FL'),(1033,25,'billing_postcode','02915'),(1034,25,'billing_email','2008.mriganka@gmail.com'),(1035,25,'billing_phone','21312321'),(1036,25,'shipping_country','US'),(1037,25,'shipping_first_name','qweqeqwe'),(1038,25,'shipping_last_name','qweqwewqeqw'),(1039,25,'shipping_address_1','qeeqweewq'),(1040,25,'shipping_address_2',NULL),(1041,25,'shipping_city','qweqweqwe'),(1042,25,'shipping_state','FL'),(1043,25,'shipping_postcode','02915'),(1044,25,'osc_id','31'),(1045,25,'googleplus',''),(1046,25,'twitter',''),(1047,25,'facebook',''),(1048,25,'tb_twitter',''),(1049,25,'tb_facebook',''),(1050,25,'tb_googleplus',''),(1051,25,'tb_linkedin',''),(1052,25,'tb_pinterest',''),(1053,25,'tb_instagram',''),(1054,26,'nickname','kentbandhick'),(1055,26,'first_name','kent'),(1056,26,'last_name','bandhick'),(1057,26,'description',''),(1058,26,'rich_editing','true'),(1059,26,'comment_shortcuts','false'),(1060,26,'admin_color','fresh'),(1061,26,'use_ssl','0'),(1062,26,'show_admin_bar_front','true'),(1063,26,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1064,26,'wp_user_level','0'),(1065,26,'dismissed_wp_pointers',''),(1066,26,'_yoast_wpseo_profile_updated','1471196951'),(1067,26,'last_update','1471196951'),(1068,26,'billing_country','US'),(1069,26,'billing_first_name','kent'),(1070,26,'billing_last_name','bandhick'),(1071,26,'billing_address_1','353 Third Avenue #350'),(1072,26,'billing_address_2',NULL),(1073,26,'billing_city','New York'),(1074,26,'billing_state','NY'),(1075,26,'billing_postcode','10016'),(1076,26,'billing_email','loveyourbrain@fastmail.com'),(1077,26,'billing_phone','7188130811'),(1078,26,'shipping_country','US'),(1079,26,'shipping_first_name','kent'),(1080,26,'shipping_last_name','bandhick'),(1081,26,'shipping_address_1','353 Third Avenue #350'),(1082,26,'shipping_address_2',NULL),(1083,26,'shipping_city','New York'),(1084,26,'shipping_state','NY'),(1085,26,'shipping_postcode','10016'),(1086,26,'osc_id','32'),(1087,26,'googleplus',''),(1088,26,'twitter',''),(1089,26,'facebook',''),(1090,26,'tb_twitter',''),(1091,26,'tb_facebook',''),(1092,26,'tb_googleplus',''),(1093,26,'tb_linkedin',''),(1094,26,'tb_pinterest',''),(1095,26,'tb_instagram',''),(1096,27,'nickname','chrispaglia'),(1097,27,'first_name','Chris'),(1098,27,'last_name','Paglia'),(1099,27,'description',''),(1100,27,'rich_editing','true'),(1101,27,'comment_shortcuts','false'),(1102,27,'admin_color','fresh'),(1103,27,'use_ssl','0'),(1104,27,'show_admin_bar_front','true'),(1105,27,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1106,27,'wp_user_level','0'),(1107,27,'dismissed_wp_pointers',''),(1108,27,'_yoast_wpseo_profile_updated','1471196951'),(1109,27,'last_update','1471196951'),(1110,27,'billing_country','US'),(1111,27,'billing_first_name','Chris'),(1112,27,'billing_last_name','Paglia'),(1113,27,'billing_address_1','11128 122 Street'),(1114,27,'billing_address_2',NULL),(1115,27,'billing_city','South Ozone Park'),(1116,27,'billing_state','NY'),(1117,27,'billing_postcode','11420'),(1118,27,'billing_email','xpag406@msn.com'),(1119,27,'billing_phone','3474181835'),(1120,27,'shipping_country','US'),(1121,27,'shipping_first_name','Chris'),(1122,27,'shipping_last_name','Paglia'),(1123,27,'shipping_address_1','11128 122 Street'),(1124,27,'shipping_address_2',NULL),(1125,27,'shipping_city','South Ozone Park'),(1126,27,'shipping_state','NY'),(1127,27,'shipping_postcode','11420'),(1128,27,'osc_id','33'),(1129,27,'googleplus',''),(1130,27,'twitter',''),(1131,27,'facebook',''),(1132,27,'tb_twitter',''),(1133,27,'tb_facebook',''),(1134,27,'tb_googleplus',''),(1135,27,'tb_linkedin',''),(1136,27,'tb_pinterest',''),(1137,27,'tb_instagram',''),(1138,28,'nickname','gfjfgfjfgj'),(1139,28,'first_name','gfjf'),(1140,28,'last_name','gfjfgj'),(1141,28,'description',''),(1142,28,'rich_editing','true'),(1143,28,'comment_shortcuts','false'),(1144,28,'admin_color','fresh'),(1145,28,'use_ssl','0'),(1146,28,'show_admin_bar_front','true'),(1147,28,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1148,28,'wp_user_level','0'),(1149,28,'dismissed_wp_pointers',''),(1150,28,'_yoast_wpseo_profile_updated','1471196951'),(1151,28,'last_update','1471196951'),(1152,28,'billing_country','US'),(1153,28,'billing_first_name','gfjf'),(1154,28,'billing_last_name','gfjfgj'),(1155,28,'billing_address_1','537537 dfh gfhghrgf'),(1156,28,'billing_address_2',NULL),(1157,28,'billing_city','fghfg'),(1158,28,'billing_state','AZ'),(1159,28,'billing_postcode','56456'),(1160,28,'billing_email','koko@baba.com'),(1161,28,'billing_phone','537357357'),(1162,28,'shipping_country','US'),(1163,28,'shipping_first_name','gfjf'),(1164,28,'shipping_last_name','gfjfgj'),(1165,28,'shipping_address_1','537537 dfh gfhghrgf'),(1166,28,'shipping_address_2',NULL),(1167,28,'shipping_city','fghfg'),(1168,28,'shipping_state','AZ'),(1169,28,'shipping_postcode','56456'),(1170,28,'osc_id','34'),(1171,28,'googleplus',''),(1172,28,'twitter',''),(1173,28,'facebook',''),(1174,28,'tb_twitter',''),(1175,28,'tb_facebook',''),(1176,28,'tb_googleplus',''),(1177,28,'tb_linkedin',''),(1178,28,'tb_pinterest',''),(1179,28,'tb_instagram',''),(1180,29,'nickname','kenbanchick1'),(1181,29,'first_name','ken'),(1182,29,'last_name','banchick'),(1183,29,'description',''),(1184,29,'rich_editing','true'),(1185,29,'comment_shortcuts','false'),(1186,29,'admin_color','fresh'),(1187,29,'use_ssl','0'),(1188,29,'show_admin_bar_front','true'),(1189,29,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1190,29,'wp_user_level','0'),(1191,29,'dismissed_wp_pointers',''),(1192,29,'_yoast_wpseo_profile_updated','1471196951'),(1193,29,'last_update','1471196951'),(1194,29,'billing_country','US'),(1195,29,'billing_first_name','ken'),(1196,29,'billing_last_name','banchick'),(1197,29,'billing_address_1','388 second avenue #203'),(1198,29,'billing_address_2',NULL),(1199,29,'billing_city','New York'),(1200,29,'billing_state','NY'),(1201,29,'billing_postcode','10010'),(1202,29,'billing_email','wanderfuls@yahoo.com'),(1203,29,'billing_phone','718-813-0811'),(1204,29,'shipping_country','US'),(1205,29,'shipping_first_name','ken'),(1206,29,'shipping_last_name','banchick'),(1207,29,'shipping_address_1','388 second avenue #203'),(1208,29,'shipping_address_2',NULL),(1209,29,'shipping_city','New York'),(1210,29,'shipping_state','NY'),(1211,29,'shipping_postcode','10010'),(1212,29,'osc_id','35'),(1213,29,'googleplus',''),(1214,29,'twitter',''),(1215,29,'facebook',''),(1216,29,'tb_twitter',''),(1217,29,'tb_facebook',''),(1218,29,'tb_googleplus',''),(1219,29,'tb_linkedin',''),(1220,29,'tb_pinterest',''),(1221,29,'tb_instagram',''),(1222,30,'nickname','reginamurph'),(1223,30,'first_name','regina'),(1224,30,'last_name','murph'),(1225,30,'description',''),(1226,30,'rich_editing','true'),(1227,30,'comment_shortcuts','false'),(1228,30,'admin_color','fresh'),(1229,30,'use_ssl','0'),(1230,30,'show_admin_bar_front','true'),(1231,30,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1232,30,'wp_user_level','0'),(1233,30,'dismissed_wp_pointers',''),(1234,30,'_yoast_wpseo_profile_updated','1471196951'),(1235,30,'last_update','1471196951'),(1236,30,'billing_country','US'),(1237,30,'billing_first_name','regina'),(1238,30,'billing_last_name','murph'),(1239,30,'billing_address_1','100-B COLLEGE COURT STATION'),(1240,30,'billing_address_2',NULL),(1241,30,'billing_city','ELIZABETHTOWN'),(1242,30,'billing_state','KY'),(1243,30,'billing_postcode','42701'),(1244,30,'billing_email','regina.s.murph@gmail.com'),(1245,30,'billing_phone','9318023068'),(1246,30,'shipping_country','US'),(1247,30,'shipping_first_name','regina'),(1248,30,'shipping_last_name','murph'),(1249,30,'shipping_address_1','100-B COLLEGE COURT STATION'),(1250,30,'shipping_address_2',NULL),(1251,30,'shipping_city','ELIZABETHTOWN'),(1252,30,'shipping_state','KY'),(1253,30,'shipping_postcode','42701'),(1254,30,'osc_id','36'),(1255,30,'googleplus',''),(1256,30,'twitter',''),(1257,30,'facebook',''),(1258,30,'tb_twitter',''),(1259,30,'tb_facebook',''),(1260,30,'tb_googleplus',''),(1261,30,'tb_linkedin',''),(1262,30,'tb_pinterest',''),(1263,30,'tb_instagram',''),(1264,31,'nickname','jimmyzhaojimmyzhao'),(1265,31,'first_name','Jimmy zhao'),(1266,31,'last_name','Jimmy zhao'),(1267,31,'description',''),(1268,31,'rich_editing','true'),(1269,31,'comment_shortcuts','false'),(1270,31,'admin_color','fresh'),(1271,31,'use_ssl','0'),(1272,31,'show_admin_bar_front','true'),(1273,31,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1274,31,'wp_user_level','0'),(1275,31,'dismissed_wp_pointers',''),(1276,31,'_yoast_wpseo_profile_updated','1471196951'),(1277,31,'last_update','1471196951'),(1278,31,'billing_country','US'),(1279,31,'billing_first_name','Jimmy zhao'),(1280,31,'billing_last_name','Jimmy zhao'),(1281,31,'billing_address_1','1959 Auto Center Dr 1959'),(1282,31,'billing_address_2',NULL),(1283,31,'billing_city','Glendora'),(1284,31,'billing_state','CA'),(1285,31,'billing_postcode','91740'),(1286,31,'billing_email','promotions@megainformationtech.com'),(1287,31,'billing_phone','909-394-5623'),(1288,31,'shipping_country','US'),(1289,31,'shipping_first_name','Jimmy zhao'),(1290,31,'shipping_last_name','Jimmy zhao'),(1291,31,'shipping_address_1','1959 Auto Center Dr 1959'),(1292,31,'shipping_address_2',NULL),(1293,31,'shipping_city','Glendora'),(1294,31,'shipping_state','CA'),(1295,31,'shipping_postcode','91740'),(1296,31,'osc_id','37'),(1297,31,'googleplus',''),(1298,31,'twitter',''),(1299,31,'facebook',''),(1300,31,'tb_twitter',''),(1301,31,'tb_facebook',''),(1302,31,'tb_googleplus',''),(1303,31,'tb_linkedin',''),(1304,31,'tb_pinterest',''),(1305,31,'tb_instagram',''),(1306,32,'nickname','patriciadu'),(1307,32,'first_name','Patricia'),(1308,32,'last_name','Du'),(1309,32,'description',''),(1310,32,'rich_editing','true'),(1311,32,'comment_shortcuts','false'),(1312,32,'admin_color','fresh'),(1313,32,'use_ssl','0'),(1314,32,'show_admin_bar_front','true'),(1315,32,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1316,32,'wp_user_level','0'),(1317,32,'dismissed_wp_pointers',''),(1318,32,'_yoast_wpseo_profile_updated','1471196951'),(1319,32,'last_update','1471196951'),(1320,32,'billing_country','US'),(1321,32,'billing_first_name','Patricia'),(1322,32,'billing_last_name','Du'),(1323,32,'billing_address_1','811 S Bayshore Blvd'),(1324,32,'billing_address_2',NULL),(1325,32,'billing_city','San Mateo'),(1326,32,'billing_state','CA'),(1327,32,'billing_postcode','94401'),(1328,32,'billing_email','pia0170@yahoo.com'),(1329,32,'billing_phone','5103315036'),(1330,32,'shipping_country','US'),(1331,32,'shipping_first_name','Patricia'),(1332,32,'shipping_last_name','Du'),(1333,32,'shipping_address_1','811 S Bayshore Blvd'),(1334,32,'shipping_address_2',NULL),(1335,32,'shipping_city','San Mateo'),(1336,32,'shipping_state','CA'),(1337,32,'shipping_postcode','94401'),(1338,32,'osc_id','38'),(1339,32,'googleplus',''),(1340,32,'twitter',''),(1341,32,'facebook',''),(1342,32,'tb_twitter',''),(1343,32,'tb_facebook',''),(1344,32,'tb_googleplus',''),(1345,32,'tb_linkedin',''),(1346,32,'tb_pinterest',''),(1347,32,'tb_instagram',''),(1348,33,'nickname','janedoe'),(1349,33,'first_name','Jane'),(1350,33,'last_name','Doe'),(1351,33,'description',''),(1352,33,'rich_editing','true'),(1353,33,'comment_shortcuts','false'),(1354,33,'admin_color','fresh'),(1355,33,'use_ssl','0'),(1356,33,'show_admin_bar_front','true'),(1357,33,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1358,33,'wp_user_level','0'),(1359,33,'dismissed_wp_pointers',''),(1360,33,'_yoast_wpseo_profile_updated','1471196951'),(1361,33,'last_update','1471196952'),(1362,33,'billing_country','US'),(1363,33,'billing_first_name','Jane'),(1364,33,'billing_last_name','Doe'),(1365,33,'billing_address_1','150 w. 28th st'),(1366,33,'billing_address_2',NULL),(1367,33,'billing_city','New York'),(1368,33,'billing_state','IN'),(1369,33,'billing_postcode','47711'),(1370,33,'billing_email','jessica.wanderfuls@gmail.com'),(1371,33,'billing_phone','973-111-11111'),(1372,33,'shipping_country','US'),(1373,33,'shipping_first_name','Jane'),(1374,33,'shipping_last_name','Doe'),(1375,33,'shipping_address_1','150 w. 28th st'),(1376,33,'shipping_address_2',NULL),(1377,33,'shipping_city','New York'),(1378,33,'shipping_state','IN'),(1379,33,'shipping_postcode','47711'),(1380,33,'osc_id','39'),(1381,33,'googleplus',''),(1382,33,'twitter',''),(1383,33,'facebook',''),(1384,33,'tb_twitter',''),(1385,33,'tb_facebook',''),(1386,33,'tb_googleplus',''),(1387,33,'tb_linkedin',''),(1388,33,'tb_pinterest',''),(1389,33,'tb_instagram',''),(1390,34,'nickname','testwts'),(1391,34,'first_name','test'),(1392,34,'last_name','wts'),(1393,34,'description',''),(1394,34,'rich_editing','true'),(1395,34,'comment_shortcuts','false'),(1396,34,'admin_color','fresh'),(1397,34,'use_ssl','0'),(1398,34,'show_admin_bar_front','true'),(1399,34,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1400,34,'wp_user_level','0'),(1401,34,'dismissed_wp_pointers',''),(1402,34,'_yoast_wpseo_profile_updated','1471196952'),(1403,34,'last_update','1471196952'),(1404,34,'billing_country','US'),(1405,34,'billing_first_name','test'),(1406,34,'billing_last_name','wts'),(1407,34,'billing_address_1','test test'),(1408,34,'billing_address_2',NULL),(1409,34,'billing_city','new york'),(1410,34,'billing_state','ID'),(1411,34,'billing_postcode','10001'),(1412,34,'billing_email','testwts017@gmail.com'),(1413,34,'billing_phone','123-123-1234'),(1414,34,'shipping_country','US'),(1415,34,'shipping_first_name','test'),(1416,34,'shipping_last_name','wts'),(1417,34,'shipping_address_1','test test'),(1418,34,'shipping_address_2',NULL),(1419,34,'shipping_city','new york'),(1420,34,'shipping_state','ID'),(1421,34,'shipping_postcode','10001'),(1422,34,'osc_id','40'),(1423,34,'googleplus',''),(1424,34,'twitter',''),(1425,34,'facebook',''),(1426,34,'tb_twitter',''),(1427,34,'tb_facebook',''),(1428,34,'tb_googleplus',''),(1429,34,'tb_linkedin',''),(1430,34,'tb_pinterest',''),(1431,34,'tb_instagram',''),(1432,35,'nickname','mariacohen'),(1433,35,'first_name','maria'),(1434,35,'last_name','cohen'),(1435,35,'description',''),(1436,35,'rich_editing','true'),(1437,35,'comment_shortcuts','false'),(1438,35,'admin_color','fresh'),(1439,35,'use_ssl','0'),(1440,35,'show_admin_bar_front','true'),(1441,35,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1442,35,'wp_user_level','0'),(1443,35,'dismissed_wp_pointers',''),(1444,35,'_yoast_wpseo_profile_updated','1471196952'),(1445,35,'last_update','1471196952'),(1446,35,'billing_country','US'),(1447,35,'billing_first_name','maria'),(1448,35,'billing_last_name','cohen'),(1449,35,'billing_address_1','12137 via antigua'),(1450,35,'billing_address_2',NULL),(1451,35,'billing_city','el cajon'),(1452,35,'billing_state','CA'),(1453,35,'billing_postcode','92019'),(1454,35,'billing_email','nurture98@gmail.com'),(1455,35,'billing_phone','6195043796'),(1456,35,'shipping_country','US'),(1457,35,'shipping_first_name','maria'),(1458,35,'shipping_last_name','cohen'),(1459,35,'shipping_address_1','12137 via antigua'),(1460,35,'shipping_address_2',NULL),(1461,35,'shipping_city','el cajon'),(1462,35,'shipping_state','CA'),(1463,35,'shipping_postcode','92019'),(1464,35,'osc_id','41'),(1465,35,'googleplus',''),(1466,35,'twitter',''),(1467,35,'facebook',''),(1468,35,'tb_twitter',''),(1469,35,'tb_facebook',''),(1470,35,'tb_googleplus',''),(1471,35,'tb_linkedin',''),(1472,35,'tb_pinterest',''),(1473,35,'tb_instagram',''),(1474,36,'nickname','mariannesoifer'),(1475,36,'first_name','Marianne'),(1476,36,'last_name','Soifer'),(1477,36,'description',''),(1478,36,'rich_editing','true'),(1479,36,'comment_shortcuts','false'),(1480,36,'admin_color','fresh'),(1481,36,'use_ssl','0'),(1482,36,'show_admin_bar_front','true'),(1483,36,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1484,36,'wp_user_level','0'),(1485,36,'dismissed_wp_pointers',''),(1486,36,'_yoast_wpseo_profile_updated','1471196952'),(1487,36,'last_update','1471196952'),(1488,36,'billing_country',NULL),(1489,36,'billing_first_name','Marianne'),(1490,36,'billing_last_name','Soifer'),(1491,36,'billing_address_1',''),(1492,36,'billing_address_2',NULL),(1493,36,'billing_city',''),(1494,36,'billing_state',NULL),(1495,36,'billing_postcode',''),(1496,36,'billing_email','masoif@gmail.com'),(1497,36,'billing_phone',''),(1498,36,'shipping_country',NULL),(1499,36,'shipping_first_name','Marianne'),(1500,36,'shipping_last_name','Soifer'),(1501,36,'shipping_address_1',''),(1502,36,'shipping_address_2',NULL),(1503,36,'shipping_city',''),(1504,36,'shipping_state',NULL),(1505,36,'shipping_postcode',''),(1506,36,'osc_id','42'),(1507,36,'googleplus',''),(1508,36,'twitter',''),(1509,36,'facebook',''),(1510,36,'tb_twitter',''),(1511,36,'tb_facebook',''),(1512,36,'tb_googleplus',''),(1513,36,'tb_linkedin',''),(1514,36,'tb_pinterest',''),(1515,36,'tb_instagram',''),(1516,37,'nickname','donnalynch'),(1517,37,'first_name','Donna'),(1518,37,'last_name','Lynch'),(1519,37,'description',''),(1520,37,'rich_editing','true'),(1521,37,'comment_shortcuts','false'),(1522,37,'admin_color','fresh'),(1523,37,'use_ssl','0'),(1524,37,'show_admin_bar_front','true'),(1525,37,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1526,37,'wp_user_level','0'),(1527,37,'dismissed_wp_pointers',''),(1528,37,'_yoast_wpseo_profile_updated','1471196952'),(1529,37,'last_update','1471196952'),(1530,37,'billing_country','US'),(1531,37,'billing_first_name','Donna'),(1532,37,'billing_last_name','Lynch'),(1533,37,'billing_address_1','742 Camden Vista Ct'),(1534,37,'billing_address_2',NULL),(1535,37,'billing_city','Simi Valley'),(1536,37,'billing_state','CA'),(1537,37,'billing_postcode','93065'),(1538,37,'billing_email','dlynch742@gmail.com'),(1539,37,'billing_phone','818-808-1088'),(1540,37,'shipping_country','US'),(1541,37,'shipping_first_name','Donna'),(1542,37,'shipping_last_name','Lynch'),(1543,37,'shipping_address_1','742 Camden Vista Ct'),(1544,37,'shipping_address_2',NULL),(1545,37,'shipping_city','Simi Valley'),(1546,37,'shipping_state','CA'),(1547,37,'shipping_postcode','93065'),(1548,37,'osc_id','43'),(1549,37,'googleplus',''),(1550,37,'twitter',''),(1551,37,'facebook',''),(1552,37,'tb_twitter',''),(1553,37,'tb_facebook',''),(1554,37,'tb_googleplus',''),(1555,37,'tb_linkedin',''),(1556,37,'tb_pinterest',''),(1557,37,'tb_instagram',''),(1558,38,'nickname','mariaalvarez'),(1559,38,'first_name','Maria'),(1560,38,'last_name','Alvarez'),(1561,38,'description',''),(1562,38,'rich_editing','true'),(1563,38,'comment_shortcuts','false'),(1564,38,'admin_color','fresh'),(1565,38,'use_ssl','0'),(1566,38,'show_admin_bar_front','true'),(1567,38,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1568,38,'wp_user_level','0'),(1569,38,'dismissed_wp_pointers',''),(1570,38,'_yoast_wpseo_profile_updated','1471196952'),(1571,38,'last_update','1471196952'),(1572,38,'billing_country',NULL),(1573,38,'billing_first_name','Maria'),(1574,38,'billing_last_name','Alvarez'),(1575,38,'billing_address_1',''),(1576,38,'billing_address_2',NULL),(1577,38,'billing_city',''),(1578,38,'billing_state',NULL),(1579,38,'billing_postcode',''),(1580,38,'billing_email','mery1215@aol.com'),(1581,38,'billing_phone',''),(1582,38,'shipping_country',NULL),(1583,38,'shipping_first_name','Maria'),(1584,38,'shipping_last_name','Alvarez'),(1585,38,'shipping_address_1',''),(1586,38,'shipping_address_2',NULL),(1587,38,'shipping_city',''),(1588,38,'shipping_state',NULL),(1589,38,'shipping_postcode',''),(1590,38,'osc_id','44'),(1591,38,'googleplus',''),(1592,38,'twitter',''),(1593,38,'facebook',''),(1594,38,'tb_twitter',''),(1595,38,'tb_facebook',''),(1596,38,'tb_googleplus',''),(1597,38,'tb_linkedin',''),(1598,38,'tb_pinterest',''),(1599,38,'tb_instagram',''),(1600,39,'nickname','sarahstokes'),(1601,39,'first_name','Sarah'),(1602,39,'last_name','Stokes'),(1603,39,'description',''),(1604,39,'rich_editing','true'),(1605,39,'comment_shortcuts','false'),(1606,39,'admin_color','fresh'),(1607,39,'use_ssl','0'),(1608,39,'show_admin_bar_front','true'),(1609,39,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1610,39,'wp_user_level','0'),(1611,39,'dismissed_wp_pointers',''),(1612,39,'_yoast_wpseo_profile_updated','1471196952'),(1613,39,'last_update','1471196952'),(1614,39,'billing_country','US'),(1615,39,'billing_first_name','Sarah'),(1616,39,'billing_last_name','Stokes'),(1617,39,'billing_address_1','1714 Willow Bend Rd'),(1618,39,'billing_address_2',NULL),(1619,39,'billing_city','Cedar Falls'),(1620,39,'billing_state','IA'),(1621,39,'billing_postcode','50613'),(1622,39,'billing_email','sstokes@phantomefx.com'),(1623,39,'billing_phone','3192666255'),(1624,39,'shipping_country','US'),(1625,39,'shipping_first_name','Sarah'),(1626,39,'shipping_last_name','Stokes'),(1627,39,'shipping_address_1','1714 Willow Bend Rd'),(1628,39,'shipping_address_2',NULL),(1629,39,'shipping_city','Cedar Falls'),(1630,39,'shipping_state','IA'),(1631,39,'shipping_postcode','50613'),(1632,39,'osc_id','45'),(1633,39,'googleplus',''),(1634,39,'twitter',''),(1635,39,'facebook',''),(1636,39,'tb_twitter',''),(1637,39,'tb_facebook',''),(1638,39,'tb_googleplus',''),(1639,39,'tb_linkedin',''),(1640,39,'tb_pinterest',''),(1641,39,'tb_instagram',''),(1642,40,'nickname','kennethbanschick'),(1643,40,'first_name','kenneth'),(1644,40,'last_name','banschick'),(1645,40,'description',''),(1646,40,'rich_editing','true'),(1647,40,'comment_shortcuts','false'),(1648,40,'admin_color','fresh'),(1649,40,'use_ssl','0'),(1650,40,'show_admin_bar_front','true'),(1651,40,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1652,40,'wp_user_level','0'),(1653,40,'dismissed_wp_pointers',''),(1654,40,'_yoast_wpseo_profile_updated','1471196952'),(1655,40,'last_update','1471196953'),(1656,40,'billing_country','US'),(1657,40,'billing_first_name','kenneth'),(1658,40,'billing_last_name','banschick'),(1659,40,'billing_address_1','PO BOX 1815'),(1660,40,'billing_address_2',NULL),(1661,40,'billing_city','New York'),(1662,40,'billing_state','NY'),(1663,40,'billing_postcode','10010'),(1664,40,'billing_email','tjmarketingagency@yahoo.com'),(1665,40,'billing_phone','6465948819'),(1666,40,'shipping_country','US'),(1667,40,'shipping_first_name','kenneth'),(1668,40,'shipping_last_name','banschick'),(1669,40,'shipping_address_1','PO BOX 1815'),(1670,40,'shipping_address_2',NULL),(1671,40,'shipping_city','New York'),(1672,40,'shipping_state','NY'),(1673,40,'shipping_postcode','10010'),(1674,40,'osc_id','46'),(1675,40,'googleplus',''),(1676,40,'twitter',''),(1677,40,'facebook',''),(1678,40,'tb_twitter',''),(1679,40,'tb_facebook',''),(1680,40,'tb_googleplus',''),(1681,40,'tb_linkedin',''),(1682,40,'tb_pinterest',''),(1683,40,'tb_instagram',''),(1684,1,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:736:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://gourmetcandycenterpieces.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:178:\"Don\'t miss your crawl errors: <a href=\"http://gourmetcandycenterpieces.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:2;a:2:{s:7:\"message\";s:232:\"<strong>Huge SEO Issue: You\'re blocking access to robots.</strong> You must <a href=\"http://gourmetcandycenterpieces.com/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility.\";s:7:\"options\";a:8:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(1685,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"113.21.228.0\";}'),(1686,1,'_yoast_wpseo_profile_updated','1499452663'),(1687,1,'wpseo_title',''),(1688,1,'wpseo_metadesc',''),(1689,1,'wpseo_metakey',''),(1690,1,'wpseo_excludeauthorsitemap',''),(1691,1,'wpseo_content_analysis_disable',''),(1692,1,'wpseo_keyword_analysis_disable',''),(1693,1,'wpex_staff_member_id',''),(1694,1,'locale',''),(1695,1,'googleplus',''),(1696,1,'twitter',''),(1697,1,'facebook',''),(1698,1,'wpex_twitter',''),(1699,1,'wpex_facebook',''),(1700,1,'wpex_googleplus',''),(1701,1,'wpex_linkedin',''),(1702,1,'wpex_pinterest',''),(1703,1,'wpex_instagram',''),(1704,1,'session_tokens','a:2:{s:64:\"40a71925ac1b1b9115b416d43b88e8ee641cbeca95b7bc17d0265059d8216cff\";a:4:{s:10:\"expiration\";i:1503829090;s:2:\"ip\";s:14:\"113.21.228.190\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1503656290;}s:64:\"9f176e00807a99cd29c37f2bd893e0ed55966f4b0a573e798bf4a7d06d33d04f\";a:4:{s:10:\"expiration\";i:1503859079;s:2:\"ip\";s:14:\"113.21.228.190\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1503686279;}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

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

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$BZGVu6yr6VLxLV71424HZLJ2rYNSqn1','admin','lz83ny@gmail.com','','2015-10-28 18:09:05','',0,'admin'),(2,'frandan','$P$BpJtn/OsM83AkhIzaGg9GssICZ8tk7.','frandan','ucosyxodd-0312@yopmail.com','','2016-08-14 17:49:08','',0,'frandan'),(3,'mrigankamon','$P$BIywKjKqzto0hoLRA02Mvfqkp2D/J6/','mrigankamon','2008.mri@gmail.com','','2016-08-14 17:49:08','',0,'mrigankamon'),(4,'andywanderfuls','$P$BlaehJbp.AjD92B80RL2CUtRGXKe79.','andywanderfuls','gaqekife-0452@yopmail.com','','2016-08-14 17:49:08','',0,'andywanderfuls'),(5,'kenband','$P$BHuFWUMlfDvBUIs93RHDQHWIclqrLQ1','kenband','ravettonniv-8205@yopmail.com','','2016-08-14 17:49:08','',0,'kenband'),(6,'kenfinlersg','$P$BT4.HW4.q6zY7DuGXx1JEiYDMMsnFX.','kenfinlersg','piffevure-5540@yopmail.com','','2016-08-14 17:49:08','',0,'kenfinlersg'),(7,'krishsarkar','$P$BiQCokAy0feRUxjGnf2Ayti.NGAY4n0','krishsarkar','krish@gmail.com','','2016-08-14 17:49:08','',0,'krishsarkar'),(8,'suvendudas','$P$B7O9l0bHAJPtFEGimpy79eStnjnCNO/','suvendudas','dassuvendu@gmail.com','','2016-08-14 17:49:09','',0,'suvendudas'),(9,'barhat','$P$BW81YyFh1xbxuII9ltNPz3BDpZW9g9.','barhat','dommydarrunn-2413@yopmail.com','','2016-08-14 17:49:09','',0,'barhat'),(10,'henryking','$P$Bflh1z5BaDnhXXNYtEWKOWW.3J2zN71','henryking','lirujedah-7457@yopmail.com','','2016-08-14 17:49:09','',0,'henryking'),(11,'idealform','$P$BHStgJBP6oQVbeU6Vs7pGaoIOoD0GZ.','idealform','nujuwufapa-5982@yopmail.com','','2016-08-14 17:49:09','',0,'idealform'),(12,'kenbanschick','$P$BYFoP/R20rMJwQmE1YOiuUBQERPc6M1','kenbanschick','loveyourbrain@ureach.com','','2016-08-14 17:49:09','',0,'kenbanschick'),(13,'kenbanchick','$P$BV5YICny4V.QkfKUdWKB0VdcB11PCd/','kenbanchick','tjmarketing@ureach.com','','2016-08-14 17:49:09','',0,'kenbanchick'),(14,'lardans','$P$B4nNmZY1s58YKFf2ZIMRSzy2ck9RoR.','lardans','nojeziwow-2646@yopmail.com','','2016-08-14 17:49:09','',0,'lardans'),(15,'andywanderfuls1','$P$BxkihSIvRtxLGqhdSo9g8tWkNKaMRe.','andywanderfuls1','allaruffammu-3304@yopmail.com','','2016-08-14 17:49:09','',0,'andywanderfuls1'),(16,'osdfmommomo','$P$BMTKJXUdGdk3/vodGQnutqiM2QP2fn.','osdfmommomo','sogapaba-8980@yopmail.com','','2016-08-14 17:49:09','',0,'osdfmommomo'),(17,'nunununununu','$P$BMuLyA5yb5VwRyCoQlzPs4SJo.scND/','nunununununu','lorovute-6458@yopmail.com','','2016-08-14 17:49:10','',0,'nunununununu'),(18,'maryfmith','$P$BidHPF4SRUhhZpLqBPieml.ebF/8Q/0','maryfmith','judy.wanderfuls@gmail.com','','2016-08-14 17:49:10','',0,'maryfmith'),(19,'mrimon','$P$BO21gg31druYTKb6sMtmHFBrKji1f41','mrimon','2008.mrigank@gmail.com','','2016-08-14 17:49:10','',0,'mrimon'),(20,'kkdkdfsf','$P$BGIYsHjfebppnWVMnm1YPkDtGckNbb.','kkdkdfsf','2008.m@gmail.com','','2016-08-14 17:49:10','',0,'kkdkdfsf'),(21,'dksakjsdnks','$P$BpTtK2lFLBFVAil.ig5uNTyG1q/FO4/','dksakjsdnks','mriganka@gmail.com','','2016-08-14 17:49:10','',0,'dksakjsdnks'),(22,'kenmorris','$P$BC4Ouqqm2VoZiePSeqUKMZ87.jHEjN1','kenmorris','uritanna-0284@yopmail.com','','2016-08-14 17:49:10','',0,'kenmorris'),(23,'kenbanschick1','$P$BUhn9wZW/wJZy2UZ5JUQPJymbigQ.Z.','kenbanschick1','bddirect@ureach.com','','2016-08-14 17:49:10','',0,'kenbanschick1'),(24,'suvedudas','$P$BmQ4N4Bz6Zu0/CQHuOtyHYb14O0ux10','suvedudas','suvendu.iksen@gmail.com','','2016-08-14 17:49:10','',0,'suvedudas'),(25,'qweqeqweqweqwewqeqw','$P$BYEH/axX4JiN.tPtOiqBYfuTqOZDoA.','qweqeqweqweqwewqeqw','2008.mriganka@gmail.com','','2016-08-14 17:49:10','',0,'qweqeqweqweqwewqeqw'),(26,'kentbandhick','$P$BUKppdmWIl35Rkz6H4OFrUxjFFtB4h.','kentbandhick','loveyourbrain@fastmail.com','','2016-08-14 17:49:11','',0,'kentbandhick'),(27,'chrispaglia','$P$BCzSd4OkxLWbELlXEd4nvJlY4bIWOq0','chrispaglia','xpag406@msn.com','','2016-08-14 17:49:11','',0,'chrispaglia'),(28,'gfjfgfjfgj','$P$BWkR2VtDfXm.1JW7P4EyhAyuwFtEQV0','gfjfgfjfgj','koko@baba.com','','2016-08-14 17:49:11','',0,'gfjfgfjfgj'),(29,'kenbanchick1','$P$B0XRW4JhqBNX4EjWaIbrXnqTKKYKjE0','kenbanchick1','wanderfuls@yahoo.com','','2016-08-14 17:49:11','',0,'kenbanchick1'),(30,'reginamurph','$P$BodFBys4bIUIX1KPGKAACGKN8JQ2ND/','reginamurph','regina.s.murph@gmail.com','','2016-08-14 17:49:11','',0,'reginamurph'),(31,'jimmyzhaojimmyzhao','$P$BCcqcvTNjxpi1ZQUq/DqbchhCx8G0y/','jimmyzhaojimmyzhao','promotions@megainformationtech.com','','2016-08-14 17:49:11','',0,'jimmyzhaojimmyzhao'),(32,'patriciadu','$P$B9ALppI9JCujUWYuIbVZJw6hr22OBG.','patriciadu','pia0170@yahoo.com','','2016-08-14 17:49:11','',0,'patriciadu'),(33,'janedoe','$P$BYGPUEjxS7Ng5LIDFxkwjRgJ6x78Qa/','janedoe','jessica.wanderfuls@gmail.com','','2016-08-14 17:49:11','',0,'janedoe'),(34,'testwts','$P$BpacyrwYUtT2mKipTQl6jIGJdCdUbx.','testwts','testwts017@gmail.com','','2016-08-14 17:49:12','',0,'testwts'),(35,'mariacohen','$P$BcYBo.7akCgrjJxeGohy0alLoDfGu.0','mariacohen','nurture98@gmail.com','','2016-08-14 17:49:12','',0,'mariacohen'),(36,'mariannesoifer','$P$BHtCOKG93uUuMmJUQAQZJby/K4OQxp/','mariannesoifer','masoif@gmail.com','','2016-08-14 17:49:12','',0,'mariannesoifer'),(37,'donnalynch','$P$BkvhznCn0jfzzmrUt4enaQTjcL/Jft.','donnalynch','dlynch742@gmail.com','','2016-08-14 17:49:12','',0,'donnalynch'),(38,'mariaalvarez','$P$BYBcBKD3Q0qMQCl8/lMQJ/hLBI.Wqv0','mariaalvarez','mery1215@aol.com','','2016-08-14 17:49:12','',0,'mariaalvarez'),(39,'sarahstokes','$P$BkfQ0tT7P3qSlln9SWS5s82e2KOvlb1','sarahstokes','sstokes@phantomefx.com','','2016-08-14 17:49:12','',0,'sarahstokes'),(40,'kennethbanschick','$P$BCqs5/OxBnjpHgT7MUd9ZF8bIwyeld1','kennethbanschick','tjmarketingagency@yahoo.com','','2016-08-14 17:49:12','',0,'kennethbanschick');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfbadleechers`
--

DROP TABLE IF EXISTS `wp_wfbadleechers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfbadleechers` (
  `eMin` int(10) unsigned NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hits` int(10) unsigned NOT NULL,
  PRIMARY KEY (`eMin`,`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfbadleechers`
--

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

--
-- Table structure for table `wp_wfblockediplog`
--

DROP TABLE IF EXISTS `wp_wfblockediplog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfblockediplog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int(10) unsigned NOT NULL DEFAULT '0',
  `unixday` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`,`unixday`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfblockediplog`
--

LOCK TABLES `wp_wfblockediplog` WRITE;
/*!40000 ALTER TABLE `wp_wfblockediplog` DISABLE KEYS */;
INSERT INTO `wp_wfblockediplog` VALUES ('\0\0\0\0\0\0\0\0\0\0��[��','UA',1,17020);
/*!40000 ALTER TABLE `wp_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfblocks`
--

DROP TABLE IF EXISTS `wp_wfblocks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfblocks` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) unsigned DEFAULT '0',
  `blockedHits` int(10) unsigned DEFAULT '0',
  `wfsn` tinyint(3) unsigned DEFAULT '0',
  `permanent` tinyint(3) unsigned DEFAULT '0',
  PRIMARY KEY (`IP`),
  KEY `k1` (`wfsn`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfblocks`
--

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

--
-- Table structure for table `wp_wfblocksadv`
--

DROP TABLE IF EXISTS `wp_wfblocksadv`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfblocksadv` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `blockType` char(2) NOT NULL,
  `blockString` varchar(255) NOT NULL,
  `ctime` int(10) unsigned NOT NULL,
  `reason` varchar(255) NOT NULL,
  `totalBlocked` int(10) unsigned DEFAULT '0',
  `lastBlocked` int(10) unsigned DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfblocksadv`
--

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

--
-- Table structure for table `wp_wfconfig`
--

DROP TABLE IF EXISTS `wp_wfconfig`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob,
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfconfig`
--

LOCK TABLES `wp_wfconfig` WRITE;
/*!40000 ALTER TABLE `wp_wfconfig` DISABLE KEYS */;
INSERT INTO `wp_wfconfig` VALUES ('actUpdateInterval',''),('addCacheComment','0'),('adminEmailChoice','1'),('adminUserList','b:0;'),('advancedCommentScanning','0'),('ajaxWatcherDisabled_admin','0'),('ajaxWatcherDisabled_front','0'),('alertEmails',''),('alertOn_adminLogin','1'),('alertOn_block','1'),('alertOn_critical','1'),('alertOn_loginLockout','1'),('alertOn_lostPasswdForm','1'),('alertOn_nonAdminLogin','0'),('alertOn_throttle','0'),('alertOn_update','0'),('alertOn_warnings','1'),('alert_maxHourly','0'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png'),('allowHTTPSCaching','0'),('apiKey','9ca7b7505a75997e1e85ddd5d63aca2de842b3255998266c3502df50897c9fc1014eac815ec1b4ed4a8d63a9f5d942268634feb53f11f1891a86635803ef726ff928a8579b7c314d274d26f256b87dba'),('autoBlockScanners','1'),('autoUpdate','1'),('autoUpdateChoice','1'),('bannedURLs',''),('blockedTime','300'),('blockFakeBots','0'),('cacheType',''),('cbl_restOfSiteBlocked','1'),('checkSpamIP','0'),('currentCronKey',''),('debugOn','0'),('deleteTablesOnDeact','0'),('disableCodeExecutionUploads','0'),('disableCookies','0'),('dismissAutoPrependNotice','1'),('email_summary_dashboard_widget_enabled','1'),('email_summary_enabled','1'),('email_summary_excluded_directories','wp-content/cache,wp-content/wfcache,wp-content/plugins/wordfence/tmp'),('email_summary_interval','biweekly'),('encKey','1df4074151ae448a'),('firewallEnabled','1'),('howGetIPs',''),('lastAdminLogin','a:6:{s:6:\"userID\";i:1;s:8:\"username\";s:5:\"admin\";s:9:\"firstName\";s:0:\"\";s:8:\"lastName\";s:0:\"\";s:4:\"time\";s:28:\"Fri 12th August @ 11:19:01PM\";s:2:\"IP\";s:9:\"127.0.0.1\";}'),('lastAttackDataSendTime','1470082135.689044'),('lastScanCompleted','ok'),('lastScheduledScanStart','1471061580'),('liveTrafficEnabled','1'),('liveTraf_ignoreIPs',''),('liveTraf_ignorePublishers','1'),('liveTraf_ignoreUA',''),('liveTraf_ignoreUsers',''),('liveTraf_maxRows','2000'),('loginSecurityEnabled','1'),('loginSec_blockAdminReg','1'),('loginSec_countFailMins','240'),('loginSec_disableAuthorScan','1'),('loginSec_disableOEmbedAuthor','0'),('loginSec_lockInvalidUsers','0'),('loginSec_lockoutMins','240'),('loginSec_maskLoginErrors','1'),('loginSec_maxFailures','20'),('loginSec_maxForgotPasswd','20'),('loginSec_strongPasswds','pubs'),('loginSec_userBlacklist',''),('max404Crawlers','DISABLED'),('max404Crawlers_action','throttle'),('max404Humans','DISABLED'),('max404Humans_action','throttle'),('maxExecutionTime',''),('maxGlobalRequests','DISABLED'),('maxGlobalRequests_action','throttle'),('maxMem','256'),('maxRequestsCrawlers','DISABLED'),('maxRequestsCrawlers_action','throttle'),('maxRequestsHumans','DISABLED'),('maxRequestsHumans_action','throttle'),('maxScanHits','DISABLED'),('maxScanHits_action','throttle'),('neverBlockBG','neverBlockVerified'),('other_blockBadPOST','0'),('other_hideWPVersion','1'),('other_noAnonMemberComments','1'),('other_pwStrengthOnUpdate','1'),('other_scanComments','1'),('other_scanOutside','0'),('other_WFNet','1'),('scanFileProcessing',''),('scansEnabled_checkReadableConfig','1'),('scansEnabled_comments','1'),('scansEnabled_core','1'),('scansEnabled_coreUnknown','1'),('scansEnabled_database','1'),('scansEnabled_diskSpace','1'),('scansEnabled_dns','1'),('scansEnabled_fileContents','1'),('scansEnabled_heartbleed','1'),('scansEnabled_highSense','0'),('scansEnabled_malware','1'),('scansEnabled_oldVersions','1'),('scansEnabled_options','1'),('scansEnabled_passwds','1'),('scansEnabled_plugins','0'),('scansEnabled_posts','1'),('scansEnabled_public','0'),('scansEnabled_scanImages','0'),('scansEnabled_suspiciousAdminUsers','1'),('scansEnabled_themes','0'),('scansEnabled_wpscan_directoryListingEnabled','1'),('scansEnabled_wpscan_fullPathDisclosure','1'),('scan_exclude','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/services/s3.class.php\nwp-content/cache/minify/000000/jY7hDsIgDIRfSER_7HlMYZ1iGCUcc9nbW4lRjP4waWh7fHcw2JFwCV4S9nNIu8HSqN04Km0_2itOXuYs4GIJ4ArrgV5WqPANMYyK5MXF4HtShxrSGYpVylrGbcZJmkLhp_LzapKkCY_T0MqQmVtcL7QvHuxKSZ-elog_CNQt8qfkRCpqodzsr-3b-wZbyh0.css.old\nwp-content/cache/minify/000000/M9AvT8xLSS1KK80p1k8uLtYvSdItyywuTczRTc7PLcgvTi0CAA.css.gzip.old\nwp-content/plugins/backupbuddy/_repairbuddy.php\nwp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Compute.php\nwp-content/themes/wanderfuls/framework/addons/assets/ace.js\nwp-content/plugins/libravatar-replace/libravatar-replace.php\nwp-content/plugins/backupbuddy/init_admin.php\nwp-content/plugins/backupbuddy/destinations/stash/init.php\nwp-content/plugins/revslider/includes/framework/em-integration.class.php\nwp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/certs/index.php\nwp-content/themes/wanderfuls/framework/visual-composer/shortcodes/teaser.php\nwp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Genomics.php\nwp-content/cache/page_enhanced/wp5.centerpiecedesignerwizard.com/showdesign.php/_index.html_gzip.old\nwp-content/cache/wpfc-minified/3d72386070b366b2ac4a26b5fa6c3242/1455003794index.css\nwp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php\nwp-content/plugins/js_composer/include/classes/shortcodes/example.php\nwp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/ShoppingContent.php\nwp-content/plugins/js_composer/js_composer.php\nwp-content/cache/minify/000000/dctRDgIhDATQCy2iiQfxCkW6bldosQXN3l4-_KxJkybzZq4RciUOCfQ0_3KJHdq8kI6QhFdS_CXLOX6AM-o6isXdYqEUbbQZkG3_1UYyVzd5oxJ35O6vO92fh0vAVI06CbvcqZk_pAoPtFAEMma_YdKloWsFgRk1VMlQ3Mb-GqjHyQpNuKl8AQ.js\nwp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/AdExchangeBuyer.php\nwp-content/plugins/backupbuddy/pluginbuddy/js/jquery.miniColors.min.js\nwp-content/themes/wanderfuls/framework/classes/widgets/social-fontawesome.php\nwp-content/themes/wanderfuls/partials/header/header-logo.php\nwp-content/plugins/backupbuddy/views/settings/_advanced.php\nwp-content/cache/all/graduation.php/index.html\nwp-content/themes/wanderfuls/framework/classes/widgets/flickr.php\nwp-content/themes/wanderfuls/woocommerce/loop/thumbnail/image-swap.php\nsizesNewPAGE.swf\nwp-content/themes/wanderfuls/framework/visual-composer/shortcodes/portfolio_carousel.php'),('scan_include_extra',''),('scheduledScansEnabled','1'),('securityLevel','2'),('signatureUpdateTime','1468009347'),('spamvertizeCheck','0'),('ssl_verify','1'),('startScansRemotely','0'),('totalAlertsSent','25'),('totalIPsLocked','1'),('totalLoginHits','118'),('totalLogins','22'),('totalScansRun','188'),('tourClosed','1'),('vulnRegex','/(?:wordfence_test_vuln_match|\\/timthumb\\.php|\\/thumb\\.php|\\/thumbs\\.php|\\/thumbnail\\.php|\\/thumbnails\\.php|\\/thumnails\\.php|\\/cropper\\.php|\\/picsize\\.php|\\/resizer\\.php|connectors\\/uploadtest\\.html|connectors\\/test\\.html|mingleforumaction|uploadify\\.php|allwebmenus-wordpress-menu-plugin|wp-cycle-playlist|count-per-day|wp-autoyoutube|pay-with-tweet|comment-rating\\/ck-processkarma\\.php)/i'),('welcomeClosed','1'),('wfKillRequested','0'),('wfPeakMemory','107448048'),('wfsd_engine',''),('wfStatusStartMsgs','a:16:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";}'),('wf_dnsA','wanderfuls.com points to 127.0.0.1'),('wf_dnsCNAME','www.wanderfuls.com points to wanderfuls.com'),('wf_dnsLogged','1'),('wf_dnsMX',''),('wf_scanRunning',''),('wf_summaryItems','a:16:{s:10:\"totalUsers\";i:1;s:10:\"totalPages\";s:2:\"59\";s:10:\"totalPosts\";s:1:\"1\";s:13:\"totalComments\";s:1:\"1\";s:15:\"totalCategories\";s:1:\"1\";s:11:\"totalTables\";i:47;s:9:\"totalRows\";i:14938;s:12:\"totalPlugins\";i:16;s:10:\"lastUpdate\";i:1471061856;s:11:\"totalThemes\";i:1;s:9:\"totalData\";s:9:\"185.48 MB\";s:10:\"totalFiles\";i:8074;s:9:\"totalDirs\";i:7742;s:10:\"linesOfPHP\";i:1002651;s:10:\"linesOfJCH\";i:276299;s:8:\"scanTime\";d:1471061856.0668249;}'),('whitelisted','');
/*!40000 ALTER TABLE `wp_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfcrawlers`
--

DROP TABLE IF EXISTS `wp_wfcrawlers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfcrawlers` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  `PTR` varchar(255) DEFAULT '',
  PRIMARY KEY (`IP`,`patternSig`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfcrawlers`
--

LOCK TABLES `wp_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wp_wfcrawlers` DISABLE KEYS */;
INSERT INTO `wp_wfcrawlers` VALUES ('\0\0\0\0\0\0\0\0\0\0��B�A�','�����>�b0�oQ1��','verified',1470840940,'crawl-66-249-65-134.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�A�','�����>�b0�oQ1��','verified',1470750289,'crawl-66-249-65-138.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�A�','�����>�b0�oQ1��','verified',1470496508,'crawl-66-249-65-162.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E;','�����>�b0�oQ1��','verified',1470992514,'crawl-66-249-69-59.googlebot.com');
/*!40000 ALTER TABLE `wp_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wffilemods`
--

DROP TABLE IF EXISTS `wp_wffilemods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `knownFile` tinyint(3) unsigned NOT NULL,
  `oldMD5` binary(16) NOT NULL,
  `newMD5` binary(16) NOT NULL,
  PRIMARY KEY (`filenameMD5`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wffilemods`
--

LOCK TABLES `wp_wffilemods` WRITE;
/*!40000 ALTER TABLE `wp_wffilemods` DISABLE KEYS */;
INSERT INTO `wp_wffilemods` VALUES ('\00�ûLu�B���','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/BrowserCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̀�[i��	@v�w��'),('\0\r�H`3�E���sd��','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/extensions/s3streamwrapper.class.php',0,'�v�i�#�ă�3%dL','�v�i�#�ă�3%dL'),('\0���P�=���#�\"','wp-content/uploads/2015/11/red-wand.jpg',0,'�\0�Yr��}��F0��','�\0�Yr��}��F0��'),('\06\ny�+�\"x��5�w','wp-content/plugins/backupbuddy/controllers/ajax/download_archive.php',0,'W�����j�\n�0}','W�����j�\n�0}'),('\0�@u���2��X�','wp-content/plugins/contact-form-7/modules/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I���~�3/9&'),('\0��e-:q�C�򿾭�','wp-content/plugins/w3-total-cache/lib/Minify/HTTP/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('\0gR/$e�l�uX�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ot��6�T��^ڰl7ٖ'),('\0���I�J��-$��','wp-content/plugins/wordfence/images/flags/be.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��٣\Z%����z'),('\0*�K��|�v(���','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/authentication/signature_v4json.class.php',0,'���-�/eX����h','���-�/eX����h'),('\00��#�9���Z4�j$','wp-admin/network/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�s�̶>��Ѕc�'),('\05g���꫔c�0�\"D','wp-includes/css/media-views-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�uM���~V��0�?'),('\06)EDQX�n��W','wp-content/plugins/js_composer/config/grids/vc-grids-functions.php',0,'5֪����s����L߯\"','5֪����s����L߯\"'),('\0?[��Xd�2�,�3IQ','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php',0,'u�\"I�9�DϮL\n)�','u�\"I�9�DϮL\n)�'),('\0?�U�� :��*��?�','wp-content/plugins/wordpress-seo/css/yst_plugin_tools-330.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�����m�[�u�(ԩ'),('\0B��|8D�J�FP��','wp-content/plugins/backupbuddy/lib/cpanel/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('\0C_\n��jD��@k','wp-admin/network/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y�5�SQ`yж�'),('\0K�Ĉ�V�*ɹ͓�m','wp-content/uploads/revslider/templates/contentzoom/slide1.jpg',0,'�|P����|uG�<}l','�|P����|uG�<}l'),('\0X�ߖ}&4Q��1�1','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/Batch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�8TX�;D����s'),('\0[�y�t�br��+���','wp-content/plugins/backupbuddy/images/filetree/code.png',0,'�_��Z�@\Z\0�oQ�','�_��Z�@\Z\0�oQ�'),('\0`Y�ϭrG����','wp-includes/SimplePie/Restriction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*qhd�s�;�y'),('\0f�䏛QJ���,t��','wp-content/plugins/w3-total-cache/pub/img/button-grad-active.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\r<3���T��L��'),('\0�����/Z�W��I','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png',0,'\n��nJ�b<����','\n��nJ�b<����'),('\0�^9N�t\"tu���','wp-content/plugins/wordfence/lib/menu_diagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�G$�nG��/+�^'),('\0���;f��Q�=*Ǖ�','wp-includes/js/wp-emoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��߸`z-_\0άZ'),('\0���!P�o���(�5�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Provider/Response.php',0,'�Z臗��3��b4i�','�Z臗��3��b4i�'),('\0��%ΥJ-�p��','wp-content/plugins/wordpress-seo/inc/class-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�_�y���k)���'),('\0�M�p\\D����d�\0','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php',0,'�v\'*h��V�H\0�','�v\'*h��V�H\0�'),('\0�R��:�7�����','wp-content/themes/wanderfuls/css/ilightbox/metro-white/ilightbox-metro-white-skin.css',0,'<o�C�ߨBO�~�\'�','<o�C�ߨBO�~�\'�'),('\0�s�����H����','wp-content/plugins/w3-total-cache/pub/js/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('\0�|9��u�e���@��','wp-admin/includes/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�po	�* �O��?\\�$'),('\0�K@��z���G���h','wp-content/plugins/w3-total-cache/lib/W3/Mobile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�={��V�A���MX'),('\0���&_���','wp-content/uploads/2015/10/Blue-and-white-centerpieces-by-Wanderfuls-for-Toms-graduation-party..jpg',0,'��?�ڍdzO?B��w','��?�ڍdzO?B��w'),('\0ՠ��ޒA(��=�\0c','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php',0,'����6ٟ�\'TБ;�','����6ٟ�\'TБ;�'),('\0���͇��0z鯯x','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php',0,'hxW9�5`H�o�ZY','hxW9�5`H�o�ZY'),('\0�\\�(��4�kΫ�%','wp-content/uploads/revslider/templates/imagegallery/slide4.jpg',0,'��^��s�h4�|�','��^��s�h4�|�'),('\0����\Zy�f�CéT�','wp-content/uploads/2015/11/Tropical-Caribbean-Fish-Centerpiece.jpg',0,'���H��~N�/083\Z','���H��~N�/083\Z'),('\0��=�x�&K��]','wp-content/themes/wanderfuls/framework/excerpts.php',0,'�+P_|-0\'�U��$��','�+P_|-0\'�U��$��'),('\0�K͛=B�2=g��,','wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/fonts/fontawesome-webfont.woff',0,'߰/�m�	�X��h��','߰/�m�	�X��h��'),('	4��rvHXaKpJ�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php',0,'����e��.�B:','����e��.�B:'),('\nƥuo��efa��n','wp-content/plugins/wordfence/images/flags/a2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4.��M:�<�K0ܟή'),('����\r��vA�˵','wp-content/plugins/taptap-by-bonfire/taptap-close-on-click.js',0,'���X�g�����`9��m','���X�g�����`9��m'),(' .�s\"5�ԉx��cH','wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php',0,'�\\v�E�Rz��\n<l�','�\\v�E�Rz��\n<l�'),('��k_�\Z��A���','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/BlobInstance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tx�4�Lh�X΄\"j'),('1�H�M��g#K:!��','wp-content/plugins/revslider/includes/framework/aq-resizer.class.php',0,'��.�s���ê\\�ۖ�','��.�s���ê\\�ۖ�'),(':��g����U3M','wp-content/plugins/backupbuddy/history.txt',0,'�������gD4-\n�','�������gD4-\n�'),('=W,�ݼA�75C�n�','wp-content/plugins/wordpress-seo/js/dist/wp-seo-replacevar-plugin-330.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_SW�m���3'),('NQ�\"*hz�r�w|\Z�','wp-admin/images/media-button-other.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ƴk�|��,O�\"�'),('T�\r�4�}�^a@|O','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��uQYCSD|���z'),('U�f�v�\"]�\n U��','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/_sql/sqlite3.sql',0,'�\n�<���5eO�A��','�\n�<���5eO�A��'),('X9A��]E�PՀ8�z','wp-content/plugins/backupbuddy/controllers/ajax/backup_status.php',0,'3�j�~��O\\@�D���','3�j�~��O\\@�D���'),('g:�Č)�a\'���/=','wp-content/plugins/revslider/admin/assets/css/admin.css',0,'�f����$�%��o3�','�f����$�%��o3�'),('no�\'c\r�	�-�','wp-content/themes/wanderfuls/css/ilightbox/metro-black/arrows_horizontal.png',0,'��s�����h9D�	','��s�����h9D�	'),('nsW��e�}��ٳ�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php',0,'�������\0a�	J��','�������\0a�	J��'),('o�{$HG������;','wp-content/uploads/2015/11/Tropical-Caribbean-Fish-Centerpiece-300x300.jpg',0,'=� uA��fy�&WR�','=� uA��fy�&WR�'),('��FL$���(�T��E','wp-content/uploads/2015/10/holder-equal2.jpg',0,'\\k�Aq�$׈�_����','\\k�Aq�$׈�_����'),('��^Go\rX���AŠ','wp-content/uploads/2015/10/coupon_004-150x150.jpg',0,'�08=`�}��m��_M�','�08=`�}��m��_M�'),('�~��I	��O;��','wp-content/uploads/2015/10/home-gallery-2-large1-300x300.jpg',0,'��\r�V�z8��0','��\r�V�z8��0'),('�T�h���zP��r�','wp-admin/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j2#O�)�mI�M��}'),('�qIR�^�ogCO�','wp-content/themes/wanderfuls/css/ilightbox/metro-white/play-icon-64.png',0,'�@�s�\0�}�aN���','�@�s�\0�}�aN���'),('��^��R��yE�]','wp-content/uploads/2015/10/groupshot51-150x150.jpg',0,'�T1���5�P���?','�T1���5�P���?'),('���&>��rᠷ�','wp-content/plugins/w3-total-cache/inc/email/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('��m{�=��o�\"��d','wp-content/plugins/js_composer/assets/less/vendor/gravity_form.less',0,'-V���wً��i����','-V���wً��i����'),('Ƨx:C�m/H˴T','wp-content/plugins/revslider/admin/assets/images/sliderpresets/slideshow_auto_layout.png',0,'�G�뎳g�؜�E%','�G�뎳g�؜�E%'),('�|x��at�/�||�','wp-content/plugins/backupbuddy/destinations/gdrive/_configure.php',0,'���(:�PWA(\\�','���(:�PWA(\\�'),('�<�/�J��+X^^�','wp-content/plugins/w3-total-cache/pub/js/widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ex�=�!�&�=��'),('䙲�Ҝ2[>.�Qw��','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/navs.less',0,'׼H0�v�j����u�y�','׼H0�v�j����u�y�'),('�M�*��i/u���\\�H','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Client/Adapter/Socket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n:���A���viY�'),('\0�����ݥu~վ:{','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Exception/BadResponseCode.php',0,'� U�9�\"�����kh�','� U�9�\"�����kh�'),('�n<�TO���o�mE|','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Verifier/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('>A�X��a�s�(~','wp-content/plugins/contact-form-7/admin/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',F���#C�\Z�|(�@'),('t]�ٟu��u��j�','wp-admin/images/menu-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q���L�,_�;1/�E�'),('��~�w`�5;F㮮','wp-includes/js/jquery/ui/effect-size.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':I�k�C�*���]�'),('�=��q�\rljA+','wp-admin/user/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*zu�c���m	J��e�'),('���w��-��p��','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Diagnostics/LogLevel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�#���:�b\r���'),('\r�ʁ�xk��4�\r','wp-content/plugins/revslider/admin/assets/imports/notgeneric/slide4.jpg',0,'�BcN�ף�v�n�J�','�BcN�ף�v�n�J�'),('\"��Z}�so����x�','wp-content/themes/wanderfuls/css/ilightbox/metro-black/alert.png',0,'w�#ʉ�\\^��~��4��','w�#ʉ�\\^��~��4��'),('3�1}�dD������؜','wp-content/uploads/2015/10/coupon_003.jpg',0,'V����D��D�Q\n','V����D��D�Q\n'),('<)8T*.�SuS�ĺ�','wp-includes/SimplePie/Cache/MySQL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B�C�\ZH�xV�'),('>�K=: �Rup{�.','wp-content/plugins/w3-total-cache/languages/faq-enterprise-en_US.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@{H�[�c��S)v! '),('>�A\r�D\0�x�7�','wp-content/plugins/wordfence/images/flags/eu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2#ϫ�hk����s�'),('@��FE�5�����','wp-content/uploads/2015/10/Elegant-candlelight-wedding-with-Wanderfuls-centerpieces-for-Matt-and-Sarah.-150x150.jpg',0,'\'���(��DA�7','\'���(��DA�7'),('HC���!���\"(�','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���rp�Ԃ��K+��'),('J�\rӷG>�����','wp-includes/class-walker-page-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ezC�<Xٟ6�!��m'),('M�`>H�~��2G','wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php',0,'���5�o��\'���V��','���5�o��\'���V��'),(']��>�C�Q.��','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-opacity.png',0,'7��N�&�2���j3','7��N�&�2���j3'),('u��s��y6\'v,��=','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǓdD�v�ggg��C'),('v��(��D������','wp-content/plugins/backupbuddy/lang/it-l10n-backupbuddy-de_DE.po',0,'.g�v�?\r�mHb�Ǩ�','.g�v�?\r�mHb�Ǩ�'),('z\'���E�� g����','wp-content/uploads/2015/10/Multi-colored-centerpiece-for-Clinton-Middle-Schools-graduation.-150x150.jpg',0,'aG���I�x�~����','aG���I�x�~����'),('��{ʓ�1��+Ť�K','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Client/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���U:A77R���I'),('��{*�%+�=���6 �','wp-content/plugins/backupbuddy/destinations/sftp/_configure.php',0,'��ךs�v�cf�J�LO','��ךs�v�cf�J�LO'),('�E�D 	o�㚤�LW','wp-content/uploads/2015/11/Wild-West-Cowboy-Boot-or-Cowgirl-Boot-300x300.jpg',0,'L?��9���HJ�`%79','L?��9���HJ�`%79'),('�Ö�L�>Qx��','wp-content/plugins/backupbuddy/controllers/ajax/email_error_test.php',0,'r����`1�Ă�CA,�','r����`1�Ă�CA,�'),('����7�&��Ȁ','wp-includes/js/tinymce/skins/lightgray/content.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� {C!\'�Ã��qZx'),('�\\�ٵ�uw�<R>w�','wp-content/plugins/backupbuddy/lib/dbreplace/history.txt',0,'A��;�\0�f�+�tE','A��;�\0�f�+�tE'),('�f����MH�j�s','wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide4.jpg',0,'?%94��T�7��U�','?%94��T�7��U�'),('��0r�H\"�YK]T�','wp-admin/css/site-icon-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܼNJk�����iQ'),('Lr��羞���G�','wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/slider.jpg',0,'5��IE(��`�F/n� T','5��IE(��`�F/n� T'),('�@��GB>{����','wp-content/uploads/2015/11/periwinkle-wand-150x150.jpg',0,'���	�1�u�\"\Z���','���	�1�u�\"\Z���'),('���d�xl���','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php',0,'ڃ��,y���Rv�!','ڃ��,y���Rv�!'),('�3ѧGa��3�V','wp-content/uploads/2015/10/Lavender-Light-300x277.jpg',0,'�>���Y$O��Ly@?^','�>���Y$O��Ly@?^'),('\'�`�\\��.�צ�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-fontsize.png',0,'�쭪O���*���u!a','�쭪O���*���u!a'),('(���љ����\0H<_','wp-admin/includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#����]�t\'��s'),('*D��4[��ژٽ�','wp-content/themes/wanderfuls/partials/footer/footer-builder.php',0,'\"�\'�=�x*\na�ZX,','\"�\'�=�x*\na�ZX,'),('1�#�h^1S��h','wp-content/uploads/2015/10/White-and-Baby-Blue-brLooni-from-Iowa.jpg',0,'F&x�Z83�K�xh(y�','F&x�Z83�K�xh(y�'),('Hz9�8�eV���yRs','wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php',0,'yp����Yk�ÁՈ��','yp����Yk�ÁՈ��'),('J�\\L�jm�\r`�9�','wp-content/plugins/w3-total-cache/inc/functions/extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�k#��!�j����'),('U�v���bBz��غ$','wp-content/plugins/w3-total-cache/lib/W3/UI/ReferrerGroupsAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9\n��-U(�q�R/�Y\n'),('[�t�\"�z��N�Wff','wp-content/themes/wanderfuls/images/social/tumblr.png',0,'\"͌u�����:�	�E','\"͌u�����:�	�E'),('g�e�+�n��gIt��','wp-content/plugins/w3-total-cache/inc/functions/ui.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F����.'),('i�PÙ��ld\0��','wp-includes/css/jquery-ui-dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4{�GjƶF�Eiyp�'),('lK �\r��s�edz','wp-content/uploads/revslider/templates/creativefrontpage/slide6.jpg',0,'�R��Ӱ�K���W����','�R��Ӱ�K���W����'),('l�L�2V$���lu[�','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-window.less',0,'k�w��\nܿ����a','k�w��\nܿ����a'),('u!\n��P:��bt��','wp-content/uploads/2015/10/White-and-GrapebrLamoni-from-Hawaii.jpg',0,'��\r���-L��','��\r���-L��'),('vwp]�uP<���d�I�','menu2.txt',0,'B�$��D�O0k)I�x','B�$��D�O0k)I�x'),('y�ξ�Rft�SE��ZH','wp-content/uploads/revslider/templates/dark-fullsite-block-6-callout/slide1.jpg',0,'�?��Ktm��T�)��~','�?��Ktm��T�)��~'),('�\r�ǰ�����˧9','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/pages/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�X���qɳ�葂I','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php',0,'l�ZA�e���Q�m�','l�ZA�e���Q�m�'),('�~������ϴM�L�6','wp-content/uploads/revslider/templates/magazineposts/slide3.jpg',0,'�^ɘ0�%Y\n�w�2d��','�^ɘ0�%Y\n�w�2d��'),('�3~f�ߧ�藃� c�','wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php',0,'\\����0�T���|S�','\\����0�T���|S�'),('����C��9�m����','wp-content/uploads/revslider/templates/dark-fullsite-block-2-about/slide2.jpg',0,'ƯLf���M�)�h��','ƯLf���M�)�h��'),('���w߇V�v��D߬�','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-tr_TR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gH	�Ϣ������'),('�P�Qo5`��HԔ','wp-content/themes/wanderfuls/framework/classes/tax-thumbnails.php',0,'��`�;�B�Q���C','��`�;�B�Q���C'),('�=�M��V*b�r�xf','wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php',0,'*\Z˟��� �oe˾�','*\Z˟��� �oe˾�'),('��9���䷳\n���6�','wp-content/plugins/wordpress-seo/admin/pages/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�7=�fY���S�'),('tL\n�Ea��P�w��','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/list-group.less',0,'m����6t*�%/=T�','m����6t*�%/=T�'),('Z�q�����|T��','wp-content/uploads/2015/11/periwinkle-wand-145x300.jpg',0,'R�Yf �;Xpw���','R�Yf �;Xpw���'),('�3��癗�@��<�','wp-content/plugins/wordfence/images/flags/ps.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bHV���z�k1�j'),('!���@|�4��n���','wp-includes/class-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NY]�d^�Z�4%qq'),('\"?1r���i��`;��','wp-content/plugins/w3-total-cache/lib/W3/Plugin/TotalCacheAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���wq�.�P��:Z'),('\'ڞ\0;��?�+VҪ�','wp-admin/network/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�^�Y�&��;^���\Z'),('+D��p>[��2�}','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/btnNext.png',0,'\n��nJ�b<����','\n��nJ�b<����'),('5\Z�N�!���\0ڠ��','wp-content/uploads/2015/11/Pink-and-Yellow-Butterfly-Centerpiece-300x300.jpg',0,'\'i�F����� ���~','\'i�F����� ���~'),('9��q���:��э��','wp-content/uploads/2015/10/Sweetheart-150x150.jpg',0,'0w�O�C/e~���I��L','0w�O�C/e~���I��L'),(';pR9��+�qpծ','wp-admin/includes/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N1;��:]�*Z��`'),('@$`\ZV�,¼Wv�x��','wp-content/plugins/js_composer/assets/less/lib/backend_grid_element_pointers.less',0,'�������̜��o��R','�������̜��o��R'),('B�{�)�s��\'','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qdk�#��6ѝ:O���'),('E�&��VN���\"N','wp-admin/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��2\Z���P+�eS��'),('X=4l�j���9�>.\"�','wp-content/themes/wanderfuls/partials/page-header.php',0,'���#�����bQl','���#�����bQl'),(']HD�c8	�奱`-','wp-content/plugins/widget-countdown/includes/javascript/background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SS`=��,<ͽ��'),('nщE��k���R��','wp-content/plugins/w3-total-cache/lib/W3/SharedRules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c���tg�M�ʀ��'),('rF*kI�XUj\n<mZ','wp-content/plugins/backupbuddy/css/thickboxed.css',0,'!G=|��9���X��?�','!G=|��9���X��?�'),('x��m���\0�~���','wp-includes/customize/class-wp-customize-nav-menus-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�:Q&����’S�'),('{��sW�t���`\\','wp-content/plugins/js_composer/assets/images/icons/camcorder.png',0,'��i�q�08������s�','��i�q�08������s�'),('~aD�+ll*�.','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/WebAuthException/Csrf.php',0,'>/��U�6l��(���u�','>/��U�6l��(���u�'),('��,�V��q�4�[','wp-content/uploads/2015/10/all1-150x150.jpg',0,';rM�U�ވw��t4',';rM�U�ވw��t4'),('���$O��v\0(���','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php',0,'��ħ}fq~��w�m^','��ħ}fq~��w�m^'),('���-����a1�X=1','wp-content/plugins/w3-total-cache/lib/W3/UI/ExtensionsAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Lc���1\0��/;�'),('����\"@O�wQ_ܨ2M','wp-content/plugins/contact-form-7/includes/contact-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�D>]8��^s��ڛg'),('�R*�����1�+V�*','wp-content/plugins/js_composer/locale/js_composer-ja_JP.mo',0,'�k�QV������J_�','�k�QV������J_�'),('��]/[liK�D/�x�','wp-content/plugins/w3-total-cache/languages/w3-total-cache.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��OX�j�:��Y���'),('�V�9��<�*\r�̬D','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v.q@�b��Cc�'),('�Ú2��d�=','wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','岪ȕ3���m#��'),('�P\0\'�0l���v�#J<','wp-includes/js/jquery/ui/effect-fold.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6^����<��DEl'),('��L#Z�2%���M','wp-content/uploads/revslider/templates/focusparallax/slide3.jpg',0,'���g\Z!�\n� ��/','���g\Z!�\n� ��/'),('�da����1� ^��','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png',0,'/-�:��n~����⻯','/-�:��n~����⻯'),('�=�,�5`��a��','wp-content/uploads/2015/10/wands1.jpg',0,'������f&3�}2K�','������f&3�}2K�'),('��E�re�B\n��ߧ1�','wp-content/uploads/revslider/templates/imagegallery/slide6.jpg',0,'�}�W46���X�p,�','�}�W46���X�p,�'),('Ȅ���xy����','wp-includes/js/tinymce/skins/wordpress/images/embedded.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����p�N��y~�n\"'),('�a���x����uX�','wp-content/uploads/2015/11/football_lg.jpg',0,'2X#��:�u����<!','2X#��:�u����<!'),('ϴ 3P`#8^��Z','wp-admin/css/colors/coffee/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�+�� 3��e|t�3~'),('���@���J�Ƥ{_','wp-content/plugins/js_composer/assets/vc/fe/social/fb/box_count.png',0,'ѿR=��Y�n>ܝl%','ѿR=��Y�n>ܝl%'),('� V�V�a���t6��','wp-content/plugins/js_composer/assets/less/shortcodes/vc_single_image.less',0,'N\'��zMS>�T	�f+','N\'��zMS>�T	�f+'),('�8t�ɻ���Y��9�','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-templates.less',0,'T�\na\r�&l�Ùj~','T�\na\r�&l�Ùj~'),('�+��D�_��w 5D','wp-content/uploads/2015/11/metallicburgundy-wand.jpg',0,'���|�p����;z','���|�p����;z'),('����%���r?','wp-content/plugins/w3-total-cache/pub/js/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&��CE:n�^��'),('��قO��:9|�A�','wp-content/uploads/2015/10/Navy-blue-and-white-Wanderfuls-centerpiece-for-Katys-graduation-party..jpg',0,'�(bb����n�ҵ�','�(bb����n�ҵ�'),('���!��z������4','wp-content/plugins/wordfence/images/flags/va.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r)�p�؂�\Zt3\0'),('B��Pr�ff��C5','wp-content/plugins/revslider/admin/views/templates/wpml-selector.php',0,'�\\��z:>��\\��JY�','�\\��z:>��\\��JY�'),('<~5}%T�;����','wp-content/plugins/w3-total-cache/lib/W3/Plugin/Varnish.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�?��֫�y�\nQ4�'),('��Pƈv�����$�','wp-content/plugins/wordfence/images/flags/gt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��v�q��#�\0@�'),('���^��0�8\'��\\','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Exception/ProtocolError.php',0,'ɟYVE�����H>��','ɟYVE�����H>��'),('�:C�a��=,G','wp-content/plugins/backupbuddy/controllers/help/settings.php',0,'af�`�ׇŠ��-�','af�`�ׇŠ��-�'),('\"��N߬jj)��\0��N','wp-admin/images/menu-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jG����{�>�^;$��'),('0\'��`��c�2_�','wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('H���c�I�J%�H','wp-content/plugins/wordfence/views/reports/activity-report-email.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/���GZ�.��\0	#�'),('N��-#�Z3k8��T�','wp-content/plugins/wordfence/images/flags/sprite-des-16.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3J��E�E4��M�`kf�'),('^��y�ץo��F�','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Crypt/Twofish.php',0,'�	���k�S��)���','�	���k�S��)���'),('`��1{P�Bmz���','wp-content/uploads/2015/10/Wild-Kingdom.jpg',0,')��K~@th�|�?�I�',')��K~@th�|�?�I�'),('tZQ��Yz0����跫','wp-admin/images/wordpress-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ư�y��o�8��8S�`�'),('��0q�@NŒ>��?�','wp-content/plugins/w3-total-cache/inc/options/minify/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|sp�+�JyWW<S<�'),('�D;� ��=�e��s�','wp-content/plugins/backupbuddy/destinations/email/icon.png',0,'VKZ7�\ZA����n','VKZ7�\ZA����n'),('���k�5S�H���Ы','wp-includes/SimplePie/Author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�q�_�A�%�Nw�1'),('���e�bW�A0�d','wp-admin/images/comment-grey-bubble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�*\'����t���F'),('���n3ʹwj^K�&','wp-content/uploads/2015/11/African-Zebra-Centerpiece.jpg',0,'���\Z��=؂ش','���\Z��=؂ش'),('��Al��oF��<�','wp-content/plugins/js_composer/index.php',0,'���?l�������08K','���?l�������08K'),('ٶ_�^�(�±�Ք','wp-content/themes/wanderfuls/vc_templates/vc_tabs.php',0,'�ŕLĀ)��Z�r��','�ŕLĀ)��Z�r��'),('�X�@+�8�L�','wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php',0,'��s�x��-�mp���7','��s�x��-�mp���7'),('�ը\n�phjia1���','wp-content/plugins/js_composer/include/params/load.php',0,'<dJ����HVE�ﺮ��','<dJ����HVE�ﺮ��'),('��O�X���\0�7��','wp-content/plugins/wordpress-seo/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�(����6,w�'),('����vf@I�<�Vl','wp-content/plugins/revslider/admin/assets/js/admin.js',0,'���-숭�^\'=���+','���-숭�^\'=���+'),('�����Y�R͗	��','wp-content/themes/wanderfuls/framework/customizer/customizer-helpers.php',0,'\"	2��c点v�t7O','\"	2��c点v�t7O'),('	�\\.#>����z��','wp-content/plugins/revslider/public/assets/fonts/font-awesome/css/font-awesome.css',0,'��/�9�A��D=��g','��/�9�A��D=��g'),(' �,eO���z��Ñ�','wp-includes/customize/class-wp-customize-site-icon-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٳ��:͈75�b>��'),('%e�*�W@����','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/Blob.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xu�j����w��'),(',�!!���iM)Nb&��','wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php',0,'H%x�d��8�6�|��','H%x�d��8�6�|��'),('?��%i�V3�ǵ\'�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jM���:\"�G7��'),('B��MSe��Gx�|���','wp-content/plugins/revslider/public/assets/assets/sources/wc.png',0,'Ã�\"��x�|�~d�','Ã�\"��x�|�~d�'),('D?�9�N�mc��mB','wp-content/themes/wanderfuls/framework/page-header.php',0,'A�aC����\n\\���|�','A�aC����\n\\���|�'),('E��iBx��.3QQ�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Calendar.php',0,'�e�c����5z�˹�S�','�e�c����5z�˹�S�'),('O��8�ħ��OFa','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Client/Adapter/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('Q� ��(;ؠ|~R8�b','wp-admin/includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Y�\rP�ŤФp='),('S]�]\"�����%�Wn�','wp-content/plugins/libravatar-replace/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�G�E����\0K!4'),('T�]\\g���4źuP�;','wp-admin/css/admin-menu-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͡�F�\0�y���W'),('X�����K�>�)�T','wp-content/plugins/revslider/admin/assets/imports/twitter-feed/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('^͚ݵm��.��j','wp-content/uploads/2015/11/graduation-centerpiece-42-300x222.jpg',0,'?T�J��������','?T�J��������'),('l!Љ��I�:`ea','wp-content/themes/wanderfuls/framework/body-classes.php',0,'�/�(���b�iN�H�t','�/�(���b�iN�H�t'),('z\rp���û4+�T','wp-content/uploads/2015/10/sweet16a2-150x150.jpg',0,'t��0r�W����P��','t��0r�W����P��'),('��ڇ�;�/�BG{','wp-content/themes/wanderfuls/partials/portfolio/portfolio-single-content.php',0,'�q�+�K5e����','�q�+�K5e����'),('�� @�^�������','wp-content/plugins/js_composer/assets/lib/prettyphoto/README',0,'�:�8/�X�[�<�ۃ�<','�:�8/�X�[�<�ۃ�<'),('���%bQ�bM<�x','wp-includes/js/imgareaselect/border-anim-h.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��,�ntZ^6�{Lp�4'),('�Ŋ�`�7��T��a','wp-content/plugins/wordfence/lib/menu_whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�:���o�u�)/n6'),('��I����z!�','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/divider.png',0,'������H�7|I�O�','������H�7|I�O�'),('���u}�.z��4�L','wp-content/uploads/2015/10/Safari-themed-centerpieces-create-for-Joe-and-Kates-wild-wedding..jpg',0,'s��L�ʧS�To,�)','s��L�ʧS�To,�)'),('���߄%��SՉ���0','wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php',0,'�v(L�G |�\\�_��*','�v(L�G |�\\�_��*'),('��o5��g� �0�s3','wp-content/uploads/2015/10/Hot-pink-and-white-Wanderfuls-centerpiece-for-Magdas-Bat-Mitzvah-party.-300x168.jpg',0,'bTaG��5w�Nw��C','bTaG��5w�Nw��C'),('ù^Q�\r�N��ό� (','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-save-light.png',0,'�\'���\0@rw���+0\r','�\'���\0@rw���+0\r'),('��h�1�������@','wp-content/plugins/js_composer/assets/less/shortcodes/vc_video_widget.less',0,'�QL�E!�R���P�Ӓ�','�QL�E!�R���P�Ӓ�'),('ѧ�_�4a!�F��','wp-admin/css/ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�I���Q �9\ZΛ,'),('�R��x�I:T��+m>+','wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�E�,���Z�xA��','wp-content/plugins/wordpress-seo/images/Premium_130x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��vl:I1��:���'),('�o���?��8|�}','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	v�KW%�/{^�:'),('����C�x\0��h','wp-content/plugins/js_composer/assets/vc/fe/social/gp/medium_desc.png',0,'Hp��罔9���ClI','Hp��罔9���ClI'),('��i)33ܥ��s�*','wp-admin/includes/class-wp-ms-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-a�om��QJ�\Z��vb'),('�bI��_��*#�!�\Z','wp-content/plugins/revslider/admin/assets/imports/insta-gallery/slider.jpg',0,'i)�W�D(�� U8���','i)�W�D(�� U8���'),('���U�Ev�̠(�3','wp-content/uploads/revslider/templates/dark-fullsite-block-menu/slide1.jpg',0,'�a��a��w��5\n��C','�a��a��w��5\n��C'),('�k��ƸJ�3�PK4','wp-content/plugins/revslider/admin/views/templates/template-slider-selector.php',0,'x�h\0C7H��ԝv��','x�h\0C7H��ԝv��'),('	&�S9S��=N���','wp-content/plugins/backupbuddy/images/sucuri/1.png',0,'���\Z��ͷ]�','���\Z��ͷ]�'),('j��o�+��s�7�8','wp-content/plugins/wordfence/css/iptraf.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+	���<�dq�7^�'),('`��콩���g/h','wp-content/themes/wanderfuls/framework/classes/term-colors.php',0,'�v.�y ͑�c�\'&C��','�v.�y ͑�c�\'&C��'),('\ZP\'\0�qu�Y_��\n','wp-content/uploads/2015/10/Casino-150x150.jpg',0,'Hl����\Z8�{�j','Hl����\Z8�{�j'),('0�S�+�kqo�1$','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Verifier/Abstract.php',0,'q�����z�\'���N�','q�����z�\'���N�'),('Ú���T�E#���I�','wp-content/uploads/2015/11/azalea-wand-145x300.jpg',0,'rm+o��ҀMpMf�|','rm+o��ҀMpMf�|'),('#\Z2\")��{ʫe���q','wp-content/uploads/2015/11/peach.jpg',0,'�rܒ\0�K\"U��	Q','�rܒ\0�K\"U��	Q'),('*E�	�nnx^��)','wp-content/themes/wanderfuls/images/bullets-purple.png',0,'E?��F�ׂH�v����','E?��F�ׂH�v����'),('51��y}E��`�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�!h\0��x!��N��G'),('@�lɼ��)n;e�al','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot',0,'q9Lz����~�’��','q9Lz����~�’��'),('F�P�m)��Z�d','wp-content/uploads/2015/10/corppg.jpg',0,'�V\0}#	��EAq뚰','�V\0}#	��EAq뚰'),('Ov@s�5���٥','wp-content/themes/wanderfuls/css/animsition.css',0,'_����\"�Y��M����','_����\"�Y��M����'),('ZXâ\'�n��c��','wp-content/plugins/revslider/admin/assets/imports/mainfeature/slide2.jpg',0,'�}�����	�C�Ɍe;','�}�����	�C�Ɍe;'),('^�O��\n�y�j���w','wp-content/plugins/backupbuddy/readme.txt',0,'�4R-��	�{�M�-','�4R-��	�{�M�-'),('d*8W��\r����N\"�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Translate.php',0,'vv�ȿ��R��*\Z','vv�ȿ��R��*\Z'),('j�\nT/��L�0PtЭC','wp-content/uploads/2015/11/teal-wand.jpg',0,'�O�zt�g�j�w��','�O�zt�g�j�w��'),('n�M�[�#%�9΀��.','wp-content/uploads/2015/10/girlandivorylarge1-287x287.jpg',0,'���7?�t��}捻�','���7?�t��}捻�'),('}����fyʩb}���','wp-content/plugins/backupbuddy/pluginbuddy/css/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('��U1�#\'�.�%O','wp-content/uploads/2015/10/slide_001-150x150.jpg',0,'��)�<4�Su	Z��_�','��)�<4�Su	Z��_�'),('��=~!�����,��','wp-content/uploads/2015/10/Beautiful-white-centerpiece-design-for-Sheila-and-Robs-wedding.-150x150.jpg',0,'i.�O��W5n�!�','i.�O��W5n�!�'),('�K�!�(�qME`�','wp-content/plugins/revslider/admin/assets/images/tooltips/slide_placeholder.png',0,'��ܐ.��)f�5.K�','��ܐ.��)f�5.K�'),('��3�TɗB1P��;�','wp-content/uploads/2015/10/slide_002-150x150.jpg',0,'��XK\0������	��+�','��XK\0������	��+�'),('��5�^���,��','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Signature.php',0,'����U�s\\�D��9)','����U�s\\�D��9)'),('���#����	>�7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��m���LWyݓH'),('���ޞ�����Q,�n','wp-content/plugins/wordfence/images/flags/bt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�KiK�u<�_պ�v%'),('�������*���ݟ','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/stacktemplate.class.php',0,'�e�Ț�	\Z̷','�e�Ț�	\Z̷'),('��:����z�@jT�z','wp-content/themes/wanderfuls/vc_templates/legacy/vc_single_image-pre_3.0.0.php',0,'o��7V;��;���m�Y','o��7V;��;���m�Y'),('�kد�d�!����P�>','wp-content/themes/wanderfuls/partials/search/mobile-searchform.php',0,'�_qܵ��K�O@��I�','�_qܵ��K�O@��I�'),('����Bu�t$˯�','wp-content/uploads/2015/10/slide_006.jpg',0,'�2����,8�9�i6','�2����,8�9�i6'),('��1��%G�/�?','wp-content/plugins/w3-total-cache/lib/W3/PgCacheAdminEnvironment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P���A.�F�]T�['),('�*�C�T۷���b��','wp-content/plugins/js_composer/locale/default.mo',0,'�Ǖ�C�i5.���R��_','�Ǖ�C�i5.���R��_'),('\09��M)����^�','wp-content/plugins/js_composer/include/params/loop/loop.php',0,'l2ۈw�*�s�H����','l2ۈw�*�s�H����'),('0��~We�\r��$?p','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/cpanelTutorial.ejs',0,'Bu	����vR��q�v�^','Bu	����vR��q�v�^'),('�����|	yG&|<y','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_video.less',0,'	��}��	���','	��}��	���'),('F�;�\\���v&','wp-content/uploads/2015/10/White-and-purple-centerpiece-for-Tammys-baby-shower.-300x242.jpg',0,'֨}	>K\r>D_l;���','֨}	>K\r>D_l;���'),('\"[&��_�w:fy��JK','wp-content/plugins/backupbuddy/destinations/ftp/_manage.php',0,'�9}�;V��wgT�DV','�9}�;V��wgT�DV'),(',A�}2+/�x����ў','wp-content/plugins/contact-form-7/images/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+7w�D:w��k;z��'),('1�!��&��-l1\"J��','wp-content/themes/wanderfuls/vcex_templates/vcex_image_carousel.php',0,'��*�b�����ɱ{','��*�b�����ɱ{'),(':뭲c��RPe(','wp-includes/rest-api/class-wp-rest-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%1��7>L���^'),('@�V��:\n嗪f	(','wp-content/plugins/backupbuddy/lib/updater/api.txt',0,'EN\Zo���U�����.�t','EN\Zo���U�����.�t'),('A�r�ƅ^��[��qN�','wp-content/plugins/backupbuddy/images/redminus.png',0,'�2�D�b3@�g芡h','�2�D�b3@�g芡h'),('Qv�t_9���|\"','wp-content/uploads/2015/10/Soft-green-and-white-centerpiece-for-Celine-and-Bobs-20th-Anniversary-party..jpg',0,'�+���5gA�:�p','�+���5gA�:�p'),('Q��:���m��(','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Exception/NetworkIO.php',0,'x��V�9�9��uc','x��V�9�9��uc'),('Z�\0O��_w���','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-add-destination.php',0,'4�p�����.e�','4�p�����.e�'),('k����b��gS�','wp-includes/js/tinymce/plugins/wplink/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?r@Ύ�D����e�@'),('y��T\ZM����>�v','wp-content/plugins/js_composer/assets/vc/search.png',0,' �3�p�CWkm�98',' �3�p�CWkm�98'),('{z�K�vb@�����','wp-content/themes/wanderfuls/partials/page-header-title.php',0,'�i�vmӵ���A@Ӵ��','�i�vmӵ���A@Ӵ��'),('�oi��gW���O�R','wp-content/uploads/2015/11/metallicpurple.jpg',0,'��/�O��j���','��/�O��j���'),('��>��!���hjp�&2','wp-content/themes/wanderfuls/framework/arrays.php',0,'e^�=�ΌVr��5I��','e^�=�ΌVr��5I��'),('��l߄Ѥ\Z��+�q','wp-content/themes/wanderfuls/framework/addons/assets/admin-fields/admin.css',0,'a[ԟM�S2�F�b9�B','a[ԟM�S2�F�b9�B'),('��_t��$+�)J','wp-content/plugins/revslider/admin/views/navigation-editor.php',0,'��DSV�����','��DSV�����'),('����g�~�w\Z�hh','wp-admin/css/themes-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	-�nm��%-?�K�U�'),('��l��=9���Re','wp-content/plugins/backupbuddy/controllers/ajax/quickstart_form.php',0,'q�͝yd΁c�~���g�','q�͝yd΁c�~���g�'),('���٤��=9�P�','wp-content/themes/wanderfuls/framework/get_mods.php',0,'�yZ����Ǎ�8bGR�','�yZ����Ǎ�8bGR�'),('����\n�b]\\���8�','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/vc_grid_item.less',0,'�R�0�������g_','�R�0�������g_'),('�{����n��fZ��','wp-content/uploads/2015/10/table4-300x191.jpg',0,'T�v����� (C�y\"�','T�v����� (C�y\"�'),('���S��}����L ','wp-content/uploads/revslider/templates/cleannewsslider/slide5.jpg',0,'Y��x`A=�pƃ�j�','Y��x`A=�pƃ�j�'),('��:�rf�ŠF�~O�;','wp-content/uploads/2015/11/metallicburgundy-wand-145x300.jpg',0,'�J[���ucdz*Eo�','�J[���ucdz*Eo�'),('�\0@��������u','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/WebAuthException/NotApproved.php',0,']]�j�43����]�m�',']]�j�43����]�m�'),('吣i|�Drp��ry','wp-content/themes/wanderfuls/partials/loop/loop-top-staff.php',0,'rQ]R��Vm/k��Q��','rQ]R��Vm/k��Q��'),('�6�~}pT����','wp-content/plugins/revslider/admin/assets/imports/news-gallery/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('����MT�{�jԙ��','wp-content/plugins/js_composer/include/params/options/options.php',0,'6^hy��ՙ�	͋','6^hy��ՙ�	͋'),('�y�8ۼu�K�k\r','wp-content/themes/wanderfuls/css/ilightbox/metro-white/x-mark-icon-ie.png',0,'���������]�MC�','���������]�MC�'),('	\0�t�*��g[���','wp-content/themes/wanderfuls/css/ilightbox/smooth/x-mark-icon-ie.png',0,'8߻؋��,k�[Yv�','8߻؋��,k�[Yv�'),('	QW���~-�\0d�','wp-includes/class-phpass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z!��T�����B'),('	?������q�uM','wp-includes/js/mediaelement/mediaelementplayer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U4��w��{f��.M'),('	��Ĩ�T��w�YC','wp-content/plugins/js_composer/include/helpers/helpers_factory.php',0,'��.�֪��\0r��g','��.�֪��\0r��g'),('	�N�,�I|\nP�H','wp-content/uploads/revslider/templates/techjournal/slide1.jpg',0,']����<�����sz�',']����<�����sz�'),('	����q`���n_$4','wp-content/plugins/w3-total-cache/inc/options/mobile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vb�$E M������d'),('	ֳw��g@����','wp-content/themes/wanderfuls/css/ilightbox/mac/thumb-overlay-play.png',0,'9�#�i1A/�$S�#��','9�#�i1A/�$S�#��'),('	,��/Օ�!�gy�d','wp-includes/js/media-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YQg�I6�-_�����'),('	-k�}��3\"�?���','wp-content/uploads/2015/11/Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece-150x150.jpg',0,'��ɰST�\n[s�[K�','��ɰST�\n[s�[K�'),('	.�ۙA�t>��rk','wp-content/w3tc-config/master.php',0,'=�;���\Z�m]�#�','=�;���\Z�m]�#�'),('	:�9U­Ǯ�{�/','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H#�̪��D�S'),('	Cc����\"���187m�','wp-content/plugins/wp-optimize/languages/wp-optimize-sk_SK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a���Y��LT��=�lF'),('	Fհ�$L�n���ѧ\'i','wp-content/uploads/2015/10/Metallic-PinkbrGretchen-from-Florida-150x150.jpg',0,'��&9֋컚��w��}T','��&9֋컚��w��}T'),('	P=N>��b\"j:~[Q{�','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[ߢ�9��Z�'),('	W�>7f��(��','wp-content/plugins/js_composer/assets/less/shortcodes/vc_tabs_tour_accordion.less',0,'�d*G^MW�ce�','�d*G^MW�ce�'),('	X�t\\4vNI5��j��','wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~d4hʥ��h��N�'),('	`�{9�.�J��c�O','wp-content/themes/wanderfuls/framework/classes/widgets/posts-grid.php',0,'�~5Q��\\����S^','�~5Q��\\����S^'),('	mok���L�Lȏ�e�A','wp-content/uploads/2015/11/lavender-birthday-centerpiece-150x150.jpg',0,'�����-\\zB��\r*�','�����-\\zB��\r*�'),('	r�����C�9$���','wp-content/plugins/w3-total-cache/wp-content/advanced-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V|M6O���d�q�'),('	� �j��S�گ{��','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Cache/Apc.php',0,'m Y{F���bwP�0,','m Y{F���bwP�0,'),('	�fW^;�B\Z��`�yc','wp-content/plugins/revslider/admin/assets/images/toolbar/visibility_black.png',0,'3(@Ρ�K��ߥ��H�','3(@Ρ�K��ߥ��H�'),('	��k�B�a�G����','wp-content/plugins/js_composer/assets/less/shortcodes/vc_social_btns.less',0,'���UQ~`���/$T�','���UQ~`���/$T�'),('	�9��fވU�f���','wp-includes/js/tinymce/tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#J)��s�Zѽ�}'),('	���@&eM�Bl�gG','wp-content/uploads/2015/10/home-gallery-6-large.jpg',0,'���V�8�Ti[t���','���V�8�Ti[t���'),('	�Fg�f_C�i	���','wp-content/themes/wanderfuls/images/patterns/wood_pattern.png',0,'��0�����/f|`','��0�����/f|`'),('	����09��-b��ͩW','wp-admin/network/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r��\ro�o�N�f�A	�'),('	���5m��:4m��','wp-content/plugins/w3-total-cache/pub/css/lightbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��h�z�>S�w���\\'),('\n	D���A�g\"&��','wp-content/plugins/backupbuddy/classes/ithemes-sync/api.txt',0,'�(�9��4#eĎ\\�','�(�9��4#eĎ\\�'),('\n��ҫ�c.I,h��$,','wp-content/wfcache/clear.lock',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('\n�a�5٦0��=Pٞ','wp-content/plugins/revslider/admin/assets/imports/mainfeature/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('\n�����W4���','wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.ttf',0,')�c}���0��!�`.',')�c}���0��!�`.'),('\nHA�$)iL����\0�','wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_loading.less',0,'��cZz�}�8�TJ�','��cZz�}�8�TJ�'),('\no�s�{�8oY�?','wp-content/plugins/wordfence/images/flags/kz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z߀�9\r���'),('\n.�t���0�rwD��p�','wp-content/plugins/js_composer/assets/less/shortcodes/vc_cta3_editform.less',0,'��i\'g���^�5|�^','��i\'g���^�5|�^'),('\n9�Q<.��n0��D��','wp-content/uploads/2015/10/home-gallery-5-large1-150x150.jpg',0,'7����t\nX|y@qf�','7����t\nX|y@qf�'),('\n=uI���,�Ҧ��7�','wp-content/plugins/wp-optimize/languages/wp-optimize-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?!2�e2�M��=��E	'),('\nH%˽6���H2bG�','wp-content/plugins/revslider/public/assets/assets/gridtile.png',0,'������J�{4�7}�','������J�{4�7}�'),('\nPX�l0ҭ5���Bqz','wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js',0,';g��ɦ��W���c�',';g��ɦ��W���c�'),('\nT��/\\9$Y�U\n��͌','wp-includes/customize/class-wp-widget-form-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������\r\0}��'),('\nX��s�HRN�g�m','wp-content/themes/wanderfuls/partials/staff/staff-single-share.php',0,'�+���UMZ���Fj�','�+���UMZ���Fj�'),('\n^�wJ�R��d�X�Y','wp-content/plugins/backupbuddy/js/timepicker.js',0,'%c��W�Z_�M�6��','%c��W�Z_�M�6��'),('\nf���Y��4&�L�','wp-admin/images/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȔB�`��.}\'7:'),('\nt�~c�p	��o���T','wp-content/plugins/w3-total-cache/lib/W3/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�a�Jv�\0���'),('\n{[sw}��TҢ1+\r','wp-content/plugins/widget-countdown/images/featured_plugins/youtube.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%ʐ{�E������XR�'),('\n���f�Ӆ;{�t��','wp-includes/class-wp-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���ݴ�c\n��JE1{'),('\n���b-�V�:��|m��','wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|���A]�t�_�4�['),('\n��x9K�j���','wp-content/uploads/revslider/clubix/3-pic-350x262.jpg',0,'��z�sճm���\"`','��z�sճm���\"`'),('\n��r$��^l|� u�ڬ','wp-content/uploads/2015/11/bigwanderfulsslider-300x218.jpg',0,'�Q8�|k�!�Omh*�','�Q8�|k�!�Omh*�'),('\n��NNM��ۑ4;�p�4','wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OK�.�q;�t��N�\n'),('\n��5��=�IK�&{�P','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#¼�!�A�Ia'),('\n�\r�!\Z�o>�)�E','wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php',0,'ΛQ�f���ԍӵ�L','ΛQ�f���ԍӵ�L'),('\n�����nX�ޅI�;S','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ri���Ҧ;��X���'),('\n��ak\r�[��m�T','wp-content/plugins/revslider/admin/assets/js/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('\n�ܛ��s��L�d� ','wp-content/plugins/w3-total-cache/lib/W3/UI/DashboardAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZH�m�~�`2>^�'),('\n�\r�� ��G���7���','wp-content/plugins/backupbuddy/destinations/email/icon50.png',0,'��4BL,( ��\\��','��4BL,( ��\\��'),('\n���(M0,G���^�','wp-content/themes/wanderfuls/css/ilightbox/light/play-icon-ie.png',0,'y\\:S�|��u�#����','y\\:S�|��u�#����'),('\n���w�t��.	���','wp-content/plugins/wordpress-seo/admin/class-option-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����΀m��7�E�'),('\n�\r�B��p̭','wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]©������'),('\n�Gƙn��\Z@1+U]�','wp-admin/css/revisions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�[�z΢`\n�N P'),('\0󥹪ZK�\"K*��','wp-content/uploads/2015/10/bat-300x200.jpg',0,'v��Ŀ�d��L�W���','v��Ŀ�d��L�W���'),('ql�ŞN�\n&�','wp-content/themes/wanderfuls/images/solid-line.png',0,'l�0ԮRn��D��~F�','l�0ԮRn��D��~F�'),('Uc�Yp���7��g','wp-content/themes/wanderfuls/images/bullets-blue.png',0,'��C�W�3Q\\A�Rp\0','��C�W�3Q\\A�Rp\0'),('�.�y\n��� `~','wp-content/uploads/2015/11/banquet-centerpiece-1-300x218.jpg',0,'+��ke�ǭup0���B�','+��ke�ǭup0���B�'),('!���h�“��y���','wp-content/themes/wanderfuls/css/ilightbox/parade/thumb-overlay-play.png',0,'>z�m�pڌ0Lͩ��','>z�m�pڌ0Lͩ��'),('!�XU��d��S�\0�','wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/LICENCE.md',0,'�W��p4���(��','�W��p4���(��'),('\"w%�_��K\\��u�','wp-admin/images/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Nm�h���;\Z@��'),('&c�YD�#�P{+��','wp-includes/js/jquery/ui/effect-blind.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<O�mA�_;OL'),('0GDО����f�fq','wp-content/plugins/wordpress-seo/css/alerts-340.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؞1�����5�s�|�'),('B��DN�8C�c�ȁ+�','wp-content/uploads/revslider/templates/ourteam/slide3.jpg',0,'<pY�����c[>m~�','<pY�����c[>m~�'),('Ek��+6>\0���˔','wp-content/plugins/w3-total-cache/inc/options/support/form/theme_config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Z��!ni3;��0'),('UA����[Qe��U;','wp-content/uploads/2015/10/blue3.jpg',0,'�j/�������F��','�j/�������F��'),('b��6�\n�	SgR�@%','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-tab-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4��|��w'),('z��oK�Dv���J','wp-content/uploads/revslider/templates/concept/slide1.jpg',0,'�p�����L��A=','�p�����L��A='),('|��\'��q�Ye��','wp-content/uploads/2015/11/irridescentwhite-wand.jpg',0,'���㦽�0��\'�Zb','���㦽�0��\'�Zb'),('|���[R���rx�','wp-content/themes/wanderfuls/partials/loop/loop-bottom-blog.php',0,'���N��t�o�Fܶ','���N��t�o�Fܶ'),('�����Y����q�','wp-includes/customize/class-wp-customize-partial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�w�Y��$��\n��u'),('����	�^d�7[xC','wp-content/plugins/wordfence/images/flags/sg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@ӳ�jX��fƚ i�'),('����5���.;l�','wp-content/plugins/wordfence/images/flags/gi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rVe����OK*a\\'),('���,H(b�_F�O','wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;QGzK�k�T�q'),('���W+T�m�,�3','wp-content/plugins/js_composer/assets/less/modules/vc_preloader.less',0,'b�E[\ZE�X��*Q���','b�E[\ZE�X��*Q���'),('��]U���z����>','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Exception/BadResponse.php',0,'�4���Ck:������','�4���Ck:������'),('��HVե�d��p�Vp','wp-includes/images/media/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4���\0T��̇?�'),('�{�6�`Qy(�b�\0�','wp-content/plugins/revslider/admin/assets/images/icon-video-layer.png',0,'bM2\0#m�I\0�ca�z�','bM2\0#m�I\0�ca�z�'),('ʉ\r�ZG\n�~ꂹT�9','wp-content/uploads/2015/10/Fun-and-bright-orange-and-white-centerpieces-for-Texs-retirement-party.-300x138.jpg',0,'���Z�\'����j�','���Z�\'����j�'),('�7�Ek���Se���','GZipNinjaSpeed_install_backup1454917436.htaccess',0,'(���Rr���\\dY+','(���Rr���\\dY+'),('ؼ҇rg�3�$*��%','wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php',0,'7����Sb�m�’��','7����Sb�m�’��'),('�Ӝ��L�թ���d0�','wp-content/uploads/2015/10/A101NAXXXXXXXXXX200GLXXXXMGXXXXXXXXXXNAGL.jpg',0,'�b��l���~�m���','�b��l���~�m���'),('��������N�V�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Http/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�a��P\'OV@nD�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/OAuth/Wordpress.php',0,'��18�ρ��?�L','��18�ρ��?�L'),('�c\"ml� �Ǟ>o','wp-admin/images/wordpress-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�%�d���g���p'),('�[4M���� 4ԅ��','wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php',0,'XDo���~Nk���','XDo���~Nk���'),('�UC)d�e�;�B�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-link-light.png',0,':�Fҥv��՚͸���',':�Fҥv��՚͸���'),('l�P`�ή����K$','wp-content/plugins/backupbuddy/controllers/ajax/quickstart.php',0,'Ƀj\'x�U`�,m��','Ƀj\'x�U`�,m��'),('*�O�������i','wp-includes/customize/class-wp-customize-media-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O-�_X&\'���Z�\rN'),('=�vY�J�\\ܤV','wp-content/plugins/wp-fastest-cache/templates/preload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�B!\0�b�z��q3'),('D�� �2��K|&�','wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<[�s���\0Uc�'),('M ���M�n8dʶ$','wp-content/themes/wanderfuls/framework/addons/import-export.php',0,'v���q�ZM�o��','v���q�ZM�o��'),('Y~��9[#�{���','wp-content/plugins/revslider/admin/assets/images/trans_tile.png',0,'�m�@��V�O�\r�>C','�m�@��V�O�\r�>C'),('Yغۇ\Z�t\\3�QM�','wp-content/plugins/backupbuddy/classes/api/_getLatestBackupStats.php',0,'�-�9��+3q�ɟ�l�','�-�9��+3q�ɟ�l�'),('],��9.�%��o�_','wp-content/themes/wanderfuls/vcex_templates/vcex_portfolio_carousel.php',0,'�.j ]qӱ�6e��\Z','�.j ]qӱ�6e��\Z'),('kB�O�%cS��','wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php',0,'��w��j�\0��S@c','��w��j�\0��S@c'),('qMG\\�$Ԅ�5@e�\Z','wp-content/themes/wanderfuls/partials/overlays/view-lightbox-buttons-buttons.php',0,'�~�TB4Ǝ�W�yW��','�~�TB4Ǝ�W�yW��'),('{�M��i�i2n��6�','wp-includes/js/jquery/ui/effect-highlight.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����*��øN���!'),('�F�͍_����vc','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AssertionCredentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4u	��s����2@�'),('��P>�Fބ=�_�','wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�_�Fp,R\r�y'),('���[>\0��5��5B$E','wp-content/plugins/revslider/admin/assets/imports/search-form-hero/slider.jpg',0,'\'XB�gK[��\"b�O','\'XB�gK[��\"b�O'),('�a]q���s�Y�����','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tab.less',0,'�/��`Z΄5#�S��','�/��`Z΄5#�S��'),('������\'�[.ix��','wp-content/plugins/wp-fastest-cache/images/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fȇ���Mr���'),('�����4KIxL3��','wp-content/plugins/wordpress-seo/admin/views/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uKq�����-z��'),('�@�e�2�Ee���','wp-content/uploads/2015/11/table4-150x150.jpg',0,'��`.5e_���mM�2��','��`.5e_���mM�2��'),('�<� n�(m̸Q@/H','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/CivicInfo.php',0,'��80�\rH�n������','��80�\rH�n������'),('��;X\"�`�uɜ','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JK��Vpۃn�K1'),('�Zb��W��e`����','wp-content/plugins/wordfence/images/flags/sprite-des-32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#5Pa���f�\'����'),('��%چ8�;�,�P','wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/slide2.jpg',0,'��jz��\rUF��Q^','��jz��\rUF��Q^'),('�i�@��7w�ϴ��','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/image-grid.png',0,'#��9��3�c\rX�','#��9��3�c\rX�'),('\rX��=�O�*�i8�\r','wp-content/uploads/2015/10/A102HPPPXXXXXXXX200SLXXXXPPHPLAMPIWIWPPSL.jpg',0,'�Q��E�o�g@(�b�','�Q��E�o�g@(�b�'),('\r��:�����Uˣ','wp-content/plugins/wordfence/images/flags/a1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4.��M:�<�K0ܟή'),('\r�^I���oZ�\\w','wp-content/themes/wanderfuls/css/ilightbox/metro-white/arrow-prev-hover-icon-64.png',0,'���]��&9>%[�_R�','���]��&9>%[�_R�'),('\r���x��o	qev','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/js/importbuddy.js',0,'8�ϕ<Q�O�9U2�','8�ϕ<Q�O�9U2�'),('\r�\n2��TH��T��U�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php',0,'��~�{K.-��Y]$s','��~�{K.-��Y]$s'),('\r&�\Z\n�D�V��x��','wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg',0,'��1܍*�QH�o*�a','��1܍*�QH�o*�a'),('\r8=%D��(C!��m��','wp-content/plugins/revslider/admin/views/templates/slides-list.php',0,'�_p��Dnh��z�|��','�_p��Dnh��z�|��'),('\r>8����$���t6�3�','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_empty_space.less',0,'�,2x���g�z��\Z','�,2x���g�z��\Z'),('\r?����cjp!�f2�','wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide5.jpg',0,'8eS��? ���lKP�','8eS��? ���lKP�'),('\rE8\Z/Ԣu�cV�[d','wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js',0,'���H��<���ͼS�','���H��<���ͼS�'),('\rQ��2|�mDFS�S*v','wp-content/uploads/2015/11/Film-Strip-with-Photo-Centerpiece.jpg',0,':T��گ3�ޡ�%�',':T��گ3�ޡ�%�'),('\rTH�6�vL[����An8','wp-content/plugins/wp-optimize/languages/wp-optimize-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�AF%�~b��)~4q�\0'),('\ra@u)�Xz����xl�','wp-content/uploads/2015/11/slide6.jpg',0,'z��za�l�`4�:�','z��za�l�`4�:�'),('\rb\'�\\���z�N��','wp-content/plugins/w3-total-cache/lib/W3/Widget/MaxCDN.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�}-�qߔ�r�'),('\rdva<�Ie�]�M=(','wp-content/uploads/2015/10/wands2-150x150.jpg',0,'��?L]�6�l��a�','��?L]�6�l��a�'),('\rk�^rz޳�{�W(�y','wp-content/plugins/js_composer/assets/vc/fe/social/pinterest/vertical.png',0,'����A�\r��1��\'��b','����A�\r��1��\'��b'),('\rvk�P-�t��G���Hm','wp-content/plugins/contact-form-7/modules/checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��nY��=�g�G�'),('\rxݍ�^���\Z���<;','wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P:��)=��ދW�'),('\r~hlv���*�߶�\'a','wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3����}���o��'),('\r�vN��[B��&��SL','wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D�^.�{���^\Z'),('\r�aGW>^��dn�4a','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Blogger.php',0,'��!j��i=b����Cd','��!j��i=b����Cd'),('\r�\n�v<�y\r�OF���','wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7j`�1e=��jv'),('\r����W�,��bML�8','wp-content/uploads/2015/10/Lush-Tropical-jungle-228x300.jpg',0,'�$Pݦ�M<u���v�','�$Pݦ�M<u���v�'),('\r����W%�{kˈ�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_REST.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z���>�4�`��f'),('\r�ҧxOz��z���h','wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,	3����Ě�'),('\r��:�:���HH�:d','wp-admin/css/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!i��h6!\'��tRv\'Y'),('\r���Y\r��{�s��','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-get-latestBackupProcess.php',0,'�X��eF���\\hk�','�X��eF���\\hk�'),('\r�]���]���F0\'�Z','wp-content/uploads/2015/10/slide_114-100x50.jpg',0,'�N��r�	��G\Z�R','�N��r�	��G\Z�R'),('\r��^��V/\Z�7(�Z\n�','wp-content/plugins/revslider/admin/assets/js/codemirror/util/xml-hint.js',0,'�V���6���V:�m','�V���6���V:�m'),('\r�|�͌� �� ','wp-content/uploads/2015/10/Sunday-Bouquet.jpg',0,'D�7�/_x`W�$u*n','D�7�/_x`W�$u*n'),('\r�8��̉\'�	s��','wp-content/plugins/backupbuddy/views/settings.php',0,'��pAxǴ�/���F�','��pAxǴ�/���F�'),('\r�%����%�yS�`�','wp-includes/js/crop/cropper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H.s�o����'),('\r�*PX���v:z���','wp-content/uploads/2015/10/old_3.jpg',0,'���{�B�D� �!9�','���{�B�D� �!9�'),('\r���u־Ԅ������G','wp-content/uploads/2015/11/African-Jungle-Safari-Giraffe-Centerpiece1-262x300.jpg',0,'�\r�Pc����s���8(','�\r�Pc����s���8('),('\rѪ1s1=��`(�y','wp-admin/options-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�֕`^m�N@\nTof~�'),('\r�¶2O��2���&�@','wp-content/plugins/contact-form-7/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�*��F:�s�{�'),('\r���1�C�ከ��2�','wp-content/plugins/js_composer/assets/vc/fe/screen_sizes/iphone_v.png',0,'2���Kw�lE:�S�','2���Kw�lE:�S�'),('\r�V�ۍd�1�hJ1','wp-content/plugins/revslider/admin/assets/imports/news-hero/slide1.jpg',0,'5��IE(��`�F/n� T','5��IE(��`�F/n� T'),('3���c�5�䈟','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php',0,'d�V�O����E�G/�1�','d�V�O����E�G/�1�'),('|v&��I ��܋f','wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php',0,'��PʥĊ��Z�','��PʥĊ��Z�'),('ÀE���<T~>VZ','wp-content/uploads/pb_backupbuddy/log-nmobtwjr5ytgwjg.txt',0,'�����4�͍)+��','�����4�͍)+��'),('#疭ۭ�v\"��M�','wp-content/plugins/wordfence/lib/wfAction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@��_����>js'),('^��;�k��G�4�v�','wp-content/plugins/js_composer/assets/less/params/vc_link.less',0,'�\',i�1_\'�\n<�6O�','�\',i�1_\'�\n<�6O�'),('Zv��/i�����B','wp-content/uploads/2015/11/navy-wand-150x150.jpg',0,'X���%>u��_�އ','X���%>u��_�އ'),('3k|O%E��T�\rLt5','wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_default.less',0,'cj��\"T@T�Kcb�L','cj��\"T@T�Kcb�L'),('=�;�.V�`~ŷ����','wp-content/uploads/2015/10/Fun-and-colorful-Dr.-Seuss-themed-party.-150x150.jpg',0,'������m x��-','������m x��-'),('X��]�WF�Z��\\','wp-content/plugins/contact-form-7/languages/contact-form-7-lt_LT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&*g��>4�(�n�'),('X��H奥(�:�Z�','wp-admin/admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�]�O�|Z�\\�e��'),('_�<_�8��\Z,��7Y','wp-content/uploads/2015/10/rm1L_ch-300x218.jpg',0,'\"��2���P���','\"��2���P���'),('go�s�V�;���\n$','wp-includes/js/tinymce/plugins/compat3x/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȓ54m��%��U��'),('j����NK,�/sr�','wp-content/uploads/2015/11/birthday-centerpiece-main2-300x222.jpg',0,'�Q�Y�,�.SuV3�','�Q�Y�,�.SuV3�'),('nZ�&���YwL���V<','wp-content/plugins/wordfence/images/flags/sn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','컯��u��I�ڍ�t'),('q��\0.޷\Z`����-','wp-content/plugins/wordfence/images/flags/na.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�=�X�u��4�'),('zq\"KN�s%�&�','wp-content/plugins/revslider/admin/assets/imports/search-form-hero/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('����Ќ���g','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/RetryPolicy/RetryN.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��;���M4�ƾL9�'),('��,|C��G����a','wp-content/plugins/js_composer/assets/less/lib/media-gallery.less',0,'���#�/e��$�(','���#�/e��$�('),('��#h�����d�p��','wp-content/plugins/backupbuddy/classes/api/_getSchedules.php',0,'�;݉.\'3��t�qY�','�;݉.\'3��t�qY�'),('��tƊ0��{~I[��','wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/slide4.jpg',0,'3��/\\���N�Z��ƥ','3��/\\���N�Z��ƥ'),('�t��7Ȏ/��&$�','wp-content/themes/wanderfuls/css/ilightbox/mac/preloader.gif',0,'�ǧ�Q6�z�Q��)','�ǧ�Q6�z�Q��)'),('�\Z��k������','wp-content/plugins/backupbuddy/images/filetree/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('��JAä�#y���','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php',0,'�֥	�O�I�v�=','�֥	�O�I�v�='),('� ��C�Y���','wp-includes/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','흁�����`�1L�a'),('�>�M�8� ٵ��|','wp-includes/images/crystal/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S����I0An�'),('�2�L����m�\"	�','wp-content/plugins/js_composer/assets/less/config/admin_variables.less',0,'b���v�	J�&��','b���v�	J�&��'),('֨LH��uϽ��d8�','wp-content/plugins/backupbuddy/lib/textreplacebuddy/textreplacebuddy.php',0,'w�0�ؚ�<�I�dS�','w�0�ؚ�<�I�dS�'),('�0��\r%s��nD��','wp-content/themes/wanderfuls/framework/shortcodes/tinymce.js',0,'�l�4�Eo0	�l�','�l�4�Eo0	�l�'),('�aRNY�wF:�$�','wp-content/uploads/2015/10/wands21-150x150.jpg',0,'���	�s�J{�\n|�v','���	�s�J{�\n|�v'),('�l��������2Q�C','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_admin.less',0,'=;�2�a���U','=;�2�a���U'),('��¢rF�<�ҟ�','wp-content/themes/wanderfuls/bootstrap336/css/bootstrap-theme.css',0,'T�S�hB��i��@��','T�S�hB��i��@��'),('��I��!Ţ�Aje�','wp-content/plugins/js_composer/locale/js_composer-nl_NL.mo',0,'���”��]SM��','���”��]SM��'),('��\"\rJ\04��\'i�','wp-admin/js/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�(F�Vp��#*�{�'),('��HeYe�}��,�','wp-content/uploads/2015/10/bigimage2-222x300.jpg',0,'�`�GM�p[��~�0k�','�`�GM�p[��~�0k�'),('��%j�2��Xh���','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�s����F_��','wp-content/plugins/w3-total-cache/inc/lightbox/edge.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ez�4{�u�Cp1�t�'),('�eŊl�(��NJt','wp-content/themes/wanderfuls/framework/addons/assets/admin-fields/media-uploader.js',0,'�֩�\Z���rV۝��','�֩�\Z���rV۝��'),('.(u�]�f�i\n�','wp-content/uploads/2015/11/newcandies2-150x150.jpg',0,'.QIn��Sf�3��Ŋ9','.QIn��Sf�3��Ŋ9'),(' ������4�`�C','wp-content/plugins/backupbuddy/destinations/remote-send-test.php',0,'���I��e`�8�Z','���I��e`�8�Z'),('7ga�����w�D�','wp-content/uploads/2015/10/unnamed.jpg',0,'�J<�\Z��<��\n�','�J<�\Z��<��\n�'),('7u��[C�n�ɵ��','wp-content/uploads/2015/11/patriotic_lg-150x150.jpg',0,'�����=G���E�','�����=G���E�'),(';�&�nb��i�ٷ�','wp-includes/js/mediaelement/silverlightmediaelement.xap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�:=C\".K�|�n\0t�'),('=�M��\"���^�:','wp-content/plugins/revslider/admin/assets/imports/classic-carousel/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('M}G�qg�z(��Y','wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php',0,'��$�%��_2���Mp','��$�%��_2���Mp'),('W)DR�	�����x�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php',0,'D��ks.�����','D��ks.�����'),('\\�����AV*籿','wp-includes/js/jquery/ui/slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}	1l4�&��QW��L�'),('i��]�Qh>�@C(��G','wp-content/plugins/revslider/admin/assets/images/toolbar/eye_black.png',0,'�X쐁�L���\0\'�z	','�X쐁�L���\0\'�z	'),('m�8r����`��b�','wp-content/uploads/2015/10/all3.jpg',0,'ߵ��t\Z���	N�u','ߵ��t\Z���	N�u'),('r��q^�ﵓ܉cD�B','wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode.js',0,'\\^���3��w���','\\^���3��w���'),('�c��nx�Ժ|�','wp-includes/class-walker-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�{3bk�?KK]Q�dj'),('��R>�O����鋡','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L�\r�5\0J\0I�:A�'),('���\Z�����$�\\','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/image_carousel.php',0,'�A�O\Z{}�D1�`�O,�','�A�O\Z{}�D1�`�O,�'),('��w�LX���|���','wp-content/themes/wanderfuls/framework/classes/wp-updates-theme.php',0,'��#�ۢ�~;yG�#<�','��#�ۢ�~;yG�#<�'),('�>��i���O��2��','wp-content/plugins/js_composer/assets/less/js_composer_frontend_editor.less',0,'7I�a��z�(���','7I�a��z�(���'),('�^[確�X�#�','wp-content/plugins/wordfence/images/flags/england.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5��[��W,��\'o��'),('�I�J!0\'��Q���7�','wp-content/plugins/js_composer/assets/less/vendor/contact_form_7.less',0,'���\Z2r�c�בbh0','���\Z2r�c�בbh0'),('�H9�0��n���f�]','wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide2.jpg',0,'�\Zh6Z��Ɯxt�ؤ','�\Zh6Z��Ɯxt�ؤ'),('�ݡ=��Nx��K�`*','wp-content/plugins/wordfence/lib/wordfenceClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�d�[~,�zY\''),('�/�v�Y<}�X1�','wp-content/themes/wanderfuls/framework/shortcodes/shortcodes.php',0,'�5S6�I�H���l','�5S6�I�H���l'),('�Gy�İ��ik��','wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php',0,'+9����nxsͭ��V','+9����nxsͭ��V'),('�뷎wh\\Xs����l','wp-content/plugins/wordpress-seo/admin/pages/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�\nӕJG�2�Ц�a'),('� �|��C5�7','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/OAuth/PHP.php',0,'�	s`辝:� �ۺz','�	s`辝:� �ۺz'),('\0��]�a�v���CY','wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^ZP�������X}'),('�B�<|����!�G�','wp-content/uploads/2015/10/Navy-and-Ivory-with-Gold-Accentsbr-Madeline-from-Texas-300x300.jpg',0,'9k�z1��9�/�QzS!','9k�z1��9�/�QzS!'),('���NVԱ��z�Z','wp-includes/js/jquery/ui/effect-shake.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'JgV�̯\0�@p�'),('��t�XL鬺6�	','wp-content/plugins/w3-total-cache/ini/apc.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�ⷛ��F�\0�^U�Q'),('�1Wq@�?g\'l�V','wp-content/plugins/js_composer/assets/less/backend_shortcodes/rows_columns.less',0,'Hl���2cb��-','Hl���2cb��-'),('��\\JB}A� ���','wp-content/uploads/2015/10/wedding-150x150.jpg',0,'KjX(�C���p���I','KjX(�C���p���I'),('#ۅ\0���E�ֿ���N','wp-content/plugins/wordpress-seo/admin/class-import-aioseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7��A(�T���\'��'),(')��_�J�����','wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3a(��q�h���'),('3��Cߣ�t2S�!��d','wp-content/plugins/w3-total-cache/inc/define.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��so���fV'),('6��<�\\�c (�H��','wp-content/uploads/2015/10/findyourcandy-150x90.jpg',0,'o�G�9�/��l�AS�','o�G�9�/��l�AS�'),('F�?,���e�49�7','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.migration.min.js',0,'���~�8m݁�*¨�\Z','���~�8m݁�*¨�\Z'),('I�pљ��M��qP�4-','wp-content/plugins/backupbuddy/classes/ithemes-sync/api-notifications.txt',0,'�ݦXD�p�LL��w�i�','�ݦXD�p�LL��w�i�'),('W��u��RPbIH�','wp-content/plugins/wordfence/images/flags/sk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x3�i�2f��V.V]G'),('`�&��锥~K3/d','wp-admin/css/login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\"���P�Ff6����'),('`�<&>ƹ���k\\�:','wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg',0,'}}`��r9Vr�j<�','}}`��r9Vr�j<�'),('b��,��^�&0���M�','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/layerslider.png',0,'��$�3|M�*�z�@','��$�3|M�*�z�@'),('c�o����C���Ԇ','wp-content/uploads/revslider/templates/travel-static-captions/slide3.jpg',0,'K��@s����-���','K��@s����-���'),('�Q֬�;�=G���','wp-content/uploads/2015/11/slide_009-300x218.jpg',0,'��b]}\"jdL�K��LU','��b]}\"jdL�K��LU'),('��\r�2�H��*�}�','wp-content/uploads/2015/11/green-favors-on-table-lg-150x150.jpg',0,'�=i�K�O��3����','�=i�K�O��3����'),('��c�-���z�u�','wp-content/plugins/backupbuddy/images/filetree/html.png',0,'��@0I��/S��','��@0I��/S��'),('�6q&\n�X;LI��4S','wp-content/uploads/2015/10/findyoursizes-150x90.jpg',0,'\0^\Zv�-4R��>oN:','\0^\Zv�-4R��>oN:'),('���ґ-���\r�{,�','wp-content/plugins/wordfence/lib/wfCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�J�Oݚ�O$u��y�'),('�~��L��*�,�<:�','wp-admin/includes/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�t\r��IPSkӆ��'),('�B�S��c?X���','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_c.less',0,'Zx�i0�B��	�]R','Zx�i0�B��	�]R'),('��g�F�7`���T��','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Cache/Abstract.php',0,'���\0���]\'9�w','���\0���]\'9�w'),('�>5�%�O��)iu\Zb','wp-content/themes/wanderfuls/partials/blog/blog-entry-category-tags.php',0,'��\'A6L��\'%�;���','��\'A6L��\'%�;���'),('���B��:���\'�r�','wp-content/plugins/revslider/admin/assets/js/codemirror/util/dialog.js',0,'���-�Ou��U�!4','���-�Ou��U�!4'),('�\\3{��j����5�','wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide5.jpg',0,'�Ȫ�t�����k�$�','�Ȫ�t�����k�$�'),('�Sx��4�@o�w�N','wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�G���>Xc�r&�m�h'),('���K��oR��}','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php',0,'��ĥ����t�<s','��ĥ����t�<s'),('�鮣�l�d�$p�W�','wp-content/plugins/js_composer/assets/less/shortcodes/vc_google_maps.less',0,'t�f[���܂����`','t�f[���܂����`'),('ßA��o����&NŴ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php',0,'8e��E���ƖpY�','8e��E���ƖpY�'),('���:m��[ݢ�:#','wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��W�AíX5�4l�'),('�I��\\j���x���g','wp-admin/images/date-button-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')R�,$k���)6C��c'),('�sFy��i.�\Z	�1','wp-content/uploads/2015/10/testimonialslogoboxwide2-300x45.jpg',0,'\0߯w�;�g���*g','\0߯w�;�g���*g'),('�0��bɍ.�{�TD','wp-content/plugins/w3-total-cache/lib/Minify/HTTP/Encoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Rn}�Y+Yȥ4�Jk'),('���j7r[�,��Z��','wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0:��I�%��0\0�'),('�J8��4Ļ��f���','wp-content/plugins/w3-total-cache/inc/functions/admin_ui.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<U�\n�B�$���H�5�'),('��[\\��&Z�1�','wp-content/uploads/revslider/templates/finedining/slide1.jpg',0,'>��l碞�E��f��','>��l碞�E��f��'),('	Y��`�K�Y.~V�','wp-content/uploads/2015/11/Christmas-Tree-Centerpiece-262x300.jpg',0,'\nI�ì`\"\0�}N��o','\nI�ì`\"\0�}N��o'),('�~G�y�*-�͊�','wp-content/plugins/widget-countdown/images/remove_element.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�it��eb,R�G�z�'),('���d�ƍg V��GD','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�CP�{�Y�~'),('&�]�˧,�)Q�','wp-content/uploads/2015/11/metallicred.jpg',0,'fC�*�͋�#ޑ.�\"','fC�*�͋�#ޑ.�\"'),(')W��%]�!�;���z','wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php',0,'/��u���Ov�d1�','/��u���Ov�d1�'),('-�M2��\0��%Aۉ','wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gsS���+hd1hý�˙'),('/-q�R�S7t���','wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf',0,'b�]�\r<9F�@��','b�]�\r<9F�@��'),('8�\\՜�����&[�','wp-content/uploads/2015/10/A101PKXXXXXXXXXX230SLWHXXLAHPXXXXXXXXHPSL.jpg',0,'��V�� �_����','��V�� �_����'),('>��%��p�m��','wp-content/plugins/wordfence/images/flags/pm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,\nK������F�N'),('D�8hFޛBViR�','wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�C9��4Āq;�P'),('Fn����ɥd�b��','wp-content/plugins/w3-total-cache/inc/options/faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٠Ln\n����I'),('HuQ��{y��	W$� �','wp-content/plugins/wordfence/images/flags/ng.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A3[���EN�\"рY�'),('j׻���q.�*;��2','wp-admin/css/colors/sunrise/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�ɳ�	t\0��\\���'),('qfH���<�O��;','wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php',0,'\nqڪ�;�>@o�\0Ut!','\nqڪ�;�>@o�\0Ut!'),('wJ��Ԇ�^Ō>�','wp-content/plugins/w3-total-cache/lib/W3/Plugin/NotificationsAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DwO�d�p�I�JE�'),('xR���s�Ь?� ?�','wp-content/uploads/2015/10/rm4L_gold-150x150.jpg',0,'^��$���$l�Um7i','^��$���$l�Um7i'),('|�6��D��~(dD','wp-content/themes/wanderfuls/framework/portfolio/portfolio-config.php',0,'77�K>���ǧ�','77�K>���ǧ�'),('� ��̢\r���{/�','wp-content/plugins/contact-form-7/languages/contact-form-7-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z�O�G( [_(�'),('�>s��0�`�[�K�,','wp-content/plugins/revslider/public/assets/js/jquery.themepunch.enablelog.js',0,'�Fǿ��o��Ò3k�','�Fǿ��o��Ò3k�'),('�n`&*�X{~��e��','wp-content/plugins/backupbuddy/pluginbuddy/history.txt',0,'������­\'��E���','������­\'��E���'),('�W�V�����~�','wp-content/uploads/2015/10/Purple-themed-outdoor-party-300x204.jpg',0,'�Ec��\0谥.�y','�Ec��\0谥.�y'),('����M}�3Hޏ��','wp-content/uploads/2015/10/old_home-gallery-5-large.jpg',0,'�a��q�zq�	+[�u','�a��q�zq�	+[�u'),('���n#3Iî��V1','wp-content/plugins/wp-fastest-cache/templates/updatepost.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�n˗`3�:�h&��'),('�&�K�,h�_�R��','wp-content/plugins/wordfence/images/flags/kr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','re�`���1�j?;�f'),('�mNJ#����5�GT','wp-content/plugins/wordpress-seo/js/dist/wp-seo-shortcode-plugin-340.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�3���1��{x�'),('�s���9�\"�?','wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r0(g�C���Ю�`'),('�v��Y���Ӂ�k','wp-content/uploads/2015/11/coral-wand-145x300.jpg',0,'���@�\0�3Wj�p��','���@�\0�3Wj�p��'),('���0�U�P��n��','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-rotationx.png',0,'�) �6��K���AJ�','�) �6��K���AJ�'),('�\r�T=yl��l��#]','wp-content/uploads/2015/10/A102BBLMXXXXXXXX200SLXXXXIWPGPGBBMSBBLBSL.jpg',0,'�`�o�OgA��Dn�','�`�o�OgA��Dn�'),('�Z��n���.���ntQ','wp-content/plugins/taptap-by-bonfire/taptap.php',0,'(*�D�نaX���\Zc�','(*�D�نaX���\Zc�'),('�r�W�3���᥾V','wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�(��Տ*5O��o'),('�Tô��`�δ�`̻�','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/button.php',0,'A887�$8��\Zu�lL\'�','A887�$8��\Zu�lL\'�'),('�����ʱ1w��B_/','wp-content/plugins/wordfence/images/flags/ve.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ut�v9Hu\Z*a\\P�'),('��4g����<�Џ','wp-content/uploads/revslider/clubix/2-pic-350x262.jpg',0,'��EsN]m2�v�2\0U','��EsN]m2�v�2\0U'),('^E��d��PM9dz','wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l��۷M���^�BL'),('\r{�2�T�\r��v0�','wp-content/plugins/revslider/admin/assets/images/sources/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('HCvw3����ja2','wp-content/themes/wanderfuls/author-bio.php',0,'M��m�X�ȅ	�ڽM�','M��m�X�ȅ	�ڽM�'),('Re;�g(�%:��','wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_0_eeeeee_40x100.png',0,'{ǰU���ds�|n?=�Y','{ǰU���ds�|n?=�Y'),('YIE��Tt2L��]','wp-content/plugins/contact-form-7/modules/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�<.pgsw�{ϡ�'),('�ؠO?u�lx��','wp-content/plugins/backupbuddy/controllers/ajax/migration_picker.php',0,'��lM�]bG��	��n�','��lM�]bG��	��n�'),('/\06����ߜ�ly�!','wp-content/uploads/2015/10/Multi-Colored-Pastel-Centerpiece-brBrann-from-Tennessee-300x300.jpg',0,'��rS\Zz���a�{','��rS\Zz���a�{'),('/��u���=#Z�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Cache/File.php',0,'��L(ݼy�\'��xv�','��L(ݼy�\'��xv�'),('0���q�@�G6k���','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('5E/���Gb�0�','wp-content/plugins/wp-fastest-cache/images/label-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wǜ�D�͙�A��2'),('5�k��\n욑=O$2V','wp-content/plugins/backupbuddy/controllers/ajax/gdrive_folder_create.php',0,'5zK2)x1UVA:�����','5zK2)x1UVA:�����'),(':�X��2�M��~��','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߾\\H�]��9�Z��'),('I��pQꀸW�L7��','wp-content/themes/wanderfuls/skins/skins-admin.php',0,'�YT.�J��U�1��','�YT.�J��U�1��'),('L���8��\\�ݼ+','wp-admin/images/imgedit-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��\'��6U�������t'),('N���u�GN�oJ(�','wp-content/themes/wanderfuls/partials/search/search-entry-thumbnail.php',0,'7�\0(�+T���&���','7�\0(�+T���&���'),('U#��0M��S��/�','wp-content/uploads/2015/11/Blue-Dolphin-Caribbean-Ocean-Centerpiece-300x300.jpg',0,'���L��ȺjM8TPI','���L��ȺjM8TPI'),('^�k��e��M�q��','wp-content/themes/wanderfuls/vcex_templates/vcex_callout.php',0,'�Q��i�@\\7�luQ�Q','�Q��i�@\\7�luQ�Q'),('h𲯈B+�������','wp-content/uploads/2015/10/A102IWTUXXXXXXXX100SLXXXXTUPGHPTUPGFUHPSL.jpg',0,'\"6������}	���','\"6������}	���'),('iMMJ�/�O�M��','wp-content/themes/wanderfuls/framework/staff/staff-helpers.php',0,'��	O���G����i��','��	O���G����i��'),('nM^V�Y7�Ccfh�','wp-content/themes/wanderfuls/partials/search/search-entry.php',0,'�Z�g��D�bv�j\"��','�Z�g��D�bv�j\"��'),('p۞�2N<:Z�7�r�','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������9>���'),('tl^i��m�_���%','wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php',0,'�J�gY����K-4v�','�J�gY����K-4v�'),('u�)8FG9�C�(���','wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^���������O%�'),('}�A�.�*U��ar','wp-content/plugins/wordpress-database-reset/class-db-reset-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1H~��Rem�lr�0'),('��A��;i�J��','wp-content/uploads/2015/11/metallicred-wand.jpg',0,'��6i��6������','��6i��6������'),('�w���͍`�����','wp-content/uploads/2015/11/Baby-Blue-and-White-300x300.jpg',0,')�*l4�<��P�_��',')�*l4�<��P�_��'),('�����a���7���N','wp-content/plugins/contact-form-7/languages/contact-form-7-uk.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��g	.J��4?\rp*'),('���Clo�������','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��JZ��^��9Kj���'),('’�� �w��,��*-','wp-content/plugins/wordpress-seo/css/wpseo-dismissible-330.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8� \ZOg�ey�W�/�'),('�+��8��m�S�\'','wp-content/themes/wanderfuls/partials/testimonials/testimonials-entry-author.php',0,'\r�ؘ�bA:��cK���','\r�ؘ�bA:��cK���'),('�\'��M�f��','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php',0,'L��Y��U\Zw{~','L��Y��U\Zw{~'),('�֞��%�ܼwJ�','wp-content/plugins/wordpress-database-reset/languages/wordpress-database-reset.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�+��#D�`��'),('�η6|�fv剤S~I^','wp-content/plugins/revslider/admin/views/slider-overview.php',0,'�gvN�M�*��~���','�gvN�M�*��~���'),('��-��i>bs��1�','wp-includes/js/jquery/ui/resizable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�*��W�i�X㝶տ'),('��/4��\0��~	{H','wp-content/themes/wanderfuls/partials/testimonials/testimonials-entry-content.php',0,'b���K�W�_H��%','b���K�W�_H��%'),('+��QX�C`?\\Z*�','wp-content/plugins/w3-total-cache/inc/options/extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��N����x�y��'),(' ����.�g���w�','wp-content/plugins/contact-form-7/includes/validation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������}7��J�'),('2��R�/&e���R~�','wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/slide4.jpg',0,'���^�\Z~|���','���^�\Z~|���'),('4�J�-<O�iDf�.�','wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-^���αgۺ����u'),('Hl��1��b�^�x)�','wp-content/uploads/2015/11/graduations-ivory-forest.jpg',0,'�ӟ�?р��j�O���','�ӟ�?р��j�O���'),('J��x�H���3߲','wp-content/themes/wanderfuls/js/lib/isotope.js',0,'3<�		�7�(Ձ-&','3<�		�7�(Ձ-&'),('J�����@�JF','wp-content/uploads/2015/10/Lavender-Gold-300x280.jpg',0,'`�A�e+�n���','`�A�e+�n���'),('L �\r�+q�|�h��|','wp-content/plugins/wordfence/images/flags/hu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�\";d>]�pG��@�!d'),('M\0M����AA��','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-count.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L���U��i�P[��'),('M�\r��4S����I_','wp-content/plugins/w3-total-cache/lib/W3/AdminActions/TestActionsAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\"����e	=��'),('S�SiL�bms�4ѧ','wp-content/plugins/revslider/admin/assets/images/toolbar/plus_black.png',0,'�*�\Zg\0.�Gםl�','�*�\Zg\0.�Gםl�'),('c,�uN�+�m��9l','wp-content/plugins/w3-total-cache/inc/mime/all.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r����#��g����\r�'),('z�ԀqQ�~��C,KLo','wp-content/plugins/js_composer/assets/vc/column_offset_screen_size.png',0,'�\0@�M1�[�\0m���','�\0@�M1�[�\0m���'),('����#�W;���','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php',0,'M�Y��ˤ{�wi\"tT','M�Y��ˤ{�wi\"tT'),('��4r�%����j���','wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���kU�6�\n�+�)%�'),('��KS+�e׎A�@��','wp-admin/css/colors/light/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��G�#��<�^o'),('�L�m�7n�|I+','wp-content/uploads/2015/11/theme-sixties-150x150.jpg',0,'�]�zq�ޡ�48Ѣ','�]�zq�ޡ�48Ѣ'),('�����Fe�	57[�','wp-content/plugins/wordfence/lib/email_newIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�B�ߐ�^7/����j'),('����UNEA�g�t','wp-includes/js/customize-selective-refresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'6����BML�R'),('��Զ���J��D �','wp-content/plugins/backupbuddy/classes/_apiServer.php',0,'�݁ �]����B�&�','�݁ �]����B�&�'),('���U�7˹0�\nrbhC','wp-content/uploads/2015/11/60s-and-70s-Vinyl-Record-Centerpiece-300x300.jpg',0,'�92��ZE�Y�\"��d�','�92��ZE�Y�\"��d�'),('�&�y��N�8�\'%��a','wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php',0,'\ZP�\\G��=�\'z��\'','\ZP�\\G��=�\'z��\''),('���PE�s���o','wp-content/uploads/2015/10/slide_111-150x150.jpg',0,'Tt{Ɗ��X-�I�-�B�','Tt{Ɗ��X-�I�-�B�'),('���e:�̳� ��','wp-content/plugins/wordfence/images/flags/so.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wc@��y;�W&��K�H'),('�i��_\"2weΨ&���','wp-content/plugins/leverage-browser-caching-ninjas/leverage-browser-caching-ninja-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<�yr��9}nh	'),('�A�o�!�V��ų`v','wp-content/wflogs/ips.php',0,'�oY��v�O��V�','�oY��v�O��V�'),('���֚���oD�w','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-aligncenterv-dark.png',0,'^GJ�NN\"�\rϘ�ۘ��','^GJ�NN\"�\rϘ�ۘ��'),('�0��5��mk��','wp-includes/js/wp-a11y.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r#��U�i�T�:M'),('܍vz��	c*1$n�','wp-content/plugins/js_composer/include/params/font_container/font_container.php',0,'�\rC�*M�{G���r�','�\rC�*M�{G���r�'),('ݏ}9).g;�0w[�W','wp-content/uploads/2015/11/metallichotpink-wand-150x150.jpg',0,'��Z[�.\Z)�i�\'��\"�','��Z[�.\Z)�i�\'��\"�'),('���	Pe���^�qJ','wp-content/uploads/2015/11/sweet-sixteen-centerpiece.jpg',0,'CR�L4@[�8�5R��','CR�L4@[�8�5R��'),('N6#g�dCǚB�2','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/requestcore/LICENSE',0,'p�Bt�;3�XL\0��','p�Bt�;3�XL\0��'),('�-�B�J1���-̃','wp-content/plugins/js_composer/assets/vc/fe/social/gp/tall_bubble.png',0,'N!o����=�s��h= ','N!o����=�s��h= '),('SP>l>�1z�+�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/ajax/cpanel_createdb.php',0,'\01�-�4me���Af;M','\01�-�4me���Af;M'),('�oO&4�:���','wp-content/plugins/w3-total-cache/inc/mime/cssjs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T`4����IQ��xE'),('1L�a�s���~�','wp-content/plugins/wp-fastest-cache/readme.txt',0,'�X@)c��(Z�K\"x�','�X@)c��(Z�K\"x�'),('&r��S�����	�C','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-add-duplicate.png',0,'L�Ērg�E^�`�׶�','L�Ērg�E^�`�׶�'),('.��B9��9&��i�','wp-content/plugins/wordfence/images/flags/az.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�\"7^��`}]��@'),('2�%}��,���3|�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~.] Œ���t{)'),('EH�w�D��V�Už ','wp-content/plugins/revslider/admin/assets/images/new_slider.png',0,'����z}�#�S���v','����z}�#�S���v'),('U松�\\W��\r(�p\"','wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php',0,'������}6bJ^�a','������}6bJ^�a'),('V�����?���w�','wp-content/uploads/2015/10/home-gallery-3-large1-300x242.jpg',0,'��|���Bk䧤ͩ+�f','��|���Bk䧤ͩ+�f'),('Z�%n�a?�\Z�/�','wp-content/plugins/wordfence/images/flags/cn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F[���MZ��N�8'),('[\r%M�{/tRe��','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#����G�`�O�@,'),('o�u|�� @��M�1�','wp-content/themes/wanderfuls/partials/footer/footer-bottom.php',0,'��D�t�\0	��Z]�','��D�t�\0	��Z]�'),('v���:�bE5Y8,�','wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߷#Ԗ��Cj[I`��'),('|0͐+Ԛ���o��','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/wells.less',0,'Id�L�/���S�','Id�L�/���S�'),('�qk�},�M�<�By','wp-content/plugins/backupbuddy/pluginbuddy/images/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('���r��+�,<a�','wp-content/themes/wanderfuls/css/ilightbox/metro-white/x-mark-hover-icon-ie.png',0,'8߻؋��,k�[Yv�','8߻؋��,k�[Yv�'),('�IsS9q���,�z��','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/progress-bar.less',0,'����	�o΅\00�Z','����	�o΅\00�Z'),('��F}��tб7�Y�k','wp-content/plugins/wp-fastest-cache/inc/wp-polls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�I=�C�\'�i����'),('�P�e��P`M��I�c!','wp-content/uploads/revslider/clubix/3-pic-300x300.jpg',0,'٦/G:�b��+��C��','٦/G:�b��+��C��'),('�zX`42�#ե���','wp-content/uploads/revslider/templates/creativefreedom/slide2.jpg',0,'���[ZC�\"ܝN���','���[ZC�\"ܝN���'),('��|#�@�A��锶|�','wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php',0,'>���:�I]�8߱G��','>���:�I]�8߱G��'),('�-��B��|tS^�','wp-includes/customize/class-wp-customize-nav-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]~���F��c9*'),('��^��k�ww[+','wp-content/uploads/2015/11/aqua.jpg',0,'���]R	ϳ[��qj��','���]R	ϳ[��qj��'),('�&~�ڟdw|��ll','wp-content/uploads/2015/10/table1.jpg',0,'��Q`��\\B	�����$','��Q`��\\B	�����$'),('�_N����������Z','wp-content/plugins/backupbuddy/lib/updater/keys.php',0,'3�*\0��9��Y��u��','3�*\0��9��Y��u��'),('�v_ܒ5>���5','wp-content/uploads/2015/11/black-wand-150x150.jpg',0,'0OaҺ�,��Ǽ�\\�','0OaҺ�,��Ǽ�\\�'),('��ϏXE���=�&ݺ�','wp-content/plugins/wordpress-database-reset/views/partials/donate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@�#ԹC�aț-�'),('���E��C@v�&-5\Z','wp-content/plugins/w3-total-cache/inc/popup/common/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�֪9bΘ��|�9�','wp-content/uploads/2015/10/Lavender-Gold-150x150.jpg',0,'A�kY��\0�3�d','A�kY��\0�3�d'),('΢�S˪�\n��B�V\"','wp-includes/fonts/dashicons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xih�7�w#؟���'),('�����{t��vOz׳','wp-content/plugins/wordfence/images/flags/dj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�-6�~��$ݑ��'),('�xP�ؔ�n��hq','wp-content/themes/wanderfuls/images/bullets-red.png',0,'GPMe8�.��55� ��','GPMe8�.��55� ��'),('��&�A>ϡU�6w','wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/LICENSE',0,'=�qqx�MI��bvͼ�','=�qqx�MI��bvͼ�'),('\0wݾ��3�a�&�','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/loader.gif',0,'�F�0DWo����\Zd�1','�F�0DWo����\Zd�1'),('��ܡ9�u_\\\n�9�\'','wp-admin/css/color-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�բ�\Z�]U��#n��'),('�KU�g0MU�/��ʇ','wp-admin/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ga���c�3�aq�'),('FU\'�F��f�@yp�','wp-content/uploads/2015/10/White-and-pink-Wanderfuls-party-favors-for-Kim-and-Tonys-wedding.-300x184.jpg',0,'~\\���SH�E,�N�C','~\\���SH�E,�N�C'),('+:9�t�x��qi','wp-content/uploads/2015/10/Dark-and-light-purple-centerpiece-for-Denises-Christening-party.-300x269.jpg',0,'`���u �H�c3�','`���u �H�c3�'),('+I%�.��Ǐ�j)','wp-content/plugins/revslider/admin/assets/images/icon-trash.png',0,'����RB���\'','����RB���\''),('+��棩���Ve���','wp-content/plugins/wordpress-seo/languages/wordpress-seo-fi.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�w��h;����KC@'),('4;V��\'�/����f�','wp-includes/js/jquery/ui/effect-scale.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}0e,)����+m�T'),('9*�y/0���0t�','wp-content/themes/wanderfuls/images/social/rss.png',0,'�TO_;�%yE��3','�TO_;�%yE��3'),(';���uGB��n�','wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg',0,'����w`�<����','����w`�<����'),('MYB�*�#|��t\Z�','wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.css',0,'�}���	J�;�Ek','�}���	J�;�Ek'),('R�@�%U)�p�q*','wp-content/plugins/wordpress-seo/css/taxonomy-meta.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��bG��\'R��^M:��'),('d��a�$u8֊>|','wp-content/plugins/revslider/admin/assets/imports/photography/slide6.jpg',0,'����C@�P�K]Dw��.','����C@�P�K]Dw��.'),('f_�k�3�v�!�e�','wp-content/themes/wanderfuls/languages/sv_SE.po',0,'��x�dv�D��','��x�dv�D��'),('q��U6J�Σ�U�I>','wp-content/plugins/wordfence/images/flags/tl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�\\�X[;O\0w9�� �4'),('x��ұ�\'���h','wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php',0,'�I2K�{�QHYO��','�I2K�{�QHYO��'),('zu�L�����6�-�','wp-content/plugins/w3-total-cache/inc/options/cdn/azure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�=܊jD�F�����G'),('}�fl�u��_�\Z','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_MX.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[T�qy��흦옉�'),('���C\n���U���','wp-admin/js/custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�\0X���`o�uf�'),('���k�K ~Rm�','wp-content/plugins/revslider/includes/framework/elements-base.class.php',0,'~�N}�c�	�̈7\n�','~�N}�c�	�̈7\n�'),('��0l��j�0+%�','wp-includes/SimplePie/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������S{�*���'),('�B_.��J���ڣ�','wp-content/plugins/revslider/admin/index.php',0,'��{J!u?}��s�','��{J!u?}��s�'),('�<���@Ô�};\"tV','wp-content/plugins/wp-fastest-cache/js/lang/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fȇ���Mr���'),('�bKB�\r).g53��','wp-content/themes/wanderfuls/partials/blog/blog-entry-quote.php',0,'T\Z����?�#QU��','T\Z����?�#QU��'),('� }K���2N��\Z��','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.kenburn.min.js',0,'h�)� �����?Ġ�8�','h�)� �����?Ġ�8�'),('� �E�\'�a�h�39','wp-content/plugins/js_composer/assets/vc/row_layouts/14_34.gif',0,'cJ���˷��\r�Ci�','cJ���˷��\r�Ci�'),('�����w\0I���@�','wp-content/plugins/backupbuddy/pluginbuddy/_pluginbuddy.php',0,'�T��.�F^�F�a','�T��.�F^�F�a'),('���窒�u��\rZJW+','wp-content/plugins/wordfence/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$N�;\'��M��� Y'),('�)����t\r�,�Jڼ','wp-admin/options-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��5�*�12zDV�K�'),('����\r�b\0C~�3��','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/CloudMonitoring.php',0,'�$����x�EG	f:�','�$����x�EG	f:�'),('\r�U���zJӢ�BE','wp-content/plugins/js_composer/include/templates/params/options/templates.html',0,'L�C�o�ݑ��#_=���','L�C�o�ݑ��#_=���'),('�?DŽ����:\n��X','wp-includes/customize/class-wp-customize-theme-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�6�q��Տ K���'),('Ր(�����@��','wp-admin/js/press-this.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǐ�\ru�s�\0�k��:'),('*�c�_g��\'��\\�','wp-content/uploads/2015/11/African-Jungle-Safari-Leopard-Centerpiece-262x300.jpg',0,'(R\0�J\"�)�����','(R\0�J\"�)�����'),('9���A���rm�\rX','wp-content/plugins/wordfence/images/flags/lu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�ڡyn���7�x�'),(':���z?6*|����6�','wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/monosocialiconsfont.min.css',0,'�w��U�S�[��^J','�w��U�S�[��^J'),('G�p�FK�)6i�8','wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php',0,'y�c����m�2�1	','y�c����m�2�1	'),('JD�\ZS�/�o��77/','wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e�|��(b��'),('K��	x�Ij��\0�','wp-content/themes/wanderfuls/framework/blog-functions.php',0,'.�`����&ԝ4���','.�`����&ԝ4���'),('Wl��y:�\0Vn`�d\0�','wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��{3T\'�T���Q�'),('Z/�X~d�5�y��[','wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot',0,'/�i̵�sr�k��~�','/�i̵�sr�k��~�'),('c%�m��̄S��N�','wp-content/plugins/backupbuddy/destinations/rackspace/lib/rackspace/cloudfiles.php',0,'�Y�*�`o>��B\n�8','�Y�*�`o>��B\n�8'),('lS�����c�3#','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/default_thumbnail.gif',0,'�R�\'qs�h`� qxZ!w','�R�\'qs�h`� qxZ!w'),('s�`�\Zm�\'v�[�~','sizes3main.swf',0,'�	U��h�\0�{�ԏi�','�	U��h�\0�{�ԏi�'),('{�k�\0$&\\�����;','wp-content/plugins/w3-total-cache/lib/W3/AdminActions/NewRelicActionsAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZƢM�#\n�p\n�p&�*'),('{�K{u��]XJ���','wp-content/plugins/revslider/admin/assets/imports/classicslider/slide4.jpg',0,'��jE�7���J	�X�','��jE�7���J	�X�'),('��q�[�򤎝��','wp-content/plugins/w3-total-cache/configs/0.9.3-ConfigKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v��-B|���%�'),('�,�4#��(�#','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L��넏���G3'),('�>�F�)�;!�','wp-content/uploads/2015/11/birthday-centerpiece-main2.jpg',0,'(�>`�2�҈!�Sn��','(�>`�2�҈!�Sn��'),('��v�ǩ+Ӏ[;��','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�s����s��P{7','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/input-groups.less',0,'�S�X|4ML�^9i��','�S�X|4ML�^9i��'),('����$G/�F�p��','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/nav-vertical-align.less',0,'��0�Û��y�n�\0v<','��0�Û��y�n�\0v<'),('�{�h��OE�\\�?�','wp-content/plugins/w3-total-cache/inc/functions/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����%���ى	1��'),('���^i��Uy2q','wp-content/plugins/revslider/admin/assets/imports/mainfeature/slide5.jpg',0,'�Xr�?Q0����Sbi','�Xr�?Q0����Sbi'),('��O6R��ᙥ�Ru�','wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/slide1.jpg',0,'=��\"�4ي<\0�mț','=��\"�4ي<\0�mț'),('ծۈ�^�&��.�_�','wp-content/uploads/2015/10/Safari-themed-centerpieces-create-for-Joe-and-Kates-wild-wedding.-300x199.jpg',0,'�+q���rm����U�K','�+q���rm����U�K'),('�G(+FW���(]�3','wp-content/themes/wanderfuls/partials/portfolio/portfolio-entry-excerpt.php',0,'h�՞��h�;w��k�','h�՞��h�;w��k�'),('�z��hH���8%f','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Signature/Common.php',0,'����7��=���P�','����7��=���P�'),('��PC0{Z�CلeP�','wp-content/plugins/backupbuddy/classes/import.php',0,'�m��\rg�鬒,H	','�m��\rg�鬒,H	'),('��=<�E-�,@<8�','wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php',0,'h��$�C6�����D\\','h��$�C6�����D\\'),('��y7��MA�@���','wp-includes/widgets/class-wp-widget-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�Yޭ�+P�`I�\''),('w^�tzˡ�E�RԎ','wp-content/themes/wanderfuls/partials/togglebar/togglebar-layout.php',0,'�:*5S�{ì�\ng\0�I','�:*5S�{ì�\ng\0�I'),('�|ռ��POԓGz','wp-content/plugins/backupbuddy/controllers/ajax/migrate_status.php',0,'*��49�W�7I�]V�','*��49�W�7I�]V�'),(')�Ċ�\\����','wp-content/plugins/wordpress-seo/images/banner-news-seo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tY%�0&Q=r�C�&�'),('s���u��SK�*W�','wp-content/uploads/backupbuddy_backups/.htaccess',0,'��-��zcv��{@#��','��-��zcv��{@#��'),('$��s<hj����/','wp-content/plugins/revslider/admin/assets/imports/news-gallery/slider.jpg',0,'���lj��!�Sn\\','���lj��!�Sn\\'),('$�!�-�Xؗ��','wp-content/plugins/libravatar-replace/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%~k���Ͳ)'),(')��o���;�I�`��','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/variables.less',0,'d��������|\r','d��������|\r'),('0<z��H�����Y�','wp-content/plugins/backupbuddy/lib/xzipbuddy/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('7䶋�b�\"��F�O�','wp-content/plugins/backupbuddy/views/settings/_database.php',0,'>$�BM@�z?%���','>$�BM@�z?%���'),('9��*���{���y���','wp-content/uploads/2015/10/Blue-Rasberry-Sun.jpg',0,'&����B�(\'?�ݟ','&����B�(\'?�ݟ'),('C���gJ�;�U����','wp-content/plugins/leverage-browser-caching-ninjas/leverage-browser-caching-ninja.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߾z�Bޕ���U[��x'),('I̥�/��.�7H_�','wp-content/plugins/backupbuddy/lib/updater/css/settings-page.css',0,'.�O��7�#�O�M��','.�O��7�#�O�M��'),('L���K�J,��Ķ','wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php',0,'��\'\n�l����x��l�','��\'\n�l����x��l�'),('R�������уCx@��','wp-content/plugins/libravatar-replace/views/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\0k���{	ꓬ�Ϛ�'),('Ws�V���6�e���','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/SQLAdmin.php',0,'�wh��Se�ݬ[���','�wh��Se�ݬ[���'),('w�A�/	����ĉ\\q','wp-content/plugins/wordfence/js/jquery.colorbox-min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4?Jǃ�G�`�\n�N�xl'),('w��r�>�0+��8','wp-content/plugins/js_composer/assets/less/lib/frontend_editor_controls.less',0,'i�o�m>Ѧ_\Z}f','i�o�m>Ѧ_\Z}f'),('��(1�39�晸ߟ��','wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide8.jpg',0,'��d�̼пG)EQ�','��d�̼пG)EQ�'),('�v���k{�5��6�','wp-content/uploads/2015/10/Hot-Pink-and-Azalea-with-Gold-Tassels.jpg',0,'�Z8�H0-\\L�:|�','�Z8�H0-\\L�:|�'),('�:8�Ia��øl�m','wp-admin/includes/class-ftp-pure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6��-Kw�ypV-ҧ'),('����KqM���{���','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����݈��KT�@'),('��1�`�Yu����7�e','wp-content/plugins/js_composer/assets/less/settings_tabs/user-group.less',0,'l�W�k�`[ڡ�>�\'D�','l�W�k�`[ڡ�>�\'D�'),('�TB��O>�v2��}Ea','wp-includes/SimplePie/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s����;�uvf^��'),('ť\\�[�������','wp-content/themes/wanderfuls/js/lib/jquery.sliderPro.js',0,'��\Zv�;f7\nQq','��\Zv�;f7\nQq'),('��Duc��%����.4�','wp-content/plugins/backupbuddy/lib/zipbuddy/zbdir.php',0,'�q(�Ұ~O��o��','�q(�Ұ~O��o��'),('�:�k�����j�#','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/requestcore/README.md',0,'p$��\05��FЇЖV','p$��\05��FЇЖV'),('�H�1LQ9C�*15�','wp-content/themes/wanderfuls/css/ilightbox/smooth/thumb-overlay-play.png',0,'�HO�Ȏ����*G�E&E','�HO�Ȏ����*G�E&E'),('�Uu#d����x]E','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�W*�M@���'),('�s�z�sD�.�$�','wp-content/plugins/revslider/admin/assets/images/toolbar/plus_grey.png',0,'���n+(�%�O���','���n+(�%�O���'),('���n(��;�g�','wp-content/themes/wanderfuls/single-staff.php',0,'������u��cJ�','������u��cJ�'),('����C�W\n���e','wp-content/plugins/backupbuddy/controllers/actions.php',0,'��;��\'�_��\Z\0:iӎ','��;��\'�_��\Z\0:iӎ'),('�z�Z�s�g�Sw[u�K','wp-content/uploads/revslider/templates/creativefreedom/slide1.jpg',0,'��>�o�Y��+Ad��\0�','��>�o�Y��+Ad��\0�'),('�Nc�a�Ϣ�����1','wp-content/uploads/2015/10/home-gallery-4-large1-300x225.jpg',0,'�X��E��A�u��7','�X��E��A�u��7'),('p��DP�%����','wp-content/plugins/js_composer/assets/vc/fe/social/gp/medium_bubble.png',0,'�ߵ��[�v��!�]A�','�ߵ��[�v��!�]A�'),('\r��(~�{�*~;B','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Reseller.php',0,'݈�=j��\r�<� i','݈�=j��\r�<� i'),('&�J]z8.걤K�*','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��#FYd����'),('U$���*�y���','wp-content/plugins/w3-total-cache/lib/Microsoft/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('!�х�Ei���8bt;','wp-content/themes/wanderfuls/partials/staff/staff-entry-social.php',0,'�s��q)�r�0����','�s��q)�r�0����'),('$��[.�C����DX�','wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8�*��~�L�r(�'),('+GI�]$n��o�R�','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P+��:��*���<'),('+i��>���k�����','wp-content/themes/wanderfuls/css/ilightbox/dark/x-mark-icon-ie.png',0,'8߻؋��,k�[Yv�','8߻؋��,k�[Yv�'),('Eٺ����Fw�Q|','wp-content/uploads/2015/10/Silver-White.jpg',0,'/Ed����@��ϗy','/Ed����@��ϗy'),('F��e���}�(��','wp-includes/js/jquery/ui/dialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$aV�{Ԅ��,�0'),('J�\r�3��=�OjS�','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Exception.php',0,'U�.��S���+���','U�.��S���+���'),('O#�q����6�K�U�','wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js',0,'����<2�5$�a','����<2�5$�a'),('d��۽��ߐ�b��]*','wp-content/plugins/backupbuddy/classes/fileoptions.php',0,'�tm����9A�h�B','�tm����9A�h�B'),('i�`X*H\\u�\n�!ڱ','wp-content/themes/wanderfuls/images/placeholder.png',0,'[��݀�js$���L�','[��݀�js$���L�'),('m��%�rÙ;E 8�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/Request2/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('s♼{DR�[�k�1�I','wp-content/plugins/wordfence/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\'9%(wd�h�'),('����X/��\0��	','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Hs�=F�᭝\nnH'),('�ʰr�?�*���t]','wp-content/plugins/js_composer/assets/images/icons/blue-document-powerpoint.png',0,'�ُ���PZ_���4','�ُ���PZ_���4'),('��ơ�W��hV�РU','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css',0,'��&=�9�HP�&�','��&=�9�HP�&�'),('�XKD�x����l�','wp-content/themes/wanderfuls/taxonomy-staff_category.php',0,'Ϫ8D�-���','Ϫ8D�-���'),('���Q�=����\r�P�','wp-content/themes/wanderfuls/js/lib/owl.carousel.js',0,'��&��\\᝔��|��?','��&��\\᝔��|��?'),('�$W���K!y�A','GZipNinjaSpeed_uninstall_backup1454917888.htaccess',0,'�*��f�K�9ݿ��Ҍ','�*��f�K�9ݿ��Ҍ'),('�懨\"7��=����Cg','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-aligntop-dark.png',0,'�5ce��`\"�Ӟ�Z�','�5ce��`\"�Ӟ�Z�'),('�3ƹܕj�bi�Υ�','wp-includes/customize/class-wp-customize-nav-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�W��dH�zmc�I	�'),('w�9S�ԋ:�6�','wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js',0,'1~�M�L���/�d>','1~�M�L���/�d>'),('1�09�M���ߑ:�','wp-content/themes/wanderfuls/css/ilightbox/metro-white/pause-hover-icon-ie.png',0,'���V��2ĝ�9�','���V��2ĝ�9�'),('X�2,�I�E�d�{<','wp-content/plugins/wordfence/images/flags/it.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!��%X�b�̣'),('Y<2!���[��Q\Z�','wp-content/plugins/w3-total-cache/lib/W3/Cdn/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\\.G֑.�V�� �.�^'),('c��H~\"W։��:�','wp-content/plugins/w3-total-cache/lib/W3/UI/CdnNotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8���oAq�)C�\"'),('rX(��?0�͚r�21�','wp-content/plugins/js_composer/assets/less/js_composer_settings.less',0,'������ێ�R�L�x','������ێ�R�L�x'),('s_atHn�v�%���]','wp-content/plugins/wordpress-database-reset/wp-reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�%����?�t��'),('w�v�̈������x','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�%zQ�p�s���c:�','wp-content/uploads/2015/10/sweet16d5-300x200.jpg',0,'#�{�RX���C�\\r��','#�{�RX���C�\\r��'),('��o�<���I}�\n{`s','wp-content/plugins/wordfence/images/flags/kg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','򸥬\r�ͧ5����'),('��)Vb!oh�O;�\r','wp-content/plugins/revslider/admin/assets/css/edit_layers.css',0,'ղ\'����^w-�$�','ղ\'����^w-�$�'),('�ىқ��;@�>��','wp-content/uploads/2015/11/candy-jordan-almonds-150x150.jpg',0,'y�Mxϓ��4�v���','y�Mxϓ��4�v���'),('�]~�-h@\nzy���q','wp-content/plugins/js_composer/assets/lib/bower/isotope/README.mdown',0,'i�\n�R촐uG�','i�\n�R촐uG�'),('�G�R@6\r\"��&�','wp-content/uploads/2015/11/metallicpurple-wand-150x150.jpg',0,'p�u�\r��)C�&','p�u�\r��)C�&'),('�����k\'��?��','wp-content/uploads/2015/11/theme-casino.jpg',0,'w;�;��B��΀v��\\','w;�;��B��΀v��\\'),('�qL����o�ɳ��c','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/DeserializeException.php',0,'�t�\\�$���&�\0','�t�\\�$���&�\0'),('�?\0l���S�','wp-content/plugins/w3-total-cache/lib/W3/Plugin/NewRelicAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���;������T�'),('�K�\n?W4E�+T��','wp-content/themes/wanderfuls/framework/customizer/customizer.php',0,'�^�`����$\"�t','�^�`����$\"�t'),('��b����Q\r��\\�&','sizesNewPAGEblack.swf',0,'�5��׮05!��&ozA','�5��׮05!��&ozA'),('����xְ�#ٲ4��','wp-content/plugins/revslider/includes/widget.class.php',0,'���j^fd}\'b�5�x�','���j^fd}\'b�5�x�'),('�=���SR�}=','wp-content/uploads/2015/10/Peach-Punch.jpg',0,'��%��P��Ze��}.N','��%��P��Ze��}.N'),('�M��*k�1�w�B','wp-content/themes/wanderfuls/framework/customizer/settings/callout.php',0,'�X���\ZZ|�+=��MD','�X���\ZZ|�+=��MD'),('�/wǒ�J姎��56','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_prev.png',0,'�U�}��\0Af�@$ŵR�','�U�}��\0Af�@$ŵR�'),('�������u�m	$\nG','wp-content/uploads/2015/10/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding..jpg',0,'WR��zv6�EC��!3��','WR��zv6�EC��!3��'),('��>�/ᡇ_����','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l([qא��D#��'),('�&UX\r�L4{����','wp-includes/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Nx��ܽ�7�F73'),('\Z ��$�JH�\0���\Z','wp-content/plugins/revslider/admin/assets/imports/mainfeature/slide4.jpg',0,'�yD�{d���S=ͫ','�yD�{d���S=ͫ'),('\Z&y<`��ZM��[Ū','wp-content/plugins/js_composer/assets/images/icons/plus-shield.png',0,'��K�@/��t۞���','��K�@/��t۞���'),('\Z)�����f9`P%�^','wp-content/plugins/js_composer/assets/images/icons/control.png',0,'����U�F�ij��\\9','����U�F�ij��\\9'),('\Z.�4=v#2�1�\n','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/post-type-slider.png',0,'p�s���1���r��','p�s���1���r��'),('\ZG�����P�/h�P','wp-content/uploads/2015/11/African-Zebra-Centerpiece-300x300.jpg',0,'�R��+˜�7[X��X','�R��+˜�7[X��X'),('\Za��0�4��;�=p','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-edit.png',0,'�u��s�-\n��\'\re`','�u��s�-\n��\'\re`'),('\ZdHPV7\Z��Q��1','wp-content/themes/wanderfuls/framework/visual-composer/assets/tb-vc-admin.css',0,'v���+��&#YҎ��','v���+��&#YҎ��'),('\Zq\\��O�9F�7Ї0','wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php',0,'���P�N�s\'��','���P�N�s\'��'),('\Ztj��+z��_#p�l','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php',0,'ai$��;ѳO+9)��)�','ai$��;ѳO+9)��)�'),('\Z��Ť���]w10�','wp-content/uploads/2015/10/Cigar-Lover-150x150.jpg',0,'#8�+2�Ԑ�w&��','#8�+2�Ԑ�w&��'),('\Z���w�,� -,:�&P','wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E���S����@3'),('\Z��餌A��&Zfv��','wp-content/plugins/widget-countdown/images/post_example.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2qӁ��0�?�$��'),('\Z�e\r���j!^��	�','wp-includes/js/mediaelement/bigplay.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qd6�=�Ҟk7�b�Rgj'),('\ZȦ�2�&�f�1K�','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-carousel.php',0,'�~x���)��ĵ;�/','�~x���)��ĵ;�/'),('\Z�ui�I0����+�4D','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/divider.php',0,'Z��&��O;�4�[�B','Z��&��O;�4�[�B'),('\Z�#~��W؈��i��','wp-content/themes/wanderfuls/bootstrap336/css/bootstrap.css',0,'[�z�6C�\"Q6gT�*','[�z�6C�\"Q6gT�*'),('\Z����)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`F��u�\0�ڥs�W;'),('\Z�y��8R#O�y��','wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��2N��`ssU�'),('\Z��\Z:\\��Rf�P�~3','wp-includes/class-wp-metadata-lazyloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�X!�� �7�-���'),('\Z�UE�s(��#E�p','wp-includes/images/smilies/icon_mrgreen.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J����Rw��w��'),('\n�\r��#�:^B��','wp-content/cache/index.html',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('S)i�`�oW�i�	','wp-content/themes/wanderfuls/framework/classes/site-backgrounds.php',0,'���q|��39�%�','���q|��39�%�'),('�;qI��C�Q\Z��e','wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.otf',0,'�X~\\HmW��Uy��KI','�X~\\HmW��Uy��KI'),('�.���j�8���HP','wp-content/plugins/backupbuddy/controllers/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('p9}dZBw�NN�7`m','wp-content/plugins/wordpress-seo/admin/class-meta-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qA�4`oqsx��'),('A�Z�哖̅L��(','wp-includes/js/mediaelement/skipback.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�0�E���k��o�HF'),('�7hW�<0�� ��','wp-content/uploads/2015/11/fan-party-favors-300x175.jpg',0,'�!��?$�,��\"�=a�','�!��?$�,��\"�=a�'),('b�N=���,��S��','wp-content/plugins/contact-form-7/modules/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5_=c���i���'),('s��L�r.ӗ,����','wp-content/themes/wanderfuls/partials/header/header-layout.php',0,'��r�޽)Y�.�e4�G','��r�޽)Y�.�e4�G'),('y5U��JH��q�X�','wp-content/plugins/backupbuddy/controllers/pages/_rollback.php',0,'VJ&龭�U<�i��','VJ&龭�U<�i��'),('|�ӯ����˼���','wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png',0,'2�.U8N���#���','2�.U8N���#���'),('���G�(�AU�h�;�','wp-content/themes/wanderfuls/partials/staff/staff-single-title.php',0,'���\'���xUWb\"��','���\'���xUWb\"��'),('���S����(j\\��','wp-content/uploads/2015/11/silver-wand-150x150.jpg',0,'\'Ù���+�h���','\'Ù���+�h���'),('�Hw��t;]�%��','wp-content/uploads/2015/11/bridal_shower_lg1-150x150.jpg',0,'���D��X�u�	�o���','���D��X�u�	�o���'),('��`�r������A','wp-content/plugins/wordfence/images/flags/li.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�[k\"�4��{��;'),('�y���!�\0pZ�[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e{���:�W��'),('�*�?6�j2g�g�','wp-content/plugins/backupbuddy/lib/xzipbuddy/zbzipproc.php',0,'��}v��#�C�溌BA','��}v��#�C�溌BA'),('�{�ۇ(�Q�2�@y','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png',0,';�Vi���$�̸��M',';�Vi���$�̸��M'),('�����y@b��Tc���','wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php',0,'9���ˑ�Aў�m��=�','9���ˑ�Aў�m��=�'),('�@g�7���x����','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Config.php',0,'K\0.,�뢆W���','K\0.,�뢆W���'),('���<���|Q���','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�����>V���r'),('���Ns���4�z�','wp-content/plugins/widget-countdown/includes/style/jquery-ui-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VH�����Ӓ��O�on5'),('Ց����#9���k/','wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/themes/grey-theme/jquery.fonticonpicker.vcgrey.min.css',0,'��\ru���z��YV5','��\ru���z��YV5'),('ֻE\n�<�B�[�,','wp-includes/class-wp-ajax-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hn�/3=��	���#'),('�]�P0D�~����L','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js',0,'.����}�^ J��','.����}�^ J��'),('�m��n9�F�6�','wp-admin/css/admin-menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l5�9c�5Y��;/�G'),('J�U~st���G�#','wp-content/plugins/backupbuddy/images/refresh_gray.gif',0,'h��ƞ*�>S�<�\0B�M','h��ƞ*�>S�<�\0B�M'),('x�nB\Z�mG<','wp-content/plugins/wordpress-seo/languages/wordpress-seo-sk_SK.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X?X�R��pzr�`'),(')�M��^�ûoz�','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-[��t�P���d�'),('4%�IH�O��ʰ�L','wp-includes/css/media-views.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T��n=(��8'),('=�����Gٗ�\0�C�','wp-content/plugins/wordfence/images/flags/kh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C&}r@s��HL��O��'),('C�/�;)��ّ�o','wp-admin/js/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0���ML�E]˜U'),('R�2�?�}���\Z�F�','wp-content/plugins/backupbuddy/views/settings/_email.php',0,'�B4)�hTN�ӊ�P��','�B4)�hTN�ӊ�P��'),('T�gslF��ʞ�Ly','wp-admin/js/set-post-thumbnail.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����8�կ!�1z['),('`OF�\nQ�w�ʘ��~','wp-content/plugins/w3-total-cache/pub/sns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��O��;�6�r�='),('bp�;�v���]�GcD','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/sdk.class.php',0,'3(C���)-WY� ^','3(C���)-WY� ^'),('p�`���\Z�%��o�','wp-content/themes/wanderfuls/skins/classes/gaps/screenshot.jpg',0,'&�f�e,������\"','&�f�e,������\"'),('vs�%�z����F�','wp-admin/css/ie-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-vWM�31����\Z�T�'),('z�|*6�S\\5��3','wp-content/plugins/wordfence/lib/wordfenceScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�Qg��#��Wks4��'),('|���,r�SZ�|$��','wp-content/plugins/js_composer/assets/vc/fe/empty_row_sprite.png',0,'Z�I���̺&�NP��6','Z�I���̺&�NP��6'),('��d��AYL�o','wp-content/plugins/revslider/admin/assets/imports/gym/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�z>L�e�VwPW�','wp-content/uploads/wc-logs/.htaccess',0,'\\Ƞ+�a[�Z�ˢ�','\\Ƞ+�a[�Z�ˢ�'),('�\n$z�X�`�1Bw','wp-includes/js/tinymce/plugins/charmap/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y15��h&[2(�'),('��=b�6��hs���t','wp-admin/ms-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�K��$�IZ1�i%�'),('��\'��FE�A�vQMv','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\r��5]xVI�\'�i�'),('���G�!��2�(nL�','wp-content/themes/wanderfuls/images/check.png',0,'�f��Gg�h�O�A�','�f��Gg�h�O�A�'),('�)_\'��;´�ҲQy','wp-content/plugins/js_composer/assets/lib/bower/nivoslider/nivo-slider.min.css',0,'�L��o9[Z�D��','�L��o9[Z�D��'),('�#��f�9��� ��','wp-content/plugins/revslider/admin/assets/images/sliderpresets/cover_carousel_endless.png',0,'��]�l��|�\'ٕ	�','��]�l��|�\'ٕ	�'),('��U]ϥA>�pf��}f','wp-content/uploads/2015/10/girlandivorylarge-300x263.jpg',0,'�<~�,�H �SƱ�,','�<~�,�H �SƱ�,'),('ɗ�?PJ��-94���','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/WebAuth.php',0,'��q��`TJ-����','��q��`TJ-����'),('�k0B��a��`�','wp-includes/customize/class-wp-customize-nav-menu-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�v\ZҨxk��b�'),('���d��c�8LYET�','wp-content/uploads/2015/11/findyourorder.jpg',0,'\\��a=�8�f�W5','\\��a=�8�f�W5'),('�Q���ﰰ�B��)d','wp-content/plugins/backupbuddy/lib/updater/images/icon-licensed.png',0,'U��J[)��Tg��t','U��J[)��Tg��t'),('�7EX2��q8�\0@v','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/image_swap.php',0,'(��8pL�]�b��','(��8pL�]�b��'),('��Kgk��&!)�z�','wp-content/plugins/taptap-by-bonfire/taptap.css',0,'N�)�\"[�&���RD','N�)�\"[�&���RD'),('�z�}MEL6��g6#','wp-content/themes/wanderfuls/partials/staff/staff-single-position.php',0,'~21�YRq�\Z�oF<�','~21�YRq�\Z�oF<�'),('�-=Q�Cw�tnL�#','wp-content/plugins/wordfence/lib/wfBrowscap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q?SXl��4�Z�>'),('��9��$��H�)','wp-content/plugins/backupbuddy/images/status/green.png',0,'?8F;�����V�\r','?8F;�����V�\r'),('�����-W�-�F�8','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php',0,'nq��	�.K9B�.5�~','nq��	�.K9B�.5�~'),('&\\���w,(::���','wp-content/themes/wanderfuls/js/lib/touch-swipe.js',0,'�����p&=<��i','�����p&=<��i'),('\n��O�_��;]/^��','wp-includes/images/down_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��]:u�Wv���\"��'),('\Z$��oeV&��g���','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/DatabaseCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!�Fi(3!�'),('�N��kL��O�','wp-content/plugins/backupbuddy/lib/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('�\'ͣΗ����?$�','wp-content/uploads/2015/10/wands21-300x168.jpg',0,'�etBA�Ħ_� S�','�etBA�Ħ_� S�'),('G_bc�.,]&���','wp-admin/js/image-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�Mъ�.���*��\\'),('3.6�:h��q��[�/','wp-content/plugins/backupbuddy/images/draghandle.png',0,'e��]�ӻ]\"�򎠋�','e��]�ӻ]\"�򎠋�'),('3�*�;i�2^����','wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�ʰ��?�\n��9�'),('7�H,)�V��e��5&','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/Request2/Observer/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('8��� -1rlk�','wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js',0,'�&K�%w�D�{�','�&K�%w�D�{�'),('Cc(+��xʪ�H��','wp-content/themes/wanderfuls/partials/staff/staff-single-comments.php',0,'�z4��1x�3�TsDt!','�z4��1x�3�TsDt!'),('J��tӞ�6Ri\0�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Reports.php',0,'�P�M�I�o���U$�*v','�P�M�I�o���U$�*v'),(']��k~R����Ju~','wp-content/uploads/revslider/templates/dark-fullsite-block-4-products/slide4.jpg',0,'��q���8e�����','��q���8e�����'),('d#7��c����OAX��','wp-content/plugins/js_composer/locale/js_composer-fa_IR.po',0,'��_�,p����c�','��_�,p����c�'),('fMx���	�+9�U�','wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���P��04��Sv'),('g���y\r����eo�','wp-content/uploads/2015/11/lavender-birthday-centerpiece-300x168.jpg',0,'�]X�s�KVVY���','�]X�s�KVVY���'),('o���.��x��huMXc','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/feature.php',0,'��4��m�XT�!1����','��4��m�XT�!1����'),('�%��\\��MA����','wp-admin/images/wordpress-logo-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qP�C��-SPD�'),('����J�}F��E\0�9�','wp-content/themes/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP'),('���~;����pp��','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/loader.gif',0,'�F�0DWo����\Zd�1','�F�0DWo����\Zd�1'),('��\'BwR��ʍ�_w','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif',0,'B��\n�����\0�Tb�','B��\n�����\0�Tb�'),('�\"@�`�\"�� �`','wp-content/uploads/2015/10/filling2.jpg',0,'��騊xMt��a1��','��騊xMt��a1��'),('����XJ�S�1��','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/alerts.less',0,'nE�s-���at��T�pn','nE�s-���at��T�pn'),('�Z`� �UOؔ�oN�','wp-content/uploads/2015/11/row-of-favors-300x98.jpg',0,'\'�lW�W a\'o��K�I','\'�lW�W a\'o��K�I'),('�m���.�����','wp-content/plugins/w3-total-cache/lib/W3/GenericAdminEnvironment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�xr��O�y� ��'),('��ts�9�#��P7�','wp-content/plugins/backupbuddy/destinations/dropbox/_manage.php',0,'�S�ԨP\"qh�n�k/�h','�S�ԨP\"qh�n�k/�h'),('��X�J�N��q��g�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/js/main.js',0,'\\�j�w�\n1�n1&y��','\\�j�w�\n1�n1&y��'),('�\"j�ǧ`����1�','wp-admin/css/press-this-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��-` �Y�U'),('��ΗܹM��+>�l&','wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php',0,'����0fJ^�F��&e','����0fJ^�F��&e'),('�=�}C���i��HT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i&�Q\\Ӣ�綨'),('��\n����F�	�I�','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/post_type_slider.php',0,'l�7�dWCM~����','l�7�dWCM~����'),('�g��I�!٭���_�','wp-includes/ms-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\rRCT-�6ԗ��'),('��]/~���q��XŎE','wp-includes/js/jquery/ui/button.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n]?�vk��:�S'),('ݲ��A�qв�p��I','wp-content/uploads/2015/11/Thanksgiving-Turkey-Centerpiece-300x300.jpg',0,'��Q)O�k}:�_��?�','��Q)O�k}:�_��?�'),('ߴ5�4Oi��ES�v','wp-content/plugins/w3-total-cache/inc/widget/netdna.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\\GBv$J�'),('����\Z~!�N����','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B	���2����o'),('�����i�_*�)�&','wp-content/uploads/2015/10/bigimage2-150x150.jpg',0,'���v\n^?Ms��	��','���v\n^?Ms��	��'),('\nD�&��B`����}�','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.parallax.min.js',0,'���vnQ�����4�8','���vnQ�����4�8'),('�*�U\\Re\r�','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_cta_button.less',0,'\'�-��#?=��74w�','\'�-��#?=��74w�'),('\"��^��Q�7��','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg',0,'�u�̨�!�[�ᅲ|[','�u�̨�!�[�ᅲ|['),('\'� ����X�뽟�','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/LICENSE',0,'p�Bt�;3�XL\0��','p�Bt�;3�XL\0��'),('/��b�ϰC���','wp-content/plugins/backupbuddy/css/wp-admin.css',0,'*�M�������BJ��','*�M�������BJ��'),('3���kE4�ë�','wp-content/plugins/w3-total-cache/ini/s3-sample-policy.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ԥ^� ��=b�Q'),('D��E��l�x�#�a]I','wp-content/themes/wanderfuls/css/ilightbox/metro-black/ilightbox-metro-black-skin.css',0,'\\�qZ1�B��JJ��T�','\\�qZ1�B��JJ��T�'),('FS�^(���a�l','wp-content/uploads/2015/10/Clipboard021-300x155.jpg',0,'_��\0��Y��Dw�J\nm','_��\0��Y��Dw�J\nm'),('H�sn�{fs���X���','wp-content/uploads/2015/11/table4.jpg',0,'����3���}^1����\"','����3���}^1����\"'),('MS���k쥘�\n��','wp-content/plugins/wordfence/images/flags/aw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3u��y���ju�3'),('R�\\�&��T	�|`','wp-includes/class-wp-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y����qx��$�Q�ٵ'),('W��4^�J��x-t�','wp-content/plugins/revslider/admin/assets/images/toolbar/toolbar-bg.png',0,'d+E1�LJb��d/�`�','d+E1�LJb��d/�`�'),('YU��\ra�M{�6V7','wp-content/uploads/2015/11/seafoam-wand-150x150.jpg',0,'�KȘ^x�\n��.�','�KȘ^x�\n��.�'),('o?!ψ��Λp�<�','wp-content/plugins/wordpress-seo/frontend/class-opengraph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ah��>��g쐦�rc'),('ynm�;�/�UsK	��','wp-includes/css/wp-embed-template-ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�<�wV���\nӜwr'),('z���D�>��A�)�a','wp-content/plugins/wordpress-seo/inc/wpseo-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:���[Vr����'),('|�&;�r�Ls5��','wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�\n k��6��Y�>�+'),('}a�+��>s���/n','wp-content/themes/wanderfuls/css/ilightbox/dark/fullscreen-icon-64.png',0,'�A��,���<Tx%P?','�A��,���<Tx%P?'),('���Ye�.�0s��','wp-admin/includes/class-wp-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`p�3v�ۡ�T��\Z'),('��Q�J��C,h���','wp-content/themes/wanderfuls/languages/fr_FR.po',0,'��cf-[�;��j�F#','��cf-[�;��j�F#'),('�S֔dL����','wp-content/uploads/2015/11/mint-wedding-favor-2.jpg',0,'� ��:L+�؂n�)���','� ��:L+�؂n�)���'),('��\'-�p�-��f�','wp-admin/css/l10n-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�^�i�&����'),('���5�¢�TL�','wp-content/themes/wanderfuls/css/ilightbox/metro-black/pause-icon-ie.png',0,'���V��2ĝ�9�','���V��2ĝ�9�'),('���<���~�(�+ ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php',0,'�U���\ZG>��7\'0�','�U���\ZG>��7\'0�'),('���[�eќ��r�]','wp-content/uploads/2015/11/party-favor-main-1.jpg',0,'s{Y1Z����r&g�P','s{Y1Z����r&g�P'),('���̚Ƥ����l','wp-content/plugins/revslider/languages/revslider-hu_HU.mo',0,'�\ZG5�\Z_���\"�t?\'X','�\ZG5�\Z_���\"�t?\'X'),('V��y���','wp-content/plugins/backupbuddy/destinations/s3/icon.png',0,'�}tK�#�Q�OeYoN�','�}tK�#�Q�OeYoN�'),('(+�LW���~\0ǣ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php',0,'YoE.UOu�Ilڦ6�&�','YoE.UOu�Ilڦ6�&�'),('\'��SzD���<Ё�s','wp-content/plugins/revslider/admin/assets/images/mainoptions/cssicon.png',0,'	����)��r�{$\0��','	����)��r�{$\0��'),('(�Sk��t�x\'F�','wp-content/plugins/backupbuddy/controllers/ajax/remote_delete.php',0,'���n+nMQ�45�m','���n+nMQ�45�m'),(')=<����ZcM��h�','wp-content/plugins/backupbuddy/controllers/ajax/remotesend_details.php',0,'Pj(�(m7zwC@-�s�','Pj(�(m7zwC@-�s�'),('-��M��Mg]���9','wp-content/uploads/2015/11/bar_mitzvah_lg1.jpg',0,'��/ϭ\nʡ2B��`\\�','��/ϭ\nʡ2B��`\\�'),('0�_q�f=:��o�','wp-content/plugins/wordpress-seo/css/yst_seo_score-330.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�Vd�]��o��[�('),('1N(X�A�mj�YX0N','wp-content/themes/wanderfuls/css/ilightbox/metro-white/pause-hover-icon-64.png',0,'�Ox%?��M~bڕI�ͅ','�Ox%?��M~bڕI�ͅ'),('<;����I��','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php',0,'C@����2U�&��1�^','C@����2U�&��1�^'),('>����(�5��-�\n�9','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php',0,'�@ �o� ��$��\"','�@ �o� ��$��\"'),('L����5M�SYK��','wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�n\Z-:�R?��'),('L��bP�-I׭1f�','wp-includes/theme-compat/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oWqOG�� -�{a=��'),('N�d#R��+��r\0s[','wp-content/plugins/wordfence/views/reports/activity-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ɺ�����Ȣ�#�z'),('O\\���]#Α`⧑','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('_Uh?2SI��߫2��','wp-content/themes/wanderfuls/framework/remove-posttype-slugs.php',0,',{�Q\Zt�u��U',',{�Q\Zt�u��U'),('jQ�J�:�#�Ԋ�x','wp-content/plugins/w3-total-cache/inc/options/common/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('j��\Z6�],�{b��Y','wp-content/uploads/2015/10/Aarons-Bar-Mitzvah-centerpieces-which-included-cards-with-photos-and-facts-about-various-animals.-300x201.jpg',0,'�UT��:}�aiN�N','�UT��:}�aiN�N'),('t������!�\Z�%\n','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�'),('~X^�<ϥ�vJ-3�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-align.png',0,'!�SdB�ڹ	�M��,','!�SdB�ڹ	�M��,'),('�~wMG��L���U�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-link.png',0,'���Y��Jl9��^S','���Y��Jl9��^S'),('��C���Ww�M���','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/authentication/signable.interface.php',0,'�W���`��D��','�W���`��D��'),('��*�eԺ6�<-h��','wp-content/plugins/backupbuddy/lib/updater/settings.php',0,':?K�a�Y�3��˭',':?K�a�Y�3��˭'),('�{��Y�\\�z錿�}c','wp-includes/images/smilies/rolleyes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���O�2�Ofݣi�'),('����˭�s����D�','wp-content/plugins/wordpress-seo/.babelrc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��{��4Ր_\r��'),('�y�~ �>u���Q','wp-content/uploads/2015/10/filling-300x166.jpg',0,'��O=��\n�*�\Z��b','��O=��\n�*�\Z��b'),('�;f%�`�ѐ��^','wp-content/uploads/2015/11/cornflower-wand-145x300.jpg',0,'++���K\n� ��@����','++���K\n� ��@����'),('�ੳ������YAm','wp-content/uploads/2015/10/Pastel-Wedding.jpg',0,';P�����y�+�d�(',';P�����y�+�d�('),('�H�)����W�6S�','wp-content/uploads/2015/10/Ocean-Theme-150x150.jpg',0,'�ef���sg.�X/�a�','�ef���sg.�X/�a�'),('�X��8��6o%��','wp-content/uploads/2015/11/Sandy-Desert-Cactus-Centerpiece-262x300.jpg',0,'��?*��^���4q���','��?*��^���4q���'),('�D��#]e?a~Y�W:','wp-content/plugins/backupbuddy/images/filetree/directory.png',0,'�Ӓ��;z�\rH�3�#','�Ӓ��;z�\rH�3�#'),('��D�\'>���5','wp-content/themes/wanderfuls/partials/staff/staff-entry-content.php',0,'5�,��Ey\n`�RZ','5�,��Ey\n`�RZ'),(' ��\n�A6���1\r','wp-content/themes/wanderfuls/css/ilightbox/dark/x-mark-icon-64.png',0,'�Վ�x��_�Q]��','�Վ�x��_�Q]��'),(' JEf�o��R=�QJd','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Consumer/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),(' \rF�b�hC!ߕ�','wp-content/themes/wanderfuls/languages/de_DE.po',0,'0l7�E%�ԮC�+�3g','0l7�E%�ԮC�+�3g'),('  >�u �C���^��','wp-content/uploads/revslider/templates/snowscene/slide3.jpg',0,'\0�8і�\'�ڈ�*�','\0�8і�\'�ڈ�*�'),(' %�f�r�I2���X�','wp-content/plugins/js_composer/assets/lib/bower/scrollTo/LICENSE',0,'���4�5�5e�y#\0o�!','���4�5�5e�y#\0o�!'),(' *@ADғ�=pu���E','wp-admin/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�)�YN��d�χ�X\Z'),(' ;N~q|�6�����$','wp-content/uploads/revslider/templates/scrolleffect/slide1.jpg',0,'�?^�*e2���u�q','�?^�*e2���u�q'),(' s�_����38⣮\r�','wp-content/uploads/2015/10/Gold-Ivory-300x270.jpg',0,'�+�eĠ�qau�0�9�','�+�eĠ�qau�0�9�'),(' ���C� �Ļ���','wp-content/plugins/js_composer/assets/css/ui-custom-theme/jquery-ui-less.custom.min.css',0,'��	�����\n�m��.','��	�����\n�m��.'),(' �\0����U�8��','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tabs.less',0,'�\\�#���=k�M�\n8','�\\�#���=k�M�\n8'),(' ��}�{?d�9\\�1','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php',0,'��XN\"�C|3���','��XN\"�C|3���'),(' ��ulY)ɆIv���;','wp-content/uploads/2015/11/white-wedding-favor-150x150.jpg',0,'\nδ�W�\"D\\�d=m�','\nδ�W�\"D\\�d=m�'),(' �S� ���hnUd�x','wp-content/plugins/wordfence/images/flags/vu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �u%k{�m͢(u'),(' �f����b_ǖ�6','wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/slide1.jpg',0,'5�	�vgҳ�!�O�Ǥ','5�	�vgҳ�!�O�Ǥ'),(' ��4��h��.⨔|kn','wp-content/themes/wanderfuls/closedhand.cur',0,'^2��\Z;i`���H�','^2��\Z;i`���H�'),(' �>e���H��b\0','wp-content/plugins/wordfence/images/flags/mk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������0\n�-�o��'),(' �ዦ�&ʂ<)�','wp-content/plugins/w3-total-cache/lib/W3/ObjectCacheAdminEnvironment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7��\\��d&0'),(' �荈q����v/�}�','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Crypt/DES.php',0,'\0�H]��>	���A�','\0�H]��>	���A�'),(' �7=��4���#�N�','wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�t�XoE���@^�B'),(' ԩ{�\\7�����\"�','wp-content/uploads/2015/10/White-and-Pink-RibbonbrEsther-from-Massachusetts-150x150.jpg',0,'Y�#����镋-�','Y�#����镋-�'),(' ړt��}e�%����)','wp-content/themes/wanderfuls/partials/blog/blog-entry-title.php',0,'�\nzӯ�Z�)��]�','�\nzӯ�Z�)��]�'),(' ��c̫)I�\np,͑��','wp-includes/css/jquery-ui-dialog-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����b����.|Ri'),(' �k+��\'�?z��EX�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-delete.png',0,'��p�y�x����z��','��p�y�x����z��'),(' �p(?Qn����a��Z','wp-includes/js/plupload/plupload.silverlight.xap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tq\0���3�X�0��b�'),(' ��4Qw�h+(�#�XOV','wp-content/uploads/revslider/templates/agencywebsiteheader/slide3.jpg',0,'s\0�K�w~�r3���','s\0�K�w~�r3���'),(' ������TP��','wp-content/uploads/2015/11/seafoam.jpg',0,'�v�Ԡ��h�^HFN','�v�Ԡ��h�^HFN'),(' �T��L4�J��Opa��','wp-content/uploads/2015/10/White-and-teal-Wanderfuls-centerpiece-at-Marissas-tea-party-wedding-shower.-300x142.jpg',0,'g���*\r@˙���k','g���*\r@˙���k'),(' �\'�v\nzb��Dj#�,','wp-content/plugins/js_composer/assets/less/wp/accordion.less',0,'[n]l����ݞ��׾','[n]l����ݞ��׾'),('!o�\r��A��v7��e','wp-admin/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y�R���I�U�,&'),('!]_��0��`w�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Http/MediaFileUpload.php',0,'�g9�+5oY�b','�g9�+5oY�b'),('!1b݅9��*�\\��','wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�ފx���0�|,�'),('!JV*�Ş�{US��#','wp-content/uploads/2015/10/slide_004-300x218.jpg',0,'!g}A�_jW���AR�','!g}A�_jW���AR�'),('!U.G���j�����fH','wp-content/uploads/2015/10/purple-wedding-centerpiece-301.jpg',0,'>���2w\\�4_�X[','>���2w\\�4_�X['),('!_K���.�hIb���4	','wp-content/plugins/leverage-browser-caching-ninjas/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f���\'|���!Y%^|E\\'),('!_��輵p3p�n��L','wp-includes/images/smilies/icon_eek.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��s���jN��_z�'),('!e�y��ׁR�Y��7','wp-content/uploads/2015/10/girlandivorylarge-e1452488871580.jpg',0,'���|�t\Z|1Ƀ.m�X','���|�t\Z|1Ƀ.m�X'),('!o��#���H \Z��f','wp-content/uploads/2015/10/Elegant-and-beautiful-pink-and-white-centerpiece-for-Brittanys-baby-shower..jpg',0,'gXx_��M�w���E�X','gXx_��M�w���E�X'),('!z��e!�s���5�','wp-content/themes/wanderfuls/languages/fr_FR.mo',0,'+O����M\n�e�','+O����M\n�e�'),('!z�hyyn�^-}Ƚ','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php',0,'�_n�A9!��gt�֎�','�_n�A9!��gt�֎�'),('!��o��eUƾ�^�','wp-content/uploads/2015/10/slide_111-300x218.jpg',0,'ޥ[P7�l�=_6�֛�','ޥ[P7�l�=_6�֛�'),('!�g�ۇ�C�;F\Z�T�','wp-content/plugins/wordfence/images/flags/py.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��\n��E�)\Z��M'),('!����n1�����','wp-content/plugins/contact-form-7/languages/contact-form-7-hi_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�;\0<�:�iGr��c'),('!�����A�;H��W��','wp-content/plugins/wordfence/images/flags/tv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����eKgМl�'),('!�(�k9��!�$��#','wp-content/uploads/2015/10/coupon_002.jpg',0,'�+b���s�H��','�+b���s�H��'),('!��`+ � ����t1','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��(�nGϒG�8�/v'),('!�R���p�nL�w�m7','wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڪQ.�F��:{��\'�'),('!�$������u�ܬ�G','wp-content/plugins/js_composer/assets/vc/row_layouts/16_16_16_16_16_16.gif',0,'x��_ow���O�','x��_ow���O�'),('!�+�\nP+6c\0���	z','wp-content/plugins/backupbuddy/controllers/ajax/destination_picker.php',0,'�rZ�y�SUiW��','�rZ�y�SUiW��'),('!�O�4�bCRR�fO�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���B���WiN*�'),('!�x�s��C	p�h^:&�','wp-content/plugins/wordfence/images/flags/zw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	M�Q���>qQ\r�'),('!��Y0-z1�dm>�','wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2)��7�ɠ5I�}��'),('!�*`��^���G�','wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js',0,'���W�\\���޺x)�','���W�\\���޺x)�'),('!��}6E��6@9��U��','wp-content/plugins/js_composer/assets/vc/3rd-party/jwplayer.png',0,'�m`!xu�b��!7','�m`!xu�b��!7'),('\"]���&�Wۉ��','wp-content/uploads/2015/11/quinceanera-party-150x150.jpg',0,'�t�u<Z�ʏ����\Z�','�t�u<Z�ʏ����\Z�'),('\"Et�y�s����\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҷ쩨���nW\'9M#k'),('\"\n�k�\"cj�i�V��(�','wp-content/plugins/wordfence/images/flags/tw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��7}�aEY�3��Q�T'),('\"����C��~��XNu','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/ajax/file_hash.php',0,'%}��[}�y��	�','%}��[}�y��	�'),('\"4�CZ���q$Ű','wp-content/plugins/revslider/admin/assets/imports/insta-gallery/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('\"��F�P` #�v�K','wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php',0,'Zq�rr�Qb棸Lw','Zq�rr�Qb棸Lw'),('\"�)�=�F��u����@','mainpage2.swf',0,'���I)���a�BH','���I)���a�BH'),('\"%l���\'��e���	\Z�','wp-content/themes/wanderfuls/css/tb-responsive.css',0,'�ˡ\"��a**�ߋtQ�','�ˡ\"��a**�ߋtQ�'),('\"(}G��r�	0��V(','wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�\0�}�:��ㆯ�'),('\"0�rN1M���#���','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EӤ㭇��M��g��'),('\"8A\n=��ᇼfp5','wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%\0��i���hq��'),('\"F�`�;i�v\"	|I','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php',0,'6�|	Ԃ�B-\"c�,ӫ','6�|	Ԃ�B-\"c�,ӫ'),('\"IFn����@�a�}�9','wp-admin/includes/class-wp-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^me}A*\0�&�v��a'),('\"XtB�^���\Z�B�%�5','wp-content/plugins/backupbuddy/css/images/ui-bg_glass_55_fbf9ee_1x400.png',0,'��U���,�g�S9�','��U���,�g�S9�'),('\"X��d��$���,_�','wp-content/plugins/w3-total-cache/inc/options/cdn/mirror.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�\n!��̬�=��+]'),('\"Y��:n���A���N','wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�r�޳+4e��|<'),('\"`t���t��~�x��','wp-content/plugins/w3-total-cache/inc/options/cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�l�8�����'),('\"ox��1��\n�٪�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/cacerts.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�o܁���\\�܆��'),('\"w�~��x�r�F��4','wp-content/plugins/backupbuddy/controllers/pages/rollback/_step0.php',0,'.�\Z��D���l�t��','.�\Z��D���l�t��'),('\"���fK��4��11&','wp-content/plugins/revslider/admin/assets/images/toolbar/eye_white.png',0,':�t�#���?<\0#',':�t�#���?<\0#'),('\"���l�3�_���','wp-content/themes/wanderfuls/framework/addons/assets/admin-fields/color-picker.js',0,'�lz����`|g�t��','�lz����`|g�t��'),('\"�?��d�D�9�SPC>','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/DropboxMetadataHeaderCatcher.php',0,'`�I;�V�ؘ�1��C','`�I;�V�ؘ�1��C'),('\"�Y���&��hg��N','wp-content/plugins/wordpress-seo/languages/wordpress-seo-eu.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�R�X��pa%���'),('\"����b9��e�|�_�','wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!I���=j#���B'),('\"�T�*WQ8	y�Hk��','wp-content/plugins/revslider/includes/globals.class.php',0,'��vJy�*qWO�P ','��vJy�*qWO�P '),('\"�ջ>�Li?��3l�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php',0,'�L��z��#��K�\\','�L��z��#��K�\\'),('\"��v?&�]g��U�ѳ','wp-content/plugins/w3-total-cache/lib/W3/ConfigCompatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��P0U�(fO@h*\n]'),('\"�ۤH��1m��u<}','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php',0,'b��=�\\��M̆i','b��=�\\��M̆i'),('\"�����u>1�7���','wp-includes/class-pop3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\ZS�9�a�a����'),('\"���†�c���9�&','wp-includes/js/plupload/plupload.full.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JC��$Vm\'�.\'��'),('\"�܇��Zl���B��','wp-content/uploads/revslider/templates/comingsoon/slide2.jpg',0,'tnri(��^�S(�S','tnri(��^�S(�S'),('\"�p��BM0-Z�F','wp-content/plugins/js_composer/locale/js_composer-es_ES.po',0,'�����D{�l�','�����D{�l�'),('\"��6\r+K{�\Z!a','wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����M�PV��ga�6�'),('\"�A��dΉ�\"����','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Auth/Exception.php',0,'����=:}\\0[�X,C','����=:}\\0[�X,C'),('\"�\"A��2��t�>l','wp-content/themes/wanderfuls/images/social/github.png',0,'���ĵT�C��ȁu9�','���ĵT�C��ȁu9�'),('\"��\ZNw����?T�','wp-content/plugins/revslider/admin/assets/imports/news-video/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('\"�zvqP��]�&����','wp-content/plugins/backupbuddy/lang/index.php',0,'���-�c�+,��','���-�c�+,��'),('#\n��/��PZ~h��','wp-content/plugins/wordfence/lib/email_genericAlert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b���	r\';0�>�)2�'),('#��0�Q�Z:�uM','wp-content/uploads/2015/10/candy-foil-wrapped-150x150.jpg',0,'�\r�9�L�@�rm�\0','�\r�9�L�@�rm�\0'),('#����9��|�2GX�','wp-content/plugins/wp-fastest-cache/js/lang/tr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0-#�~�\\�+~~�d�	'),('#�L��*�\Z���Уx6','wp-content/plugins/revslider/admin/assets/imports/facebook-feed/slider.jpg',0,'��sgI؃�/�S7�9�','��sgI؃�/�S7�9�'),('#!� ��x[��vG%m','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/type.less',0,'ybT��3ѵZ\n��xu?)','ybT��3ѵZ\n��xu?)'),('#(s�ى�_j�\0:�.�','wp-content/uploads/2015/10/findyourorder-150x90.jpg',0,'F]��I}�$��#�','F]��I}�$��#�'),('#+���c@u�����','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/XCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x$��R��R2�'),('#4��iGv�u+B��.','wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_`�E%�h/)�'),('#5��\"\0ˋ���W��','wp-content/plugins/w3-total-cache/pub/css/widget.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OѾ�>\n\"3ŏY�E�{'),('#8��ސ�ts+��I��','wp-content/uploads/2015/10/wandlogo-150x41.gif',0,'�i�AiQ��ak��m�','�i�AiQ��ak��m�'),('#9v:Hk;��Lt','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php',0,'�&�SD��H�s���','�&�SD��H�s���'),('#Gp\\���=�e�_','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��?��T��qC�L'),('#M���B#�.�2\"2�^','wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js',0,'o\r@	8��b�����lz','o\r@	8��b�����lz'),('#Z��]?��\Z��Y48�','wp-content/plugins/w3-total-cache/inc/functions/other.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nB�\0%��@����'),('#vk�H��I+u޶?W','wp-content/uploads/2015/11/yellow-candy-centerpiece.jpg',0,'.�Yv�*����EV�T','.�Yv�*����EV�T'),('#�ɴ��.\n�I|+�ɼ�','wp-content/plugins/contact-form-7/modules/really-simple-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\0�Y�~(31�\'Y�'),('#�����$C-���','wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�\\�����,h��C�'),('#��,�b�[\"�&','wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php',0,'7q��(�e�ϲ��H\\','7q��(�e�ϲ��H\\'),('#ª�R=j(i���9��','wp-content/uploads/2015/11/limegreen.jpg',0,'gç��f#d��~D_','gç��f#d��~D_'),('#Ł-T�>�������','wp-content/plugins/js_composer/assets/images/icons/blue-document-word.png',0,'�.�`g�t���]R�','�.�`g�t���]R�'),('#��Ċe�^\nBs=�','wp-content/plugins/widget-countdown/wpdevart-countdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c� �\\yCĔ3�f�'),('#�O�򮡀k��}j&+','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/thumbnails.less',0,'g�v��N�c��H','g�v��N�c��H'),('#�����j����\\�_','wp-content/plugins/backupbuddy/controllers/filters.php',0,'���,��C�� k\"mM�','���,��C�� k\"mM�'),('#�n@e\\3y(��+^N','wp-content/themes/wanderfuls/partials/topbar/topbar-layout.php',0,'3(��E�uʄ�89e�','3(��E�uʄ�89e�'),('#�g\\���#iœ�','wp-content/uploads/2015/11/slide_testimonials.jpg',0,'i٩��y@�(��R,','i٩��y@�(��R,'),('#㺓�/��ˬ���-','wp-content/themes/wanderfuls/partials/overlays/hover-button.php',0,'UEJ����0�6�','UEJ����0�6�'),('#�B�++q���\Z','wp-content/plugins/wp-fastest-cache/images/cancel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@��bR<��t筆�X�'),('#�̄{�W�p�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Analytics.php',0,'8#�z��ԑ%�_(�','8#�z��ԑ%�_(�'),('#��+��g���-��V%','wp-content/uploads/2015/11/Wild-West-Cowboy-Boot-or-Cowgirl-Boot-262x300.jpg',0,'�^nB>XlC(�ں�On�','�^nB>XlC(�ں�On�'),('$	;�JJ��%�➿','wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/slider.jpg',0,'吠|��Rq�O��\\�k','吠|��Rq�O��\\�k'),('$Z<0aeN���T���','wp-content/plugins/wordfence/images/flags/ls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tx���E�&ʮm�\rn�'),('$ ۢ�9x���@�ަ','wp-content/uploads/revslider/templates/fullsite-block-4-products/slide4.jpg',0,'��q���8e�����','��q���8e�����'),('$(��r�{8�N�,���','wp-content/plugins/w3-total-cache/configs/0.9.2.8-ConfigKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?U+�ԏ�9��f�Z'),('$.�u׷d�YRi�','wp-content/plugins/revslider/admin/assets/images/toolbar/droplet_black.png',0,'�����L�~P��','�����L�~P��'),('$2�g85p��� ��?','wp-content/uploads/2015/11/Metallic-Hot-Pink-and-Metallic-Purple-150x150.jpg',0,'�o�Ga�.��!gʉ�l','�o�Ga�.��!gʉ�l'),('$?���&]�����\r','wp-content/plugins/js_composer/locale/js_composer-fr_FR.mo',0,'J���R�(�g���U�','J���R�(�g���U�'),('$Z�c��2���	f��','wp-content/plugins/backupbuddy/destinations/gdrive/icon.png',0,'VKZ7�\ZA����n','VKZ7�\ZA����n'),('$n���e�t�x���J2','wp-content/themes/wanderfuls/framework/deprecated.php',0,'g�+��[fS�Q�Tǫ8\0','g�+��[fS�Q�Tǫ8\0'),('$6��^�G�1�l��','wp-content/uploads/2015/11/candy-other-300x61.jpg',0,'UyaM�ꄨ�󻚐I ','UyaM�ꄨ�󻚐I '),('$���`ո\"�����','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/yaml/lib/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('$����0S\r�r���','wp-includes/images/smilies/icon_redface.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��A��R!4a'),('$��G`�ZT�$�6A�7','wp-content/plugins/revslider/admin/assets/js/codemirror/util/pig-hint.js',0,'�������W��','�������W��'),('$���Z��>n�}�z','wp-content/plugins/js_composer/assets/less/shortcodes/vc_pagination.less',0,'tWT��=���9���n','tWT��=���9���n'),('$���֒��)��jfN','wp-content/themes/wanderfuls/framework/customizer/settings/navbar.php',0,'T�1v��ޓ��*�','T�1v��ޓ��*�'),('$�\Z��QY��Z�z>�','wp-content/plugins/revslider/languages/revslider-pl_PL.mo',0,',,]��0�B��Ƀi\"',',,]��0�B��Ƀi\"'),('$�\'j�n�1�?\Z�\nz;','wp-content/uploads/2015/10/lan2-300x155.jpg',0,'�^6�E`��6ɟ\Z�','�^6�E`��6ɟ\Z�'),('$�,?$��c$ ��','wp-content/plugins/backupbuddy/js/icicle_setup.js',0,'��7�X��K��H�','��7�X��K��H�'),('$���C����/�9��','wp-includes/class-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����`f���W�\0�'),('$��G�u3T��?;','wp-content/uploads/2015/10/Multi-colored-centerpiece-for-Travis-and-Jennifers-spring-wedding.-150x150.jpg',0,'��D2\r���1uN6h','��D2\r���1uN6h'),('$��P���Xu�����','wp-content/plugins/wordpress-seo/inc/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3'),('$����~�̮\Z��#1\Z','wp-content/plugins/revslider/admin/assets/imports/photography/slide5.jpg',0,'E�+�%X_�q�uO�','E�+�%X_�q�uO�'),('$�s�!������','wp-content/plugins/js_composer/assets/css/js_composer_backend_editor.min.css',0,'\"��sx_�JA�q�\nV�','\"��sx_�JA�q�\nV�'),('$�\r��B�|�%�^�L','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-content.less',0,'��>��1���n��}','��>��1���n��}'),('$��߰�R�\r��ab8!','wp-content/plugins/wordpress-seo/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D޵`��1F&|D��'),('%���p�:B�+C�_�','wp-content/plugins/backupbuddy/pluginbuddy/images/minicolors/circle.gif',0,'��d*���H�w�','��d*���H�w�'),('%�4��\Z~�\Z\r<2�','wp-content/themes/wanderfuls/css/ilightbox/parade/preloader.gif',0,'��G�AW%�	�u�]�','��G�AW%�	�u�]�'),('%����7��娳�','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߟ�g^L����'),('%�D�8�ïj��!','wp-content/uploads/2015/10/slide_113.jpg',0,'�]i�M���Z9�Θ','�]i�M���Z9�Θ'),('%\ZS1\0�\n�VD�V��','wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php',0,'� ��`Y�Ŷ�;}j�K','� ��`Y�Ŷ�;}j�K'),('%��_w*ꑕ8��u�','wp-content/plugins/revslider/admin/assets/css/font/egfont.woff',0,'${�6\r[�#�s1<���','${�6\r[�#�s1<���'),('%+w��\\FwZBE�\Zu','wp-content/plugins/js_composer/assets/vc/fe/social/gp/medium.png',0,'Ssړ���(�H~}','Ssړ���(�H~}'),('%/�fN�^���$��]�','wp-content/uploads/2015/11/bar_mitzvah_lg1-300x259.jpg',0,'��n2y?sZb?�d�Mg','��n2y?sZb?�d�Mg'),('%3\\X���X�_�}��_�','wp-content/plugins/backupbuddy/css/images/ui-bg_flat_0_aaaaaa_40x100.png',0,'*D��s`�\"������','*D��s`�\"������'),('%J!Ӧ[�,�}V�Ǖ','wp-content/plugins/wordfence/images/flags/ml.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��1��~e���x���'),('%Na�5�v�u_\n��H','wp-content/plugins/backupbuddy/controllers/pages/server_info/permissions.php',0,'(OuMPX��uZ\Zw�}A','(OuMPX��uZ\Zw�}A'),('%Nn��K���#��\'�\\�','wp-content/plugins/revslider/admin/assets/imports/photography/slide9.jpg',0,'��v-!�m<�o�/k\'','��v-!�m<�o�/k\''),('%Od���v�s��U�','wp-content/uploads/2015/10/slide_113-300x218.jpg',0,'�sQ�5��x-󻟱�?','�sQ�5��x-󻟱�?'),('%SL�)a&�>�~_pC^','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-aligncenterv-light.png',0,'��:ݲ�Oj�>e�˂','��:ݲ�Oj�>e�˂'),('%U�d�I���4�(�','wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php',0,'ɷ�$������=�6�','ɷ�$������=�6�'),('%Z�~��\"\"�I�uh��','wp-content/themes/wanderfuls/js/flash_detect_min.js',0,'1�X��]��xi�','1�X��]��xi�'),('%[��P�G�K�F\r�$�','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/AuthInfo.php',0,'�EC�N�&���xK�$}�','�EC�N�&���xK�$}�'),('%u��k���\'~�sh�','wp-content/plugins/js_composer/assets/less/lib/backend_draganddrop.less',0,'�=��~e`�ɪ���#','�=��~e`�ɪ���#'),('%��Q����!���9�y[','wp-content/uploads/2015/10/Pepperidge-Farms-Annual-employees-party-centerpieces-designed-by-Wanderfuls..jpg',0,'I����HZ~�@�r��o\r','I����HZ~�@�r��o\r'),('%���V�Ћ]��=w','wp-content/plugins/wordpress-seo/admin/class-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'���rKM����JB'),('%�%�����\r���!�','wp-content/uploads/2015/11/Black-and-Yellow-Bumble-Bee-Centerpiece-150x150.jpg',0,'�ǵ�{\r\Ze~�S�E�','�ǵ�{\r\Ze~�S�E�'),('%�;�n�f^;�>J]a�F','wp-content/plugins/backupbuddy/css/quicksetup.css',0,'��o:�b�Z�h�E','��o:�b�Z�h�E'),('%�\\RhKC3v�$}�K','wp-content/themes/wanderfuls/images/patterns/grilled.png',0,'�g��	�\\���\n?�','�g��	�\\���\n?�'),('%�S�|�O��@s�u','wp-content/plugins/wordfence/images/flags/gg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�*��Ot�3̇h��'),('%�纺+jM����7l','wp-content/plugins/wp-fastest-cache/languages/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('%����8^�V<�t�','wp-admin/edit-tag-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�^�9lj�9�?\n��'),('%�Pb.��8�Gd�t�','wp-admin/css/media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�U2\0�R&��\r'),('%���P�0����<Z','wp-content/themes/wanderfuls/js/lib/jquery.customSelect.js',0,'>�3�sh�V�W]%&','>�3�sh�V�W]%&'),('%ߜ)H�����>�jD','wp-content/uploads/2015/11/arc-on-black2-lg-300x185.jpg',0,'��2��j�fnCru��h','��2��j�fnCru��h'),('%�\r�;���T�O��','wp-content/plugins/wordpress-seo/css/toggle-switch-330.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`\n8D�b\Z�ѐC;'),('%�~B�K-z��k���','wp-content/plugins/w3-total-cache/languages/faq-pro-en_US.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~�Ͷ\"=<�V/kp�'),('%��ڸ���i��	A','wp-content/themes/wanderfuls/css/ilightbox/smooth/fullscreen-icon-ie.png',0,'�[��V��`��d�M�h','�[��V��`��d�M�h'),('%�J���\'�L���ٸ','wp-content/plugins/wordfence/images/flags/ht.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�!�w��ղH��T?�'),('%�|�w�\n�\"�Υo)�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Auth/OAuth2.php',0,'���M��Ɍ���+�k','���M��Ɍ���+�k'),('&H=�ߕr�+��A','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/array.class.php',0,'\'!���E��W��7B�','\'!���E��W��7B�'),('&�YMR��z0�vAo2','wp-content/plugins/wordfence/images/flags/sprite-des-128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L��m���F��Q��r�'),('&�Պ��N���XA\"�','wp-content/themes/wanderfuls/languages/ru_RU.mo',0,'Qo�^[v|�M3�Ӈf�','Qo�^[v|�M3�Ӈf�'),('& 6������Ӿ�1�S','wp-content/plugins/wordfence/images/flags/si.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rϕ�5`}�䋅�%�{'),('&$�@���]������','wp-content/themes/wanderfuls/css/ilightbox/metro-white/fullscreen-hover-icon-64.png',0,'�A��,���<Tx%P?','�A��,���<Tx%P?'),('&*���dĆָ�	�H5','wp-admin/images/align-center.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�\Zݶ�4y�dY1�e�'),('&<�<۝pƂ@���g�O','wp-content/plugins/backupbuddy/controllers/pages/server_info/database.php',0,'�U*u�X;� �\rP�','�U*u�X;� �\rP�'),('&=\Z�+t�\"�/k\'\n','wp-includes/js/jquery/jquery.form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�À�s���E�VM�-�'),('&Q�A\"\0�&�Aw�gj','wp-content/themes/wanderfuls/languages/it_IT.mo',0,'���\0Qk7�$��A�k��','���\0Qk7�$��A�k��'),('&RVT��C\Z�j�51m�C','wp-content/uploads/2015/10/A102AQIWXXXXXXXX300WHXXXXMGXXXXXXXXXXGLGL.jpg',0,'A��X�nwٍ��J�<','A��X�nwٍ��J�<'),('&dv�>�^�8��Y��m','wp-content/plugins/contact-form-7/languages/contact-form-7-th.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WNY��$�R�~��\"P��'),('&ee�\n3K���vZ��','wp-admin/ms-delete-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g��k�;��қ'),('&t!0^g��bJ�c,>3','wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1V�{漥�^+�y.5'),('&���\rGd��e�Z�^�','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-tr_TR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�Jִk�?�\"��'),('&�Ag�2���N�q|�','wp-content/plugins/js_composer/include/params/params.php',0,'���Aqۋ�6-_�;�','���Aqۋ�6-_�;�'),('&���X�B`]\"?װ�\Z','wp-admin/css/press-this-editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z?o���ͯ���	'),('&��J@?�t��K�W��','wp-content/plugins/revslider/public/assets/assets/sources/revolution_slide1.png',0,'��#�S\\d��\\>�','��#�S\\d��\\>�'),('&�\ZȅY8���U��c�','wp-content/uploads/2015/10/girlandivorylarge-e1452488871580-150x150.jpg',0,'��q�`�JM*Bb��R','��q�`�JM*Bb��R'),('&�M\"��9K�:6�WSH-','wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php',0,'�a�0pM�Ϣ��b�','�a�0pM�Ϣ��b�'),('&��\n�V+%1���2���','wp-content/plugins/backupbuddy/images/filetree/java.png',0,'�F~��bk^�\r G��','�F~��bk^�\r G��'),('&��65���l\0��L�','wp-content/plugins/wordpress-seo/admin/class-import-woothemes-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�\n:uݢ,�Z�#��'),('&�iN�$J�oF�r-�','wp-content/plugins/wordfence/images/flags/gl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(kt5�*\r�i�l�'),('&���Rw?~�j�hJ�D','wp-includes/Text/Diff/Renderer/inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�n5�P�����B\'�'),('&��\'�mSJK�\"�','wp-content/uploads/2015/10/royal-and-white-bar-mitzvah.jpg',0,' \rw�z�\Z��uiM�',' \rw�z�\Z��uiM�'),('&��]0W��\n)�=��','wp-includes/js/tinymce/plugins/directionality/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�W%<�:oJ��9�'),('&�g��Hi���(��','wp-content/plugins/wordfence/images/flags/dm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\r&�.S%��V[\Z5YR'),('&�`�O�Q5�Q�43�','wp-admin/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�T4�└\0���}'),('&���	P�shcusS','wp-content/wflogs/attack-data.php',0,'#ح\n���y�Ib�\r�\r','#ح\n���y�Ib�\r�\r'),('&� ��a�~�KZU���','wp-content/uploads/2015/11/coporate_lg.jpg',0,'�wl�Nm{)l\rM�^','�wl�Nm{)l\rM�^'),('&�vA��Q��c��qw8,','wp-includes/theme-compat/header-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@�8Z�Y�2WUu�M'),('&�4��V]�s�� a(','wp-content/plugins/revslider/admin/assets/imports/vimeohero/slider.jpg',0,'CK���*��V��U','CK���*��V��U'),('&�c*��� 3J��','wp-content/uploads/2015/11/Film-Strip-with-Photo-Centerpiece-300x300.jpg',0,'S$%���Q<h{\0�S','S$%���Q<h{\0�S'),('&饱����W��؀�|�','wp-includes/widgets/class-wp-widget-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',-��T�.� ~��M'),('&�ޮ��\'*���\"�U','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-edit-destination.php',0,'F�K0\\�j�/�Ô�V�','F�K0\\�j�/�Ô�V�'),('\'��b�����\0���','wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_dropdown.less',0,'��W�?MC�� ���','��W�?MC�� ���'),('\'y��Ƙ�\n�i�','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(o��\\��q�:�x�'),('\'��B9M2u�/�+�','wp-content/uploads/revslider/templates/fullscreenmenu/slide3.jpg',0,'�O���c��N&�n��','�O���c��N&�n��'),('\'!��\0��A����\"�','wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_twit.png',0,'ˇ�Ku� �O���.�h','ˇ�Ku� �O���.�h'),('\'t2)�KD��-{��','wp-content/plugins/wp-fastest-cache/templates/timeout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>��l��R��w�M3'),('\'\"��K�5��3','wp-content/plugins/revslider/admin/assets/images/toolbar/tiled-red.png',0,'`�Z�[;0��%��','`�Z�[;0��%��'),('\'2y\'\0K���,7$6��Y','wp-content/plugins/backupbuddy/images/filetree/db.png',0,'�d\"K�X� �K�$@C','�d\"K�X� �K�$@C'),('\'6��Ѩ����p ��','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cCPF�Ƽ\\BA�\\�'),('\'9x{\"�� y�Ϋ�l�','wp-content/plugins/js_composer/assets/vc/fe/expand.gif',0,'�,�Q��r��3\0�','�,�Q��r��3\0�'),('\'=!Za��a���jU�Q','wp-admin/css/site-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�.]d����L+���U'),('\'DDzD�4H��W','wp-content/uploads/2015/10/home-gallery-4-large.jpg',0,'���7p���t�K�Q��','���7p���t�K�Q��'),('\'M��w�񑍷���\rKj','wp-admin/includes/class-wp-site-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�8\n�܁��w�'),('\'U�7��l.v�p!�I','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/loader.gif',0,'����i�u��=�','����i�u��=�'),('\'\\w֣��K�0^��ܒ','wp-content/themes/wanderfuls/css/ilightbox/dark/buttons.png',0,'z�;z�My���̹��','z�;z�My���̹��'),('\'cb���ߎ�@�@)c�','wp-content/plugins/wordpress-seo/images/banner-seo-copywriting-training.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F��b�s�I߁s]��'),('\'h4=Yq��ԣtk���','wp-content/plugins/backupbuddy/css/fonts/backupbuddy.woff',0,'I�_�~�[��K�����','I�_�~�[��K�����'),('\'s�g�\0�6�/�*��Б','wp-content/plugins/backupbuddy/classes/_integrityCheck.php',0,'�qT%_����w	y��#m','�qT%_����w	y��#m'),('\'x)���F�D��\'�2','wp-content/uploads/2015/11/pink-wand-145x300.jpg',0,'M||u��v+�ߛ�7\\','M||u��v+�ߛ�7\\'),('\'���� �o���S��','wp-content/plugins/wordfence/images/icons/ajax3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mw�ߴtꍓ\'\n���s'),('\'��1k�@(SuJ�l�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Ilk�W��E�~��:�'),('\'��|O�8 Eo��','wp-content/uploads/revslider/templates/fullscreen-button/slide1.jpg',0,'�Z +��O��⸽d�','�Z +��O��⸽d�'),('\'�*�g�Zyղ�+��t�','wp-content/themes/wanderfuls/vc_templates/legacy/vc_column-3.0.0.php',0,'e!U�by��Y\n,�H�','e!U�by��Y\n,�H�'),('\'�a3� ����g����','wp-content/plugins/js_composer/assets/less/lib/vc_row.less',0,'}��<0H�c����Bt','}��<0H�c����Bt'),('\'��X4*�Ds�','wp-content/plugins/revslider/admin/assets/images/ipadair.png',0,'u!!^v9(E����]�','u!!^v9(E����]�'),('\'� ���Vu�\n2�D	�','wp-content/plugins/w3-total-cache/lib/W3/Cache/Wincache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�m\n������'),('\'������pW_$�i.t','wp-content/themes/wanderfuls/css/ilightbox/mac/close-ie.png',0,'*d~������Q��{�','*d~������Q��{�'),('\'�.H/\00�}F7�Ho','wp-content/uploads/2015/10/Hotel-Ballroom.jpg',0,'��]�Wso#(^m�Dm','��]�Wso#(^m�Dm'),('\'�uC��*��el','wp-content/plugins/revslider/includes/framework/base-admin.class.php',0,'��.@�HK�Ǝ�W�6V','��.@�HK�Ǝ�W�6V'),('\'���HDΓn\0','wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php',0,'~熛�B�����~��(:','~熛�B�����~��(:'),('\'��?�h�	}�Y\0IG','wp-content/plugins/wordfence/lib/email_pleaseChangePasswd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�Gs�WcȐ�3'),('\'ș�z��\'�~M��{�Z','wp-content/uploads/2015/10/Metallic-Baby-BluebrPete-from-Oregon.jpg',0,'���\Z����#�**��','���\Z����#�**��'),('\'�)q���Z�z�s1<L�','wp-content/plugins/wordfence/images/flags/nu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(�m�ß,�G'),('\'׊K�ggk&UB$�!�','wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php',0,'[��5�jo��`��','[��5�jo��`��'),('\'�F�����`=w٧�+','wp-content/uploads/2015/10/048_large-150x150.jpg',0,'іͽT�~RU��$��','іͽT�~RU��$��'),('\'�p�jA�y�(��ވJy','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�%��-j�-�*z�0S'),('\'�N����֍JѩZ�','wp-content/plugins/js_composer/locale/js_composer-pl_PL.po',0,'DX�0[2�ja��ى�','DX�0[2�ja��ى�'),('(k#I,��n����O�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/grid-framework.less',0,' �n���b���2�ACd',' �n���b���2�ACd'),('(ڻ\"���D/KQh8�','wp-content/plugins/backupbuddy/destinations/site/_pull.php',0,'�	m�������հ�u','�	m�������հ�u'),('(��g%\0��4��l>��','wp-includes/js/jquery/jquery.schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��T�k�f؞���'),('(#I�=C]����v','wp-content/plugins/w3-total-cache/inc/functions/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�dP�B�!j���q\\o'),('($����:���','wp-content/uploads/2015/10/Bridal-Teal-150x150.jpg',0,'?9��s��BߦF�1�','?9��s��BߦF�1�'),('(.3\0�J�a�n6�','wp-content/uploads/2015/11/Broadway-Theater-New-York-Centerpiece.jpg',0,',�̨!r� �30�R',',�̨!r� �30�R'),('(:@(ك_��4T�0�\r','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Exception/RetryLater.php',0,'�؊���r�H8��y��','�؊���r�H8��y��'),('(?���>��S�N揚�&','wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����I�B�h�@���b'),('(F�)�ѳ��0���!','wp-content/uploads/2015/11/christmas_lg.jpg',0,'�+>���f����y','�+>���f����y'),('(Ll�C��`� a&�','wp-content/plugins/wp-fastest-cache/templates/download.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�\Z�0X�^J��x'),('(P�V�,n�;��KL�','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone.less',0,'=m�{)��\0�r}�K','=m�{)��\0�r}�K'),('(X*�����,��Ez','wp-content/plugins/revslider/admin/assets/js/codemirror/css.js',0,'f�<%���Y)��+��^','f�<%���Y)��+��^'),('([d��������BQ��','wp-admin/js/updates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�VaV���#���b�'),('(^F�\"A��2xק0','wp-content/themes/wanderfuls/taxonomy-staff_tag.php',0,'q`�	P����B�֟�','q`�	P����B�֟�'),('(wZ�B�N��ڸ]NSS5','wp-content/plugins/wordfence/images/flags/mw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�R���1ߴQJv'),('(x*J���,�LÛn�<K','wp-content/plugins/wordfence/images/icons/arrow_refresh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�w�`�`�|�}$G��'),('(~6vqV�0�{�\"','wp-includes/ID3/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Ɯ���VLN[�'),('(~Ɓ��\0b>�M��\Z','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/images/icon_32x32.png',0,'��$�w�M��|l*','��$�w�M��|l*'),('(���v|T�— ¥�','wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ࢊ_�9��S��\n_Y '),('(��7Z�N~��4\"�','wp-content/plugins/js_composer/assets/less/modules/vc_modals.less',0,'x����ը��wa�?!','x����ը��wa�?!'),('(�0]`P�yT���7+��','wp-content/themes/wanderfuls/bootstrap336/js/bootstrap.js',0,'�i�Y�Hv8H��t*F�C','�i�Y�Hv8H��t*F�C'),('(���.����MK�?','wp-content/uploads/2015/10/Movie-Star-70x70.jpg',0,'e\0�)vZ�\"A$M�ƐF','e\0�)vZ�\"A$M�ƐF'),('(�;�.u�\r�xU�\0�V','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php',0,'r�8�)�d\nM�F���','r�8�)�d\nM�F���'),('(���%���S�g�','wp-content/uploads/2015/11/special-event-party-favors.jpg',0,'�Ǒc�������1���','�Ǒc�������1���'),('(��\0��h&��^k��','wp-content/plugins/backupbuddy/destinations/site/_push.php',0,'�~��ͅ%�8P�4sq','�~��ͅ%�8P�4sq'),('(��B���H�PXܪ�6','wp-content/plugins/revslider/admin/assets/images/gridtile.png',0,'������J�{4�7}�','������J�{4�7}�'),('(�}!M�	�ey��','wp-content/themes/wanderfuls/images/social/flickr.png',0,'j�y\n\n�����YZ���','j�y\n\n�����YZ���'),('(�y�l}�.��-��U�%','wp-content/themes/wanderfuls/js/lib/sidr.js',0,':���߯�b�%|��',':���߯�b�%|��'),('(�,\0[�7����34','wp-content/plugins/contact-form-7/modules/count.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�َ���B#��'),('(�U�k�3W����,T','wp-content/plugins/js_composer/include/helpers/filters.php',0,'��^�\rFHAf��X ','��^�\rFHAf��X '),('(��Nla������ߐ','wp-content/uploads/2015/11/Peacock-Bird-Feather-Centerpiece-300x300.jpg',0,'������r\n<\\�','������r\n<\\�'),('(���̷1�4e��+�','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/_sql/mysql.sql',0,'܋�[>s{�Y����','܋�[>s{�Y����'),('(�����9���ƕ��','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��}歾MP�b;'),('(�^�3N������3','wp-includes/wp-diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Y�P`6N����qA�'),('(񃊺PO��k���G','wp-content/uploads/2015/10/Tropical-Bouquet.jpg',0,'��1n����|�P�!���','��1n����|�P�!���'),('(�o��L.���U$;�1r','wp-content/uploads/revslider/templates/dark-fullsite-block-4-products/slide1.jpg',0,'��M�H��O.�*�','��M�H��O.�*�'),('(�\0��HN�E��;��','wp-content/uploads/2015/10/White-and-GrapebrLamoni-from-Hawaii-300x300.jpg',0,'���m_�3܏�hο','���m_�3܏�hο'),(')��Y��M�K�:#�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php',0,'��P,��ʭ�qv�\'Y��','��P,��ʭ�qv�\'Y��'),(')\"W�%x1�e4�wO�P','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js',0,'���!�t�|�ZX~�','���!�t�|�ZX~�'),('))��q̙.!F��|�K','wp-content/plugins/backupbuddy/init_global.php',0,'����L:/@��47','����L:/@��47'),('),�	�Y`L�\"��$p�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php',0,';q����K#z��~',';q����K#z��~'),(')3,޹�o�����!\n�','wp-content/plugins/backupbuddy/lib/textreplacebuddy/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('):�7(�E;�� -','wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_face.png',0,'��3,�ç,�P��','��3,�ç,�P��'),(')K��A��S��`k$b','wp-content/plugins/backupbuddy/destinations/email/_configure.php',0,'DF�ꭢ\"�)|�P�','DF�ꭢ\"�)|�P�'),(')S�s�\\(�P`�/��','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/stepconfig.class.php',0,'�u�RJ���P��ZU�','�u�RJ���P��ZU�'),(')_l�m(\rQ�ȴ��J','wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-category-340.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�ި[���&z*���$'),(')d��O�o#jfŢ','wp-content/themes/wanderfuls/framework/woocommerce/woocommerce-helpers.php',0,'I�8�N\\�q�b%�����','I�8�N\\�q�b%�����'),(')e\0��U�l�,;\r�K&','wp-content/uploads/2015/10/Wild-Kingdom-217x300.jpg',0,'�htCߩQ�)��1qU','�htCߩQ�)��1qU'),('){�jW-_�Q=?�GlҢ','wp-includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tC��\"�*��]���x'),(')~X�s�����m�l�','wp-content/plugins/w3-total-cache/wp-content/object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D8�k}�ya-�'),(')�}\"�K�#�8�Z','wp-content/plugins/backupbuddy/controllers/pages/_ms_import/_step4.php',0,'����;on�o��!','����;on�o��!'),(')���~��X츺_�','wp-content/plugins/wordpress-seo/admin/class-import-wpseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7M}R^d	�I���'),(')���`|�\'_Ϣy','wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php',0,'1��-�W֬�`-]w�','1��-�W֬�`-]w�'),(')���_秹{����+E','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/js/ui.tabs.js',0,'.b� �̰^2���<-','.b� �̰^2���<-'),(')�g�����&rb5�','wp-content/plugins/wp-optimize/languages/wp-optimize-sl_SI.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ԑ����o\"��f;'),(')�S�2t_�-�d�uø7','wp-content/plugins/w3-total-cache/lib/Minify/Minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),(')�X��*e�����TL�','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Crypt/Hash.php',0,'\'a����]����Q','\'a����]����Q'),(')��N���1�4J:t��','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Spectrum.php',0,'w꓆��6��Ż�','w꓆��6��Ż�'),(')�(s|[=��\n��G','wp-content/plugins/js_composer/assets/less/shortcodes/vc_post_slider.less',0,'\\�ݐxe�wA�к�۬','\\�ݐxe�wA�к�۬'),(')�1����?a5��W���','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/tables.less',0,'�U\n.���_��t��','�U\n.���_��t��'),(')�)U���1϶��:)','wp-content/plugins/revslider/admin/assets/images/toolbar/newlinear-horizontal.png',0,'��B���e��I�2�','��B���e��I�2�'),(')�Oz=�u����˷','wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����w\nպ��I�:'),(')�W�i�\"쬶iV>�a�','wp-content/plugins/w3-total-cache/lib/W3/AdminActions/DefaultActionsAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{�PQ�_�����'),(')ǿ.�#SXxA�O��','wp-content/plugins/revslider/admin/revslider-admin.class.php',0,'���\Z��T�	:�Ԛ���','���\Z��T�	:�Ԛ���'),(')˦^D�B�xÛ���b','wp-content/uploads/2015/11/sage-and-white-bouquet.jpg',0,'��FP\r���2 ���g','��FP\r���2 ���g'),(')��]���Z$�P%','wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K?F�D}d,�x�]u'),(')�����B�Da<,:','wp-content/uploads/2015/11/slide2-300x147.jpg',0,'\"{M�A��)�v,��','\"{M�A��)�v,��'),(')��9:�4�XӐ�f','wp-content/plugins/revslider/admin/assets/imports/twitter-feed/slider.jpg',0,'m�\n�VN���am��H�','m�\n�VN���am��H�'),(')�f><z0-AUi�','wp-admin/js/wp-fullscreen-stub.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ2���86�%O�ņ'),(')�M���	���Ԝ','wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php',0,'���=��o�fY���b','���=��o�fY���b'),(')�ӕe6&��Qkp�A','wp-content/plugins/js_composer/assets/vc/fe/layout_sprite.png',0,'�ű�\"L�.<Tz2�','�ű�\"L�.<Tz2�'),(')���n���y���l�d','wp-content/plugins/js_composer/assets/less/vc_lte_ie9.less',0,'�.�h�V6��J�X','�.�h�V6��J�X'),('*\Z�f�7��b�\\�','wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js',0,'�h��\'H��a��','�h��\'H��a��'),('*��\'����\rO��3','wp-content/plugins/revslider/includes/output.class.php',0,'�x�lwG���.<�@�?','�x�lwG���.<�@�?'),('*Gl�3��b��','wp-content/themes/wanderfuls/css/ilightbox/smooth/arrows_vertical.png',0,'�i#ap�ʼn�g�D@5�','�i#ap�ʼn�g�D@5�'),('*�nh��.\\�xl\n','wp-content/themes/wanderfuls/bootstrap336/fonts/glyphicons-halflings-regular.woff2',0,'D�4�mi�)z�d�:��','D�4�mi�)z�d�:��'),('* a�F���4��u�vU','wp-admin/images/menu-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�ZY<�i�Y��b�'),('*$�{�o.i8אz	','wp-content/plugins/js_composer/assets/vc/fe/social/gp/standard.png',0,'Si����?�r�ǒ2P','Si����?�r�ǒ2P'),('*%��h	�>�ԉ��	�','wp-content/plugins/revslider/public/assets/assets/sources/fb.png',0,'\Z6���ֹ�@�����I','\Z6���ֹ�@�����I'),('*G�e���hF�D���','wp-content/uploads/2015/10/White-and-LavenderbrSophie-from-California-150x150.jpg',0,'b�wXݛ�⪋x�� �','b�wXݛ�⪋x�� �'),('*I�y �x�c�j�ƹ#','wp-content/themes/wanderfuls/css/ilightbox/dark/arrow-next-icon-64.png',0,'?ֲ�OV�J7�X׆','?ֲ�OV�J7�X׆'),('*_���LfV}��xfN','wp-content/plugins/wordfence/images/flags/mq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��H\n� �\rp;IE�'),('*j�L��$i�H2Y�','wp-content/plugins/backupbuddy/destinations/site/_manage.php',0,'�D�&��݀�vB�','�D�&��݀�vB�'),('*r5p����#1�','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-test-destination.php',0,'��	̼O\\G��\'�]�','��	̼O\\G��\'�]�'),('*t$�ߋv��n��s�','wp-includes/js/swfupload/swfupload.swf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z%�5�e,�r��HO'),('*uIZd�a�f���','wp-content/uploads/2015/11/pale-blue-wedding-favor-150x150.jpg',0,'U�mj7%��A�k','U�mj7%��A�k'),('*w�CJXZ�`�/o���','wp-content/uploads/revslider/templates/web-product-light-hero-3d/slide1.jpg',0,'Y�E�v�LhA��\r�GTh','Y�E�v�LhA��\r�GTh'),('*����;�����-�','wp-content/uploads/2015/11/daffodil-wand-145x300.jpg',0,'��R��4œ���	b�','��R��4œ���	b�'),('*�~%��,�N%��~i','wp-content/uploads/2015/10/3.jpg',0,'�띣jo�t�t�0��','�띣jo�t�t�0��'),('*���0=�N����j','wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php',0,'�]Bj7fQ�%�5w���','�]Bj7fQ�%�5w���'),('*����(���d�','wp-content/uploads/2015/11/preview-150x150.jpg',0,'�š��S\\���S�h;','�š��S\\���S�h;'),('*��e1��9��y)\"�u','wp-content/plugins/w3-total-cache/lib/Minify/HTTP/ConditionalGet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C� |値����'),('*�9�ﯤ_o��þ�W','wp-content/uploads/2015/11/60s-Hippie-Flower-Power-Peace-Symbol-Centerpiece-300x300.jpg',0,'2Zw|���ɑ:i����','2Zw|���ɑ:i����'),('*��-3�u��E�[�O#','wp-includes/images/down_arrow-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s���$�6(�@�a'),('*�IW9\nE��|�9גD','wp-content/uploads/2015/11/candy-foil-wrapped-300x61.jpg',0,'BoS��y�Vm�ͭ','BoS��y�Vm�ͭ'),('*�\0�]i\n��E�	j/�','wp-content/plugins/wordpress-database-reset/views/partials/submit-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�@q?Y����|�'),('*�=��&r�6~p~,)\'','wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php',0,'k���3_\"�����','k���3_\"�����'),('*��L�m&&2��\nb','wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T8?ZP��{�-��'),('*�\Z07ѥ1O���َ8','wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��{N�|EO�0�'),('*����ACt�%B��f','wp-content/plugins/backupbuddy/controllers/pages/migrate_restore.php',0,'�4�|�W\"W\rC˙e\0�b','�4�|�W\"W\rC˙e\0�b'),('*�ʽ�䮌���_��','wp-content/plugins/w3-total-cache/lib/W3/Cdn/Rscf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�sY�D�\"�n�P�'),('*��z�8�&��y�9eA','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/vendor-prefixes.less',0,'��#�]���m��d\0','��#�]���m��d\0'),('*���\r�;{�G���','wp-content/uploads/2015/10/candy-300x218.jpg',0,'��yKUw^c�ף����','��yKUw^c�ף����'),('+-_*KUF?�\\f���','wp-content/themes/wanderfuls/vcex_templates/vcex_skillbar.php',0,'1욺�������v�','1욺�������v�'),('+\"��s����','wp-content/plugins/contact-form-7/admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P��%[:����q�G'),('+��lf�v|��','wp-content/plugins/js_composer/assets/less/lib/backend_controls.less',0,'�1�J��ں�Go\r','�1�J��ں�Go\r'),('+&�U�����Wxs','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/importingDatabase.ejs',0,'2*�ܛ��9/�C�m�k�','2*�ܛ��9/�C�m�k�'),('+ �\\��U8Wt�','wp-content/themes/wanderfuls/framework/customizer/settings/woocommerce.php',0,'���k��u�q�N�','���k��u�q�N�'),('+&g�<���(>�','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-list-bar.less',0,'�܁������3E��\Z4','�܁������3E��\Z4'),('++��u���V�67Sc�','wp-content/plugins/contact-form-7/admin/includes/tag-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W*��spG�O��}�p2'),('+9���[BU�E�e','wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n%�m9R��r\"��4'),('+N�^�%�O?�u,X�L','wp-content/plugins/js_composer/assets/images/icons/binocular.png',0,'6�P�B@	��f�~','6�P�B@	��f�~'),('+kL.zP[}�I;���\r.','wp-content/themes/wanderfuls/comments.php',0,'�6Ia�HGJV���A','�6Ia�HGJV���A'),('+rm��B����wh','wp-content/plugins/js_composer/assets/vc/alert.png',0,'�Z�,��t:�M�	�A','�Z�,��t:�M�	�A'),('+���N��EjP�]�/��','wp-content/plugins/revslider/includes/external-sources.class.php',0,'p9�N��\Z�2Bn>2�','p9�N��\Z�2Bn>2�'),('+��>\r\0\"榖�$��','wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNA.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�+!�\0�O�����'),('+�����x��	G+H�c','wp-content/plugins/revslider/admin/assets/imports/photography/slide2.jpg',0,'V6l�� �֜`��S�','V6l�� �֜`��S�'),('+��XZ6�ΜHy[{��','wp-content/uploads/2015/10/A101RDXXXXXXXXXX400WHXXXXMGXXXXXXXXXXGLGL.jpg',0,'[}1�5����u9��','[}1�5����u9��'),('+��S��h�;�#��','wp-content/plugins/backupbuddy/images/buttons/restoremigrate-icon.png',0,'�o%�rLP�5�E!��[','�o%�rLP�5�E!��['),('+�Jk��_���M��O','wp-content/themes/wanderfuls/css/ilightbox/light/preloader.gif',0,'\n�7����/��{�(R','\n�7����/��{�(R'),('+�^��GL� �?.��','wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide2.jpg',0,'=��\"�4ي<\0�mț','=��\"�4ي<\0�mț'),('+�G\r��Ɨ�j��?�','wp-content/plugins/wp-fastest-cache/images/icon-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��_W׉��GL!4ϱ'),('+��G*#���f�','wp-admin/network/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0���\Z�	?l:|=6�C'),('+��P�x�3���L','wp-content/plugins/wordpress-seo/css/xml-sitemap-xsl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_O&����N�;19�'),('+��t�%R?������','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8,�4,��X���u�'),('+Տ��aA��J\n','wp-content/uploads/2015/10/slide_008-300x218.jpg',0,'eV8\n�8M��\Z����','eV8\n�8M��\Z����'),('+���\rj��L��zj','wp-content/uploads/2015/10/home-gallery-2-large.jpg',0,')�=E����zA���',')�=E����zA���'),('+�L�kxGwK�,�݀�','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Client.php',0,'���$w�����/bF�','���$w�����/bF�'),('+���μ�\r�w�b','wp-content/uploads/revslider/clubix/s-180x180.jpg',0,'���d�c_]�@Á��','���d�c_]�@Á��'),('+�b����t8�6���','wp-content/uploads/2015/10/Green-and-white-centerpiece-for-Alexs-graduation-party..jpg',0,'�#q�r�g��	��@','�#q�r�g��	��@'),('+�K�������b���','wp-content/uploads/2015/10/findyourcandy.jpg',0,'�M�u\not��PQ','�M�u\not��PQ'),(',\0@8:3�� iO\0wx','wp-content/themes/wanderfuls/partials/loop/loop-top-testimonials.php',0,'��B�e:�ݚ^P�3','��B�e:�ݚ^P�3'),(',UgpvDB�z��>�','wp-content/uploads/2015/11/room-close-up-150x150.jpg',0,'��� :so�N6t���x','��� :so�N6t���x'),(',���\Z������','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/QueueMessage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�p�3fR�s��Ԁ'),(',<�� �?C]�0A�','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(oT���R��a�'),(',?��g̢���߯','wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff',0,'��\'I�Z�u#㿲�','��\'I�Z�u#㿲�'),(',B�c���ԛZ�4Y','wp-includes/js/swfupload/plugins/swfupload.speed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AZ7��k���E`,*�s�'),(',J+d3,�fZ��8_','wp-content/plugins/backupbuddy/lib/dbreplace/dbreplace.php',0,'�C�j�(��&^��60','�C�j�(��&^��60'),(',P�ۤTշ�*��B�','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�\n�_�hpth}H�'),(',[puf>x�㩙��X�','wp-content/plugins/js_composer/assets/vc/fe/js_icon.png',0,'�XY�䣺rP����;�','�XY�䣺rP����;�'),(',d֩�M���		�','wp-content/plugins/w3-total-cache/lib/W3/CacheFlushLocal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���P^Eң�<qJY'),(',mq�:�L��4�\0�N','wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/fonts/fontawesome-webfont.svg',0,'v��<k�O�	��,\'��','v��<k�O�	��,\'��'),(',pD)�4G㇪[��S','wp-content/plugins/contact-form-7/languages/contact-form-7-hy.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�QϼT�u�k%@'),(',q�*��1\ZM��5��','wp-content/plugins/backupbuddy/js/icicle.js',0,'��B�\'�u�Mg�\"6','��B�\'�u�Mg�\"6'),(',~�\0�3ַ��w�','wp-content/plugins/contact-form-7/languages/contact-form-7-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\\6J�g��Otŭ����'),(',v�E�)�w�7N(Di','wp-content/uploads/2015/11/sweet_sixteen_lg-300x259.jpg',0,'Ϝ	E#Vj�)ȿ!�%�','Ϝ	E#Vj�)ȿ!�%�'),(',��~�Y��I�`V�','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_button.less',0,'�g�Xq������@�q','�g�Xq������@�q'),(',���@��hj�qrޒ�','wp-includes/ID3/module.tag.id3v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c����Fy�O*�N'),(',����f�~��=�L','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Tasks.php',0,'���S0��=�K2��=','���S0��=�K2��='),(',�hɃs?4B[�^՝','wp-includes/SimplePie/Cache/DB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�OU���.�b���'),(',�dЕ�G�\'�S�','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tweetmeme.less',0,'�Ӓ��d�œ�ǚz�','�Ӓ��d�œ�ǚz�'),(',�W�ے`���S�i�','wp-content/plugins/w3-total-cache/pub/img/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\nz<�um�˼��VZ'),(',�7�m=i0`��@*\\','wp-content/plugins/wordfence/images/flags/ye.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\0�7�CK�{DY)'),(',� �N��@����`A�','wp-content/uploads/2015/11/burgundy-wand.jpg',0,'�0���Ħ>���','�0���Ħ>���'),(',�T�a�c��T���_','wp-content/plugins/backupbuddy/views/scheduling.php',0,'U��	��.O�l���','U��	��.O�l���'),(',�~T���|_6�y S��','wp-content/themes/wanderfuls/js/lib/ilightbox.js',0,'���\Z(�/T��T�g�Y','���\Z(�/T��T�g�Y'),(',���-�LG@�R��','wp-content/uploads/2015/10/flowercenterpiece.jpg',0,'d`��hs�1�rG��@','d`��hs�1�rG��@'),(',�����M9[Iv�-�Q','wp-content/plugins/wordfence/images/flags/gh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�K�zxn�����Fn'),(',�U��#�h��w�','wp-content/uploads/2015/10/Cranberry-colored-wedding-reception-room-view-with-centerpieces-by-Wanderfuls..jpg',0,'w0��`#�K�s�','w0��`#�K�s�'),(',�JK�;ZlϺz]\'','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�Bt�;3�XL\0��'),(',َ��g���ǎՅ�','wp-content/plugins/backupbuddy/destinations/ftp/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),(',ܞ�b��|�;aM�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/finalCleanup.ejs',0,'�`���蛀u��ih�','�`���蛀u��ih�'),(',��.��������','wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/FontAwesome.otf',0,'#s>+��Wɾ�ͺ�','#s>+��Wɾ�ͺ�'),(',��M��Gg���','wp-content/plugins/wp-fastest-cache/css/flaticon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��dr�k��`�[�B'),(',�܎����<9�T�j`','wp-content/plugins/wordfence/images/flags/ca.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�J+/<���6('),(',�v?��@C��`��I','wp-content/uploads/revslider/templates/imagegallery/slide2.jpg',0,'�T�|�]5�@8J���@','�T�|�]5�@8J���@'),('-P)�jύ%R���o�','wp-content/uploads/2015/11/bar_mitzvah_lg.jpg',0,'��/ϭ\nʡ2B��`\\�','��/ϭ\nʡ2B��`\\�'),('-m[�D���I��','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-mapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�$wQ�/7��?�j'),('-�T��a�P�?�0et','wp-content/plugins/wordpress-seo/admin/class-admin-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�����w>��'),('-$�����wԕ�)��','wp-content/themes/wanderfuls/page-design-rooms.php',0,'ﲰ���s:(�L�ju�','ﲰ���s:(�L�ju�'),('-/�L���8�/l����','wp-content/themes/wanderfuls/partials/blog/blog-single-related.php',0,'�X\n�&��v�����)�','�X\n�&��v�����)�'),('-1o��ī�&��L�','wp-content/plugins/revslider/admin/assets/images/sliderselector/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('-<�61�\'� 5������','wp-content/plugins/widget-countdown/images/post_button.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޙ�r0fT�ԴK�y'),('->��]���2j���','wp-content/plugins/wordfence/lib/menu_rangeBlocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��ox#7,��{Ϯ[�'),('-B��CI��}�~����','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r9gr���0�!3C'),('-It�$�޿��v��u��','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,Cv-�E5Fb�'),('-ZWq��<\"��k��','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-get-importbuddy.php',0,'Q���Q\rn+� ����p','Q���Q\rn+� ����p'),('-Zi~�1�DY��7ғ�','wp-content/plugins/backupbuddy/controllers/ajax/refresh_site_objects.php',0,'J�T�^��U�k~�%�i','J�T�^��U�k~�%�i'),('-b�\"y���>`�','wp-content/uploads/2015/10/purple-wedding-centerpiece-301-300x203.jpg',0,';fu-�/Q�*#��$1',';fu-�/Q�*#��$1'),('-i� �t6�{l3/�','wp-content/plugins/revslider/public/assets/js/source/jquery.themepunch.revolution.js',0,'V�t����h`�;�','V�t����h`�;�'),('-kdϯ���X�w\\7���','wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�����1;y�?'),('-wm���`Gg��C#��','wp-content/plugins/js_composer/include/params/href/href.php',0,'��5�\Zp�oCP�V\Z�S�','��5�\Zp�oCP�V\Z�S�'),('-x���A����#^��','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�M&�\"������N'),('-����Ǹ�%w=��','wp-admin/css/colors/ocean/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z|[���l�|ٱf%h'),('-��)7�5y�8c��Wv�','wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mA�y���mn��\n'),('-�_��+��Yn��S','wp-includes/js/jquery/ui/tooltip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]G҃������@EQ'),('-�f��4]�#\"u��l','wp-admin/css/colors/light/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"���h�>�\'Љ�^'),('-���IB�� 4����','wp-content/plugins/wp-optimize/wp-optimize.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�Y܂g�{������'),('-��Y������M','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/panels.less',0,'p*��	�4P\r�3�7�','p*��	�4P\r�3�7�'),('-���e5I�EM,�IA�','wp-content/uploads/2015/11/ivory-wand-145x300.jpg',0,'́1�j[/���[�\ZuB','́1�j[/���[�\ZuB'),('-��藂��Y{]ns�','wp-includes/css/wp-pointer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�ׂ`.�\rݑ�`�x'),('-�r\Zp�b��\"W%��$�','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-internallinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R8!�t��QF���'),('-�3��^�����2','wp-content/plugins/backupbuddy/history_archived.txt',0,'7;����`�%уL','7;����`�%уL'),('-��#ZK��P���','wp-content/uploads/2015/10/Wanderfuls-300x175.jpg',0,'�7�J?�������\"','�7�J?�������\"'),('-ҫ�*���\\`�)�','wp-content/plugins/backupbuddy/images/sucuri/4.png',0,'�¢v�V�Pg�%S��','�¢v�V�Pg�%S��'),('-ә]\r\"6d�6�x','wp-content/uploads/2015/10/flowercenterpiece-150x150.jpg',0,'+�yo`2�=8���','+�yo`2�=8���'),('-�ilVqS��T�u�*\"','wp-content/plugins/w3-total-cache/lib/Microsoft/Uri/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('-��.�z�e����8�','wp-content/plugins/wordfence/images/flags/km.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�2��j\Z�I@	N\\�'),('-�Q�g�m��U\rO+���','wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php',0,'��k�wr��.=�7B','��k�wr��.=�7B'),('-�A�q���]ׯR|!','wp-content/uploads/2015/11/burgundy-wand-145x300.jpg',0,'��&��}Io�Cl','��&��}Io�Cl'),('-��P���U\r[E�','wp-content/plugins/wordfence/images/flags/gr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���\r�C����u�-{'),('-�\"�$`NV����ʩ','wp-content/plugins/w3-total-cache/pub/js/popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-H�XF�.څf��\'^�'),('.A�%�x�	�I�\"ѧ','wp-content/themes/wanderfuls/bootstrap336/fonts/glyphicons-halflings-regular.ttf',0,'ዿa*.C��q�/N','ዿa*.C��q�/N'),('.cP[KH �\0Jo�','wp-content/uploads/2015/10/Knicks-Season-Subscriber-Event-centerpieces-designed-by-Wanderfuls..jpg',0,'`���w�g�!�KM�{','`���w�g�!�KM�{'),('.Lۡgށ��^�L','wp-content/plugins/wordpress-seo/admin/pages/metas.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zpWx<%�w5��t��'),('. �\0_oE�]A�_�0PJ','wp-includes/js/tinymce/plugins/wpautoresize/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�\0Xc�O�@p��%�'),('.+����u���XԠ<','wp-content/themes/wanderfuls/vcex_templates/vcex_portfolio_grid.php',0,'�t�g�A��\'�_','�t�g�A��\'�_'),('.8{\'�O�2�i�xCQ�','wp-content/plugins/wordfence/images/flags/ug.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r+YkSI���-@^7n�'),('.:�ߊ���y[H.��','wp-content/plugins/backupbuddy/css/admin.css',0,'����w�A���;��g4?','����w�A���;��g4?'),('.IhU���3��+B\Z��','wp-includes/images/admin-bar-sprite-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q����8��o��'),('.P��J�2�J�0�%Px','wp-content/uploads/2015/10/A102HUMGXXXXXXXX400WHXXXXMGWHMGWHMGMGHUGL-106x80.jpg',0,'�գyxK<k1���\'','�գyxK<k1���\''),('.UTF,y{\Z�S�U��r','wp-content/plugins/js_composer/include/classes/shortcodes/vc-carousel.php',0,'�I���le��VC���','�I���le��VC���'),('.Z{=U�uߩAJ��*','wp-admin/css/press-this.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�\Z��kG�;B�n{�'),('.\\8hٔ�n�� �\n>�H','wp-content/themes/wanderfuls/framework/addons/under-construction.php',0,'�����x���q\r��1','�����x���q\r��1'),('.^�VF*��w��[J�{7','wp-content/plugins/js_composer/assets/vc/fe/social/gp/standard_bubble.png',0,'�Z�5k��KW�L�m_','�Z�5k��KW�L�m_'),('._�!T6�!a��> ','wp-content/plugins/revslider/public/assets/assets/sources/fr.png',0,'h�s�=;$���<','h�s�=;$���<'),('.m$i�[>�_���]�B','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/Blob/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('.t��&q�05 }���+�','wp-content/plugins/revslider/admin/assets/imports/twitter-feed/slide1.jpg',0,'m�\n�VN���am��H�','m�\n�VN���am��H�'),('.yX����j�o|=9','wp-content/uploads/2015/10/imprinting-150x150.jpg',0,'Ηk�N!Bu��ko','Ηk�N!Bu��ko'),('.�߸����\n��\"��','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/authentication/signature_v4query.class.php',0,'x���eU^�MO��','x���eU^�MO��'),('.��pq���:n�,%','wp-content/uploads/2015/10/Blue-and-white-themed-wedding-for-Ryan-and-Sandy..jpg',0,' ���G��]�\0!���',' ���G��]�\0!���'),('.�Y,=����0���','wp-content/plugins/js_composer/include/autoload/vc-single-image.php',0,'��4���n,�р^H�','��4���n,�р^H�'),('.�E�[J��l�x��','wp-content/plugins/wordfence/images/forward_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_��Z?�N)�Ҋ�:�5'),('.�uK��$�K�%�N��','wp-content/themes/wanderfuls/partials/blog/blog-single-related-entry.php',0,'�}�^�-�i����s��','�}�^�-�i����s��'),('.����BȄ��	��	','wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide6.jpg',0,'R&,H�{�S�G��','R&,H�{�S�G��'),('.��y�����}����','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php',0,'�f;Ӣ�EB\n���','�f;Ӣ�EB\n���'),('.����g�����>�','wp-content/uploads/2015/10/home-gallery-4-large1.jpg',0,'���7p���t�K�Q��','���7p���t�K�Q��'),('.��QJ\n���)�ޛ�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php',0,'¯��W1���s�H�\0&','¯��W1���s�H�\0&'),('.��oÞ��[oD��','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php',0,'���l�w�n}��_�!�','���l�w�n}��_�!�'),('.��,P��|(�ܺ�G','wp-content/plugins/w3-total-cache/lib/W3/Cache/File/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('/��W��J4���Y�','wp-content/uploads/2015/11/royalblue-wand-145x300.jpg',0,'e �2K��v.�B�\0','e �2K��v.�B�\0'),('/\rI�x�]agN��l��B','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-alignbottom-dark.png',0,'/a����`-	�~�rh\n�','/a����`-	�~�rh\n�'),('/�@���ura\0����','wp-content/themes/wanderfuls/css/ilightbox/light/fullscreen-icon-ie.png',0,'m�x.\\�*��$o�ع/','m�x.\\�*��$o�ع/'),('/.�05��֍�U���','wp-content/uploads/revslider/templates/slidingoverlays/slide2.jpg',0,'i�D��b�`�/\0��;�','i�D��b�`�/\0��;�'),('/1�H���.��UfA4','wp-content/plugins/wordpress-seo/js/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3'),('/1ͯ�&+�?�š��6','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/js/jquery.simple-expand.min.js',0,'B˔g�f% �c�r�B','B˔g�f% �c�r�B'),('/<ا^ɼf}�\"��$�','wp-includes/images/media/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�4�8�Αy�6�d�'),('/Xq9���K�>���','wp-content/plugins/js_composer/assets/images/flickr.png',0,'چC�<����i��Th','چC�<����i��Th'),('/]˱aZ���0��<~*','wp-content/themes/wanderfuls/css/ilightbox/mac/play-50.png',0,'b��IJڄZD`�\nZn','b��IJڄZD`�\nZn'),('/afw=��?\Z6P��I�','wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php',0,'��*�4����i;�&/','��*�4����i;�&/'),('/f䌴^�`�4�\"��6','wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php',0,'�\\C��\0���K��Sd','�\\C��\0���K��Sd'),('/k\n�啗�ˁ8����+','wp-content/plugins/wordfence/images/flags/ir.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�n�oT\'����{K['),('/t�;/b����4!�\"&','wp-content/plugins/wordfence/images/flags/cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h��1�ܮ�8���'),('/�D�c��l��ޏ�','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ŽP�uv�����$c'),('/����Y�B}�ޟ��I','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/SettingsBase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','97�v��#TK�pSt��'),('/��gF�xk��u','wp-content/plugins/backupbuddy/images/filetree/flash.png',0,'*PV�緹P�)�r+','*PV�緹P�)�r+'),('/��eѽ�̀ê/J�=�','wp-content/uploads/2015/10/Pink-Gumballs.jpg',0,'|Sd�x��ȶو�3lj','|Sd�x��ȶو�3lj'),('/�s��C4�������','wp-admin/network/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Bm>n9z]�њ�'),('/�s����NF�>�6�','wp-content/plugins/contact-form-7/includes/css/styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q]K��IHG�y&L=9�'),('/�t@�q��zv�b�)0','wp-content/plugins/backupbuddy/images/eyecon.png',0,'B��y܄<D?�E�0�x','B��y܄<D?�E�0�x'),('/鹠���ΰ1�iw��','wp-includes/images/uploader-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&-��O��Õ�~'),('/�O��S~��-}ܑZ','LBCachingNinja_uninstall_backup1454917830.htaccess',0,'��9ohAM$D�_���','��9ohAM$D�_���'),('0\0�g�������\Z','wp-content/plugins/backupbuddy/_importbuddy/_importbuddy.php',0,'����ϳ*��<��','����ϳ*��<��'),('0�$��b@���q�','wp-content/uploads/2015/10/home-gallery-4-large-300x225.jpg',0,'9�[���Z����','9�[���Z����'),('0cUP�ePQ������','wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php',0,'\Z�tj9oH9V�6̲,','\Z�tj9oH9V�6̲,'),('0	���s���k�.\0)6�','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/RetryPolicy/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�\"8��qZ\n�u�'),('0\'��m��\n:�o*�b^�','wp-content/uploads/2015/11/findyoursizes.jpg',0,'����t?��Ԍ7&A','����t?��Ԍ7&A'),('00�,Z���1�VV�','wp-content/uploads/2015/11/theme-animals-150x150.jpg',0,'�P�_Zv��Gd�z�4�','�P�_Zv��Gd�z�4�'),('0<����lڿ��J��','wp-includes/js/wp-backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��\n%�6�h�)��9'),('0?h�=cQu��,s��','wp-content/uploads/2015/10/048_large-100x50.jpg',0,'%��	���s�	','%��	���s�	'),('0F����M�����-','wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide6.jpg',0,'Y&�j�LRQz3]{o��','Y&�j�LRQz3]{o��'),('0O,#]�.Ѹ[ˊ��=','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Orkut.php',0,'���GNm՜IٲR:','���GNm՜IٲR:'),('0Oɼ�)���$��|','wp-content/uploads/revslider/clubix/2-pic-350x350.jpg',0,'+���!w;u�*�}�L','+���!w;u�*�}�L'),('0Te��%P�9p=�+\\�','wp-content/plugins/js_composer/assets/less/pages/vc_welcome.less',0,'���\\v���\r�`��L','���\\v���\r�`��L'),('0]�qK\'�f�x����','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W���������r��'),('0]�t���?9��*\"H�l','wp-content/uploads/revslider/templates/ourteamcarousel/slide3.jpg',0,'<pY�����c[>m~�','<pY�����c[>m~�'),('0`��je-76�����x�','wp-content/themes/wanderfuls/partials/blog/blog-single-quote.php',0,'�1;\\�V�yY�','�1;\\�V�yY�'),('0dqӢ��%�a�','wp-content/uploads/revslider/clubix/2-pic-180x180.jpg',0,'�8�Լm�c��s��W�','�8�Լm�c��s��W�'),('0j�Vƽ�f:�5��`�\\','wp-includes/js/customize-selective-refresh.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�엝o�i��q�p� '),('0t��/���f�k��','wp-content/uploads/2015/10/Hot-Pink-and-Azalea-with-Gold-Tassels-300x300.jpg',0,'`���7���a���G��','`���7���a���G��'),('0�Q�H\r�s��#r','wp-content/themes/wanderfuls/css/ilightbox/dark/play-icon-ie.png',0,'E�6)L�/V�Y�>�','E�6)L�/V�Y�>�'),('0�5��و�PO�J$��','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/hadoopbase.class.php',0,'��l���j�I�%�T','��l���j�I�%�T'),('0���E\00���X�H','wp-includes/js/colorpicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�/�a�����誣��N'),('0��v�*��}\0ᷛe','wp-content/themes/wanderfuls/droompage-bottom.php',0,'�iJ��d�-U�J�w','�iJ��d�-U�J�w'),('0�3����T%2�\Z��.�','wp-content/themes/wanderfuls/partials/blog/media/blog-entry-link.php',0,'���X�F����G�','���X�F����G�'),('0�J��֒����ķ','wp-content/plugins/backupbuddy/controllers/ajax/view_log.php',0,'n�F�h3,��]��ZY','n�F�h3,��]��ZY'),('0�Q}j^�a��o�[j�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-fa_IR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z<���}x����iF'),('0�)��gK	�ԧ2T','wp-content/plugins/wordpress-database-reset/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L3��o���DF���'),('0��W�fB\\���avgv','wp-content/plugins/js_composer/assets/vc/fe/social/gp/standard_desc.png',0,')����A�1��r8ӈ��',')����A�1��r8ӈ��'),('0��!g�:��9��lr','wp-content/plugins/backupbuddy/classes/api.php',0,':x�7zx� ޣH�ق',':x�7zx� ޣH�ق'),('0���&���M��Ue2j','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�$�2���H8�T^'),('0��!y�CG�{[��','wp-content/plugins/wordpress-seo/images/banner-basic-seo-training.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���YG��mTq0a'),('1ŷbLOB��]�œ�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Licensing.php',0,'PII\"�\\�,��%�4','PII\"�\\�,��%�4'),('1T��A��Q5��)�\Z�','wp-content/plugins/wordpress-seo/js/dist/wp-seo-bulk-editor-340.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e@�O�-\0_\0GU}'),('1�o�D��?��x','wp-content/plugins/js_composer/assets/images/icons/balloon-facebook.png',0,'w�AC�K�ؽce8�R!','w�AC�K�ؽce8�R!'),('1�g7 �n��9pQ','wp-content/uploads/2015/10/letscreate-300x287.jpg',0,'c&+n,S7�/���','c&+n,S7�/���'),('1*w�!�\r���\nA�2','wp-content/uploads/2015/11/special-event-party-favors-300x181.jpg',0,'��Y?��X:Tq����W','��Y?��X:Tq����W'),('1.���>%���/(','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���t�A�3���l��'),('13��e�T|ν9�kX=z','wp-content/plugins/wordpress-seo/languages/wordpress-seo-he_IL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K]�^q���\\w��\"'),('1Fp�\0 {o�ɢ�a�','wp-content/uploads/revslider/clubix/3-pic.jpg',0,'�f0ƒBr��\\I�)','�f0ƒBr��\\I�)'),('1M��Ս:�Ơ�@���','wp-content/plugins/revslider/admin/assets/imports/classic-carousel/slide1.jpg',0,'��R;J�/F�U���','��R;J�/F�U���'),('1o\"{���h�)Lx~�','wp-content/plugins/revslider/public/assets/css/settings.css',0,'2��K�z�5d��UG�','2��K�z�5d��UG�'),('1s�)6�Ӷ���C��Η','wp-admin/user/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�$�U�m�x�Z'),('1s�ͬ���sVؤ�','wp-content/plugins/revslider/languages/revslider-zh_CN.mo',0,'sjS�·�T^M������','sjS�·�T^M������'),('1x��\0�0$���D�%�','wp-content/plugins/backupbuddy/js/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('1|8���Pp\'��','wp-content/uploads/2015/11/Thanksgiving-Turkey-Centerpiece.jpg',0,'�wI_Z�tb���=','�wI_Z�tb���='),('1���X���c�����','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/js/jquery.js',0,'R�n{SF}2i�M�','R�n{SF}2i�M�'),('1��`�8�,���','wp-content/uploads/2015/11/special-event-party-favors-150x150.jpg',0,'��4���\0�L�	lR$','��4���\0�L�	lR$'),('1����VpEc��[aQ','wp-content/themes/wanderfuls/partials/meta/meta-tribe_events.php',0,'CחY������Avf��n','CחY������Avf��n'),('1���c(I3\r}�u�E�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v|d����DhP��J��'),('1�XpⲫĐa\"b*','wp-content/plugins/w3-total-cache/inc/options/cdn/akamai.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�\\{��>\\��7KG'),('1�X�a�KgAYD�0c1�','wp-content/plugins/revslider/admin/assets/imports/contenttabs/slider.jpg',0,'�w��bAP�e3^�','�w��bAP�e3^�'),('1р=)��O���e','wp-content/plugins/revslider/languages/revslider-hu_HU.po',0,'�;Hf����e��ig=E','�;Hf����e��ig=E'),('1��1;�<vYK�O�','wp-content/themes/wanderfuls/woocommerce/loop/loop-start.php',0,'�(�	$#=z�WԉM��1','�(�	$#=z�WԉM��1'),('1�P��|����&)L�D','wp-content/plugins/wp-fastest-cache/images/close-wiz-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6x�+��]7E�M{�'),('1�EfQ�v#)�\n�0EkQ','wp-admin/images/media-button-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��WÎ�@��b�rճ'),('1�3Y���c�{�ɵ<Q','wp-content/plugins/revslider/admin/assets/css/font/egfont.ttf',0,'�$�<��-M@�Q+lk\'','�$�<��-M@�Q+lk\''),('1���4=tM���V�','wp-content/uploads/2015/11/metallicpurple-wand-145x300.jpg',0,'6�\r{ۜ��?�T�S','6�\r{ۜ��?�T�S'),('1�+t�l�;k��v	�B','wp-content/plugins/w3-total-cache/inc/functions/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZM�.5�	Hr�ڭ*�'),('1��X�/�t60^Ҁ!�7','wp-includes/js/comment-reply.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�\'&�) {��/�z��'),('2Z�v��p$x�@V�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZXIKh�?i��f�b'),('2ʫ�D_�V�}b��','wp-content/themes/wanderfuls/css/ilightbox/smooth/arrow-prev-icon-64.png',0,'���]��&9>%[�_R�','���]��&9>%[�_R�'),('2�B2r)��o���','wp-content/uploads/2015/11/Hot-Pink-with-White-Accents.jpg',0,'fw��x��ό����','fw��x��ό����'),('2^���7�#9�_�','wp-content/uploads/2015/10/White-and-orange-centerpieces-by-Wanderfuls-for-Joan-and-Shauns-anniversary-party.-150x150.jpg',0,'�:��?�\n^b���','�:��?�\n^b���'),('2B\07h����y�','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/OAuth1Upgrader.php',0,'{���`ق����cx','{���`ق����cx'),('2!����\r©]J�mB','wp-content/themes/wanderfuls/framework/addons/assets/theme-chrome.js',0,'��U� \0�g[�㵍�','��U� \0�g[�㵍�'),('2*�>�LT$�֏���','wp-content/uploads/2015/10/purple-favors-plus2.jpg',0,'�CiC.$$DZ:6�','�CiC.$$DZ:6�'),('24vJp#��q<���Ol','wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/README',0,'�f��0४vP��sH�','�f��0४vP��sH�'),('2:1�Q֓�o=�&��	','wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js',0,'��\n��eU�-,����','��\n��eU�-,����'),('2@�j�j\0�kӲ��Ә','wp-admin/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G���=d���)�k\r'),('2E�O(�)U��fo�T	�','wp-content/uploads/2015/10/old_1.jpg',0,'q^\"]�{�I�tVi','q^\"]�{�I�tVi'),('2HJ�CK��TH�h7,8','wp-content/uploads/2015/11/slide2-150x150.jpg',0,'H=)��[�̽�%J�[�','H=)��[�̽�%J�[�'),('2fC˩�O1�\\��J��g','wp-content/plugins/wordpress-database-reset/views/partials/select-tables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�M|�]��f�'),('2j�L,���W\r��W$��','wp-admin/css/colors/sunrise/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Rǖ}�8�Xg����/'),('2rFqK��9�&�85��','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('2w�*���\"�l#��X','wp-content/plugins/js_composer/assets/less/lib/css3_animations.less',0,'���SֺdWV�[�^�','���SֺdWV�[�^�'),('2{Ϯp;�2x���U�G','wp-content/uploads/2015/10/Light-purple-Wanderfuls-centerpiece-for-Kellys-bridal-shower..jpg',0,']ȓ��{H�D�i�',']ȓ��{H�D�i�'),('2��\\�	8��+ߒ\n�q_','wp-content/plugins/gzip-ninja-speed-compression/images/wphostingninjas-banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����R=!#x���'),('2��g�\0���8�2��','wp-content/themes/wanderfuls/framework/classes/widgets/modern-menu.php',0,'�~;�W����%i�C�','�~;�W����%i�C�'),('2��LT	�4R���=���','wp-content/plugins/w3-total-cache/pub/img/overlay/twitter-bird-dark-bgs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u(h\\������'),('2�a�J{w������U�\'','wp-content/themes/wanderfuls/partials/overlays/slideup-title-white.php',0,'�b˗�;����3','�b˗�;����3'),('2��㺨a|F�l3]�','wp-includes/customize/class-wp-customize-new-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�⛱08���\n�'),('2ш�*=�\\|�uJt� �','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php',0,'�i�\n�9*�X�l|��G','�i�\n�9*�X�l|��G'),('2�=�͛ɓm\0���A��','wp-content/uploads/2015/10/Presidents-Circle-annual-party-with-Wanderfuls-centerpieces-in-gold-and-purple..jpg',0,'�֟�W�Ѓ:\r褈�','�֟�W�Ѓ:\r褈�'),('2��;���8��id','wp-content/plugins/w3-total-cache/inc/mime/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�U���.��X��U�'),('2�&.���>���7Ÿ&','wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php',0,'+��!�m�+�`�*','+��!�m�+�`�*'),('2��^(��ʭ�-^x��','wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�B�n΍K�s]'),('2���(��\" �Jy���','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/Table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/z�\"�s�Zb��}v'),('3\n�V>��O9Ǫ�	� N','wp-content/plugins/wordfence/images/flags/id.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�3����m�'),('3!�~p���g\\P�	k','wp-content/plugins/wordpress-seo/admin/import/class-import-aioseo-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����غN�d�Mc'),('3&|P®�+�B#��X','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʀ��\'�����s���'),('3+z��.���6Q~]y[','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�,��nz���V��'),('30�R0��m��,��','wp-content/themes/wanderfuls/bootstrap336/js/npm.js',0,'̷�0��e�C���+','̷�0��e�C���+'),('3>(��[~�y�O�N��','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-button.less',0,'ff=Ty�%���','ff=Ty�%���'),('3EkwJ��G{���xH','wp-content/uploads/2015/10/big2.jpg',0,'�?�tЁV�{ab�G','�?�tЁV�{ab�G'),('3Q\n��K�t�d,�O~','wp-content/plugins/wordpress-seo/admin/import/class-import-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�\\SCwxk��׻9o�'),('3S�+���b���oA׮','wp-content/uploads/2015/11/Las-Vegas-City-Sign-Centerpiece.jpg',0,'��/M!�=���e{��','��/M!�=���e{��'),('3Z��콏�eG\"�,�','wp-content/uploads/2015/10/Malt-o-Meals-company-party-design-in-blue-and-white-300x225.jpg',0,'qz��9C�!;�P���T','qz��9C�!;�P���T'),('3[��ݽ3�0Z��2U','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/DynamicTableEntity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?`�Z���@��ڗ3I�'),('3k��oW�5	k[mq','wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�(~�Ġ�.��[�}'),('3}�Bw@�:��-�x','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/utilities.less',0,'2�l�lё�����','2�l�lё�����'),('3�$�,�a�}�\'�8�','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/staff_grid.php',0,'�J�G\Z����k̬��','�J�G\Z����k̬��'),('3��}��AOG��/��','wp-content/plugins/js_composer/assets/less/shortcodes/vc_tta.less',0,'?H���&wks��0��','?H���&wks��0��'),('3��)��?��ѥ���','wp-content/plugins/wp-optimize/wp-optimize-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݼ̂�@nz�^A?͒V'),('3�yt����V���4','wp-content/plugins/gzip-ninja-speed-compression/images/customwpninjas-banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<Q��g0�6��v\n�'),('3����^�8g\nm�\0t��','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php',0,'B��u?�v�Ǿ;��Ȍ','B��u?�v�Ǿ;��Ȍ'),('3�l���V9Np�','wp-content/plugins/wordpress-seo/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������3���F'),('3�S]9L�qc&��','wp-content/uploads/2015/10/Mostly-Pink-300x288.jpg',0,'���5��}�Y&��7l','���5��}�Y&��7l'),('3֚3\"_~�M�&;~�r','wp-content/uploads/revslider/templates/interactivewhiteboard/slide3.jpg',0,'4aX��)�h���/��','4aX��)�h���/��'),('3���\'���RK�Bf�','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G���7�(tt�@�'),('3��PQT�P���Fpp��','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_gmaps.less',0,'p㹎%�.���A�_�','p㹎%�.���A�_�'),('3�8o��^�MݟH��','wp-content/uploads/2015/10/Centerpiece-for-Jordans-Christening-party.-150x150.jpg',0,'�]6��Jv�lL�\\s','�]6��Jv�lL�\\s'),('3��fQ3�h�5[��W�<','wp-includes/Text/Diff/Renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �C0�Y7O�@�GS'),('3�]% gw��\0����','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-get-overview.php',0,'��=_+j�*Y|�py','��=_+j�*Y|�py'),('3���Ct/�N��)DI','wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php',0,'�#��`�1Ĝ���','�#��`�1Ĝ���'),('3��Wh56����F�','wp-content/uploads/2015/10/imprinting2-150x150.jpg',0,'r��t�XZ�)���','r��t�XZ�)���'),('4��9���S�&?̓','wp-content/themes/wanderfuls/partials/blog/blog-entry-avatar.php',0,'IX~\"�BB�F\0ey@�','IX~\"�BB�F\0ey@�'),('4A[Y\'��I�Ƭer;','wp-content/uploads/2015/10/Sun-Flower-289x300.jpg',0,'O]��g�K�t�\r�)=','O]��g�K�t�\r�)='),('4�g�\r80����\'�U','wp-content/plugins/revslider/admin/assets/imports/imagehero/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('4#?����[���8','wp-content/plugins/widget-countdown/images/timer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����R�&���c'),('4%���\r�Hm����]�Z','wp-content/uploads/2015/11/Pink-and-Yellow-Butterfly-Centerpiece-150x150.jpg',0,'K[�\r�4��C=}�B�','K[�\r�4��C=}�B�'),('44�/Xɰ6l��Ŵze','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/portfolio-carousel.png',0,'�2��|K@�g�DC�1','�2��|K@�g�DC�1'),('48�Vt���+^X�','wp-includes/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ů�0l�D���/i[�'),('4=����ֱ\nuR��','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/bullets.png',0,'��@�쪅�-Q|-�|','��@�쪅�-Q|-�|'),('4AI�n09��7c`','wp-includes/js/tinymce/utils/validate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+Q`�����k0RW�'),('4C��O��G�p;֯qQ','wp-content/uploads/2015/11/metallicpink.jpg',0,'���F/�Jm������','���F/�Jm������'),('4Kߜ	�����}��','wp-content/uploads/2015/11/Hippie-Tie-Dyed-Peace-Fingers-Centerpiece-262x300.jpg',0,'*�0O�ǎ���z�ޤ','*�0O�ǎ���z�ޤ'),('4O�Id	yJ��\\R','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/reset-filter.less',0,'�B�y�\r��i�3','�B�y�\r��i�3'),('4PGg����:>���O','wp-content/plugins/revslider/admin/assets/js/codemirror/util/multiplex.js',0,'5�dY{�T�a�>/','5�dY{�T�a�>/'),('4US�����i)wc�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php',0,'�q�����\Z�]�T�','�q�����\Z�]�T�'),('4U����l��j���','wp-content/themes/wanderfuls/partials/loop/loop.php',0,'As�h�8�x�l�@���','As�h�8�x�l�@���'),('4a�[I�}���H�m)','wp-admin/css/deprecated-media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U?���ѩP��ӈ��y�'),('4e�xMB>�8�v	L�p','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('4k�tK��Y7�%��B','wp-content/uploads/revslider/templates/websitebuilder-hero/slide1.jpg',0,'I����1\"�K��0���','I����1\"�K��0���'),('4v^/��Q���;1-x.','wp-content/plugins/backupbuddy/images/buttons/dbonly-icon.png',0,'�.���]��b�\Z�','�.���]��b�\Z�'),('4����.~��Yh\nے�','wp-content/themes/wanderfuls/images/social/pinterest.png',0,'��\0R��ث�(��','��\0R��ث�(��'),('4��\n��9m �U��\0','wp-content/plugins/revslider/admin/assets/images/toolbar/animate_out.png',0,'%$7��3+L�n?�w��','%$7��3+L�n?�w��'),('4��\n��<�JH46�\\-	','wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php',0,'��b���T(��(東�','��b���T(��(東�'),('4�g��Z��}��� ��','wp-content/themes/wanderfuls/css/ilightbox/metro-white/arrow-next-hover-icon-64.png',0,'?ֲ�OV�J7�X׆','?ֲ�OV�J7�X׆'),('4��f!�j� @�ٿW','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�K����9�=Z����'),('4�B�i�>�Q���0�','wp-content/plugins/w3-total-cache/lib/CF/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('4�nFh~YCL9�[����','wp-content/plugins/js_composer/assets/images/icons/blue-document-music.png',0,'�x��(��Qa�`�|','�x��(��Qa�`�|'),('4ڂ��L$�,K[�u��','xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܇�:�B�qЅ4du�'),('4ە�Y����[ū<','wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('4箟�5���ƶ:Y1(�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/lib/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('4��|q�\'<��v�:b�','wp-content/themes/wanderfuls/fonts/fontawesome-webfont.woff2',0,'KZ����H^P:���','KZ����H^P:���'),('4��k*�hZ�ߘ~)k\Z','wp-content/plugins/wp-fastest-cache/js/lang/pt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F]=Y�5�φT�'),('5��0�J��@(\0`M','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wj#?3Z+�2�\Z��h>'),('5����(o�&�!2 �','wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php',0,'���uH��0:.�','���uH��0:.�'),('5C2�a��XpQ��','wp-content/plugins/backupbuddy/pluginbuddy/css/admin.css',0,'���?��(0q�ơ�','���?��(0q�ơ�'),('5�?��y��<�2�','wp-admin/css/dashboard-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��}\rl�Q�%k0�'),('5#t_!�]�#�[����','wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S^���\Z��o��t�'),('5*��ۨ���ֶ��p��','wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php',0,'w�:�	�95%�py��','w�:�	�95%�py��'),('5.9�}�:��z�jˋAu','wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-variables.less',0,'��Rp�\Zo%*�Ȍ�Pg','��Rp�\Zo%*�Ȍ�Pg'),('58�d�`S61K>ۮ�v','wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q�0�I�л()�'),('5C�)\nWu�꽝/F�cK','wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӭk�=&��[�MW�6'),('5Hf.��\ni�xҢ','wp-content/plugins/js_composer/locale/js_composer-cs_CZ.mo',0,'�22��}(������','�22��}(������'),('5L�z\r��+��l��','wp-content/uploads/2015/10/slide_008-150x150.jpg',0,'d�(��&��I/�;�t','d�(��&��I/�;�t'),('5S{�TƁ���e�/�','wp-includes/class-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vY�=g���m�q��?'),('5Wg�Ӱ*��`����','wp-content/uploads/revslider/templates/betteryoutube/slide1.jpg',0,'������I����A�','������I����A�'),('5X�d��!�p�����','wp-content/plugins/revslider/admin/assets/imports/imagehero/slide1.jpg',0,'�~E\nl��D,>�3�	�_','�~E\nl��D,>�3�	�_'),('5Z����Sμ�v�`6�9','wp-includes/version.php',0,'�� �5�l��,�a','�� �5�l��,�a'),('5\\h>��w	���N�','wp-includes/registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�ύH^�ܲ��I��i�'),('5`�]\\ͭi\0���\ZJ�T','wp-includes/class-wp-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]���:�ʝ^!��'),('5lZ����`�;��','wp-content/uploads/js_composer/custom.css',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('5��g�{�Ǡ�g���','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/response.class.php',0,'� �f=$VO0~�_�{�R','� �f=$VO0~�_�{�R'),('5�6_Ԫ}\\s/:�/zU','wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php',0,'s��O+��K�z�$�','s��O+��K�z�$�'),('5����Г�����','wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.eot',0,'�	L��~@���X�ݨ','�	L��~@���X�ݨ'),('5��C���?��jJD','wp-content/plugins/js_composer/assets/vc/add.png',0,'\"k�.pR�{k�ʲ�R�','\"k�.pR�{k�ʲ�R�'),('5��H�m�`��>ѓc','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('5�[v��9�;~���','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-skewy.png',0,'ٻfF4JG�W���η','ٻfF4JG�W���η'),('5��s����B;�ֶO$','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/AppInfoLoadException.php',0,'6��ί��)�.\r8��','6��ί��)�.\r8��'),('5�jsc>�^�Or,:f','wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js',0,'�r���ߞr@\n~8���\n','�r���ߞr@\n~8���\n'),('5�W��\"ւ#�B��(0','wp-content/plugins/backupbuddy/lib/xzipbuddy/zbzipziparchive.php',0,'61\r�M�n����UF','61\r�M�n����UF'),('5Ű�e\Z��a���kk�','wp-content/plugins/revslider/admin/assets/images/toolbar/plus_white.png',0,'R(�x���B$Mr)l\Z','R(�x���B$Mr)l\Z'),('5�aaچ��j*FrN','wp-content/themes/wanderfuls/framework/addons/custom-login.php',0,'se���Bg��}�E~�','se���Bg��}�E~�'),('5��v��s%E���c�','wp-content/uploads/2015/11/turquoise-wand-145x300.jpg',0,'sMk~��u��qz��,FI','sMk~��u��qz��,FI'),('5��c�Nn���­�W�','wp-content/plugins/revslider/public/assets/js/extensions/source/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('5�`�Ӌ���:\n','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_wp_widget.less',0,'7����ܹM�Gn^,af','7����ܹM�Gn^,af'),('5���3�sɓذ�C','wp-content/plugins/w3-total-cache/inc/options/referrer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/���%��]���JB�'),('5����ѥ�b�!�','wp-content/plugins/revslider/includes/tinybox.class.php',0,'�~g���a�Ά��a�:','�~g���a�Ά��a�:'),('5�ݵ�C����t4A','wp-content/plugins/wordfence/images/flags/sz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��9�Y/�X9���'),('5��hc]_�?FRB�X','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php',0,'�����U�\rO,��ť�','�����U�\rO,��ť�'),('6\n�� �\Z��Z7��{','wp-content/uploads/2015/11/60s-and-70s-Vinyl-Record-Centerpiece-262x300.jpg',0,'�*��	��K�̯�t','�*��	��K�̯�t'),('6����X/��HL','wp-includes/js/mediaelement/wp-playlist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�����j�8�C'),('6�Y��Ã~: ����@','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_button3.less',0,'����3�����','����3�����'),('6%#`�(M�����}��','wp-content/plugins/backupbuddy/images/filetree/psd.png',0,'xz��N�Nu�T�','xz��N�Nu�T�'),('63y�Ȍe�9����','wp-content/plugins/backupbuddy/pluginbuddy/js/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('6;I(�H�m�%��f�','wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����q�@!!�Ek�'),('6<�X����M�E�','wp-content/plugins/revslider/admin/assets/imports/webproductlight/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('6AEPY[�t���$�','wp-content/uploads/2015/11/designtoolssmall-300x290.jpg',0,'Y�\0���L=��&�7��','Y�\0���L=��&�7��'),('6A�Xn�ީTō^݋','wp-content/themes/wanderfuls/framework/classes/widgets/posts-thumbnails.php',0,'>�k�M�9{�$�,��','>�k�M�9{�$�,��'),('6H�V���V,�&��*�','wp-content/uploads/2015/10/findyourorder-300x39.jpg',0,'W4/9ٜ�jc�Sܛ�','W4/9ٜ�jc�Sܛ�'),('6L����d����;YV','wp-content/plugins/contact-form-7/languages/contact-form-7-eo.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߺΖ�*�~�+�X'),('6[f�9�?�� _�','wp-content/plugins/wordfence/images/icons/bullet_yellow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J&���Ɍ����ԔQ<'),('6]�S�cqT��=��','wp-content/uploads/2015/11/Sandy-Desert-Cactus-Centerpiece.jpg',0,':��EN��*�P;\'�m��',':��EN��*�P;\'�m��'),('6pz���v��{��','wp-content/plugins/backupbuddy/controllers/ajax/refresh_site_size.php',0,'�����_$�N�=\"�y�','�����_$�N�=\"�y�'),('6z#��\nk/%�P�-E','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/staff-social.png',0,'?�l�S������0','?�l�S������0'),('6z|����3�䒃�1Y','wp-content/themes/wanderfuls/css/ilightbox/metro-white/arrow-prev-hover-icon-ie.png',0,'�̓^%�<���vd�','�̓^%�<���vd�'),('6�]j�v�W�k\r3-�','wp-admin/load-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�!�D�Ds?���'),('6�3ȓ+Ό�!��','wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��wG�뇟e�!\\�'),('6�����Vñ ͡�','wp-content/uploads/2015/10/A102HPIWXXXXXXXX550DPLPXXHPIWRMXXXXXXWHSL.jpg',0,'U�/c�\n�Ϟ�X�GA`�','U�/c�\n�Ϟ�X�GA`�'),('6�W�MU�w/���','wp-content/uploads/revslider/templates/r_menu/slide1.jpg',0,'����ϥ �U���;FS','����ϥ �U���;FS'),('6��K�V���u�N\0�5','wp-content/plugins/wordfence/images/flags/ec.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A$͊z���������	'),('6�-i�y��9s���G�\"','wp-content/plugins/js_composer/assets/less/config/variables.less',0,'��5o���9G��c','��5o���9G��c'),('6����R}��RK@$n','wp-content/plugins/revslider/admin/assets/images/wp-arrows.png',0,'�it������j','�it������j'),('6����j4�1]o���','wp-content/plugins/wordfence/images/flags/cy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȕ2�csry�8<�%\Z,R'),('6̠,��_���q��u�','wp-admin/includes/class-wp-filesystem-ftpext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��]\r�x2ف�+�i'),('6٨	�:{�^D�','wp-includes/js/jquery/ui/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','asy��6�=�(�w��'),('6�;#	�%l+���','wp-content/plugins/revslider/languages/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('6�Ѝ��6��/���','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php',0,'-�o��J@���KN&�','-�o��J@���KN&�'),('6�\"�>N	�U{��','wp-content/themes/wanderfuls/vc_templates/vc_single_image.php',0,'����$g˫\\P���K�','����$g˫\\P���K�'),('6���\"i��nG�\Z��','wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('6����A������\\p�','wp-content/plugins/backupbuddy/lib/mysqlbuddy/mysqlbuddy.php',0,'�]��u���Ma�|w%','�]��u���Ma�|w%'),('6��}�%!47�ڟm�','wp-content/plugins/contact-form-7/languages/contact-form-7-mt_MT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�!�ƵݫH���X�'),('7�8�fϰ$,�a1r�','wp-content/themes/wanderfuls/screenshot.png',0,'o%ׁ��m*��Z0','o%ׁ��m*��Z0'),('7$^Zw��EB�[�U��','wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js',0,'���O �=�VA÷�','���O �=�VA÷�'),('7)���(!���u��Jb','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/File/ANSI.php',0,'�f	G�ظ\0`�����','�f	G�ظ\0`�����'),('7<L�U3�9�TU�3Əs','wp-content/plugins/wordfence/js/admin.ajaxWatcher.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4B;0��f�=Si�6'),('7C��oG�l oi��:w','wp-content/themes/wanderfuls/images/ctas-theme.jpg',0,'ĉ�_[��TWl��X��/','ĉ�_[��TWl��X��/'),('7MH��g�\0)BL�s;','wp-content/uploads/2015/11/Sandy-Desert-Cactus-Centerpiece-300x300.jpg',0,'�+�ؿQ{�Tmm_2�0','�+�ؿQ{�Tmm_2�0'),('7S����=Z����YY','wp-content/uploads/2015/10/For-Marion-and-Ednas-50th-wedding-Anniversary-we-used-a-mixture-of-long-and-medium-white-pom-pom-favors-with-gold-tassels..jpg',0,'�Gx�| ��V�zC','�Gx�| ��V�zC'),('7cc�qB����mk�','wp-content/uploads/2015/10/Presidents-Club-annual-dinner-with-Wanderfuls-centerpieces.-150x150.jpg',0,'\"hj|j�1�R���n�','\"hj|j�1�R���n�'),('7h׶`�4f==��T4','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-chooser-1-light.png',0,'\nR)�V��B�r��','\nR)�V��B�r��'),('7u*5y�C�g��2�/�','wp-content/plugins/backupbuddy/controllers/pages/server_info/remote_sends.php',0,'X1���1b{�C�^�X','X1���1b{�C�^�X'),('7|.��U���2P���<','wp-content/themes/wanderfuls/css/ilightbox/light/arrow-prev-icon-ie.png',0,'�5�ϐ�;O������','�5�ϐ�;O������'),('7|oOU���z\0Ef���','wp-admin/network/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"?}R2{8\\��?R�'),('7�?���.,�}�E��','wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_flic.png',0,'8����.�1\n��8x�','8����.�1\n��8x�'),('7��A�`�|\'�2`5�=','wp-content/plugins/contact-form-7/includes/config-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���$�1�X~]�����'),('7���N}g����1	e','wp-content/themes/wanderfuls/style.css',0,'�@�u{���b�@','�@�u{���b�@'),('7�S�.4A�&ֺ��/2','wp-content/uploads/2015/11/Hippie-Tie-Dyed-Peace-Fingers-Centerpiece-300x300.jpg',0,'d���Eb���hc�\\�U�','d���Eb���hc�\\�U�'),('7��+�8�d�c��@$','wp-content/plugins/wordfence/images/flags/sl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��B`u�,&$��1'),('7�%Wy~׹P?�x��','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lzV6`wmZBs���'),('7��O+�����Nj\'n','wp-includes/js/mediaelement/bigplay.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tl:��E��9�n^���'),('7�a\\%\n���Å��/','wp-content/plugins/w3-total-cache/lib/W3/Cdn/Mirror/MaxCDN.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+&t,E���Cuҧ�$=Y'),('7�c�¢)��S�eb�','wp-includes/js/jquery/ui/menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�Y����-�9|�l�>�'),('7�c�.$P!�\"�򹚆','wp-content/plugins/wordfence/images/sort_desc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���j��_�ˊR�2'),('7�7�{[���&�~KņS','wp-content/plugins/backupbuddy/destinations/dropbox/_configure.php',0,'^�?�\n>5 D:�k','^�?�\n>5 D:�k'),('7���\n ���0.`�','wp-content/plugins/backupbuddy/controllers/pages/_migrate.php',0,'����k�yG2\'C���','����k�yG2\'C���'),('7�&����O׽U*�}','wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php',0,'�����A�0�0=�z��','�����A�0�0=�z��'),('8\0hѷsc�)Mv�.','wp-content/plugins/revslider/admin/assets/imports/photography-carousel/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('8}�㏤�Yu1&�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/init_global.php',0,'НW(������1YՓ','НW(������1YՓ'),('8���H��w��SR�','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_raw_js.less',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('85����3�濎I�n`','wp-content/plugins/w3-total-cache/lib/W3/ObjectCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B(���؄�\0ݒAf'),('8=�I��a�%��k�~�','wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�葤;�TA���ǟ�G�'),('8?�\n_��5�Z7�','wp-content/themes/wanderfuls/framework/classes/widgets/video.php',0,'�%����ڶZr�F��c','�%����ڶZr�F��c'),('8E[n�U��}�/','wp-content/uploads/2015/10/Sunday-Bouquet-150x150.jpg',0,'8��밝$5\"(~V*,5�','8��밝$5\"(~V*,5�'),('8E�sH�|J*�� IJ','wp-content/uploads/2015/10/Red-White-300x211.jpg',0,'�C �.e����','�C �.e����'),('8H�e�B�i\nf7���MA','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/ajax.php',0,'���>��Sz*��','���>��Sz*��'),('8S�>\\�?B\\P�?�}�','wp-content/uploads/2015/11/new_year_lg-150x150.jpg',0,'�-�[���1O�$','�-�[���1O�$'),('8X�ȼk�ށ���~�H','wp-content/uploads/2015/11/white.jpg',0,'�i^R����\'���@\Z','�i^R����\'���@\Z'),('8m�Ř���F�]=r�\\','wp-content/plugins/backupbuddy/destinations/gdrive/init.php',0,':�Ҡ�8F����b�\'',':�Ҡ�8F����b�\''),('8s��n�G�/��(��','wp-content/plugins/js_composer/assets/less/lib/wpb_icon.less',0,'��j�!���4�R;\Z�5�','��j�!���4�R;\Z�5�'),('8y�̸0Q�\0���\\�ǁ','wp-content/uploads/2015/11/metallichotpink-wand.jpg',0,'��q�|�^�쨰~ɥ�','��q�|�^�쨰~ɥ�'),('8~g�=�oF���','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/OAuth.php',0,'cu�Qg���o����','cu�Qg���o����'),('8�F�@�y���S+2�','wp-content/themes/wanderfuls/css/ilightbox/metro-white/play-hover-icon-64.png',0,'�P�~hC\"�5��+�\'','�P�~hC\"�5��+�\''),('8�R6�DH��q�-{�:`','wp-admin/includes/translation-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j��U�+9�\0�.v�$�'),('8�)�bH����K��Y�B','wp-content/uploads/2015/10/old_candy.jpg',0,'��oX%�B<�ܟ����','��oX%�B<�ܟ����'),('8�@)��6yg[y�sQR','wp-admin/css/deprecated-media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�]�J��\n�dmzo'),('8��@e_dBB����','wp-content/themes/wanderfuls/search.php',0,',��%���Y�нg���',',��%���Y�нg���'),('8�\r����[|�)�M��_','wp-content/themes/wanderfuls/images/social/vimeo.png',0,'i�&@��D*��l��\\','i�&@��D*��l��\\'),('8��\Z�3sl����]�','wp-content/plugins/backupbuddy/js/rollbackEvents.js',0,'}�Q�H>X$}�\"S��','}�Q�H>X$}�\"S��'),('8��@�C_#�j;�#�','wp-content/plugins/w3-total-cache/extensions/FeedBurner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#ހ-�x=��WS�f`'),('8��.�dq��o8�\'I�','wp-content/plugins/backupbuddy/js/jquery.leanModal.min.js',0,'zb3����B[&�\r��','zb3����B[&�\r��'),('8��!�an�8{@��~','wp-content/uploads/2015/11/Casino-Spade-Centerpiece-Can-also-be-made-with-a-club-heart-or-diamond-300x300.jpg',0,'r�$#VnK�Gm���','r�$#VnK�Gm���'),('8ÛZE�Q$}UP�T��','wp-content/plugins/wordfence/lib/wfCrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L���U/�m`A\Z'),('8�H\Z�7���`���','wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php',0,'�rUD�P��e�0�e줓','�rUD�P��e�0�e줓'),('8���F�g�s8�\Z�','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php',0,'.��H�H�?�ޥ�;7u','.��H�H�?�ޥ�;7u'),('8ή-�r�+E�&U�8','wp-content/uploads/2015/11/Thanksgiving-Turkey-Centerpiece-150x150.jpg',0,'�p|$Qgh�>0E4��','�p|$Qgh�>0E4��'),('8��������Yua�','wp-content/uploads/2015/11/Las-Vegas-City-Sign-Centerpiece-262x300.jpg',0,'^r����XC�U\\(D�','^r����XC�U\\(D�'),('8ܞt��\Zw�Nxa��','wp-includes/class-wp-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�{�y�iZ\'��#g'),('8�T~³�צ��wX','wp-content/themes/wanderfuls/vcex_templates/vcex_feature_box.php',0,'�;���	��ic\n_','�;���	��ic\n_'),('8�Q4.�9�g�_Qa�	','wp-content/uploads/2015/10/Lavender-White-300x267.jpg',0,'~�\r��!R�._����0','~�\r��!R�._����0'),('8�U�lag��k��Y6�','wp-content/plugins/wp-fastest-cache/css/buycredit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FbǦI\'ET3��A��'),('8�/mǵ��P�p�sv','wp-content/plugins/revslider/admin/assets/css/tipsy.css',0,'�L�1�=\\���	���!','�L�1�=\\���	���!'),('9�\r5\'X���>?�','wp-includes/js/customize-preview-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�2��Ў8��D�'),('9\rP>�@т�2�	���','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/opacity.less',0,'��-���jKx��w�s','��-���jKx��w�s'),('9)�΀��HN�����','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/login-form.png',0,'T�Pa3�r�^���96','T�Pa3�r�^���96'),('9ψ[�1d{���@','wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ly�����k�(\r|'),('9̰���Zz%��u?�','wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php',0,'q-y��\0����O���','q-y��\0����O���'),('9 ��_䐡Ad��_�','wp-content/uploads/revslider/templates/cardealership/slide4.jpg',0,'˴~$��6�!Zc���','˴~$��6�!Zc���'),('9!a��L��O�N��!�','wp-content/plugins/js_composer/locale/js_composer-cs_CZ.po',0,'r��Khʼn��d�.��','r��Khʼn��d�.��'),('9$bc�X&��ɂ��q�','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/APC.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o8�ܡ3��\'ؗ��'),('9(x��H �Aq�D��','wp-content/themes/wanderfuls/vcex_templates/vcex_login_form.php',0,'���5�}��1|�pV�','���5�}��1|�pV�'),('91Q H�G\Z��t��','wp-content/uploads/2015/10/Waldorf-Astoria-Women-of-Valor-event-with-white-and-gold-Wanderfuls.-150x150.jpg',0,'|ԥn^��|��k�D','|ԥn^��|��k�D'),('96Y�������H�','wp-content/uploads/2015/11/Wild-West-Cowboy-Boot-or-Cowgirl-Boot-150x150.jpg',0,'�\0G�����H���','�\0G�����H���'),('97*SNh���g�%X�','wp-content/themes/wanderfuls/css/ilightbox/metro-white/caption-bg.png',0,'\\���f�6�t�\\\Z�','\\���f�6�t�\\\Z�'),('97��b�S2Sq樓','wp-content/plugins/wp-fastest-cache/images/loading-circle.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IL��f��{o�>0��'),('9:��d�o\n��p`Ry��','wp-includes/js/tinymce/langs/wp-langs-en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�tS�uc�.k�7a7'),('9=\'�l+T[�,b��u�','wp-content/uploads/2015/11/orange-wand.jpg',0,'zL�5��e}�Q�Ը��','zL�5��e}�Q�Ը��'),('9HB\"��+8v�g_�g','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/bullets.php',0,'�C�›�����}R&','�C�›�����}R&'),('9\\�l|@v����ٲ�','wp-content/plugins/js_composer/assets/vc/atm_controls.png',0,'İ�R�BG�h��&�i�s','İ�R�BG�h��&�i�s'),('9vz������9�\rv�','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php',0,'�R0?�p��[/q��W]�','�R0?�p��[/q��W]�'),('9w^v�z�� S3��!�','wp-content/plugins/revslider/admin/assets/images/toolbar/droplet_white.png',0,'�xiz6�x~P�հ0P˂','�xiz6�x~P�հ0P˂'),('9zCvveUƼٯ�\n','wp-content/plugins/backupbuddy/controllers/ajax/deploy_status.php',0,'��t�[��Zf&�Tį','��t�[��Zf&�Tį'),('9}{�c�;ˣ�� ���e','wp-content/uploads/2015/11/babyblue.jpg',0,'/���Vlk-��[8���','/���Vlk-��[8���'),('9�} B^��?	�\"�','wp-includes/script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�C�zc��5M���^}�'),('9����m��>t��\\�','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_animated_block.less',0,'@j�G���\r����0϶','@j�G���\r����0϶'),('9�-\0��\\��;�I��','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/authentication/signature_v2query.class.php',0,' B��YZ���o�B',' B��YZ���o�B'),('9���i��Jw:}��','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png',0,'\'$b�3��r>�y���','\'$b�3��r>�y���'),('9�\r{����3���x�','wp-content/uploads/2015/10/Mostly-Pink-150x150.jpg',0,'����L~a��뇹','����L~a��뇹'),('9�OB^ˆ�1��K','wp-content/themes/wanderfuls/css/ilightbox/smooth/preloader.gif',0,'H��T�Lt��N|','H��T�Lt��N|'),('9ՍҢ��9��d\r�Y','wp-includes/ID3/license.commercial.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;g��J�g����xA�'),('9��H�M%j�&�u','wp-content/plugins/contact-form-7/includes/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�5sq!A�C�U����'),('9��)ubp6���-	|�','wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','荹�c�gV�;@�'),('9��s�3�SZ,p�8g','wp-includes/images/media/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��s��0�ȝ�Q�K'),('9�+��{6sN8�1�9�','wp-content/plugins/revslider/admin/assets/images/toolbar/in_white.png',0,'����^�甝w�a)?j�','����^�甝w�a)?j�'),('9���9S����{	;�','wp-content/uploads/2015/10/Almost-White.jpg',0,'pU>�c|W���Y)2','pU>�c|W���Y)2'),(':%`Qa\'a��.�Z|','wp-content/uploads/2015/10/A102BKPKXXXXXXXX550LPBKXXMSXXXXXXXXXXSLSL.jpg',0,'�^�f�zf�c��+F(�','�^�f�zf�c��+F(�'),(':{���{7�9����','wp-admin/link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c���Na�b���d'),(':�|L�H6(��c�g��','wp-includes/ID3/module.audio.ogg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{܁:�_���Գ}<�'),(':\"�����i(��2Xr�','wp-content/plugins/js_composer/include/params/hidden/hidden.php',0,'`��V:��n����c\\','`��V:��n����c\\'),(':\"��̏%^�@�j�<','wp-content/plugins/wordfence/images/flags/ga.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���E��d\Z����'),(':(��Z������3^','wp-content/plugins/js_composer/assets/less/shortcodes/vc_call_to_action.less',0,'~�>1v|��fŞ���','~�>1v|��fŞ���'),(':5O�HU&Ec~��;��','wp-content/themes/wanderfuls/single-standard.php',0,'���$�l�-��?�','���$�l�-��?�'),(':7F��VB\nbF�Jri)','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php',0,'�9��4�<���','�9��4�<���'),(':9e�X��mĉ�EFZ~','wp-content/uploads/2015/11/celedon-wand-150x150.jpg',0,'�~��������B���','�~��������B���'),(':<�$��0,w\"&e({','wp-includes/class-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��/^EMVۃ'),(':Cc*���-�|a4��','wp-content/plugins/wordfence/images/flags/uk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(1�l������fB��'),(':D�J�$�h��Dž\r�','wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�M�d�b�$(�'),(':L�n�������E�2','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_a.less',0,'\r��&�[��+��\0�','\r��&�[��+��\0�'),(':V���џ��u�o��','wp-content/uploads/2015/11/metallicburgundy-wand-150x150.jpg',0,'������J���rf�P','������J���rf�P'),(':X�{T�h�.g%!K�','wp-content/uploads/2015/11/Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece1-300x300.jpg',0,'Q=;��W���Ɍ��','Q=;��W���Ɍ��'),(':Z�W��_�*�if����','wp-content/plugins/wordfence/images/flags/pn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�;�;�N���n䩘'),(':l��l����G��)','wp-content/plugins/contact-form-7/includes/js/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Fp�����y�լ#�K'),(':mwvK\r�����Z��~','wp-content/plugins/wordfence/images/wordfence-logo-16x16.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�~F,�N8z����O2'),(':pU?0�QeҚ;�F�[','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Cache/Null.php',0,'.��N�.��&��~p�\Z','.��N�.��&��~p�\Z'),(':r�\Z��z�%�rt�','wp-content/plugins/backupbuddy/lib/xzipbuddy/zbzip.php',0,'\n�(��ߴ�G+��','\n�(��ߴ�G+��'),(':����ґ�d~y�','wp-content/uploads/2015/10/Clipboard021.jpg',0,'J�p!�����uWWB','J�p!�����uWWB'),(':���%H`!���\r�Z','wp-admin/js/media-gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�� Ғ�����n'),(':�3����Ig-�qP','wp-content/plugins/w3-total-cache/lib/W3/AdminActions/CdnActionsAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��`�Gt¯P�G1'),(':��s��z���z��','wp-content/uploads/2015/10/girlandivorylarge1-250x219.jpg',0,'b\ZW�?��#I�F$v;','b\ZW�?��#I�F$v;'),(':��?=�yJ�.�I��D','wp-content/plugins/js_composer/locale/js_composer-zh_TW.mo',0,'d�\0I�?�}�dNw�','d�\0I�?�}�dNw�'),(':��I%zh�+|�','wp-content/plugins/js_composer/assets/less/shortcodes/vc_zoom.less',0,'��!M`�,�K��qR','��!M`�,�K��qR'),(':��5u��~��e�{�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Exception/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),(':�4�T]�!�58','wp-content/uploads/revslider/templates/duotone/slide4.jpg',0,'����PR f7�!�N�','����PR f7�!�N�'),(':�t�����)��<u�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php',0,'�\"�^Ї�RQU �@�2','�\"�^Ї�RQU �@�2'),(':�]A�:帮_	��N$�','wp-content/uploads/2015/10/Multi-Colored-Pastel-Centerpiece-brBrann-from-Tennessee-150x150.jpg',0,'�%�&�fb�O�Ƿ��r�','�%�&�fb�O�Ƿ��r�'),(':߶�PIX�]o���1','wp-content/themes/wanderfuls/vcex_templates/vcex_heading.php',0,'ᔗP��D�ѯl v�|','ᔗP��D�ѯl v�|'),(':���Zdc���;\"G\\','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/requestcore/cacert.pem',0,'��w.��:��h�l�M','��w.��:��h�l�M'),(':���ڴ�+�M�֒��','wp-content/uploads/revslider/templates/imagegallery/slide8.jpg',0,'E��^/�H��Jϓ���','E��^/�H��Jϓ���'),(':�Xqݝ�J\\�5P�4','wp-includes/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����1c~\'�dv�vHq'),(':�{_<��d�F8�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php',0,'�.B�X�W��3\":g�','�.B�X�W��3\":g�'),(':�6�M$��΢]�pm��','wp-content/plugins/wordfence/images/flags/im.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�K,}�����0R�s'),(':��(0�\r��d��','wp-content/plugins/w3-total-cache/lib/Minify/Minify/ClosureCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�HeT�;\ZۋMN��'),(':�ṇRM�ti#��=','wp-includes/images/media/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�taCA���.��Z�'),(';�l�[���ի�8@','wp-content/plugins/leverage-browser-caching-ninjas/css/stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ]���\Z�N\r�,��'),(';�b�fȖ0����x','wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vd��SfL��`���~'),(';\0�p��9=�٥�','wp-content/uploads/2015/10/A102AZLAXXXXXXXX100SLXXXXBPLAHPIWHPIWHPSL.jpg',0,'Q^#�g���h��? �','Q^#�g���h��? �'),(';L��pua_7�	i','wp-content/plugins/js_composer/assets/less/shortcodes/vc_call_to_action3.less',0,'�@��G�l3�5wQS��','�@��G�l3�5wQS��'),(';$�-�)�B�;bK�;��','wp-content/plugins/js_composer/include/templates/params/loop/templates.html',0,'J*u!�m�I۞�\0�RW ','J*u!�m�I۞�\0�RW '),(';/��<�!Oa�c��\Z','sizesNewWhite.swf',0,'c��˗Y!��A���H��','c��˗Y!��A���H��'),(';1ы#�Y_N��t�','wp-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y=���[J���mR'),(';<1���خ�����','wp-content/plugins/backupbuddy/pluginbuddy/images/minicolors/line.gif',0,'� �r��Z.�%�=','� �r��Z.�%�='),(';R�yh���RxK�\r','wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�T�2Aq]����4�'),(';X������r��P','wp-content/uploads/2015/10/Baenie-Baby-150x150.jpg',0,'I_��j?���Q��','I_��j?���Q��'),(';d\'xq�U԰pu=�.I','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/print.less',0,'3�����e7�~�œ','3�����e7�~�œ'),(';e��#�yS�J�?~{','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Net/SSH1.php',0,'\\�=12�����YY6/','\\�=12�����YY6/'),(';gx�@U��X4��!','wp-content/plugins/revslider/admin/assets/images/toolbar/conflict.png',0,'���(� ��5�<]�+','���(� ��5�<]�+'),(';v����0c���','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php',0,'�:���eW����r��','�:���eW����r��'),(';{@�U���u���}','wp-content/themes/wanderfuls/css/ilightbox/parade/alert.png',0,'w�#ʉ�\\^��~��4��','w�#ʉ�\\^��~��4��'),(';|�����ۻ��b#Y�','wp-content/uploads/2015/11/candy-jordan-almonds-300x61.jpg',0,'TA�5��1���C�*V�','TA�5��1���C�*V�'),(';�v|Qa�\\4�����','wp-content/uploads/2015/11/irridescentwhite-wand-150x150.jpg',0,'A�\0���S��_�e','A�\0���S��_�e'),(';��8��\r8C�܏�u�','wp-content/plugins/backupbuddy/pluginbuddy/images/twitter.png',0,'Չ�\r��|8��:','Չ�\r��|8��:'),(';�]wd��~;i��)\roh','wp-content/uploads/2016/01/girlandivorylarge2-287x170.jpg',0,'+��jC�g�9���','+��jC�g�9���'),(';����l�?[�wr��','wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php',0,'O[�W����Fl�T��&','O[�W����Fl�T��&'),(';��\"e@�y�Rh�Rp7','wp-content/plugins/backupbuddy/classes/deploy.php',0,'Z�G�+��\Z#l~�F���','Z�G�+��\Z#l~�F���'),(';�\'��~>��W��/','wp-content/plugins/w3-total-cache/inc/options/cdn/rscf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�4���-#��'),(';��D[�C����31','wp-content/themes/wanderfuls/framework/classes/sanitize-data.php',0,'�Es{p��_o�cWl?�','�Es{p��_o�cWl?�'),(';����j���vk��','wp-content/plugins/backupbuddy/destinations/rackspace/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),(';�R�q�UNٓ\'�V�z','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Exception.php',0,'�c,$�Tg!�lTb�','�c,$�Tg!�lTb�'),(';Ճ��K0�!���g','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7s�9�ITn_M�'),(';��İ�}��汤TW��','wp-content/uploads/2015/10/wands3-300x168.jpg',0,'i�|�E�*��~�Ptv','i�|�E�*��~�Ptv'),(';��r;lK�rȆF��','wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php',0,'x�H̛���Z�E\n','x�H̛���Z�E\n'),(';�-#n�9�|�?=��','wp-content/plugins/wordfence/images/flags/an.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ڇ��0sw�1�Z��'),(';�:��$m>�����r4�','wp-content/plugins/js_composer/include/params/column_offset/column_offset.php',0,'��\r~O|#�b.��','��\r~O|#�b.��'),(';�adɕR�Ef�Ǟ�','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/staff-grid.png',0,'�U\Z�V�8�G��nI','�U\Z�V�8�G��nI'),(';�Wct���*+��Br�','wp-includes/images/smilies/icon_surprised.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�r�����i\r�^@8��'),(';�����t���.Ϻ','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/authentication/signature_v3json.class.php',0,'�v9�S}Fw\Z��a�','�v9�S}Fw\Z��a�'),(';����*1\Zn��4�','wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����‚Wb���|0'),(';���vu%Kli�� �','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js',0,'�/禅����M��','�/禅����M��'),('<�w������\0A','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/resize.less',0,'��\'Y`�{L\Z�}k9Q','��\'Y`�{L\Z�}k9Q'),('<\'�`�5U�Ț9_E�r','wp-content/plugins/wordpress-seo/images/banner-configuration-service.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Pva[�tY��1:�@'),('<l���ÿM�1��','wp-content/plugins/wordpress-seo/deprecated/class-snippet-preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u*k��J�zB3��'),('<�R�u0.M�d�[QU','wp-content/plugins/backupbuddy/controllers/pages/_ms_import/_step2.php',0,'2kMRŶ3�IG�̀�','2kMRŶ3�IG�̀�'),('<�n~�L��M��r�','wp-content/plugins/wordpress-seo/admin/class-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��]�J!!�X{�K'),('<Ѿ�Iȫ�����','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ja.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_����\'[�\Zm��Ӈ�'),('<)D�]PWt���Ԑ','wp-content/plugins/revslider/admin/assets/images/imac.png',0,'\Z�&�d��Kʟ]�','\Z�&�d��Kʟ]�'),('<*���)�1Yg����','wp-content/plugins/wordfence/images/flags/tz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��#D���ft�>>'),('<0�CoZ���ete*��','wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php',0,'k��j��}�qO�Rq�','k��j��}�qO�Rq�'),('<1�+X,�������U	�','wp-content/plugins/revslider/admin/assets/js/codemirror/xml.js',0,'C��ݱ�v�(���搡','C��ݱ�v�(���搡'),('<>xP�������F�','wp-content/plugins/js_composer/include/params/css_editor/css_editor.php',0,'>�1]`�9������O','>�1]`�9������O'),('<E_�~���$0D','wp-content/plugins/js_composer/assets/vc/logo/64x64.png',0,'�`�6Y93\Z%e�i�','�`�6Y93\Z%e�i�'),('<F���Pz�22��~','wp-includes/js/imgareaselect/imgareaselect.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}(��()��3���󵕯'),('<L��[èt�<U�>+�','wp-content/themes/wanderfuls/partials/blog/media/blog-single.php',0,'ܤC:��~/&E�I]�.','ܤC:��~/&E�I]�.'),('<U�C�.;%�@Y^','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-run-backup.php',0,'x���n}��#\'��','x���n}��#\'��'),('<Y[��C(`����','wp-content/plugins/backupbuddy/controllers/pages/server_info/server.php',0,'�0,��ý�{g�\\Xq�','�0,��ý�{g�\\Xq�'),('<_�ְo�O9\\��','wp-content/plugins/revslider/admin/assets/images/toolbar/tiled-lightgrey.png',0,'O�[z�d�Wt��0lQ{','O�[z�d�Wt��0lQ{'),('<fd!>��=l� W�^�','wp-content/uploads/2015/10/Pink-Gumballs-150x150.jpg',0,'��5\r(���\'��9�','��5\r(���\'��9�'),('<l�v��1����?�V�','wp-content/plugins/js_composer/include/classes/settings/class-vc-automapper.php',0,'��4$�\rӐB��×Z\'9','��4$�\rӐB��×Z\'9'),('<oߜ0�|,Vl�pXx','wp-content/plugins/revslider/admin/assets/images/sliderselector/type_carousel.png',0,'���|�2N�\n�A�9','���|�2N�\n�A�9'),('<q�-���h��\n~�}�','wp-content/uploads/2015/11/pink-wedding-table-centerpiece-300x218.jpg',0,'�����RV��_�v�R','�����RV��_�v�R'),('<}0�c\n�h���R���','wp-content/plugins/w3-total-cache/lib/W3/Cache/Apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֓�eX�+/��ێé'),('<}?��7ʼ�-�� ','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Exception/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('<�/��w����@��.5','wp-content/uploads/2015/11/bar_mitzvah_lg-300x259.jpg',0,'��n2y?sZb?�d�Mg','��n2y?sZb?�d�Mg'),('<��9�u�j����!�$','wp-admin/css/install.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��?�b5<\0���v��'),('<��Ks�����CM-�','wp-content/uploads/2015/10/home-gallery-5-large.jpg',0,'�a��q�zq�	+[�u','�a��q�zq�	+[�u'),('<�&w5�i�B�s��','wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�׫�~��x�lf'),('<���#��~ܖJ��','wp-content/uploads/2015/11/emerald-wand-145x300.jpg',0,'Z��6@�=��9@�oY','Z��6@�=��9@�oY'),('<�\0q/*�9��R��','wp-content/plugins/w3-total-cache/inc/popup/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('<��*�1%�Gɫ��V9)','wp-content/plugins/revslider/public/assets/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('<�^�^�i6Ե�5��','wp-content/plugins/wordfence/images/flags/me.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zs��L5����U��ʢ'),('<��ä��o��oE��','wp-content/plugins/revslider/admin/assets/imports/classicslider/slide1.jpg',0,'��R;J�/F�U���','��R;J�/F�U���'),('<�׊Zpݰ��N)','wp-content/uploads/2015/10/rm5L_P3-300x252.jpg',0,';��+���tl���l=\'',';��+���tl���l=\''),('<�tZ\n�V;�ڐ&=z�','wp-content/themes/wanderfuls/bootstrap/css/bootstrap.css',0,'�ǟ�77C������','�ǟ�77C������'),('<�hj�	�4���4a�2�','wp-includes/js/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�ێ/���n�'),('<��u꿖\Zܜ��Y�^','wp-includes/js/tinymce/plugins/wpeditimage/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�v��N4�_�*'),('<�ʼ7(��\0�X���','wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/slide1.jpg',0,'�v%�PMq%�g��','�v%�PMq%�g��'),('=�Zz��FAn�[b�','wp-content/plugins/wp-optimize/languages/wp-optimize-ka_GE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{~Ɣ:��!�H�y2g�v'),('=���� �kt��n�','wp-content/plugins/backupbuddy/controllers/ajax/db_repair.php',0,'�F�f�[E&�z��3','�F�f�[E&�z��3'),('=9)���)�\\��','wp-content/plugins/wordfence/lib/wfGeoIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3(*\"�m�`>k��\Z��'),('=#c�U�������7x','wp-content/plugins/js_composer/assets/less/modules/vc_placeholder.less',0,'2�*g�Ԛ��F�Q�X�.','2�*g�Ԛ��F�Q�X�.'),('=$���0�a�T�X�','wp-content/plugins/backupbuddy/destinations/ftp/init.php',0,'�*$ߋĞ[~	�4���','�*$ߋĞ[~	�4���'),('=+:�$�|�i���I�','wp-content/plugins/revslider/admin/assets/images/toolbar/in_black.png',0,'��>���@\0��sT8��','��>���@\0��sT8��'),('=1+<5ù�[`��|B�','wp-content/plugins/backupbuddy/destinations/dropbox2/_configure.php',0,'3{�I��q��Z�mfD�','3{�I��q��Z�mfD�'),('=5��@N��%�m��d','wp-content/plugins/wordfence/images/flags/il.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UP��O\nFz����'),('=61�Z#�Y.�a��ZW','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/IdentityToolkit.php',0,'ހ� ��\Z��G�','ހ� ��\Z��G�'),('=7a��(y1y�ϛ���G','wp-content/uploads/revslider/templates/websitebuilder-footer/slide1.jpg',0,'����YK���ۭk/V','����YK���ۭk/V'),('=S�6�a��Xo�,�2','wp-content/plugins/wordfence/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�\\o��	��jk_'),('=W�4���7�Э�űq','wp-content/themes/wanderfuls/css/ilightbox/mac/alert.png',0,'w�#ʉ�\\^��~��4��','w�#ʉ�\\^��~��4��'),('=dX�b��ֈ~h.�WC','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Model.php',0,'�N�ܫ��6�5�,','�N�ܫ��6�5�,'),('=e���H6��^[J�D1','wp-content/uploads/2015/10/A102HUNAXXXXXXXX200GLXXXXMGNAMGMGHUMGNAGL-106x80.jpg',0,'�_�+����T�28���','�_�+����T�28���'),('=f�u�A><Th���@','wp-includes/js/jquery/ui/progressbar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�{��˚q��t	�'),('=x\n�h��5.l�_�,','wp-content/uploads/2015/11/coral.jpg',0,'�Lٜ���gAҲ\0�','�Lٜ���gAҲ\0�'),('={�1�߶��?ps','wp-content/themes/wanderfuls/framework/core.php',0,'�_��mW���50��','�_��mW���50��'),('=�`�N��l8YfQ��G�','wp-content/plugins/backupbuddy/images/buttons/grays2.png',0,'tMT����G�\n','tMT����G�\n'),('=��I6R�\nW���','wp-content/plugins/js_composer/assets/images/icons/chart-pie.png',0,';)St<�(\Z���\'	��',';)St<�(\Z���\'	��'),('=��;�8�N�.��E�3�','wp-content/plugins/wordfence/images/wordfenceFalconEngineSmall.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�*�f�&@7�=J'),('=�\Z9�����\n��}��&','wp-content/plugins/js_composer/assets/vc/row_layouts/12_12.gif',0,'�~�Б��{�bݵ���','�~�Б��{�bݵ���'),('=��k�[4��� ��=�','wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\rA�\'���'),('=�N ,Z/Z��/�\Z/','wp-content/themes/wanderfuls/css/ilightbox/dark/pause-icon-ie.png',0,'���V��2ĝ�9�','���V��2ĝ�9�'),('=�����u7��* �C','wp-content/uploads/2015/10/Silver-Rainbow-150x150.jpg',0,'C{��e��������','C{��e��������'),('=��x$�s!״���q','wp-content/uploads/2015/10/Baenie-Baby.jpg',0,'e�`S��g�Y��e�o','e�`S��g�Y��e�o'),('=�tk�����M�B*�<','wp-content/plugins/js_composer/assets/less/vendor/layerslider.less',0,'�HxQr>�� �E\'���|','�HxQr>�� �E\'���|'),('=ؒ|�6*�$��Jh��','wp-content/uploads/2015/11/Hollywood-Movie-Centerpiece-150x150.jpg',0,'dGo%�n�sG�.p�\r','dGo%�n�sG�.p�\r'),('=�ؘ���IF7�\\B*\"','wp-content/themes/wanderfuls/partials/portfolio/portfolio-entry-title.php',0,'�߯�b0��2|I6%u','�߯�b0��2|I6%u'),('=�kw����P��','wp-content/uploads/revslider/templates/cleannewsslider/slide3.jpg',0,'ZAlG��~&�ʒS','ZAlG��~&�ʒS'),('=�����=�	�‚��s','wp-content/plugins/revslider/languages/revslider.pot',0,'\"��t��)��?\"��','\"��t��)��?\"��'),('=�c��y�;�,a�kV','wp-content/plugins/js_composer/assets/less/popups/panel_post_settings.less',0,'��Zy�1�I*m_m�A','��Zy�1�I*m_m�A'),('=���>7d�N1�g','wp-content/plugins/revslider/admin/assets/imports/contenttabs/slide3.jpg',0,'F^l�$�&(�u�K@','F^l�$�&(�u�K@'),('>��\r_���;y��N','wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_style.less',0,'`��4=Z\Z*��2�','`��4=Z\Z*��2�'),('>󄺹}3:`�n����','wp-content/plugins/add-any-extension-to-pages/readme.txt',0,'����N�֌�G��E','����N�֌�G��E'),('>L~0;���h*:2�r0','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Prediction.php',0,'s�q�_#�䪣�\n=','s�q�_#�䪣�\n='),('>�=�^��N�s-�','wp-content/uploads/2015/10/black-gold-bar-mitzvah-150x150.jpg',0,'�Zv����N��7~z','�Zv����N��7~z'),('>$��0;B���[0�w8','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_facebook.less',0,'�p�f�qly�S��','�p�f�qly�S��'),('>$���A,�0Yil�\r�','wp-content/plugins/revslider/admin/assets/images/gridtile_white.png',0,'��Y\"����5�� ���$','��Y\"����5�� ���$'),('>.������s�m, ��.','wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�[������{�2'),('>=��+�	^SΉ��Fޯ','wp-content/plugins/wp-optimize/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ql�z7�U�Xt���'),('>?u\n���e��b','wp-content/plugins/w3-total-cache/inc/options/edd/buy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ln8�|s��;}�'),('>F�%���&7Ϗ�5�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/progress-bars.less',0,'�Y�σk�:K0���zE','�Y�σk�:K0���zE'),('>NaK�^�K��*���','wp-content/plugins/w3-total-cache/lib/W3/MinifyAdminEnvironment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q�HaUFБv�OI'),('>S�ze�r5.����','wp-content/uploads/2015/11/Patriotic-American-Flag-Fourth-of-July-Independence-Day-Centerpiece-262x300.jpg',0,'u\"枴�%�U��n?�','u\"枴�%�U��n?�'),('>hЩ�XX*�v1���','wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�n�$��h�Um,+;'),('>ql�+�m�\05Ħ\"�^','wp-includes/js/customize-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��=.r2��TM�'),('>q�\'/*��SK��','wp-content/plugins/revslider/admin/assets/imports/classic-carousel/slide5.jpg',0,'�){��q���1t4','�){��q���1t4'),('>t���\\9_�K�w�ھ�','wp-content/plugins/backupbuddy/images/filetree/picture.png',0,'�4�����*�{��','�4�����*�{��'),('>{��5e�*�>m�mcX','wp-content/uploads/2015/10/Purple-and-white-centerpiece-by-Wanderfuls-for-Judiths-Sweet-16-party..jpg',0,'3J�%,�K���+�','3J�%,�K���+�'),('>��X�\r�b��ڟ�$W','wp-includes/class-wp-image-editor-gd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ZmS�6���wε'),('>��t�\"Tַk(!O','wp-content/plugins/js_composer/assets/less/modules/vc_welcome.less',0,'ux�O{����ikME�','ux�O{����ikME�'),('>�3�0� ֎�C�U�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_HttpRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O`�C�GR&���\ns'),('>�˾Q\"<�1s1�ҹ�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�8*TgTb��ϩW'),('>�S$�\'�\nW���c�','wp-content/themes/wanderfuls/css/ilightbox/metro-black/arrow-next-icon-ie.png',0,'\\$�y+c�\0�F�T�p','\\$�y+c�\0�F�T�p'),('>�p#m�o�p[\n�	��','wp-content/plugins/backupbuddy/pluginbuddy/images/pluginbuddy.png',0,'��j��T�\0�d�R�','��j��T�\0�d�R�'),('>����:�y��5�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Provider/Exception/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('>�| �x����>M��','wp-content/plugins/w3-total-cache/lib/W3/Plugin/ObjectCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*nRSa}� (�E���\'�'),('>�̨k��o\\6ӫ','wp-content/plugins/js_composer/include/classes/core/class-vc-base.php',0,'��ʋ��D|gAg��\'F','��ʋ��D|gAg��\'F'),('?Sy[=��y��g��','wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-core.less',0,'�%�K��o��x�}��L','�%�K��o��x�}��L'),('?������LCq`c�>�','wp-content/plugins/js_composer/assets/lib/bower/chartjs/README.md',0,'�_V�7�x���rȧh�','�_V�7�x���rȧh�'),('?!�(�0�@q����M','wp-content/uploads/revslider/templates/r_products/slide2.jpg',0,'���H�-��έg�yl','���H�-��έg�yl'),('?2yT!s|��t��u}','wp-includes/random_compat/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P<!�=�-�f��aDh�'),('?5����g�-7�9��','wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_inst.png',0,'�W�0�x_ڶB�|�\\','�W�0�x_ڶB�|�\\'),('?X\\�mf��ڕڣ�g','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9-��U=��zO��r�g�'),('?Y9o)g�b�X���PS','wp-content/uploads/2015/11/Tropical-Caribbean-Fish-Centerpiece-150x150.jpg',0,'��\\�JA��\nF�.�\n��','��\\�JA��\nF�.�\n��'),('?Yv�q_����ۮXO','wp-content/plugins/wordfence/images/sort_both.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�B�Qx�SV.D'),('?]�P�.��1����2b','wp-includes/js/tinymce/plugins/textcolor/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rr���gw�d\"���'),('?j�L[��KAL�o�','wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\n�7uA͑>�'),('?�#���6���@�6%','wp-content/plugins/js_composer/assets/less/params/hidden.less',0,'}�y*��Q�tơ�C','}�y*��Q�tơ�C'),('?�b�U�,I�������','wp-content/plugins/wordfence/images/flags/scotland.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y5��bG���&'),('?��P{�T?�_����','wp-content/uploads/2015/10/White-and-light-green-bridal-centerpiece-for-Tim-and-Joans-winter-wedding.-150x150.jpg',0,'��J�0eǚHG!�D','��J�0eǚHG!�D'),('?��7���6-�j��+','wp-content/plugins/revslider/admin/assets/images/add_template.png',0,'$U_�O9�����}⧄','$U_�O9�����}⧄'),('?��J^��\Z�1�o�','wp-content/plugins/revslider/admin/assets/images/tooltips/slide_placeholder_cut.png',0,'�e\rk?�\Z��3�3��','�e\rk?�\Z��3�3��'),('?�$ O���;�>ե�','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')e��f�#�`P�~7�n'),('?�M�����ۿ�','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png',0,'��VW@��ʲ?�y���','��VW@��ʲ?�y���'),('?�ǒ�cܬ*9��','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php',0,'�5�Z�t	zZX�4S','�5�Z�t	zZX�4S'),('?�PU���(�S��+&3','wp-content/plugins/w3-total-cache/inc/functions/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�\Z^RÑ�td�6Cs'),('?��s��ףCOQ�\\�<�','wp-content/themes/wanderfuls/partials/password-protection-form.php',0,'�P�m�;��� ���g�','�P�m�;��� ���g�'),('?��mf��\\�-�h�8T','wp-content/plugins/wordfence/images/flags/rs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nP�e�\Z��S<�_�'),('?Ι�q���`�W�>��','wp-content/plugins/js_composer/include/templates/editors/popups/panel_edit_layout.tpl.php',0,'��8�����t�,g�`�','��8�����t�,g�`�'),('?�z�O{9�&�~=v�','wp-content/plugins/wordfence/images/flags/ma.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�~ɢ̓PxU��'),('?�����e��O���\\','wp-content/uploads/2015/10/Purple-themed-outdoor-party.jpg',0,'���=\"��?��%��)l','���=\"��?��%��)l'),('?Ԃ������?o}���','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php',0,'@%�A��F\\;�]�`*','@%�A��F\\;�]�`*'),('?�\'�`7��wi�P�','wp-content/uploads/2015/10/Black-Gold.jpg',0,'��Ҹ�;�Cn�3�\n�lD','��Ҹ�;�Cn�3�\n�lD'),('?��:�}����gȼD�','wp-content/plugins/w3-total-cache/extensions/CloudFlare.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gU_�H��$*�w�a'),('?�G�=�1�iE','wp-content/plugins/backupbuddy/destinations/gdrive/Google/IO/Abstract.php',0,'5�y���X�T�5��1','5�y���X�T�5��1'),('@�O����1��NL(','wp-content/themes/wanderfuls/languages/en_US.mo',0,'����yf�(.̤Sp�','����yf�(.̤Sp�'),('@��Ut�8 2�7>�#�','wp-content/themes/wanderfuls/css/ilightbox/parade/buttons.png',0,'���O�\r�47�if�+','���O�\r�47�if�+'),('@Q��ޭ�ŭ^\0Nƶ','wp-content/plugins/w3-total-cache/lib/W3/UI/SupportAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�\\`b�\0H�*S�7�'),('@	�9�g�F/�e	','wp-content/uploads/revslider/templates/r_products/slide3.jpg',0,'�J+��m��a*�^�E�b','�J+��m��a*�^�E�b'),('@2�P��aɈ1����','wp-content/uploads/2015/11/lavender-wand.jpg',0,'�z���s~�ca�e3�&','�z���s~�ca�e3�&'),('@��`�u���f���\'�','wp-content/plugins/wordfence/images/flags/tg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�t�o���^��h�'),('@\"�`UxM�1D�����','wp-content/plugins/backupbuddy/destinations/s3/_configure.php',0,'���.�}yHq�ʐ���|','���.�}yHq�ʐ���|'),('@$\"�\r�f(7��U&','wp-content/plugins/wordfence/images/flags/mr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�{����m�\\�x'),('@%���%q�\"4.}e0�\r','wp-content/plugins/backupbuddy/lib/updater/server.php',0,'UXrW��Y\"G ���','UXrW��Y\"G ���'),('@5��R~��\Z�\rZMR','wp-content/plugins/backupbuddy/destinations/dropbox/icon50.png',0,'�x�9�9V�?��z','�x�9�9V�?��z'),('@>k/�ur\'��2�','wp-content/themes/wanderfuls/css/ie8.css',0,'�M�J�G��Z����p~','�M�J�G��Z����p~'),('@G ��g�r�S5���y','wp-content/uploads/2015/11/quinceanera-party-300x218.jpg',0,'Wf��%���	�����J','Wf��%���	�����J'),('@Pv�&��3��iz<��','wp-content/themes/wanderfuls/js/lib/scrolly.js',0,'���p4��oz��J�S','���p4��oz��J�S'),('@V�$�K���<�1*�','wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E�����ޒ@*�'),('@a���bx�t���.�','wp-content/plugins/w3-total-cache/lib/W3/Widget/Forum.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m>8@{Zz\\.:W��'),('@b�Hf�Q�\"$��S','wp-admin/js/press-this.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�\n�}x-N8�,�c)'),('@jF1����b�ªW��','LBCachingNinja_install_backup1454917671.htaccess',0,'�*��f�K�9ݿ��Ҍ','�*��f�K�9ݿ��Ҍ'),('@k/�����I�?T,','wp-includes/js/jquery/ui/datepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�⊮4�z�`M'),('@o}��φۍ�t�V','wp-content/uploads/2015/10/Aarons-Bar-Mitzvah-centerpieces-which-included-cards-with-photos-and-facts-about-various-animals..jpg',0,'?�-cQ%�L�� r�H�','?�-cQ%�L�� r�H�'),('@��̘9�#�L�y(��','wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��b�·*L���[��'),('@��\"C��ѕ�˂=','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/pages/default.php',0,'��;y�>ea)r��sq','��;y�>ea)r��sq'),('@�(��i�c�','wp-content/uploads/2015/11/designtoolssmall.jpg',0,'rS�Qq��EL!LjI�','rS�Qq��EL!LjI�'),('@��*�M���#�p��\"','wp-content/uploads/2015/10/home-gallery-5-large-300x225.jpg',0,'��rG���>���','��rG���>���'),('@����\'B�4	h��N','wp-content/themes/wanderfuls/css/ilightbox/metro-white/arrow-next-icon-64.png',0,'�+�5����O�oL�}','�+�5����O�oL�}'),('@�\\r\rg�\'��gm#]','wp-content/plugins/backupbuddy/images/rawr.gif',0,'0)�!k�{_&+�','0)�!k�{_&+�'),('@���3)���-x��M��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��vx���i���I'),('@������F��','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/migratingDatabase.ejs',0,'	���\n�Bj���{���','	���\n�Bj���{���'),('@�XD\n�\nRN��t���','wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�9#�d�Y`	���'),('@�$��)�(6S�c)U^','wp-content/plugins/revslider/admin/assets/imports/classicslider/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('@�s�u��DR�>�SC�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php',0,'&��a�0�;{}�O','&��a�0�;{}�O'),('@�?���_�U�WS�','wp-content/uploads/2015/11/anniversary_lg-150x150.jpg',0,'ҕ6�^����;�|���','ҕ6�^����;�|���'),('@���j}�+�Kȥ','wp-content/uploads/2015/10/Blue-and-white-centerpieces-by-Wanderfuls-for-Toms-graduation-party.-300x218.jpg',0,'BFL \rB&�(�[5�2S','BFL \rB&�(�[5�2S'),('@�;5�X��V��O�Z','wp-admin/images/mask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g~�\"��J��䩎�'),('@�]��{Pي�	4ب\'�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Appsactivity.php',0,'�{��9�ݍU�B0�S4','�{��9�ݍU�B0�S4'),('@�m����O��W','wp-admin/admin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ld��`��%8/'),('@�t�R>G�Hh��ס','wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%gÜw��p�{Zٕ+'),('@�Ur�!��w)î','wp-content/plugins/revslider/admin/assets/images/icon_youtube.png',0,'�x�?O<�i��#�y˖','�x�?O<�i��#�y˖'),('@�N��� @��\r㮚�','wp-content/themes/wanderfuls/partials/overlays/plus-hover.php',0,'p���F���,7��o','p���F���,7��o'),('@�s�Z��^����q�v','wp-admin/images/media-button-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�WI��\\��?��'),('@��+�T΄\'����٤','wp-includes/ID3/module.audio.flac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�|��sq��;�'),('@��f�|�,?]]� �','wp-content/uploads/revslider/templates/websitebuilder-services/slide1.jpg',0,'c>���E+�����\ntw','c>���E+�����\ntw'),('A\0>_*����%�2�','wp-content/plugins/revslider/admin/assets/images/navigationeditor/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('A�N@��Q���T��','wp-content/plugins/backupbuddy/destinations/local/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('A�#\\?��� s\\#c','wp-content/plugins/backupbuddy/controllers/help/scheduling.php',0,'Æ#G�1\"DR;c�','Æ#G�1\"DR;c�'),('A�lA~i^����u�Ø','wp-admin/css/customize-nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�����:c�t���/\r�'),('A\r��(FL��(�çq�','wp-content/uploads/2015/10/home-gallery-3-large.jpg',0,'\Z�\n���HT�/��','\Z�\n���HT�/��'),('Az���֒�bV@^��','wp-content/plugins/backupbuddy/images/twitter.png',0,'Չ�\r��|8��:','Չ�\r��|8��:'),('AE���[�`����','wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��cU�\0�M̱��4wu'),('AE����;^��`���','wp-content/uploads/2015/11/Blue-Dolphin-Caribbean-Ocean-Centerpiece-150x150.jpg',0,'��ɰST�\n[s�[K�','��ɰST�\n[s�[K�'),('A!�m��\r��X�U�i','wp-content/uploads/2015/10/rm7L_P1-150x150.jpg',0,'�����h\"���O�Am�','�����h\"���O�Am�'),('A\"~ی5)��N�W�n','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�����<p�?\\�'),('A+��Y�o�w#E#�','wp-content/plugins/backupbuddy/controllers/ajax/remotesend_retry.php',0,'�EW�.��K4<^�oy�','�EW�.��K4<^�oy�'),('A2GD���̇w^�^\Z{�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y=b�XNʌ̀;\0'),('A8=d���2~��z٬','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-row-layout.less',0,'r�ke$$\\6�3�\rя','r�ke$$\\6�3�\rя'),('A=]X���c��҃\"�{','wp-content/uploads/revslider/templates/foodcarousel/slide7.jpg',0,'�M��U��R �g','�M��U��R �g'),('AJ�(��$�0ns�S�B�','wp-content/themes/wanderfuls/css/ilightbox/dark/arrow-next-vertical-icon-64.png',0,'�\\�J�#�L��	`���','�\\�J�#�L��	`���'),('AN�*��\0\rҌ����','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-icon-pixel.less',0,'k7��d�ͺȇ&V�D','k7��d�ͺȇ&V�D'),('A`0�OZB��ft��','wp-content/plugins/js_composer/assets/vc/fe/social/gp/small.png',0,'��w.E8��p[��:߫','��w.E8��p[��:߫'),('Aa>�1�MTQ\0h�I�','wp-content/themes/wanderfuls/partials/overlays/title-bottom.php',0,'��`��&:�a\Z�Z�','��`��&:�a\Z�Z�'),('Aa�@J������Ł�','wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"S�I�$�0DRj�*'),('Aex#I�#��U�ӇLL','wp-content/plugins/wordpress-seo/admin/pages/advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϛ��2�q\"���P�fD�'),('Aj��e��y4�]','wp-content/uploads/2015/10/Metallic-silver-and-maroon-centerpiece-designed-by-Wanderfuls-for-Ninas-retirement-party.-150x150.jpg',0,'�:��.J�(஍�u�','�:��.J�(஍�u�'),('AtJ�}}\0~K ���҈�','wp-content/uploads/2015/10/Multi-colored-centerpiece-for-Travis-and-Jennifers-spring-wedding..jpg',0,'��?��R��S�>�gR�','��?��R��S�>�gR�'),('A{&� ��V>��Νs','wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ψ�}6\0��#���?\\'),('A�bХ�H_�� �>�','wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/slide1.jpg',0,'���?�`�)S�w�W�_�','���?�`�)S�w�W�_�'),('A���lP	���Rx','wp-content/uploads/revslider/templates/duotone/slide3.jpg',0,'еn����@A��k~�#','еn����@A��k~�#'),('A�����	��O','wp-content/uploads/2015/10/Patriotic-Centerpiece-150x150.jpg',0,'l�P/d.�Qh��S�','l�P/d.�Qh��S�'),('A�-8��U~c�\0����','wp-content/plugins/contact-form-7/languages/contact-form-7-bg_BG.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L(\\\\�g���:�x y'),('A�����ϴ��#�_n�X','wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js',0,'l�G��TS鿷��G��','l�G��TS鿷��G��'),('A�[�cu�	�K�Y','wp-content/plugins/js_composer/assets/vc/row_layouts/14_14_14_14.gif',0,'�.��C�q�aUp/����','�.��C�q�aUp/����'),('A�`؉�`�F�p��*y','wp-content/themes/wanderfuls/languages/default.po',0,'������l�#���R�','������l�#���R�'),('A���S����w䋔�G','wp-content/uploads/2015/10/candy-other.jpg',0,'7���Sf�z�m`?�L','7���Sf�z�m`?�L'),('A¦x!c[������A','wp-content/uploads/revslider/templates/travel-static-captions/slide1.jpg',0,'^r�MKɲ��U\\�\"mo','^r�MKɲ��U\\�\"mo'),('Aػ#���\"���j�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zoo�>���Uw��(��'),('A�5�c�WWU�o�^','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/AdSense.php',0,'�S�Ə� E�.��L�U�','�S�Ə� E�.��L�U�'),('A�%>��$�i�E�T','wp-content/uploads/2015/10/Clipboard02.jpg',0,'�~���d�1F�y��X','�~���d�1F�y��X'),('A����|�I��e9','wp-content/plugins/wp-fastest-cache/css/fonts/flaticon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B=���-�M����'),('A�Pu0;��\"M���<�q','wp-content/plugins/js_composer/locale/js_composer-ru_RU.mo',0,'ㄻh�X�`����C�','ㄻh�X�`����C�'),('A�<��?�׎c�Q�','wp-content/plugins/wordfence/images/flags/je.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�;����O0]�4���j'),('B�}|)�(U�.\\�','wp-content/uploads/revslider/templates/fullscreenmenu/slide5.jpg',0,']�ܧ21�8Ē��wgh',']�ܧ21�8Ē��wgh'),('B&+:�⊚�g�W��','wp-content/themes/wanderfuls/bootstrap336/fonts/glyphicons-halflings-regular.eot',0,'�v���tf�e�9� F�','�v���tf�e�9� F�'),('BJ��O������z�D�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�Tַ�?*=቎v%'),('BQ�LIy�M�l�\"<7�','wp-content/themes/wanderfuls/partials/portfolio/portfolio-single-related.php',0,'�S0D���� BaR�','�S0D���� BaR�'),('Bc�L�f�A��j�J','wp-content/uploads/2015/10/coupon_004.jpg',0,'Sb�b���0$ ��٧�','Sb�b���0$ ��٧�'),('Bh�D�j7���̈́q�`','wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg',0,'oѶp$�����Dž�	','oѶp$�����Dž�	'),('Bv���@6������','wp-content/uploads/2015/11/African-Zebra-Centerpiece-262x300.jpg',0,'s\'��l�W|z�,&�','s\'��l�W|z�,&�'),('B{��iBzM�c����1','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/feature-box.png',0,'�p�Q��fe�WYk\0','�p�Q��fe�WYk\0'),('B��j�)��q�D�S','wp-admin/install-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dV�`����1&�\Zl'),('B�\0��4Y|�\n�A','wp-content/uploads/backupbuddy_backups/index.html',0,'�3B[*�ԖG:_����','�3B[*�ԖG:_����'),('B���:6S`�!�','wp-content/uploads/2015/11/black.jpg',0,'�i����^�ʉ��/2�','�i����^�ʉ��/2�'),('B�=|���a(��jTC��','wp-content/plugins/revslider/includes/framework/cssparser.class.php',0,'������qi����','������qi����'),('B��	���ǘ����','wp-content/uploads/2015/10/sweet16b3-150x150.jpg',0,'�Խ����\\���su_','�Խ����\\���su_'),('B�b7��؊��߉�r','wp-content/plugins/backupbuddy/controllers/ajax/destinationTabs.php',0,'�4�F�N=�}����@�','�4�F�N=�}����@�'),('B�J���XCݬ����','wp-content/plugins/revslider/admin/assets/images/install_slider.png',0,'?7��r-��T,�!���','?7��r-��T,�!���'),('B����Dz�T͡\r%�!','wp-content/uploads/2015/11/teal-white-birthday2-150x150.jpg',0,'������3�8>�Z','������3�8>�Z'),('B�7�1���e�t��d','dt_cl_client_ext2_m1.swf',0,'m�7:7���Pw�2���','m�7:7���Pw�2���'),('B��Y[c�E~�{���','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/authentication/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('B�(M�i�I����Ԭ','wp-content/uploads/2015/10/Blue-Rasberry-Sun-300x243.jpg',0,'=�{J<���zQ�R(','=�{J<���zQ�R('),('B����ԣ�3��\0�Au�','wp-content/themes/wanderfuls/vcex_templates/vcex_terms_grid.php',0,'~���F�XC���ym�','~���F�XC���ym�'),('B��9�gl���\r��','wp-content/plugins/revslider/admin/assets/js/codemirror/util/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('B�H�˷�M�Y�U6�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/js/nprogress.js',0,'\r\'2�M@�|m�9IA','\r\'2�M@�|m�9IA'),('B��r��x�k]�@v~','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/blog-carousel.png',0,'|jτs��x�[�-','|jτs��x�[�-'),('B�D�^�K�\n�c�j','wp-content/themes/wanderfuls/partials/staff/staff-single-content.php',0,'����}�qs�|���-�','����}�qs�|���-�'),('Bۀ\\{^#�V�-���','wp-content/plugins/revslider/admin/views/templates/template-selector.php',0,'\\�sa@o �9/�}�','\\�sa@o �9/�}�'),('C+a����5��	N��','wp-content/plugins/w3-total-cache/lib/W3/UI/ObjectCacheAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b���T�6M�En�$�'),('C\n�d��0�	ѴI3/\"','wp-content/plugins/js_composer/assets/less/shortcodes/vc_flickr.less',0,'\'�wL@8�\r�y�vD','\'�wL@8�\r�y�vD'),('Cwm�M ������','wp-content/uploads/2015/10/rm3L.jpg',0,'�/Tl�Z72G(��:t','�/Tl�Z72G(��:t'),('C�\\i���c8����','wp-content/uploads/2015/11/red-wand-150x150.jpg',0,'q�	y��7�Ǵ��ie','q�	y��7�Ǵ��ie'),('C�Jq�y��8l�2�','wp-content/themes/wanderfuls/vcex_templates/vcex_icon.php',0,'�k?�✘%{�|�:�p','�k?�✘%{�|�:�p'),('C���X�P1����','wp-content/themes/wanderfuls/images/patterns/wild_flowers.png',0,'��@�C��I�G�2:�','��@�C��I�G�2:�'),('C�2D:�#���(��','wp-content/plugins/contact-form-7/languages/contact-form-7-bn_BD.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?�p_1����`�;'),('CD�F8�v?6@�v�','wp-content/themes/wanderfuls/css/ilightbox/smooth/x-mark-icon-64.png',0,'4\Zqt0�g���2�T+','4\Zqt0�g���2�T+'),('CE�ę&�`5��ً�','wp-content/uploads/2015/11/Multi-Colored-Pastel-Centerpiece.jpg',0,'`�w{I4���]t�c','`�w{I4���]t�c'),('CJ���ZV���Ș�0','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-gsc-340.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*G��0ko�D�y\n'),('C[ݪ�R��Tkt����','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSSTidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�[�~�P\\̂0�'),('Ci5 �}u��h��;','wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php',0,'1�^[�4:�n�9�g:','1�^[�4:�n�9�g:'),('Cn3U�jY3��ڽ�=r','wp-content/plugins/revslider/admin/assets/images/slidebg.jpg',0,'X��i��vv	w}�R�H','X��i��vv	w}�R�H'),('Cn�l�3^�t�?','wp-content/uploads/2015/10/Clipboard021-150x150.jpg',0,'���$%��<U�w�ڳq','���$%��<U�w�ڳq'),('Cw<�bT���o�s^L4�','wp-content/plugins/js_composer/assets/less/params/param_group.less',0,'��l�uHA;���','��l�uHA;���'),('Czo~�筰�sZ����L','wp-content/themes/wanderfuls/css/ilightbox/dark/arrow-prev-icon-ie.png',0,'�̓^%�<���vd�','�̓^%�<���vd�'),('C�>]ptn��5W��\\','wp-content/themes/wanderfuls/framework/classes/gallery-metabox/watermark.png',0,'~�|\0&�:�\r�r�','~�|\0&�:�\r�r�'),('C��m0f�;Xތ�p:�','wp-content/uploads/2015/11/theme-mardigras.jpg',0,'	��\0N�W�/�_q�','	��\0N�W�/�_q�'),('C��\\���p?�۷�','wp-content/uploads/2015/11/Caribbean-Ocean-Fish-Centerpiece.jpg',0,'���H��~N�/083\Z','���H��~N�/083\Z'),('C�Ǎ*�q�I�ϳ��','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6L�2Ӳ�k�1:��B��'),('C���]��y��|��s','wp-content/uploads/revslider/templates/dark-fullsite-block-1/slide1.jpg',0,'\\+G�v/�Q�U\Z,`','\\+G�v/�Q�U\Z,`'),('C��:�\"�+t6U�3','wp-content/uploads/2015/10/home-gallery-4-large1-150x150.jpg',0,'�(n�@�?��\Z����d','�(n�@�?��\Z����d'),('C�ؚ�T�R�!vF{','wp-includes/customize/class-wp-customize-nav-menu-item-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\'���I�%�ꏣ9�}'),('C����U�`�XD','wp-content/uploads/2015/10/slide_006-100x50.jpg',0,'t���\"jK��T��-�9','t���\"jK��T��-�9'),('C���T�©�]*~�<�','wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php',0,'W>7��~�ӟ2�~N	A','W>7��~�ӟ2�~N	A'),('C�\"�@�7�t�','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S3\0ZN1��rb�dn'),('C��G��-{U�!S�y','wp-content/plugins/w3-total-cache/inc/functions/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��D�,C유?��D'),('C��f��ٚ�(;w\\\'','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�T�����q�M_���'),('D4�4v�>F@It��','wp-content/plugins/backupbuddy/controllers/ajax/deploy_confirm.php',0,']�8�Y#l)�t�\r��',']�8�Y#l)�t�\r��'),('Dm�\n��z�H��S���','wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'^c�s���D��3T\\'),('D\Z�v����Mv``\\�','wp-content/uploads/revslider/templates/duotone/slide6.jpg',0,'��G�@g�*@�Q�Ġ�','��G�@g�*@�Q�Ġ�'),('D\'�5�zD���3�;(','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Books.php',0,'s>��wWES�1��\\�','s>��wWES�1��\\�'),('D.��:�\0��S�R8','wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(k��Q����|$�4�'),('D6m�e�r{pK�O�','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�%���p�'),('D>�T�	?\n��l�\n','wp-content/uploads/2015/11/tangerine-wand-145x300.jpg',0,',����l�f���߯',',����l�f���߯'),('DG�_��P[5V����(','wp-content/plugins/backupbuddy/controllers/pages/rollback/_step1.php',0,'cy�j�?�g��lќ�','cy�j�?�g��lќ�'),('DI�o���^\0O}=0','wp-content/uploads/2015/11/jquery-1.js',0,'	.�V=�-ʂ�},���','	.�V=�-ʂ�},���'),('DLzQ��f~�2np_z�','wp-content/uploads/2015/11/60s-Hippie-Flower-Power-Peace-Symbol-Centerpiece-262x300.jpg',0,'=#��M�ʌ�K��u','=#��M�ʌ�K��u'),('DL�B�\'\\�0�n,','wp-content/uploads/2015/10/Navy-and-Ivory-with-Gold-Accentsbr-Madeline-from-Texas.jpg',0,'o�姄�Ʀߠ�IK�','o�姄�Ʀߠ�IK�'),('D^F2_<�9�\nV@','wp-content/plugins/js_composer/assets/less/lib/elements_icons.less',0,'V�:�Z�+�@�׎�|','V�:�Z�+�@�׎�|'),('Dr2WE�ߜ*Hj��<','wp-content/themes/wanderfuls/languages/de_DE.mo',0,'\r�i�5��M�\n��4��=','\r�i�5��M�\n��4��='),('Du���UZ�v��A�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-bg_BG.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܻ4�<棬�$oG@�'),('Dv�L�=��J�f9','wp-content/themes/wanderfuls/framework/config/wpml.php',0,'��O�9.M�i8�zA','��O�9.M�i8�zA'),('Dzޫ��ݖOM�����','wp-content/themes/wanderfuls/partials/portfolio/portfolio-single-gallery.php',0,'sy[���J�پ��_','sy[���J�پ��_'),('D��a�4 � ����\0a�','wp-content/plugins/contact-form-7/languages/contact-form-7-gu.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`���G�C(o'),('D����)ba�k��{��','wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vb�Z^%��5��ޅ'),('D��õ���Ta�','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0s$�H�����P>��M'),('D�Y�7a�u��6���G','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Coordinate.php',0,'�c��R�ؤ�v��','�c��R�ؤ�v��'),('D����ϽIB�ỿ>�','wp-content/themes/wanderfuls/framework/customizer/settings/staff.php',0,'����֒��MGf��}','����֒��MGf��}'),('D��d�V�~(cve�f','wp-content/uploads/2015/11/pink-favors-on-table.jpg',0,'�ֻ9��Y�ApR���','�ֻ9��Y�ApR���'),('D�M�5�F؄ �^]��=','wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/slide3.jpg',0,'S��a`Tc�\r˺$�mT�','S��a`Tc�\r˺$�mT�'),('Dչ�����$Oa����','wp-admin/css/colors/ectoplasm/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��BQ��,��f���\r'),('Dܹ�����g��lv�/�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-tr_TR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��ԏk�����-'),('D�vX���\n�� w��','wp-content/plugins/wp-fastest-cache/js/lang/cn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�h8s�ne�ku��4�'),('D�v#I<*�m@�����','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite.png',0,'�hm�H0M?�,��B�','�hm�H0M?�,��B�'),('D��5\n\'�\\��~W��','wp-includes/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FXB�+:�j9t�PT'),('E#���-v37�6�Ť','wp-content/plugins/wordfence/wordfence.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8��~ ��gM3'),('E&�ƿ��r��i˝Q$','wp-content/themes/wanderfuls/css/tb-visual-composer.css',0,'l�)\" ��V@Zh�v#','l�)\" ��V@Zh�v#'),('E,kOb����n�Ij','wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php',0,'����v)D��DžbB�#�','����v)D��DžbB�#�'),('E4��fu\r#R:k!jgh','wp-includes/js/wp-list-revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��OBy��MK�/�l'),('E7lu���1:N�/��<','wp-content/themes/wanderfuls/framework/hooks/partials.php',0,'�0����*H,�6E�8��','�0����*H,�6E�8��'),('E<V6;�N��K�_�lSk','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����]��qU?C����'),('EL/�ғ\Z��[����','wp-content/plugins/revslider/public/assets/assets/sources/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('E[\r������Ĥ���','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Diagnostics/ConfigurationPerformanceCounters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r[b<\0SAt�R'),('Eao�\rg��ܼ]�7�X','wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('Eb$��t;�v���','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/File/ASN1.php',0,'FY����v��f$\"�','FY����v��f$\"�'),('Eh�\0\0�C�y78[�^��','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-tabs-line.less',0,'1B��w6��>W��','1B��w6��>W��'),('Eh�������@aq��','wp-includes/session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z����������'),('Ej���Œ��i����R�','wp-content/uploads/2015/11/anniversary_lg.jpg',0,'���=\0��ܮ�]2','���=\0��ܮ�]2'),('E{��/�;[t�q��>\\','wp-content/themes/wanderfuls/vcex_templates/vcex_divider.php',0,'��sA�\'��9WEj�%','��sA�\'��9WEj�%'),('E��(�zRA1;eN�qD3','wp-content/plugins/wordfence/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��e��ª��\\�og'),('E�H�l�T$Iw.��&','wp-content/plugins/revslider/public/assets/assets/sources/ig.png',0,'{ea�!�����[��A','{ea�!�����[��A'),('E������u���w`w','wp-content/plugins/backupbuddy/destinations/dropbox/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('E��W�6�<��L2�','wp-content/plugins/contact-form-7/languages/contact-form-7-bn_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E����\Z\"#�\'���'),('E�H�կ���H��\"2','wp-content/plugins/js_composer/assets/less/settings_tabs/custom_css.less',0,'��)�/�x���2\ra_��','��)�/�x���2\ra_��'),('E�}�~��M��-�]�a','wp-admin/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�O~W���N��'),('E��p/���`?<� :','wp-content/plugins/wordpress-seo/admin/views/partial-help-center-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','84��	z���^��g3�d'),('E�.9r6b&,�|	W','wp-content/plugins/revslider/public/assets/assets/gridtile_white.png',0,'��Y\"����5�� ���$','��Y\"����5�� ���$'),('E��&�r�l��>��+','wp-content/plugins/backupbuddy/lib/updater/settings-page.php',0,'�K�#	8FW��iSF','�K�#	8FW��iSF'),('E�d�����ZE�Z�w','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J᪾A����IP_\Z\"�H'),('E�V��,�%��,SM=','wp-admin/ms-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�Ħý��:E�'),('E�<��ʂ��\r�Ь�','wp-content/plugins/revslider/admin/assets/imports/notgeneric/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('E�!�\\E�O���wy��{','wp-content/uploads/2015/10/Fun-and-bright-orange-and-white-centerpieces-for-Texs-retirement-party..jpg',0,'q/��_W:Љ�)p��','q/��_W:Љ�)p��'),('E�0fۿo�i�\r�\"��&','wp-content/plugins/wordfence/css/images/ui-icons_cd0a0a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ō��o�8�%��'),('E��1�=��L�@��','wp-content/uploads/revslider/templates/ourteam/slide5.jpg',0,'Z���}-��L��*�','Z���}-��L��*�'),('E��>�J�2��,��','wp-content/plugins/w3-total-cache/lib/Minify/JSMinPlus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/U��&^���a&>'),('E�Kn��/凖�([\"p','wp-content/plugins/wordpress-seo/frontend/class-googleplus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�z@����2�S���&'),('F�Hȝl�e��#�','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l,��r�%�^x�%'),('F��Oۣ�����g�','wp-content/plugins/wordfence/images/wordfence-logo-32x32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@ۯI����uU�'),('F\r�b^� �$��>','wp-content/plugins/contact-form-7/languages/contact-form-7-ca.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��=�r�/|Lo;!p!'),('F\r�x�w~�\rܱ��\n�','wp-includes/widgets/class-wp-widget-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��~��f���2�'),('F$�ҕCs���L��0\'','wp-content/plugins/revslider/admin/views/system/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('F0�6<�,A��-K��^','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php',0,'ί���a�o+>8~��','ί���a�o+>8~��'),('F1#�:��/�m�.i=','wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js',0,'2�f�۾�����','2�f�۾�����'),('F6��0�.p1�o1E�','wp-content/plugins/backupbuddy/controllers/dashboard.php',0,'/�L��@�\0d�sf�4','/�L��@�\0d�sf�4'),('F6I3ɼpf����+','wp-content/uploads/2015/11/tangerine-wand.jpg',0,'�\Z�\ne6�ہL)v�','�\Z�\ne6�ہL)v�'),('FF�v��V;v�8/�\r��','wp-includes/SimplePie/Misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y�-���^�\ZK�'),('FH���30m�:��s��','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xR�	�Y�X���ݤ���'),('FP@ߐ�mg���9\ZHF�','wp-content/uploads/2015/10/Metallic-Baby-BluebrPete-from-Oregon-300x300.jpg',0,'t������.X�_','t������.X�_'),('FUȖn_����ɦ�5','wp-content/uploads/2015/11/ivory.jpg',0,'+�8��Y;Ty�H�1','+�8��Y;Ty�H�1'),('FY�����$\\8���^X','wp-content/plugins/wordfence/images/flags/gu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�Xãy���̆�@�'),('F]�~N�\"`�T�','wp-content/plugins/backupbuddy/lang/it-l10n-backupbuddy-sv_SE.mo',0,'L�����]c9\ZN�JW','L�����]c9\ZN�JW'),('Fn%Ɩ���|}�U8�!`','wp-content/plugins/revslider/includes/framework/plugin-update.class.php',0,'��-����cÃV��)�','��-����cÃV��)�'),('Fy����,�h���j','wp-content/uploads/2015/10/Peach-Punch-300x296.jpg',0,'Ƈ�r5؅1ٮ�җ�`','Ƈ�r5؅1ٮ�җ�`'),('F{�#�S�,�1E@��f6','wp-content/uploads/2015/10/Pink-and-brown-wedding-centerpiece-for-Brian-and-Nikkis-big-day..jpg',0,'��ѣ������ݪ�M','��ѣ������ݪ�M'),('F�:�h��&���o\n','wp-content/plugins/backupbuddy/images/filetree/xls.png',0,'sc�v0�ԴA3E��b','sc�v0�ԴA3E��b'),('F�d��ԧ�O�q|�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/autoload.php',0,'��T�i�q�����#','��T�i�q�����#'),('F�����sT�&�\'��|','wp-content/plugins/wordfence/images/flags/ru.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q?p�2�^�%�k\Z#�'),('F�9P��6�4R�>�j','wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-resize-icon.png',0,'����@�M�_~�jz�:','����@�M�_~�jz�:'),('F�}x����AI���@:�','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Diagnostics/PerformanceCounterSubscription.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�\r2��F��9��'),('F��_=^���a��E��}','wp-content/plugins/contact-form-7/admin/edit-contact-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�����Q����J*'),('F��ᤤ\0WR5@생�','wp-content/plugins/w3-total-cache/lib/W3/PgCacheFlush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�;�A���C�C�}e'),('F����Be�h��q��','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php',0,'ӤA���ۓO�Z�.��','ӤA���ۓO�Z�.��'),('F�\r�G�{\\���','wp-content/uploads/2015/10/Tropical-Bouquet-150x150.jpg',0,'�_�&7N7�A��_`','�_�&7N7�A��_`'),('F��F�+:�0/��)�','wp-content/plugins/revslider/admin/assets/imports/news-bg-video/slider.jpg',0,'℅?V�<�\"�!U���','℅?V�<�\"�!U���'),('F�a�2�A��}1��du','wp-content/plugins/revslider/admin/assets/images/sliderselector/type_slider.png',0,'�\'Ho,������_z!','�\'Ho,������_z!'),('F��Ã\\�O�fg�','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1����v��R'),('Fœ��ha�e�u���','wp-content/plugins/js_composer/assets/vc/elements_icons_sprite.png',0,'������c�|p�k-','������c�|p�k-'),('F�\'�B�/�4{J�{w','wp-admin/js/edit-comments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��߈�,�7V��/�7'),('F�8�B�\\w|�K����','wp-content/plugins/w3-total-cache/lib/W3/UI/GeneralAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a:���B��\'D���K#�'),('F���s)bXd_~�+','wp-content/themes/wanderfuls/images/social/xing.png',0,'�D�aȌn�ʰ��vG�k','�D�aȌn�ʰ��vG�k'),('F�\Z��3�I}�{���','wp-content/uploads/2015/10/Lavender-Light.jpg',0,'�$(gD垼#��wZ�','�$(gD垼#��wZ�'),('F�� ί�\ZbJ��','wp-content/themes/wanderfuls/css/ilightbox/light/fullscreen-icon-64.png',0,'�8<Bst��MQӁѽ','�8<Bst��MQӁѽ'),('F�l��Q��N8�Z,ܫ�','wp-content/themes/wanderfuls/framework/portfolio/portfolio-helpers.php',0,'7�\"<���X,;{�=��','7�\"<���X,;{�=��'),('F���?�C;$��H\r\r','wp-admin/css/color-picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ptd\Z`j\n-V��=b'),('F�8*\"ڹ�pEm�&-�j','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�M1��W���h�\0y�'),('F�cnmq��o ���:z','wp-content/uploads/2015/11/candy-centerpiece-main.jpg',0,'Gѽ�Y��d��Č�h','Gѽ�Y��d��Č�h'),('G�(���x��\n^��','wp-content/plugins/revslider/admin/views/templates/slide-selector.php',0,'S�*v`�d	<&����]�','S�*v`�d	<&����]�'),('G�EON$�Ԧ�P�&�','wp-content/uploads/2015/10/A102BKRDXXXXXXXX550BKRDXXBKRMBKRMMSMSSLSL.jpg',0,'8�_Ş��[��','8�_Ş��[��'),('G`����4b?d��7�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('G&M�M\\B��\Z�τ���','wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php',0,'>��\Z��̓{�\\�W�','>��\Z��̓{�\\�W�'),('G(a�p��{g���0�n','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/SessionHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!*;�ϵC�j-���F5b'),('G)��TO�	�yO�i�Y�','wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('G4\"�vs�ŵ�i�p�','wp-content/plugins/js_composer/locale/js_composer-it_IT.mo',0,'W��	>$�J⥯Q�','W��	>$�J⥯Q�'),('G6U�2\01R������J','wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gs�Gl5��#�$�e#}'),('GG�Y#�\0HpB���\0v','wp-content/uploads/2015/10/Fiery-Sunset-300x209.jpg',0,'���^�$Ջ�0P��@\"','���^�$Ջ�0P��@\"'),('G^�	=��p��\\����','wp-content/uploads/revslider/templates/websitebuilder-slider/slide1.jpg',0,'.\n��<�E�]�_#','.\n��<�E�]�_#'),('Gh)R�5-w�z�','wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide9.jpg',0,'��v-!�m<�o�/k\'','��v-!�m<�o�/k\''),('Gl_���iL','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-wrap-light.png',0,'֛$\r\n��1���&��','֛$\r\n��1���&��'),('Gl�����>G��Κ','wp-content/plugins/revslider/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('Gm��:�MľV��LЉ','wp-includes/js/tinymce/utils/editable_selects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d*\n�z�f��G\"0��t'),('GmԻ&�������k','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php',0,'9$�V.5�n=x��9I','9$�V.5�n=x��9I'),('Gq+V���R1�/','wp-content/themes/wanderfuls/css/ilightbox/light/x-mark-icon-64.png',0,'T#�w��P�Q��m�Ê�','T#�w��P�Q��m�Ê�'),('Gq�@����gm屪','wp-includes/js/mediaelement/controls.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�oZsm����ۊR�'),('Gt�R{�2\r����k','wp-content/plugins/wp-fastest-cache/wpFastestCache.php',0,'P��Y��n���','P��Y��n���'),('Gu�������ʭ�','wp-includes/class-wp-meta-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':R�*�:\ZF^>�}�$�'),('Gu�^�/1��ՁS�7','wp-includes/atomlib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�.�B�o��@*�U\'�'),('G�9q���=ʥ[3?a�','wp-admin/images/bubble_bg-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R=[����;��c��'),('G�s�]b�d�(�<3','wp-content/uploads/2015/11/eggplant-wand-145x300.jpg',0,'*����O-���)�','*����O-���)�'),('G�1���7�@���}','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Consumer/Exception/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('G�7\Z��I&:�x','wp-admin/edit-form-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�߳��p4յ�aB'),('G��E�2��vp0�u�','wp-content/uploads/2015/11/metallichotpink.jpg',0,'e�ثÅ�nB��\rn�E�','e�ثÅ�nB��\rn�E�'),('G���^�f�Q��','wp-content/themes/wanderfuls/images/full-screen-overlay-nav-close-black.png',0,'W)�MLA�p��q�j��','W)�MLA�p��q�j��'),('G���„52\"̫H�D�','wp-content/uploads/2015/11/Hollywood-Movie-Centerpiece.jpg',0,'i��sY\'B�ҧ=h|','i��sY\'B�ҧ=h|'),('G�[x�0�\n�:�F','wp-content/plugins/js_composer/assets/vc/vc-welcome/screenshot.png',0,'��ߐ��\n�\'����','��ߐ��\n�\'����'),('G���gNEx�z���','wp-content/uploads/2015/10/Mothers-Day-150x150.jpg',0,'��ʮN�i�t�rҀ','��ʮN�i�t�rҀ'),('G���@ϲ[��2So�','wp-content/plugins/w3-total-cache/pub/img/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('G�3s�qٴ��F`�j�','wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php',0,'�\Z�R�6,]ֺ���','�\Z�R�6,]ֺ���'),('G��	ZN��q�g�','wp-content/uploads/revslider/templates/foodcarousel/slide2.jpg',0,'D�!ϱ0۽���c�\Z','D�!ϱ0۽���c�\Z'),('G�u�B�*AJu�-*','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/ajax/del-1.php',0,'4��W�\r\n/ v��ES/','4��W�\r\n/ v��ES/'),('G��]X͢�xc�^�bF','wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/slide3.jpg',0,'S��a`Tc�\r˺$�mT�','S��a`Tc�\r˺$�mT�'),('G�p��$l�P�N��4','wp-content/uploads/2015/10/wands2.jpg',0,'6�C	��%�y��`;T�<','6�C	��%�y��`;T�<'),('G�o��֊�V�6Ng','wp-content/plugins/revslider/admin/assets/imports/fashion/slider.jpg',0,'J�<eY�_�s�ZR�?�','J�<eY�_�s�ZR�?�'),('G�͖��ʻ���Q','wp-content/plugins/revslider/admin/assets/imports/facebook-feed/slide1.jpg',0,'��sgI؃�/�S7�9�','��sgI؃�/�S7�9�'),('G�>Yi~=H*�O��z','wp-content/plugins/wordpress-database-reset/class-db-resetter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӄ�\"�}O\\�s[�'),('G�C�;,v���)f�','wp-content/uploads/2015/10/table2-150x150.jpg',0,'���}|\\O���\\�','���}|\\O���\\�'),('G���t����fj�@','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?mh�w�lK^�	'),('G�����T!���A��','wp-content/plugins/wordfence/images/flags/ax.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fu�w�b̅��(w\r��'),('G���I#v��(���5r','wp-content/plugins/wp-fastest-cache/js/lang/fr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��\04#)��vq�CM�'),('Hؙ����M�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Consumer/Exception/InvalidResponse.php',0,'L�M]w��q���\'/;�','L�M]w��q���\'/;�'),('H��V�$0\0�n��v�','wp-content/uploads/2015/11/Broadway-Theater-New-York-Centerpiece-262x300.jpg',0,'yI+���q�E �7','yI+���q�E �7'),('HS�G��v�e��I^:','wp-content/plugins/revslider/admin/assets/js/jquery.tipsy.js',0,'ZO��\r�[S|����','ZO��\r�[S|����'),('H��@���4�g\n�K�','wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php',0,'�1W2��/\"�1O6�Lj=','�1W2��/\"�1O6�Lj='),('H+N�\n���W�)�һy0','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p$��\05��FЇЖV'),('H+�E~�}�1Q���','wp-includes/js/wp-util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Й�ֱE�3O�!_�W�'),('H5>���6J3Yˮ','wp-content/themes/wanderfuls/woocommerce/content-widget-product.php',0,'�ƀ9R��f� �xO�','�ƀ9R��f� �xO�'),('H7r ��0.�N\nO*','wp-content/uploads/2015/10/Navy-and-Baby-Blue-brJane-from-New-Hampshire-150x150.jpg',0,'��mt5�K�f�;{�i','��mt5�K�f�;{�i'),('HA���f�,���$F-�','wp-admin/css/customize-nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��%��0�P��ʳ�'),('HEԧ2n�J٘\\��','wp-content/plugins/backupbuddy/lib/updater/functions.php',0,'N<c�3#���t�r�I��','N<c�3#���t�r�I��'),('HGh\'�x�R���~\n','wp-admin/js/customize-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��sJ38χR5���,A�'),('HI�4:)\"t��\ZɉW�','wp-content/plugins/w3-total-cache/lib/Minify/FirePHP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����K!�9~��X��'),('HV�\\�p�\'��uL�\n','wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.parallax.js',0,'+�����a�إ��','+�����a�إ��'),('HYb�]\r#�@:1�h@N','wp-content/uploads/2015/11/fan-party-favors-150x150.jpg',0,'�3+�o�\r�BH�O��','�3+�o�\r�BH�O��'),('H]�c|�>�k�])&�P�','wp-content/plugins/wp-optimize/wpo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��ү\\�e|��w�'),('He0|�����F0$ؕ�','wp-content/plugins/wordfence/js/knockout-3.3.0.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��B8lc^��'),('Ht)�m�K$�`�z�Z�','wp-content/plugins/backupbuddy/images/status/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('Hw�\0q!�a��7Qx8','wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php',0,'�?<󯴝�soP\Z�`$','�?<󯴝�soP\Z�`$'),('H��9����YA���6','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/unzippingFiles.ejs',0,'Z��{��=b4BM\0T','Z��{��=b4BM\0T'),('H�.���/�\0S \r|p','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/blog_carousel.php',0,'z�	;\"#����8ߞ�','z�	;\"#����8ߞ�'),('H��zS\Z�!C.,�ƫ(','wp-content/plugins/js_composer/assets/less/modules/vc_panels.less',0,'*�ڱ�\Z\0������','*�ڱ�\Z\0������'),('H�`H�Ǜ�O.��ViC','wp-content/plugins/wordfence/lib/menu_countryBlocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o���\npV�˰�� �-'),('H�������ك�','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�����$YH�&a��?\\'),('H�	ڍ�Q���$�?9�','wp-content/plugins/contact-form-7/admin/includes/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eE��`���[��S�{�'),('H�D����O�DM','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/Queue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ᘯ�+�~�`W�M�\Z'),('H��>�f�>A��_|��','wp-content/plugins/js_composer/assets/js/dist/backend.min.js',0,'i+�^��_Z��o	s��','i+�^��_Z��o	s��'),('H�@�O]X+G��B`P��','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-bulk-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P4��y�A�q=n�i'),('H��.о��\0�G�.','wp-content/uploads/2015/11/quin_lg.jpg',0,'��1n����|�P�!���','��1n����|�P�!���'),('H�;��\n脯�@�@�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js',0,'��чg�g��\r`bf','��чg�g��\r`bf'),('H���&=�����b','wp-content/plugins/wordfence/images/flags/sprite-des-256.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U5�!B<R�2��|B'),('H�jXv�x෾�h�','wp-content/uploads/2015/10/White-and-pink-centerpiece-decorated-with-green-leaves-for-Amys-wedding-shower.-150x150.jpg',0,'\0c.�`[��-x���','\0c.�`[��-x���'),('H�·�ƝR鱙ɍ�c','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/js/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('Hý��i�Z�U,H�L','wp-admin/includes/meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5s�Hdww?�\Z��3�'),('Hć�<�5P��m�vŞ','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/GroupsMigration.php',0,'�l�՘T�L�$OQ1�','�l�՘T�L�$OQ1�'),('Hĺ0p�����\'S��','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php',0,'H�L��u&H�8�$�s','H�L��u&H�8�$�s'),('H���_L�Izk۩�S','wp-content/uploads/revslider/templates/fullscreenmenu/slide2.jpg',0,'~vj�Nb%��XF��E','~vj�Nb%��XF��E'),('H���H�Z�t���	','wp-content/plugins/w3-total-cache/lib/W3/Cdn/Mirror/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('H��h�+��un\ZZ�G','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/LeaseInstance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ż4��-��J�nH.0h'),('H�������0!!~�','wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php',0,'K�,�	`��{ީ�Z�','K�,�	`��{ީ�Z�'),('HՋU-�9�\r56�n��','wp-content/themes/wanderfuls/taxonomy-testimonials_category.php',0,'D�m�<T\"0��>��i','D�m�<T\"0��>��i'),('H��>)P��6Bs���','wp-content/uploads/2015/11/purple-wand.jpg',0,'��\Z�d���X��SP�','��\Z�d���X��SP�'),('H�G�kX���A\rsm','wp-content/uploads/2015/11/lime-green-graduation-centerpiece-150x150.jpg',0,'V���~�C�3�8i��','V���~�C�3�8i��'),('Iv��E���3f<!��2','wp-content/uploads/2015/10/A102IWLAXXXXXXXX410WHSLXXLAIWMSXXXXXXLASL.jpg',0,'�v�:��vL	\Z�0F','�v�:��vL	\Z�0F'),('IR��v:�Qi�a�h�','wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php',0,'�ס7_��W�z�Ք�W[','�ס7_��W�z�Ք�W['),('I��B�׹7�1T,�','wp-content/plugins/wordfence/images/flags/eh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��[e����AuK'),('I�\'j�g[Dm����2','wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php',0,'��l���>:Z#&ZV','��l���>:Z#&ZV'),('I\0���9n\0��','wp-content/uploads/2015/11/newcandies2.jpg',0,'�3_!����]?�S\\�{a','�3_!����]?�S\\�{a'),('I0��S�$2�T�B*','wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1��̈́�EW&o�:�'),('I6�0��q�h�1s-','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Credentials/SharedKey.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��Rr���9�Q'),('I9a�|n��X�S��X�','wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/exclude-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'	��/j�0�g��'),('I>�����Z݆#@F\rg�','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Diagnostics/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\"ۇ���z\Z�Kn'),('Ie�힩����فU�:','wp-content/uploads/revslider/templates/fullsite-block-4-products/slide3.jpg',0,'���������f���a�','���������f���a�'),('Ig�bm�,as�Yp)A9','wp-content/plugins/wordfence/images/flags/tn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3eez������'),('Il�V���xF�N�3','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png',0,'��VW@��ʲ?�y���','��VW@��ʲ?�y���'),('ImI�!�K���G�u','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_transport_http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�W��F���mb'),('ItԔ2kE�V����i','wp-content/uploads/2015/10/Gold-White.jpg',0,'�Y7掙����Jgw�Ə','�Y7掙����Jgw�Ə'),('I��-�a��(\'�9�','wp-content/plugins/wp-fastest-cache/js/jquery-ui.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�~yA?ZC��j�'),('I�b��ת�vOd�i1p','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/TableEntityQuery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_u;�{��l���'),('I��:Bs�#���@�','wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�taMm?�%,=t�z�'),('I�m���qᧄ{�q�]','wp-content/uploads/2015/10/designyourown-150x86.jpg',0,'�uтM�C���U^��','�uтM�C���U^��'),('I׫oz��Qk�2�\\ʮ�','wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide7.jpg',0,'¯����J&v>q��\"','¯����J&v>q��\"'),('Iٲ�AFؚ���Z��','wp-content/uploads/2015/10/howtoordernow.jpg',0,'T�n�_]�Ms���;@','T�n�_]�Ms���;@'),('I�V/��6�s��','wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z.�+���Y6Cȋ'),('I�1���eo\Z�1�e','wp-content/uploads/2015/10/Purple-themed-outdoor-party-150x150.jpg',0,'Z\n�-�0%�\\��XۻA�','Z\n�-�0%�\\��XۻA�'),('I����v\Z��L��R�','wp-content/plugins/js_composer/assets/vc/editors/ui/vc_ui-header-graphics/vc_ui-icon-pixel-search.png',0,'&�r�	7\'�D���','&�r�	7\'�D���'),('Jf�3?���_r�C�','wp-admin/images/w-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���Jvۢ~�y�\\�'),('J\r,Pø�C~� h�G','wp-content/uploads/2015/11/lightyellow-wand-145x300.jpg',0,'p����`���ƒ��','p����`���ƒ��'),('J��E[�7U��\Z�~','wp-includes/js/plupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��WPIʿ���F�Ug)'),('J�O���$2�R�Tâ','wp-content/uploads/revslider/templates/techjournal/slide2.jpg',0,'�$j�����q7�','�$j�����q7�'),('J#��@�؅{,�V�q��','wp-content/plugins/revslider/admin/assets/images/macbook.png',0,'��TA�2,~�j�X��q','��TA�2,~�j�X��q'),('J&w��\r\Z#�j�`���','wp-content/uploads/2015/10/slide_004-100x50.jpg',0,'�Ӿ����J��Ǧ�','�Ӿ����J��Ǧ�'),('J8�p��#�4�^\n�0_,','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/config-sample.inc.php',0,'���p�V|�L�p��?�','���p�V|�L�p��?�'),('J?��4�Y��h�e!>O','wp-content/plugins/contact-form-7/modules/submit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')B���yC2��P��J�'),('J@P9�t�A��$k&','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/image_flexslider.php',0,'��!�1�M�\0�9�?','��!�1�M�\0�9�?'),('JA�����ݹ���\Z�','wp-content/plugins/revslider/admin/assets/imports/fashion/slide4.jpg',0,'�����Ae���B','�����Ae���B'),('JE3�H�C0�\"�S�d','wp-content/uploads/2015/11/table4-300x191.jpg',0,'�C���{�����\r','�C���{�����\r'),('JW7��G��HNt\n]���','wp-content/themes/wanderfuls/partials/blog/blog-single-related-heading.php',0,'�˖i��),eP','�˖i��),eP'),('J^�lr�l?f{;XֽH','wp-content/plugins/w3-total-cache/inc/lightbox/self_test.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V���W}�����\\AO'),('Ja� ��W�l��2','wp-content/uploads/2015/10/Silver-White-150x150.jpg',0,'m�HOǧ��.�0;N�/a','m�HOǧ��.�0;N�/a'),('Jcn�a�j��4П o�','wp-content/plugins/revslider/public/assets/css/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('Jpwx����R?�[g�_','wp-content/uploads/revslider/templates/dark-fullsite-block-4-products/slide2.jpg',0,'h��F^\n�\r=�fZ�','h��F^\n�\r=�fZ�'),('Jyt��<��s@�%j','wp-content/plugins/revslider/admin/assets/imports/news-gallery/slide1.jpg',0,'���lj��!�Sn\\','���lj��!�Sn\\'),('J{�ֹZi^ùx�I','wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڥy/�y[v��)Ԛ'),('J��mO����`�f�','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php',0,'�������<�,�_�E','�������<�,�_�E'),('J����d\0/��*f�Џ�','wp-content/themes/wanderfuls/css/ilightbox/light/arrow-next-icon-ie.png',0,'�1rN�%�H��b{�','�1rN�%�H��b{�'),('J��w�d%���յX','wp-content/plugins/revslider/languages/revslider-ru_RU.po',0,'t%��|�>i�S��J','t%��|�>i�S��J'),('J�CB+��c�)|��','wp-content/themes/wanderfuls/bootstrap336/fonts/glyphicons-halflings-regular.svg',0,'����{�W]c\'\rd�`','����{�W]c\'\rd�`'),('J�L��ݭQ%��˜>?','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/manifest.class.php',0,'Á�U��\\�I�.ޗ','Á�U��\\�I�.ޗ'),('J���f��!�q	�2�v','wp-content/uploads/revslider/clubix/3-pic-350x350.jpg',0,'�@\0�p��,�Azn�','�@\0�p��,�Azn�'),('J� �@�օ�v�	(','wp-content/plugins/revslider/admin/assets/js/tbld-4.3.js',0,'�ဣ�M$���iU�>','�ဣ�M$���iU�>'),('J������LykI��n=','wp-content/plugins/wordpress-seo/languages/wordpress-seo-sk_SK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kZ��c\rt�)��Mf'),('J���!�+rW�yz��','wp-content/plugins/wp-fastest-cache/js/lang/ro.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.@m���3���	� '),('J�K@�:�JpDo��','wp-content/plugins/revslider/includes/framework/wpml.class.php',0,'�S�۠/�T�jCS���0','�S�۠/�T�jCS���0'),('J����^�o�=�26','wp-content/themes/wanderfuls/js/infinite-scroll/infinitescroll-standard-grid.js',0,'\"@�e�]V��j��','\"@�e�]V��j��'),('J�=�ol��%_!�B','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('J򾁬��Oh��sDؾ','wp-includes/js/zxcvbn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�;��uc���<��'),('J��P��aWvk�l�','wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/fonts/fontawesome-webfont.woff2',0,'KZ����H^P:���','KZ����H^P:���'),('J�	4��/���|��	�','wp-content/plugins/wordfence/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��N|7�Z��(C�'),('KF�A1q�\r�щ�b�<','wp-content/uploads/2015/10/slide_001.jpg',0,'�Q�J��T_Z�z;\Zl','�Q�J��T_Z�z;\Zl'),('K���ߺ�b�','wp-content/plugins/wordfence/lib/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?H�Y��/2��?T'),('K$�����Ԕ;�R��','wp-content/plugins/backupbuddy/lib/wpdbutils/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('K.J��\"o��Dh�','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php',0,'o��j��qh�<�/|!\n','o��j��qh�<�/|!\n'),('K;�$o�ů\0���+v','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('K@�}9�P�Ư�����c','wp-content/plugins/backupbuddy/views/settings/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('K]t`*�\ZE9\"׉�\r�','wp-content/themes/wanderfuls/css/ilightbox/light/arrow-next-vertical-icon-64.png',0,'�����l�G�|��\Z3|','�����l�G�|��\Z3|'),('Kg���&O���7�','wp-content/uploads/2015/11/Wild-Western-Cowboy-Hat-Centerpiece-262x300.jpg',0,'���D����)\"н��','���D����)\"н��'),('KrS�:�I�\"�.�H(f','wp-content/uploads/revslider/templates/magazineposts/slide1.jpg',0,'L�q�\"��=(�#���','L�q�\"��=(�#���'),('K~7p��~\\P�_;','wp-content/uploads/2015/10/White-and-pink-centerpiece-decorated-with-green-leaves-for-Amys-wedding-shower.-300x224.jpg',0,'1螸	��Ȩ�9|^�','1螸	��Ȩ�9|^�'),('K֔~[�[!Ӊ�\n��','wp-content/uploads/2015/11/cabernet-wand-145x300.jpg',0,'Z����:)ce�ݩ','Z����:)ce�ݩ'),('K�nҋD&sR�WU(�','wp-admin/css/farbtastic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�i��)�3\\۸�/�;'),('K��s�Y��\"\"����','wp-content/themes/wanderfuls/framework/config/tgm-plugin-activation.php',0,'S䷈ަQ+j	�H���','S䷈ަQ+j	�H���'),('K��+����ӟZ�{H','wp-content/plugins/revslider/admin/assets/images/toolbar/visibility_white.png',0,'�\0G�v�ߒ�~I[�0','�\0G�v�ߒ�~I[�0'),('K�.KL�����`��','wp-content/plugins/js_composer/assets/vc/fe/screen_sizes/ipad_v.png',0,'�d\'��y!���]��Q','�d\'��y!���]��Q'),('K�j�iRQ���h;8ô\0','wp-content/uploads/2015/11/black-white-wedding-favors.jpg',0,'گ��ݯkpO|�P�c&�','گ��ݯkpO|�P�c&�'),('K�c��#2s�/(�\"�','wp-includes/widgets/class-wp-widget-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W&�KzO\r�W��'),('K�/n��iH;�.gh�O','wp-content/themes/wanderfuls/css/ilightbox/smooth/ilightbox-smooth-skin.css',0,'Ԕ��j-����np��^�','Ԕ��j-����np��^�'),('K�c��WJB�L�v','wp-content/uploads/2015/11/theme-western-150x150.jpg',0,'�~%�U�w�\n]��n+','�~%�U�w�\n]��n+'),('Kξ\'���v���@�e','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/request.class.php',0,'�r�5c������','�r�5c������'),('K��T8]����1�ك�','wp-content/plugins/backupbuddy/controllers/ajax/refresh_database_size_excluded.php',0,'}�ۍ�|0�aOW�̰ݤ','}�ۍ�|0�aOW�̰ݤ'),('K�?\n��X��n�ҽ)','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/pagination.less',0,'�o�P��q���3,�','�o�P��q���3,�'),('K�jI}��j\r���l','wp-content/uploads/2015/10/A101IWXXXXXXXXXX300WHXXXXBPBKBKBPBPBKMOSL.jpg',0,'�����y\n�q���d','�����y\n�q���d'),('K�����W����a','wp-content/plugins/backupbuddy/destinations/stash/progress.png',0,'(���t������	�u','(���t������	�u'),('K���c%,xlѳ\"d�','wp-content/themes/wanderfuls/css/ilightbox/modern/skin.png',0,'�«8���~����*��','�«8���~����*��'),('K��W�&\0\0K�\06�G�','wp-admin/js/set-post-thumbnail.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+QSWm�@�~��Q'),('K�K+�2�	aeZ�e','wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9\"I`I�Z�	��'),('K����Ɇ���~�AM�','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/newsletter_form.php',0,'b�Ւ6�k�L���','b�Ւ6�k�L���'),('L��������`I�G','wp-content/plugins/contact-form-7/languages/contact-form-7-gl_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� <���86�L@!�	�'),('L�:��Lf��y-S�8','wp-content/uploads/2015/11/slide2.jpg',0,'~ap#�sG�]�H���','~ap#�sG�]�H���'),('L�_�f��v�P/r}','wp-content/uploads/2015/10/slide_116-150x150.jpg',0,'��Z����U��r','��Z����U��r'),('L<#���\Z����}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9K���M�:�Tf�9'),('L �\'�V�N��{�S~b�','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-update-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��2��G�A���'),('L#��/۰*�3���\r','wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�:8��Z	6Kl��\"�E'),('L(��n�9[2�C6�','wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��p9	�9�~��'),('L*W���{(��9�=�','wp-content/plugins/backupbuddy/classes/serverinfo.php',0,'r��Q��D,Wg�xO&��','r��Q��D,Wg�xO&��'),('L4X�_JVP9ҽwk�0','wp-content/uploads/2015/11/slide1_2-300x147.jpg',0,'+U�B\'��!�mg���','+U�B\'��!�mg���'),('L;_�]���3--��g','wp-content/uploads/2015/10/Hot-pink-Wanderfuls-centerpiece-for-Nancys-16th-Birthday-party.-150x150.jpg',0,'M�er7�1����G3�p','M�er7�1����G3�p'),('L;ߢQ˪%Mh���I�','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Response/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('LA��r]�0;�p����','wp-content/plugins/w3-total-cache/lib/W3/AdminActions/ConfigActionsAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')����&�$%5�	W'),('LI�g0	蚜�n�Ha\r','wp-content/plugins/wp-fastest-cache/images/tinymce-wpfcnot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쉝�J僶@3	�}'),('LO�R��H�_e��8��','wp-content/plugins/backupbuddy/css/backupProcess.css',0,'p]�@Yz\0<$ԡ{\n','p]�@Yz\0<$ԡ{\n'),('LR7Q��ToG|�{','wp-content/plugins/wordfence/lib/viewFullActivityLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��݉\0�w��aY�%P'),('LW]��=����\0;�:','wp-content/plugins/wordfence/css/images/ui-bg_flat_100_1997c7_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�\ZKȚ�-\"��a{*0'),('L[L��A��$8�);','wp-content/plugins/wordfence/images/flags/pa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�\n�rg�@��<�n�'),('LpNb�`����B�\r��','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_PemVerifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԁ���/$7�L��8'),('Ls��<k(��B�ʲ','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-originx.png',0,'���v�Jԇ�&����','���v�Jԇ�&����'),('LsЇś\n�c}>�K��','wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�C�t�5	��ش�'),('L�%���X̆oX��\\','wp-content/uploads/revslider/templates/agency-intro/slide1.jpg',0,'ry���\'�����<�]','ry���\'�����<�]'),('L���p�\0)�>;y�~�Z','wp-content/plugins/wp-optimize/languages/wp-optimize-ka_GE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�evp}5�DD���'),('L��O{��\'��>�','wp-content/plugins/js_composer/assets/less/params/vc_grid.less',0,',�m\'a���\\�#�(�',',�m\'a���\\�#�(�'),('L��D�}�����6�f','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Pubsub.php',0,'�ˬ| ҵ�33&�','�ˬ| ҵ�33&�'),('L������!�4��t.','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/grid.less',0,'/%���Zr��8o���','/%���Zr��8o���'),('L�D��.\':���{','wp-content/uploads/2015/10/old_home-gallery-2-large.jpg',0,')�=E����zA���',')�=E����zA���'),('L�����1.�������','wp-content/plugins/backupbuddy/classes/core.php',0,'X�r${W� \Z�X�8@','X�r${W� \Z�X�8@'),('L�B�Ʃ㱢�G�Ua','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����c�´\0��'),('L��e�t\"pc(	�e�','wp-includes/wp-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�Q��(��O�-I�\0'),('Lµ%��{c���*���','wp-content/themes/wanderfuls/css/ilightbox/metro-white/play-hover-icon-ie.png',0,'E�6)L�/V�Y�>�','E�6)L�/V�Y�>�'),('L��t�j�1��ho���','wp-content/themes/wanderfuls/images/social/instagram.png',0,'�(�_���}��\0��:','�(�_���}��\0��:'),('Lք���,�i6]G�4','wp-content/uploads/2015/11/cornflower.jpg',0,'��;P�L!c��Ͳ�E�','��;P�L!c��Ͳ�E�'),('L�\\��)�F�:[�k���','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/staff-grid-other.png',0,'2�t�!��=�S�	e�','2�t�!��=�S�	e�'),('L�tP���Wt��','wp-content/plugins/backupbuddy/classes/_rollback_undo.php',0,'�baq�1_��)�;���','�baq�1_��)�;���'),('L�\Z�xTJ[�lI��','wp-content/uploads/revslider/templates/concept/slide3.jpg',0,'��jT�T����Xg�','��jT�T����Xg�'),('L������x�J�','wp-content/uploads/2015/10/Multicolored-centerpiece-created-by-Wanderfuls-for-Kellys-Sweet-16-spring-party.-150x150.jpg',0,'�O.�\Z�j����w+�	','�O.�\Z�j����w+�	'),('L�Al�j��kz�5�%','wp-content/themes/wanderfuls/partials/overlays/title-category-hover.php',0,'n|��	�_��%��\\0','n|��	�_��%��\\0'),('L������(����}','wp-content/uploads/2015/11/pplbday2-300x225.jpg',0,'��uN�����.��n','��uN�����.��n'),('L��ϖ\0�y\"P��','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`\0�\0���K¿Ra'),('L�>t���N�����','wp-admin/css/colors/blue/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5Iה�g,)Z�YM�'),('L��)��a$�D-�Ӯ�J','wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�Z��k�:(>�d'),('L��(����-�s[�','wp-content/plugins/backupbuddy/images/sucuri/5.png',0,'t��Q�+ mx3mB �','t��Q�+ mx3mB �'),('M\0w����²�E�-','wp-content/uploads/2015/11/Christmas-Tree-Centerpiece-300x300.jpg',0,'��W�*���yȭ','��W�*���yȭ'),('M?C�SЬk��o��','wp-content/uploads/2015/10/blue3-300x218.jpg',0,'�n��ao\"����','�n��ao\"����'),('Mz�.� {+\'��R�z','wp-content/plugins/js_composer/assets/less/modules/vc_navbar.less',0,';d[=��w6�a1�T',';d[=��w6�a1�T'),('M\Z&03���&-;o��','wp-content/uploads/revslider/clubix/s-400x550.jpg',0,'9lf%��1+0����','9lf%��1+0����'),('M5O��g? �O�e�N�','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soapclient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}������l}�k�xI'),('M;T$敂���{��-','wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/slide1.jpg',0,'	]���&(u���p���','	]���&(u���p���'),('M?,5�*�����K*�f','wp-admin/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɒ��^�\'��ޢLg�'),('ME�ɘ��TX�����','wp-content/plugins/js_composer/assets/images/icons/battery-full.png',0,'s\r�p�`��d�d�$��','s\r�p�`��d�d�$��'),('MW�	���:��ي','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eqd2���u����\r'),('MY��G��\\tX����/','wp-includes/customize/class-wp-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p./짊O�nBk�rt�'),('M]�Ҡ`���+TK�L','wp-content/themes/wanderfuls/languages/tr_TR.po',0,'gf�dJ)�$��:�\n�','gf�dJ)�$��:�\n�'),('M`k��3U�Mޞ�Q?��','wp-content/themes/wanderfuls/css/ilightbox/metro-black/x-mark-icon-ie.png',0,'8߻؋��,k�[Yv�','8߻؋��,k�[Yv�'),('Mp��.b�Oɧ�{V1@','wp-content/plugins/wordpress-seo/languages/wordpress-seo-cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��R�B2Z�[L�24B'),('M��U-|SzVq��c�F','wp-content/uploads/revslider/templates/websitebuilder-calltoaction/slide1.jpg',0,'�\0[{9v���H�p�','�\0[{9v���H�p�'),('M��y;|�	�A�','wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js',0,'\'k��S�PWA��\ZY.po','\'k��S�PWA��\ZY.po'),('M��?�L�#3B�(aMg','wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php',0,'�<���|^�/؟�gF@l','�<���|^�/؟�gF@l'),('M�<]�>c򞲏&؄�','close.gif',0,'LxC�B2cp<1�4E4�','LxC�B2cp<1�4E4�'),('M��\'F�0n�ؓ��Y','wp-content/plugins/backupbuddy/images/buttons/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('M�>sr��]����\\�','wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js',0,'\r(�{\n,{�|���','\r(�{\n,{�|���'),('M�Ȕ�A�qz�����','wp-content/uploads/2015/11/Hawaiian-Luau-Tropical-Palm-Tree-Centerpiece.jpg',0,'�M�!��1 ��\"q�','�M�!��1 ��\"q�'),('M�*:�i1N)��w]H�D','wp-content/plugins/w3-total-cache/pub/img/white-grad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�ʼn!9��ź�N�N'),('M�W��\n3�>NlN]�','wp-content/uploads/2015/10/Sedona-150x150.jpg',0,'utJ]�9H@��P�d','utJ]�9H@��P�d'),('MР\0�A���9Q�+��','wp-includes/js/admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���G�Y*kȥ�ְp�'),('M�`>W*���G�Ġ','wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J�\Z,zY�Z��G'),('M܁���/U�a	���','wp-content/uploads/2015/11/African-Jungle-Safari-Leopard-Centerpiece1-300x300.jpg',0,'�;Fqo}�|�$��','�;Fqo}�|�$��'),('M�k�6��_�8���','wp-content/plugins/backupbuddy/images/buttons/allcontent-icon.png',0,'jS�H��szӡYf���','jS�H��szӡYf���'),('M�;C�����8Yyﲏ','wp-includes/js/twemoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�ԇ�k��_����'),('M�sA�t�e�H0)���','wp-content/uploads/revslider/templates/contentzoom/slide2.jpg',0,'��\Z�p�69��<l�','��\Z�p�69��<l�'),('M�p[���Xj���','wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php',0,'���?y�Fy����','���?y�Fy����'),('M�\nC��׫�t���|f','wp-content/plugins/js_composer/assets/vc/fe/modal_minimize.png',0,'UҼP��Z�RՎ�v','UҼP��Z�RՎ�v'),('M�:OG��dy�� �;','wp-content/plugins/wordfence/images/flags/fam.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�	a7\Z�<��h#�'),('M���I�M��rD��-','wp-includes/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�W=�>���;e��'),('N�(����u���8\"','wp-content/plugins/revslider/admin/assets/images/dotted_vertical.png',0,'��3�� i�δ�6*7','��3�� i�δ�6*7'),('N%m��.eK�QE�','wp-content/themes/wanderfuls/partials/overlays/view-lightbox-buttons-text.php',0,'Q�p�l�׌b��=','Q�p�l�׌b��='),('N)��!������B��','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/WebAuthException/BadRequest.php',0,'�.w�a(��l �GŁ+','�.w�a(��l �GŁ+'),('N3�ٖ�C�h�?\Z','wp-content/uploads/revslider/templates/innovation/slide1.jpg',0,'�ҕE�����<��','�ҕE�����<��'),('N= [�N�)�t2.AY�','wp-content/uploads/2015/10/sizesNewPAGE-150x150.jpg',0,'�\\��kv�I:-�','�\\��kv�I:-�'),('N?[��ԯ	��^���','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-close-big.png',0,'~�ц�t�m�ÿ�','~�ц�t�m�ÿ�'),('NP��di�@���\'[aL','wp-content/plugins/js_composer/assets/vc/editors/ui/vc_ui-header-graphics/vc_ui-header-graphic.png',0,'��@�s8J���V�v��','��@�s8J���V�v��'),('NY�>��/q�!�ws�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php',0,'��>�y��Qdڄ�','��>�y��Qdڄ�'),('Ns[����9�b1a\r��','wp-content/uploads/2015/11/Red-Lady-Bug-Centerpiece-300x300.jpg',0,'��<$�����wj�{L','��<$�����wj�{L'),('Nu.��N3��XT���','wp-content/plugins/wordfence/images/flags/lk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fq�O���.�aA'),('N|�‡Jв�zn�sw','wp-includes/pluggable-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[n�k�Q�����\Z��'),('N���<}dvn��ޅ��','wp-content/uploads/2015/10/home-gallery-2-large1-150x150.jpg',0,'�¥St��!�77T>�','�¥St��!�77T>�'),('N��[�\rj���h�ֺk','wp-content/plugins/revslider/admin/assets/imports/webproductlight/slide3.jpg',0,'��w>�ȫs��a��','��w>�ȫs��a��'),('N�3�j@pu5����^��','wp-includes/js/tinymce/skins/wordpress/images/more.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n�\nm\0;�˫�z'),('N���\0}�h��l7�̨b','wp-content/plugins/backupbuddy/controllers/ajax/forceSpawnCron.php',0,'�#�޸	y��x�\r��m','�#�޸	y��x�\r��m'),('N�� �й���	0��','wp-content/plugins/wp-fastest-cache/js/cdn/cdn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8��/�)�f~&d�'),('N�3�6��)�u��G-','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Bigquery.php',0,'��1��]�sLsǷ�','��1��]�sLsǷ�'),('N�E\\���|���J�S�','wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��VWR�E�\rG^�a��'),('N���E]#��K�v�{�','wp-content/plugins/backupbuddy/destinations/sftp/_manage.php',0,'D���ċ��gxs�H��;','D���ċ��gxs�H��;'),('N��6G�ot�ea','wp-content/plugins/js_composer/config/content/shortcode-vc-message.php',0,'�#~c�:D�[���Yt','�#~c�:D�[���Yt'),('N��HV����}�4G','wp-admin/css/customize-widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1���w�g�['),('N�*=X1=�l��a�R','wp-content/plugins/backupbuddy/images/sucuri/2.png',0,']��&m�a�̽T�n\'�{',']��&m�a�̽T�n\'�{'),('N�Y�]5��(b�П�','wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�va�Zt��&.�'),('N���U�(�cr�����','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/post-type-grid.png',0,'��4M+��Di-��L�S','��4M+��Di-��L�S'),('O	��S����#�Yi�v','wp-admin/includes/class-wp-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','骓�zZ���<�mi�'),('O\r_;yY�V�f��nT','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/css/nprogress.css',0,'\\\'3+��f2�hb�J�','\\\'3+��f2�hb�J�'),('O�ZB�V����','wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php',0,'}Sr���\"s9�-@','}Sr���\"s9�-@'),('O\\�)��3��P54','wp-content/plugins/revslider/release_log.html',0,'϶�i	՞�h�Pi���\0','϶�i	՞�h�Pi���\0'),('O U�O�D�3ŜlS��','wp-content/uploads/2015/11/Ivory-and-Peach-Centerpiece.jpg',0,'�5���mvsY�%��\0��','�5���mvsY�%��\0��'),('O%.�}^lL�u�T}ک�','wp-content/plugins/w3-total-cache/pub/img/overlay/wordpress-logo-simplified-rgb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@U��R�[��{[�P��'),('O%��W�M��?y�\'�p','wp-content/themes/wanderfuls/css/ilightbox/metro-white/arrows_horizontal.png',0,'��E�4t�C#��Чj�','��E�4t�C#��Чj�'),('O@hZȘ�‘j|?��s','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php',0,'򥄯W\rit�����','򥄯W\rit�����'),('OA��Q�0�T���¬','wp-content/uploads/revslider/templates/contentzoom/slide3.jpg',0,'j�M\n�(.fn��','j�M\n�(.fn��'),('OG�>�kțz�[�2{�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php',0,'���T�Q�XTO<��#','���T�Q�XTO<��#'),('ORl��yd�m�F�','wp-content/themes/wanderfuls/framework/classes/gallery-metabox/delete.png',0,'a��i`���c/�a6\'','a��i`���c/�a6\''),('OR�)m���^!�����','wp-content/plugins/js_composer/assets/less/params/loop.less',0,'!�bkZ6��%F_�=\'&?','!�bkZ6��%F_�=\'&?'),('OT�-Y�1�E4D��','wp-content/uploads/2015/10/Fire-themed-Wanderfuls-centerpiece-created-for-Lindas-16th-Birthday-party.-300x209.jpg',0,'h�:�Au��\"I.u��','h�:�Au��\"I.u��'),('O\\D	�*��_�v�','wp-content/uploads/2015/10/Fire-themed-Wanderfuls-centerpiece-created-for-Lindas-16th-Birthday-party.-150x150.jpg',0,'�[�Nܝp�Q�@�	\Z�','�[�Nܝp�Q�@�	\Z�'),('Ofx�\ZޙOK�,��B�','wp-content/uploads/2015/10/imprinting2.jpg',0,'�=j�����wȓX�','�=j�����wȓX�'),('OlqCcێ���������','wp-admin/css/forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ݕ�Vn�\n+���I�'),('OpJ���\\���Y��G�','wp-content/plugins/revslider/admin/assets/images/toolbar/morestyles_white.png',0,'���k[�^jy���','���k[�^jy���'),('OwglO�\"���f\r��2','wp-content/uploads/2015/11/Ocean-Starfish-Centerpiece-300x300.jpg',0,'�Y �(����Ǵ^','�Y �(����Ǵ^'),('O��Eh�q����','wp-content/uploads/2015/11/wedding_lg-300x247.jpg',0,'����y�g�?lfd%','����y�g�?lfd%'),('O��\\���P5��{�R�','wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;A�$�@�R����	'),('O�	���}�uִX�','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Net/SSH2.php',0,'�|W��s=�;`d\r��','�|W��s=�;`d\r��'),('O�������a�+���','wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�tI�]��x]HЄ�Y'),('O����&�r�蓏�� ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dNaՄ�2�T��'),('O����R�r����D�?�','wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��:��2�&;���'),('O��l��ig��>��6(','wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php',0,'��gΑ���B�(OT','��gΑ���B�(OT'),('O����j���Z�q{h','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/sprite.png',0,'k%`9�~ؑ���{�(','k%`9�~ؑ���{�('),('Oɟ��u���f[�v_','wp-content/uploads/2015/11/mardigras_lg-181x300.jpg',0,'�M����}ٽ��P��','�M����}ٽ��P��'),('O�\'X��X��\\\0�2','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-fontfamily.png',0,'=�g�gsU<�P�����','=�g�gsU<�P�����'),('O�:�23F`���,(2','wp-content/plugins/wordfence/images/flags/re.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ph,��,�i�-\r�'),('O����y ��k	b�','wp-admin/css/customize-nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޻�P O�����]/I�'),('O�5�L>�6�IR�D t','wp-content/uploads/2015/10/home-gallery-2-large-300x225.jpg',0,'��f�:|z=칚c3','��f�:|z=칚c3'),('O�+���l��\0�.	�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php',0,'�$��1KN�6[�Rk�','�$��1KN�6[�Rk�'),('O�hu�G���&\0�L�','wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'*�����*�x'),('P–��,C�9x_�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-borderradius.png',0,'��BFs?�p�r��','��BFs?�p�r��'),('PX�IWn�Z�=��=','wp-content/plugins/libravatar-replace/languages/libravatar-replace.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s���\'9���x\rr'),('PE۫�7r|oI�6��>','wp-includes/js/backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���zk�VC}[��v'),('P �UD���;�g40�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Drive.php',0,'g�Jv��p1+��Tx�','g�Jv��p1+��Tx�'),('P&)�z�2bzM�.Dp�E','wp-content/uploads/revslider/templates/fullsite-block-4-products/slide5.jpg',0,'�M���l�#�\n �5�','�M���l�#�\n �5�'),('P\'�(���?+�z��$�','wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^O���p[@LE���_'),('P73o�	��\0�=��','wp-admin/js/word-count.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�]\\��cݪ���'),('PO�ww��H��x7���','wp-content/plugins/wordpress-seo/frontend/class-json-ld.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','es��q�e�f��i'),('PU�ϓ\Z���^MI','wp-content/uploads/2015/11/Purple-and-Green-New-Orleans-Mardi-Gras-Centerpiece-300x300.jpg',0,'�ftP�}eF�]����','�ftP�}eF�]����'),('P_w^�!R��3�1q��','wp-content/plugins/js_composer/include/params/default_params.php',0,'�}�(�D�ru��]�=�','�}�(�D�ru��]�=�'),('Put=bB���$\0L�|','wp-content/uploads/2015/10/Bridal-Shower.jpg',0,'#Pܸ��m�RM�K','#Pܸ��m�RM�K'),('Pv�}��B�/�Nz�','wp-content/themes/wanderfuls/css/ilightbox/light/caption-bg.png',0,'��*�*��0�P\nA[M�','��*�*��0�P\nA[M�'),('P��Y�G�HP���N','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/Exception/NotFound.php',0,'�0+�\'\rF�R�\\���','�0+�\'\rF�R�\\���'),('P��iz�t�a�}�a','wp-admin/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}23�Z�z���'),('P��}:Q`|�]��I�','wp-content/themes/wanderfuls/framework/config/sensei.php',0,'\n9�����qʅ ��','\n9�����qʅ ��'),('P��`��xv�k','wp-content/uploads/2015/11/St.-Patricks-Day-Shamrock-Centerpiece-150x150.jpg',0,'�ʌs�$\Z�6�K}���','�ʌs�$\Z�6�K}���'),('P�⩣-ƅ���i�','wp-content/plugins/wordfence/css/images/ui-bg_highlight-soft_75_a5a5a5_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m8O@��d8�<Qž'),('P�%�z�hh�R(Ι��','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/pages/serverinfo.php',0,'��ی�����t?E�z','��ی�����t?E�z'),('P��w�M���<�\0','wp-content/uploads/2015/11/slide1.jpg',0,'(�h8�y�mmdW�','(�h8�y�mmdW�'),('Pè�&R�{(6�M�]8','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NK��2� 4��L�U.'),('P�@���;b<\n�c�','wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �jZ$y�M�ԜǛ�'),('P�M�\Z�I̸�ݭY`r','wp-content/plugins/wordfence/lib/wfHelperString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OV�FaD�V�4�4ܪ'),('Pʻ8&X�/�& 0�%','wp-content/plugins/w3-total-cache/inc/widget/latest_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�W%�4��.���'),('P��KC�^q��`�\"(w','wp-content/plugins/backupbuddy/pluginbuddy/images/email.png',0,'�X����z�(\nV71�','�X����z�(\nV71�'),('P�\\\n6���d�X�','wp-content/uploads/2015/10/slide_116.jpg',0,'E�=�p�Y�@��,�1','E�=�p�Y�@��,�1'),('P�Y�E��6���&?�','wp-content/uploads/2015/10/coupon_003-150x150.jpg',0,'�A�hk��$íF��','�A�hk��$íF��'),('P�1$���\\*�C','wp-admin/images/stars-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A���#�S�Me.^'),('P��0��a��R�z= ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Pù�4�S͈0p��'),('P귃qz�J.5����','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	����iO2�t��h'),('P�¡�Ӑ\"�h��k','wp-content/uploads/2015/10/designyourown.jpg',0,'��4�\\e\Z\02����]','��4�\\e\Z\02����]'),('P�}�ݬ~�s�\0����','wp-content/plugins/backupbuddy/css/images/ui-bg_glass_95_fef1ec_1x400.png',0,'Z;���2MY���{\n�','Z;���2MY���{\n�'),('P�w���NhO�~pj','wp-content/themes/wanderfuls/tribe-events/default-template.php',0,'0�?q��T���ni�7C�','0�?q��T���ni�7C�'),('Q�e�hx����.','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php',0,'�E9�׽<g������q','�E9�׽<g������q'),('Q�M!�E�a���','wp-content/uploads/2015/11/theme-casino-150x150.jpg',0,'jץ��M؈�\\�_�H\'','jץ��M؈�\\�_�H\''),('Q���&��0)���9��','wp-content/plugins/w3-total-cache/lib/W3/Plugin/TotalCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}0{��ֈ�<�b�'),('Q	1ޕ�b PSW���r','wp-content/plugins/wordfence/images/flags/cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"q���컔��m�.'),('Q;��꼡ʿ���','wp-content/plugins/wordfence/images/flags/cm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Th���W�F�C�J��'),('Q2\'-O�9�����4','wp-content/plugins/wordfence/images/flags/au.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��”��/�Cs��Y��'),('Q3��%$�1��ADAҢ','wp-content/plugins/revslider/admin/assets/imports/news-bg-video/slide1.jpg',0,'℅?V�<�\"�!U���','℅?V�<�\"�!U���'),('Q6TN������g/��','wp-content/plugins/js_composer/assets/vc/fe/social/pinterest/horizontal.png',0,'�)�`�||���Wn�$�','�)�`�||���Wn�$�'),('QBY^6�^���ͮ�%�','wp-content/plugins/w3-total-cache/inc/functions/rule_cut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`µ+��(��\\I ��'),('QDQ����L�`�LC�]�','wp-content/themes/wanderfuls/framework/classes/image-sizes.php',0,'B�wv\'d7Ő��\Zx��j','B�wv\'d7Ő��\Zx��j'),('QE����R1!�Q�','wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_vime.png',0,'Qn�T\0b5<-��','Qn�T\0b5<-��'),('QT���*�f�P��.�','wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�x��io���U/�'),('QV�oF���~Y�i6Q','wp-content/plugins/revslider/admin/assets/imports/photography/slide4.jpg',0,'k����U#\r:s�G','k����U#\r:s�G'),('QY��1�Tl��Vr<','wp-includes/js/customize-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���٢Uo�����'),('Q\\�L� �M�؃�o���','wp-content/uploads/2015/11/metallicpink-wand-145x300.jpg',0,'S!�FZ���(��v\\','S!�FZ���(��v\\'),('Qax��FX׽eNU1h','wp-content/uploads/2015/11/Ocean-Starfish-Centerpiece-150x150.jpg',0,'�6*e��~͗��','�6*e��~͗��'),('Qs;w��F�hX���','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-loaders.less',0,'�ul��w�$S�5�','�ul��w�$S�5�'),('QuoPX��\0��Sڞ','wp-admin/images/bubble_bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=,����(��\Z2cV� 8'),('Q��p�>F��Tּ�^t','wp-content/uploads/2015/10/048_large-300x218.jpg',0,'V����#��f+�|��b�','V����#��f+�|��b�'),('Q���m&Fs4J=�R��','wp-content/themes/wanderfuls/css/ilightbox/mac/forward-ie.png',0,'��.o�h��Z���z','��.o�h��Z���z'),('Q����ۊ�.\Zrɻ�:','wp-content/uploads/2015/10/slide_116-300x218.jpg',0,'4�A� �<ϋϥ��','4�A� �<ϋϥ��'),('Q��?^E�E�)~�','wp-content/plugins/wp-optimize/languages/wp-optimize-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����9��`���7��'),('Q��J���M�>`Y�','wp-content/uploads/2015/10/Elegant-candlelight-wedding-with-Wanderfuls-centerpieces-for-Matt-and-Sarah.-225x300.jpg',0,'����{��w�!���,�','����{��w�!���,�'),('Q�7�\'�P�ѓ-΃�','wp-content/uploads/2015/10/Ocean-Theme.jpg',0,':{�����le-��}',':{�����le-��}'),('Q���f#0Z��?���','wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js',0,'������:�-�>4�','������:�-�>4�'),('Q��6K4������H','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��뱝�R�|�$��d'),('Q�?z��w|� �hY','wp-content/uploads/2015/11/Aqua-and-Periwinkle.jpg',0,'\"�	]�.��_J��5�)','\"�	]�.��_J��5�)'),('Q�^����l}��d�','wp-content/plugins/contact-form-7/languages/contact-form-7-ka_GE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qv�R|�1\'�`r��'),('Q��U��O��e��','wp-content/uploads/2015/11/bridal_shower_lg1.jpg',0,'#Pܸ��m�RM�K','#Pܸ��m�RM�K'),('Q�`���8�M�8','wp-admin/press-this.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������In���a�'),('Q��4��%��z�>*��I','wp-content/plugins/wordpress-seo/inc/class-upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��󵚡�i�Gg��'),('Qˉ�L����)!h���','wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_arrows.less',0,'�N*nm�{c�#����_','�N*nm�{c�#����_'),('Q�a��k���.��g�','wp-content/plugins/backupbuddy/controllers/pages/_ms_import/_step3.php',0,'L�\\�s����GaJ��(','L�\\�s����GaJ��('),('Qܙ�P��5��S,z��','wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php',0,'l�EO�A/���}/��B','l�EO�A/���}/��B'),('Q�����l��g�-��','wp-admin/js/comment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�\rwġ�������'),('R�}ҎB�ύ���}��','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-gaps.less',0,'[(=8�0-�P��P','[(=8�0-�P��P'),('R)�#m�l�zo�z�u','wp-content/plugins/revslider/admin/assets/imports/webproductlight/slide4.jpg',0,'7�‘�(��)M�=�7','7�‘�(��)M�=�7'),('R,ڤ��ԕ�X�\ry�','wp-content/themes/wanderfuls/css/ilightbox/minimal/ilightbox-minimal-skin.css',0,'k�N�qd2��۩�*�','k�N�qd2��۩�*�'),('R3�Us�3��}T��','wp-includes/js/autosave.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��f_�H����\rt'),('R:h��π6����','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/script.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�VOG���p<�3k'),('R@)Lx��g��ۅ؃','wp-content/plugins/w3-total-cache/lib/CF/cloudfiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1��\0�z,�ǻ|'),('RQ�b7f�� |~ۓ�(','wp-admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�\r����,��d9w'),('RY�O�Xs�?=�Nkn�p','wp-content/uploads/2015/10/corporate-150x150.jpg',0,'�c�,WDĠ��>���A','�c�,WDĠ��>���A'),('ReQ�B�V����J�','wp-content/plugins/contact-form-7/languages/contact-form-7-bel.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�o���ij���'),('Rhz���%�s!ӇVd','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�T&J��)e}��o'),('Rk��:�l⇿^�f�','wp-content/uploads/revslider/templates/imagegallery/slide7.jpg',0,'Ӓ�O:Юe8��@�','Ӓ�O:Юe8��@�'),('R}`���D���̷�!�','wp-content/plugins/w3-total-cache/lib/W3/Enterprise/SnsServer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�a�ޔ�ة4�ŕA'),('R~��R�q��x��i�BO','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/ajax/mysql_test.php',0,'I��5��D�w���;','I��5��D�w���;'),('R�a�Y�/P��@.��','wp-content/plugins/revslider/admin/assets/images/toolbar/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('R���1?���Y�VDt�','wp-content/plugins/wordfence/lib/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�z~�i�,L���'),('R�x�4Mp@�9u\n֊ p','wp-includes/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Nm�h���;\Z@��'),('R��|Rx/�bzn9\0*�J','wp-admin/includes/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dě%$I��FIQ�B;K'),('R���L�W��p.','wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js',0,'�w��{mF�me��','�w��{mF�me��'),('R�\\SC�|ju�9��A','wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sH_O��IΒ�l���x'),('R��\\�|�>w)�,`��','wp-content/plugins/contact-form-7/languages/contact-form-7-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Te�]�\\I��c�6��'),('R�p5�����Si','wp-content/plugins/wordfence/images/flags/iq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����!\n���s�7��'),('R¥�����Le�q	�&�','wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3)��()ݰ4}\n�'),('Rհ0F�8�:wNX�6t�','wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php',0,'�W�壬��Z�H��|!','�W�壬��Z�H��|!'),('R�)_j@\Z���nQp','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php',0,'\"�ߧo]7����?1','\"�ߧo]7����?1'),('R�4���&���>a�','wp-content/themes/wanderfuls/css/ilightbox/smooth/buttons.png',0,'X*G׷��:���\n��','X*G׷��:���\n��'),('R�d��(\Z�#ulo\Z�','wp-content/uploads/revslider/templates/innovation/slide2.jpg',0,'��0�������9�J�','��0�������9�J�'),('R�H\r0��!�d�?c&','wp-includes/widgets/class-wp-widget-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��iM������>�B8p'),('R�2\"i#Kg�}��\\','wp-content/uploads/2015/11/60s-and-70s-Vinyl-Record-Centerpiece.jpg',0,'����/`�>F#��','����/`�>F#��'),('R��^�[�3_\Z��Z�','wp-content/plugins/backupbuddy/destinations/rackspace/init.php',0,'��Q�0�_��0����E�','��Q�0�_��0����E�'),('S\n����T6& ���','wp-content/uploads/2015/10/slide_008.jpg',0,'9@�+�hs+jap��','9@�+�hs+jap��'),('S\"�����C������','wp-content/uploads/2015/10/holder-equal2-150x150.jpg',0,'�2�F�Ƿ=%s`@o�','�2�F�Ƿ=%s`@o�'),('SLo��|�]����-�\\','wp-content/uploads/backupbuddy_backups/index.php',0,'�3B[*�ԖG:_����','�3B[*�ԖG:_����'),('S �kW�c-Ҟ�xv��','wp-content/plugins/w3-total-cache/inc/options/support/form/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('S#�頢��v3��J','wp-content/uploads/revslider/templates/betteryoutube/slide2.jpg',0,'����@�9��b	�','����@�9��b	�'),('S.FȫA�j���(�:','wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P\nޅL1A�Wb��\0'),('S0�־��K/17u���','wp-includes/js/jquery/ui/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�˪2�9Zhxi\"6�'),('S1����7\'�.׽','wp-content/plugins/w3-total-cache/lib/W3/Cache/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I���-�!��J�'),('SB�걹�$��8��','wp-content/plugins/backupbuddy/classes/api/_deleteSchedule.php',0,'�H��Q�����t3��','�H��Q�����t3��'),('SF�Ɯ�\Z�*Lf3�S~�','wp-content/plugins/backupbuddy/_importbuddy/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('SKdVqz���p�He��','wp-content/uploads/2015/11/mint-wand-145x300.jpg',0,'���^��in?	�ݫf��','���^��in?	�ݫf��'),('SX+7�1?���-','wp-includes/js/jcrop/Jcrop.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��7e�����Q�%K'),('S_W,?jB!O�*�ͣ�','wp-content/plugins/backupbuddy/js/errorNumbers.js',0,'v@1KH=8��V� �','v@1KH=8��V� �'),('S���]��gK��ϖ@t�','wp-content/themes/wanderfuls/framework/testimonials/testimonials-config.php',0,'uJ�Oİ����-���','uJ�Oİ����-���'),('S����p�>��Wr�YE','wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�@�r����_�s'),('S���_>0	������','wp-content/plugins/backupbuddy/images/dest_gear.png',0,'E�77���60�p��\r','E�77���60�p��\r'),('S��	�f���� �','wp-content/plugins/w3-total-cache/lib/Minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('S�T+)Μ<�C�e�2\r','wp-content/plugins/wordfence/images/flags/kn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hp�(��\"�I��[�'),('S�.\\2D	K~aFE�z','wp-content/plugins/js_composer/vc_classmap.json.php',0,'W���Hz$bL��&-','W���Hz$bL��&-'),('S����}���n�5�v�','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/social_links.php',0,'�k�N���Y;���','�k�N���Y;���'),('S�d�:��jr-I����F','wp-content/plugins/wordfence/images/flags/co.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7\"��}��ˀ���'),('S����@9�r����','wp-content/plugins/wordpress-database-reset/assets/js/bsmselect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';G+|�zk��.r�OB'),('S�c!%�.Kk���*t�','wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js',0,'��n-���T�U	�Ϸ','��n-���T�U	�Ϸ'),('S�]����MR��ކL','wp-content/plugins/w3-total-cache/inc/lightbox/cdn_s3_bucket_location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�aQ���c��_�'),('S��ܢ�|L�K)�~k','wp-content/uploads/2015/11/corporate-centerpiece-3-300x218.jpg',0,'u�s%*_d� >��=IW','u�s%*_d� >��=IW'),('S��&�az8�Jض9�','wp-includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8��K�W�]R�;M��'),('S�M��<^4>_﷛I\\','wp-content/plugins/revslider/public/assets/assets/sources/revolution_slide2.png',0,'7(]ʉ\"��Z��j�','7(]ʉ\"��Z��j�'),('S߻T�{��?�U��2','wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_highlight-soft_25_eaf2fa_1x100.png',0,'5�FZ��HW�f�7��','5�FZ��HW�f�7��'),('S�2�?>�i�&qx^�','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php',0,'XB�,4��g9����EH','XB�,4��g9����EH'),('S�4�~��TQ8G��M\'','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-save-big.png',0,'��{�|�����','��{�|�����'),('T��	u)9��� ��','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/OAuth/Consumer/Dropbox.php',0,'���CŒQ��@��','���CŒQ��@��'),('T\rv1F�~�c���_/(','wp-content/plugins/js_composer/assets/images/icons/alarm-clock.png',0,'�iP�[2��ȯ��ٜ','�iP�[2��ȯ��ٜ'),('T�r���~�W]�','wp-includes/class-wp-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',g��F��;�`Bg���'),('T#�J4��+;0:��','wp-content/uploads/2015/10/Metallic-silver-and-maroon-centerpiece-designed-by-Wanderfuls-for-Ninas-retirement-party..jpg',0,'�X�����XQՙ�@','�X�����XQՙ�@'),('T(�V\'����~3��r�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Plus.php',0,'j�Ər�N(�Q�eC','j�Ər�N(�Q�eC'),('T+<^d:;�Eg(I�F','wp-content/plugins/js_composer/include/autoload/vendors/acf.php',0,'6��ͥ�9⭨|pX','6��ͥ�9⭨|pX'),('T6K?���s� �7(�','wp-includes/customize/class-wp-customize-sidebar-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!T+caβF��������'),('T?�?:q׮P��ah\'��','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��_���;$�\nuu�'),('TMcg}�C�����O1�','wp-content/plugins/w3-total-cache/lib/Minify/Solar/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('TM����l����','wp-admin/includes/class-wp-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�C�g���%��կ��'),('TO\\؝���(�0{ZJ','wp-content/uploads/2015/11/cornflower-wand.jpg',0,'ט�B��?S��y��','ט�B��?S��y��'),('TT��[fc��-6��','wp-content/plugins/wp-fastest-cache/templates/cdn/maxcdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&���!?�*�O�'),('TX9O�%�1ha���','wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_55_ffffff_40x100.png',0,'���������DÎ���','���������DÎ���'),('T[�{E:���~g�}�','wp-content/plugins/wp-optimize/languages/wp-optimize-hu_HU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�BU�6?��lw\n'),('T\\54�j�c�����','wp-content/uploads/revslider/templates/websitebuilder-clients/slide1.jpg',0,'��U}eo6�Ub�.��','��U}eo6�Ub�.��'),('Tb�]E��T \"��P���','wp-content/plugins/revslider/admin/assets/images/toolbar/arrow_grey.png',0,'7�M����g��J�>','7�M����g��J�>'),('Ti��X��Ri�c�@L�','wp-content/uploads/2015/11/yellow-candy-centerpiece-300x218.jpg',0,'�R���S��w�ʶ��','�R���S��w�ʶ��'),('T��N�]4�����?c','wp-content/uploads/2015/11/navy-wand-145x300.jpg',0,'�c�Dw�s�pSe61L','�c�Dw�s�pSe61L'),('T�.o@Ψ2�w�v��X�','wp-includes/js/jcrop/jquery.Jcrop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/a��Lru�4�\Z�'),('T���vm?,�a���T4�','wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'-�nL9 a\Z�!�n�'),('T�w}��t���8l)h','wp-content/plugins/w3-total-cache/inc/popup/pagespeed_results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�b\0)�}���t��'),('T�y���%m\r�Xj','wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg',0,'�E\\E\"Ċ�u��O\0#','�E\\E\"Ċ�u��O\0#'),('T�E���I�Z�?3]�w','wp-content/uploads/2015/10/Sun-Flower-150x150.jpg',0,'�����8|�fT8b��,','�����8|�fT8b��,'),('T��{��%/��>��}','wp-content/plugins/js_composer/locale/js_composer-zh_TW.po',0,'<X䐛�_\\�O�;V�\"C','<X䐛�_\\�O�;V�\"C'),('T�Wl�3�XO����','wp-content/uploads/2015/10/findyourcolors1-150x90.jpg',0,'0-#y���԰���X`','0-#y���԰���X`'),('T֙P��X��c��-��','wp-content/uploads/2015/11/bridal_shower_lg-150x150.jpg',0,'���D��X�u�	�o���','���D��X�u�	�o���'),('T�.���d��8�y�','wp-content/plugins/wordfence/images/flags/ae.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�4%����E�\'M}l'),('T��͌��*�c�s�J','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/strict.php',0,'���B����\n�,�','���B����\n�,�'),('T��~ՠm��`�Qu�z','wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/slide1.jpg',0,'5��IE(��`�F/n� T','5��IE(��`�F/n� T'),('T�r7��g��:��','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/woocommerce-carousel.png',0,'�~�n��\r?Z�-$��','�~�n��\r?Z�-$��'),('T��֞Z�X34\0~�-�','wp-content/plugins/w3-total-cache/languages/faq-en_US.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��>���l%�{�'),('UY�ԗ�+V�i�fg��','wp-content/uploads/2015/11/candy-foil-wrapped.jpg',0,'���RȎ��H��\r�','���RȎ��H��\r�'),('U���4|)-�\0','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'������q����X\Z'),('U15�Z+�\"����K�','wp-content/plugins/backupbuddy/lib/zipbuddy/history.txt',0,'��U�sǢ����o,','��U�sǢ����o,'),('U�\\p{J��O�Q�&','wp-includes/SimplePie/Cache/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C���2]�]#|j'),('U$�W�\r6�E��n��','wp-content/uploads/2015/11/teal-white-birthday2.jpg',0,'H*��V����8٥�KP','H*��V����8٥�KP'),('U\"P���Gx��','wp-content/uploads/2015/11/slide1_2-150x150.jpg',0,'y\rO\na��?^E�S�A','y\rO\na��?^E�S�A'),('U\ZD�ȫ�΃�<[���','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('U\ZO¿��.ΓD�Ƈc�','wp-content/uploads/2015/10/White-and-teal-Wanderfuls-centerpiece-at-Marissas-tea-party-wedding-shower.-150x150.jpg',0,'*�*�\r�kൃ|�a?�','*�*�\r�kൃ|�a?�'),('UXS\0��%*���','wp-content/uploads/revslider/clubix/s-890x451.jpg',0,'��^Ym]�;ъ��D','��^Ym]�;ъ��D'),('U;+dt�	4��T','wp-content/plugins/backupbuddy/lib/updater/admin.php',0,'c�MN�5)����.�','c�MN�5)����.�'),('U \0��Gq��*~��','wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php',0,'�-�?������ChF','�-�?������ChF'),('U ���%OI�zFa��a','wp-content/themes/wanderfuls/framework/classes/global-object.php',0,'��Rm������?kU�r','��Rm������?kU�r'),('U#v��\0�?�_Q���','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Diagnostics/ConfigurationWindowsEventLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;q�0g[���`�);'),('U&yR��v��#/��\n','wp-content/plugins/backupbuddy/classes/wp-cli.php',0,'ϤX�6�\"I9`c�T�','ϤX�6�\"I9`c�T�'),('URF\\��Ιˮ���ȃ�','wp-content/themes/wanderfuls/partials/blog/media/blog-entry-gallery.php',0,'\\�\rf�-ժȐ	Q>���','\\�\rf�-ժȐ	Q>���'),('Uf<��>�Lb��','wp-content/plugins/w3-total-cache/lib/Microsoft/Uri/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���΄��y���'),('Uj�\'�Q��\"^�6�','wp-content/plugins/js_composer/assets/less/js_composer_backend_editor.less',0,'p�\ny�\Z�(��2�','p�\ny�\Z�(��2�'),('Un��Pn����?S','wp-content/plugins/backupbuddy/images/icon_menu_16x16.png',0,'��M�@F�nQ��\\��-','��M�@F�nQ��\\��-'),('UrG7xB�/B�7۳�E','wp-content/themes/wanderfuls/framework/customizer/settings/testimonials.php',0,'�3y�2�n�@£cdS','�3y�2�n�@£cdS'),('U~W���Xv�_#2��','wp-content/plugins/revslider/includes/slider.class.php',0,'�i�~��W\nnӢ&�','�i�~��W\nnӢ&�'),('U���u]���N ���2�','wp-content/uploads/2015/11/findyoursizes-150x90.jpg',0,'�c��s\"#i��(�E��S','�c��s\"#i��(�E��S'),('U�����pU�4֜','wp-content/themes/wanderfuls/framework/classes/post-series.php',0,'̊��j1�H��\\�;Y','̊��j1�H��\\�;Y'),('U�nɓb4lZ,I','wp-admin/css/about-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a3\"*�N�pY~+��'),('U�\Z��SPFJ��&ys','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Manager.php',0,'aS��#����1�$�','aS��#����1�$�'),('U��}5&`J[�u:','wp-content/plugins/wordfence/images/flags/br.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�H%�W��Q��[���'),('U�G{��P�;\\��i�B','wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�%�b�\r��3�Θ'),('U����=�9�SԵ�','wp-content/themes/wanderfuls/framework/customizer/settings/mobile_menu.php',0,',��nn5��;��\'��',',��nn5��;��\'��'),('U���$i\"u��&��9','wp-includes/images/crystal/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l��ڤ�;�='),('UŧD �R�a����','wp-content/plugins/contact-form-7/languages/contact-form-7-sq.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�,��r�͜�|Ӂ�'),('U�+e��Z�C�Xi','wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php',0,'AYx{x�/d�\'Z �','AYx{x�/d�\'Z �'),('Uݠd	��[\n5�����','wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php',0,'��D�i���z�)����e','��D�i���z�)����e'),('U�PO�i�r��w�l~�','wp-content/uploads/2015/11/lavender-wand-145x300.jpg',0,'D��qKϽ� *�U�','D��qKϽ� *�U�'),('U���QG�bZ\"��\Z*','wp-content/plugins/w3-total-cache/inc/widget/pagespeed_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$|Ss�u��<Ͳ�'),('U�����B��U�8p,�','wp-content/uploads/2015/11/Broadway-Theater-New-York-Centerpiece-150x150.jpg',0,'�[�#��/x>�:���','�[�#��/x>�:���'),('V#2bԧi(��msP','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-bordercolor.png',0,'i\'�]9�i�	��T+W','i\'�]9�i�	��T+W'),('V\n��U`�_�5���8','wp-includes/js/customize-base.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��9��9\'#�(q1�'),('V�K����F$����','wp-content/plugins/js_composer/assets/lib/vc_carousel/LICENSE',0,';��8e_�T��ƽW',';��8e_�T��ƽW'),('V;j����������','wp-content/uploads/2015/10/McDonalds-Managers-Event.jpg',0,'��3��N֜���V��;','��3��N֜���V��;'),('V\"7����Iߋq4j�','wp-content/plugins/w3-total-cache/lib/Minify/Minify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�Z����ؠN���H'),('V\"�$/Nش@��:m��','wp-content/themes/wanderfuls/images/social/twitter.png',0,'��٦\0��1\r�	��','��٦\0��1\r�	��'),('V(��T����>@��','wp-content/uploads/2015/10/White-and-Hot-Pink-brAlmond-from-Toronto.jpg',0,'<�	?R�F �I+','<�	?R�F �I+'),('V33�rTC�@U�~�\n�\n','wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d\Z��\r(v:`�N�\n'),('V5��yh-���F�Qa','wp-content/plugins/js_composer/assets/less/lib/frontend_vc_row.less',0,'\Z��\0�M����?�','\Z��\0�M����?�'),('V5�ɣ�;A)��@����','wp-content/uploads/2015/11/wedding_lg-150x150.jpg',0,'T��Ş��&82*�0)','T��Ş��&82*�0)'),('V>����֞�=��','wp-content/uploads/2015/10/rm7L_P1.jpg',0,'@,��NB\nKk�A','@,��NB\nKk�A'),('VFo�o�ۂ�C*�}+','wp-content/plugins/wp-fastest-cache/templates/htaccess.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F$+�^wxM%��߮\"'),('VI�י�@�����$�','wp-content/themes/wanderfuls/partials/blog/media/blog-single-gallery.php',0,'S-!�aOl�n�Iy>�','S-!�aOl�n�Iy>�'),('VL6�7G^l%D5z3��','wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OiT�0�*\0�h�)g�'),('VU0\\��%�k�:V�٦�','wp-content/plugins/wordpress-seo/admin/views/partial-alerts-errors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%-��H��Xwk����p'),('Vh#�x��q��\ZZK�','wp-content/plugins/w3-total-cache/lib/W3/AdminActions/EdgeModeActionsAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')9��lׅ�\'����'),('VlJ�y���e����','wp-content/plugins/wp-optimize/wp-optimize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�c:����nU'),('Vne!�z0u1?��','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=?�=$��MXw��2'),('VrGW��,�W퐆��o�','wp-content/themes/wanderfuls/vcex_templates/vcex_pricing.php',0,'�K\\���e�M$}�Ϧ�','�K\\���e�M$}�Ϧ�'),('Vrm�KE�p�j��6�','wp-admin/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[N�W��_p�w�0'),('V��ss��:値�7','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php',0,'bx���҈�F��M�ߧ','bx���҈�F��M�ߧ'),('V�Rv-�!rG��','wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.ttf',0,'�݆5e�L�8��&Sj!','�݆5e�L�8��&Sj!'),('V�o��������qK_F','wp-content/uploads/2015/10/filling.jpg',0,'�� �rZ��lTN��tt','�� �rZ��lTN��tt'),('V�����댏$�x','wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�B�L�p🀷5�A'),('V�1$E�d��}ٞP#��','wp-content/uploads/2015/10/wand_diagram2.jpg',0,']�XF�p��u6�\Z�r�',']�XF�p��u6�\Z�r�'),('V��>a%�yd}���\Z','wp-content/uploads/2015/11/site.js',0,'d�/\'��Ú*�ϳ�','d�/\'��Ú*�ϳ�'),('V�`\'��Uk�5�I','wp-content/plugins/revslider/admin/assets/images/import_slider.png',0,'��]\r�z�crZ�F��1','��]\r�z�crZ�F��1'),('V�b�\'&1%��ή�J�','wp-content/uploads/revslider/templates/fullsite-block-6-callout/slide1.jpg',0,'i2�8����o���','i2�8����o���'),('V����6�9�sC�!�?�','wp-content/plugins/wordfence/images/flags/tc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G/���	������QJ'),('V��{��/�:2��','wp-content/plugins/wordpress-seo/images/banner-premium-seo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Dp�B\"�����p�4�'),('V׀��\'h��Ĉ+:��','wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�M�i�A��֖r�'),('V�ش͟�fn��*b�N�','wp-content/plugins/backupbuddy/lib/updater/images/logo-ithemes.png',0,'����T�ѐ�at��','����T�ѐ�at��'),('V�/�@��\0Q��k	�','wp-content/plugins/backupbuddy/controllers/ajax/repairbuddy.php',0,'?���-��u8q�}�$�','?���-��u8q�}�$�'),('V�K��h�Ka���Q_','wp-content/uploads/2015/11/teal-wand-145x300.jpg',0,'ѥqg���0������','ѥqg���0������'),('V�2��|�e�8���','wp-content/themes/wanderfuls/skins/classes/flat/flat-skin.php',0,'ž5��Դ/�p	�ś$n','ž5��Դ/�p	�ś$n'),('V�iW�PҪ5�E4���y','wp-content/plugins/wordpress-seo/js/dist/select2/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��x���9�?ļ�['),('V��,�|� �Ojg��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wF��K\0����'),('Wy]/O�jW�����','wp-content/plugins/w3-total-cache/inc/options/cdn/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('WK�]�	���r��','wp-content/themes/wanderfuls/partials/next-prev.php',0,'x���I�Y���щ�','x���I�Y���щ�'),('We�g>6�?ܾ�}�2','wp-content/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/bullets.png',0,'��o�5�M�Z:��W<ݐ','��o�5�M�Z:��W<ݐ'),('W��u�Q\no<�,	@','wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȹ	�Z^��+�}i��'),('W	6�1�����X��C�','wp-content/uploads/2015/10/Sedona.jpg',0,'�\\�HUշ3�ž��d@�','�\\�HUշ3�ž��d@�'),('W�A��}�o���','wp-content/plugins/revslider/admin/assets/images/sliderpresets/scroll_fullscreen.png',0,'��\Z\'�\"{\n�ߊQ=�','��\Z\'�\"{\n�ߊQ=�'),('Wk��m��`�^ScV�G','wp-content/plugins/contact-form-7/includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�����S��<��'),('WǸ�,����9:�','wp-content/plugins/w3-total-cache/lib/W3/Db/mssql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n}�kp;�R����'),('W.*�*&���5Φ','wp-content/plugins/revslider/languages/revslider-en_US.po',0,'\\5zQ-UbE�F�|Q0?','\\5zQ-UbE�F�|Q0?'),('WAe�\\T�\"��\0;�b1','wp-content/uploads/2015/11/St.-Patricks-Day-Shamrock-Centerpiece-300x300.jpg',0,'�I�t��������[�\'','�I�t��������[�\''),('WF�����c�[�ǐ','wp-content/themes/wanderfuls/partials/staff/staff-single-layout.php',0,'T���c,`;�f��q','T���c,`;�f��q'),('WN�	b%�9pY&����','wp-content/plugins/wordfence/css/jquery-ui.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N3(�-�M���\r��'),('WQ\"4*������','wp-content/themes/wanderfuls/partials/post-type/post-type-entry.php',0,'�W1=h[)Z�t?7���','�W1=h[)Z�t?7���'),('WU�K�5�g�*\\v�','wp-content/uploads/2015/10/Sweet-16-party-with-black-and-gold-Wanderfuls.-300x225.jpg',0,'�+U��4<Ȅ!��lc�','�+U��4<Ȅ!��lc�'),('Wf��>�[J*	7@+�','wp-content/themes/wanderfuls/woocommerce/single-product/product-image.php',0,'�A�mU��xuЄIB�','�A�mU��xuЄIB�'),('Wq� S�~S!w�`\"oA�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','΁:���%N�!\\A'),('W{�g- X��\'=n8','wp-admin/moderation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TB���YR��\"4�o�'),('W})Ӗ7���e�}5�9,','wp-admin/load-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�s��~WI&��s7S_'),('W��ݗ1@�6�%�O)9','wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php',0,'Z��=�ɩ)ǹ��j�','Z��=�ɩ)ǹ��j�'),('W��iA�X�b��u�\0','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/responsive-embed.less',0,'H��K�\'�\"�D��^^9�','H��K�\'�\"�D��^^9�'),('W���/a^L�H�Ā','wp-content/uploads/2015/10/Pink-Gumballs-300x300.jpg',0,'��6Pq�\"�\'@��','��6Pq�\"�\'@��'),('W�Rv=�+n�:H�','wp-content/themes/wanderfuls/partials/overlays/title-category-visible.php',0,'��d�b\"	�x7!��','��d�b\"	�x7!��'),('W����CGq�	�8�\nat','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php',0,'�馀�`$�9͒���','�馀�`$�9͒���'),('W��(8����w�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php',0,'��׋L����X\"�|�','��׋L����X\"�|�'),('W�<�dv�6ۉ��p�','wp-content/uploads/2015/11/theme-tropical-150x150.jpg',0,'�۞w7xm�w]�s�\\v','�۞w7xm�w]�s�\\v'),('W�X��[��Q�N��','wp-content/themes/wanderfuls/css/ilightbox/metro-black/social-bg.png',0,'!�`x�����qD�S','!�`x�����qD�S'),('W�q�a\Z6���[\\��D','wp-content/uploads/2015/11/African-Jungle-Safari-Leopard-Centerpiece1.jpg',0,'�[��O�ݙ��/�','�[��O�ݙ��/�'),('Wڥ�����3>C��','wp-content/themes/wanderfuls/partials/blog/blog-single-title.php',0,',E�Jf��b|*�C',',E�Jf��b|*�C'),('W�u\"�mUp���_�;V�','wp-content/plugins/w3-total-cache/lib/W3/Cdn/Mirror.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��aJ��M3?:|��'),('W���ؾ�*�_��Ns','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/ajax/create_admin.php',0,'X��\n��S��E��ʊ','X��\n��S��E��ʊ'),('W�%�oyb�\0�9��{G','wp-content/uploads/2015/11/periwinkle-wand.jpg',0,'��f�\"����W\Z���','��f�\"����W\Z���'),('X	?5�(�g����:���','wp-content/uploads/2015/10/Peach-Bouquet.jpg',0,'J7O3���&�)�','J7O3���&�)�'),('XZ�-CO��XdK�','wp-content/plugins/backupbuddy/images/dest_arrow.jpg',0,'%5�a��魸fO8q','%5�a��魸fO8q'),('Xͮ���xⷙ�#��','wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��T�1�˙\r���'),('X,I�Ϗ­��d���','wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php',0,'��@�F�*�u��=','��@�F�*�u��='),('X,�E�Cj$_��8I��0','wp-includes/images/smilies/icon_cool.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F~��ߢ.���>t8'),('X<۫�{\\\\#<��I|+','wp-content/plugins/backupbuddy/destinations/gdrive/Google/IO/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('X=:��;�5��w�','wp-content/plugins/revslider/languages/revslider-zh_CN.po',0,'�*�*��k�Opj1Ts\\','�*�*��k�Opj1Ts\\'),('X@��|}�����K�	','wp-content/uploads/2015/11/row-of-favors-150x150.jpg',0,'^���QW�U�_���l','^���QW�U�_���l'),('XB,�5�¾Jy��Lׇ','wp-content/themes/wanderfuls/framework/customizer/settings/portfolio.php',0,'>�۫��a���h�{�s�','>�۫��a���h�{�s�'),('XF�\n\n\\�����->�=','wp-content/plugins/backupbuddy/destinations/local/init.php',0,'a�.P#�	���!%n','a�.P#�	���!%n'),('XG�o�)\r���FW�_','wp-content/plugins/backupbuddy/controllers/cron.php',0,' ���h:dV�y�VX',' ���h:dV�y�VX'),('XQF�UZcMa�h%M�`','sizesNewPAGEswif.html',0,'|�oc��ڮ�x��	Ѧ','|�oc��ڮ�x��	Ѧ'),('XZlHf\"[��.��@��','read_state.php',0,'��9I\0�?^\0ŏZA','��9I\0�?^\0ŏZA'),('X{m��5F`>�m	�','wp-content/plugins/js_composer/assets/less/modules/vc_table.less',0,'?��S\\w�|�`�u��','?��S\\w�|�`�u��'),('X}\Z��	���=;!G�-�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php',0,'�!w������U�T�','�!w������U�T�'),('X��S-�!/P��ch&ʂ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Version1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�% ��l���<���t�'),('X�:8+˓2>V]��8�','wp-admin/images/sort-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nQ&�] �0�-����'),('X�ؚ���K\"�\Z/i$�','wp-content/themes/wanderfuls/css/font-awesome.min.css',0,'1˦�p���� y�G','1˦�p���� y�G'),('X�g�D��O�9J�\rb�G','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/responsive-visibility.less',0,'t���[�f�(�s��U�','t���[�f�(�s��U�'),('X���<.�����W��','wp-content/plugins/revslider/admin/assets/imports/fashion/slide1.jpg',0,'���E�̼��	�QΣ','���E�̼��	�QΣ'),('X�&s����ʖJb��','wp-content/plugins/backupbuddy/images/pluginbuddy.png',0,'��j��T�\0�d�R�','��j��T�\0�d�R�'),('X�2\r�����/�=','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-rev-logo-mini.png',0,'\n�#�j�v�- aH��','\n�#�j�v�- aH��'),('X��BI�-���]���','wp-content/themes/wanderfuls/framework/addons/custom-js.php',0,'����Hͨ�[bY�u��q','����Hͨ�[bY�u��q'),('X�[⋘H�n��̖	$','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��!j�ŕVۮH�{'),('X���0M�gWх\Zp�','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-list-profiles.php',0,'S��4>#�0;fZw��','S��4>#�0;fZw��'),('X�G_�L16)pDp,�','wp-content/plugins/backupbuddy/destinations/rackspace/icon50.png',0,'P�	b#,d]��ۏ�','P�	b#,d]��ۏ�'),('X���G������z�X','wp-admin/includes/class-wp-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������6��֨)�6�'),('XǙѽ1�7��\"���','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif',0,'�R�\'qs�h`� qxZ!w','�R�\'qs�h`� qxZ!w'),('X��2>T�U\0�o8��','wp-content/plugins/wp-optimize/css/wpo_admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~�9�E�e�.�'),('X�d�R\0��ǫHX�%�','wp-content/plugins/revslider/admin/assets/images/toolbar/backtoidle.png',0,'�W�G�ws��V\\�','�W�G�ws��V\\�'),('X�4�.�MJ.��@�P','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/Request2.php',0,'K3.��f�j���+','K3.��f�j���+'),('X�n�`#� gl3�','wp-content/uploads/2015/11/yellow-birthday-centerpiece2-300x222.jpg',0,'���\n����Ԣa��','���\n����Ԣa��'),('X��e���>.��\0y�r','wp-content/uploads/2015/11/Aqua-and-Periwinkle-150x150.jpg',0,'\r����Ţ;��e��','\r����Ţ;��e��'),('Y��}p67�֔�&o�','wp-content/themes/wanderfuls/framework/updates/update-front-end-notice.php',0,'�+��H����pV#','�+��H����pV#'),('Y�)�\ZDZ!�Hb�5�','wp-content/plugins/revslider/admin/assets/imports/contenttabs/slide1.jpg',0,'�s�41#��O����','�s�41#��O����'),('Y&5�—랪�Y��o1','wp-content/plugins/w3-total-cache/languages/w3-total-cache-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\ZA���JRz��'),('Y\'�w`K��b\\���1�','wp-content/uploads/2015/10/candy-jordan-almonds.jpg',0,'A�7���-�I���OI�','A�7���-�I���OI�'),('Y,Qp�gmu#�e���~','wp-includes/widgets/class-wp-nav-menu-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�B9U(�bG,*��e'),('Y/�Zެ�CV$1�','wp-content/plugins/wordpress-seo/admin/class-yoast-alerts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uC�B<詈v=͟Kإ'),('Y8�y�p��kCѥf1','wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.eot',0,'�&�}�y���D���','�&�}�y���D���'),('Y8ȧcG�mBةnި�','wp-content/plugins/backupbuddy/pluginbuddy/images/feed.png',0,'U�0�`X>*���','U�0�`X>*���'),('Y:�\r��+��r�f��&','wp-content/uploads/2015/11/Black-and-Yellow-Bumble-Bee-Centerpiece-262x300.jpg',0,'���?.O?#�;j;�','���?.O?#�;j;�'),('YH�v��fN9ݻ-�','wp-content/uploads/2015/10/Under-the-Sea-themed-centerpiece-created-for-a-fun-and-festive-birthday-party.-150x150.jpg',0,'K�M�G-�nW�A�','K�M�G-�nW�A�'),('YW��o�C���Нw)','wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slider.jpg',0,'+��n@l��*W�y�.N�','+��n@l��*W�y�.N�'),('Yc�a�l �(���','wp-content/plugins/revslider/admin/assets/imports/notgeneric/slide1.jpg',0,'�2U�tJ#���׫�','�2U�tJ#���׫�'),('Y��f��۪��)d �','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Taskqueue.php',0,'<�|&�B_$�o���','<�|&�B_$�o���'),('Y�La���h�(','wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���$���d5��y~�'),('Y��m�L_[��٪�m�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-maxwidth.png',0,'�K�G���+�.���','�K�G���+�.���'),('Y�,�e�A��w�`���','wp-includes/images/media/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����h�\0��ì�u'),('Y�����b蕮F���X�','wp-content/plugins/w3-total-cache/lib/W3/Plugin/DbCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɂ����X&e_P|v^�'),('Y���M�zL���k{��','wp-content/uploads/2015/10/1-300x175.jpg',0,'�3P�[4y�Mdo[�>W','�3P�[4y�Mdo[�>W'),('Y�68�H;%,�_c\n�','wp-includes/css/wp-auth-check.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O���;}��$�HBҔ'),('Y�]łs�����#1S�','wp-content/plugins/backupbuddy/controllers/pages/backup.php',0,'m\nV�[&�Amg�\\diA','m\nV�[&�Amg�\\diA'),('Y�7�����Eek��','wp-content/uploads/2015/10/Gold-White-150x150.jpg',0,'Yf�W�������>','Yf�W�������>'),('YÒ��<�L&�i��.','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php',0,'w=��=�B���|�P�','w=��=�B���|�P�'),('Y����]���ŞI���','wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#G_��MVژ�y�'),('Yօ4��:+X�[Z\Z��','wp-content/plugins/wordfence/images/flags/fr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%���}�2�K����'),('Y֝��U����}�r/','wp-includes/SimplePie/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y���:�oMh�vL�4'),('Y�H�V�B9\\[�,��','wp-content/uploads/2015/11/Metallic-Gold-and-Black-150x150.jpg',0,'�ðuYe���U}�רK\\','�ðuYe���U}�רK\\'),('Y���*�M�$���','wp-content/plugins/wordfence/images/flags/cc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���TÒ��;�+R�@'),('Y����K}�ae\Za�^�','wp-content/uploads/2016/01/girlandivorylarge1.png',0,'���P�[��3���\r�','���P�[��3���\r�'),('Zv8~��`�֬�_','wp-content/plugins/wordfence/images/flags/mx.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\?��a��ҫ�K/ҋ'),('Z�L_�Q~3�C','wp-content/plugins/wordpress-seo/js/dist/wp-seo-featured-image-330.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�1��IK��\\�B'),('Za:��Hg#a���j��','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ru_RU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VC3Z��<I�驇Q�'),('Z$`�����0�P_�^3A','wp-content/uploads/2015/10/Dark-and-light-purple-centerpiece-for-Denises-Christening-party.-150x150.jpg',0,'�N�\"�p�\0K�UT�,','�N�\"�p�\0K�UT�,'),('Z&f�We������ 1','wp-content/uploads/2015/11/African-Jungle-Safari-Giraffe-Centerpiece-150x150.jpg',0,'�B�_f&�iWl�Z��','�B�_f&�iWl�Z��'),('Z0�+I�8e�1}b�R�','wp-content/uploads/2015/10/Margarita-300x247.jpg',0,'��_3�f)��S_�','��_3�f)��S_�'),('Z4<n?e�����','wp-content/plugins/wordfence/lib/wfConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0����*��3a�y'),('ZC��	��E%\0)��','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/Net/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('ZXr|,��؃T$n���A','wp-content/uploads/2015/11/African-Jungle-Safari-Giraffe-Centerpiece-262x300.jpg',0,'�\r�Pc����s���8(','�\r�Pc����s���8('),('ZaE��1��|�r','wp-content/plugins/js_composer/assets/less/settings_tabs/tabs_ui.less',0,'AMh�r����&Ji:z�','AMh�r����&Ji:z�'),('Zm���lq����','wp-content/uploads/2015/11/Hot-Pink-with-White-Accents-150x150.jpg',0,'җ�x�6��1WAW(�t','җ�x�6��1WAW(�t'),('Zx��1�2K�Z�,��','wp-includes/customize/class-wp-customize-header-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�q��0�]�1�'),('Z~��n4�T�e^�F','wp-content/plugins/backupbuddy/images/status/blue.png',0,'�4���e<D#O����P','�4���e<D#O����P'),('ZҌ�[��\nv���	F','wp-includes/SimplePie/gzdecode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8��a��al�4�'),('Z�FK G��\\��a�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-grid.php',0,'|z��t�Lz��,+/','|z��t�Lz��,+/'),('Z��W��Iߟ�]��','wp-content/uploads/2015/10/White-and-Hot-Pink-brAlmond-from-Toronto-150x150.jpg',0,'��I6\0P�>{�>�s�,/','��I6\0P�>{�>�s�,/'),('Z�Y<�\0�g^i\0Cz�{','wp-content/plugins/w3-total-cache/inc/options/common/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wO��.|:i_HŜ'),('Z�w���˩>���','wp-content/plugins/revslider/admin/assets/js/codemirror/util/overlay.js',0,'$P&�-������j','$P&�-������j'),('Z�+k�9���j�Zϼ�','wp-content/uploads/2015/11/gold-wand-150x150.jpg',0,'�!w���\\��	��n�','�!w���\\��	��n�'),('Z��¹&W�ĵ�O�','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_animated_block_admin.less',0,'��^S�4�F�xPzr','��^S�4�F�xPzr'),('Z��TU\\�O�L+#���','wp-content/themes/wanderfuls/skins/classes/flat/screenshot.jpg',0,'�?a�\"��/�ީF�','�?a�\"��/�ީF�'),('Z���%Ȗ�uR��D','wp-content/plugins/js_composer/assets/images/icons/blue-document-excel.png',0,'m�p�m�]0����X�C','m�p�m�]0����X�C'),('Z����� %/�Z�z9��','wp-admin/includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�^u�����@�z�,�'),('Z��i#��\\�O��','wp-content/plugins/revslider/admin/assets/images/sliderpresets/flat_carousel_thumbs.png',0,'�E��Q,vm1�ju�','�E��Q,vm1�ju�'),('Z�(\"��rxB�~B��','wp-content/plugins/backupbuddy/images/status/settings.png',0,'�C0�Ē~Йx潩��','�C0�Ē~Йx潩��'),('Z�\0��Y���� æfg','wp-includes/js/crop/marqueeVert.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0���9��R���'),('Z���栣��؈7�X�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Provider/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('Z��R��9X	�Л8zK.','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-chooser-2-dark.png',0,'�f�	-��c������P','�f�	-��c������P'),('Z��L�+�R(���S�.','wp-content/uploads/2015/10/Knicks-Season-Subscriber-Event-centerpieces-designed-by-Wanderfuls.-150x150.jpg',0,'�\'��Ϙ��8�dn','�\'��Ϙ��8�dn'),('Z�X��~���:�Qjs','wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode-standalone.js',0,'�����P�0Ev$��yG','�����P�0Ev$��yG'),('Z��q22l])����','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('Z�۠1�^��1Q�[�','wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js',0,'��ؕ����i��t��/','��ؕ����i��t��/'),('Z�J�Qh��w˴;','wp-content/themes/wanderfuls/footer.php',0,'�	p�[��Wd����','�	p�[��Wd����'),('Z�\0�\0��`\'g�','wp-content/plugins/js_composer/assets/images/icons/application-image.png',0,'yϟ|��*��?ܠ��','yϟ|��*��?ܠ��'),('[�Jp\n�����','wp-content/plugins/backupbuddy/destinations/gdrive/Google/IO/Exception.php',0,'���E^���\n(����','���E^���\n(����'),('[\0�VE��k�n8��','wp-content/plugins/w3-total-cache/pub/img/overlay/list-check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�Ɓkʋ	��o�;�I'),('[i��Ҳk[�or|�\0','wp-content/plugins/wordpress-seo/css/toggle-switch/toggle-switch.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\rAŒF�~G\Z�#�|k'),('[4�ik�G�QC	P ','wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php',0,'�6Zu�w��rL!�.','�6Zu�w��rL!�.'),('[5���Y�Nh���K�M�','wp-includes/customize/class-wp-widget-area-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�oV[���~��TQ��'),('[G\\}\"L\Z6M�!�p�','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Crypt/Blowfish.php',0,'e2\'������Ut�','e2\'������Ut�'),('[Q\"ABb.Q����:�','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�#�kz������I]'),('[R]��w+|���D','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/js/ui.widget.js',0,'u_����]Ϫ�M','u_����]Ϫ�M'),('[T� ��4Kt\rι�','wp-content/uploads/2015/10/home-gallery-3-large1-150x150.jpg',0,'�\rg�I��*V^�R��','�\rg�I��*V^�R��'),('[Z��8�C��pƸ�','wp-content/plugins/js_composer/assets/less/lib/editor.less',0,'��Kuq�{��z�al��','��Kuq�{��z�al��'),('[h�i&.��E\r5S��','wp-content/plugins/wordfence/images/flags/cv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5`�	�xJ��B�W�'),('[x��V�C�F�l���','wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/slider.jpg',0,'�,�%լ⋏,	��!y�','�,�%լ⋏,	��!y�'),('[~6��Mp�\'���q','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��[U��,�gw'),('[��=�R��Ņd5H�','wp-content/uploads/2015/10/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding.-300x225.jpg',0,'�=�K���9�u�۝ ��','�=�K���9�u�۝ ��'),('[��#ܧ\Z>]��<�','wp-admin/css/colors/ectoplasm/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CZ\r��ʈ�׍Y1�\\+'),('[�k�Xt��9Nt��','wp-content/plugins/wordfence/images/flags/za.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pCh�\"ڟ.��3�'),('[��s��A$��B�','wp-content/uploads/2015/11/pink-favors-on-table-150x150.jpg',0,'pN���(_Aٙ�@�','pN���(_Aٙ�@�'),('[�>�x�;�wn/t�H','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��SV����Sr�A��'),('[��7���*Cð㟊\0H','wp-content/plugins/w3-total-cache/pub/img/overlay/save-close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�Æ�)����D�'),('[��B�S��h�fc��','wp-content/uploads/2015/10/startdesigningnow-150x105.jpg',0,'�5Bܨ�Q2)nV�*��','�5Bܨ�Q2)nV�*��'),('[���=�څ}��m��','wp-content/plugins/revslider/languages/revslider-it_IT.mo',0,'�<�M#$r���F�A','�<�M#$r���F�A'),('[���1�YAdk�,','wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bظ��F�إ�H��u'),('[���Iw�O�0�Ï','wp-content/themes/wanderfuls/partials/search/header-search-dropdown.php',0,'�,$�G������:E0�','�,$�G������:E0�'),('[��\\�_/Ek�n��O','wp-content/uploads/revslider/templates/ourteamcarousel/slide5.jpg',0,'Z���}-��L��*�','Z���}-��L��*�'),('[���셻����z','wp-content/plugins/backupbuddy/js/admin.js',0,'�e�iK���|g\Ze|L','�e�iK���|g\Ze|L'),('[�ئ�m��Np�h','wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��\"�CP���zA�'),('[ꠏ�|K�o�یb7�','wp-admin/user/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����-x���Nb��'),('[�:��k ^�i&k��','wp-content/plugins/js_composer/assets/less/lib/vc_pointer.less',0,'5I(�`��#|,nf��','5I(�`��#|,nf��'),('[��ښn!g�X�y��d','wp-content/uploads/2015/11/navy-wand.jpg',0,'6�/���#��&�ַ�','6�/���#��&�ַ�'),('[�uLg���KjYHQ�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-alignright-dark.png',0,'�^�q;���[j�x','�^�q;���[j�x'),('\\����^2�&�۲','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Crypt/TripleDES.php',0,'�!n���}zm�_�','�!n���}zm�_�'),('\\�ꅙT���	��]','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_widget_sidebar.less',0,'$bS�zӕ�+���ڛ','$bS�zӕ�+���ڛ'),('\\\n�;:�I�\"�@�Oh�','wp-content/plugins/contact-form-7/modules/response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�~c\rs\\p.D`/JT'),('\\vvڡwx^��4C�1','wp-content/plugins/wordfence/images/flags/jo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӎ��1������W�'),('\\?+V�Qa�@����l','wp-content/plugins/wordfence/images/flags/st.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RK�����{���< '),('\\�����9�����','wp-admin/ms-upgrade-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��&\"�S�m��8h�m'),('\\hi��n�\\\"��u\"�','wp-content/plugins/w3-total-cache/ini/dbcluster-config-sample.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)E;�z\'��FL-'),('\\�n���r�Y�q_�+','wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide3.jpg',0,'ŗQ��?�[<��n�','ŗQ��?�[<��n�'),('\\&Ĩ�fo��݈g�W�','wp-content/plugins/wordfence/images/flags/gm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�{���Y0]��'),('\\/��W\"-���Τ1q�','wp-content/plugins/wordfence/images/flags/uy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rC����ӳ�AL��)'),('\\D�a[�l@#�dk`Ԥ','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_charts.less',0,'o2�L�٣B&��T�z','o2�L�٣B&��T�z'),('\\OB�P�<���gK$N','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/Exception/RequestToken.php',0,'���1y��h8�A��c�','���1y��h8�A��c�'),('\\R:���t�<W*�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php',0,'^��؉rzB�%�Y�','^��؉rzB�%�Y�'),('\\[��i%Ͱ<��e�>�','wp-includes/css/wp-pointer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����LQON���8@'),('\\[��r�#0焅�k\n\r�','wp-content/uploads/2015/11/orange.jpg',0,'z�*�3��T;}�ʹ','z�*�3��T;}�ʹ'),('\\k7�6:J�!�;ٳL','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-aligntop-light.png',0,'�2}pƚ�}���/�ؓ','�2}pƚ�}���/�ؓ'),('\\|��]��8�\n��-\n','wp-content/plugins/backupbuddy/views/settings/_other.php',0,'��wkt�6�i�0��\'�','��wkt�6�i�0��\'�'),('\\�т�?$�̈́8����','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��h�w0���GBC'),('\\�b�A�|p��W�,','wp-content/plugins/backupbuddy/controllers/pages/_ms_import/_step7.php',0,'��\nSxH\r8��oT(�ڟ','��\nSxH\r8��oT(�ڟ'),('\\��I:��ڲEX���WO','wp-content/plugins/wordfence/images/flags/fk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��I�]��Q�\n1'),('\\�#���CpR�]���','wp-content/uploads/2015/10/corppg-150x150.jpg',0,'�W��B\'F)}H���','�W��B\'F)}H���'),('\\�ΣG�@K%O3�','wp-content/plugins/backupbuddy/controllers/pages/_ms_import/_step1.php',0,'�A+�a\Z,3E^�7���','�A+�a\Z,3E^�7���'),('\\�	$w!6�p���','wp-content/plugins/w3-total-cache/lib/W3/UI/UserAgentGroupsAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�+q�&�2ru�M��'),('\\��b��8�27��R|�','wp-content/uploads/2015/11/Hot-Pink-and-Lime-Centerpiece-300x300.jpg',0,'h8[�G��V�j��du','h8[�G��V�j��du'),('\\��{AS\'u���	��','wp-content/uploads/2016/01/girlandivorylarge2.jpg',0,'�iD\"۔,���{�9 ','�iD\"۔,���{�9 '),('\\�Š/s��h\n\n��','wp-content/themes/wanderfuls/partials/header/header-menu-mobile-icons.php',0,'A��g@2�J_k�\r\'g(�','A��g@2�J_k�\r\'g(�'),('\\����o��z^����','wp-content/themes/wanderfuls/framework/addons/assets/widget_areas.js',0,'q���YdyJ<ie�Fًn','q���YdyJ<ie�Fًn'),('\\�J~e�m�uG�Z�X','wp-content/plugins/backupbuddy/controllers/ajax/restore_file_restore.php',0,'��zz�%�`ڣ��bf','��zz�%�`ڣ��bf'),('\\”���i��ʪ���','wp-content/uploads/2015/10/wand_diagram2-300x138.jpg',0,'��i �S�(!��','��i �S�(!��'),('\\��7z�����lr��','wp-content/themes/wanderfuls/css/ilightbox/smooth/arrow-prev-icon-ie.png',0,'�̓^%�<���vd�','�̓^%�<���vd�'),('\\�\0��>�+���Fb��','wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\r�0��'),('\\���X��X����`','wp-content/plugins/js_composer/assets/less/params/vc_message_color.less',0,'��#��Q�+Eu�','��#��Q�+Eu�'),('\\��V��in,��=��','wp-content/themes/wanderfuls/framework/config/tribe-events.php',0,'����妆�0��c','����妆�0��c'),(']�혏dT���\'J�','wp-content/plugins/wordfence/images/flags/ua.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�s���J�����'),(']�-y`iu�/ўE','wp-content/uploads/2015/11/candy-other-150x150.jpg',0,'e�Ƅ���w�\'N�̳','e�Ƅ���w�\'N�̳'),(']\r%�,C��؈��5�)','wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.eot',0,'7ˌ\Z�tZ�R�!�x�','7ˌ\Z�tZ�R�!�x�'),('])\Z;<пO�/�_�L�','wp-content/uploads/2015/10/filling2-150x150.jpg',0,'\'��-�lYIv�ڳ�Qv','\'��-�lYIv�ڳ�Qv'),(']�lƿB�sJQ_�Q�t','wp-content/uploads/2015/10/closeup-300x218.jpg',0,'ʷt��fD��]W��','ʷt��fD��]W��'),(']`�/lɳ�\\��2�','wp-content/uploads/revslider/clubix/2-pic-1024x350.jpg',0,' <��.Rb Fץ��δ�',' <��.Rb Fץ��δ�'),('](R�&!��1;�3��','wp-includes/js/wp-ajax-response.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\'�����[#X�+'),(']4�Թ-��6��$�\"','wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php',0,'���%�Q�f�3�è�','���%�Q�f�3�è�'),(']A6p��}��0��v3L','wp-content/plugins/wordfence/images/flags/tf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�v=^���4�sʉ<�'),(']B#�2�z��bU��/','wp-includes/Text/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lp՞��n��7q��*'),(']J���������|`,�','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/skillbar.php',0,'*�<�r���A��x�Fȇ','*�<�r���A��x�Fȇ'),(']K1��K\Z;sn8脥��','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service.php',0,'����7xʵ��_�	','����7xʵ��_�	'),(']M̕�G0����_\r','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php',0,'}7���ϲ�-�V*{�[','}7���ϲ�-�V*{�['),(']O,�D��λIO`u��','wp-content/plugins/js_composer.zip',0,'�c�/�S���K}D�','�c�/�S���K}D�'),(']r.��bZą�V�?','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/border-radius.less',0,'0�O��̘6�쉴�','0�O��̘6�쉴�'),(']r�Ñ�U|$�M�`�','wp-content/uploads/revslider/clubix/3-pic-663x227.jpg',0,'r.��1�{q�?�~','r.��1�{q�?�~'),(']��g> �ӡ��','wp-content/plugins/wordfence/images/flags/ki.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[�#0+��A�g�'),(']���]���o��?','wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�tMgsh]�5@��e'),(']�F9�h�\r���\n��','wp-content/plugins/backupbuddy/css/jit_icicle.css',0,'��bش�H�SU�\Z','��bش�H�SU�\Z'),(']�]8��X&҄�i��','wp-content/plugins/w3-total-cache/lib/W3/AdminActions/ActionHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Xd\Z�r��P�ޭ�'),(']���@2�`��9�5','wp-content/plugins/w3-total-cache/lib/W3/AdminActions/LicensingActionsAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5��,%x�G�� ���K'),(']�\r-�!iy����g�','wp-content/plugins/w3-total-cache/inc/options/cdn/netdna.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z����*�����'),(']����c1���O����','wp-content/plugins/wordpress-seo/wp-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o*�����\'>!hS!'),(']��P���Tkvt��8A','wp-admin/network/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0+\Z=l�.��W@�'),(']���*������J�','wp-content/plugins/wordfence/images/icons/email_go.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��E��H)�.��'),(']���uF��a���>','wp-content/plugins/wordfence/images/flags/td.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�l0#�8;��6���'),(']����\"}[�Y�R�','wp-admin/css/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a}_��YA.\Z4!��'),(']�L$z��GІ�!�X','wp-content/plugins/js_composer/locale/js_composer-ja_JP.po',0,'U�q���:ݛO��l�R','U�q���:ݛO��l�R'),(']�I2� �\"?�!','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php',0,'&�^]-0p��n�o��T','&�^]-0p��n�o��T'),(']��7{(Ajm0��.','wp-content/themes/wanderfuls/css/ilightbox/mac/caption-bg.png',0,'���=-Ӱ���җ�1','���=-Ӱ���җ�1'),(']��?����=z�/��','wp-content/plugins/backupbuddy/controllers/activation.php',0,'�@S�A���*B�W����','�@S�A���*B�W����'),('^\Z����-=]!k��','wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide4.jpg',0,'���^�\Z~|���','���^�\Z~|���'),('^{.�NZ�s����<','wp-content/plugins/w3-total-cache/lib/W3/Environment/WpLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �eɈޅ�p�s�S�'),('^������o�-�+','wp-content/uploads/2015/11/coral-wand-150x150.jpg',0,'=�_ݳ�<�[���3','=�_ݳ�<�[���3'),('^%�2QR��T�\'�d��','wp-content/plugins/wp-fastest-cache/inc/cache.php',0,'��_��8\ZI`�)���','��_��8\ZI`�)���'),('^2�A�_zS���ț','wp-content/uploads/2015/10/Green-and-white-graduation-themed-centerpiece-by-Wanderfuls-for-Merissas-college-graduation-party..jpg',0,'~���������)gw�','~���������)gw�'),('^4Sg��Sb�:�*ӎ','wp-content/plugins/backupbuddy/pluginbuddy/js/tooltip.js',0,':�y؀�*�S�tV',':�y؀�*�S�tV'),('^9(-(Ų�y ���0q*','wp-admin/user/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0ڍ�KN� ���N�-'),('^@ղ{\'��_���92','wp-admin/upgrade-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^����uP�qX\\e��'),('^D�V����!o�$+','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�y�%I�*'),('^U\"u~�L+{%sH)��','wp-content/plugins/revslider/admin/assets/imports/fashion/slide5.jpg',0,'^������G\Z�=k�d','^������G\Z�=k�d'),('^Zj���\rv�r,��\n','wp-content/uploads/revslider/templates/interactivewhiteboard/slide4.jpg',0,'��P�V���?�u','��P�V���?�u'),('^_��b(gG�<>����','wp-content/plugins/backupbuddy/views/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('^l\Z��w��K��G�e�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Customsearch.php',0,'b!�@�8R?�=����.','b!�@�8R?�=����.'),('^yG=ڜFg;3�á�','wp-content/plugins/wordfence/images/button-grad-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��RC���Ty�?�'),('^}2��q�h��q-��N','wp-content/plugins/revslider/admin/assets/images/tp_newsletter_bg.png',0,',������[#��\Z',',������[#��\Z'),('^�Ð��+�y|�','wp-includes/images/crystal/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�9�Т1�T��n��'),('^��Е��뉳�mx��','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php',0,'��0�fUG8���','��0�fUG8���'),('^�Qj��j2“|I','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[W���FgԴ�	�2�'),('^�T�j�`b���w','wp-content/plugins/backupbuddy/classes/restore.php',0,'LR\'�#�������`','LR\'�#�������`'),('^���\\D�^�L�JC�','wp-content/plugins/backupbuddy/destinations/stash/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('^ʙB`�I�ҵ�\0�}','wp-content/plugins/w3-total-cache/ini/xcache.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';����R�sH�Q��t'),('^�ʼn���������','wp-content/themes/wanderfuls/vc_templates/legacy/vc_row-3.0.0.php',0,'S7�G̳�GX�1�#w','S7�G̳�GX�1�#w'),('^Ҫ��c�+r��OC妵','wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_AU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D79�(�����:~'),('^ԒNj{������_x̺','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/Request2/Exception.php',0,'i�Y�&Gq�N|�{��','i�Y�&Gq�N|�{��'),('^�y�D�`�H��:','wp-content/plugins/backupbuddy/images/nomatch-x.png',0,'�M;;\rX��	1�q��','�M;;\rX��	1�q��'),('^�]���r24z ��','wp-content/uploads/2015/10/White-and-teal-Wanderfuls-centerpiece-at-Marissas-tea-party-wedding-shower..jpg',0,'�}�#�a�o#S��','�}�#�a�o#S��'),('^��h4&������\Z�','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N{�K�51�L]�?+�>'),('_�\0��d �MP~��D','wp-includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R1\r���m,<j\Z�_�'),('_�k4�!*}��݄ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>B����aX���wa;'),('_,,(\\*��&`5��','wp-content/plugins/backupbuddy/destinations/site/init.php',0,'�D�G���IT�beR��\'','�D�G���IT�beR��\''),('_5�I�t�������','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_next.png',0,'��]�g{{=�/��`','��]�g{{=�/��`'),('_*�⽞L�0�>\r','wp-includes/feed-rss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(i�Kt�,Ur�s��H'),('_@N�yE:SS��t�)5','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/ajax/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('_K�u8~��4掳Qi','wp-content/uploads/2015/11/Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece1-262x300.jpg',0,'�$ܞ}2饲	��','�$ܞ}2饲	��'),('_M/�#�xu�����s','wp-content/plugins/w3-total-cache/languages/ar.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AqC|eb�JV\\c�}��'),('_j��_��/���yӱ','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Au�PIuw!�k绛'),('_mn7�&�ۧy%���','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/pricing.png',0,'E�f�ݖpT��;=t;�','E�f�ݖpT��;=t;�'),('_o�����($yA)��','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/OAuth/Consumer/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('_t��f��U�ѡ���U','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-fonts.less',0,'��iL�x�g�~W�/T','��iL�x�g�~W�/T'),('_|\'쟹�-\\�K�0�','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php',0,'���2��cv��6��','���2��cv��6��'),('_~�r��N������_','wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_highlight-soft_50_dddddd_1x100.png',0,'�\"�ޡ�o���e�l��','�\"�ޡ�o���e�l��'),('_��H�ڈ>\"2�^ �R','wp-content/uploads/2015/10/Waldorf-Astoria-Women-of-Valor-event-with-white-and-gold-Wanderfuls.-258x300.jpg',0,'}�ƕ4o%�s��>a�','}�ƕ4o%�s��>a�'),('_�1�0�z��.��V','wp-content/plugins/backupbuddy/lib/xzipbuddy/zbdir.php',0,'oV�#(��*��i�','oV�#(��*��i�'),('_��B��$���z.4�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php',0,'�~��<lsؚ��!�','�~��<lsؚ��!�'),('_��#1ޟJHp�C�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php',0,'�J��GHޖJ�w�d�','�J��GHޖJ�w�d�'),('_�:nwfћT�4pO�','wp-content/plugins/wp-optimize/languages/wp-optimize-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b?���g#ph��o�'),('_�n�<�gu��RG^�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php',0,'�}Թ�����@n2�','�}Թ�����@n2�'),('_� 92pb0L�����hx','wp-content/plugins/wordpress-seo/languages/wordpress-seo-hr.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1G�O�v�\r���+�'),('_�Լ��RTap�F��Z','wp-content/uploads/2015/11/celedon-wand-145x300.jpg',0,'k9�O�݄��ɲ','k9�O�݄��ɲ'),('_�|��T�M^���J','wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g�	0U���n>*�'),('_��4�3���=��','wp-includes/images/uploader-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\M�����m��'),('_�s:V����Qb.�k','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/AppInfo.php',0,'�5V�V��p��','�5V�V��p��'),('_�{x�X��1EL�ޤ�s','wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php',0,'��H�~i����D�A','��H�~i����D�A'),('_ߖָ����\\�o+[y','wp-content/plugins/revslider/admin/assets/imports/youtubehero/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('_��\r�P��R\\�ʞw�','wp-content/plugins/widget-countdown/includes/widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J�O�b1J�Cs�'),('_�lR&��N�\Z�01','wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.eot',0,'�+�r/9��0\0H9�','�+�r/9��0\0H9�'),('_�	V�N�i%�l5�','wp-content/uploads/2015/11/aqua-wand.jpg',0,'A�^��\'�s��a�u�','A�^��\'�s��a�u�'),('_�(�C���M6�9�','wp-admin/includes/class-wp-links-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�Z�ZI�L��:�'),('_����#ϱ�|fg','wp-content/plugins/w3-total-cache/lib/W3/Cdn/Azure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߡWB\'\\�\\�0��b'),('_����ёlh��X&\r','wp-content/themes/wanderfuls/partials/page-header-subheading.php',0,'��s�/���R�\Z','��s�/���R�\Z'),('_����8}���?�','wp-includes/css/media-views-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gP���˄X���~'),('_����q���}�	+�ɦ','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/_dbreplace.php',0,'��F�F��j��Xr','��F�F��j��Xr'),('_�X����X���\Zm�','wp-content/plugins/w3-total-cache/inc/functions/multisite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��(�\0���X��'),('`��r�8B�t\\�(�','wp-content/plugins/w3-total-cache/lib/W3/Widget/Services.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x*k����j�-�}'),('`��E\\m�tG��F(�','wp-content/plugins/backupbuddy/css/wp-admin-fonticon.css',0,'���h��T��s2H�_�','���h��T��s2H�_�'),('`[B%,4��(=�%�','wp-content/themes/wanderfuls/woocommerce.php',0,'��z�/�����}','��z�/�����}'),('`��S�`NI�^G�','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�i@�G�g��0�p'),('`G�o*R\'��ޣ','wp-content/themes/wanderfuls/framework/visual-composer/helpers/build-query.php',0,'����e/�Qhs��Ȇ','����e/�Qhs��Ȇ'),('`%�ֽ�j��\'��P��','wp-admin/js/edit-comments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H����P�LO��'),('`3g����qB���)','wp-content/uploads/2015/11/slide3-150x150.jpg',0,'�BG�~�A�x��`k�OK','�BG�~�A�x��`k�OK'),('`:Õ�v�\';�꩕��','wp-content/themes/wanderfuls/skins/classes/gaps/css/gaps-style.css',0,'�����dO�yѹ_��','�����dO�yѹ_��'),('`;\"�o�0���a��','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/gradients.less',0,'�LX\r%&���3�','�LX\r%&���3�'),('`<]i?6d���p+�ժ','wp-content/uploads/2015/10/download.png',0,'I�7]�em�h��ȣtV?','I�7]�em�h��ȣtV?'),('`=��5�iH(���Υ','wp-content/plugins/js_composer/assets/less/popups/modal_add_element.less',0,'��h;S�\0q�9d��2q','��h;S�\0q�9d��2q'),('`F���GT��5?�','wp-content/themes/wanderfuls/css/ilightbox/metro-black/play-icon-ie.png',0,'E�6)L�/V�Y�>�','E�6)L�/V�Y�>�'),('`O(�G7���`	�M@','wp-content/plugins/wordfence/images/flags/ws.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\0N���=H��O�sT'),('`X[r���횎�E','wp-content/plugins/wordfence/images/flags/cg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UXB\'#�T�w��{'),('`[��P���ҩar��','wp-content/plugins/revslider/admin/assets/images/mainoptions/auto.png',0,'_S��.���&o\"N��','_S��.���&o\"N��'),('`h3z��IV���MC','wp-content/plugins/w3-total-cache/lib/CSSTidy/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('`hb��:I�wJN��','wp-content/themes/wanderfuls/css/ilightbox/mac/back-ie.png',0,'�]߽�e,��OJ�=�	','�]߽�e,��OJ�=�	'),('`i4�����5��Wȟ�','wp-content/plugins/js_composer/assets/less/settings_tabs/design_options.less',0,'��g�cI�?�m�a���','��g�cI�?�m�a���'),('`m/8M�s�Ѷ��MG�','wp-content/plugins/wp-optimize/languages/wp-optimize-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gg�K(x��iE)o��'),('`mX��rW��#UE�ܞ]','wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide2.jpg',0,'V6l�� �֜`��S�','V6l�� �֜`��S�'),('`n���W�y\Z��^�{','wp-content/themes/wanderfuls/bootstrap336/css/bootstrap.css.map',0,'cF/�5�*�|\r�TZ�','cF/�5�*�|\r�TZ�'),('`�\n4� �tidx[�,�W','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/external/URITemplateParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܂��BH�K�;�^i�'),('`�-\"�`��^>��5��','wp-content/uploads/2015/10/Safari-themed-centerpieces-create-for-Joe-and-Kates-wild-wedding.-150x150.jpg',0,'�K�N[+��z�7q�','�K�N[+��z�7q�'),('`�m�[鴡ƿj��','wp-content/plugins/wordfence/images/flags/vi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��~)N�SϢԡ��'),('`�w�Wu\\���M�r�','wp-content/plugins/revslider/admin/assets/images/toolbar/tools_white.png',0,'�s�՚�P6��d�m�','�s�՚�P6��d�m�'),('`�c0���\\���3�','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�\"%é�O�DZ�j'),('`�z�{��Ib^@�S','wp-content/plugins/w3-total-cache/pub/img/ps_grad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���ɻ@>�ѳZ�\rC'),('`�v?SX-*�w%*�','wp-content/uploads/2015/11/teal-centerpiece-lg-150x150.jpg',0,'���F��>��Kث\\','���F��>��Kث\\'),('`ڮ/ZE�\0�]�܋3�P','wp-content/plugins/wordfence/images/flags/pk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p,������k��'),('`�p1?��L+��<&��','wp-content/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/default.min.css',0,'D3?A)(�11���','D3?A)(�11���'),('`���;�\"�-���+~;','wp-includes/js/tinymce/plugins/media/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�R&��-@�6���'),('`��lԲ�yn���L;�','wp-content/plugins/js_composer/locale/js_composer-fa_IR.mo',0,'���WB�^͑�o�4','���WB�^͑�o�4'),('`��U�2���mdW','wp-includes/class-wp-customize-nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���� �� �b'),('a\0�K^$-O\"E�E�','wp-content/plugins/backupbuddy/images/check.png',0,'��RG.WVwA�kR~��','��RG.WVwA�kR~��'),('aFfz�d,��j+�','wp-content/uploads/revslider/templates/fullsite-block-2-about/slide2.jpg',0,'�`�87݅U����','�`�87݅U����'),('a��\Z����\r�I�	m','wp-content/uploads/2015/11/lime-green-graduation-centerpiece.jpg',0,'����aC��p�(!','����aC��p�(!'),('a��%�\'�A�v��|','wp-content/themes/wanderfuls/css/ilightbox/mac/close-25.png',0,'!�O��\\ނ�l2','!�O��\\ނ�l2'),('a\Z�c����r�2��','wp-content/plugins/wordfence/js/jquery.tmpl.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}�\"���7ڷ��DZ'),('a!�/E~m��\0M�����','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ca.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qքdE�$�����YY'),('a\"�>���n>��ɀJ �','wp-content/plugins/backupbuddy/pluginbuddy/images/pluginbuddy_tip.png',0,'>5��uj�c3nG��t','>5��uj�c3nG��t'),('a(�\0�\'~��u����W','wp-content/plugins/wordpress-seo/images/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3'),('a)�TMW�Oo��Q�|�','wp-admin/images/media-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6@p�z^ye��'),('a,��n:!\">b���\'h','wp-content/uploads/2015/11/Blue-Dolphin-Caribbean-Ocean-Centerpiece-262x300.jpg',0,'�$ܞ}2饲	��','�$ܞ}2饲	��'),('a.I��c�tR��s.�','wp-content/plugins/contact-form-7/includes/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�E��UG�v�?U�'),('a=��}�o�;2�y	N','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib-0.3.5.txt',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('aR~_����S�U	�','wp-content/plugins/js_composer/assets/vc/fe/move.png',0,'4��yh���~�؊4','4��yh���~�؊4'),('a\\c,I\"5T��#̋�','wp-admin/images/media-button-music.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�2\\Z�/��ޕ'),('a^k���/_�?�UPK�','wp-content/themes/wanderfuls/partials/search/header-search-overlay.php',0,'αa���#�o�b%\0���','αa���#�o�b%\0���'),('a`gFk6;H�>J�m��','wp-content/uploads/2015/10/Movie-Star-150x150.jpg',0,'�d�!��a����X� �','�d�!��a����X� �'),('af%Xu1��(�o��9)D','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Store/Consumer/CacheLite.php',0,'.*34��y��\Z�}��','.*34��y��\Z�}��'),('amF�I���8!;\Z	:','wp-content/uploads/2015/11/teal.jpg',0,'��%��=_o������]','��%��=_o������]'),('aya��\'��F<T/h\0��','wp-content/plugins/revslider/admin/assets/images/icon-text-layer.png',0,'\0����n��$��:','\0����n��$��:'),('a�p�D�h:�n�.�X�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/carousel.less',0,'M�~�S:�l�/G\rY}0','M�~�S:�l�/G\rY}0'),('a�F�V��2\\Ɣ�MFW','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|��E����/hOϘ'),('a�wb��|ہt����','wp-content/uploads/2015/11/wedding-favors-main-1-150x150.jpg',0,'�������J�','�������J�'),('a��P	�)Ҽ��	l���','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php',0,'�\n�Y\n&�����','�\n�Y\n&�����'),('a�#��n�2fl\\�	�','wp-content/plugins/wordfence/images/flags/gp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��©ը�m� �g'),('a����(m�EB�l�','wp-includes/media-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�-���y1�7_a�)'),('a�kgj�#���Q�*�','wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php',0,'��ۻ�\'^*����-$D','��ۻ�\'^*����-$D'),('a�c�CH\r��=l@ĸ','wp-admin/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�^�UD�>��s1�'),('a�#A&�����V�','wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php',0,'��U:bO���PZ��m','��U:bO���PZ��m'),('a׈1��m@t\0!��)=','wp-content/uploads/2015/10/Blooming-Earth-277x300.jpg',0,'�#�ϣ/�R�[��!C','�#�ϣ/�R�[��!C'),('a��p�~�\'�1\n��','wp-content/uploads/2015/10/slide_003.jpg',0,'�H\r=nr�-Y�l��','�H\r=nr�-Y�l��'),('aݝ�y�FR+�\0�	�','wp-content/uploads/2015/10/Multi-Colored-Pastel-Centerpiece-brBrann-from-Tennessee.jpg',0,'`�w{I4���]t�c','`�w{I4���]t�c'),('a�|\n��|@X\n��fM\r�','wp-content/plugins/wordfence/css/dt_table.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�f��\Z��}�I+o'),('a��Ȇ��^Y�ʿ�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php',0,'�vD���>�ߔ���D\r�','�vD���>�ߔ���D\r�'),('a��?�X@�����','wp-content/plugins/wordfence/images/flags/lc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��fF��n�m�U�%\\'),('b	� ���sKHn�q�','wp-content/plugins/w3-total-cache/ini/php.append.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X[i:���8�'),('b��T��H@���','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/testimonials_slider.php',0,'>ü_\r���	���','>ü_\r���	���'),('b\"��_�����n','wp-content/plugins/w3-total-cache/inc/popup/cdn_import_library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Z�5������Rgִ�'),('b,/d��*8b������','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/ValueStore.php',0,'�2�/�|���A�#�','�2�/�|���A�#�'),('b,��*�\'�hqp:�<X<','wp-content/uploads/2015/10/White-and-Aqua-Tiffany-from-Colorado-150x150.jpg',0,'و�J���L�L��t/m','و�J���L�L��t/m'),('b2�E���>�7�','wp-content/themes/wanderfuls/css/ilightbox/mac/play-25.png',0,'z��Fug�6�䒢9`','z��Fug�6�䒢9`'),('b32�N?R��V�MC�R\'','wp-content/plugins/wordfence/images/flags/bj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N,X\nl�Y�%��_��'),('b>�c}dzB_^�Sx-b','wp-content/plugins/revslider/admin/assets/imports/web-product-dark/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('b?,Q���e�f�\\I','wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php',0,'Qӻ7߀���3��1`','Qӻ7߀���3��1`'),('bG�6\\W>��Yte�3','wp-content/themes/wanderfuls/partials/blog/blog-single-meta.php',0,'��7���o����ʽ��','��7���o����ʽ��'),('bHA�Z�χ�e�2ϝ��','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php',0,'K�e�Ѽc���e)�l\0','K�e�Ѽc���e)�l\0'),('bY�,��ϥY�r۝�;�','wp-includes/js/crop/cropper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ky5�ni*M(��'),('b^�G�&5P��4OM�','wp-content/plugins/w3-total-cache/pub/css/popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4/�ӱ��yG`��;D'),('b`o��R���	:_�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_BR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�5!6����;�·�'),('bf��f����,1�T�','wp-content/uploads/2015/10/slide_001-100x50.jpg',0,'��I9�_A{��\\�','��I9�_A{��\\�'),('br�,V�:T����U�','wp-content/plugins/js_composer/include/params/param_group/param_group.php',0,'��(��\\�P_� �\0OO','��(��\\�P_� �\0OO'),('bs��X�k�d�K�hb','wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/slider.jpg',0,'	]���&(u���p���','	]���&(u���p���'),('bu/~���Iք9','wp-content/plugins/wordfence/images/flags/ge.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h��!4��:��R'),('b{�4�X0��U��2h','wp-content/plugins/js_composer/assets/vc/visual_composer_32.png',0,'5P1�����x�+V�','5P1�����x�+V�'),('b|N?~���}OM�?','wp-content/plugins/w3-total-cache/lib/W3/Cdn/S3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϛ�z��\Z�B�Z2�'),('b�\"����quǃ��','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js',0,'Fs�)�\Z��;D\n>�g|','Fs�)�\Z��;D\n>�g|'),('b�P/$$7�D��U�ܺ','wp-content/plugins/w3-total-cache/inc/widget/maxcdn_signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k����pa�C�]�%%'),('b�ð[1H���9���','wp-content/uploads/2015/11/teal-white-candy-300x218.jpg',0,'\n�\Z�X��fT��','\n�\Z�X��fT��'),('b���HzfW����gw�','wp-content/plugins/wordfence/lib/wfSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�Gr��U���\n�'),('b��7\n��UwX�r��','wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUICompressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�䎠�ͻ�m'),('b���K\0�-�:ݥ<','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Doubleclicksearch.php',0,'Y�k%�h�,P�)RF��','Y�k%�h�,P�)RF��'),('b�بo��T��b��z','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-zoffset.png',0,'\'!mE�)S�wL��','\'!mE�)S�wL��'),('bڤ�q�)\'�0GAF','wp-content/plugins/backupbuddy/pluginbuddy/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('b��`��Ҥ��-17@','wp-content/plugins/wordfence/images/flags/ag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\$�,� ���'),('b���Ҍ &�?�{','wp-includes/js/customize-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<�ܽL-�Im'),('b�+ƴݟ�3�','wp-includes/customize/class-wp-customize-nav-menu-location-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G4\"�w�k:�\'��'),('b�l�z��gQ�(dv;א','wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/vc_openiconic.min.css',0,'�+N���7e�6�p�','�+N���7e�6�p�'),('b��IB\nz�3�:�,�kZ','wp-content/uploads/2015/10/Fiery-Sunset-150x150.jpg',0,'�‘���sY!��،�*4','�‘���sY!��،�*4'),('b���\'��ۘU���]','wp-content/plugins/js_composer/assets/less/settings_tabs/vc_roles.less',0,'��+������W�h�','��+������W�h�'),('c\ng�s\nk���G��','wp-content/plugins/gzip-ninja-speed-compression/gzip-ninja-speed-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��0�Ф�;�:_�9�'),('c�.�K-��k3��d�','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`=ge��!���H'),('cNokHRnO%���','wp-content/uploads/2015/11/Hippie-Themed-Yellow-Submarine-Centerpiece-262x300.jpg',0,'z_�ɫƌn(�\nN','z_�ɫƌn(�\nN'),('c�4L]�˞��Mc','wp-admin/includes/class-wp-post-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\4�Z����eN]%�D'),('c�d��!�1�^3�%{','wp-content/plugins/w3-total-cache/configs/0.9.2.11-ConfigKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p���C+2I��9C�'),('c	���U/\0�����','LBCachingNinja_install_backup1454917950.htaccess',0,'�2�kg�;�LL�al','�2�kg�;�LL�al'),('c,���[xޫ�3�\n�@','wp-includes/js/jquery/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����R�(��‘e^'),('c0�?�u��>v�','wp-content/plugins/wordpress-seo/admin/views/dashboard-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P������x?Ե'),('c0�gGe��$4\'\"E\"�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Freebase.php',0,'7�D\'zb\0�5�B��Ц(','7�D\'zb\0�5�B��Ц('),('c>�A/��h�s','wp-content/themes/wanderfuls/vc_templates/vc_custom_heading.php',0,'7�S\ZI�|# :�4Hoj','7�S\ZI�|# :�4Hoj'),('cF�E�2� �(�N�#�','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_gitem_zone_height_mode.less',0,'������W�%A.ȎH','������W�%A.ȎH'),('cJ�m������b�>��','wp-content/uploads/2015/10/Clubhouse-Bouquet-150x150.jpg',0,'5��ֆ�|h��H˂�','5��ֆ�|h��H˂�'),('c]$%y�F�e�}��W','wp-content/plugins/wp-fastest-cache/js/schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')wܵ�#$yc�H�\"s'),('cb\\@�Y�$\Z�Y�a�','wp-content/uploads/2015/11/gold-wand.jpg',0,'�50��/*c�P\'f\r0','�50��/*c�P\'f\r0'),('cb�8�z�x&��.&H','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('cl�Y��+�yq�Ί�','wp-content/plugins/revslider/public/assets/assets/sources/tw.png',0,'I\rF@��z�˾3�U�n','I\rF@��z�˾3�U�n'),('c��Ѳ!��~��DC�','wp-content/uploads/revslider/clubix/s-663x336.jpg',0,'d���\"�z�\r��!B��','d���\"�z�\r��!B��'),('c�����ݓ�g\0X�J��','wp-content/plugins/backupbuddy/controllers/ajax/importbuddy.php',0,'�l�<W�G�PT/j�','�l�<W�G�PT/j�'),('c��ҽ��V%$n��','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php',0,' ��H��yjGs7/�~',' ��H��yjGs7/�~'),('c������D#�N���','wp-content/uploads/2015/10/Red-White.jpg',0,'���y,��	�Y��7�','���y,��	�Y��7�'),('c�Y�zQ���\"O���','SizesNewPage.html',0,'f�*i%�N�\r����','f�*i%�N�\r����'),('c��\ZP��#�������','wp-content/themes/wanderfuls/css/ilightbox/dark/caption-bg.png',0,'!�`x�����qD�S','!�`x�����qD�S'),('cٴvba{�D��>D��','wp-content/uploads/2015/11/Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece1-150x150.jpg',0,'��ɰST�\n[s�[K�','��ɰST�\n[s�[K�'),('c��@[�L���9� 9��','wp-content/uploads/2015/10/Kara-holding-the-Wanderfuls-centerpiece-we-designed-for-her-wedding.-150x150.jpg',0,'ߐ\\p�<n�8 h�8�','ߐ\\p�<n�8 h�8�'),('c���ԴFxA�\"��<','wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide1.jpg',0,'9�֬�؟�����','9�֬�؟�����'),('c���咋@�tԧY��,','wp-content/plugins/revslider/admin/assets/imports/sportshero/slider.jpg',0,'�c��Ƈ�_�\\�e��','�c��Ƈ�_�\\�e��'),('c���W4�(���z,I','wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php',0,'�u1��feP�\r���','�u1��feP�\r���'),('c��[b]��ݽ�JF','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q:6��\\��ȅ�[z��'),('d��:w���O�І','wp-includes/ID3/getid3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V�z�e=Iu��\\'),('d��1�쵓-�;O��','wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�)N���ˈ¨iv#'),('dwRQ��|���x','wp-content/uploads/2016/01/girlandivorylarge2-287x150.jpg',0,'XL�\Zo_KRsԫ�=','XL�\Zo_KRsԫ�='),('d��*O(��qb���','wp-content/plugins/wp-optimize/screenshot-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�+E��0o��1�L�D1'),('d\Zr�:��bs����','wp-content/plugins/w3-total-cache/lib/W3/ConfigBase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���L�q\0�N}��c�'),('d,>�͠�q\"�p���','wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide3.jpg',0,'�|���U���W�6��','�|���U���W�6��'),('d4���.�m�4ע�V)','wp-content/plugins/wordfence/images/flags/ni.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2��ԏ�,���fT�'),('d9��\'�nE:��7�','wp-content/themes/wanderfuls/bootstrap336/fonts/glyphicons-halflings-regular.woff',0,'�\'r2U�������X','�\'r2U�������X'),('d:��># bs�_�	1��','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/Mobile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZթG������e�'),('dK���I����>{�','wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_bordered.less',0,'?H�kE��o|x���Ս','?H�kE��o|x���Ս'),('dR��.���[deoWV�A','wp-content/uploads/2015/10/coupon_002-300x228.jpg',0,'�I�s�|5�y����','�I�s�|5�y����'),('d\\\Z+����j+�i6','wp-content/plugins/revslider/admin/assets/js/codemirror/util/searchcursor.js',0,'�d��N`F�ܼ���,5�','�d��N`F�ܼ���,5�'),('d}c\'V�=]��z7�M.','wp-content/themes/wanderfuls/partials/blog/media/blog-single-audio.php',0,'���n9�� φ0<J8T','���n9�� φ0<J8T'),('d}�W�\"��B�ګ�/A','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Provider/Exception.php',0,'FV�}��k.�`�W)\Z','FV�}��k.�`�W)\Z'),('d��95sB�5�Y','wp-content/uploads/2015/10/Sweetheart-300x300.jpg',0,'$l���ӊ*s���','$l���ӊ*s���'),('d���9`\0}�>�-�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/popovers.less',0,'E��u)�Љs57md���','E��u)�Љs57md���'),('d��m#N	�`w 4�q19','wp-content/uploads/2015/10/mickeybride1-150x150.jpg',0,'�o1~\'�����X�','�o1~\'�����X�'),('d�pN��V#Hz/��;y�','wp-content/plugins/backupbuddy/images/favicon.png',0,'B���ŀg\\�l6�7�','B���ŀg\\�l6�7�'),('d�F�I\n�]2\n��Tg','wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php',0,'t��I�(�#*p�9�n','t��I�(�#*p�9�n'),('d�j�.\r7���d�fiv','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-chooser-3-dark.png',0,';��^O���\"f',';��^O���\"f'),('d�<�s�}���gu��','wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1\0фpU�Y��c5'),('d�V���x�􋚨��','wp-content/plugins/wordpress-seo/css/kb-search-340.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\0 ;Q�4�4�'),('d�(��%J��@�G�','wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�զ�GM��uX{'),('d�hħ{q4�2�K\"�','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=p�m	�K�دat�'),('d�4�j�2U�V��$�P','wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�佐5\0���!��*['),('d�K����ga:��','wp-content/plugins/js_composer/assets/less/shortcodes/vc_responsive.less',0,'a=��㨹�Bgc���','a=��㨹�Bgc���'),('e<��=���)�D~O','wp-content/uploads/2015/10/girlandivorylarge1-287x148.jpg',0,'��W�%��[X>\0�Ծ','��W�%��[X>\0�Ծ'),('eu&g�@7i�|�I','wp-content/plugins/backupbuddy/classes/constants.php',0,'��38$���#���\'','��38$���#���\''),('eB���:��\n.�Z�','wp-content/plugins/libravatar-replace/languages/libravatar-replace-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&+`�@��A�*�Mm'),('e��3�q��iY\'��','wp-content/uploads/2015/11/Christmas-Tree-Centerpiece-150x150.jpg',0,'�R>�4!�(&��','�R>�4!�(&��'),('eG�=�U�\\�l�','wp-content/plugins/wordfence/images/flags/bz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�ߠe^z��e���'),('ek��=\\=	~��','wp-content/plugins/w3-total-cache/lib/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('e\"�YS�O�-�.ѩ	�','wp-content/plugins/revslider/public/assets/js/extensions/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('e\'{i	t9ndYB�B4*�','wp-content/uploads/2015/11/slide4.jpg',0,'h���\"�� hVrfP�\\','h���\"�� hVrfP�\\'),('e,�M�{w���\rqcO','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/navbar.png',0,'�IM��`n����w�','�IM��`n����w�'),('e.PȴNB�Sx[�&��','wp-admin/includes/class-wp-plugin-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�@^�2��@A��Z�'),('e/*D]�����n2��','wp-content/plugins/js_composer/include/templates/editors/popups/panel_templates_editor.tpl.php',0,'[jUH�;k\Z��:��','[jUH�;k\Z��:��'),('e09A�$�:,��g�','wp-content/plugins/backupbuddy/js/jquery.ui.accordion.min.js',0,'E�t�Fޭ\'hQ�k	�','E�t�Fޭ\'hQ�k	�'),('e>�Y9����S�&','wp-content/plugins/wordfence/images/flags/ci.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�zP��F+d�y&�'),('eG�/�!�3	ڟ<','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/tab-focus.less',0,'��_�A���\Z�X!K.','��_�A���\Z�X!K.'),('eIQX�}�-��e%','wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg',0,'t�K�j���Z��','t�K�j���Z��'),('eR��V�K���òX4','wp-content/uploads/2015/11/mardigras_lg.jpg',0,'.��G�$�4Ϙ�B�','.��G�$�4Ϙ�B�'),('e\\���H�g-�&','wp-content/themes/wanderfuls/js/lib/appear.js',0,'Zo�wQt�l(j�:„4','Zo�wQt�l(j�:„4'),('e^g��f7�HR�v���','wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-icon-controls.less',0,'�0��E@��<r���','�0��E@��<r���'),('eez��6����S�@�','wp-content/uploads/2015/11/pinkblack-300x218.jpg',0,'����x�UP����ٰ','����x�UP����ٰ'),('emm\r�\na��g�d)^G5','wp-content/plugins/backupbuddy/lib/zipbuddy/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('ez��0LB_\\�?_�ճ\'','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/pages/login.php',0,'r��^�_�f#���','r��^�_�f#���'),('e�\"+��*�o�=Q\0�','wp-content/plugins/backupbuddy/controllers/pages/_ms_import/_step8.php',0,'�\n��� R�b�9��~�','�\n��� R�b�9��~�'),('e��_~�L�����R�','wp-content/themes/wanderfuls/css/ilightbox/metro-black/thumb-overlay-play.png',0,'�HO�Ȏ����*G�E&E','�HO�Ȏ����*G�E&E'),('e�73Y����J���9$!','wp-content/plugins/revslider/admin/assets/images/toolbar/addlayer.png',0,'��*ŇI�>���_�','��*ŇI�>���_�'),('e�щ�G�7��X�?\0B','wp-content/plugins/wordpress-seo/admin/pages/social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��ioƖ	\Z����{�'),('e�(��Y1簍YY/r','wp-content/plugins/revslider/admin/assets/images/toolbar/schematic_out.png',0,'kfq�A�H՜�\Zv��','kfq�A�H՜�\Zv��'),('e��?�,��Pl��','wp-content/themes/wanderfuls/css/ilightbox/light/pause-icon-ie.png',0,'���/LDЈ��z�m','���/LDЈ��z�m'),('e���u���R0[�e','wp-content/plugins/add-any-extension-to-pages/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�Mi���Hj���JBc'),('e��__�%��x���','wp-includes/class-snoopy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����5�<$#��m�'),('e����F�/M���','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_raw_html.less',0,'��m�j�S�-���','��m�j�S�-���'),('e�k7�j�L6�ss�M','wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_gap.less',0,'�?��$j6��T	ݢ','�?��$j6��T	ݢ'),('e�����/z\"��D8��)','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/icon.php',0,'(&8ݠ=q�(���','(&8ݠ=q�(���'),('e�^#|ۍ�TЩ��z','wp-includes/Text/Diff/Engine/xdiff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֹ�b�t�X8�GX'),('e�|����l�S�','wp-content/uploads/revslider/templates/ourteamcarousel/slide6.jpg',0,'N��ff�-(�&cm*��+','N��ff�-(�&cm*��+'),('e�D@>\'\Z1F*s�\'\n','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Exception.php',0,'%�ҚϤ!�K�y�&!','%�ҚϤ!�K�y�&!'),('eѿ�M�N.\rї��b�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-splittext.png',0,'i���H��e���%','i���H��e���%'),('e�<Ϻ� ��A��m��k','wp-content/uploads/2015/10/Wanderfuls.jpg',0,'eޫO�;ab�l[��','eޫO�;ab�l[��'),('e�vD�g�>�c�D�~�8','wp-content/plugins/w3-total-cache/inc/functions/activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[䓚H�ȼ�}���'),('fy�V?\r��MN�g','wp-content/uploads/revslider/templates/fullscreenmenu/slide4.jpg',0,'��Y���l!}��l~�0k','��Y���l!}��l~�0k'),('f�)�\n���ݨ\n���','wp-content/plugins/backupbuddy/css/fonts/backupbuddy.eot',0,'���S�hЕp���RV�','���S�hЕp���RV�'),('fnF��B��E�o�x�','wp-content/plugins/revslider/admin/assets/images/mainoptions/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('f%��Vin7��&T6�','wp-content/plugins/wordpress-database-reset/assets/css/database-reset.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�{xU��˜k�_��a'),('f\'\"Y���˱�V��','wp-content/plugins/wordfence/images/flags/uz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^zlvY��i6�)6|c4;'),('f>��K�kN-�l5','wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_CN.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�$M�9�p!~\'ac�'),('fGB��T| LrD#�','wp-content/plugins/backupbuddy/css/images/ui-icons_2e83ff_256x240.png',0,'+���<9W�0\'�j%�','+���<9W�0\'�j%�'),('fR�V�>\' �_S����','wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.ttf',0,'�����)�9���DM��','�����)�9���DM��'),('fW�<����h���','wp-content/plugins/w3-total-cache/inc/popup/cdn_purge.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZbLf��Γ���/�Z'),('fb6�\\��Pꤏ̰','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Http/CacheParser.php',0,'@r�7��A`�O�tQ�','@r�7��A`�O�tQ�'),('fu��Y�r���6�}�','wp-content/uploads/2015/10/slide_113-150x150.jpg',0,'LsD���}��e�2��','LsD���}��e�2��'),('f�u3\n�M\\�}6*0�','wp-includes/class-wp-customize-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ktR��ށk��z\"'),('f����+���WKZ\"�','wp-content/plugins/wordfence/images/flags/bv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ҒT�ǯW�F��5�~'),('f����e���L8��','wp-content/plugins/contact-form-7/languages/contact-form-7-nb_NO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g9��נ��J��w��'),('f�霰f؟|h��U�L','wp-admin/includes/ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e~�O*f⋴at�+'),('f�=wf����6�y�;','wp-content/plugins/js_composer/locale/js_composer-it_IT.po',0,'��]�\0m:Ϗ��(R�','��]�\0m:Ϗ��(R�'),('f�@>]�_K�Ŋ��','wp-content/plugins/backupbuddy/pluginbuddy/images/minicolors/rainbow.png',0,'�j�N:dP�@P�^��','�j�N:dP�@P�^��'),('f�L2�aBM��9�� �','wp-content/plugins/w3-total-cache/inc/widget/latest_news_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=%�ES���3P�|.'),('f��鯏��6��͌|�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/images/bb-logo.png',0,'��j�I���&2��r','��j�I���&2��r'),('f���S3_��\'Y�','wp-content/plugins/js_composer/assets/lib/bower/masonry/README.mdown',0,'5���D���f�w*�i','5���D���f�w*�i'),('f� �IlD��`�X~�','wp-content/plugins/backupbuddy/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('f����e��R�)�','wp-includes/SimplePie/Item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�!�Cz�\0�c<ܧ'),('fЭ�J�6�-u�]�','wp-content/plugins/wordfence/images/flags/nl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Kɞ��l\r�'),('f��\rMx@Cb�F\rs�N�','wp-content/uploads/2015/11/Ocean-Starfish-Centerpiece1-150x150.jpg',0,'�6*e��~͗��','�6*e��~͗��'),('fֈ�����V�Թ)�9','wp-includes/theme-compat/embed-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ţ����T\rӊ'),('f��t�צX�	��s]�','wp-content/plugins/wordpress-seo/css/wpseo-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N<��tc�-�ìw'),('f�#�;M/�d`F��)�?','wp-content/plugins/revslider/admin/assets/imports/classicslider/slide3.jpg',0,'�w�lϤPBN� j�h�','�w�lϤPBN� j�h�'),('g ������	��','wp-content/plugins/wordpress-seo/css/admin-global-340.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�Ut^d�Q�)\'��絉'),('g#L�ͬK�A]ea�2','wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�(+�K��H&G	�'),('g#�,vM������:��','wp-includes/js/jquery/jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?�v@���̒N'),('g+yr���q����D��/','wp-includes/vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ls����\"��B�\Z��'),('g/N;i#s0�����Ӿ.','wp-content/uploads/2015/11/gold.jpg',0,'P���EY�� �R�\\g','P���EY�� �R�\\g'),('g9��7<��}\\({ž','wp-content/uploads/revslider/templates/techjournal/slide3.jpg',0,'\n����@��r�Г�]�','\n����@��r�Г�]�'),('g;�0w!v����A�$$','wp-content/uploads/revslider/templates/r_hero/slide1.jpg',0,'�IN����\nkPblWg�','�IN����\nkPblWg�'),('g>n����%5\'({','wp-content/plugins/wordpress-seo/admin/import/class-import-wpseo-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�􌢗�$���֢��'),('gM�BM�}�ޭ!���','wp-content/plugins/wordfence/images/flags/bo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�7_� |>�)���'),('gm�`]����EBj5=�','wp-content/uploads/2015/11/custom-theme2.jpg',0,'z��x�&;J%B0�5i��','z��x�&;J%B0�5i��'),('guO�K\r����Ķh��U','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ٷ�Q�dF�<�F�*=\\'),('gu�>ZW��T�JŪ�])','wp-content/plugins/js_composer/assets/less/settings_tabs/element_css.less',0,'���:�O�n���iJX','���:�O�n���iJX'),('g|y_�o4\"��X�N���','wp-includes/images/smilies/mrgreen.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-5��^����J�j���'),('g�$G\\��;�r���1X','wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dS��uq��V_���a�'),('g�$!�L�6\0�|�H��S','wp-content/uploads/revslider/templates/imagegallery/slide3.jpg',0,'��nXR�h�8���','��nXR�h�8���'),('g�t���9[���n','wp-content/plugins/wordpress-seo/frontend/class-primary-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�E�P7��-Ő�{'),('g��gTr�1i��z�9','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/ajax/5.php',0,'�����Cbת��g�M�','�����Cbת��g�M�'),('g���mnk��#\rk�','wp-content/uploads/2015/10/wedding.jpg',0,'I��Y���\r��\0�W�','I��Y���\r��\0�W�'),('g�f�1�۶�y�;�_','wp-includes/class-wp-http-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q6��һW:䬧���_'),('g�����&����Ģ�2','wp-content/uploads/2015/11/Casino-Spade-Centerpiece-Can-also-be-made-with-a-club-heart-or-diamond-262x300.jpg',0,'���Ԛo���@)�H�]','���Ԛo���@)�H�]'),('g��66S稵D��]','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Storage.php',0,'p$�Ѯ!9���t$G','p$�Ѯ!9���t$G'),('g���ܿ�M\"$��J��','wp-content/plugins/wp-fastest-cache/inc/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fȇ���Mr���'),('g�f�i �z��ݾ>','wp-content/uploads/2015/10/Lavender-and-white-bridal-centerpiece.-150x150.jpg',0,'՚	HTp$H70o\0}Ą','՚	HTp$H70o\0}Ą'),('g��(�!)t��|�O','wp-content/plugins/js_composer/assets/lib/bower/zoom/readme.md',0,'M)����L��-h3��=','M)����L��-h3��='),('g�X���8ϊ-A��.','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php',0,'�(J�M��K~<ye�.�3','�(J�M��K~<ye�.�3'),('g��HD���T<z�2','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-list-schedules.php',0,'!�rz�$�R�����','!�rz�$�R�����'),('g���b[&$n���','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/urlReplaceSettings.ejs',0,'*�jn�T�Uޣ�� \0�','*�jn�T�Uޣ�� \0�'),('g��(�}�u��e�a','wp-content/plugins/js_composer/assets/less/lib/responsive-utilities.less',0,'�B�N8�hg�����#Q','�B�N8�hg�����#Q'),('g����6%�q���\"','wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/slide2.jpg',0,'\n^ւ��T�gqd�','\n^ւ��T�gqd�'),('g�x8��PM����o�','wp-content/plugins/wordfence/images/flags/vc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jF\"�{����|0��'),('g�Y�3:�=}��ݽ�','wp-content/plugins/revslider/admin/assets/images/toolbar/lightpencil.png',0,'�B�a�i�ϡ}���[A','�B�a�i�ϡ}���[A'),('g��/�ZN����r�L','wp-content/plugins/backupbuddy/controllers/pages/server_info/site_size.php',0,'f�i�(��h��$&�.','f�i�(��h��$&�.'),('g�˺�3�C,','wp-content/plugins/wordfence/images/flags/bw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�.��g�;��z'),('g�X��\0ɦ�YC�L�f','wp-content/uploads/2015/11/Wild-Western-Cowboy-Hat-Centerpiece-150x150.jpg',0,'��ͫ[��+��Q�\n','��ͫ[��+��Q�\n'),('g��]bR%� Z��E�','wp-includes/js/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�N��F��V[f��'),('g��a�d6ݻ��mYI+','wp-content/uploads/revslider/templates/rockband/slide1.jpg',0,'J���/�Fa��.$��','J���/�Fa��.$��'),('g�Ed��1��D}����','wp-includes/js/jquery/ui/autocomplete.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���PصC��\Z8�zj�\\'),('h���.h�hc����c','wp-content/uploads/revslider/templates/fullsite-block-7-footer/slide1.jpg',0,'/Q0�R��CV�[R��p','/Q0�R��CV�[R��p'),('hM��x����h��\'','wp-content/plugins/wordfence/images/flags/ly.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C̲ۨb#~<Q�'),('h\ZOhl��_��Lm/�','wp-includes/class-wp-customize-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�*0�)W�k�'),('hK�x��cH��Qs','wp-content/uploads/revslider/templates/fullsite-block-2-about/slide1.jpg',0,'?2Z_f*��c�!��','?2Z_f*��c�!��'),('h�Q����ZL�w�%Eb','wp-content/themes/wanderfuls/vcex_templates/vcex_list_item.php',0,'l~�#�r\'fŤX�6�>','l~�#�r\'fŤX�6�>'),('h d��껅2��_�r','wp-includes/functions.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`�njb��YR��xy'),('h$�ּ\\��gL�{E�=r','wp-content/plugins/js_composer/assets/less/shortcodes/vc_carousel.less',0,'��KT� �`����\\��','��KT� �`����\\��'),('h+��+\\�l��[��','wp-content/plugins/revslider/admin/assets/js/codemirror/util/match-highlighter.js',0,'���w�aV`�z�BxW�','���w�aV`�z�BxW�'),('h0X-�i����^�G`8','wp-includes/pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','龶?�5K`��Kx�'),('h0�=V��I��ݨ��','wp-content/plugins/w3-total-cache/lib/W3/AdminCompatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ї|�4ɔ4lJ��e뽖'),('h4���#3�`�-݈�\"�','wp-admin/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?���>z�ͩ��z&'),('h:c#�z��S��','wp-content/plugins/js_composer/assets/vc/fe/social/gp/small_bubble.png',0,'4�#/�ȉ�TI��','4�#/�ȉ�TI��'),('h@Z�%�R�F�;ti\\m','wp-admin/css/login-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z,�A���Bz{v'),('hC�j�/Z�}%9��n�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_ServiceResource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�M++\r\0�Vq»N�'),('hE��d�c�^CK�w_','wp-content/plugins/revslider/admin/assets/images/mainoptions/mini-customizeslide.jpg',0,'Ow�n7��:&��^��','Ow�n7��:&��^��'),('hjALޥ�Ww!Kz�e','wp-content/plugins/js_composer/assets/lib/bower/animate-css/animate.min.css',0,'�C%k���mn,�͎63�','�C%k���mn,�͎63�'),('hs���NO���DEٚ�','wp-content/uploads/2015/11/hotpink-wand-145x300.jpg',0,'z�)�y?nx�.�j�95','z�)�y?nx�.�j�95'),('ht��9ȆP㜨�?�{�','wp-content/plugins/revslider/admin/assets/imports/classic-carousel/slide4.jpg',0,'��jE�7���J	�X�','��jE�7���J	�X�'),('hu��PAN\0S~�V��','wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php',0,'X�M�(�z�Z�u�ɗE','X�M�(�z�Z�u�ɗE'),('hy��bw��\\M����[','wp-content/uploads/revslider/templates/ourteamcarousel/slide1.jpg',0,'���+4�i���My','���+4�i���My'),('h{�:m.{}(7�\no��k','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/cachecore.class.php',0,'�̊��5�K�M�^��','�̊��5�K�M�^��'),('h|hE��f:Ʊ2��~','wp-admin/network/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&շ�1Up�%�1=$�'),('h�W�(g�_�,r�Gk','wp-content/plugins/wordfence/images/flags/tm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}k�Զϯ�1�t�6'),('h��w��k\'\Z���#H','wp-content/plugins/wp-fastest-cache/images/error.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�wÍ���\0��'),('h�~��x��`h��~?','wp-content/plugins/wordfence/js/jquery.qrcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Թ���Xp`me<'),('h���EQ%0f�ᐱr\r','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-padding.png',0,'�l��\0���]��\0l','�l��\0���]��\0l'),('h�UΫ7O��m��B�a','wp-content/plugins/w3-total-cache/lib/W3/Cache/Eaccelerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\rK��G�\Z�o�T�r'),('h�V���5�����n','wp-content/plugins/w3-total-cache/inc/options/browsercache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k��yuT&���[��\r'),('h�<�]���OpNCƴ�','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\n��+.8G~-R��;'),('hı�]��d�I�:���','wp-content/uploads/revslider/templates/ourteam/slide2.jpg',0,'�$\r{�Nn��\'Z�','�$\r{�Nn��\'Z�'),('h��}x��DH�DmSӠ','wp-content/plugins/backupbuddy/lib/updater/init.php',0,'���`Z�u�K�ٸ','���`Z�u�K�ٸ'),('h��X�/��#�D�6�','wp-content/uploads/2015/11/burgundy-wand-150x150.jpg',0,'�\Zj~��i�{%ʃ��','�\Zj~��i�{%ʃ��'),('hޘ�4�21�����','wp-content/uploads/2015/10/royal-and-white-bar-mitzvah-150x150.jpg',0,'�ݰ&g��I��ܵ�','�ݰ&g��I��ܵ�'),('h�i8�ƐҢ����6','wp-content/uploads/revslider/templates/comingsoon/slide3.jpg',0,'�D\n�h��?�תY','�D\n�h��?�תY'),('h�|�ɑ0�sW\n����','wp-content/plugins/js_composer/assets/images/icons/camera.png',0,'s�ЕSi�L��Nh','s�ЕSi�L��Nh'),('h������@?�z','wp-content/plugins/revslider/admin/assets/images/sources/yt.png',0,'���,\r�w�B\"�+���','���,\r�w�B\"�+���'),('i�kЮ�:ΥV�j�H','wp-content/plugins/js_composer/assets/less/params/column_offset.less',0,'\Z8<G�G�!�ѶT','\Z8<G�G�!�ѶT'),('i@�n���0$U���o�','wp-content/plugins/wp-optimize/languages/wp-optimize.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L\n~�<l�W�Z7�(�'),('i7�\r�h�5��#T��','wp-content/uploads/2015/10/wands2-300x168.jpg',0,'\rY�f6=;�<��[','\rY�f6=;�<��['),('i8�LO尞��sL<��','wp-content/plugins/wordfence/images/flags/nr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��\Z���Զ|�'),('i=t����4!�gf	','wp-content/uploads/2015/10/McDonalds-Managers-Event-150x150.jpg',0,'��f}��=\Z��T\\','��f}��=\Z��T\\'),('iFi�d��{�W�2I�','wp-content/plugins/wp-optimize/languages/wp-optimize-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	\ny�h�e�\'LG:�'),('iM�Q�\'�`�X����','wp-content/plugins/libravatar-replace/languages/libravatar-replace-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٸcd���I�8�O�'),('iWo��/�Ը���+�','wp-content/plugins/js_composer/assets/vc/fe/social/tw/none.png',0,'ofOn(��WHi�Ա��','ofOn(��WHi�Ա��'),('iYQg�V�� /c	\r�','wp-content/plugins/revslider/admin/views/slide-editor.php',0,'���(	y ��w0��','���(	y ��w0��'),('i]Ů>~+�~� Xu�=Q','wp-content/themes/wanderfuls/css/ilightbox/light/buttons.png',0,'C��j�\\i\00�!�c','C��j�\\i\00�!�c'),('ilo`�o\n�4aw6#','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_accordion_tab.less',0,'4�\\�Q�P����<c�$','4�\\�Q�P����<c�$'),('is�ZIJ�{n[�)�i�','wp-content/themes/wanderfuls/partials/blog/blog-single-tags.php',0,'�&�>����Έ`��','�&�>����Έ`��'),('iv֝O�d�uݟ(C�','wp-content/uploads/2015/10/home-gallery-2-large1-300x225.jpg',0,'[�z@zp���\\P� ','[�z@zp���\\P� '),('i��g�b�8�X�ք�','wp-content/plugins/backupbuddy/lib/updater/images/icon-settings.png',0,'A�>�F�8\'�udY.�','A�>�F�8\'�udY.�'),('i�b5l�M]*:4���o','wp-content/plugins/js_composer/assets/images/icons/auction-hammer.png',0,'���,�XK�{q�?�','���,�XK�{q�?�'),('i�T���g�W�P','wp-content/plugins/wordpress-seo/admin/class-import-external.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y4t�F�.��t[�1a\''),('i�Ǎ>�̿4Q~��Y7i','wp-content/plugins/backupbuddy/destinations/dropbox2/_config.json',0,'�,c��+ݲ><s#hE','�,c��+ݲ><s#hE'),('i�%��+~ؔ3z��Ǧ','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Games.php',0,'�l&s���(��Uy�','�l&s���(��Uy�'),('i�-��X�8V[~E�','wp-admin/css/install-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��5�M\'�+zr��]'),('i�?��}����eKV\Z��','wp-content/uploads/2015/10/New-Year-150x150.jpg',0,'_�����P�[\'������','_�����P�[\'������'),('i�\\����=X�h$','wp-admin/js/language-chooser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�P�V0��tJ�J'),('i��_iO�e�h�^��','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_pinterest.less',0,'�Ү���@<H�r�K(d','�Ү���@<H�r�K(d'),('i�W�kbTU\Zr\Z�Ҽ','wp-content/themes/wanderfuls/js/lib/images-loaded.js',0,'����\"�ָ� �7�\0�','����\"�ָ� �7�\0�'),('i�Ć��[�ŧٿ�f�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/YouTube.php',0,'�=�Ц��LV?c�ӽ�','�=�Ц��LV?c�ӽ�'),('iݢu\'��0������','wp-content/plugins/backupbuddy/css/dashboard_widget.css',0,'���5��?Rfɮ��k','���5��?Rfɮ��k'),('i�k���C��T,�','wp-content/plugins/wordfence/lib/wfIPWhitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�\r����?N͕�'),('i�S\'�{Ke�(\0�Lm','wp-content/uploads/revslider/templates/r_products/slide1.jpg',0,'&EC*Į�#^�\0wh�','&EC*Į�#^�\0wh�'),('j��ן��/􌘚<l�','wp-content/themes/wanderfuls/framework/customizer/settings/sidebar.php',0,'��>�@�H��7_�','��>�@�H��7_�'),('j꼑=�\r���\n~�','wp-content/uploads/2015/11/Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece-262x300.jpg',0,'�$ܞ}2饲	��','�$ܞ}2饲	��'),('jL����P�V\n�\'','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/pager.less',0,'٬��\'���\n\rPG�','٬��\'���\n\rPG�'),('j�wA�sJh�\0Z&{/','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php',0,'Ai~���DhCrcE`�;','Ai~���DhCrcE`�;'),('j&�V1���6�4����','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���r��9 �#��{�'),('j&�+x\\R�\Zm�u�=5','wp-content/uploads/2015/11/hunter-wand-145x300.jpg',0,'Xg���ޙP��go�~r','Xg���ޙP��go�~r'),('j+���.��F�\\�','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php',0,'Ѩ9u_`��b�c�K0�','Ѩ9u_`��b�c�K0�'),('j6��I�m!s�2�^\"R','wp-content/plugins/widget-countdown/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zd<��N��R�:�l=B'),('jQ���e���;�e','wp-includes/css/wp-pointer-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','En�Ve�l��W��'),('jV��+e�9�{fI#�','wp-content/themes/wanderfuls/images/highlight-left.png',0,'0�޾\'�<I�_��t��','0�޾\'�<I�_��t��'),('j`-�u5>�Bϧ9�n[','wp-content/uploads/2015/10/Navy-and-Baby-Blue-brJane-from-New-Hampshire-300x300.jpg',0,'�`y\Z����%z�G=','�`y\Z����%z�G='),('j`��Yl�a�bA�','wp-content/plugins/w3-total-cache/lib/W3/Cdn/Mirror/Akamai.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OI¥+���:&��`='),('jmE��AX�uw�>܆','wp-admin/css/colors/ectoplasm/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',{~�Н��/�!��U'),('j|3L\0�\"^�|�秣[','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php',0,'���)�~��<z	\'6#','���)�~��<z	\'6#'),('j�䱋����%���]�','wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����An��nj�I�'),('j�vL8j�y���^�\r\"','wp-content/plugins/wordpress-seo/languages/wordpress-seo-id_ID.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�^G��x.��Y��y��'),('j�H�T&Љ�`�/��','wp-content/uploads/2015/11/Jester-Mask-Mardis-Gras-Centerpiece-300x300.jpg',0,'�c��WF�c�\'�he','�c��WF�c�\'�he'),('j����5F+���o','wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�m`��`�9��'),('j����J��j1\Zj�u�','wp-content/plugins/js_composer/assets/less/backend_shortcodes/content_block.less',0,'��\"�v6%�oƺQs�H','��\"�v6%�oƺQs�H'),('j�^���۝h�8���','wp-includes/js/tinymce/plugins/wpembed/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8*�R/���?�%��'),('j��f\\uP�M\"�`�!<','wp-content/themes/wanderfuls/partials/blog/media/blog-entry-audio.php',0,'��,N�=,�=]\"���','��,N�=,�=]\"���'),('j��BH��Sy\Z���A','wp-content/themes/wanderfuls/images/testimonials-arrow.png',0,'�|E�ӵ\nRY��`װ+�','�|E�ӵ\nRY��`װ+�'),('j��w��=��O��5','wp-content/plugins/revslider/admin/assets/images/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('j�d�=�E�K{E�_�','wp-content/plugins/backupbuddy/controllers/help/backup.php',0,'D����]�R��]+��','D����]�R��]+��'),('j�|����{;%����','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-tablet-light.png',0,'���E*C��[�+G','���E*C��[�+G'),('jڿ�t�1u���}���','wp-content/plugins/wordfence/images/wordfence-logo-64x64.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v^�I�N/��g@��\\u'),('j��kQ������0\'','wp-content/plugins/wordfence/images/flags/dz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h9��X���'),('j�|�tA��*2�[�','wp-content/uploads/2015/10/wands3-150x150.jpg',0,'�)�в͂���°~/','�)�в͂���°~/'),('j��n�oY���jĴ,�','wp-content/plugins/contact-form-7/languages/contact-form-7-bs_BA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u���KFZ�'),('j�\'I��ϙ�h�(>Fj','wp-content/uploads/2015/10/White-and-Hot-Pink-brAlmond-from-Toronto-300x300.jpg',0,'�c�#c�\\�*F�iTp�','�c�#c�\\�*F�iTp�'),('k��F��3��l�t','wp-content/plugins/wordfence/images/flags/ms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ޛy��ǨxW��'),('k�P�IX����J�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-alignleft-dark.png',0,'cc����J:\\t�pi+�','cc����J:\\t�pi+�'),('k	���Ϧ`���H���','sizesNewPAGE-play.swf',0,'XJ�B�2�]#r�%�','XJ�B�2�]#r�%�'),('k	���<�(G�w���','wp-content/plugins/contact-form-7/modules/number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AQ��`7�t�@��}M'),('k���$6O��-N�x�','wp-includes/js/tinymce/plugins/charmap/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','21���Q�*�nh��'),('k ���>������o��','wp-content/plugins/widget-countdown/includes/front_end.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�d���I�[T$X	��'),('k%�S�ٹzf�KE�c','wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php',0,'ﯹ΀s$�z��f�H�','ﯹ΀s$�z��f�H�'),('k&b� RTP~�I�,�','wp-content/themes/wanderfuls/partials/loop/loop-top.php',0,'2I�q��=חZ�k\n��','2I�q��=חZ�k\n��'),('k4�ވ8D�<)\0�G��','wp-content/uploads/2015/10/Pepperidge-Farms-Annual-employees-party-centerpieces-designed-by-Wanderfuls.-150x150.jpg',0,'�+�b\\-�c����','�+�b\\-�c����'),('k:\r�O%g=8�Dž�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php',0,'\0���L�t��a�4�','\0���L�t��a�4�'),('kM������̙Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�\r�*Q�-�)�'),('kN��(l�Zf��E\"Lm�','wp-content/plugins/contact-form-7/wp-contact-form-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���uά��03^.'),('kN��f-D!���m���','wp-content/plugins/w3-total-cache/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('kY��wc�������','wp-content/themes/wanderfuls/css/ilightbox/metro-white/x-mark-icon-64.png',0,'\\����o�ꣳ	!+�','\\����o�ꣳ	!+�'),('k`�x=�4	*Shkm��','wp-content/themes/wanderfuls/vcex_templates/vcex_social_links.php',0,'B5��pW�m�}���}','B5��pW�m�}���}'),('kc\'���n��	\n$�','wp-content/uploads/2015/10/Valeries-blue-and-yellow-10th-year-class-reunion-centerpieces.-150x150.jpg',0,'>���4{_%�^NC��','>���4{_%�^NC��'),('kg�S��#���-S5/�','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/PageCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����E�P �\\\0N'),('k�T�˾]���X�B�u�','wp-content/plugins/revslider/admin/assets/images/dummy.png',0,'�]c���AY|o�(^�`','�]c���AY|o�(^�`'),('k�޷��\0;{@��<$d�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php',0,'d����@Ń^/|E1�','d����@Ń^/|E1�'),('k�&������ֿ�6+�','wp-content/plugins/revslider/includes/framework/db.class.php',0,'@��\0~���▻�.','@��\0~���▻�.'),('k�(!Hc:E�=�$@<','wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_filled.less',0,'C�U[C����\'�6a�o','C�U[C����\'�6a�o'),('k��Q����c��d','wp-content/plugins/wordfence/images/flags/by.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�6\r��A����v���'),('k���ey(�H\Z��Oi','wp-content/uploads/2015/11/mustard-wand-150x150.jpg',0,'\'`x9nӼ�!Hd��Gk','\'`x9nӼ�!Hd��Gk'),('k�x�r�,j��i���(','wp-content/plugins/wordpress-seo/admin/class-asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gV�N�2�_����'),('k��B˞�b=y��','wp-includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kih\n�}:��[E3�}'),('k�M��x��IsU�','wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.slideanims.js',0,'���$2Sڌ��{;���','���$2Sڌ��{;���'),('k�C�]��\n{��yyx�','wp-content/plugins/wp-optimize/screenshot-5.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��\\��y��RT��'),('k�<9�!���+A8�	�','wp-content/themes/wanderfuls/framework/classes/class-tgm-plugin-activation.php',0,'\'�\0ꐴK�W�RN�,','\'�\0ꐴK�W�RN�,'),('k���v�Ӊy���.�','wp-content/plugins/backupbuddy/views/settings/_includeexclude.php',0,'�`ܶ�.@x��[߼[','�`ܶ�.@x��[߼['),('k���x?�k7D^]�Ș','wp-content/plugins/w3-total-cache/lib/W3/Cdn/S3/Cf/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('k�՗W����kJ�','wp-content/plugins/backupbuddy/images/status/files.png',0,'��q�\"��㜅���Eu','��q�\"��㜅���Eu'),('k��O{J����[','wp-content/plugins/w3-total-cache/extensions/FeedBurnerAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[8�\\Ǿ�3~B.Z�'),('l*޻Q7��A�Ե�','wp-content/plugins/contact-form-7/languages/contact-form-7-he_IL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��I�9Yu5�b��='),('l.RG�X8tH����lp','wp-content/plugins/backupbuddy/lang/it-l10n-backupbuddy-fr_FR.po',0,'���\0�<Ov���!','���\0�<Ov���!'),('l/\n�Ԁ�W�ͱ-c�','wp-includes/widgets/class-wp-widget-recent-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�cb\Z��:5X}�z'),('l9��=��h�,>���&','wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ę��W>\r\n�	���}�'),('l?����mo�gT!','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-alignbottom-light.png',0,'���Ni`�W��m�~��','���Ni`�W��m�~��'),('lF��!��4�k���\'�','wp-content/themes/wanderfuls/framework/addons/widget-areas.php',0,'�ӣ��S0�7��0�','�ӣ��S0�7��0�'),('lO�2�X����B��;','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/btnNext.png',0,'\n��nJ�b<����','\n��nJ�b<����'),('lX՜3�&�����\'','wp-content/plugins/revslider/admin/assets/imports/vimeohero/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('l`Da�����˘��i','wp-content/plugins/js_composer/assets/vc/fe/visual_composer_32.png',0,'܄��G=G��;��','܄��G=G��;��'),('la�����j�\0ᎡӶ','wp-content/uploads/2015/10/Iridescent-White-with-Pink-Gumballs.jpg',0,'\ZH_w�Cv	������','\ZH_w�Cv	������'),('ld��2���OF���\\_','wp-content/themes/wanderfuls/framework/addons/changelog.php',0,'41\\qя��oP�Je','41\\qя��oP�Je'),('ln�0�0����.�6','wp-content/plugins/backupbuddy/controllers/widgets/myslug.php',0,'�G���~�q��9}','�G���~�q��9}'),('lohaRq�g���f��','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/cachemc.class.php',0,'��#C�R�\0���u','��#C�R�\0���u'),('lt��%��L���Մp','wp-content/plugins/wordpress-seo/images/question-mark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�3�XXJ���'),('l���4���Z\\�X','wp-content/plugins/revslider/public/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('l��O�p��L��1c\n','wp-content/plugins/w3-total-cache/inc/widget/new_relic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E@��r��曦��G,'),('l���:.���=\0(V���','wp-content/uploads/2015/10/rm4L_gold-215x300.jpg',0,'�54{�ú�AV���','�54{�ú�AV���'),('l�Y��Ӽ�\0tH�!�r','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��Ћ�f?��2���'),('l��b�\n2q~(���','wp-content/uploads/revslider/templates/fullscreen-button/slide2.jpg',0,'��PZU�E.�����S�','��PZU�E.�����S�'),('l�p�l⎛Y��E','wp-content/uploads/2015/11/room-close-up-300x218.jpg',0,'�Un��@��aS�9','�Un��@��aS�9'),('l��ý[e?E}l��Ѹ','wp-content/uploads/2015/10/Hot-pink-and-white-Wanderfuls-centerpiece-for-Magdas-Bat-Mitzvah-party.-150x150.jpg',0,'gr�)���0t�2s','gr�)���0t�2s'),('l�M����J\nĉǤ�','wp-content/plugins/backupbuddy/destinations/gdrive/_manage.php',0,'`%�P���X����','`%�P���X����'),('l�(��������','wp-content/uploads/2015/10/bat1-150x150.jpg',0,'�2�Nhg_�q�L�','�2�Nhg_�q�L�'),('l�H���E[J�H#�','wp-content/themes/wanderfuls/framework/addons/assets/ext-searchbox.js',0,'��X�Gy��L=,%�','��X�Gy��L=,%�'),('l���j\r�EJC�9','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Auth/AssertionCredentials.php',0,'��j]�%w��Ƥ��?�','��j]�%w��Ƥ��?�'),('l¸8f/e�?�\\��ZJ','wp-content/themes/wanderfuls/framework/topbar.php',0,'�8�g��u�Πp���','�8�g��u�Πp���'),('l�()Z��bl���›','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/BlobContainer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���].�d�����ݞ`'),('l�J�U&\r�SϏ��I','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.carousel.min.js',0,'�	y����2T\n`�+��','�	y����2T\n`�+��'),('l�y7\"��J��$φ�#�','wp-content/plugins/backupbuddy/lib/commandbuddy/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('lЦ׌W��2o30\"s�','wp-content/plugins/backupbuddy/controllers/pages/settings.php',0,'	j���\n��x����?','	j���\n��x����?'),('l�I:�H�\"S|S*o�B','wp-content/plugins/revslider/admin/assets/images/sources/fr.png',0,'h�s�=;$���<','h�s�=;$���<'),('l�&84ᚌ���~�','wp-content/plugins/w3-total-cache/pub/files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�\"�ST�®��[T�>'),('l��,��n԰�Z��7�','wp-content/uploads/2015/10/Political-Favours.jpg',0,'\r�|��n�8�֖;\rri','\r�|��n�8�֖;\rri'),('l�X��Np�?��b�','wp-content/plugins/js_composer/include/autoload/frontend-editor-ie.php',0,',ڰ_��܊���ְS',',ڰ_��܊���ְS'),('mD��T�ms���A�}','wp-includes/certificates/ca-bundle.crt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ѕh�f;��Q)�lU'),('mꭐק�ho7gu;l5','wp-content/themes/wanderfuls/bootstrap336/css/bootstrap-theme.css.map',0,'ߏv�1���O)��� ӭ','ߏv�1���O)��� ӭ'),('m��c\'W�8Ϥ`^','wp-content/plugins/revslider/admin/assets/js/codemirror/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('m���Ȋ��#���','wp-content/plugins/w3-total-cache/w3-total-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hp\0-A��!'),('m/p���� �K3q','wp-content/plugins/w3-total-cache/inc/popup/common/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z.22��؋t��a�'),('m@ǧ^o���h;�','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Credentials/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('m@���ЭB���`�','wp-content/plugins/wp-fastest-cache/images/info.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�@ʠ��o+wf#}x'),('mA��Y����Rb|�S�','wp-includes/ms-default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P@��b\r߫�xH�b'),('mE���\\�)��o�','wp-includes/js/jquery/ui/spinner.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ש�/k&HQ��;j��'),('mY=ʊ�5���','wp-content/plugins/backupbuddy/controllers/ajax/remote_save.php',0,'c����L����0�,��','c����L����0�,��'),('mY����}ɽ��?','wp-includes/js/jquery/jquery.ui.touch-punch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�m�Q4փ��]�'),('ms�Z��G+��I��8','wp-content/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.js',0,'Sҍ�	��t#z>���','Sҍ�	��t#z>���'),('mx�<���H���)��','wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/user-sitemap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�UݦA��d�t'),('m���<^ߗ��n��	W','wp-content/plugins/revslider/admin/assets/images/toolbar/out_white.png',0,'p��1����8���k','p��1����8���k'),('m��-\Zm1����w��','wp-includes/js/jquery/ui/sortable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Xw���k^�'),('m���Ƞ��}:/�Y�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w&���#E�c����@m�'),('m���18f;hռRӬD','wp-content/uploads/2015/10/Beautiful-and-soft-blue-and-white-centerpiece-made-for-Sophias-baby-shower..jpg',0,'�o�|�`�<_���fS�','�o�|�`�<_���fS�'),('m�,��hd�͉*��3','wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\"�0vΈ�7X%'),('m�)�Y�\"��ޠ}','wp-content/plugins/js_composer/assets/lib/bower/nivoslider/license.txt',0,'�=蛛TA>j��q�*','�=蛛TA>j��q�*'),('m���-��{XSe��','wp-content/plugins/js_composer/assets/less/vendor/woocommerce.less',0,'�jGG�>�v-	�i','�jGG�>�v-	�i'),('m��:A{\Z�!֟YA��','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Math/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('m�gް��H}�CX��\\�','wp-content/plugins/w3-total-cache/inc/options/cdn/edgecast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c���;x�5Z�h.�'),('mƀ,�a��5�8q�;��','wp-content/uploads/2015/10/Bridal-Shower-300x259.jpg',0,'���O����!Y���U��','���O����!Y���U��'),('m��+����ȷ��,6','wp-content/plugins/libravatar-replace/classes/ServicesLibravatar.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t$qt0���H�w~'),('m�21{���6�Ѧ�','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/post_type_archive.php',0,'�֮�Os�:����>9','�֮�Os�:����>9'),('m�\\���\"3��K.','wp-content/plugins/backupbuddy/css/jit_base.css',0,'\Z�/%�#E\nX����,','\Z�/%�#E\nX����,'),('m�#�\nM��l�(7��','wp-content/uploads/2016/01/girlandivorylarge2-300x197.jpg',0,'\Z���J��1��GǺ�R','\Z���J��1��GǺ�R'),('n\n�M�\0<;�l�s�q�','wp-content/plugins/contact-form-7/languages/contact-form-7-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','҈�4���~����'),('n]�j7<3ISsQ�','wp-admin/images/post-formats32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t.E���5G�N\Z�v'),('n��ʍ������','wp-content/uploads/2015/10/rm1L_ch.jpg',0,'��?�ڍdzO?B��w','��?�ڍdzO?B��w'),('n(xRm�ꏔ��z���','wp-content/plugins/w3-total-cache/lib/SNS/sdk.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�2��S����Wd�yD�'),('n#�t=�\'����b]{�','wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�V���U\"̀~�'),('n-1{;��S;�F\'>j','wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����YQ%��&K[R�'),('nB�ƠAJ����','wp-content/themes/wanderfuls/vcex_templates/vcex_milestone.php',0,'Ŋ7蹷���-�7�','Ŋ7蹷���-�7�'),('nF�s���yO;YWL�','wp-content/uploads/revslider/clubix/2-pic-400x550.jpg',0,'���\'T��LN!�@�>�','���\'T��LN!�@�>�'),('nG�iw�>,t!�[M','wp-content/plugins/w3-total-cache/lib/W3/PageSpeed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��~ώՑ-27Z'),('nI�A	�R6��	�}\Z�\n','wp-content/plugins/wordfence/images/flags/mc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�	F�V�yDZ.�m'),('nN��ʛ�\'��槖Bk','wp-content/uploads/2015/10/Tropical-Bouquet-300x236.jpg',0,'��t�Q���\"�,pQ�','��t�Q���\"�,pQ�'),('nS�A3U�����Y#�','wp-content/uploads/2015/10/Hot-Pink-Silver-and-Black-150x150.jpg',0,'��p\"^ �������','��p\"^ �������'),('nV��&�O\n�k����S','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/Referrer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TIHUv	����V�\nj;W'),('nZ/1T:{&^�/n���','wp-admin/js/media-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��f����8�}+&'),('n\\�i�0����y�u�','wp-content/plugins/revslider/admin/assets/images/sliderpresets/flat_carousel.png',0,'�+Z��+s����','�+Z��+s����'),('ncj�N����9���y','wp-content/themes/wanderfuls/images/social/facebook.png',0,'(�	�ޔ��!2%�d!','(�	�ޔ��!2%�d!'),('nef���A@���R�?��','wp-includes/js/jquery/ui/position.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������x��02z:�'),('n�r��uUv��X��','wp-content/plugins/wp-fastest-cache/images/blue-check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g: #;���6�M$�'),('n��^G��d��˶ª�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H����Wx�I�Y'),('n����X�$H�\"�1','wp-content/plugins/js_composer/include/autoload/backend-editor-ie.php',0,'� �N��P�O�q�q�4','� �N��P�O�q�q�4'),('n�4�2U�4N�\ZbtmNl','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php',0,'�>-az��K+gi~0��','�>-az��K+gi~0��'),('n����@��A��F�','wp-admin/network/sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����� `8�Q3ib�'),('n���pҷ2	R&ģ!�U','wp-content/uploads/2015/11/Ivory-and-Peach-Centerpiece-300x300.jpg',0,'����\n��ce^ػ��','����\n��ce^ػ��'),('n��,�¹70�:v�GB','wp-content/plugins/w3-total-cache/inc/options/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i��l�Ølm�\'�'),('n��g�N�_)�K��<X�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����@��2�[�^�'),('n�k�\r�۠�!+>��]','wp-content/uploads/2015/10/Peach-Punch-150x150.jpg',0,']b��<b�N2�g�',']b��<b�N2�g�'),('n�(�,�\ZC~#�S\Z�','wp-content/plugins/backupbuddy/images/sucuri/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('n��O���J`x9SL','wp-content/plugins/wp-optimize/wp-optimize-credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�k�\"\\��с���`�'),('n���u��P<��-Jc�','wp-content/plugins/revslider/admin/assets/images/transparent.png',0,'xg:j�FT�9�wK�','xg:j�FT�9�wK�'),('n�@�gݤn�\Z\'|�v�','wp-content/plugins/wp-optimize/languages/wp-optimize-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�-�Z��O�\\F�3'),('n٢��7�燥��x�','wp-content/plugins/wordpress-seo/admin/class-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?��`�\r��x�'),('n���6�Y�(i�6$','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/_sql/README',0,'����	�BV�[�yl�','����	�BV�[�yl�'),('n��=��\napx	4`�\\','wp-content/plugins/backupbuddy/images/dest_plus.png',0,'x��S�g�T�m(ߜ','x��S�g�T�m(ߜ'),('n���O�v�W�#H+�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-da_DK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�2�#���䄩:�9�'),('n�����X@\n�&�:�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php',0,'�<x�]�rڔD7fzV','�<x�]�rڔD7fzV'),('n���0�9j�v8�\"','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���U;,���6�P�'),('n�5�!8:�W��}9','wp-content/uploads/2016/01/girlandivorylarge2-287x178.jpg',0,'�\\,YC�����vAKg','�\\,YC�����vAKg'),('n���6dI^fa��','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/OAuth/PEAR.php',0,'�?�����|9��z','�?�����|9��z'),('o��~2,����_�B �','wp-content/plugins/w3-total-cache/lib/W3/GeneralActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]?v�M��m�^]�k'),('o,vu��G��i���','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/Minify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W)\Z��\"�A�'),('oO�\\�r��\\G�-/Y','wp-content/themes/wanderfuls/partials/overlays/slideup-title-black.php',0,'�Af��^}4^������','�Af��^}4^������'),('oP�c����o�.�r','wp-includes/js/tinymce/skins/lightgray/img/object.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rdP�E}u\n/M�A�� '),('oZ0�������<c�0','wp-includes/SimplePie/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n� �憒�;a{�_6�'),('o[����;]k�Nxf','wp-content/uploads/2015/10/Blue-and-white-themed-wedding-for-Ryan-and-Sandy.-150x150.jpg',0,'�	��~t5����','�	��~t5����'),('od�.�\Z�L+.A�1=�','wp-content/plugins/backupbuddy/controllers/pages/rollback/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('of>��}��uH[?','wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php',0,'ĿO9f��X�C;��Y��','ĿO9f��X�C;��Y��'),('ooMs3��y!W$C��','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_b.less',0,'��/<Cƛ9@�!3�X','��/<Cƛ9@�!3�X'),('opUf����1��TeR�','wp-content/plugins/wordfence/images/flags/fm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tm�\'��J��t��?'),('oqN���϶��i\Z�','wp-content/plugins/w3-total-cache/inc/options/support/form/linux_config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h&�����iX�+�'),('or��d��|�� �P�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/labels.less',0,'�$��Q��_߮�#��','�$��Q��_߮�#��'),('o{`:5�������4ʻ5','wp-content/plugins/js_composer/assets/vc/controls.png',0,'�mɱ����~��	�','�mɱ����~��	�'),('o��q�1�C��Ct^�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php',0,'���5LFμ0l�\"','���5LFμ0l�\"'),('o���u������ڃUoX','wp-content/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/loading.gif',0,'�k{�ï\"I��\n���','�k{�ï\"I��\n���'),('o�5\ruiˁ��![�','wp-content/themes/wanderfuls/images/highlight-center.png',0,'6�%$�e�5RP�n��','6�%$�e�5RP�n��'),('o��O����M��','wp-content/themes/wanderfuls/css/ilightbox/dark/arrow-prev-icon-64.png',0,'���]��&9>%[�_R�','���]��&9>%[�_R�'),('o��tq��<3Ƞ9\0I��','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-flex-bootstrap.less',0,'��Ǣ;�d\n�4�m','��Ǣ;�d\n�4�m'),('o�+�.�;ț`O�:J�','wp-content/uploads/2015/10/Political-Favours-150x150.jpg',0,'��FA|���\r�])�','��FA|���\r�])�'),('o��a��w5h�@+w\r�','wp-content/plugins/wordfence/css/main.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׏��tE�@��XX'),('o�q����#���','wp-content/plugins/revslider/admin/assets/imports/photography/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('oӋ�ñ��\0(-u$L','wp-content/plugins/backupbuddy/destinations/local/_manage.php',0,'`6�A~��̭f\0^3)','`6�A~��̭f\0^3)'),('o�<�>7x��n0�','wp-content/themes/wanderfuls/css/ilightbox/metro-black/fullscreen-icon-ie.png',0,'�[��V��`��d�M�h','�[��V��`��d�M�h'),('o֣�i\n��������R�','wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-icons_454545_256x240.png',0,'����J։އ>��>n','����J։އ>��>n'),('o�ܱ�u����','wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php',0,'�JuN�_�P�Eԅc#N','�JuN�_�P�Eԅc#N'),('o㮚-�;?X:��pҡ','wp-trackback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.��d���#k�l'),('o����%��]\Z','wp-content/wflogs/wafRules.rules',0,'ZDZ2�(����է�! ','ZDZ2�(����է�! '),('o�v<�4^ĉ\'�E��','wp-content/plugins/js_composer/assets/less/wp/form.less',0,'��EBfD���W�g����','��EBfD���W�g����'),('o�[��n3u��ʹ�P5','wp-admin/options-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�PQ��;%5�o-��'),('o�d�O~<w\nI���a','wp-content/plugins/backupbuddy/destinations/dropbox2/_phpmin.php',0,'��#w��c�VQi�','��#w��c�VQi�'),('o����e5��=Ijr','wp-content/uploads/2015/10/Multi-colored-Wanderfuls-centerpiece-for-Sarahs-spring-garden-party.-300x283.jpg',0,'=M��T�_A�\Z���','=M��T�_A�\Z���'),('o�eG��1y��q��','wp-content/plugins/backupbuddy/pluginbuddy/_getting_started.php',0,'�ʌ�x�b=S#}	N�','�ʌ�x�b=S#}	N�'),('o�N`۫����U�','wp-content/plugins/backupbuddy/lib/updater/images/icon-unlicensed.png',0,'H,!�+�j�!L�v��%','H,!�+�j�!L�v��%'),('o��˝7�˗��F,p�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/forms.less',0,'���c2T��`�\0K$�','���c2T��`�\0K$�'),('p��7u�L�_{2Û�','wp-includes/js/jquery/ui/draggable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PV�d��@��Y��'),('p�� ��|����','wp-content/plugins/wp-fastest-cache/js/lang/es.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LǾ�̇�$�{�����u'),('p�����L~��ˬ','wp-content/plugins/revslider/admin/views/templates/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('p�ZV_	�]��l{�','wp-content/plugins/wordfence/images/flags/ke.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oE5�JUI��W�>�sZ�'),('p\"����l���j߇v','wp-content/plugins/w3-total-cache/inc/options/support/form/email_support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��!�J$��a�\rh'),('p$ �M\0FX/�q���/','wp-content/uploads/revslider/templates/travel-static-captions/slide4.jpg',0,'G+7��fW ͭ��','G+7��fW ͭ��'),('p*�k��W/�5�s��R','tell_a_friend.php',0,'�qDOg{I�ڕ�_G��','�qDOg{I�ڕ�_G��'),('p9�Ɇ���g�ӌ�:��','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Http/REST.php',0,'��\\�k����ˬ�G�_�','��\\�k����ˬ�G�_�'),('pG<���:��<�x�','wp-content/themes/wanderfuls/vcex_templates/vcex_post_type_archive.php',0,'��-�%��pU3s��','��-�%��pU3s��'),('pI���w��-��Ă�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/css/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('pI���:S����v��u','wp-content/plugins/contact-form-7/includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W���W1��K�[�'),('pUy�a	�b��va�;�8','wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�خ���T�&\0'),('pVYa�\0צּ=���','wp-admin/error_log',0,'U�R;�\'1�}A����','U�R;�\'1�}A����'),('pf�ϼuCˇ��q','wp-content/plugins/backupbuddy/css/images/ui-icons_454545_256x240.png',0,'����J։އ>��>n','����J։އ>��>n'),('poI��.h�I>qD0��','wp-content/themes/wanderfuls/vcex_templates/vcex_woocommerce_carousel.php',0,'��|�(\rګ�%;�ƙ','��|�(\rګ�%;�ƙ'),('po�ˋ��C���sN�','wp-content/plugins/js_composer/assets/less/params/sorted_list.less',0,'���6�@6�1vRzz�','���6�@6�1vRzz�'),('p�O��S�{r��.�r','wp-content/plugins/wp-fastest-cache/js/button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5e�([��Ą�s	�'),('p��\r�}��+�uû��:','wp-content/plugins/w3-total-cache/lib/Microsoft/Uri/Http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\\a���A��E���'),('p���Yt�lN����','wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_pagination_numbers.less',0,'�J��hu�s�6^�$#','�J��hu�s�6^�$#'),('p��Y����6=��%','wp-content/themes/wanderfuls/framework/config/bbpress.php',0,'�T�dw(|�\\�I���F','�T�dw(|�\\�I���F'),('p��.а��[ÍD�','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�b�sn.�s��GF�'),('p��|M�2��hDow','wp-content/plugins/backupbuddy/images/filetree/pdf.png',0,'^�XCU@�\'6�@O�D:','^�XCU@�\'6�@O�D:'),('p��K=�%o$��H�','wp-content/themes/wanderfuls/images/dotted.png',0,'�o�$�����~�f�\Z�','�o�$�����~�f�\Z�'),('p��GW��Z{	�r��','wp-content/uploads/2015/11/brown.jpg',0,'�Ε���x�a�C���\n','�Ε���x�a�C���\n'),('p�s���cE;_�d�','wp-content/uploads/2015/11/graduation-centerpiece-5.jpg',0,'�<{2�p�P젠�u','�<{2�p�P젠�u'),('p�����R_�)x�ݑ','wp-content/uploads/2015/10/sweet16d5-150x150.jpg',0,'(���\\��|탛�9','(���\\��|탛�9'),('p��w�n�?�B��\0���','wp-content/uploads/2015/11/engagement_lg-300x279.jpg',0,'a�1X|�*�5Y��Vo*\Z','a�1X|�*�5Y��Vo*\Z'),('pдF�C�2b̠e{�)w','wp-content/uploads/2015/11/Hot-Pink-and-Lime-Centerpiece-150x150.jpg',0,'?-~9Z��le�3�� 5�','?-~9Z��le�3�� 5�'),('p�_uNJ�p#B36�Ce','wp-content/plugins/wordpress-seo/languages/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H.d�����0%U>'),('p�m�bvW����	','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k\nQ��&���R��A'),('p�6{�ab?��)t����','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/WebAuthException/Provider.php',0,'\\�IX}��<�J����4','\\�IX}��<�J����4'),('p݇��o��$�w}','wp-content/plugins/contact-form-7/languages/contact-form-7-ko_KR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�&\'p���s\Z\nM�'),('p�<�u���I���2�˂','wp-content/plugins/revslider/admin/assets/images/sliderselector/type_hero.png',0,'6�^h6{O�bA��','6�^h6{O�bA��'),('p�ahH��^뿜����','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CacheParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5���L<<Š{���'),('p�(\0�z�`م�\"\r','wp-content/plugins/contact-form-7/languages/contact-form-7-id_ID.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�i??gT�I\')a�'),('p��ŷKe�#�F��','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-delete-destination.php',0,'M\ZdM����W-�l��','M\ZdM����W-�l��'),('q��hڌ2d]:ChGM','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/milestone.png',0,'XY��,ߟv��{','XY��,ߟv��{'),('q�������r�\Z�*�','wp-content/themes/wanderfuls/css/editor-style.css',0,'H ��c�X3?�e>H','H ��c�X3?�e>H'),('q<@s���z�ƂK��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�RΒ���F���+��Q'),('q뇷@\"�\r�o�w','wp-content/plugins/w3-total-cache/lib/Microsoft/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ƅ���3��~|RW]'),('qjp��������,�','wp-content/plugins/wp-optimize/wp-optimize-tables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';@j�]6�(�@�\"�'),('q\"�co���>�2Rh�]','wp-admin/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�Ӭwh-�u=�'),('q2�қ�^�D�%ӌ�','wp-content/uploads/2015/11/Ocean-Starfish-Centerpiece1-300x300.jpg',0,'�����Bk��.��I�','�����Bk��.��I�'),('q3���E��<xE>�P�','wp-content/themes/wanderfuls/vcex_templates/vcex_button.php',0,'s��,�jZ��q��','s��,�jZ��q��'),('qX�S3,<��=�i�g`h','wp-content/plugins/backupbuddy/classes/api/_getActivePlugins.php',0,'�]V�l�l �E�5^�','�]V�l�l �E�5^�'),('qh�665�y|�=�?S	','wp-includes/js/jquery/jquery.serialize-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\)������J�l<�\"'),('qi��z��\\�;`��z','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-maxheight.png',0,'���C�S�I�\Z����','���C�S�I�\Z����'),('qu\\I�=Y�})G�XP��','wp-content/uploads/2015/10/A102BKHPXXXXXXXX200SLXXXXHPBKIWMSIWHPBKSL.jpg',0,'��}���}�z���:','��}���}�z���:'),('q�\'��v�;M��','wp-content/plugins/gzip-ninja-speed-compression/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';nl���@r�k^���'),('q�w:��\0��o��\"','wp-content/plugins/revslider/admin/assets/imports/web-product-dark/slider.jpg',0,'�bd\\��D�9��dS','�bd\\��D�9��dS'),('q�U�\Z�*�~��','wp-content/plugins/w3-total-cache/lib/W3/DbCacheAdminEnvironment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{o��^~T����'),('q��5@�*=�&��\\X�','wp-content/plugins/wordfence/lib/wfHelperBin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��!�ȍ��4Q��X#'),('q�}(G��+�k��D8','wp-content/plugins/backupbuddy/lib/xzipbuddy/zbzipexec.php',0,'Fe���A��P�E��','Fe���A��P�E��'),('q��>���}UD�݃�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/pages/create_admin.php',0,'y<h�M�����w`��','y<h�M�����w`��'),('q����L�x��J/$�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/table-row.less',0,';8U��v��hhփъ.',';8U��v��hhփъ.'),('rlJ8�j8��%$P�','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-prompt.less',0,'��˳��/=�+G�','��˳��/=�+G�'),('rU�ڪIҽN���@.','wp-content/uploads/2015/11/theme-safari-150x150.jpg',0,'���Q�tu��$\\��O�','���Q�tu��$\\��O�'),('r��h��v��Lk/��','wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|���f*���(���'),('r�*�l�h��w�$�','wp-content/uploads/2015/11/brown-wand-145x300.jpg',0,'��t��y����E���','��t��y����E���'),('r\Z\r��\0���z\\�','wp-content/uploads/2015/11/Jack-O-Lantern-Pumpkin-Halloween-Centerpiece-150x150.jpg',0,'�E��/�fu�m߼�','�E��/�fu�m߼�'),('r}lg�H��� �ޜ�','wp-content/plugins/js_composer/assets/images/icons/clock.png',0,'��rXdY�L�{W9Ѭ�','��rXdY�L�{W9Ѭ�'),('rFt�O��1�_','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/yaml/lib/sfYamlInline.php',0,'�c��c~�;N ��c�+�','�c��c~�;N ��c�+�'),('r+zk;� 4��WI','wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�ZT��|�u��\"\\'),('r1��<�چYk��O�','wp-content/themes/wanderfuls/images/social/forrst.png',0,'���)�J��<�}B* ','���)�J��<�}B* '),('r7Dc߲�;�A�\Z���','wp-content/plugins/backupbuddy/views/settings/_files.php',0,'��V� ,���T�','��V� ,���T�'),('r7ڏm2.��*�A`�','wp-content/uploads/2015/11/Purple-and-Green-New-Orleans-Mardi-Gras-Centerpiece.jpg',0,'a�Z���0�OA�)��','a�Z���0�OA�)��'),('r;T�4}�����`�)G;','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png',0,'����U\Zbt���j�','����U\Zbt���j�'),('rK�C��	;MJ,l�u','wp-content/plugins/js_composer/assets/vc/separator.gif',0,'���6�&<�w?�4�(','���6�&<�w?�4�('),('r^i�􀝌M���1�','wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-icons_ff0046_256x240.png',0,'�x2^j�;}\"I��@�','�x2^j�;}\"I��@�'),('r`g�m����Y�\\�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php',0,'�/�c�~����qDJ[�','�/�c�~����qDJ[�'),('rk�BMT~�\0�:���#','wp-content/plugins/backupbuddy/destinations/dropbox/lib/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('rt�i�. �:v��V&�','wp-content/plugins/wordfence/css/jquery-ui.theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{_����#��S'),('rz�O8���}kLV��S','wp-content/themes/wanderfuls/functions.php',0,'���=aW�^iFϪ� ','���=aW�^iFϪ� '),('r|Xc�b#ӹ-���','wp-content/uploads/2015/10/Lavender-and-white-bridal-centerpiece.-300x297.jpg',0,'8+0�,:���-�8��','8+0�,:���-�8��'),('r�(n՞���j��b\"','wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','υ�^p0LB�uSŅ'),('r��C?d���dJ','wp-content/uploads/2015/11/party-favor-main-4-300x218.jpg',0,'ڵ��s�9�ȄS4 �','ڵ��s�9�ȄS4 �'),('r����O��5�p�','wp-content/plugins/revslider/admin/assets/images/mainoptions/thumbnails.png',0,'��xZ��̪`G�?��:','��xZ��̪`G�?��:'),('r�[�rj�M�~��T�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/center-block.less',0,'�2������kHe','�2������kHe'),('r��U�V#�RG,c���','wp-content/uploads/2015/11/Broadway-Theater-New-York-Centerpiece-300x300.jpg',0,'�oܢb��ͨ��|I|�','�oܢb��ͨ��|I|�'),('r��O`KV��`�T]��','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/images/bullet_error.png',0,'&����\0�[r�/}F','&����\0�[r�/}F'),('r��\\���1G�J\\^æ','wp-content/plugins/wordpress-seo/images/pinterest-23x30.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{iÓN����e2��D'),('r�*����2��IT�L','wp-content/themes/wanderfuls/css/ilightbox/metro-black/preloader.gif',0,'�q2o{�\\��ߵ�.C','�q2o{�\\��ߵ�.C'),('r�R�da�;��8��5�','wp-content/plugins/w3-total-cache/lib/W3/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��|\\�2�L\rݺ���'),('r������z���l� �','wp-content/plugins/revslider/admin/assets/images/trans_tile2.png',0,'�2xOd�G����','�2xOd�G����'),('r�B��Y��)AP+�','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php',0,'y����~�� 9��]�','y����~�� 9��]�'),('r�_�/��HG=�%�<�','wp-includes/images/arrow-pointer-blue-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m�rތ]4�9c�'),('r�r�(J�g�(�y�t','wp-includes/js/mce-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�-N�k6e���\\['),('r��8�Y�bz��c��%k','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/cachexcache.class.php',0,'�K�Z\Z���܊�K)-�','�K�Z\Z���܊�K)-�'),('r��\n��b��#��','wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\"U� ��)�9�=7'),('sG�L��g\'�\\����','wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js',0,'}���g2gZ�S��C�','}���g2gZ�S��C�'),('sy2nj�	cJ�wd�','wp-content/plugins/w3-total-cache/inc/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*$M�99�7�?�'),('su�/�����[�\n���','wp-content/uploads/2015/10/girlandivorylarge-e1452488871580-300x196.jpg',0,'�-_s���(�DS�','�-_s���(�DS�'),('s�z3����H�����','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.ttf',0,'��!p���w���&h','��!p���w���&h'),('s/HT�ݽ6��2��','wp-content/uploads/2016/01/girlandivorylarge2-150x150.jpg',0,'.4���]ʬ��J�Z�','.4���]ʬ��J�Z�'),('s8�%�joO�K8%Z�S','wp-content/uploads/2015/10/Presidents-Club-annual-dinner-with-Wanderfuls-centerpieces.-300x200.jpg',0,'n��V�\0h�0�z7E','n��V�\0h�0�z7E'),('sG�d���On�P*','wp-content/uploads/2015/11/daffodil.jpg',0,'�e1�FJ�0�-�n�/�','�e1�FJ�0�-�n�/�'),('sG֨@\09�Jg��t|','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/dropdowns.less',0,'D�y��_��%��}u˰','D�y��_��%��}u˰'),('sJ��1��,�$���','wp-content/plugins/backupbuddy/lib/updater/information.php',0,'�n9�*�m|;�\r�9W�/','�n9�*�m|;�\r�9W�/'),('sNz�iBm�<��Ej','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tta.less',0,'i��\\��2������`�n','i��\\��2������`�n'),('sU7\r��Rj����','wp-content/uploads/2015/11/Ivory-with-Gold-Accents-150x150.jpg',0,'G�j�O��B��z����','G�j�O��B��z����'),('s\\c`\Zk�LW7�d�','wp-content/uploads/2015/11/Las-Vegas-City-Sign-Centerpiece-300x300.jpg',0,',2�������.�F',',2�������.�F'),('s��O��?�?O','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Cache/Memcache.php',0,'i��=9���ۣ�(zh','i��=9���ۣ�(zh'),('s�\"L���8/l��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q6�)�x���s('),('s�����ߡk�б��','wp-content/plugins/wordfence/images/flags/hn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�E���P����+v'),('s��2K\n��l�F��u/G','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�@^ݕ�^Ơ��m�'),('s�E�Ξq�p�B���','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#v�#�|W��ه��?�'),('s�V���Q�Ν�7p!','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-addon-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�%@MY)��n�V�B'),('s��ז��:����h�S','wp-content/plugins/contact-form-7/includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{m,2%i2���z6�=�'),('s��0J��=!�c����','wp-content/uploads/revslider/templates/foodcarousel/slider_cover.jpg',0,'�y�����\Z�T4W','�y�����\Z�T4W'),('s�0yl�ꃋD\\��\"','wp-content/plugins/wordpress-seo/wp-seo-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{���V�Jp�O�'),('s�ŏU\'���e@�d�','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ǁ�B�F�i��⻇�\"'),('s�K1���>���\0','wp-content/themes/wanderfuls/partials/overlays/title-date-hover.php',0,'7$��a���}3\r���4','7$��a���}3\r���4'),('s��˱�Y*u���O�','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:\0��>������}LQ\0'),('s�zÊI:1dkE���d�','wp-content/themes/wanderfuls/images/testimonialscurly.jpg',0,'�|�Z�;T&i�l9���','�|�Z�;T&i�l9���'),('s�*���v�`�c�','wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php',0,'yq�el��PH��*@','yq�el��PH��*@'),('s���.^su	PP\r','wp-content/uploads/2015/10/all1-300x97.jpg',0,'i����W��c�j\Zb#','i����W��c�j\Zb#'),('s��v�z�Pok�!�W�','wp-content/plugins/w3-total-cache/pub/img/sidebar-background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�Q�(p�hF4gJ̹'),('s�C4M�*��*B�)�','wp-includes/css/wp-pointer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Lh(�(Ȁ�����'),('t��/b\\{�B�l�','wp-content/uploads/2015/11/lightyellow.jpg',0,'��H�|Fjj�zE���f','��H�|Fjj�zE���f'),('t�����w*�>�','wp-content/plugins/wordfence/images/flags/do.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�:E�GaX��z'),('t�L�#�]	��TV��','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-platform-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:>�z\n��w�'),('t\'K�6�81?EC��Q��','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-add-image.png',0,'CP��b��\r޼n�NT�4','CP��b��\r޼n�NT�4'),('t3TO�*�e�T{+ /','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/PageRegionInstance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�5A���-쟊��\n'),('t5���QqCZ�fHل\'','wp-content/themes/wanderfuls/framework/visual-composer/vc-config.php',0,'��Q�gO&X8���Mm','��Q�gO&X8���Mm'),('t5���Y#.��)��8�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/ajax/getDeployLog.php',0,'Ve��<1�VLl�Uc�','Ve��<1�VLl�Uc�'),('t6��O�\ra��Ȇ�f','wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pCzb�CZ�����'),('t8����p�̋�z{jDp','wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@�:[�����^�'),('t;���Q��<�e��r','wp-content/plugins/wordfence/images/flags/gd.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?B��~̚�WV�r.9�'),('t<V8c5ۚ��0��o','wp-content/uploads/2015/10/closeup-150x150.jpg',0,'�C���s�O�k�ZH�~','�C���s�O�k�ZH�~'),('tE��H��䘈��D!','wp-content/uploads/2015/11/Pink-and-Yellow-Butterfly-Centerpiece.jpg',0,'hދ� /�9�','hދ� /�9�'),('tG�/�Ȇ��z��U[�','wp-content/plugins/wp-fastest-cache/js/lang/ja.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sd��@%Q��]�7�'),('tI���G󓊛�u|W','wp-content/uploads/2015/10/Valeries-blue-and-yellow-10th-year-class-reunion-centerpieces.-300x199.jpg',0,'n�����+��*�}8G','n�����+��*�}8G'),('tU�/Ds�Iڤ�st�','wp-includes/js/wp-auth-check.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z}j����o)��'),('tm6ۗ�q���.��=j','wp-admin/css/colors/blue/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M>/�U���F�'),('t�����.�Õ�81�','wp-includes/random_compat/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','er��LV��str��'),('t����	�x#���>','wp-content/plugins/js_composer/assets/vc/fe/close_panel.png',0,'zD���&̉�ċ� �','zD���&̉�ċ� �'),('t��i/Y�$��Ņβ','wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js',0,'0R�4*�hF#.����\'','0R�4*�hF#.����\''),('t��,��Sk����j','wp-content/plugins/wp-optimize/wp-optimize-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_xZ��@F_��L�p'),('t�jGt>��PC���B','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/heading.png',0,'�fo>o`��n�o���j','�fo>o`��n�o���j'),('t�p�����o\"�|:U%','wp-content/plugins/wordfence/images/flags/cf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*t��)��M؋F)'),('t��qysd.\\���','wp-content/plugins/w3-total-cache/lib/NetDNA/W3tcWpHttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��تe��V�=1V��'),('t��ԓB�q�mH�IJ=','wp-content/plugins/revslider/public/assets/fonts/font-awesome/css/font-awesome.min.css',0,'����G�\\�e[z��','����G�\\�e[z��'),('t��d��2�<��z','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Message.php',0,'cL��c	�~�A\ZZ��','cL��c	�~�A\ZZ��'),('t̓����Md��|��','wp-content/uploads/2015/10/Broadway-themed-party-with-Wanderfuls-centerpieces.-300x203.jpg',0,'��+��;��<DpQF�g','��+��;��<DpQF�g'),('t���O�$ҥ�h�\r\Z','wp-content/plugins/wordfence/images/flags/sh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>G�	{n�դ��['),('t��ل���\Z��qC~','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php',0,'|K=�a����-\n�����','|K=�a����-\n�����'),('t�V!*d_/�v�y�','wp-content/themes/wanderfuls/partials/topbar/topbar-menu.php',0,'u�ë�Y�݄�q���F','u�ë�Y�݄�q���F'),('uΚW|�*򠖚z�','wp-content/plugins/w3-total-cache/lib/W3/ConfigAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_`b����o���]'),('uR���rw�=19���','wp-content/uploads/2015/11/findyourcandy.jpg',0,'�M�u\not��PQ','�M�u\not��PQ'),('u�tC)�K����\r�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/login.php',0,'�Zx�\"$�̿X���','�Zx�\"$�̿X���'),('u�?�ۋ(b��[�','wp-content/uploads/2015/11/Peacock-Bird-Feather-Centerpiece-262x300.jpg',0,'73!\'I�: ����','73!\'I�: ����'),('u({����c����<��','wp-content/uploads/2015/11/arc-on-black2-lg.jpg',0,'o��<?$���%7�VnI','o��<?$���%7�VnI'),('u)]�IsXQ��И,�','wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff',0,'�]o]Z���ЖQ�i�T','�]o]Z���ЖQ�i�T'),('u1}���+]y��4�|r','wp-content/plugins/backupbuddy/images/filetree/doc.png',0,'8�)Sչ\n�0�\r!&�','8�)Sչ\n�0�\r!&�'),('u2]�Kv�\0ݦ\rtP','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��FP�S.�q���Y:'),('u7T7>���9F���0�4','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Dfareporting.php',0,'[U�`���l��f��','[U�`���l��f��'),('uG�F��V1i��:','wp-content/uploads/2015/11/Peacock-Bird-Centerpiece-262x300.jpg',0,'.%_����N�3V��','.%_����N�3V��'),('uLL�k�k�Or?��','wp-content/uploads/2015/11/babyblue-wand-145x300.jpg',0,'q�4�+��T 1���','q�4�+��T 1���'),('uLm8��G\n���','wp-content/plugins/revslider/admin/assets/images/rs_center.png',0,'=��~6�v,�E�\ng','=��~6�v,�E�\ng'),('uZ�T�e�p��M�','wp-content/themes/wanderfuls/vcex_templates/vcex_image_flexslider.php',0,'\'�~\n����~��P','\'�~\n����~��P'),('u\\I*����E�~7w\0=','wp-content/uploads/2015/10/slide_114-150x150.jpg',0,'��UAO�MT�z�C�','��UAO�MT�z�C�'),('u]�3;6Dp%G��;*a','wp-content/plugins/backupbuddy/images/filetree/file.png',0,'�+��f��!9CG��','�+��f��!9CG��'),('uapF��[t#��(q[','wp-content/plugins/wordpress-seo/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3'),('ue�,\"\n	�h�g.','wp-admin/css/colors/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\"m�z�2�J�Ǖ<P�'),('u�Pbb��[\rf�dif','wp-content/themes/wanderfuls/partials/blog/blog-single-layout.php',0,'3�����ƛE���j','3�����ƛE���j'),('u�pp�@Kq�(�o۔:','wp-content/plugins/revslider/includes/framework/base-front.class.php',0,'*�tn8ާ�H�	,�','*�tn8ާ�H�	,�'),('u��3!pA�f�)R�M�','wp-includes/js/tinymce/plugins/wpgallery/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H4PD����DM\\I'),('u�0 \Z��\r�{�m8�K','wp-content/plugins/w3-total-cache/pub/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('u͏�Y����n�#�','wp-content/uploads/revslider/templates/creativefrontpage/slide8.jpg',0,'\\$l�PE�v,��>�:H�','\\$l�PE�v,��>�:H�'),('uҟ`b!�!�Pܧ��','wp-content/uploads/2015/11/Hawaiian-Luau-Tropical-Palm-Tree-Centerpiece-262x300.jpg',0,'����\\^!,,Eɺ^','����\\^!,,Eɺ^'),('uӂ��n/���i$3','wp-content/plugins/js_composer/assets/css/lib/vc-entypo/vc_entypo.min.css',0,'TP�;ѧ$}��0N\n��','TP�;ѧ$}��0N\n��'),('u�2&^0O����\r�ֶ','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/alerts.less',0,'x�%v\r\";��N�Y�ӄ','x�%v\r\";��N�Y�ӄ'),('u�3��� �ˠ��','wp-content/plugins/revslider/includes/framework/newsletter.class.php',0,'�uZĈom��B��k*aX','�uZĈom��B��k*aX'),('uױ���)א�J&-/','wp-content/uploads/2015/11/Hollywood-Movie-Centerpiece-300x300.jpg',0,'23�����h�;�','23�����h�;�'),('u�\r�<�7	C.�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UW��f�#���\0S�'),('u�qg\Z\0�8�hԭ�\0�','wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z_u��	��эBD�'),('u���9�8�|1�z��','wp-content/plugins/wordpress-database-reset/lib/class-plugin-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�R�\ZGL&��2�4�'),('u��\r��a\"��\r�W','wp-content/plugins/wordfence/images/flags/aq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u����w ����釚d'),('v���%Q*���[Gw','wp-content/plugins/wordfence/images/flags/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ҒT�ǯW�F��5�~'),('v����ð�M�v�:i�','wp-content/plugins/wordfence/images/flags/cz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�y��S(18��#'),('v\n�3+��(��0/��','wp-content/plugins/backupbuddy/controllers/pages/rollback/_step2.php',0,'���H�4r��X��_�','���H�4r��X��_�'),('vڴ����V���K��P','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$z�3�`c��.'),('v\r4D$�o��1���ٲ','wp-content/plugins/backupbuddy/destinations/sftp/icon.png',0,'zUyC���e�����','zUyC���e�����'),('v9���M譨���,=�','wp-content/uploads/2015/11/theme-western.jpg',0,'{0/���%���V�[','{0/���%���V�['),('v:����%ZOb���','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js',0,'�Cx����M�۰���','�Cx����M�۰���'),('vB��2ލ%\0��ꇚ\"','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X*0/O;8�@����!'),('vK;@�s�aU1;�	^�','wp-config.php',0,')d���~F�\n��d',')d���~F�\n��d'),('v^^ow�ZN�3�V��Y','wp-content/uploads/2015/11/coral-wand.jpg',0,'��A�ס�%��','��A�ס�%��'),('vm�x��$�><�T�','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/spacing.php',0,'��*�Ðg�D�Hd�','��*�Ðg�D�Hd�'),('voFXc��%��m�/��','wp-content/plugins/wordfence/images/flags/gf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��-�[S��D]��'),('vr�E\r-�<�<\r��ŝ','droom-no-flash.php',0,'X�l��M� �j��z��7','X�l��M� �j��z��7'),('vw��@�H��z�F�','wp-admin/ms-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@�ͯE�b6�'),('vy�w�Z�]���D�g�','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/policy.class.php',0,'����\\��(t����N�','����\\��(t����N�'),('v]�z������3�tB','wp-admin/includes/class-wp-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�)���=����A�@'),('v�x��n�J�l/?��','wp-content/uploads/2015/10/Centerpiece-for-Jordans-Christening-party.-300x201.jpg',0,'#�c�oZ˲e��yO�','#�c�oZ˲e��yO�'),('v�D\0D��☇l�U','wp-content/plugins/revslider/admin/assets/js/codemirror/util/javascript-hint.js',0,'%3�w�N�1D��M','%3�w�N�1D��M'),('v�D����V��\Z��\\','wp-content/themes/wanderfuls/framework/customizer/settings/topbar.php',0,'߅�_?�\0ѷ���\"@','߅�_?�\0ѷ���\"@'),('v�\'��gd1���\\�','wp-content/plugins/revslider/admin/assets/imports/mainfeature/slide1.jpg',0,'�k�8%\\���2dI3��','�k�8%\\���2dI3��'),('v����Qg3好?�','wp-content/uploads/2015/10/groupshot5.jpg',0,'@v�\rN���W-0[7���','@v�\rN���W-0[7���'),('v�q�\'H�+�Ѫ71','wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-colors.less',0,'����ck��Ђ)y�','����ck��Ђ)y�'),('v���7ne^S6��6','wp-content/plugins/wordpress-seo/css/help-center-340.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','My��$��P�B`�5a9'),('v��ޣ�R�','wp-includes/js/jquery/jquery-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lW�bX��[5y�^l6�'),('v�Fԛ�)L��/��r�','wp-content/plugins/w3-total-cache/lib/W3/PgCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��\\����7�\"#�'),('v�m~�ߠv\"���3','wp-content/plugins/widget-countdown/images/featured_plugins/poll.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�߆�Q�Q4E^`Z��'),('v���y^ؒ��6x���','wp-content/plugins/w3-total-cache/lib/W3/AdminEnvironment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Ϧ*Hd��|S!8}U�'),('v�t�8ˊ�N//�d�','wp-content/plugins/backupbuddy/images/gear.png',0,'(o���0͟l�Ř�.\\�','(o���0͟l�Ř�.\\�'),('v�(�i,:���+�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�A��p��\n�1�'),('v�ˊ\Z��a�|~\0و�','wp-content/plugins/revslider/admin/assets/images/icon_vimeo.png',0,'Y�}Vi�Y?�0Ą:','Y�}Vi�Y?�0Ą:'),('v�;3�x��J���V/�','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/MessageValidator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�Y��$��c^��'),('vâ,\\�+Q�����֧','wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�Y�I]�'),('v��\\�o��3j?��','wp-content/uploads/2015/11/Ocean-Starfish-Centerpiece-262x300.jpg',0,'G�3�`��<��*���','G�3�`��<��*���'),('v�e�_a�̴����1','wp-content/plugins/wordfence/images/flags/pt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������T:��x'),('v�G�.�g�A��#�r�','wp-admin/images/align-right-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�l�>r�]�lW��x'),('v���4�|>�<����','wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����t�+��n�(k'),('v�{#��l��b\0}��B','wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z%M���d;�u��0�'),('v��h&MzD�ϔ$ٟ','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('v���_�d�?�w@�~�','wp-content/uploads/2015/10/Silver-White-300x294.jpg',0,'\n��Y��ht����҃\r','\n��Y��ht����҃\r'),('v�Ҹ);�D��~J\"�q','wp-includes/js/jquery/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.�,�+��\nq'),('w\nS蚁fȕ�n(��/','wp-content/plugins/backupbuddy/lib/zipbuddy/zbzippclzip.php',0,'�\Zօ辂-�)�X�','�\Zօ辂-�)�X�'),('w6�d�ºbL�O��','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php',0,'h5����iJ��;��e)','h5����iJ��;��e)'),('wݤ����v�YtyC]','wp-content/uploads/revslider/templates/fullsite-block-5-testimonials/slide1.jpg',0,'r� �䘇��3®�','r� �䘇��3®�'),('w�˺-1;��:3��','wp-content/themes/wanderfuls/partials/header/header-aside.php',0,'o7�7Ň��v��','o7�7Ň��v��'),('wu�l|��p��Q','wp-includes/js/autosave.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l���h/	�&Xɫg'),('we��3��x�~','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/Request2/Adapter/Socket.php',0,'1%�1���1/�\"���','1%�1���1/�\"���'),('w׀��\r��2�ӽ�','wp-content/uploads/2015/10/home-gallery-2-large1.jpg',0,')�=E����zA���',')�=E����zA���'),('w.S������Lv�s;','wp-content/uploads/2015/11/Hawaiian-Tropical-Luau-Fish-Centerpiece-150x150.jpg',0,'��\\�JA��\nF�.�\n��','��\\�JA��\nF�.�\n��'),('w/����c�ll�6�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Gmail.php',0,'>��d��������B��','>��d��������B��'),('w1v8�\Z�jZ%J���','wp-content/plugins/w3-total-cache/inc/options/support/form/plugin_config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$\\�Tb�z/�\0@�U�&'),('w4���9��螞�_','wp-content/uploads/2015/10/PNRwand4.jpg',0,'/�J!]F�Q�\\�c��[','/�J!]F�Q�\\�c��['),('wVm�X�\n���}2�','wp-content/uploads/revslider/templates/creativefreedom/slide3.jpg',0,'gf�e��5,���x�-�','gf�e��5,���x�-�'),('w^֨v���\ZЫ���','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/default_thumbnail.gif',0,'�R�\'qs�h`� qxZ!w','�R�\'qs�h`� qxZ!w'),('w_F0��轔�8D{�k','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/Request2/Observer/Log.php',0,'$��6p�s�v3 c�','$��6p�s�v3 c�'),('wzV��(_�亝�','wp-content/uploads/2015/11/Hawaiian-Tropical-Luau-Fish-Centerpiece.jpg',0,'���H��~N�/083\Z','���H��~N�/083\Z'),('w�P�ci�-��*]�\0','wp-content/plugins/backupbuddy/images/warning.png',0,'꺍�=��6(��','꺍�=��6(��'),('w� (`��̻Xh����','wp-content/uploads/2015/10/3-150x150.jpg',0,'q&�aEW�x�Y�','q&�aEW�x�Y�'),('w�Gd�&������EZW','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff2',0,'ہ-�p�莈�D�ɢ~�','ہ-�p�莈�D�ɢ~�'),('w��g���r�{֚�^','wp-content/plugins/wordpress-seo/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)���4FS�˼'),('w��19#���&�\09b','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�9����9��\'�'),('w���L��0���]r.','wp-includes/images/crystal/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�1�����1�9'),('w���\Z�\Z�ߐI��t�y','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-italic.png',0,'j5a�>�kd�Q5���','j5a�>�kd�Q5���'),('w�&7\"���*�h��0','wp-content/themes/wanderfuls/framework/customizer/settings/footer_bottom.php',0,'}I<�7��4���֥��@','}I<�7��4���֥��@'),('w��`M��>�{���','wp-admin/includes/noop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�KИ�d�԰����/��'),('w�PC>}�g>��v`�','wp-content/themes/wanderfuls/languages/en_US.po',0,'�9�!�V0�2��g}','�9�!�V0�2��g}'),('w����/��/H}�|5�','wp-content/uploads/revslider/clubix/2-pic.jpg',0,'�7��e��JH��6�*','�7��e��JH��6�*'),('w�P�\"�2��R��m�','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Crypt/RSA.php',0,'�S[���N�_�3�Iy','�S[���N�_�3�Iy'),('w�&G�[{�.�_���f','wp-content/plugins/wp-fastest-cache/images/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��E*��D�\ZQ�'),('w��c�W�i���','wp-content/plugins/wp-fastest-cache/js/lang/pl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��/����%Ð'),('w�w��c����m^�\Z','wp-content/themes/wanderfuls/css/ilightbox/smooth/arrow-next-icon-64.png',0,'?ֲ�OV�J7�X׆','?ֲ�OV�J7�X׆'),('w�;�\0qF��9�H]','wp-content/plugins/w3-total-cache/inc/options/common/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0p�~���Pb6f�'),('w������:}V��P','wp-admin/js/common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZQ�0��(�|&�X�'),('x�>���E\\��Q;�\\','wp-content/plugins/contact-form-7/modules/flamingo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=X�s�e(�eټh���'),('x	G!N�$�.�d�Tb�','wp-includes/ID3/module.audio-video.flv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�Hi�,W��Q�F���'),('x���W��OÑ�um~','wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg',0,';1�ޓ)y3L�ɰ|n�',';1�ޓ)y3L�ɰ|n�'),('x�!o^}HnȮIh��','wp-content/uploads/2015/10/A102IWMSXXXXXXXX230SLWHXXMRMSMSMRRBMRRBSL.jpg',0,'^\'�cƆ��$�����','^\'�cƆ��$�����'),('xyXǟ���8��','wp-content/uploads/2015/10/A101WHXXXXXXXXXX330WHLBXXMSBBBBBBMSWHSLSL.jpg',0,'��zZ���C����>�','��zZ���C����>�'),('x\"!�b�4�t��5�\'�','wp-content/uploads/2015/11/Peacock-Bird-Feather-Centerpiece.jpg',0,'���\r	Q4��\rz�','���\r	Q4��\rz�'),('x)��Q.M[~�U%�e','wp-content/uploads/2015/10/howtoordernow-300x105.jpg',0,'��b�f��CI��^&','��b�f��CI��^&'),('x9@^6��ߑ��o��','wp-includes/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[N�W��_p�w�0'),('x@[j�K�7��O�Vn\\','wp-content/uploads/2015/11/Navy-and-Baby-Blue-300x300.jpg',0,'�`y\Z����%z�G=','�`y\Z����%z�G='),('xF	`���°�f���','wp-content/themes/wanderfuls/images/patterns/triangular.png',0,'k��7	to̰���','k��7	to̰���'),('xIH�.�9�Y��BO','wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9~8 �z#C0�^%a�'),('xK�6�nrdf�\\�E`','wp-content/themes/wanderfuls/framework/title.php',0,'����J�\"����`><�','����J�\"����`><�'),('xW�3[a$\'H�\"�_�C','wp-content/uploads/2015/10/Bridal-Teal-300x228.jpg',0,'kE$,�9�\Z�$$1\Z','kE$,�9�\Z�$$1\Z'),('xdw5�H�>���','wp-content/plugins/wordpress-seo/admin/views/partial-settings-tab-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�ps�IXJL�H'),('xr�]�J_��N�ոy.','wp-content/plugins/revslider/admin/assets/images/toolbar/animate_in.png',0,'���h��A�0=}n-','���h��A�0=}n-'),('xxPyܪ��1����','wp-content/plugins/wordfence/images/flags/mh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��KQ�:C�YM'),('xy�!��q�)�.ˉ\"','wp-content/plugins/wordfence/images/sort_desc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m����͟��r�� 9'),('x��)�ta0���t�DK','wp-content/themes/wanderfuls/single-portfolio.php',0,'�^��Q3��Z4m�Yx��','�^��Q3��Z4m�Yx��'),('x��m��j� P>S�L-�','wp-content/plugins/w3-total-cache/inc/options/support/form/bug_report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�LH�PTFS�_�0�%�'),('x�^m�]̲�/��L4vU','wp-admin/includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��nf��1����k?'),('x���޶�5LC�}��','wp-content/plugins/wordpress-seo/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3'),('x��\r�Bv��ֱ���','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-desktop-dark.png',0,'\r�0�� i�]���2��','\r�0�� i�]���2��'),('x��ճ;�^_Ī��y�','wp-content/uploads/2015/11/corporate-centerpiece-3.jpg',0,'�T\Zhl�Y��R���x�','�T\Zhl�Y��R���x�'),('x�)�=��D��um�','wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js',0,'pb:���S�*�\\/','pb:���S�*�\\/'),('x�h�T~f�zc��e\'','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Groups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B ���O\\\\'),('xњ��腲LK{V�bQP','wp-content/themes/wanderfuls/partials/overlays/title-date-visible.php',0,'\ZY@�M��m$�L�~','\ZY@�M��m$�L�~'),('x�K��e�8|���6[�','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8�Z��-j>�F,f'),('x޳���iA��s��','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/ajax/2.php',0,'� l�N�3P�p\\[','� l�N�3P�p\\['),('x�W�*=��l����0c','wp-content/themes/wanderfuls/css/ilightbox/metro-white/arrow-prev-icon-64.png',0,'��(�cq���u�Qy�f','��(�cq���u�Qy�f'),('x덂��@}Y��i�+','wp-includes/js/tinymce/plugins/tabfocus/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j]xL*��_d�5I/'),('x��0[��{���R','wp-content/uploads/revslider/templates/duotone/slide2.jpg',0,'X�H��>�K����\r�','X�H��>�K����\r�'),('y�O�1���h�p','wp-content/themes/wanderfuls/bootstrap/js/bootstrap.js',0,'*nA��@�h�[wӑX��','*nA��@�h�[wӑX��'),('yw86+ʭ�0����','wp-content/uploads/2015/11/babyblue-wand.jpg',0,'*P**����\r)��tK','*P**����\r)��tK'),('y	��`\0�Mm��srmi!','wp-content/plugins/backupbuddy/lib/zipbuddy/zbzipexec.php',0,'�ձO;yb��Ԭ<�','�ձO;yb��Ԭ<�'),('y���1��-�/fIנ','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�±���t�T2�y%p�'),('y��Vue�5,\ZUzE1�','wp-content/plugins/js_composer/assets/vc/info.png',0,'\rV����η��ף����','\rV����η��ף����'),('y\no��\\��S�7��','wp-content/uploads/2015/11/emerald.jpg',0,'�Ztf$�\'ZOz�<SY�','�Ztf$�\'ZOz�<SY�'),('y�^b\Z��T�kՑQ','wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php',0,'К��26���+�','К��26���+�'),('y�?�;��������','wp-content/uploads/2015/11/turquoise-wand-150x150.jpg',0,'k�u�ђq6Nj�!�Nt','k�u�ђq6Nj�!�Nt'),('y04V�YNX�&JzJ�w','wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide1.jpg',0,'\n^ւ��T�gqd�','\n^ւ��T�gqd�'),('y10Bb�f�ٕX[]�','wp-content/plugins/backupbuddy/images/icon_menu_32x32.png',0,'�UB�V)����C�S�','�UB�V)����C�S�'),('y9e�ԷUɣ�Ց�,�','wp-content/themes/wanderfuls/css/ilightbox/metro-black/pause-icon-64.png',0,'�Ox%?��M~bڕI�ͅ','�Ox%?��M~bڕI�ͅ'),('yIQ�����c�8�','wp-content/plugins/backupbuddy/controllers/pages/rollback/_step3.php',0,'ÿv��=�t\"u8�>z�','ÿv��=�t\"u8�>z�'),('yP����=�^ �g��','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/DoubleClickBidManager.php',0,'�z���;\n��[D�','�z���;\n��[D�'),('yR��叠4\0�M:�J~�','wp-content/uploads/2015/11/mint-wand.jpg',0,'��:��-�Ἡ��\\�','��:��-�Ἡ��\\�'),('yS~�/tX����W�\Z','wp-content/plugins/backupbuddy/pluginbuddy/js/admin.js',0,'݋\Zм�	�S)�-�\r\n','݋\Zм�	�S)�-�\r\n'),('yb��}�i.Ȯ9�N�','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/File/X509.php',0,'��aℓ�;C��ם�r�','��aℓ�;C��ם�r�'),('y}�Aڝ�h\Z��','wp-content/uploads/revslider/clubix/2-pic-890x305.jpg',0,'��?����0�O�B�z�','��?����0�O�B�z�'),('y��E�]��?��\0�Y0i','wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/fonts/fontawesome-webfont.ttf',0,'|��\n�\rcϸ�?�9','|��\n�\rcϸ�?�9'),('y��\n�,\nC�|[i','wp-includes/customize/class-wp-customize-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q����i^��g*׉%'),('y��S�ܾ�5�cd8�gS','wp-content/themes/wanderfuls/partials/footer-reveal-open.php',0,'���)z@�aFȹ�~7��','���)z@�aFȹ�~7��'),('y��������R?kZB�','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m#qZv�(/����'),('y��%h�a~B�|@\'��','wp-content/plugins/backupbuddy/css/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('y���P�-Q�Je�\n�7','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-rotationy.png',0,'`�����d�����\Z�','`�����d�����\Z�'),('y��L���=�f��^��','wp-content/uploads/2015/11/pinkblack-150x150.jpg',0,'�KTqE,X-�VI!\'','�KTqE,X-�VI!\''),('y�����~�d����','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/CDN.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rQ��w���?�/'),('y��\0����2G��\"�','wp-content/plugins/backupbuddy/destinations/s3/_manage.php',0,'9VPG�?�W�[���','9VPG�?�W�[���'),('y���E�a��:�[\0','wp-includes/class.wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���˝�.����7��h'),('y��W��Ì��hmo9','wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php',0,'=a�I�y۔\0� �','=a�I�y۔\0� �'),('y�p�nVJm\n�®P��','wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php',0,'q�-�����<�q��','q�-�����<�q��'),('yǬ�}��*��K�*��','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php',0,'�\\0���`����cЀ','�\\0���`����cЀ'),('y��yA;�\Z��nR�:','wp-content/themes/wanderfuls/js/lib/superfish.js',0,'HރO�Ǯ�(s~C�ѻ','HރO�Ǯ�(s~C�ѻ'),('y���U�ᏇZf�Q�K','wp-content/plugins/js_composer/assets/images/icons/blue-document-office.png',0,'6�wUnz�M�:O�$��','6�wUnz�M�:O�$��'),('y����W��x�','wp-content/plugins/w3-total-cache/inc/options/minify/ccjs2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�!Jw;2��4��'),('y���G�\\`��MR�','wp-admin/network/site-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�V&��ѧeG���T'),('y�5�1\\�m>��G�','wp-content/plugins/wordfence/images/flags/zm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n|�Ϸ{>c��-R�'),('zd����|���1�','wp-content/uploads/2015/11/aqua-wand-150x150.jpg',0,'�n	��4g���2�	','�n	��4g���2�	'),('z��\"�xnc\Z�ʋ��','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Crypt/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('z\n�b��5���^\Zl','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/default_thumbnail.gif',0,'�R�\'qs�h`� qxZ!w','�R�\'qs�h`� qxZ!w'),('z�]u�gAx�;���W�','wp-content/uploads/2015/10/Lavender-Gold.jpg',0,'�w���N�%Ne�M)','�w���N�%Ne�M)'),('zϽ���\'y�s�h�','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Host.php',0,'�lxg&�YȐ�.X�|:�','�lxg&�YȐ�.X�|:�'),('zw��|ٮ�{�|��','wp-content/themes/wanderfuls/partials/testimonials/testimonials-entry-company.php',0,'2`Z�ھ�w��f\0�Y�','2`Z�ھ�w��f\0�Y�'),('z1o�ɼ��@Ʌa��','wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php',0,'[Z\\|�w�IW�)b~U�','[Z\\|�w�IW�)b~U�'),('z\n�Xf�]��	(q���','wp-content/plugins/backupbuddy/controllers/pages/scheduling.php',0,'~Dx���U�`n7R�','~Dx���U�`n7R�'),('z\"��7DsW��Cy��','wp-content/plugins/backupbuddy/destinations/rackspace/lib/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('z\'�J���r�x5<H�d�','wp-content/plugins/revslider/admin/assets/images/sources/post.png',0,'{cr\rM�<��\\5��','{cr\rM�<��\\5��'),('z(<�A�9n�/�|btdX','wp-content/uploads/2015/10/Gold-Ivory.jpg',0,'�|y�7f���a�<�','�|y�7f���a�<�'),('z:2���mMv�K�ۙu','wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php',0,'É��� v�a]�}X�','É��� v�a]�}X�'),('z;j2WD�6��[�V','wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�=L�/�%NZ�\\�\n'),('z@T6lF��6[\n�\Z�','wp-content/uploads/2015/11/Hollywood-Movie-Centerpiece-262x300.jpg',0,':�����\'�Y	��',':�����\'�Y	��'),('zDZ���؉��Jp���','wp-content/plugins/wordfence/images/flags/nf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������5E�����5h'),('zc¡�O.���̂�R','wp-content/uploads/2015/11/eggplant-wand.jpg',0,'ޮb\nS���x)p���','ޮb\nS���x)p���'),('zl�G���>?�~�m','wp-content/plugins/wordfence/images/flags/sb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l<�)�J������+'),('zpFx�b,kp��ȉ߅','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_post_data.less',0,'�y��ks�\r铸i','�y��ks�\r铸i'),('zwЇ��׮[�h�.�','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','45�S��\n��خo&�y'),('z��@�Jۄ����','wp-content/themes/wanderfuls/framework/menu-functions.php',0,'_�h���k���i�','_�h���k���i�'),('z��Θ��\n�V9��s,w','wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/slider.jpg',0,'�-V�K�9�����h�','�-V�K�9�����h�'),('z��A[M�!yDju*�T','wp-content/plugins/js_composer/assets/less/params/colorpicker.less',0,'#�u��l|�P�Q�>','#�u��l|�P�Q�>'),('z�F�[؛B䨪{�*_0','wp-content/uploads/2015/11/wedding-favors-main-3.jpg',0,'��c�|RV_�k�%','��c�|RV_�k�%'),('z��\'���_�.F�s�','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-global-340.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�ӛ�`ޗK�{��'),('z�5�*\ZADZCk��j��','wp-content/plugins/wordfence/images/icons/magnifier.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���uO�{:qcV��\''),('z���4Je6tq��tǷ','wp-content/plugins/w3-total-cache/pub/css/error.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'p@�\Z���:[o{�'),('z��Q<��\'��U~�R\\','wp-includes/css/wp-embed-template.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�q��<��T�/�k�'),('z�z�<�\rsY#�','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-footer.less',0,'/���4H�/=�5��=^','/���4H�/=�5��=^'),('z����JX�w{!\rF���','wp-admin/includes/class-wp-upgrader-skins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���?S\"��Nf��e'),('z�������ف�&','wp-content/plugins/revslider/admin/assets/images/gridtile_3x3_white.png',0,'g�\0��`��2�a`�','g�\0��`��2�a`�'),('z�[�:˺��\n�Y�r+','wp-content/themes/wanderfuls/searchform.php',0,'��IQub{L~�m��','��IQub{L~�m��'),('z�H��M�xҜI��','wp-content/plugins/backupbuddy/controllers/ajax/icicle.php',0,'�F���\00��%�¯','�F���\00��%�¯'),('z��,���EF��a�','wp-content/themes/wanderfuls/framework/classes/advanced-styling.php',0,'���+�T��!��a��','���+�T��!��a��'),('z�GP�����/~0D\n','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/image.less',0,'\n􊂤�J.\n��)^_','\n􊂤�J.\n��)^_'),('z�;�a�*CIx>���','wp-content/plugins/backupbuddy/pluginbuddy/classes/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('{��a�t�\n\">��S','wp-includes/js/mediaelement/flashmediaelement.swf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0F�\\�U���>�`-'),('{N���2�Q�u��=	�','wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�F��dm����j'),('{�B���<�qU����','wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_NL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��Q��S@5\r��8�'),('{ A��Ѐ.�b�3���Y','wp-content/uploads/2015/10/bat1-300x200.jpg',0,'>�(`]$k6S�f�t�','>�(`]$k6S�f�t�'),('{,8����)ZeF�H��','wp-content/uploads/2015/11/limegreen-wand-150x150.jpg',0,'aᔏ��b��+�x��','aᔏ��b��+�x��'),('{<��g���-�8ۤ(','wp-content/themes/wanderfuls/partials/blog/blog-entry-layout.php',0,'�UYk��W�����:0','�UYk��W�����:0'),('{G[�G3��?O4<�-','wp-content/uploads/2015/10/bigimage2.jpg',0,'bX�T��)��C{��','bX�T��)��C{��'),('{P�v��UO�k����','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/close.less',0,'渻�߰����)���','渻�߰����)���'),('{Pz�ҹ��a�e�ӧ�9','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/bootstrap-sample.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K!��೚R�l�q`'),('{`���;�G���ی','wp-content/uploads/2015/10/Clipboard02-150x141.jpg',0,'e�cLI٢��i-�g��','e�cLI٢��i-�g��'),('{o31���+�H)����','wp-content/plugins/wp-fastest-cache/images/icon-24x24.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8l���HZ������'),('{t�E~��P�A�1��','wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�Bf�Z��<���/s'),('{y\"�ҵ��ݩ�{���','wp-admin/includes/class-walker-category-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J_��e�q�_5'),('{�0.Q���C��/�?','wp-content/plugins/backupbuddy/destinations/rackspace/lib/rackspace/cacert.pem',0,'��w.��:��h�l�M','��w.��:��h�l�M'),('{�x����{�ڞ3��]�','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_row.less',0,'v�� :1�c�z�a��','v�� :1�c�z�a��'),('{���U��0��4<','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Client/Adapter/Interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ݚ4�\"@��[�CZ�'),('{��w\'��n0�B���','wp-content/uploads/2015/10/table2-300x200.jpg',0,'6�ɴ�O��9S','6�ɴ�O��9S'),('{�)�4e4p:�fW�','wp-includes/js/jquery/jquery.query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�Xz�ǰ��wC'),('{��_Yx��!�f�|�BY','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/RequestUtil.php',0,'�n<ɴ�H��e�p��','�n<ɴ�H��e�p��'),('{�W2<�:\n<����v','wp-content/themes/wanderfuls/images/double-line.png',0,'�ů�»����L���_','�ů�»����L���_'),('{��8Q�6?�4����','wp-content/plugins/js_composer/assets/less/modules/vc_fullscreen.less',0,'s\r/�����/)*i','s\r/�����/)*i'),('{��6	�zZo4e�D�3','wp-content/uploads/2015/11/Jack-O-Lantern-Pumpkin-Halloween-Centerpiece-262x300.jpg',0,'s7K��8�=i�j}�xZ','s7K��8�=i�j}�xZ'),('{��_9έ��e�','wp-content/plugins/wordfence/images/flags/bf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cY�8�i��3���'),('{�Q��e: ڎ�L�','wp-content/plugins/backupbuddy/destinations/dropbox2/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('{µ�Š6\n�!�ĵ','wp-content/plugins/wordfence/images/flags/gb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?���Ig*\Z�'),('{�N���<aỹ�)�Ľ','wp-content/themes/wanderfuls/partials/staff/staff-single-related.php',0,'��2I\"������\\���','��2I\"������\\���'),('{��-����3�:r�p�','wp-content/uploads/2015/10/Cinderella-Bouquet-233x300.jpg',0,'\0T�*� `�L,ͦ�9�','\0T�*� `�L,ͦ�9�'),('{�\\��f��\Z�\0��','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css/font-awesome.min.css',0,'}|g�����?\n�{�W	�','}|g�����?\n�{�W	�'),('{�RC��\Z�.*\"�Q','wp-includes/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�}�1��L��Γ'),('{�\r�-��}�^��','wp-includes/images/smilies/frownie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���������'),('{����SM��1Vq�O','wp-content/uploads/2015/10/A102HPPKXXXXXXXX200SLXXXXIWBPIWMSMSLALASL.jpg',0,'U=E��\\�G>t��','U=E��\\�G>t��'),('{�;�13�84��/','wp-content/plugins/wordpress-seo/admin/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�a_��@�o �'),('{���?���\r��\n\'','wp-admin/images/imgedit-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�\\2���}�G�i;O'),('|j��x7�(Q}�0�\'�','wp-admin/css/list-tables.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�Y��g�6��'),('|	�7�����ׁ�y','wp-content/plugins/w3-total-cache/lib/W3/Enterprise/SnsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�nk�me��͋���i'),('|�� ��Z7\'��/\"','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k֤&G��������'),('|����\'Oȁ.��','wp-content/uploads/2015/10/A102CBBBXXXXXXXX400WHXXXXIWIWBBMSMSWHLBSL.jpg',0,'�ڌ��Fp�?5�L�','�ڌ��Fp�?5�L�'),('|)؅_N����a�','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/requestcore.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y���c�(��P�3B%Wu'),('|/ڒ�\0[*4��x��','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z���A擒�ZG�=�'),('|1��QA�����E�`1','wp-admin/css/press-this-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',	nJ��Ǘ��z��} '),('|5|���/@�#�2','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/clearfix.less',0,'���@��Xb�YZ��','���@��Xb�YZ��'),('|7�IB�}��&�1!]','wp-content/plugins/gzip-ninja-speed-compression/gzip-ninja-speed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:���y�Ds���\"M'),('|:�x��d�0�=�Ke��','wp-content/uploads/2015/10/Malt-o-Meals-company-party-design-in-blue-and-white.jpg',0,'��\\y���O�?�P��','��\\y���O�?�P��'),('|Hf_��9�g�\r�\n]�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/PlusDomains.php',0,'å%\Z�i���]Z]i�','å%\Z�i���]Z]i�'),('|R���V�&�?(,�?','wp-content/themes/wanderfuls/framework/classes/custom-header.php',0,'��T��EP�^,o%*�Z','��T��EP�^,o%*�Z'),('|Yh���6��	H�G','wp-content/themes/wanderfuls/framework/visual-composer/config/column.php',0,'S ��e\\v����y�','S ��e\\v����y�'),('|c���X�\0H�{���','wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.woff',0,'��(��h�?d�|��','��(��h�?d�|��'),('|j<��$���{s/]q','wp-content/plugins/revslider/admin/assets/images/sources/revolution_slide2.png',0,'7(]ʉ\"��Z��j�','7(]ʉ\"��Z��j�'),('|sP\Z���M�K�߷�','wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-terms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶��^�n��|;J�\n'),('|w\n:q5O�����>','wp-content/uploads/2015/11/metallicpink-wand.jpg',0,'\ro^�و�  �v�-�','\ro^�و�  �v�-�'),('|w��CI��\n�s\Zhɶ','wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('|��\Z��\rW�t�f�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-tr_TR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i��#3�?.m2�'),('|���k8��7g�\Z�kq','wp-content/uploads/2015/10/slide_002-300x218.jpg',0,'�ҡ$�*\"��n�8�','�ҡ$�*\"��n�8�'),('|�F��Q�ʥV�ȯ','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/staff_social.php',0,'m�l\0oe1��u3.Z�@f','m�l\0oe1��u3.Z�@f'),('|�\\�Lk!S�*�K�h','wp-content/plugins/w3-total-cache/inc/options/dbcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�=�����TZV@j'),('|����,^�j���$n','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�\r2_s:��SV�'),('|����\\��إ���<','wp-content/uploads/2015/10/imprinting.jpg',0,'�8���Œ���\'�D�','�8���Œ���\'�D�'),('|�s�k��[�c���Й','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�!��ʎ���'),('|�fy8[-X:3٢��','wp-content/uploads/revslider/templates/fullsite-block-3-services/slide2.jpg',0,'m�(Qw�o��~��M&�l','m�(Qw�o��~��M&�l'),('|֦V$�z8�\r��','wp-content/themes/wanderfuls/css/ilightbox/metro-white/alert.png',0,'o4�\Z5�E�$J[O:�','o4�\Z5�E�$J[O:�'),('|��H��]��\n�.�V�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-cy.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{֡���d�|�!'),('|�H�L%}�g\\,\r��','wp-content/plugins/backupbuddy/controllers/ajax/rollback.php',0,'U[\\�;�z(^�_bI','U[\\�;�z(^�_bI'),('|�N;N��\n���q���','wp-content/plugins/revslider/admin/assets/images/toolbar/newlinear.png',0,'�65���/��%[�','�65���/��%[�'),('|�\r��{�� �{�6sA','wp-content/themes/wanderfuls/css/ilightbox/mac/back-vertical-50.png',0,'��+[�)��6�}�Za�','��+[�)��6�}�Za�'),('|��Y�>��	�Ɔ�','wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�G�D�/�ϥ�W��'),('}ĉ=�t�����','wp-includes/images/toggle-arrow-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���\\����CDr�'),('}�q����#��Gjt','wp-content/plugins/w3-total-cache/inc/options/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ot�+%���6O�h�'),('}^��~5���w��','wp-content/plugins/wp-fastest-cache/inc/css-utilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9=���(�O�r�'),('}���Ŋ`��� 1','wp-content/uploads/2015/10/old_findyourcolors.jpg',0,'�%�Z	Sf6�y���','�%�Z	Sf6�y���'),('}ra�@WW�4c\r \r\ZG','wp-content/plugins/js_composer/assets/less/modules/vc_teaser_box.less',0,'��@\"7����HZ�\Z���','��@\"7����HZ�\Z���'),('}(o��HЄ`����.?','wp-content/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.css',0,'U�/��Z�50�o}','U�/��Z�50�o}'),('}1j�P$\\$�X�x\'=E','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png',0,'t��3�9�iq�]��a ','t��3�9�iq�]��a '),('}4���6zr%R�:m','wp-content/uploads/2015/10/Purple-and-white-Wanderfuls-centerpiece-for-Donnas-50th-Birthday-celebration..jpg',0,'��F�\Z�#�����=�','��F�\Z�#�����=�'),('}6����L��;��','wp-content/plugins/w3-total-cache/configs/0.9.2.9-ConfigKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?U+�ԏ�9��f�Z'),('}<��}#*%�V>��ɖ','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�̟\'����� \0��'),('}O�R�p�L�%h','wp-content/plugins/js_composer/assets/vc/fe/controls.png',0,'�%��B&Zd�e\n�Z�M','�%��B&Zd�e\n�Z�M'),('}W��Zx]���,ޕ','wp-content/themes/wanderfuls/partials/portfolio/portfolio-single-related-heading.php',0,'-�(t�g$�� t}�}','-�(t�g$�� t}�}'),('}]6涂o\n�?��hH','wp-content/themes/wanderfuls/partials/link-pages.php',0,'H&��[��uC,r�n&K','H&��[��uC,r�n&K'),('}`��g\"P�2��V��','wp-includes/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\q��9)hdxR���]l'),('}r$@D�|Ip�zp�','wp-content/plugins/js_composer/assets/images/icons/arrow.png',0,'d��U����,d_f��','d��U����,d_f��'),('}s��� o��)dt','wp-content/uploads/2015/11/Wild-West-Cowboy-Boot-or-Cowgirl-Boot.jpg',0,'�@�F瀷�8k9�s+�-','�@�F瀷�8k9�s+�-'),('}{�n�x�\\kB�\r�s','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	#����-�6��8�\0�'),('}�Ǔ�z�t!�D�U&w\Z','wp-content/plugins/backupbuddy/pluginbuddy/css/jQuery-ui-1.11.2.css',0,'��~H�:��:�����','��~H�:��:�����'),('}�`�FT�{)Z�9�E�','wp-content/themes/wanderfuls/css/ilightbox/metro-black/play-icon-64.png',0,'�P�~hC\"�5��+�\'','�P�~hC\"�5��+�\''),('}��6LRg�r q�','wp-content/themes/wanderfuls/js/lib/count-to.js',0,'#��M��P�V��','#��M��P�V��'),('}�w�4�\\�T�we��N','wp-content/uploads/2015/11/Hippie-Tie-Dyed-Peace-Fingers-Centerpiece.jpg',0,'[�\\J���h�H�c��','[�\\J���h�H�c��'),('}�8.���9Q]X�\Z�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Http/Request.php',0,'U� +���deB�v���','U� +���deB�v���'),('}�qX v��C��u��','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/button-groups.less',0,'���1U��N��%�z�/','���1U��N��%�z�/'),('}�7 ޘ�DHD�Pl','wp-includes/SimplePie/Registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȣ��1v9�d\0�ٸ'),('}�L�|z!`j`s��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-j�(Pej\"�����'),('}����C��ɭ�@','wp-content/plugins/revslider/admin/assets/imports/web-product-dark/slide1.jpg',0,'�bd\\��D�9��dS','�bd\\��D�9��dS'),('}�49��w�!1���','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/contentPattern.png',0,'f`�R;�ޓ*�Sp','f`�R;�ޓ*�Sp'),('}�Ȑ�\\L��`���i)','wp-includes/ID3/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ي����hQ3fQ��k�'),('}�0��5���M�Z��','wp-content/plugins/wordfence/js/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' bG�.i��TR�U�'),('}��W�?��`y�F��]g','wp-content/uploads/2015/11/teal-centerpiece-lg.jpg',0,'O��p�WH��r��K���','O��p�WH��r��K���'),('}���{RҢ���\"','wp-includes/default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�y��p�����'),('~-\Z ������H��','wp-content/uploads/2015/11/green-favors-on-table-lg-300x215.jpg',0,'`%\\���H��,��V��','`%\\���H��,��V��'),('~;s����P�	]��','wp-content/plugins/backupbuddy/images/loading_large.gif',0,'ts`�m&;;Յ\Z럗','ts`�m&;;Յ\Z럗'),('~\\K�0J�S����o','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ja.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��az��$V܉$��'),('~1B�<\"�Y{=�\n}�','wp-content/uploads/2015/11/theme-caribbean-150x150.jpg',0,'��T�o*�( L\'$w','��T�o*�( L\'$w'),('~#W���\Z�����\0','wp-content/plugins/revslider/public/assets/fonts/font-awesome/css/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('~\';q��<j\r[�lH�T�','wp-content/themes/wanderfuls/css/ilightbox/metro-black/caption-bg.png',0,'�V�V��Qk˾s����','�V�V��Qk˾s����'),('~5�D��������_*','wp-content/themes/wanderfuls/page-design-tool.php',0,'I�ɋ�����(��j��','I�ɋ�����(��j��'),('~79�h�g$+�=���\\0','wp-admin/js/bookmarklet.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a���ݬ%T<E'),('~;`ޯ��]C̑X\Z','wp-content/uploads/2015/11/blue-ivory-wedding-centepiece.jpg',0,'��Z_jb-Cn}Y���G','��Z_jb-Cn}Y���G'),('~>�\0�+j`Ёd��Ak�','wp-content/plugins/w3-total-cache/lib/SNS/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�~&K1�k���/<��'),('~?�J�I�b*׺�e�C','wp-admin/images/resize.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�D�$�\r�Xv���a'),('~D�i(���_�3}7��','wp-content/plugins/backupbuddy/js/modernizr.mq.js',0,'��M�u\Z��=\Z�VR��','��M�u\Z��=\Z�VR��'),('~F��㫎>dy��j�','wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�R��8�)��I'),('~KYUȝ6���	��','wp-content/plugins/backupbuddy/css/fonts/backupbuddy.svg',0,'��Ј쭊�4��F�J','��Ј쭊�4��F�J'),('~VXA��&_�M�@em','wp-content/plugins/wordpress-seo/admin/class-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Qʧ�隞�=<��QR'),('~i�I�;ݭ]�A��S','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x-���;����<B�'),('~��[_kYJ4g��c�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Provider/Request.php',0,'���J���2V*�','���J���2V*�'),('~��ReOX�f2��`�','wp-includes/class-wp-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Щx�^X��So��Yj&'),('~���ll>��0�+\"�','wp-content/plugins/w3-total-cache/lib/W3/Plugin/CdnCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�	}Ԉ�O���`�.�'),('~�@btﷇ���9�','wp-content/uploads/2015/11/theme-sixties.jpg',0,'�@+��(�P�B�Sd�','�@+��(�P�B�Sd�'),('~��co�Ǒ��l���','wp-content/plugins/gzip-ninja-speed-compression/css/stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nj�p=�΂_�\';�'),('~ť�s\0�1y�$�L}h','wp-config-sample.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��?Ie� V���'),('~�Ӹbc��\Z$�@$��*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�@�q��xy=`��'),('~��	ъ ���쇔','wp-content/plugins/backupbuddy/lib/zipbuddy/legacy.zipbuddy.php',0,'�߮ZC�~Pw�.\\0m','�߮ZC�~Pw�.\\0m'),('~��(��T����]H�','wp-content/uploads/2015/10/all3-150x150.jpg',0,'h�%�䵧���Ё�','h�%�䵧���Ё�'),('~Δ�,z��G�h��','wp-content/uploads/woocommerce_uploads/index.html',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('~Ӥ�w�J̼���.�','wp-content/plugins/wordfence/lib/schedWeekEntry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�1�D1����� .V'),('~�.�W�`�14�[��','wp-content/plugins/revslider/admin/assets/images/toolbar/tiled-darkgrey.png',0,'���BIU��$��W�\0�','���BIU��$��W�\0�'),('~�D9���H�I����','wp-content/plugins/backupbuddy/lib/dbreplace/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('~★L��j��d?��','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/labels.less',0,'�EϷ8^!�S�#h$!\n','�EϷ8^!�S�#h$!\n'),('~�\r�����~��O�','wp-content/plugins/backupbuddy/images/filetree/txt.png',0,'\r�k�?���r�B�%','\r�k�?���r�B�%'),('~�X�� �������$','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�цL�28�i��12�'),('~�F���)�7_|~%/\n','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Diagnostics/ConfigurationLogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��|�7J:��ы%?'),('~�����3��� ��','wp-content/plugins/backupbuddy/controllers/ajax/restore_file_view.php',0,'5�\0RO�v21`�h','5�\0RO�v21`�h'),('h�;����e��q�>','wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader52.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȹ	�Z^��+�}i��'),('`^�X��_dؾ�#�\r','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"ם��u��B�X'),('%_�bO�Coc��� C','wp-content/uploads/2015/11/wedding-favors-main-1.jpg',0,'�:���T����','�:���T����'),('&8�w>���{0p','wp-content/plugins/backupbuddy/destinations/stash/icon50.png',0,'kNT��Ьh�LB�','kNT��Ьh�LB�'),('(+#��k�!:��','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Net/SFTP/Stream.php',0,'d8�Y��_�V�j�l<�','d8�Y��_�V�j�l<�'),('(tΕA\n逦�X=�j','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/Eaccelerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rC�uX���mP�m��'),(')T����A�\Zޟ�`g�','wp-content/plugins/widget-countdown/includes/style/effects.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����N\'���r'),('0��R)��/�K�\"��','wp-content/plugins/revslider/admin/assets/css/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('Pj6ꅘ%%W�%�','wp-content/themes/wanderfuls/partials/topbar/topbar-social.php',0,'����Y�MX�B��+��D','����Y�MX�B��+��D'),('^k�֪Dv6�R�','wp-content/plugins/wordfence/lib/wfRate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|\\X�E���\n�W�\0'),('ag�v�D0�s@�','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/portfolio_grid.php',0,'Q�=�Y):	A�-|�J','Q�=�Y):	A�-|�J'),('aq0/������','wp-content/uploads/2015/10/home-gallery-6-large1-300x218.jpg',0,'�c�e8�c`#M<6���','�c�e8�c`#M<6���'),('ao(P�QUC��O#XX','wp-content/uploads/2015/11/Peacock-Bird-Feather-Centerpiece-150x150.jpg',0,'�I�WX�uN���rx��','�I�WX�uN���rx��'),('j&��^���b����','wp-includes/ms-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�[W񱤷��:#�'),('�%��vKL5�چ-�','wp-content/themes/wanderfuls/css/ilightbox/light/arrow-prev-icon-64.png',0,'e�����y\"�\r��S','e�����y\"�\r��S'),('��s�\0s�1|�I=�','wp-content/plugins/w3-total-cache/lib/CF/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4bew�o]�uCUZ�'),('�|�z���3��ޗ�','wp-content/plugins/w3-total-cache/lib/W3/Plugin/Minify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5v�������֧�'),('�JgV#���OY�','wp-content/plugins/wordfence/images/flags/mz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�4ȭ��������7'),('�1�̽����Sj�','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/extensions/s3browserupload.class.php',0,'�5�]�K�;��j�8��','�5�]�K�;��j�8��'),('�r��GX*�Ll5��','wp-content/uploads/2015/10/rm1L_ch-150x150.jpg',0,'�dr�L$!��-+�ڝ','�dr�L$!��-+�ڝ'),('�СqD֚?�i�X','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����,�ا\Z.8�e��'),('�tA�r�<߮��p','wp-content/plugins/wordpress-seo/images/Yoast_SEO_Icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Qk��i[q$'),('�K�Q�}U&;&���Q','wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F.o^�\'��7u^nV'),('�kU�-lF�����','wp-content/uploads/2015/10/For-Marion-and-Ednas-50th-wedding-Anniversary-we-used-a-mixture-of-long-and-medium-white-pom-pom-favors-with-gold-tassels.-300x158.jpg',0,'p	f��P���ÏB���','p	f��P���ÏB���'),('�tr�εF_� ���','wp-includes/js/wp-emoji-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\'1�6�yK�Y�J.'),('�\r���F#]���*X��','wp-content/uploads/revslider/templates/standard-wp-gallery/slide1.jpg',0,'�c\0#��*�n�B�>�','�c\0#��*�n�B�>�'),('�R�ڂu�̵LU�O','wp-content/uploads/2015/10/White-and-light-green-bridal-centerpiece-for-Tim-and-Joans-winter-wedding.-300x269.jpg',0,'��f:���PZsnƤ�','��f:���PZsnƤ�'),('�R�9�!A۟��n�i;','wp-content/uploads/revslider/templates/dark-fullsite-block-3-services/slide1.jpg',0,'gT�7|�2:�T���','gT�7|�2:�T���'),('�H��\0��Y�Q��','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/default_thumb.png',0,'�>|y�0WMQ�=z^m]','�>|y�0WMQ�=z^m]'),('�#��P��2-\Z�','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/CSS.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��{\rOU��~y�X�'),('��6�B�L�%d\n�o;�','wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.woff',0,'T`��D�4�2�^r��','T`��D�4�2�^r��'),('�2��p�ľ����2','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/post_type_grid.php',0,'&^�&��b=��8w`','&^�&��b=��8w`'),('�8R�s����T;�','wp-content/plugins/backupbuddy/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png',0,'rœ�n��R͍y��3��','rœ�n��R͍y��3��'),('�?9�ҥ}�������','wp-content/uploads/revslider/templates/slidingoverlays/slide3.jpg',0,'_�� �����Nv�I�','_�� �����Nv�I�'),('�@��)�+>�e��Y>','wp-content/plugins/js_composer/assets/less/shortcodes/vc_button.less',0,'V�]|2T�*N��]��','V�]|2T�*N��]��'),('�N6{\rj\Z`��x6��','wp-content/plugins/js_composer/assets/images/icons/heart.png',0,'�o���<x\0_���%��','�o���<x\0_���%��'),('�R�*�����������','.htaccess',0,'|=�r\\���Vb�3A1��','|=�r\\���Vb�3A1��'),('�XD$q{�bF���m��','wp-content/plugins/js_composer/assets/vc/logo_ce.png',0,'�]���w�=���fA�','�]���w�=���fA�'),('�a-΅�ߍ�N!qČa�','wp-content/uploads/2015/11/theme-broadway.jpg',0,'&yyem%N`����','&yyem%N`����'),('�a��nFh #ۈ���','wp-content/plugins/contact-form-7/modules/acceptance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)�F��9D����'),('�m�ar�$6��g�(id','wp-content/plugins/backupbuddy/controllers/ajax/refresh_site_size_excluded.php',0,'��y)�䶏mp��VP?K','��y)�䶏mp��VP?K'),('�w^^[�O��}{}j���','wp-content/plugins/backupbuddy/controllers/pages/_backup-perform.php',0,'��B��:��\n�#���','��B��:��\n�#���'),('�~Z��2�uVC�>L','wp-content/themes/wanderfuls/framework/updates/after-update.php',0,'y*ݠ��g�G���','y*ݠ��g�G���'),('��cl�T�%��ni���','wp-content/plugins/w3-total-cache/lib/W3/Enterprise/DbCluster.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{$�`�\Z���'),('���k�Vu��km�','wp-content/uploads/revslider/templates/cleannewsslider/slide4.jpg',0,'��V��|���Nww�','��V��|���Nww�'),('���C4U~�/�B4�f�\Z','wp-content/uploads/2015/10/Pastel-Wedding-150x150.jpg',0,' 㕗���eYS2EcU$�',' 㕗���eYS2EcU$�'),('����L�ك����','wp-content/themes/wanderfuls/partials/overlays/magnifying-hover.php',0,'[��R0�opb3%�Y','[��R0�opb3%�Y'),('��|rx��Ԡ��;-_�\0','wp-content/themes/wanderfuls/partials/portfolio/portfolio-single-layout.php',0,'��~ʆ�)y���k��L�','��~ʆ�)y���k��L�'),('���/[i�ijT#GŃl','wp-content/plugins/revslider/admin/assets/images/topbar.png',0,'�E��!�mGH�#���w','�E��!�mGH�#���w'),('����s����|,�','wp-content/plugins/backupbuddy/css/jquery_smoothness2.css',0,'��Y�`��S`D���','��Y�`��S`D���'),('���SP�;^ƭz��I','wp-content/plugins/wordfence/lib/conntest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j��\"�����r\r'),('��Jť�^d�\r�@P04','wp-content/uploads/2015/11/brown-wand-150x150.jpg',0,'M�H���r�Q�����','M�H���r�Q�����'),('���T`P��v�u2��','wp-content/uploads/2015/10/bat-150x150.jpg',0,'����/���B�C��j�g','����/���B�C��j�g'),('��z�\0i�?�x��N','wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.woff',0,'��/fS�s�I�QN�6�','��/fS�s�I�QN�6�'),('����Ur���w���>l','wp-content/uploads/2015/10/Multi-colored-centerpiece-for-Clinton-Middle-Schools-graduation..jpg',0,'\\4��㜁\n̻\r��','\\4��㜁\n̻\r��'),('���2���l]�w�DnMH','wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php',0,'�8�3��n�/S�x','�8�3��n�/S�x'),('��ں�u���M���[\r','wp-admin/images/wpspin_light-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�3��Y�(�I��m'),('��sSk�i�<4\'c�-6','wp-includes/js/wp-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W|�;��sof2C�M�'),('��7M�s��$p�T|�*','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/Monitoring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h��\"W�ڂT�>ۈ��'),('�ܲ.��7�󷸪�B','wp-content/plugins/revslider/admin/assets/imports/photography/slide10.jpg',0,'7�悰�Kb�=��','7�悰�Kb�=��'),('��j�@��O/#w���','wp-content/plugins/libravatar-replace/classes/LibravatarReplace.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/Vy�V�η��'),('���+��0�����1','wp-content/plugins/wordfence/lib/menu_blockedIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3P���)�`�\"�*'),('��Wo��F��O1�1QO','wp-content/plugins/revslider/admin/assets/js/codemirror/util/dialog.css',0,'�|ۤ���{I$�a<q','�|ۤ���{I$�a<q'),('���e��97�aJS','wp-includes/images/smilies/icon_smile.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G)ö�u��\\\nM'),('��ӟsT��+yGӓ%','wp-content/uploads/2015/11/makeyourown-150x86.jpg',0,'.�`�\0 �&��~�J��','.�`�\0 �&��~�J��'),('���������+<q�Qq','wp-content/themes/wanderfuls/css/ilightbox/metro-white/fullscreen-icon-ie.png',0,'(���CˮK(�C�B�','(���CˮK(�C�B�'),('�?�}n�`�݂��','wp-content/uploads/revslider/clubix/s-300x300.jpg',0,'N����p��⤑n','N����p��⤑n'),('���M���mQ>','wp-content/uploads/2015/10/White-and-Baby-Blue-brLooni-from-Iowa-150x150.jpg',0,'j�/��qm�W���^J�','j�/��qm�W���^J�'),('�\"�-����-	�','wp-content/uploads/2015/10/Pepperidge-Farms-Annual-employees-party-centerpieces-designed-by-Wanderfuls.-300x226.jpg',0,'�\'��!.���Du�aܭ','�\'��!.���Du�aܭ'),('��XQ���d9r�ڼ��','wp-includes/customize/class-wp-customize-themes-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��������1\"AV'),('�/p�^Yyk�@w$','wp-content/plugins/js_composer/assets/vc/row_layouts/56_16.gif',0,'�gm�\0ʱ��ӇBn�6','�gm�\0ʱ��ӇBn�6'),('�5��&в��|�[$`�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/YouTubeAnalytics.php',0,'#\'>pG��^����v9','#\'>pG��^����v9'),('�:�\Z��S��!3��','wp-content/plugins/js_composer/config/templates.php',0,'��hmӢ���i�p�wM','��hmӢ���i�p�wM'),('�D֡�ԡ���ǹ)�','wp-content/plugins/widget-countdown/includes/style/foundation-datepicker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɇ�6�rU%��&��p�'),('�E�58��B�C)J�s��','wp-content/plugins/wordfence/images/flags/bh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@T��&�����V�'),('�I\\�4���=^b�','wp-content/uploads/2015/10/home-gallery-5-large1-300x225.jpg',0,'ƫ.�}��{��','ƫ.�}��{��'),('�d�7�����Xc�Ĩ?','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php',0,'#������@�(�t�Ff�','#������@�(�t�Ff�'),('�eQ�V�!�@�UY\Z','wp-content/plugins/backupbuddy/destinations/stash/lib/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�el�5�s��E�úQ�','wp-admin/js/media-upload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/����%���f�'),('�w��@�*���!.���','wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js',0,'����CJ���X�l:','����CJ���X�l:'),('��,CUU����9i-','wp-includes/css/wp-auth-check.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u,�ș��)~�G���'),('���O�M�j}c.ݚ','wp-content/uploads/2015/10/findyourcolors1-300x39.jpg',0,'0�j\\<mx�[j9V�7','0�j\\<mx�[j9V�7'),('���0iشyps��W','wp-content/plugins/js_composer/assets/vc/row_layouts/13_23.gif',0,'���v���0DUT�s','���v���0DUT�s'),('��+s�\nfKvH�&�^','wp-content/themes/wanderfuls/css/ilightbox/mac/resize-50.png',0,'5a�U����)͎mi�','5a�U����)͎mi�'),('��\"�v]HJ�(oaW�9','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-add-layer.png',0,'1|X��S�D�}!C�d�','1|X��S�D�}!C�d�'),('�ȉV?	��]�)A','wp-includes/js/media-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�èS�)�s��렌'),('��P��?��Cmۄ��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L ݰ�f ����E*'),('���i�N֭�o;W','wp-content/uploads/2015/11/African-Jungle-Safari-Giraffe-Centerpiece1-300x300.jpg',0,'�!օS����m�x	�','�!օS����m�x	�'),('��{�ٲ͎K���3\'','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php',0,'Q>�+_����c-|cB�','Q>�+_����c-|cB�'),('��X����-�4�J�_�3','wp-content/plugins/wordfence/lib/wordfenceHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�-U���Gma��4Z'),('��\r�\n\'\'o��χ��Mg','wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php',0,'�e��\\�=�� c���','�e��\\�=�� c���'),('����\'>�[��·�','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z�A�k��#��'),('�״M x�X��n���(','wp-content/themes/wanderfuls/skins/skins.php',0,'i���Cf�ΏJ�','i���Cf�ΏJ�'),('���Pd������c�3','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kYs\Z���칱u�'),('��>s�����Hಈ','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php',0,'�wn��ý���\rP��1','�wn��ý���\rP��1'),('����<o���+W[��@�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-2drotation.png',0,'d�W�t}�R��	`�','d�W�t}�R��	`�'),('���� ��4�G0:�','wp-content/uploads/2015/10/girls2.jpg',0,'G��j��΂�����','G��j��΂�����'),('����� [wLA�ic4','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Auth/Abstract.php',0,'4��ޟ@����','4��ޟ@����'),('�O�X�g]<f@�','wp-admin/css/farbtastic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�L	czG�0~l0W��'),('�coG��Rާ�','wp-content/plugins/w3-total-cache/lib/W3/AdminActions/AwsActionsAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'E�-\\�,sH\0� q�'),('�	�o?�nmT6��BC','wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/assets/owl.video.play.png',0,'J7�\0�Y�_a���ע','J7�\0�Y�_a���ע'),('�3��Ƈe�(ú9�','wp-includes/js/jquery/suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\\+A)���n.;��'),('���2{�9T,W%!G','wp-content/plugins/revslider/includes/framework/functions.class.php',0,'����n�5W�iX\"T','����n�5W�iX\"T'),('�iRF��Lt��r\nD','wp-content/plugins/backupbuddy/destinations/dropbox2/_manage.php',0,'�=lj�Nc�W�d���f','�=lj�Nc�W�d���f'),('��TEq�1xf�s+\"�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Datastore.php',0,'�L�n��\0xt�՘rw��','�L�n��\0xt�՘rw��'),('���yd+0y�`��(','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php',0,'B�;��ZQ���%��','B�;��ZQ���%��'),('������E�Je�@�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/Exception/Forbidden.php',0,'��*x�K����','��*x�K����'),('�wbS\r�a#�=�a','wp-content/plugins/wp-fastest-cache/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fȇ���Mr���'),('��\\�(��wB��I�','wp-admin/network/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�^�!��u��)�u�'),('�\"��Vc\r�&�}|T�F','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/hadoopstep.class.php',0,'�-�A��<����F�\r','�-�A��<����F�\r'),('�%�t��l5<\n\n�h�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_OAuth2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	n��;�<b�]�V�'),('�\'��QGa�w�HF��u','wp-content/uploads/2015/11/theme-caribbean.jpg',0,'CW�M�ɝ���JI','CW�M�ɝ���JI'),('�(tTlDά7&��MP.�','wp-includes/js/tinymce/tiny_mce_popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �B+u؞˘4	�m'),('�.�7(IL�f�a5J���','wp-content/plugins/wp-fastest-cache/js/lang/fi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<\\َm���&�ǥ!Q'),('�B��ه�v<Sv稳','wp-includes/SimplePie/Parse/Date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\rȯƹeҹ��^'),('�F� �GJ��B��s7�','wp-includes/js/media-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����vx2G�T�'),('�m{޴4���J�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/ajax/api.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�u^�h���\r~ϔ�\'','wp-content/uploads/2015/10/Light-purple-Wanderfuls-centerpiece-for-Kellys-bridal-shower.-300x254.jpg',0,'�e���W�Rj�{{\'�','�e���W�Rj�{{\'�'),('�v06~s\Zԙ��=P�e','wp-content/plugins/w3-total-cache/lib/W3/Referrer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�p<N���*z�jO�'),('�w��5���)���','wp-includes/css/wp-embed-template-ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)6��	؞мq ���'),('�}�k�E���MTXF','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���k�[��s�H�'),('���VrWp��x��','wp-content/uploads/2015/10/slide_111-100x50.jpg',0,'��:��O�I�+�1k','��:��O�I�+�1k'),('��9�R8f�\\��`d','wp-content/uploads/2015/10/A102HPPPXXXXXXXX200SLXXXXPPHPLAMPIWIWPPSL-106x80.jpg',0,'���Q��+�y','���Q��+�y'),('��\0���+OW+�','index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%0;�s��Dm\\�:['),('��@zH�N�ݪ�=ߢ�','wp-content/themes/wanderfuls/css/ilightbox/light/thumb-overlay-play.png',0,'9�#�i1A/�$S�#��','9�#�i1A/�$S�#��'),('����.M2���\\�','wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,��r헉�f�Zl'),('�����A���1\Z�;�','wp-includes/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ⓑF(|��ܢ��in'),('��}_������ �Lgy','wp-content/plugins/revslider/public/assets/assets/sources/vm.png',0,'�ӊI���7sV+Ge�','�ӊI���7sV+Ge�'),('��)_��r���/!Ck','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/readme.txt',0,',+�i{�M�����',',+�i{�M�����'),('��ʀ�Kif�!ATa�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/Request2/Adapter/Mock.php',0,'�B�a��� V��','�B�a��� V��'),('���v�A\nGr�3C9`','wp-admin/includes/class-wp-internal-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��Nt�#S�#A��'),('��Bwec�\r�A:���b','wp-content/uploads/2015/11/purple.jpg',0,'	���B��-\\1Þ��`','	���B��-\\1Þ��`'),('�	��8dӗE`\"M�	\Z','wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js',0,'�+��C�Z���U�K�','�+��C�Z���U�K�'),('�\nR�e.�S����G��','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js',0,'�|��bt}Ls�y�j�m�','�|��bt}Ls�y�j�m�'),('�$E�iO�)Uq�2\\','wp-content/plugins/wp-fastest-cache/js/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9x�ɍ4��L\"��%MS'),('�v�M	��,%�	us','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/index.htm',0,'�3B[*�ԖG:_����','�3B[*�ԖG:_����'),('�^��Ȕ0v\Z,d�T$u','wp-content/uploads/2015/11/Metallic-Hot-Pink-and-Metallic-Purple.jpg',0,'~�(z�0���\Z�9�ͦ�','~�(z�0���\Z�9�ͦ�'),('�!��J<G�\"�>Ǫ6','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/mimetypes.class.php',0,'�]��x�P����NC¥�','�]��x�P����NC¥�'),('�\'�}�w\'�#�Cc��','wp-content/uploads/2015/11/metallicblue.jpg',0,'W$x�f��\'ԩ�1�y}','W$x�f��\'ԩ�1�y}'),('�(!�]Er�v�K�	U�8','wp-content/plugins/js_composer/include/autoload/params-to-init.php',0,'�졿(��W	>�>d','�졿(��W	>�>d'),('�)M���d���18��','wp-content/plugins/w3-total-cache/inc/widget/latest_news_ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kd!�j^I1�K�O��'),('�,e�L���C�Ĕ�','wp-content/uploads/2015/11/celedon.jpg',0,'	�\rz��%q_!]�7L','	�\rz��%q_!]�7L'),('�:��Pb��4���	�u','wp-content/plugins/wordfence/images/flags/as.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�W��^5F^����'),('�GǮ��#U���&\\�','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-marker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j3(�u\\F�I�%���'),('�P��1|�Л��ه^G','wp-content/uploads/2015/10/morethemes-150x74.jpg',0,'���t�Ew5;���','���t�Ew5;���'),('�WD�o�>cS\\�SAf��','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/lib/pclzip/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�l�$�M<fƾ�*�','wp-content/themes/wanderfuls/partials/testimonials/testimonials-entry-avatar.php',0,'�6����I��]+n�I�w','�6����I��]+n�I�w'),('�v��	�<��Z�]q','wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php',0,'��|Fϖ��\n���W)','��|Fϖ��\n���W)'),('�{�_��Y��P��x�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-alignright-light.png',0,'��(�v)S��z�{��','��(�v)S��z�{��'),('��!X8]�#�¼�2�Ƴ','wp-content/plugins/w3-total-cache/ini/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('��g��V����\0','wp-content/plugins/js_composer/assets/less/lib/bootstrap-components.less',0,'�j;@PN@)_���5��','�j;@PN@)_���5��'),('��an �6��If<]','wp-content/uploads/2015/11/babyblue-wand-150x150.jpg',0,'̯.Ѫ�=�n|i:�:O','̯.Ѫ�=�n|i:�:O'),('��<���K�Jci�S�X','wp-content/uploads/2015/10/For-Marion-and-Ednas-50th-wedding-Anniversary-we-used-a-mixture-of-long-and-medium-white-pom-pom-favors-with-gold-tassels.-150x150.jpg',0,'\'(�rIMȿ&Qou�','\'(�rIMȿ&Qou�'),('��˪���ܚ�#�A�','wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php',0,'�F�Ν�q���t�U3�','�F�Ν�q���t�U3�'),('��?���z6���aDz','wp-content/plugins/wordfence/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����m𙗣P�'),('��j��Zĸ��E�.�','wp-content/themes/wanderfuls/vcex_templates/vcex_post_type_grid.php',0,'�}<��O%Y��','�}<��O%Y��'),('��rm_���^/]U','wp-content/plugins/backupbuddy/lib/dbreplace/index.htm',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('���;1.HXl?�T�','wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d\rno!���B�'),('��娹w*:�VN�ռ=','wp-content/plugins/backupbuddy/lib/xzipbuddy/zipbuddy.php',0,'Ow�\r?�\n��:�����d','Ow�\r?�\n��:�����d'),('����ڞt�HK�E(�','wp-content/uploads/2015/10/Clubhouse-Bouquet.jpg',0,'���AA۲[���','���AA۲[���'),('���k�$Y���','wp-content/themes/wanderfuls/skins/classes/gaps/gaps-skin.php',0,'�2�u�tq���0��7\\�','�2�u�tq���0��7\\�'),('��\"�m�韟�o��','wp-content/plugins/wordfence/images/flags/pl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s����풑-�'),('���ʆ��n�D㮖�(','wp-admin/css/install.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�-�w�te=��-b'),('��\\j����0~׆9��','wp-content/plugins/revslider/admin/assets/images/icon-shape-layer.png',0,'Q\"G�yc�KF�$JquU�','Q\"G�yc�KF�$JquU�'),('��ިၹ��d���`','wp-content/uploads/revslider/templates/cardealership/slide3.jpg',0,'h+@��|�1n&��5','h+@��|�1n&��5'),('��ӌ��;t�ׇ-�\0','wp-content/plugins/js_composer/assets/less/lib/vc_font.less',0,'����P7|p8m����7','����P7|p8m����7'),('��f�N�d�����L��','wp-content/plugins/wordfence/lib/cronview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Wjۚ���مO'),('���6)B��\\X�:��','wp-content/plugins/w3-total-cache/configs/0.9.2.7-ConfigKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7n�ŏ�X�]���f�'),('���c�	v ��~R��','wp-content/uploads/2015/10/Millenium-150x150.jpg',0,'pB����($�^۪','pB����($�^۪'),('�������e��%(��I','wp-content/themes/wanderfuls/css/ilightbox/mac/resize-25.png',0,'M��gY\"�E�����O','M��gY\"�E�����O'),('�\0�\r3)n�T��Op','wp-content/uploads/revslider/templates/scrolleffect/slide2.jpg',0,'.8�����hf�l��g','.8�����hf�l��g'),('�1��~d��\"o�ҡ��','wp-content/uploads/2015/10/Cranberry-colored-wedding-reception-room-view-with-centerpieces-by-Wanderfuls.-150x150.jpg',0,'ɣ�	�\r�[~m�A���','ɣ�	�\r�[~m�A���'),('�)ũ��2[�	�4�_a','wp-includes/class-walker-category-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�߶�yv��%`,��m'),('�.;�,$s���՗�R','wp-content/uploads/2015/10/Metallic-PinkbrGretchen-from-Florida-300x300.jpg',0,'�r��/�R\0�Gi','�r��/�R\0�Gi'),('�:+[��g��CZ���','wp-includes/template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�\rwt��\0���8˓'),('�E��\riT[��<��','wp-content/themes/wanderfuls/css/ilightbox/smooth/pause-icon-ie.png',0,'���V��2ĝ�9�','���V��2ĝ�9�'),('�J+�6L��	�&�','sizes4main.swf',0,'sx�+0y����_뿞�N','sx�+0y����_뿞�N'),('�J����C��R\"�','wp-content/uploads/2015/11/christmas_lg-150x150.jpg',0,'�BڃZ..r�5m��J','�BڃZ..r�5m��J'),('�O̵D�2A|�;~���M','wp-content/uploads/2015/10/White-and-Baby-Blue-brLooni-from-Iowa-300x300.jpg',0,'A�����J{٨E5X','A�����J{٨E5X'),('�U.��P���Jk�^x','wp-content/uploads/2015/10/candy-150x150.jpg',0,'��*A0\"��x�	��K�V','��*A0\"��x�	��K�V'),('�^�v��t٘��5','wp-content/uploads/2015/10/wands1-150x150.jpg',0,'�4<�񂿩�Lt�)��','�4<�񂿩�Lt�)��'),('�`�v\\	�+zE2��R','wp-content/themes/wanderfuls/languages/nl_NL.MO',0,'�h���L���4k�c�[','�h���L���4k�c�['),('���i��\n�=��+�i��','wp-content/plugins/revslider/includes/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('����b��(bm�V�Q','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/pricing.php',0,'-��\n�r#��M��9]��','-��\n�r#��M��9]��'),('�����hT�X���-','wp-content/plugins/w3-total-cache/inc/options/minify/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q/�5�P���?ӟ�S'),('��v���#U,׎��\\�','_showdesign.php',0,'�1A@��nx[��\0�','�1A@��nx[��\0�'),('��xŘ���	Ͷ���0','LBCachingNinja_install_backup1454917501.htaccess',0,'�*��f�K�9ݿ��Ҍ','�*��f�K�9ݿ��Ҍ'),('���c�\0C�kTձ�)','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/classes/auth.php',0,'��`s���\n��V�','��`s���\n��V�'),('��v�1�]���\"�>��D','wp-content/uploads/2015/10/Hotel-Ballroom-300x280.jpg',0,'�,��(�����>�v','�,��(�����>�v'),('������uN�s2�;��','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/API.php',0,'?s�K�ϖ�|;�ƺ�','?s�K�ϖ�|;�ƺ�'),('���:���0㏉�\0H�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Admin.php',0,'h�2_�q�W��5�E8','h�2_�q�W��5�E8'),('������O�f��q~�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-it_IT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\n\"�P8�-��Rn'),('��xw��[�l�D��\Z�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/panels.less',0,'3_�Q�M+�s�nl}','3_�Q�M+�s�nl}'),('��nv��Z�YV��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��¾dR���p5)�['),('���f	��5���f�','wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slider.jpg',0,'HB_�߉���:�W','HB_�߉���:�W'),('��,\"���¯$x��','wp-content/uploads/2015/11/gold-wand-145x300.jpg',0,'D�M��J�:�:�!VP٩','D�M��J�:�:�!VP٩'),('�����u��x�@/','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php',0,'���^Т4v�	H	\"�','���^Т4v�	H	\"�'),('�����P�W\r�j2;','wp-content/plugins/contact-form-7/languages/contact-form-7-eu.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�\n@���K���'),('�ԏ���BaZ.���','wp-content/uploads/2015/11/African-Jungle-Safari-Leopard-Centerpiece.jpg',0,'�[��O�ݙ��/�','�[��O�ݙ��/�'),('�(׬:\"a�xEL�M','wp-content/plugins/js_composer/assets/images/icons/fire.png',0,'I\r���0�F�B7�a���','I\r���0�F�B7�a���'),('�B%v6�I\"Jb��4ӡT','wp-admin/link-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n,{C�ٽ�/�p�Q�'),('�EDOu�K�)\\��G�S�','wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php',0,'�a�j��:��9q','�a�j��:��9q'),('�J!���zM�:Y��','wp-content/plugins/revslider/admin/assets/images/sliderpresets/thumbs_right_auto.png',0,'�-\\�?�%OR�ĪG','�-\\�?�%OR�ĪG'),('�L��Sã \r?1�Ӣ�','wp-content/uploads/2015/11/candy-centerpiece-main-150x150.jpg',0,'�S阐�/���F�Ꜿ','�S阐�/���F�Ꜿ'),('�l��I�����{D�F�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۈ��mD��kZ�y�2'),('�pI�/QO�v\\���L��','wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide5.jpg',0,'E�+�%X_�q�uO�','E�+�%X_�q�uO�'),('��5����\'��O�b��','wp-content/themes/wanderfuls/framework/customizer/settings/typography.php',0,'9]�<�)��y�\r�!�','9]�<�)��y�\r�!�'),('���?K���h���4D','wp-content/uploads/2015/10/flowercenterpiece-235x300.jpg',0,'y��O�#Dn�Lj	�','y��O�#Dn�Lj	�'),('�����f�?����j','wp-content/uploads/2015/10/Navy-and-Baby-Blue-brJane-from-New-Hampshire.jpg',0,'Ԣ=�Xt��?�Ħ��','Ԣ=�Xt��?�Ħ��'),('��`EJ��k�9Ÿ;nU','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/font-icon.png',0,'VC �(0L���Y�','VC �(0L���Y�'),('���\'�������SG8','wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M����ҪM�dL1'),('��l�s̔��s���i','wp-content/uploads/2015/11/black-wand-145x300.jpg',0,'�\\ǖ8��\\����\Z','�\\ǖ8��\\����\Z'),('��dp������-�@','wp-content/plugins/w3-total-cache/lib/W3/Plugin/PgCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��u^p�6���'),('��>�A�B�7�Sz!�e','wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m]4�\'\r|j/�)'),('��_C	-�a4��1','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Net/SFTP.php',0,'Z��d+x:��5.��','Z��d+x:��5.��'),('����/�D�o‹hkf','wp-content/uploads/2015/10/wands-150x150.jpg',0,'�@?�E�A�H[�6����','�@?�E�A�H[�6����'),('��C�^��aoF*(��','wp-content/uploads/2015/11/orange-wand-145x300.jpg',0,'�w������� �4�','�w������� �4�'),('�������L;�]�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/nav-divider.less',0,'�oy>�`�-v��5�','�oy>�`�-v��5�'),('��6�B>mMDZhMX','wp-content/themes/wanderfuls/vcex_templates/vcex_teaser.php',0,'�Y�X�\0>r?r>I� �','�Y�X�\0>r?r>I� �'),('��9*5^��m;�i���','wp-content/plugins/revslider/admin/assets/images/navigationeditor/tp_thumb.jpg',0,'�Υ�-�s�2qWĹ��','�Υ�-�s�2qWĹ��'),('�␋��T����X�מ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')���,o�X6�� �ӫ�'),('��I��q���]a��x�','wp-content/plugins/revslider/admin/assets/images/icon-image-layer.png',0,'�*h��\\\Zc�<�G�','�*h��\\\Zc�<�G�'),('�yuH�`���Ѕzo','wp-content/themes/wanderfuls/images/patterns/lined_paper.png',0,'7F5��рU��rݣ�','7F5��рU��rݣ�'),('�m�?S��oF5�\n�','wp-content/plugins/backupbuddy/controllers/ajax/getMainLog.php',0,'}N�E(�%�B���','}N�E(�%�B���'),('�d�X[�ݫN��v��','wp-content/uploads/2015/10/White-and-Mint-brIsabelle-from-Pennsylvania-300x300.jpg',0,'Lz��,�\n؉q���d�','Lz��,�\n؉q���d�'),('����	,��>�|�/=','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/WebAuthException/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�!)�f�[�h��-*��o','wp-content/uploads/2015/11/pink-wedding-table-centerpiece-150x150.jpg',0,'Xk���:*+��;','Xk���:*+��;'),('�.Է��:\r�vge��','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�1�eU��MV��^��','wp-admin/includes/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(mr��2��%V�M��'),('�>�|^3�~G�_!l[(','wp-content/plugins/w3-total-cache/lib/W3/ObjectCacheBridge.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�ºi�PH�K\np���'),('�TZD��7�+3��T̍','wp-content/themes/wanderfuls/framework/updates/update-3_0_0.php',0,'�4����#��c','�4����#��c'),('�e�Ϙ�#fqM1L�','wp-content/plugins/w3-total-cache/inc/functions/mime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����0W�(\'�D�q9'),('�kp�og� �x�q�.�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/PEAR/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�u9�A�^Z^]�m0','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�.�>��\Zc����'),('�wS3��	/�H����6','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Consumer.php',0,'�OE:mˈ���(����','�OE:mˈ���(����'),('�����N�\'�VLe4*','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/Blob/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;]�<CǾC����X'),('���ޖf�SO�Y�Q�{','wp-content/plugins/backupbuddy/images/series_icon_16x16.png',0,'O��,R+RC��{qr�','O��,R+RC��{qr�'),('���RL�4%z�\"���','wp-content/uploads/2015/10/findyourorder.jpg',0,'\\��a=�8�f�W5','\\��a=�8�f�W5'),('��\0�>#����z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�}�K�~<�F|�FruS'),('���\"|��V�Εؖ}Z�','wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php',0,'��2�(�B�ϵ��!','��2�(�B�ϵ��!'),('���*�eZ�k�V���{','wp-content/plugins/revslider/public/assets/assets/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('���������}��','wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P��a\n\'\"�Oe�1J�'),('����yCl��p8','wp-content/plugins/w3-total-cache/lib/W3/ConfigData.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�����@>s��cH'),('�ɾ6KR���?	T)��','wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.woff',0,'.6Y�� -���1��','.6Y�� -���1��'),('���X��N�e6!n�\\`','wp-content/themes/wanderfuls/framework/addons/footer-builder.php',0,'@W���� ���d','@W���� ���d'),('�ٕ�����ä�\0}�','wp-content/plugins/revslider/admin/assets/imports/classic-carousel/slider.jpg',0,'�q�~ٰ%^6�HU<O','�q�~ٰ%^6�HU<O'),('��+��#����y#��','wp-content/uploads/2015/10/slide_112-150x150.jpg',0,'`��*?9��1�\"�U','`��*?9��1�\"�U'),('��(v��;�E��#\r�z','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/images/white-grad.png',0,'0���~�d�	\0��V,��','0���~�d�	\0��V,��'),('�����A\'`�W�#���G','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�/)sI��K���'),('�	��+?��eD�8�5','wp-content/uploads/2015/10/Iridescent-White-with-Pink-Gumballs-150x150.jpg',0,'�\0:��\Z�\'D@�+�~d','�\0:��\Z�\'D@�+�~d'),('�c&�]�˾Uu4�Yj�','wp-content/plugins/w3-total-cache/lib/W3/Plugin/CdnAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\r����|}��C�\nm�'),('���P�w���0�h�9','wp-includes/js/tinymce/plugins/fullscreen/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�Tr_��0仵��'),('�\"��#oơ\'�윜s','wp-content/plugins/js_composer/assets/less/settings_tabs/product_license.less',0,'�Z��V�^5Iȋ�Z','�Z��V�^5Iȋ�Z'),('�1%���酥�\Zg�N8k','wp-content/plugins/wordpress-database-reset/views/partials/security-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��5�=��J�ߨ<p{�'),('�=oo����|X� w��','wp-content/uploads/2015/10/Broadway-themed-party-with-Wanderfuls-centerpieces..jpg',0,'�6D_+v�/�x�3Xݿ','�6D_+v�/�x�3Xݿ'),('�B.�pr*��t��f�','wp-content/uploads/2015/10/White-and-Pink-RibbonbrEsther-from-Massachusetts.jpg',0,'���&�dA|\'�`�p','���&�dA|\'�`�p'),('�E��������9','wp-content/uploads/2015/10/coupon_002-150x150.jpg',0,'z���i�WZ�P��fw','z���i�WZ�P��fw'),('�F�>�G�4%��P�','wp-content/themes/wanderfuls/vc_templates/vc_column_inner.php',0,'c�&ɽ�1���h{t','c�&ɽ�1���h{t'),('�J�&_#��3S�q���','wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\q��9)hdxR���]l'),('�K��!�,_\'s`/','wp-content/themes/wanderfuls/js/lib/wc-quantity-increment.js',0,'G�a?:M�$�׿�','G�a?:M�$�׿�'),('�V+@�0���p�ɏhi','wp-includes/rest-api/class-wp-rest-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<l�t�6G�\'��.X�'),('�W�i�\0�k�in�WY','wp-content/plugins/contact-form-7/languages/contact-form-7-fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�2F�N��\n��^��'),('�b~5�a���I@)*�','wp-includes/class-wp-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�@�J�D;a����'),('�k(�,z2 ��\rf9�','wp-content/plugins/wordpress-seo/admin/class-plugin-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0i1��F��:'),('�x�I����rv���l','wp-content/plugins/w3-total-cache/lib/W3/Dispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8���\0=��5B�'),('�}��I����o�����','wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�ʹ�B�(����`'),('���ʱ\'AK\"d;���3','wp-content/plugins/wordfence/images/flags/pg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɂ��%X;{�Eҳ]�'),('��F\nGʐ�6 N�','wp-content/plugins/wordpress-seo/images/waiting.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I#ʊC�i�@\0)�:'),('��\\:��ڈ��)g,\\','wp-includes/images/smilies/icon_twisted.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b���.�8\Z|`�Q�LF'),('��!��E��S7�x����','wp-content/wflogs/rules.php',0,'Y�2WVn����i�','Y�2WVn����i�'),('���3v�U�\Z3�P�^O ','wp-admin/css/widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[\0v���u�� ����'),('��L �U���f��u�<','wp-admin/images/icons32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�P*���{>v��Uf'),('��ve,�B�Ƀ.y�','wp-content/uploads/2015/10/rm7L_P1-300x241.jpg',0,'�ʇ�(TS�ن�q�w]','�ʇ�(TS�ن�q�w]'),('��w��vS��:�','wp-content/plugins/backupbuddy/images/view_icon.gif',0,'�\0D-�X\\t\Z)��','�\0D-�X\\t\Z)��'),('���o�w���Ў�696I','wp-includes/random_compat/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_vtZ��;�f�0�\\�'),('��y��/�dz�Qg��','wp-content/plugins/wordfence/js/tourTip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��$g�M�{坥w'),('�堯���X_wĮ�','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php',0,'c��H�H�����n�','c��H�H�����n�'),('��� �#��+KhX�S','wp-content/plugins/w3-total-cache/inc/options/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��&_��_z�Ɖ'),('��z��\"�ƥ��m-','wp-content/plugins/js_composer/assets/css/js_composer.min.css',0,'uRJ7����l��a��','uRJ7����l��a��'),('�ҍ��th��f�w�|�','wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php',0,'����g�Wp�@QҴ_e','����g�Wp�@QҴ_e'),('�\n�-ѼbF�D�RK�','wp-content/uploads/2015/11/slide6-300x147.jpg',0,'I��{h��6��0^X','I��{h��6��0^X'),('���|�$!7\0\r]o�a','wp-content/themes/wanderfuls/framework/visual-composer/config/row.php',0,'��C�M�+2R��7�','��C�M�+2R��7�'),('�J5�BQjVxۥH��m','wp-content/uploads/2015/11/brown-wand.jpg',0,'��c%�p?!\"›�','��c%�p?!\"›�'),('�*��\'��5H��o��J\n','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/images/collapsed.gif',0,'z�!u�}�`����d=�','z�!u�}�`����d=�'),('�/�e�y\n���=_�','wp-content/plugins/backupbuddy/views/getting_started.php',0,'oy��M|�%.�ir.i','oy��M|�%.�ir.i'),('�4&�V:]���','wp-content/uploads/2015/11/Baby-Blue-and-White.jpg',0,'sn\n`:t)�A�o&�2','sn\n`:t)�A�o&�2'),('�:=�%����M�۵','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�a��@xi ��a���'),('�@�-�S�TY�h��O','wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php',0,'�+�N�� DI�s%�-\0','�+�N�� DI�s%�-\0'),('�C];�2��r�jël}','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/license.txt',0,'f�͒2�%��O�CE>�','f�͒2�%��O�CE>�'),('�I�{�?��r�]��7','wp-admin/images/resize-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ےc�ZY�6��'),('�U���	ϯ��U;','wp-content/uploads/2015/11/pink.jpg',0,')����d�_����',')����d�_����'),('�V�S*K��g��N','wp-content/plugins/wp-optimize/images/mythemeshop.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��V������G�'),('�]$]�0 vb���','wp-content/uploads/2015/10/048_large.jpg',0,'��/e^�EM6KY�\0_','��/e^�EM6KY�\0_'),('�h?�h=��ِps��j','wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php',0,'����_�֡*iQע','����_�֡*iQע'),('�{ḶPt��Ji-^Ye�','wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('��z�إ\r�S�3�f�vw','wp-content/plugins/js_composer/assets/images/spinner.gif',0,'s�y70M��Q��@�K	Z','s�y70M��Q��@�K	Z'),('��#�dl|M�SRə','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��$�\n�eďgS�L�'),('��j?b���t���B<�','wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php',0,'�f��5B�[�q�(��\0','�f��5B�[�q�(��\0'),('����%5)��� ����','wp-content/uploads/revslider/templates/r_info/slide1.jpg',0,'�j��Z\\غTWB','�j��Z\\غTWB'),('��h�)�C�G��ъ�','wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png',0,'�2󸙮͟���u�=','�2󸙮͟���u�='),('����f�<�u@�ܭ��','wp-content/plugins/wordfence/images/flags/mo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f���O�};ë1��'),('���>Qej��#yxf�','wp-content/themes/wanderfuls/partials/blog/media/blog-single-link.php',0,'J��jNs�f�r��@�~5','J��jNs�f�r��@�~5'),('���3�<��!M��m!(�','wp-content/plugins/js_composer/assets/less/lib/parallax.less',0,'��=�cSY�\\\r��:�','��=�cSY�\\\r��:�'),('��x��P���\"�n�Y','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/buttons.less',0,'�E����]�0��Qz�1','�E����]�0��Qz�1'),('�����&*�a\"_���','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/OAuth1AccessToken.php',0,'%�a˕�DF�yU*L�w','%�a˕�DF�yU*L�w'),('������nto�1��','wp-content/uploads/2015/11/bar_mitzvah_lg1-150x150.jpg',0,'-d�\\�uZ|��B]��','-d�\\�uZ|��B]��'),('������_6\'D_\"ͯ�','wp-content/uploads/revslider/templates/scrolleffect/slide3.jpg',0,'����E���mEr��\n','����E���mEr��\n'),('��q�8��I��I2','wp-content/plugins/revslider/admin/assets/imports/news-video/slide1.jpg',0,'&xN�\r�~&���\'?h','&xN�\r�~&���\'?h'),('���{lx^�z^rѥ�','wp-content/plugins/js_composer/assets/less/lib/vc_mixins.less',0,'I��hR\n@ �x�.���','I��hR\n@ �x�.���'),('����Ea�j�����','wp-content/uploads/2015/10/Elegant-candlelight-wedding-with-Wanderfuls-centerpieces-for-Matt-and-Sarah..jpg',0,'��f��d������5','��f��d������5'),('���cC����DX�*','wp-content/uploads/2015/11/party-favor-main-3-300x218.jpg',0,'��UD�x(��V�p�','��UD�x(��V�p�'),('��iR+m7�B,bns/','wp-content/uploads/2015/11/red-wand-145x300.jpg',0,'�+ȷX��a>\'6R�K�R','�+ȷX��a>\'6R�K�R'),('��o���?1�-��G�*g','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php',0,'�\06@�#_ .���)�;','�\06@�#_ .���)�;'),('��ͦ7~g��c���{l','wp-content/uploads/revslider/templates/foodcarousel/slide3.jpg',0,'m��:\"��r�0��=�R�','m��:\"��r�0��=�R�'),('�\0�\'��a\rv���Y#','wp-content/plugins/w3-total-cache/inc/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('��jƞ�\'ޗ/Z�5;_','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/heading.php',0,'n;�\0��{�GK�4h','n;�\0��{�GK�4h'),('��6�ʵ��C���U\Z','wp-content/plugins/js_composer/assets/vc/blur.svg',0,'���oȈ�\\$�Fb�o��','���oȈ�\\$�Fb�o��'),('�Ç4Ie�B�R&�/','wp-content/uploads/2015/11/aqua-wand-145x300.jpg',0,'L|_Ѭ��*�{O�[v','L|_Ѭ��*�{O�[v'),('� �&?�F�ZiE�Od','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3���Y��.�)���{�'),('�,���R�n*^�q�','wp-content/plugins/w3-total-cache/inc/options/pro/fragmentcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[��\07y_�b��'),('�7*���\"{��\n�K<','wp-admin/includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oa�@�؅��ӯ��A'),('�;�N\\F5�P�29ֲ`','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-social-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KP�G��$��0g�_��'),('�?�8������Z��N�','wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��3����\"9��2�'),('�B;|Y�֭k%5','wp-content/plugins/revslider/admin/assets/images/mainoptions/linktoslide.png',0,'}_|��.���v{9l','}_|��.���v{9l'),('�HO��;������]�','wp-content/plugins/wordpress-database-reset/assets/js/database-reset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J��pa����-r'),('�O K��ދ��m��[f','wp-content/uploads/2015/10/Under-the-Sea-themed-centerpiece-created-for-a-fun-and-festive-birthday-party.-300x300.jpg',0,')e.����g8�Ϡ+8@',')e.����g8�Ϡ+8@'),('�Q���b3��Yv��o','wp-content/uploads/2015/11/Hippie-Tie-Dyed-Peace-Fingers-Centerpiece-150x150.jpg',0,'��nP�1gz�54�z-*','��nP�1gz�54�z-*'),('�S�}�ŅN4�,ͯ','wp-content/uploads/2015/10/Cranberry-colored-wedding-reception-room-view-with-centerpieces-by-Wanderfuls.-300x199.jpg',0,'�O��*H{�Ǽ}a:��','�O��*H{�Ǽ}a:��'),('�W\"#�Ve\Z���]\"','wp-content/uploads/2015/10/Fiery-Sunset.jpg',0,'_joy(�k!��B��1','_joy(�k!��B��1'),('�Y���e�i���C��v','wp-content/uploads/2015/11/graduation-centerpiece-5-150x150.jpg',0,'*f�DUH����;1Na2?','*f�DUH����;1Na2?'),('�^L9��ZY���3�q','wp-content/plugins/wordfence/images/flags/lv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Cm���|�.�_'),('�j��I���<꟟��iU','wp-includes/category-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&fũUX0�1Hl\0'),('�k��H�����|��','wp-content/plugins/wordfence/images/flags/hr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����3����ƒ7�'),('�paK�l����ZϥȨ�','wp-content/uploads/2015/10/girlandivorylarge1-300x263.jpg',0,'�<~�,�H �SƱ�,','�<~�,�H �SƱ�,'),('�sW�hW���/qm�]�P','wp-content/plugins/revslider/languages/revslider-de_DE.po',0,'�Z������}b','�Z������}b'),('�ysa�Z��?�\r�','wp-content/uploads/2015/10/sweet16a2-300x200.jpg',0,'`�\\�N�4y���?���l','`�\\�N�4y���?���l'),('�~Op/��VޔpրǦ','wp-content/uploads/2015/11/slide5.jpg',0,'���ĺX�j�Q8��mY','���ĺX�j�Q8��mY'),('���Q��Ws�A7d\n','wp-admin/css/site-icon-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ٮ�Nh}b�p�X�'),('����vfj 2��ɗ�c','wp-content/uploads/revslider/clubix/3-pic-180x180.jpg',0,'¼xDh�!\'E�x�','¼xDh�!\'E�x�'),('���s��c��ˠ|�9','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�⼔��^��3|�4$C'),('����d�/��H[�ߧV','wp-content/plugins/backupbuddy/help',0,'h�)ژ��@��ح\\��@','h�)ژ��@��ح\\��@'),('��e�\\��1�tƋ�<	�','wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tu�@EE\r�1�UH�'),('��9��V�)�\r��','wp-content/uploads/2015/10/White-and-LavenderbrSophie-from-California.jpg',0,'QԛwΜ����>�g��','QԛwΜ����>�g��'),('�����fi\r˱�J(%','wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/README.md',0,':Y��$��@��ɥc��',':Y��$��@��ɥc��'),('������!�!��ߓ޵k','wp-content/plugins/js_composer/assets/vc/fe/preloader.gif',0,'�f)%3�����,0E�','�f)%3�����,0E�'),('������I3�\n�Y�?','wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_grid.php',0,'�.Jspz)��Z�U���','�.Jspz)��Z�U���'),('��ݝ������ӵ','wp-content/plugins/backupbuddy/destinations/email/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('��L�\"�\"~{���','wp-content/uploads/2015/11/peach-wand-150x150.jpg',0,'k��2CV��b�A�','k��2CV��b�A�'),('����p�Qy\'�HMb�','wp-content/uploads/2015/11/patriotic_lg-300x227.jpg',0,'���{��\'�v�Z�x�','���{��\'�v�Z�x�'),('��B]nȄ�8�7g��','wp-includes/images/smilies/icon_rolleyes.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ȼ�_�Ҹ*>,\Z�\Z!j'),('��?s������\'M����','wp-content/plugins/w3-total-cache/inc/functions/extract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oo{_~o�B�\'�:'),('��i@E�*�L�=R��','wp-content/uploads/2015/11/metallicred-wand-150x150.jpg',0,'��-8��3rw���','��-8��3rw���'),('��V?�e}�#�]\r','wp-content/plugins/w3-total-cache/lib/W3/Varnish.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|ik���VT���4�'),('��Ζ��!^*8	@!','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-rotation-start.png',0,'+������$���','+������$���'),('��d��TH����z�w�','wp-content/plugins/backupbuddy/images/filetree/css.png',0,'x?[+�>��y�8/','x?[+�>��y�8/'),('����! sȧy���I\r�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-libs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5&-����X�5���'),('�����Bh�g(c�','wp-content/plugins/backupbuddy/lang/it-l10n-backupbuddy-sv_SE.po',0,'�2�E+��r���x�%�','�2�E+��r���x�%�'),('��^t�T\\�2�*-�a','wp-content/plugins/revslider/admin/assets/images/sources/wc.png',0,'Ã�\"��x�|�~d�','Ã�\"��x�|�~d�'),('�\r�b!E��jڵX','wp-content/plugins/contact-form-7/includes/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�x�����%9үa'),('���T��rQx.Dl��','wp-content/uploads/2015/10/Blooming-Earth-150x150.jpg',0,'!4��M�HIdqL�j','!4��M�HIdqL�j'),('�1�W�HjQKq���','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/README.md',0,'�-_,w�t�NI�\'m5WT','�-_,w�t�NI�\'m5WT'),('�\"�Hѿ����h�?��c','wp-content/uploads/2015/10/coupon_004-300x228.jpg',0,'v�R��\'r`�l$���','v�R��\'r`�l$���'),('�=\'H��G;�6�_','wp-content/plugins/revslider/admin/assets/images/sources/notice.txt',0,'��cc�����nTm?','��cc�����nTm?'),('�H�t���J�u��','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/MapsEngine.php',0,'�7�{�Odǻ��YՎ1','�7�{�Odǻ��YՎ1'),('�Mj�A�M��O�\"If','wp-includes/SimplePie/Net/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Fy!j�ـ�����'),('�Q���.W�U<|c��','wp-content/uploads/2015/10/corporate.jpg',0,'6�U�QR���A>���2','6�U�QR���A>���2'),('�RG�ְ~8,��_�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/Net/URL2.php',0,'�7�!�zG7>+QǠ','�7�!�zG7>+QǠ'),('�V\0���6l\\�ct��','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/Request2/Response.php',0,',�P3�ƊVB�l!�I�',',�P3�ƊVB�l!�I�'),('�VWsp6��?��5�\\�','wp-content/plugins/revslider/admin/views/slider-editor.php',0,'�c�8�.�K�ds˾��','�c�8�.�K�ds˾��'),('�m��UH<F�AF�~�','wp-content/uploads/2015/11/graduation-centerpiece-42-150x150.jpg',0,'\Z��)j�_i%�mnÃ','\Z��)j�_i%�mnÃ'),('�zZ�J5�q�V�M-','wp-content/plugins/revslider/admin/views/templates/slider-main-options.php',0,'M6��2�\0(۰�L��\Z','M6��2�\0(۰�L��\Z'),('��5T?vƒ�RK��+�','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php',0,'`��̳$�Z�	Ƣ��','`��̳$�Z�	Ƣ��'),('��8���\n�<~��c2','wp-content/uploads/2015/10/Multi-colored-Wanderfuls-centerpiece-for-Sarahs-spring-garden-party..jpg',0,'��#aV(ЧFx��j���','��#aV(ЧFx��j���'),('�����\'�^�M,/K��','wp-content/plugins/revslider/admin/assets/imports/mainfeature/slide6.jpg',0,']f(y�]���]�<߷1',']f(y�]���]�<߷1'),('��|x�P!�ζ\\|�\nU,','wp-content/uploads/2015/10/Pink-and-purple-quinceanera-centerpiece-for-Samathas-birthday-bash.-300x263.jpg',0,'_��`}4F����(7','_��`}4F����(7'),('��8K7�d^��\'���t','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php',0,'m����:�\\9^Ol9��','m����:�\\9^Ol9��'),('��$��xM1>�_8P\0','wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�E%ρz���s~'),('��[Y����ˋ%���','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php',0,'�K�~���\Zت+^��=','�K�~���\Zت+^��='),('��B{D_��E����','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/image-gallery-slider.png',0,'�Ea��2��\'@�\\V','�Ea��2��\'@�\\V'),('�ԥ��85�^��QZ�','wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php',0,'��]6yt� #rH���','��]6yt� #rH���'),('���ȗr��u��','wp-content/plugins/w3-total-cache/lib/W3/Pro/Plugin/FragmentCacheAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pL�P���4zAj�+n'),('���jmFGc[d��U�-','wp-content/plugins/js_composer/assets/css/lib/vc-linecons/vc_linecons_icons.min.css',0,'3{N�C������*z��','3{N�C������*z��'),('���6�d��x�D��','wp-includes/js/mediaelement/background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p<e�K�c�\\c8�r~\0l'),('���J�h+h<F_�[�r�','wp-content/themes/wanderfuls/images/social/googleplus.png',0,'ˍ�O� �\'�}~#vKi','ˍ�O� �\'�}~#vKi'),('��Qs|�c�L؜VH�)','wp-admin/includes/class-walker-nav-menu-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������n�'),('��D���#I�a4*xM,','wp-content/plugins/wordfence/images/flags/wf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/c���  k=�O�'),('�\nO1=)�p�S��fd','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/navbar.less',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('��94:9���[�','wp-content/plugins/js_composer/assets/css/js_composer_settings.min.css',0,'`rU�jθo\ry8V^D','`rU�jθo\ry8V^D'),('�.!�UO�f�\\3��','wp-content/uploads/revslider/clubix/2-pic-150x150.jpg',0,'���<��M�0V�Kn�i','���<��M�0V�Kn�i'),('�1f*�lw���ȐI','wp-content/plugins/wordpress-seo/images/banner-local-seo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʢ?j���\0�B�'),('�6eZ�ŝ��*��jx','wp-content/plugins/backupbuddy/destinations/gdrive/Google/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�GH#��?�\"BiM�<','wp-content/uploads/2015/10/Multi-colored-centerpiece-for-Travis-and-Jennifers-spring-wedding.-300x262.jpg',0,'P�����D���O�','P�����D���O�'),('�I�zH\\\n��ø��x�i','wp-content/plugins/backupbuddy/pluginbuddy/classes/core_controllers.php',0,'~�R��(<y�^n����','~�R��(<y�^n����'),('�J�!^sܽ�)a���x^','wp-content/plugins/backupbuddy/images/beta.png',0,'#v�[Ў�l�dv��Ē','#v�[Ў�l�dv��Ē'),('�ck����&�\0K7','wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.ttf',0,'^\'h���&J� ��x','^\'h���&J� ��x'),('�kTK�����-q�o�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Directory.php',0,'	��n�\r G�W��%s:�','	��n�\r G�W��%s:�'),('�n97�I.O�ҝ޿�','wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z0���?.?�g)�S�ѡ'),('�o�`�n��G��v��(','wp-content/plugins/w3-total-cache/pub/img/overlay/w3-meteor.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S����p�I�R<'),('������Tk�����p','wp-content/uploads/2015/11/Jester-Mask-Mardis-Gras-Centerpiece-150x150.jpg',0,'>>���p\"��G��/��','>>���p\"��G��/��'),('����Y�n�^��`�R','wp-content/themes/wanderfuls/partials/togglebar/togglebar-content.php',0,'q���u��e�͔���5','q���u��e�͔���5'),('���Q�,C��V�*Pǂ','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Verifier/Pem.php',0,'a�	[�J�N�r�|Qy','a�	[�J�N�r�|Qy'),('�����clp�,j�','wp-content/plugins/wordpress-seo/images/Woo_130x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�En9\"ɽ�C��q'),('����h+��B����','wp-includes/js/tw-sack.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�N�k�P\n�~h�'),('��F�\"��vh�$Lb��','wp-includes/js/imgareaselect/border-anim-v.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �z!�<�7�����*�'),('�ƪ-��a�\\YLJ���','wp-content/plugins/w3-total-cache/inc/options/cdn/cotendo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�7�CY�k$'),('��^�ͻ�����L�u','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/home.php',0,'OSbS�&���T�g','OSbS�&���T�g'),('��:����6�0�׉�S','wp-content/themes/wanderfuls/partials/portfolio/portfolio-single-title.php',0,'Bh����Vx�a5�K�','Bh����Vx�a5�K�'),('��y;h�����z�','wp-content/plugins/widget-countdown/includes/style/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j���2Nt�'),('��yc�0O�g)ρ�Mf�','wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=���a��ؒ�'),('��i���2�P�.��','wp-content/uploads/2015/10/Mohini-Roy-Staszewskis-Orange-Themed-Wedding.jpg',0,'��������Wq[','��������Wq['),('�{�2e��_8aʍt','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_optimise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PR��8�J Tպ4�('),('�\\��@V�[}�Xdʷ','wp-content/uploads/revslider/clubix/s-350x262.jpg',0,'�y�-�;��gr','�y�-�;��gr'),('�^�\0������','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff',0,'����K�\0��N�ۓ�2','����K�\0��N�ۓ�2'),('�6��Le3\'u5W��','wp-content/themes/wanderfuls/css/ilightbox/metro-white/fullscreen-icon-64.png',0,'��w���8_�=,,�','��w���8_�=,,�'),('�?�\n5��H�?����','wp-admin/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ċ�^��x�1���'),('�@�q���\Z�U;X�Xv','wp-content/plugins/revslider/admin/views/system/dialog-copy-move.php',0,'?�G�JAl�Bϡi��w.','?�G�JAl�Bϡi��w.'),('�M$!���\\�z���','wp-content/plugins/wordfence/css/images/ui-icons_fbe569_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u�3�<�����j'),('�OMG�E�ᯖ���','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Store/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�Oq]+/���V��\r','wp-content/uploads/2015/11/black-wand.jpg',0,'��L�#%��&��H�','��L�#%��&��H�'),('�R6R\r��9R�7�#ȓ','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/Varnish.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��Aݯg�\0��'),('�nr��a���ݫ�{-�','wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-icons_333333_256x240.png',0,'T��H�eE�/ٙ�,�7','T��H�eE�/ٙ�,�7'),('�}@~���w_�Η�','wp-content/plugins/w3-total-cache/inc/options/minify/yuijs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����uQ��ﭲ�'),('�����juGCtO���','wp-admin/css/colors/coffee/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zj�o���{������$'),('���W3|���x�ӕr֜','wp-content/plugins/wordfence/images/flags/kw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Lݺa�ft�5�'),('��Nx|�����T���','wp-content/themes/wanderfuls/woocommerce/loop/thumbnail/featured-image.php',0,'O��*�}��w>o��','O��*�}��w>o��'),('�����(��r��@�','wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php',0,'��t�\\I���P�@S�','��t�\\I���P�@S�'),('��l�.H|S���{��','wp-includes/js/jquery/ui/effect-transfer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ި\0w}����n�'),('��C\n0�uY*�XCꢽa','wp-content/plugins/js_composer/assets/js/editors/templates-preview.js',0,'�vo	���0\0X����T�','�vo	���0\0X����T�'),('��r�Z`��-�S','wp-content/uploads/2015/10/Cigar-Lover.jpg',0,'.xi�^���/�','.xi�^���/�'),('���\\7��rg,/~�','wp-content/uploads/2015/10/Metallic-PinkbrGretchen-from-Florida.jpg',0,'�&	#�χN��gX���','�&	#�χN��gX���'),('���C�{�ZZi��r','wp-content/uploads/2015/11/bar_mitzvah_lg-300x300.jpg',0,'8\\v����=Π!���(','8\\v����=Π!���('),('����*ge�����','wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php',0,'�i|��ߨ��iTf�m`','�i|��ߨ��iTf�m`'),('������gUMZ!��','wp-content/plugins/wordpress-seo/languages/wordpress-seo-sv_SE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���nY6��t��[ʐ'),('��A����e�Ӳ�|3?','wp-content/plugins/js_composer/assets/less/shortcodes/vc_widgetised_column.less',0,'���AX����ɶ��\Z�','���AX����ɶ��\Z�'),('�fwبYy���q��','wp-content/themes/wanderfuls/vcex_templates/vcex_testimonials_slider.php',0,'�˗�����\0{�(�','�˗�����\0{�(�'),('�&�W��Oʨn∕��','wp-content/plugins/backupbuddy/pluginbuddy/classes/format.php',0,'��OXZ:a`���o+��j','��OXZ:a`���o+��j'),('�0�O����kw^U:','wp-content/plugins/wordpress-seo/css/edit-page-330.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oP��ʳ�ީ� w�'),('�\Z{��b��K�ٷ؄','wp-content/plugins/revslider/admin/assets/imports/youtubehero/slider.jpg',0,'�e����޳A��d�','�e����޳A��d�'),('���an���V=Ty X�','wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�T��	Ù���j'),('���ٸ(k(kVD0O','wp-content/plugins/backupbuddy/images/filetree/folder_open.png',0,'�0؝i�߽�_�Z�@','�0؝i�߽�_�Z�@'),('�!l.��OP��','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/MinApp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';72�{�Y��J\".lk:�'),('�3�6=�&_Ѷ#�[W�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/tooltip.less',0,'�]{\0��q���+�','�]{\0��q���+�'),('�8N��PK�~4y@�E','wp-content/themes/wanderfuls/vcex_templates/vcex_icon_box.php',0,'��I�Y�������q�','��I�Y�������q�'),('�8�[M���n�-�m','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php',0,']�p�y\0Vc}Mp',']�p�y\0Vc}Mp'),('�<��׭��EȣN���','wp-content/plugins/wordpress-seo/js/dist/jquery.tablesorter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7jB�=���e�b'),('�>�^�>���(��','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php',0,'��Ӽ�i���`J��','��Ӽ�i���`J��'),('�?���\"����wH','wp-content/plugins/js_composer/locale/js_composer-ru_RU.po',0,'�/}_��\"$��>�','�/}_��\"$��>�'),('�S�)љ�w��T`?>W�','wp-content/uploads/revslider/clubix/3-pic-400x550.jpg',0,',��B��DE�%',',��B��DE�%'),('�\\��щu<�\"Yڜ�','wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php',0,'�GD}�q0�V�/E','�GD}�q0�V�/E'),('�]M��s�q�*krRF�','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_column_text.less',0,'�c��h�����J�0','�c��h�����J�0'),('�b��/�~Nu�|J�9�','wp-content/uploads/2015/10/Football-150x150.jpg',0,'��������pH��','��������pH��'),('�e�}QmJ�T]����','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php',0,'��S��rx�7�c8�','��S��rx�7�c8�'),('�f���@�爦m�r','wp-content/uploads/2015/10/A101HPXXXXXXXXXX600FRXXXXMPORYEPGTUMNWHSL.jpg',0,'��b-���N�m�4','��b-���N�m�4'),('�p�q��n���45��#','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-close.png',0,'\rދ�z���k���Wx','\rދ�z���k���Wx'),('�} �yT��Z�H�cDJ','wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#Y>W� ����e�'),('�}I�-\Z��=4�A1	�','wp-content/themes/wanderfuls/css/ilightbox/mac/pause-50.png',0,'jZH��?lf!b�:��I','jZH��?lf!b�:��I'),('�~P���;��ߢ��y�','wp-content/plugins/backupbuddy/controllers/ajax/hash.php',0,'�G)(i\'����b�`�','�G)(i\'����b�`�'),('��X�i�Ze!���k','wp-content/uploads/2015/11/slide5-150x150.jpg',0,'?(��~,W�<W�v���','?(��~,W�<W�v���'),('��{�O!�v���ko�','wp-content/plugins/wp-fastest-cache/js/statics.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	��k�p9�\Z̒3'),('����}}�.��rwI��','wp-content/themes/wanderfuls/images/dashed-overlay.png',0,'�:����5:��HS|','�:����5:��HS|'),('���>L|��ل�$��','wp-content/themes/wanderfuls/js/lib/animsition.js',0,'p«鄄��xW[X��','p«鄄��xW[X��'),('��-��DN��E7�','wp-content/plugins/revslider/admin/assets/imports/fashion/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�����\n�E���J��','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Crypt/RC4.php',0,'C��pgQKw�\0�!>B�','C��pgQKw�\0�!>B�'),('��P<��t�������}�','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/sprite.png',0,'E�,b�Jg��C`���','E�,b�Jg��C`���'),('��{�0l(Ʋu9,wS�u','wp-includes/js/media-audiovideo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�VP<�k�;D�.?F��;'),('�Аr2_�l��՘c\'','wp-content/uploads/revslider/templates/foodcarousel/slide1.jpg',0,')B�\r���l�&N�K�',')B�\r���l�&N�K�'),('�ڥ�{GIfsx=��','wp-content/uploads/revslider/templates/ourteam/slide4.jpg',0,'2�����,`;c|���','2�����,`;c|���'),('��ڽ[u�c\"t;�V','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-splittext-delay.png',0,'�y�%b�K��\n���','�y�%b�K��\n���'),('���R�S�PR�}�%3,m','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Signature/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('����}2��R� ','wp-content/plugins/wordpress-database-reset/assets/js/bsmselect.compatibility.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a����nޚBI�Fe'),('�	eq�\\��oH�e','wp-content/plugins/backupbuddy/pluginbuddy/standalone_preloader.php',0,'8�a����䭁5J','8�a����䭁5J'),('��\r�\n��#-&���','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�\Z�ш��\n͈bǾ�'),('� �A$ۤfC�N��37','wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�(���z�[��D�P'),('�%S1	d�P�_Q�?�(k','wp-content/themes/wanderfuls/partials/blog/media/blog-entry-video.php',0,'�!�Ƅ~K���#�0��{','�!�Ƅ~K���#�0��{'),('�(���ה�W�h@=a','wp-includes/images/smilies/icon_mad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׾�ie\Zc�{��0'),('�-��[Ӈ`�-G��','wp-admin/php_errorlog',0,'��\r0��;<FaO�,','��\r0��;<FaO�,'),('�.O֖�_E�ׁ��y','wp-content/themes/wanderfuls/framework/search-functions.php',0,'�4���QV(J�p;\n�x','�4���QV(J�p;\n�x'),('�61��J�K�gO 8 ','wp-content/plugins/wordfence/images/flags/es.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f)��.>\'Ե�R��	w'),('�8��c�Q�]��P�','wp-content/uploads/2015/11/Wild-Western-Cowboy-Hat-Centerpiece-300x300.jpg',0,'`j\n8(�����c04?','`j\n8(�����c04?'),('�;w�2����ӗ�P3','wp-content/plugins/backupbuddy/classes/api/_runBackup.php',0,'�G�!���0F[��','�G�!���0F[��'),('�>l�WF�<c�*��','wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-mixins.less',0,'��n�쭘R3[�_?','��n�쭘R3[�_?'),('�B�j����:\nZ��','wp-content/plugins/backupbuddy/views/_backup_listing.php',0,'W��!3��X�BSNv��','W��!3��X�BSNv��'),('�Dӗ�MA�?�nX\nd','wp-content/uploads/2015/10/anniversary-gold-ivory-main.jpg',0,'�t��h\Z9Jd�)h�','�t��h\Z9Jd�)h�'),('�E\0z5��fAp��','wp-content/plugins/libravatar-replace/classes/ServicesLibravatarCached.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cy���\ZpQ��y-R`'),('�P�$9�e`z��@��3>','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php',0,'Z�M�\'b�dZc��p','Z�M�\'b�dZc��p'),('�QB� x���MB��a�','wp-content/plugins/wordfence/images/flags/at.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���\"�����O;'),('�R)ԡ�`Pgٴ�ޮ^�','wp-content/plugins/wordfence/images/flags/jp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^4>B����D��Y‚�'),('�RLS�f,�@��L=�.','wp-content/plugins/wordfence/lib/menu_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ݟW>D[�KӉO'),('�Y3R�1���^-��S�','wp-content/themes/wanderfuls/css/ilightbox/parade/pattern.png',0,'�Έ��4U�^؆��','�Έ��4U�^؆��'),('�Y��X�n��\Z�6��c','wp-content/themes/wanderfuls/dt_view.swf',0,'L��\n	�d��P�<�9','L��\n	�d��P�<�9'),('�[⍂&�k(#��1Lg�','wp-content/themes/wanderfuls/css/ilightbox/metro-white/x-mark-hover-icon-64.png',0,'2,b��i�\re��/o��','2,b��i�\re��/o��'),('�_-.* �����kt�','wp-content/themes/wanderfuls/css/ilightbox/mac/forward-vertical-50.png',0,'�]s�/ҹ�?��|','�]s�/ҹ�?��|'),('�vFYDXaw��o�?@�','wp-content/uploads/2015/10/A102MRRMXXXXXXXX200SLXXXXBKMRRMRMRMMRBKSL-106x80.jpg',0,' ����:�@X��`Ǒ',' ����:�@X��`Ǒ'),('����v���ό�Y9�','wp-includes/ID3/getid3.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�dr\"�K$��u_��'),('��\r�Ba\Z��FDM͟5','wp-content/plugins/revslider/public/assets/js/source/jquery.themepunch.tools.min.js',0,'��bo���ê��,|','��bo���ê��,|'),('���X����H�o�v�','wp-admin/css/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@��Lz��'),('��֗]NR���S{qv?�','wp-admin/css/wp-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t������fo�,i�s�'),('���.�ex�ܚ�<�i','wp-content/plugins/taptap-by-bonfire/taptap.js',0,'�H�����\\ɴ�p','�H�����\\ɴ�p'),('��GW��`��Lh�;��','wp-content/plugins/wordfence/tmp/configCache.php',0,'�҂��<r	�q�5�z�','�҂��<r	�q�5�z�'),('��U��ffA�1�ð��','wp-content/plugins/revslider/admin/assets/images/sources/tw.png',0,'I\rF@��z�˾3�U�n','I\rF@��z�˾3�U�n'),('��_2j�ߡ=���0$R�','wp-content/uploads/2015/10/Veggie-Bouquet-300x246.jpg',0,'�)�����9l���vo','�)�����9l���vo'),('��~�ι��f)��~?I','wp-content/uploads/2015/10/home-gallery-1-large-300x225.jpg',0,'�B�$:��\n�i�Ga�','�B�$:��\n�i�Ga�'),('��I�z�^�c�4��C�~','wp-content/uploads/2015/10/bat1.jpg',0,'�^7��Q6��`��tlp','�^7��Q6��`��tlp'),('���H����irgW��','wp-content/plugins/backupbuddy/classes/api/_getBackupStatus.php',0,'8�BJ��*I=o?0','8�BJ��*I=o?0'),('���(@�H#��%o�','wp-content/plugins/wordpress-database-reset/lib/helpers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�9����%.���C'),('��+�Ϳ�#Ft�EǍ7','wp-includes/js/mediaelement/froogaloop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�B����#�D����'),('���~b%ݘ&��V{E','wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_front.less',0,'�3k��Ǻ�Ǯ��78','�3k��Ǻ�Ǯ��78'),('��Ӂ\'N*A0+l}���','wp-content/plugins/revslider/admin/assets/imports/photography/slider.jpg',0,'9�֬�؟�����','9�֬�؟�����'),('�\'\"�ƞ4�e�)v�','wp-content/themes/wanderfuls/images/blank.gif',0,'���@9���V+p','���@9���V+p'),('�0֫SM�Ƕ�E�B','wp-content/themes/wanderfuls/vcex_templates/vcex_navbar.php',0,'���F��Q�o>L��','���F��Q�o>L��'),('� 3I�A�C�p�~	��','wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php',0,'�f�\n�)Ҿ�8�s','�f�\n�)Ҿ�8�s'),('�$�����j�X�])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U���n�]�@)\"'),('�?��`Ώ�P;�0#��','wp-content/plugins/backupbuddy/destinations/sftp/icon50.png',0,'J\'G\Zk<<�g���܌7','J\'G\Zk<<�g���܌7'),('�BR�?\r~u��M�g%�','wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js',0,'������>�б����','������>�б����'),('�R���g_<(6\rH��','wp-content/plugins/w3-total-cache/extensions/Genesis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�e�@%\\Q8�ʼnW�'),('�U����(%,���-�','wp-content/uploads/2015/11/red.jpg',0,'E�8�ހ\'��FزNk7S','E�8�ހ\'��FزNk7S'),('�[�lÈ��a%�K����','wp-content/plugins/w3-total-cache/lib/EDD/integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zhLͬ��B8A7'),('�b�����r���>','wp-content/plugins/wordfence/images/flags/mp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','冒;�A&n�����='),('�j%M�ɍ��p)Z��','wp-admin/images/generic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\'�[#98!�'),('�n��Id�F��jp-�0�','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/sprite.png',0,'k%`9�~ؑ���{�(','k%`9�~ؑ���{�('),('�p����T9�G�@5z�','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_val.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�̥RT�4�B�Z�u�'),('�vB�?=�<��p.�','wp-content/plugins/wp-fastest-cache/templates/update_now.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�a��s#A@��'),('�~��~9��e����5�<','wp-content/uploads/2015/11/banquet-centerpiece-1-150x150.jpg',0,';��e�*;�%��a�G',';��e�*;�%��a�G'),('���) @R����8�','wp-content/uploads/2015/11/banquet-centerpiece-4v2.jpg',0,'*���9��H�?�#7','*���9��H�?�#7'),('��jS�ݛf���b�ݼ','wp-content/plugins/wordpress-seo/deprecated/class-onpage-email-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#<��xJ�����P�'),('���j=��~�P��oI0','wp-content/uploads/revslider/templates/woobig/slide1.jpg',0,'h���G����”L','h���G����”L'),('����)�`cR�d�9p','wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_post.png',0,'p��k\"Y!>�0\n^1�q','p��k\"Y!>�0\n^1�q'),('��d��~&�@z1d>dz','wp-content/uploads/2015/10/Baenie-Baby-290x300.jpg',0,'�VB���Q*t���3��','�VB���Q*t���3��'),('���$�pX����C�s','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Webfonts.php',0,'�@ߦ���ˎr$�','�@ߦ���ˎr$�'),('���^0�x!�Y4IE�I','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-delete-schedule.php',0,'Ny����*�Iba@,1','Ny����*�Iba@,1'),('�Nj3�&�ځ�Ė�Ô�','wp-content/themes/wanderfuls/css/ilightbox/metro-white/social-bg.png',0,'��*�*��0�P\nA[M�','��*�*��0�P\nA[M�'),('��7��c��^多7D','wp-content/uploads/2015/10/plane3-150x150.jpg',0,'�+G	hlfv��>��G','�+G	hlfv��>��G'),('��;(Xp`ҙ��pݷ','wp-includes/js/plupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�`a*6Y$�qpM�\\'),('��d}�\"H���l�{�','wp-content/uploads/2015/11/arc-on-black2-lg-150x150.jpg',0,'I�P��2^�H���','I�P��2^�H���'),('�憓����w��\n�[�','wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�F�J��.��1�'),('��ۻ\0橩;�&��S�s','wp-content/plugins/backupbuddy/images/filetree/script.png',0,'�!X���&�Q��&L\\','�!X���&�Q��&L\\'),('��t�0�g�a�/��','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��-����x\'�	'),('�\n�qo�qZVyX��9','wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��!5F�F�+@	)'),('�{w�1u y�QDw�','wp-content/themes/wanderfuls/single-other.php',0,'=�XT���ˈ���-��','=�XT���ˈ���-��'),('�Z�{g�}�f�-��0\n','wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S@n���-�	�.�'),('�\Z�\\�|o\\�`?k{','wp-content/plugins/revslider/admin/assets/images/toolbar/advancedcss.png',0,'C�džIF�c_Yٍ�{','C�džIF�c_Yٍ�{'),('�9��q�6�|�','wp-content/plugins/wordpress-database-reset/views/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S���N��%|�Fv1'),('�A��^���`O�','wp-content/uploads/2015/10/White-and-GrapebrLamoni-from-Hawaii-150x150.jpg',0,'Q��RE���I�d�','Q��RE���I�d�'),('�Q��IL��2���JXe','wp-content/plugins/backupbuddy/destinations/gdrive/Google/IO/cacerts.pem',0,'�\'�>q�GYٖCd�1','�\'�>q�GYٖCd�1'),('�a�:=�%E�/y%�>','wp-content/plugins/w3-total-cache/lib/W3/Cache/File/Cleaner/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�chK��2��uVb/','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Exception/ServerError.php',0,'���N�`����','���N�`����'),('�lo/^5ǘ���I*�','wp-content/plugins/wp-optimize/index.htm',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�j�Z�2�Y�|��'),('�n]�|��{ �QW','wp-content/plugins/revslider/admin/assets/index.php',0,'��{J!u?}��s�','��{J!u?}��s�'),('�n����b�BŻ��','wp-content/plugins/w3-total-cache/lib/W3/ModuleStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��iB���hRo#�'),('�s�g�;4S��f�G:o','wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js',0,'RZ}�����!A�O,�N�','RZ}�����!A�O,�N�'),('��Ѐ���c/����','wp-content/plugins/backupbuddy/css/fonts/backupbuddy.ttf',0,'�[ޞe�	iSuqDߖו','�[ޞe�	iSuqDߖו'),('��Ư	\'CԻ��ګ\Z','wp-includes/images/admin-bar-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S���:�W���^'),('��M���E�KW-�؏','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/image_galleryslider.php',0,'5�ɒ��0x+R�e�5C','5�ɒ��0x+R�e�5C'),('��L�-���+ϖ8�','wp-content/themes/wanderfuls/framework/addons/custom-actions.php',0,'��m[+q�%3A�*0��','��m[+q�%3A�*0��'),('��\"�Z0\0ؿe�Ԧp�','wp-admin/css/admin-menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h%C�\04b_�'),('���>*v�mqc���y','wp-content/plugins/wp-fastest-cache/images/no-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l!`3���ah}?�F�'),('����x8[!>�X','wp-admin/includes/class-wp-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�H�j������g'),('��,tEtv�aL����7@','wp-content/uploads/2015/11/tangerine.jpg',0,'�i����3\0I�֕+��','�i����3\0I�֕+��'),('��Q�E��&H)۪��','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_MediaFileUpload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aα�	ꥺ;�Aj|�W'),('����J����','wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php',0,'��`&7�UL_}Кw��','��`&7�UL_}Кw��'),('�	��[00�79xv','wp-content/plugins/wordfence/images/flags/mv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��)�j�J{l�z'),('�SzʀU�\n����','wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q���楽��!-�q`�'),('�+h����x3l�#��g�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/pages/dbreplace.php',0,'\"�o2�ܞJ�w�oj','\"�o2�ܞJ�w�oj'),('�.�A������C','wp-content/plugins/w3-total-cache/inc/options/cdn/cf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Vm�w&>�_ޝ�W�'),('�1��ACI7:k�t� ','wp-content/uploads/2015/11/party-favor-main-3.jpg',0,'\n>�Q��]����x1�N�','\n>�Q��]����x1�N�'),('�6��?��XlqT:�	','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5�ua����1�H\'f8'),('�C��HPb�2^�6�','wp-content/themes/wanderfuls/partials/loop/loop-top-portfolio.php',0,'je��[i*���g��','je��[i*���g��'),('�F���[��7�׋\r�5K','wp-content/w3tc-config/index.html',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�S�m��$\\xH4�','wp-content/plugins/wordfence/images/flags/ba.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�DX,�J�y��$��'),('�S���KK2iɈ','wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N7\"K,����B���'),('�a\"N�N�zP<�t�I','wp-content/uploads/2015/10/morethemes.jpg',0,'1M��<��ѺS�g���','1M��<��ѺS�g���'),('�c~Y1������@�g','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php',0,'c��#���܆��qN','c��#���܆��qN'),('�f��U�ڬQ7�l�','wp-content/plugins/wordfence/images/flags/sprite-des.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9V�ΙT3���u�q\"�'),('�i�&8��$�[�??','wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php',0,'hŽ+&�\rI�5������','hŽ+&�\rI�5������'),('�y�g��zaU\"�	XKG','wp-includes/js/hoverIntent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʳY�C��c�On�כ'),('�{��hp���*��_��','wp-content/plugins/revslider/languages/revslider-ru_RU.mo',0,'���s�]��-����','���s�]��-����'),('���6b*�H�gF/?\0�','wp-content/uploads/2015/11/Casino-Themed-Poker-Blackjack-Playing-Cards-Centerpiece-300x300.jpg',0,'��WU�X��v�\Z40�>','��WU�X��v�\Z40�>'),('����ml�̑z����','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Exception.php',0,'1�����ZK����/�','1�����ZK����/�'),('��\"%�V+4�4�s+TI','wp-content/themes/wanderfuls/vcex_templates/vcex_newsletter_form.php',0,'l!��Qή|h�H��','l!��Qή|h�H��'),('��!^\r%rH!����','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Http/Batch.php',0,')H�sp��(DŨ��H',')H�sp��(DŨ��H'),('���^4�Q2��lJ���','wp-content/plugins/backupbuddy/controllers/ajax/db_check.php',0,'|����\r�X.<|�\Z_Q','|����\r�X.<|�\Z_Q'),('���ї�S~��I�stc','wp-content/uploads/2015/10/A102HPIWXXXXXXXX550DPLPXXHPIWRMXXXXXXWHSL-106x80.jpg',0,'�Ot���r�O','�Ot���r�O'),('��oJ%7��\ZLʸ��(','wp-content/uploads/2015/10/Movie-Star-253x300.jpg',0,'�I(IS�3��}�̳\0','�I(IS�3��}�̳\0'),('��&�ʄK�Y�JY��E�','wp-content/plugins/js_composer/assets/less/config/variables_common.less',0,'m��ޅ*B`�O��G�','m��ޅ*B`�O��G�'),('������<�œ\n\r� ','wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster_general_section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l@�Դ挹h\'4��_�'),('�֔혱�g��<�!�?','wp-content/themes/wanderfuls/images/patterns/white_plaster.png',0,'��*�\Z��?D���','��*�\Z��?D���'),('��B%�~}�x	���P','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php',0,'Q�՟���w[X�����','Q�՟���w[X�����'),('�����&w��)��','wp-content/plugins/wp-fastest-cache/css/fonts/flaticon.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��5fC�h����'),('���0#.�\0������Ö','wp-content/plugins/backupbuddy/destinations/stash/icon.png',0,'y���a���l]b�','y���a���l]b�'),('��lu�V{��mJ�\\��V','wp-content/plugins/w3-total-cache/inc/options/support/form/phone_support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+ӱ��C����'),('�\0��F-m�-wjb','wp-content/plugins/revslider/admin/assets/images/tipsy.gif',0,'�ƃ�a�N�xc����','�ƃ�a�N�xc����'),('�anZ����\0RP�H','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php',0,'c{��On�-)K;��M','c{��On�-)K;��M'),('�\n�M5Pʻ�\\�r��g','wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jSv�i���8D�)�c'),('�\Z�Q9ǔ�>�}��','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-tablet-dark.png',0,'LP�h>��d�U\rP�h','LP�h>��d�U\rP�h'),('�+�l@��x5K34jaF�','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/json.class.php',0,'{`+ k����N���\'�','{`+ k����N���\'�'),('�/�ɘ�]�^�W\\�q','wp-includes/css/wp-embed-template.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��w�S��4~��q'),('�BE����r$�(.&�U�','wp-content/themes/wanderfuls/framework/woocommerce/woocommerce-config.php',0,'�pӄ�� 5�_~P23��','�pӄ�� 5�_~P23��'),('�D���;�5��a�c���','wp-content/plugins/backupbuddy/controllers/ajax/refresh_database_size.php',0,'��+�T�0���\n��','��+�T�0���\n��'),('�J���b���h�','wp-content/uploads/revslider/templates/focusparallax/slide1.jpg',0,'���Q�J4z���i֨A','���Q�J4z���i֨A'),('�X#�k\r��W�����','wp-content/plugins/backupbuddy/destinations/s3/progress.png',0,'(���t������	�u','(���t������	�u'),('�c����6י+����','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php',0,'�k����\'�}�0}��','�k����\'�}�0}��'),('�f��2|b5��֤��','wp-content/plugins/revslider/revslider.php',0,'�c�iي#w� ���','�c�iي#w� ���'),('�k�K�O(�� h`!e','wp-content/plugins/revslider/admin/assets/images/add_template_bg.jpg',0,'���2l�&�V�kB!�0','���2l�&�V�kB!�0'),('�n`��>Y\'��(=a�F','wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_75_ffffff_40x100.png',0,'���������DÎ���','���������DÎ���'),('�tB�7�I�@�L� �','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/AdExchangeSeller.php',0,'���垎����1��','���垎����1��'),('�vr�\\��\0�jv���=','wp-content/plugins/revslider/admin/assets/js/tbld.js',0,'y(�F�*��Dw�-�x�','y(�F�*��Dw�-�x�'),('�v{L�Jlō�Yz�`�(','wp-includes/js/thickbox/thickbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��`���m�-�/%�'),('�w��)�Ņ�?��b�','wp-content/themes/wanderfuls/js/lib/hoverintent.js',0,'��;Z4U���ېd�','��;Z4U���ېd�'),('��${4	);=����','wp-content/plugins/js_composer/assets/vc/plus.png',0,'fG�Z����b��(8VS�','fG�Z����b��(8VS�'),('���Q{Xv����L�}a','wp-content/plugins/backupbuddy/_compat.php',0,']\"���G^�>��F�',']\"���G^�>��F�'),('��d�L�V�+�(�x�R','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/_iframe_header.php',0,'2S��4g\0�k���;έ','2S��4g\0�k���;έ'),('��p[�m���E����','wp-content/plugins/contact-form-7/languages/contact-form-7-pa_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������t�C�N�(�'),('�����Yv€:�v�','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTMLTidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5�_¿5����1O�4'),('��q�&�4J\n','wp-content/plugins/js_composer/assets/less/shortcodes/vc_button3.less',0,' S+�D`�Q�Z8�R��',' S+�D`�Q�Z8�R��'),('��L+��qK���úB�','wp-content/uploads/2015/11/sage-wand.jpg',0,'�l���t������x','�l���t������x'),('�����N6�e^^F�%�','wp-content/uploads/2015/10/A101WHXXXXXXXXXX130RDLBXXRMTUTURMMSMSSLSL.jpg',0,'z�V��<dNaJ 2|��','z�V��<dNaJ 2|��'),('��v�[/��-����','wp-content/themes/wanderfuls/framework/customizer/customizer-controls.php',0,'f\n_����f�DGz','f\n_����f�DGz'),('��<t�lse�\0��W\\�','wp-content/plugins/wp-fastest-cache/js/lang/ru.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$_�1hB��΢�Tz�'),('��Ti�q�T�l��}�','wp-content/plugins/wordfence/images/flags/qa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E�2��́|�n'),('��7=��$����=h�','wp-content/plugins/wordfence/images/flags/jm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�rmϓ6��f�k�\"'),('���qL���O��X?�','wp-content/uploads/revslider/templates/foodcarousel/slide6.jpg',0,'�7\n���x�JQ��a�','�7\n���x�JQ��a�'),('����88O��F9c��','wp-content/uploads/2015/11/Tropical-Caribbean-Fish-Centerpiece-262x300.jpg',0,'���Km~�Jjg����','���Km~�Jjg����'),('�\n��Z�r��K�8�X','wp-content/uploads/revslider/templates/creativefrontpage/slide7.jpg',0,'O�G{���}�+��t','O�G{���}�+��t'),('��9�ŕ֧�)�I��','wp-content/uploads/2015/11/African-Jungle-Safari-Leopard-Centerpiece-300x300.jpg',0,'�;Fqo}�|�$��','�;Fqo}�|�$��'),('��R�p�x�O�U�\"','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L���,8:V�AA>�'),('����4#И����','wp-content/themes/wanderfuls/skins/classes/flat/css/flat-style.css',0,'�T���%�<�IXq �','�T���%�<�IXq �'),('�X�VטO|8}���','wp-includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˺���32^{�3��\\�'),('�!�����sk\r�θ�\'','wp-content/plugins/revslider/admin/assets/js/codemirror/util/formatting.js',0,'j�%蠄\\��w%��d','j�%蠄\\��w%��d'),('�\'\"���dr�a�oQ','wp-content/themes/wanderfuls/partials/meta/meta.php',0,'f=�L����c�����','f=�L����c�����'),('�;���6H�`��\\%�','wp-content/uploads/2015/10/home-gallery-2-large-150x150.jpg',0,'��[��/D|UB�(Vk','��[��/D|UB�(Vk'),('�B�H*mz��N83��','wp-admin/css/edit-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H0�k>:@��b�U��U'),('�E��P�̙�~N\Z�.��','wp-content/uploads/2015/11/Blue-Ocean-Starfish-Centerpiece-262x300.jpg',0,'G�3�`��<��*���','G�3�`��<��*���'),('�KP��@`)}��@Wn','wp-content/themes/wanderfuls/css/ilightbox/modern/preloader.gif',0,'�J��HZ��򧉲�:��','�J��HZ��򧉲�:��'),('�K�bτ��������','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�V}�P���m�/�|I*�','wp-includes/js/customize-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<$DB)�m���C�'),('�Z|����D]����','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_y.png',0,'	n��GLF���x��!','	n��GLF���x��!'),('�db�~.��6>���$�@','wp-content/uploads/2015/10/Pink-and-purple-quinceanera-centerpiece-for-Samathas-birthday-bash..jpg',0,'o�\0�]蔛֦�6�߿�','o�\0�]蔛֦�6�߿�'),('�u��h�re�i ��cb','wp-content/uploads/2015/10/White-and-Pink-RibbonbrEsther-from-Massachusetts-300x300.jpg',0,'�_�l1�FD>�(�G','�_�l1�FD>�(�G'),('�v�!I��������Rk','wp-content/uploads/revslider/templates/agencywebsiteheader/slide2.jpg',0,'���q4.��6�*�9�','���q4.��6�*�9�'),('���v�g~w�ɛJf]','wp-content/uploads/2015/11/pinkblack.jpg',0,'P�A}+.{�\Z�8','P�A}+.{�\Z�8'),('���v`�,}(��>+,f','wp-content/plugins/backupbuddy/destinations/ftp/icon.png',0,')ag�0J�2\0��$˜',')ag�0J�2\0��$˜'),('��.��v8-rJŕ�qQ','wp-includes/js/wp-auth-check.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P\r�J�vv�\Zy��%�e'),('��n��4�ۆ�x��','wp-content/plugins/wordfence/lib/menu_twoFactor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Np������J����'),('��O�����9X�KHo�','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{:3A��,:��6��:�'),('��4�k9�:m:!�\Z','wp-content/plugins/js_composer/assets/vc/fe/screen_sizes/iphone_h.png',0,'S&�a��uɟ`:\0%��{','S&�a��uɟ`:\0%��{'),('��7��E#�wŧj���','wp-admin/includes/image-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�&��Ї��\ro[�9'),('���X�Q/�L�\\Y���','wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php',0,'����[_�Ƒ�G�','����[_�Ƒ�G�'),('��Q�c$2�6.�i��','wp-content/plugins/wordfence/css/images/ui-bg_flat_75_ffffff_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',');7/E�w�A��g'),('����?�F��M/�A�','wp-content/themes/wanderfuls/images/ls-arrow-left.png',0,'Ze�19=�k:;�S�j�','Ze�19=�k:;�S�j�'),('��f�끦vC��CČ','wp-content/uploads/2015/11/room-close-up.jpg',0,'���8ԏ�_��$�O# �','���8ԏ�_��$�O# �'),('���ҫP�N\"z�=4�M','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php',0,'����pxC��o֧�s�','����pxC��o֧�s�'),('�ֆ��iTK��6{Ɇ','wp-content/themes/wanderfuls/languages/default.mo',0,'���:�~REm�*�@�','���:�~REm�*�@�'),('�۝-�1DY��x���','wp-content/uploads/2015/11/black-white-wedding-favors-150x150.jpg',0,'�JE�����v�6','�JE�����v�6'),('��v��|�-��','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͓���>5��C���'),('��e�h*8�M�.�ι','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/helper.css',0,'���նI���_�hS;+;','���նI���_�hS;+;'),('�qo��5fm��S���','wp-content/uploads/2015/11/theme-mardigras-150x150.jpg',0,'*O�v	�mP#;����','*O�v	�mP#;����'),('�\Z��L�Z�G�R�����','wp-content/themes/wanderfuls/partials/loop/loop-top-product.php',0,';G��E#�P�kԝ]8�',';G��E#�P�kԝ]8�'),('�!HUN&�\"����z��','wp-admin/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O���$,L���'),('�*\\Xu4�$��|H|R�','wp-content/plugins/revslider/admin/assets/images/mainoptions/add_preset.png',0,'�q�Wn��р���~`�','�q�Wn��р���~`�'),('�ILҳ��!��膚','wp-content/plugins/backupbuddy/images/feed.png',0,'U�0�`X>*���','U�0�`X>*���'),('�Q\'�I����>���','wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fN�U�W�s�z��'),('�\\������㳙&','wp-content/plugins/js_composer/assets/vc/tick.png',0,'p��m9��sǾŊ2','p��m9��sǾŊ2'),('�]����ńњXJb��','wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/slider.jpg',0,'���?�`�)S�w�W�_�','���?�`�)S�w�W�_�'),('�a�tU�q�^!�0ƣl�','wp-includes/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�R�֓L*Q)>��'),('�e��P�-�+�T�;ğ�','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UE�Yx|�He����'),('�k���zߣ����bo�R','wp-admin/post-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~Lm���0\r�u˗'),('�n�6_�(z���Ӄ','wp-content/themes/wanderfuls/skins/classes/neat/neat-skin.php',0,',�C�F�*\Z�EBdrs',',�C�F�*\Z�EBdrs'),('���F	 熯�t��','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-originy.png',0,'y�ɟ��i����`�','y�ɟ��i����`�'),('��⌇+����>;��','wp-content/uploads/revslider/templates/inspirationheader/slide1.jpg',0,'�C~�}�i���,n�J','�C~�}�i���,n�J'),('��纉��ː	�~�ȩ','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/js/ejs.js',0,'ni�/r�D9X��\0�U�','ni�/r�D9X��\0�U�'),('��@��{�J��5䷴X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,�:)��؋\"�QqY'),('���8)�Y����\Z��','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-chooser-3-light.png',0,'��[�M��kĔ','��[�M��kĔ'),('����L��6	��׳','wp-includes/ID3/module.audio.ac3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\0�L;\"O����d\''),('���S�X�a����o','wp-content/uploads/2015/10/Hot-pink-Wanderfuls-centerpiece-for-Nancys-16th-Birthday-party..jpg',0,'?T�����N3m��','?T�����N3m��'),('��T��V���\\��','wp-admin/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>_���sJ�8��*`S�'),('��so>��Z�8}��','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/social-links.png',0,'�f�E䬥�k�<�af','�f�E䬥�k�<�af'),('��)�7%��&�}ͤ�u�','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/Wincache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','26m~K����T�e'),('��W����r^UD�.�*�','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/ObjectCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZvK��Ae���:}�'),('�Սq�r�P�o7�$','wp-content/uploads/2015/10/Elegant-and-beautiful-pink-and-white-centerpiece-for-Brittanys-baby-shower.-150x150.jpg',0,'%R�:�ů\rn:�6','%R�:�ů\rn:�6'),('�ՙ�]��8@���(�','wp-content/plugins/revslider/admin/assets/js/codemirror/util/closetag.js',0,'�y�.��`�zP>Mu','�y�.��`�zP>Mu'),('�ܵ[Ҳm%�6�S8:D','wp-includes/images/toggle-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��·�a��;�d��*�'),('���͚F��*����Nr','wp-content/uploads/revslider/templates/websitebuilder-discover/slide3.jpg',0,']G�#g�ZʼD`�',']G�#g�ZʼD`�'),('��&��?6��ݰvv��q','wp-content/themes/wanderfuls/js/html5.js',0,'S����L[��L�X��','S����L[��L�X��'),('��!ެ��߳���p','wp-includes/images/crystal/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�>)*/��!�-�'),('��pb˝�����m','wp-content/plugins/backupbuddy/controllers/pages/_ms_import/_step6.php',0,'�+���KR��=�+1I��','�+���KR��=�+1I��'),('��R�ysX \'�;z:�/','wp-content/plugins/revslider/admin/assets/images/mainoptions/mini-editslide.jpg',0,'g�ƚZt4\Z�=��H���','g�ƚZt4\Z�=��H���'),('�?�>\0%lD[T��','wp-content/plugins/wordfence/css/images/ui-bg_flat_100_222_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�F�\"�I~�\0�GͲ'),('�	� n�@شu�]�w','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7���\"\"�{�.2��'),('��,�)mh��Cob','wp-content/plugins/backupbuddy/controllers/ajax/disalert.php',0,'R��[�Yڦ&oͶ?','R��[�Yڦ&oͶ?'),('�$�2(��Y$C��','wp-content/uploads/2015/10/findyourcolors.jpg',0,'ȯ� �2���P���8','ȯ� �2���P���8'),('�/�ȯȩsc\"���ҧ','wp-content/plugins/wordfence/images/flags/cd.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W��j�m��k��'),('�6���XL5��z��^','wp-content/plugins/js_composer/assets/less/params/dropdown.less',0,'����\Z2��S&�9���','����\Z2��S&�9���'),('�9���&Z��{�l/','wp-content/uploads/2015/10/Sweet-16-Pretty-in-Pink-Party-247x300.jpg',0,'{�f!2?�3�i�S��','{�f!2?�3�i�S��'),('�J݆��L����D�','wp-content/uploads/2015/11/findyoursizes-300x39.jpg',0,'��+�$�S������?t','��+�$�S������?t'),('�N����h�MMLS��','wp-content/plugins/backupbuddy/destinations/dropbox2/init.php',0,'��vY7+{� _��\'','��vY7+{� _��\''),('�Pޝv�t�����l�-m','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/SNS.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b���G��\0��>�'),('�SZ�)ߋ��_�PxA','wp-content/themes/wanderfuls/css/ilightbox/mac/pause-ie.png',0,'}2�S�\\�� `��V�e','}2�S�\\�� `��V�e'),('�a�<�d��Q�8���','wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7��5�u��g1}D'),('�fl��A3Ql1ӹ��','wp-content/themes/wanderfuls/images/dot.png',0,'�N�Xr�޿�͝H̒�','�N�Xr�޿�͝H̒�'),('�g�RT6KX����\Z�','wp-content/plugins/wordfence/lib/GeoIPv6.dat',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b(�ڢP��;j�e-U�'),('�hA�����/�x$','wp-content/uploads/2015/10/White-and-purple-centerpiece-for-Tammys-baby-shower..jpg',0,'���iH��g���3�\"s','���iH��g���3�\"s'),('�h�����FuQe� �','wp-includes/images/wlw/wp-comments.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6]P����.s���'),('�z,t<���H�%v�','wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.carousel.js',0,'*1��}�|8�hH@�','*1��}�|8�hH@�'),('��\r�_�E�z6�ZA��','wp-content/w3tc-config/master-admin.php',0,'1�=���h8d�\n�!�;','1�=���h8d�\n�!�;'),('��Jm+���Xg�9P','wp-content/plugins/libravatar-replace/cache/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@#�W�ґ�V('),('�����(��O�GU�QE','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('��%^f��ۧ��%����','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Diagnostics/ConfigurationDirectories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p5����9�@��x�W'),('�ǀ3�<��&��YĆ','wp-includes/class-wp-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�kOm��YS=� ���'),('��f0��ͭ��~�)','wp-includes/fonts/dashicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�_rY+ʂ;�'),('���S�`g�L#���1d','wp-content/plugins/backupbuddy/lib/updater/ca/roots.crt',0,'PZcD�z�+�.���','PZcD�z�+�.���'),('��Ű#ˁ�Q^�iD','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/dom/Transmogrifier.php',0,'��x�*q��鍙CK','��x�*q��鍙CK'),('��)ŔnH��\\��%��','wp-content/uploads/revslider/clubix/s.jpg',0,'<ꩨ崟{撮n��','<ꩨ崟{撮n��'),('��MO,���s���\r��','wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�*j(ʀ\n&���'),('��3�`�<f���l^�','wp-content/themes/wanderfuls/vcex_templates/vcex_bullets.php',0,'J0����[yKʾ��','J0����[yKʾ��'),('��{��\"�;\r�*�','wp-content/uploads/2015/10/old_home-gallery-4-large.jpg',0,'���7p���t�K�Q��','���7p���t�K�Q��'),('�|��o7���k>CN','wp-content/uploads/2015/10/Mothers-Day.jpg',0,'ϔ���U	W�FQ�*-�','ϔ���U	W�FQ�*-�'),('��9N�_K�Ȱ�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Verifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�\0\'��5%��'),('�@G\Zͭ��{2\Zf	��','wp-content/uploads/2015/11/Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece-300x300.jpg',0,'Q=;��W���Ɍ��','Q=;��W���Ɍ��'),('�b��/(���ZI��','wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php',0,'i=P(�)`�r̎\\ ','i=P(�)`�r̎\\ '),('�>�p�„%��Ͳ-�','wp-content/uploads/2015/10/all-150x150.jpg',0,'�=\r�Y�~/����','�=\r�Y�~/����'),('�f���\"�r2��o','wp-content/plugins/backupbuddy/pluginbuddy/js/tablednd.js',0,'�5l[�^�c\"}�','�5l[�^�c\"}�'),('�$/s�.y_�Y4� �o','wp-content/plugins/backupbuddy/destinations/site/_configure.php',0,'�v��Է�Jt��Fjn#','�v��Է�Jt��Fjn#'),('�(]~���}�5��֯','wp-content/plugins/js_composer/assets/less/shortcodes/vc_teaser_grid.less',0,'İ�9��/�%���6�','İ�9��/�%���6�'),('�4y��ʲ1&��!ȃ','wp-content/plugins/revslider/admin/assets/imports/web-product-dark/slide2.jpg',0,'�{f�h�����0���<','�{f�h�����0���<'),('�4�n��ZE�S#�3�','wp-content/uploads/revslider/templates/fullscreen-button/slide3.jpg',0,';r䐯7��3WɢJ�\"C',';r䐯7��3WɢJ�\"C'),('�6�|;�;8�Q�4�k��','wp-admin/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��xkt�Q�f󵅸'),('�9�e�E��bݾl�3�','wp-includes/js/wp-lists.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��0`�^_�ob8Ƿ'),('�Si�Cz�^[�;�','wp-content/uploads/2015/11/pink-and-white-bouquet-150x150.jpg',0,'2���=��\rȂ���','2���=��\rȂ���'),('�^�XׁJ�*\Z����\\H','wp-content/uploads/2015/11/Navy-and-Ivory-with-Gold-Accents-150x150.jpg',0,'u���4��34Cw�','u���4��34Cw�'),('�lu��4�cn\r�V�','wp-content/themes/wanderfuls/framework/customizer/settings/general.php',0,'d����n���wNS��	�','d����n���wNS��	�'),('�yU�f����V�?','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-category-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��qX�:(�&�1WA'),('�{�ć�5?^Ζk�j�y','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/images/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�~|PE�;K��7��','wp-content/uploads/2015/10/girlandivorylarge1-150x150.jpg',0,'�9P��c�ț��Sj�','�9P��c�ț��Sj�'),('���{\"�YD���~�jn','wp-content/uploads/2015/11/party-favor-main-5-300x218.jpg',0,'�u�������-Y@\0','�u�������-Y@\0'),('��\Z5o��#R\'/��l','wp-includes/fonts/dashicons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0���!_����y�H'),('����E�?��Юᾠ','wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=�U�Q�Ű�g|I'),('��Cg����}|�E��','wp-admin/js/word-count.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P_��J\'䓖AE��'),('��ֵȫX��7qc�\Z�>','wp-content/plugins/revslider/public/assets/fonts/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('���,#N2m�\\�bj','wp-content/plugins/wordfence/images/flags/ne.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̭�BIn��C� s�~'),('��9��͓��˒1L','wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php',0,'�/��:��i��f\rR��','�/��:��i��f\rR��'),('���\"ir�o�q�x �R','wp-content/plugins/w3-total-cache/lib/Nusoap/nusoap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��OZc�h�\rj�Z��'),('��X�g��� a���','wp-content/uploads/2015/10/A102AZMSXXXXXXXX230SLWHXXBPIWIWMSBPIWMOSL.jpg',0,'��Յ5��t}�	�l�','��Յ5��t}�	�l�'),('�	v�O.�|ߤҵ�','wp-includes/js/tinymce/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�t\"ٞ3��[�t�|'),('�	v�	pV�܁4.�','wp-content/plugins/revslider/admin/assets/imports/imagehero/slider.jpg',0,'�~E\nl��D,>�3�	�_','�~E\nl��D,>�3�	�_'),('��X7���}����','wp-content/uploads/2015/10/Multi-colored-Wanderfuls-centerpiece-for-Sarahs-spring-garden-party.-150x150.jpg',0,'.aܘ�wr�O�.o�&W�','.aܘ�wr�O�.o�&W�'),('��J���/o��T','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Signer/Abstract.php',0,'���6��S����W�','���6��S����W�'),('��5\\�b\n;D\n��]�','wp-content/uploads/2015/10/Gold-and-purple-Wanderfuls-centerpiece-for-Kellys-quinceanera..jpg',0,'\'Ə��=��R��6�','\'Ə��=��R��6�'),('�1�鵿�Y�l�TKe','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�\r�,G���׉��'),('�2��Vʼ�|l4C4l��','wp-content/plugins/w3-total-cache/inc/lightbox/purchase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZoC  �̄�ݔ;~G'),('�2���Y��4����׳','wp-content/uploads/2015/10/home-gallery-6-large-300x218.jpg',0,'FΚ}�|��I���L�N','FΚ}�|��I���L�N'),('�[�C�buF`�uK�k�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/classes/wp-db.php',0,'�I� ��0�S?]� ~�','�I� ��0�S?]� ~�'),('�`��Ԑ����8.�','wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slider.jpg',0,'ܡ�7�q���85Ev','ܡ�7�q���85Ev'),('�i�{)$cw�\Z�q<T�C','wp-content/plugins/revslider/admin/assets/css/font/egfont.svg',0,'M�nbU��.��\rJ\0','M�nbU��.��\rJ\0'),('�q�z;��(.���L+','wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_GB.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7���?��}G���Mf�'),('�v�ЛOӊ9(�ί���','wp-content/plugins/revslider/admin/assets/images/sliderpresets/thumb_auto1.png',0,'Дb#y�fn�Eq�8�G','Дb#y�fn�Eq�8�G'),('�wZxg�][~J���P','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-edit-element.less',0,'dqg�|h�0�ΐ���\Z','dqg�|h�0�ΐ���\Z'),('�y[- ��>��k�Rk','wp-content/themes/wanderfuls/bootstrap336/css/bootstrap-theme.min.css',0,'F�e�0>L�f�və','F�e�0>L�f�və'),('�|�\r�\\��)�pck�0','wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/slide6.jpg',0,'R&,H�{�S�G��','R&,H�{�S�G��'),('���X���o$-Q���$q','wp-content/uploads/revslider/templates/creativefrontpage/slide1.jpg',0,'�INV|ˣ��Gq��','�INV|ˣ��Gq��'),('���ej׎�L���','wp-content/uploads/revslider/clubix/3-pic-300x103.jpg',0,'w�_�R�\\�����','w�_�R�\\�����'),('��`q�S�C<��E','wp-content/plugins/w3-total-cache/lib/W3/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5\\_3���n'),('���f��a�\r� �9�','wp-content/themes/wanderfuls/partials/portfolio/portfolio-entry-media.php',0,'�į��`p�re�|	�U','�į��`p�re�|	�U'),('��\'X\\?]�*�K�l�','wp-content/plugins/w3-total-cache/inc/options/cdn/att.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��aJ�`�Wz���'),('��܄�\n�j+��=��','wp-content/uploads/2015/11/patriotic_lg.jpg',0,'\\��ң6�\'j���zSF','\\��ң6�\'j���zSF'),('�٪�}:�f�0\Z�?bi','wp-content/themes/wanderfuls/js/dt50.js',0,'�!��`��~�Gt˴u�','�!��`��~�Gt˴u�'),('���!���Ow鏆','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�U�]K���ݟ(�'),('��b�������|e~�','wp-admin/css/customize-widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���1����\"@�	'),('������;E�tz�b�-�','wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php',0,'��}�\"C߬����<,','��}�\"C߬����<,'),('����;�cS��#nv�','wp-content/plugins/wordfence/images/flags/af.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�{dQ��Ü���'),('���q.�K)�2�ד�','wp-content/themes/wanderfuls/css/tb-woocommerce.css',0,'�w��$�V��|\0��','�w��$�V��|\0��'),('�\0h�Kf��\0�','wp-content/plugins/wordfence/images/forward_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0/3e4e�����'),('����Ž��H�06�','wp-admin/images/browser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ž�K\\�b�$�F'),('� �dlķ��޾4�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ro_RO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�؝�U0�$^��R#�E'),('����8(\Z�j�Z]}','wp-includes/js/jquery/ui/effect-pulsate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&`������f��'),('��\0x��9[��#�w�','wp-content/plugins/w3-total-cache/lib/W3/Pro/Plugin/FragmentCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��y�\r�Y�T\"5q'),('�!-������B�ع','wp-content/plugins/wp-fastest-cache/templates/update_success.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���#��D���o�a� '),('�0��C�H���[���','wp-content/plugins/w3-total-cache/lib/W3/Cdn/Mirror/Att.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wKhЎ�w�h���Ǭ'),('�7v�S�\"�]s<:��z','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/cachefile.class.php',0,'mS�:oP�%cV�H�R1\\','mS�:oP�%cV�H�R1\\'),('�?ڏ���H��R��%','wp-content/plugins/revslider/admin/assets/imports/youtubehero/slide1.jpg',0,'�e����޳A��d�','�e����޳A��d�'),('�U�[fRW˜��','wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php',0,'|^�IzI��a?4#�','|^�IzI��a?4#�'),('�X����g5��(�=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7I �1F�Gu�j^'),('�m3xG9��çA/�/M','wp-content/uploads/2015/10/White-and-orange-centerpieces-by-Wanderfuls-for-Joan-and-Shauns-anniversary-party..jpg',0,'y.ߡ�$t�$�y��','y.ߡ�$t�$�y��'),('�pt_ Y����7L�Kt','wp-admin/css/deprecated-media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W	�G���u	\ZL'),('�w�x�i���f�z옺','wp-content/uploads/2015/10/Sweet-16-party-with-black-and-gold-Wanderfuls..jpg',0,'�@�r�:�S�P�I`i�X','�@�r�:�S�P�I`i�X'),('�w\\/��&�v�z\r���','wp-content/uploads/2015/10/old_slide_112.jpg',0,'J���K����#c��','J���K����#c��'),('�}4�Q/Λ�5�Hz','wp-content/themes/wanderfuls/css/ilightbox/smooth/caption-bg.png',0,'c�_홻�o���','c�_홻�o���'),('�}��3�(�7f�\r��Kd','wp-content/plugins/wordfence/images/flags/us.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ŁBb����/�\'x'),('��P�l��]��D�`L','wp-content/themes/wanderfuls/bootstrap/style.css',0,'f/g��f���\'��K','f/g��f���\'��K'),('����T��D��F�K1�','wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mˍE%\0�\\\n��7��'),('��TX�+�J\r�AJ­','wp-content/themes/wanderfuls/css/ilightbox/dark/1381493325_media-play.png',0,'2�_%�\ZV*ig�','2�_%�\ZV*ig�'),('����xY�4}���;6�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-hr.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^}���}�4@+2'),('����d��R	EOz��','wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��4��̗��0�c'),('��/GΞӶ[�ǜ��C','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xϩe�9e���m嵫�'),('���zذB�I���','wp-content/uploads/2015/11/wedding-favors-main-3-150x150.jpg',0,'�Ū�2:Z���y��','�Ū�2:Z���y��'),('���[�/�9}�`:w�P','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�1���x����'),('����V�-\r�\r�a�?','wp-content/plugins/backupbuddy/css/fonts/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('��W��8b-W�VR�P','wp-content/uploads/2015/10/A102MKMKXXXXXXXX400WHXXXXBUMKMSIWIWMSMOSL-106x80.jpg',0,'��l�\Z�A}�֍�Tk9','��l�\Z�A}�֍�Tk9'),('��\\�oϦSL�4]?��','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/UriRewriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�b�y�S,b�v�'),('��B�������','wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/slide4.jpg',0,'3��/\\���N�Z��ƥ','3��/\\���N�Z��ƥ'),('���9B���{�\'�M�','wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php',0,'�b��4m}�GI�P�','�b��4m}�GI�P�'),('���I\0�_�ͳ(u�\\','wp-content/themes/wanderfuls/skins/classes/agent/css/agent-style.css',0,'r}Dx���Wj�y���','r}Dx���Wj�y���'),('�\0�����.}�fwA','wp-includes/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O[���Z�\n:� �PA�'),('�-pY9t7��MN�^T�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Replicapool.php',0,'��Y�o,#��f�#�%q','��Y�o,#��f�#�%q'),('�	�dX>�#�iO��#','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Diagnostics/Manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�m]Hq�t֥��'),('�*��4ij\'��m2E�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Store/Data.php',0,'��/S�ݕ��.���','��/S�ݕ��.���'),('��\0��/�fa[�','wp-content/plugins/revslider/admin/assets/images/icon-plus.png',0,'p�s�-K5�W��k��','p�s�-K5�W��k��'),('��:�^^�\0�$�4�\nv','wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php',0,'(�X��&��w�','(�X��&��w�'),('�0�&\Z���7T<��-�','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/image_grid.php',0,'����~��U���9ף','����~��U���9ף'),('�5�JD�e��\'��U�','wp-content/uploads/2015/10/bat.jpg',0,'?6g���B߹�IS���','?6g���B߹�IS���'),('�; o>��M�7��X','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/login_form.php',0,'��0�{�2u����','��0�{�2u����'),('�Hmk��~1e\"7�NU','wp-content/plugins/wordpress-seo/admin/views/partial-alerts-warnings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F\"H�.�[�����Kd�'),('�O��:������u_Op','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-license-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`N2	������_'),('�U���v\n�����','wp-content/themes/wanderfuls/images/patterns/diagmonds.png',0,'o���9,�iY�$^��','o���9,�iY�$^��'),('�[���QH\"pS1Ȫ�c','wp-admin/images/arrows-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� Q�}��ydb#6�'),('�d3�W&c����7Y%qf','wp-content/themes/wanderfuls/images/dashed-line.png',0,':{c�oz�LS���',':{c�oz�LS���'),('�u_��y5�ή�Uz�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js',0,'%�ȳ�%��\r1�^��','%�ȳ�%��\r1�^��'),('�xh���/\"�4�K�','wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg',0,'{�M�+jq/vh!��q�{','{�M�+jq/vh!��q�{'),('�xsԶ�Ǘ���^��`�','wp-content/uploads/wc-logs/index.html',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�����#SW�N^`�OT','wp-content/plugins/revslider/admin/assets/js/codemirror/util/search.js',0,'��8A_�g�	��sB��','��8A_�g�	��sB��'),('��,������#^��u�','wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php',0,'�\"�kTM�乄�va','�\"�kTM�乄�va'),('���P�\n�({�#��','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-get-everything.php',0,'���Ǧj�qXT��m','���Ǧj�qXT��m'),('��[ixT�q��~Wv�e','wp-admin/network/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�͚�GM�XZ\ri=�'),('��F~���y�c7v-','wp-includes/js/customize-preview-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\ZwC��0�+��*���'),('��LR�\0��.�_{','wp-content/uploads/2015/10/purple-wedding-centerpiece-301-150x150.jpg',0,'N1&��O����w3n�','N1&��O����w3n�'),('����8��ZU�D��\'�','LBCachingNinja_uninstall_backup1470211764.htaccess',0,'o�݈nB�\'�����','o�݈nB�\'�����'),('�����t8��<�E�%�','wp-content/themes/wanderfuls/css/ie9.css',0,'���ݒ�����P~1\n','���ݒ�����P~1\n'),('��I�<���MO&�}\Z','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-skewx.png',0,'�C�r8����U�r��','�C�r8����U�r��'),('�֞Ieb��/\"��VO9/','wp-content/plugins/js_composer/assets/less/js_composer.less',0,'n	>�����[��e�','n	>�����[��e�'),('��8��Q}���m�\"','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/icon-box.png',0,'��DC�h�V������','��DC�h�V������'),('�ٓ�3�I|qg��,�','wp-content/plugins/wordpress-seo/css/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3'),('��C��j�����t�','wp-content/uploads/2015/11/Black-and-Yellow-Bumble-Bee-Centerpiece.jpg',0,'�7��Wy��<3���','�7��Wy��<3���'),('����zd+Fs�*\"','wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid.less',0,'�\0�	v�bJ#�@','�\0�	v�bJ#�@'),('��EN0����6','wp-content/plugins/wordfence/js/jquery.dataTables.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aG��z����׳�'),('��G�Gn���I�+R?','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W��!�ꨐSl0P�\"�'),('��^PNU���n:i����','wp-content/plugins/backupbuddy/classes/backup.php',0,'�+W�;�G͕��^-','�+W�;�G͕��^-'),('���BJ*�f��i^\0�','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T:X�v�K\'���'),('�\0z�s5)��/�_�D��','wp-content/uploads/2015/11/white-wand.jpg',0,'�1�-�E��}Pc�6_','�1�-�E��}Pc�6_'),('�2s�X+CZJ�L�,','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ai�Q/�	>�D�%�'),('�Ɣ��*�}�g�0�\n','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php',0,'-nBʳPg�E����','-nBʳPg�E����'),('�\Z-��x7�(A�4���','wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�`�^�-�o�QWz'),('� ��<�E���iL��t�','wp-content/themes/wanderfuls/framework/customizer/settings/footer_widgets.php',0,'�/-�z0�J�R��U�','�/-�z0�J�R��U�'),('�#*��ol��ܲ����','wp-content/uploads/2015/10/Wild-Tropical.jpg',0,'p� �w�/[+I�','p� �w�/[+I�'),('�-�E��C/�#�\n�f��','wp-content/uploads/2015/11/slide1-300x147.jpg',0,'��(rp �ʼn�y�j�','��(rp �ʼn�y�j�'),('�1W;c�����N�\"�u','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�|�-�<i�p�'),('�9B?����R�^\Z��','wp-content/plugins/backupbuddy/_docgen.php.txt',0,'X�$}O��:t	(','X�$}O��:t	('),('�J��B�GT�;,l��T','wp-includes/images/smilies/icon_exclaim.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�qE�\Z!HY__=�{_�'),('�O���ʪ6��y���','wp-content/uploads/2015/10/unnamed-300x300.jpg',0,'��ԣW�\r,��|N','��ԣW�\r,��|N'),('�V�^�3��m6�._P','wp-includes/customize/class-wp-customize-background-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�@�t��j23��W'),('�].\"�W��iO��','wp-content/uploads/2015/11/slide_009-300x300.jpg',0,'�3�fP��\n��a�B��','�3�fP��\n��a�B��'),('�aS��\ZM[h�}�#H�','wp-content/plugins/wordfence/images/flags/my.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_Z��f��� �'),('�d��ׂ.��>Ird�@','wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_TW.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','պ7Z �\\5N8�UT��'),('�h�2@�u�j�W͈̿�','wp-content/plugins/backupbuddy/destinations/rackspace/lib/rackspace/cloudfiles_http.php',0,'����iV.\n��`�y�','����iV.\n��`�y�'),('�k��*51T�6�\r�','wp-content/plugins/w3-total-cache/inc/options/minify/csstidy2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�S��Oq\r���'),('�o�l$�5��ՃX;�','wp-content/uploads/revslider/templates/dark-fullsite-block-5-testimonials/slide1.jpg',0,'��\",�dXB�\\K�Ѳ','��\",�dXB�\\K�Ѳ'),('�p%�B�3T��1��','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot',0,'2@N�*�ؿ�B\'�F','2@N�*�ؿ�B\'�F'),('��ª5��eTՎ��\"h','wp-content/plugins/revslider/admin/assets/imports/facebook-feed/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('��5U�\'���)���~�','wp-content/uploads/2015/10/sweet16b3.jpg',0,'��={tcG��5J�3z','��={tcG��5J�3z'),('���΍��fn�x]1-}&','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-scaley.png',0,'���!���xYt�9��','���!���xYt�9��'),('�����[���D?_�[�','wp-includes/random_compat/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����f���}��>'),('���7�M3š�$��','wp-includes/images/smilies/icon_question.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'u��&E�qA���mN�'),('����2@�k�w>K�2','wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\��F�x9;'),('����H\0ۙ��h�C��','wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�:�8�H�b���'),('��wt�H���-s�\0�n','wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{~\\2)Y�f�_�['),('��DƢ�X\\��bG�','wp-content/plugins/revslider/includes/framework/base.class.php',0,'R�ف�Lz�>�5�','R�ف�Lz�>�5�'),('���LNJ�3��mKM�h','wp-content/plugins/wordpress-seo/frontend/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3'),('���=֬H�@-i��','wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Ġ�H������>��'),('��&Si�	u}Q����8','wp-content/plugins/js_composer/assets/lib/prettyphoto/css/prettyPhoto.min.css',0,'=*�- �8[E�D�+�','=*�- �8[E�D�+�'),('�ʏILʾ��!�~��','wp-content/plugins/wordpress-database-reset/assets/images/donate.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�S|��?��\\�Kd��'),('��Ϸa����mo̫','wp-content/plugins/js_composer/include/templates/teaser.html.php',0,'��d�\"��@���1�-','��d�\"��@���1�-'),('��erf��#���IW','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php',0,'zyӋ8�Xr���)�r','zyӋ8�Xr���)�r'),('��h�L���JH�X#0','wp-content/plugins/wordfence/lib/wfUnlockMsg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\r>�[��?Rg���Te'),('��d.�\Z���\n��\r','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�E�6��[?t�tܗ'),('��A��\r�����式','wp-content/uploads/2015/10/Orange.jpg',0,'�}nrg���v+ii(','�}nrg���v+ii('),('��)K�W&\'E��F%�','wp-content/plugins/contact-form-7/includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z}�)���1ڒ���~'),('����L���r#a�?�','wp-content/uploads/pb_backupbuddy/index.php',0,'�3B[*�ԖG:_����','�3B[*�ԖG:_����'),('���^��\'�q���0��','wp-links-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c��v��Il�mf�'),('��^�i$V�f���c�','wp-content/uploads/revslider/clubix/3-pic-400x400.jpg',0,'��V�Si�L��̎�','��V�Si�L��̎�'),('�	�#J�_4j��U�0�','wp-content/plugins/wordpress-seo/images/News_SEO.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"6��22(���'),('����s\"<���n�&','wp-content/uploads/2015/11/African-Jungle-Safari-Giraffe-Centerpiece1-150x150.jpg',0,'�B�_f&�iWl�Z��','�B�_f&�iWl�Z��'),('��1(\\�I��oh','wp-content/plugins/wordfence/images/flags/gn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{����>�zI�	����'),('�%n��Tߒ	^�gXΰ','wp-admin/js/inline-edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�G�9��p���'),('�0o����f㣽Y�','wp-content/plugins/backupbuddy/lib/wpdbutils/wpdbutils.php',0,'���}x%�\r�=�bo�','���}x%�\r�=�bo�'),('�1�|��jcW�;{�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/breadcrumbs.less',0,'}ΕA楝�0��P6�','}ΕA楝�0��P6�'),('�6��K����[`�','wp-content/plugins/leverage-browser-caching-ninjas/images/customwpninjas-banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�R���D �<�Z���'),('�G~�Y-�;�j1�\0�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php',0,'G�Q��\0�L�����1m','G�Q��\0�L�����1m'),('�R2�n<-���<ʞ','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_col.less',0,'��/�e��Z��g8Fǻ','��/�e��Z��g8Fǻ'),('�Z��(k��>��qd�.�','wp-content/uploads/2015/10/royal-and-white-bar-mitzvah-300x218.jpg',0,'5,,���V��{I��','5,,���V��{I��'),('�c<���ib�l�ɗ��','wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.woff',0,'�OT&�Kh:.�HA���','�OT&�Kh:.�HA���'),('�e�U��P��$D�>_','wp-content/plugins/widget-countdown/images/featured_plugins/coming_soon.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'>G��cC�e��e1'),('�f�?پh\"/xoXx�','wp-content/uploads/revslider/templates/fullscreenmenu/slide1.jpg',0,'+�P�	��Gc\\K��L�','+�P�	��Gc\\K��L�'),('�|Q�h7�o�U�ɤL�','wp-content/plugins/w3-total-cache/lib/W3/UI/PgCacheAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qp����q�	��E�d'),('���s{�㳛��Kʽ�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Oauth2.php',0,'b�\\���O�J=5Wq�','b�\\���O�J=5Wq�'),('��n&���n�!崬�','wp-admin/css/site-icon.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�ֽO�ŵգ�x�'),('��{��LF@i�,�o��','wp-content/plugins/backupbuddy/classes/api/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('��!��4��r��]�','wp-content/plugins/wordpress-seo/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P���R`V`tc�:`��'),('�*��0CN���M�W�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Cache/Exception.php',0,'\'�.�$���\'ny����','\'�.�$���\'ny����'),('����+���A��','wp-content/themes/wanderfuls/partials/overlays/title-push-up.php',0,'ベ�(�N�\n��t','ベ�(�N�\n��t'),('��NT�80�G���0','wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php',0,'Uhû�%\0�� ��q>','Uhû�%\0�� ��q>'),('��|gE�F%/�VE�1','wp-content/uploads/2015/10/Aarons-Bar-Mitzvah-centerpieces-which-included-cards-with-photos-and-facts-about-various-animals.-150x150.jpg',0,'��dzI^z��[?�','��dzI^z��[?�'),('�/�?���[xL�\"�N','wp-content/plugins/wordfence/images/flags/md.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��ok=h�����a��'),('� �������-�A�&W','wp-content/plugins/wordfence/images/flags/bn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z���D��(�+J'),('�1ַܛ��W<�@�','wp-content/uploads/2015/11/seafoam-wand-145x300.jpg',0,'�tP��&�]����{٥,','�tP��&�]����{٥,'),('�4��;���`jҵ��T?','wp-content/uploads/2015/10/home-gallery-6-large1-150x150.jpg',0,'�iH(|m�����1�[t','�iH(|m�����1�[t'),('�5����\r��k��','wp-admin/js/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����:_W-ZN�j'),('�8�������P5aĨ�	','wp-includes/images/smilies/icon_wink.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZO�Z���g9�4�'),('�B�d��{\0)�?�','wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.layeranimation.js',0,'��/T�~p���8g�G�','��/T�~p���8g�G�'),('�C\r���ф¨/���e>','wp-content/plugins/js_composer/assets/vc/vc-welcome/01.png',0,'�3���y�o�)^\r�','�3���y�o�)^\r�'),('�R������]��d��','wp-content/uploads/2015/10/A102BUIVXXXXXXXX200GLXXXXMGBUMGMGXXXXBUGLMG.jpg',0,'4�%�\'�Q�h��S��','4�%�\'�Q�h��S��'),('�R�0���t���]��','wp-content/plugins/contact-form-7/includes/contact-form-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��\0���Ƿ2j&�'),('�d��[���8�4�ky','wp-content/plugins/wordfence/images/wordfenceFalconSmall.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��h�j�K�w�~��'),('�jƟ��lxQS�X��v','wp-content/themes/wanderfuls/framework/thumbnails/dashboard-thumbnails.php',0,'����F[*,�����','����F[*,�����'),('�k5#/¡�3Y̱�L)�','wp-content/themes/wanderfuls/css/ilightbox/mac/forward-50.png',0,'خ-PO�Y��5','خ-PO�Y��5'),('�o��2µ$��Έ0','wp-content/uploads/2015/11/banquet-centerpiece-4v2-300x218.jpg',0,'wN�1��0�޵˝�','wN�1��0�޵˝�'),('�����y85���æb�','wp-admin/css/colors/sunrise/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�_��7j�A5�6y'),('���!h�-�z��eG','wp-content/plugins/backupbuddy/images/updated.png',0,'i�j����<�\"�:��|','i�j����<�\"�:��|'),('��x��L\0�Eğ��%�','wp-content/uploads/2015/10/Navy-blue-and-white-Wanderfuls-centerpiece-for-Katys-graduation-party.-150x150.jpg',0,'��Jّ�S��\\���Q','��Jّ�S��\\���Q'),('���%�w������Y�','wp-content/plugins/w3-total-cache/inc/options/minify/yuijs2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C4@���+�pHY@��'),('���uU|k%�9zf5�','wp-content/uploads/2015/11/engagement_lg-150x150.jpg',0,'z&(@��~O=n?XL3','z&(@��~O=n?XL3'),('��\nKnEH[�_�t�\Z�','wp-content/plugins/wordfence/images/flags/cu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ѻ7���ν-T\n�Ĥ'),('��7�qx�����Oj','wp-content/plugins/contact-form-7/languages/contact-form-7-el.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͏�L�0�@һ��\nR>'),('��ᢟ�B�դ�\r���','wp-content/uploads/2015/11/Caribbean-Ocean-Fish-Centerpiece-262x300.jpg',0,'���Km~�Jjg����','���Km~�Jjg����'),('����PQ�E|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£�,���W�?��ۯ\n'),('��E�ç���mȨ�0','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/AuthBase.php',0,'��?��|�R�\0f�w','��?��|�R�\0f�w'),('��U���$�\\*�1^�S�','wp-includes/js/jquery/ui/effect-clip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǔ�W�#�GZas'),('���݉��ʱbݕ��O','wp-content/themes/wanderfuls/css/tb-bbpress.css',0,'g�%����8�2H��','g�%����8�2H��'),('��P\Z��/���l%�','wp-includes/js/jquery/jquery.hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','┃��&�݋\rFư��'),('�\0� ��k~��U5T','wp-includes/widgets/class-wp-widget-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�z����d[$v(?w'),('�\n%f[!aE�r�tg�i','wp-includes/images/media/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����u�h����q��'),('�#��>��҆�Kl','wp-content/plugins/wordfence/lib/pageTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hh�I��!S�??k'),('�&�S짿o�$�0�n','wp-includes/author-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P~�]�/��0�'),('�.~,���L_��Ȟ��','wp-content/uploads/2015/11/metallicpurple-wand.jpg',0,'ΥZ\0�f�df��<�','ΥZ\0�f�df��<�'),('�AmK:`���G�','wp-content/plugins/wordfence/images/flags/eg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�{�-/9�ME-���\"'),('�G�|$p֠+(�','wp-admin/js/tags-box.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�a�RL�w�ޑ��d'),('�M\ZM*d�fcC�j�7��','wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�PM�e	v�6���]�\0','wp-content/uploads/2015/11/green-favors-on-table-lg.jpg',0,'��`@�IiBU*FA','��`@�IiBU*FA'),('�Qr$�\'�����0�','wp-content/themes/wanderfuls/images/openhand.cur',0,'�l$?SM�Ta�e(lը','�l$?SM�Ta�e(lը'),('�Q����ԁ�2�7u�L','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Fh%�C��y'),('�n��`���#�?nx�','wp-content/themes/wanderfuls/framework/social-share.php',0,'�+�M��R�H�','�+�M��R�H�'),('�u���BS���N\n�l','wp-content/plugins/js_composer/assets/lib/bower/flexslider/README.mdown',0,'�p�_?ʂ�t7h�','�p�_?ʂ�t7h�'),('�~��1�����\\	�','wp-content/uploads/2015/10/table4-150x150.jpg',0,'��g���i��J֠�','��g���i��J֠�'),('��Κl]��s��x','wp-content/uploads/2015/10/Light-purple-Wanderfuls-centerpiece-for-Kellys-bridal-shower.-150x150.jpg',0,'0��[1��T:���','0��[1��T:���'),('��*�&D�z|���uB�','wp-content/uploads/2015/11/party-favor-main-1-300x218.jpg',0,'剮��w���j#�0�K','剮��w���j#�0�K'),('����ݶ�����J[�','wp-content/themes/wanderfuls/framework/tinymce.php',0,'l�JK��L�π�k��','l�JK��L�π�k��'),('��Ѻ�\"�P5��^U�\Zi','wp-admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h���P�<R%,F�'),('���2%�521�8�','wp-content/uploads/2015/11/theme-tropical.jpg',0,'h����3o�:\n�]�','h����3o�:\n�]�'),('��m���z4�L��K','wp-admin/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�X��`1���H��'),('���a�L�`�6%��ax','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_flickr.less',0,'&W��NSg|Δ��z�','&W��NSg|Δ��z�'),('��s�I��|I��<��','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/batchrequest.class.php',0,'L�~�x�|OtTX��U','L�~�x�|OtTX��U'),('����A�G,��<���','wp-includes/js/jquery/ui/effect-fade.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�OO_��;{r�5$m'),('���*��ͷ1�I2Q}k','wp-content/plugins/backupbuddy/images/new.gif',0,'�#ʺe�`�(\n���20J','�#ʺe�`�(\n���20J'),('��{2\'IFy�t\\u�j','wp-content/plugins/w3-total-cache/lib/W3/Db/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�˄����v�(UV�z�','wp-content/themes/wanderfuls/js/lib/tipsy.js',0,'���l^��ۤ8��)�Gh','���l^��ۤ8��)�Gh'),('���<��p\Zo@S�q��','wp-admin/includes/class-wp-press-this.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m/�rj�&\'|�r��'),('���0*w�>U[�M�ԩ�','wp-content/uploads/2015/10/table4.jpg',0,'�o��÷w�\Z5�','�o��÷w�\Z5�'),('��4J���3h����,','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Auth/Simple.php',0,'��ʘ�N/CQ>C}�','��ʘ�N/CQ>C}�'),('��i�q���^n{8`�','wp-content/plugins/w3-total-cache/lib/W3/UI/PluginView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƻŸw�M�H38��T�'),('��p��y:��w���','wp-content/uploads/2015/10/A102BKORXXXXXXXX200SLXXXXHPMSXXXXXXXXHPSL.jpg',0,'&p�/�,0�p�\n','&p�/�,0�p�\n'),('��D�b�Wq�����A�','wp-content/themes/wanderfuls/css/ilightbox/dark/pause-icon-64.png',0,'�Ox%?��M~bڕI�ͅ','�Ox%?��M~bڕI�ͅ'),('����fA|F�Ñ$�fm','wp-content/themes/wanderfuls/partials/post-slider.php',0,'�V��%D�:n��Y��','�V��%D�:n��Y��'),('�2/qPw5o�e��(','wp-content/plugins/backupbuddy/lib/cpanel/cpanel.php',0,'�$4�G搨d��R��','�$4�G搨d��R��'),('�	E�d�P��`�T=�|','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php',0,'��A����Bt��?(�','��A����Bt��?(�'),('�;W�� \\��&�|�','wp-content/plugins/w3-total-cache/lib/SNS/utilities/request.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!h����=��f10\\'),('�fGOK��,.ߙ�1�','wp-content/plugins/contact-form-7/languages/contact-form-7-ta_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��g�����/5UB�'),('� �n�$��q��^qf��','wp-includes/images/smilies/icon_lol.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M�Z8|����,���'),('�\'}H� �W��Ԝ\n{','wp-content/plugins/wordfence/images/flags/ad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�\Z tV��[E؜K��'),('�*T�u\r�����~�m','wp-admin/css/colors/ocean/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��Q�+��}0�|z�'),('�/�øt���Jt7u','wp-content/plugins/w3-total-cache/inc/widget/latest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ҡV�3�W�e�ڭ��'),('�E-j��1j��\r�E�','wp-includes/registration-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_?<���&T�xH�X�CL'),('�Lz����]xc���','wp-content/plugins/js_composer/assets/less/popups/panel_edit_layout.less',0,'Pyï��y;v���\"','Pyï��y;v���\"'),('�T#K���y�\nV�>�','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�̨�3�r?�F:<s'),('�Zҙ�U�S�P�Kƌ.','wp-content/plugins/revslider/public/assets/assets/coloredbg.png',0,'9~[���N��}�^r','9~[���N��}�^r'),('�b��kѠ��~�p���\r','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_message_box.less',0,'K~+$fI2:�D��&:�','K~+$fI2:�D��&:�'),('�s�@���F�-��U$&','wp-content/uploads/2015/11/Hot-Pink-and-Lime-Centerpiece.jpg',0,'\"�\rE���תp����w','\"�\rE���תp����w'),('�u����/�{�����','wp-content/plugins/wordpress-database-reset/views/partials/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�����5m=F8�'),('�zJ�CD��+C��Z.','wp-content/plugins/w3-total-cache/lib/W3/Widget/NewRelic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*>6M��/5d`I�'),('�}�c��y?��Ɇ�xʙ','wp-content/uploads/2015/10/Pink-and-purple-quinceanera-centerpiece-for-Samathas-birthday-bash.-150x150.jpg',0,'�%z+��K�m\"��*','�%z+��K�m\"��*'),('����]7М�\r��%�Χ','wp-content/plugins/js_composer/assets/vc/row_layouts/23_13.gif',0,'�k��n�@�t��G�<��','�k��n�@�t��G�<��'),('�������<�x�B�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{/��п�h�5F'),('��1�S�O�Fќ=f1','wp-content/plugins/revslider/admin/assets/images/icon-edit.png',0,'���9y<ONjx�>v0','���9y<ONjx�>v0'),('��oap>����EjQ�_G','wp-content/plugins/w3-total-cache/inc/popup/common/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�q	:#��T�@h�,l�'),('��,��e�o:�#4','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/PEAR/Exception.php',0,'��n=�wR�T-좟�','��n=�wR�T-좟�'),('���)��\0�=����N�','wp-content/plugins/backupbuddy/controllers/ajax/deployment_regenerateKey.php',0,'ȕ����O�.M�T��]','ȕ����O�.M�T��]'),('��m�mS�����ਯer','wp-content/themes/wanderfuls/framework/customizer/settings/layout.php',0,'����lؼƫh�����A','����lؼƫh�����A'),('��\"��p�\"-C����w','wp-admin/js/wp-fullscreen-stub.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\n��L{A��g���J5'),('��I1�HL���A�9Y3','wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/slide5.jpg',0,'8eS��? ���lKP�','8eS��? ���lKP�'),('��p?E^�@�\'��PE�','wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g���Ko�۴\0Xx'),('���ی�|䒕o��xsu','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/extensions/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('���\Z:~fef�v�R','wp-content/uploads/2015/11/Navy-and-Baby-Blue-150x150.jpg',0,'��mt5�K�f�;{�i','��mt5�K�f�;{�i'),('��>����_�����','wp-content/uploads/2015/10/home-gallery-5-large1.jpg',0,'�a��q�zq�	+[�u','�a��q�zq�	+[�u'),('�!�!�4�9�פ�','wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/assets/owl.min.css',0,'�;��0^�O�:�~Z�,','�;��0^�O�:�~Z�,'),('�&DÇ�H���t��B�','wp-content/plugins/w3-total-cache/lib/W3/Pro/FragmentCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ڽ҂�\\����_'),('�+����yf�-���','wp-content/uploads/2015/11/Ivory-with-Gold-Accents.jpg',0,'an�x�,d)�n:XG�H�','an�x�,d)�n:XG�H�'),('�2�Цw��҉\nh�r��','wp-content/uploads/2015/11/slide1-150x150.jpg',0,'�K�F�0�͟�@\Z','�K�F�0�͟�@\Z'),('�<��(��*A]�O�','wp-admin/css/colors/ocean/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`�{l)U5�W]'),('�Q�0�-��2��\n.','wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.ttf',0,'���y��rz]��\Z�<','���y��rz]��\Z�<'),('�S�<�,B����$','wp-content/uploads/2015/10/home-gallery-6-large-150x150.jpg',0,'��h��A3I�=�F:�','��h��A3I�=�F:�'),('�`�~7nŪ\n\no#ۆ��','wp-content/themes/wanderfuls/framework/pagination.php',0,'�CF*z��3��5�B','�CF*z��3��5�B'),('�bv��E��H���΄','wp-includes/js/wp-lists.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� �����j��$�'),('�hS����:���`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�]z�@�Q)�`�k'),('�u�Vz���ݩ�«�','wp-content/themes/wanderfuls/js/lib/jquery.sliderProCustomThumbnails.js',0,'ʮ���9p�i�غѠ.�','ʮ���9p�i�غѠ.�'),('���;+�`~���\0Ӿ','wp-content/uploads/2015/11/lavender-wedding-favor-150x150.jpg',0,'�Y�W3U�;hpB�^�7�','�Y�W3U�;hpB�^�7�'),('������|	?���OX','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-permalinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͇7Ż�������'),('��zO<�h�߭{+b�','wp-content/uploads/2015/11/pink-favors-on-table-300x210.jpg',0,'	yR��;ځu�\'!�N�','	yR��;ځu�\'!�N�'),('��K��5EiNQ��\'�','wp-content/plugins/w3-total-cache/ini/memcache.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�\\e��l��b�/c�'),('������;WC\Z��g��','wp-content/plugins/wp-optimize/languages/wp-optimize-lt_LT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ΡY��=�pN��W�%'),('�����Ae�+�M�&A�','wp-content/plugins/revslider/admin/assets/js/newvideo.js',0,'U+.�q��D{mv��װ','U+.�q��D{mv��װ'),('���5E��ErdګǶ9','wp-content/uploads/2015/10/Blue-and-white-centerpieces-by-Wanderfuls-for-Toms-graduation-party.-150x150.jpg',0,'�Q;�4��D���','�Q;�4��D���'),('���~�6K9�>e�y','wp-content/plugins/js_composer/assets/css/js_composer_frontend_editor.min.css',0,'����L0R<������','����L0R<������'),('��!�kh���d�5�','wp-content/uploads/2015/11/metallicburgundy.jpg',0,'�	>�Z��fL�_HH','�	>�Z��fL�_HH'),('��][�#W���2m�','wp-content/plugins/revslider/admin/assets/imports/gym/slider.jpg',0,'�y����_@e.&','�y����_@e.&'),('��zJ?��e����','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/_iframe_footer.php',0,'~s&�Jg�{��]�v�','~s&�Jg�{��]�v�'),('��BA4l\n�Q�_','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-desktop-light.png',0,'ٸ�{+�	2�/���','ٸ�{+�	2�/���'),('����\n9F�*�8Y{�T�','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/utilities.class.php',0,',����%��7�4�W�',',����%��7�4�W�'),('���&��N�,���6P','wp-admin/images/icons32-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*04�G4F�	&Z�i}\"'),('�ѮXs�؅��2{+Se�','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_fault.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�����0-�w׋��'),('�����#�*}Jlj�u','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-fontweight.png',0,'�N���J���\'Y$�g','�N���J���\'Y$�g'),('��%z9�0��t��f�\0','wp-content/plugins/backupbuddy/lib/updater/updates.php',0,'�4���~���\\�+屪','�4���~���\\�+屪'),('��O6b_�j���BP�','wp-content/plugins/js_composer/locale/js_composer-nl_NL.po',0,'r3�\'Ÿ��ْm��\\T�','r3�\'Ÿ��ْm��\\T�'),('��x[�e��>M�','wp-admin/includes/edit-tag-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]\"d%���\0c4�j['),('�j	w�xP�d�>��I','wp-content/uploads/2015/11/theme-safari.jpg',0,'���%\rNyw�oI','���%\rNyw�oI'),('���2��֮�\\�ƯD','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php',0,'�/���(���.��:{��','�/���(���.��:{��'),('�D\n\0 !��rq�\Zb]','wp-content/themes/wanderfuls/framework/addons/page-animations.php',0,'C�<�V�3\\�/R�','C�<�V�3\\�/R�'),('�%�&��}p\\?ہ','wp-content/plugins/contact-form-7/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��[���\'��T'),('�:/���p}���','wp-content/plugins/widget-countdown/includes/javascript/front_end_js.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&鄡+r�Vn�Y��hO'),('�N���]{��Uqh��','wp-content/plugins/wp-fastest-cache/templates/permission_error.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5�Q�A���JסK'),('�Y�R�u�Ζ�����','wp-content/plugins/wp-fastest-cache/js/toolbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�����DkK��t�b�'),('�^tn4\Z�P=�^�-�r','wp-content/plugins/wp-fastest-cache/templates/cdn/photon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������p�+�j�'),('�a�<��t!j�j��s��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	��_`�YuH�\\I'),('�d��#a��8��-','wp-content/plugins/wordfence/images/flags/sa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W���\\LbU�Ch5�V�'),('�q�h���Bc�92��','wp-admin/network/site-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������״k4�C'),('�s9~�6-��ޑ','wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��tqU�K���@a'),('�y��Y������\r','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel.less',0,'N��{�n��Z���9�\Z(','N��{�n��Z���9�\Z('),('���68�C���K+�ݔ','wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/slide2.jpg',0,'��jz��\rUF��Q^','��jz��\rUF��Q^'),('��B�����¾�CJB','wp-content/plugins/wordfence/images/flags/cs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�m�@\nn�#��'),('���m�\nC�۰J-9m&','wp-content/uploads/2015/10/A102CBPPXXXXXXXX400WHXXXXPPMPMSWHIWWHPPSL.jpg',0,'��\r`���+<R�{�','��\r`���+<R�{�'),('��d]\0F�mŲp�D','wp-includes/js/tinymce/plugins/media/moxieplayer.swf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NY�N�-���3Yj���'),('���wk��\Z��&��J','wp-content/themes/wanderfuls/images/dotted-overlay.png',0,'��Q(^t#����s6�.�','��Q(^t#����s6�.�'),('����<ʍ8P\0\\=\0+','wp-content/plugins/wordfence/images/flags/om.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�,;Y���O]&'),('��@\r2K���o��T','wp-content/uploads/2015/10/A102HUMGXXXXXXXX400WHXXXXMGWHMGWHMGMGHUGL.jpg',0,'���K�DX�F}׾��0','���K�DX�F}׾��0'),('���Jxxv��\n���','db_connection.php',0,'r�~U%�s����Eu��','r�~U%�s����Eu��'),('��\nA�7ny�Y�~','wp-content/plugins/revslider/public/assets/assets/sources/post.png',0,'{cr\rM�<��\\5��','{cr\rM�<��\\5��'),('����`%��{��+��','wp-content/plugins/wordfence/images/icons/error128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�%7�!��.�'),('����}��J��AK���','wp-content/uploads/2015/11/slide_009.jpg',0,'��7Y�㉜D̗\0��','��7Y�㉜D̗\0��'),('���v��\\Q���-��','wp-includes/js/tinymce/plugins/hr/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\#%Z����,3�I�8�'),('��ExsO/¸f.Ǫ','wp-content/uploads/2015/11/party-favor-main-1-150x150.jpg',0,'D1\\~�l���q�F��','D1\\~�l���q�F��'),('��aGUϳ�@�A��','wp-content/plugins/wp-fastest-cache/css/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�n���5�e�~*M'),('��D�2��\n7�jM���','wp-content/themes/wanderfuls/partials/portfolio/portfolio-single-comments.php',0,'�>B4��\n���blSW','�>B4��\n���blSW'),('��;}H2U��^�0�','wp-content/plugins/widget-countdown/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�i�z4��\rT�\\G�'),('��і�q��SGKy(�','wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�x���]U\rƦm'),('���C�-�z�4,*�','wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/slide1.jpg',0,'���c�G�B*�xp�u','���c�G�B*�xp�u'),('��NQrӜ46D��Te','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js',0,'��o�dfځ=[�.<9*','��o�dfځ=[�.<9*'),('��}B�[�^�cQ�\n;w','wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��OuA;������͗�'),('�N~�Cd�T�W��','wp-content/uploads/2015/11/orange-wedding-centerpieces-300x218.jpg',0,'�]Cܚ���_�d�l�S�','�]Cܚ���_�d�l�S�'),('��-ec��Y�tN��֝','wp-content/uploads/2015/11/limegreen-wand.jpg',0,'il<�jo>畭퀤5��','il<�jo>畭퀤5��'),('���SW���ԅ+<','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Client/Adapter/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@����r\'p����'),('�ĵ2�����\\9}�4','wp-content/uploads/2015/11/teal-white-candy-150x150.jpg',0,'���ScJ���EՁ\nsr','���ScJ���EՁ\nsr'),('�9��l�ן? r��q�','wp-includes/class-wp-user-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ڠ�E�:̭\\�U'),('��b�µa��\Z`A+�','wp-content/plugins/revslider/admin/assets/images/sources/fb.png',0,'\Z6���ֹ�@�����I','\Z6���ֹ�@�����I'),('�(+q:����]V��','wp-content/plugins/backupbuddy/destinations/rackspace/_configure.php',0,'�c\'���#�\0#j��\r','�c\'���#�\0#j��\r'),('�0�ԠC�����j�R�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Store/Consumer/Interface.php',0,'g�ƙ��6����ذ�','g�ƙ��6����ذ�'),('�2P\ZMg�~Qn���C�','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_pie.less',0,'�p�С\nS.YOcB4l','�p�С\nS.YOcB4l'),('�?��U�V{����_|','wp-content/uploads/revslider/templates/sleeklandingpage/slide2.jpg',0,':���@�zpU�m��',':���@�zpU�m��'),('�GO��G|\Z��͈��','wp-content/plugins/js_composer/assets/vc/row_layouts/16_16_16_12.gif',0,'�2Ɠ\r\rW��-�','�2Ɠ\r\rW��-�'),('�[�Hn[P�.~���FU|','wp-includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-���Ni�/�\"�ߌ��'),('�q�\Z�]�`-�X��)��','wp-content/plugins/backupbuddy/images/sucuri/7.png',0,'_���m�g1�d���','_���m�g1�d���'),('�r(<��g�)��t�','wp-content/uploads/2015/11/navy.jpg',0,'x��=D��(|�{u*\\','x��=D��(|�{u*\\'),('���Ћ��}����`�','wp-content/plugins/revslider/languages/revslider-en_US.mo',0,'gx�M�u�g�^�','gx�M�u�g�^�'),('����Z�\Zxcy�d��\'','wp-admin/js/language-chooser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\"8Jq	t���F��'),('��PF�f\'��\\9�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_DE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C_�b��\r���~'),('��B����mD�rd�','wp-content/uploads/2015/10/all-300x97.jpg',0,'U��� �h��3�?\\5�','U��� �h��3�?\\5�'),('���6B�b���M��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':����		�xa�^'),('�����:x�=�}�','wp-includes/js/jquery/ui/mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8\']��!��Iٲ��'),('��o�ޫ��\nY����','wp-content/uploads/2015/11/ocean_lg-300x300.jpg',0,'Ä���0��W�t','Ä���0��W�t'),('���ȳ��b��*�','wp-content/uploads/2015/10/Top-Hat-235x300.jpg',0,'�=�.��no����\n�','�=�.��no����\n�'),('�������\n��l9j1�','wp-content/plugins/revslider/admin/assets/images/mainoptions/fullwidth.png',0,'�3ļ05[��h�V~�','�3ļ05[��h�V~�'),('��`��$t�(��8�,�','wp-content/uploads/2015/10/plane3-300x168.jpg',0,'�gfQ��?��ߜ=','�gfQ��?��ߜ='),('��Ǎz�\\䁡����B','wp-content/plugins/revslider/admin/assets/imports/contenttabs/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('��H�a�+����̰I�','wp-content/plugins/wordfence/waf/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��q���i�����'),('��y�&a�A�7�]Dm','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%���B\ng�2��;'),('��C�c���h�_k','wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qd����{��i�=�*!�'),('�\0���wљ�[\Z�(','wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_2.less',0,'F��gf�s��kB)�','F��gf�s��kB)�'),('��,�v\r�7�b[�','wp-content/themes/wanderfuls/vcex_templates/vcex_blog_grid.php',0,'�u=�L7��\"�;�R�','�u=�L7��\"�;�R�'),('�qu�\rf�����Ϭ�','wp-content/plugins/js_composer/assets/less/shortcodes/vc_charts.less',0,'�\'U��N�4��ާɏ','�\'U��N�4��ާɏ'),('�\n#u��r>��V���2','wp-content/uploads/revslider/templates/deskscene/slide1.jpg',0,'QfV�۱_�#2<4*\r','QfV�۱_�#2<4*\r'),('�r��y)�v|��r','wp-content/plugins/wordfence/images/flags/to.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j\'K�^�e��j�J'),('�\ZHPH��>����܅','wp-content/plugins/js_composer/assets/lib/vc_carousel/css/vc_carousel.min.css',0,'ܘ]����6CSp��','ܘ]����6CSp��'),('� a\"KwT�bc1S','wp-admin/css/revisions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y{=�~	�S�q1�'),('�\"!�93Q��F\Z�I�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/_header.php',0,'q���!�\\N�I���D�','q���!�\\N�I���D�'),('�-�[ip��\\^���]','wp-includes/widgets/class-wp-widget-tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5og�_ÐT-n�e�'),('�0�&�Y�������','wp-content/plugins/wordfence/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JJ˭9FN=���O'),('�4g��e���>���ߝ','wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hջIS�2��i�g�'),('�Cγ;s���sV]�^�','wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php',0,'*|�Q@H�� =��','*|�Q@H�� =��'),('�GX��S��na)��3�6','wp-content/uploads/2015/10/slide_112.jpg',0,'���,|(����i�T��','���,|(����i�T��'),('�IBWW^Ѧ��63>�_','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_single_image.less',0,':B\rK�s�kg�‰��',':B\rK�s�kg�‰��'),('�fkj��N�Uei4=%�','wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/I�@�!{�hL�R\Z�'),('�h��R��v�h���U[W','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_P12Signer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/fX����Q���'),('�y%���Ǻ~�ne\"V','wp-admin/css/list-tables-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*B��f.��y'),('���O:�_>����כ','wp-content/uploads/2015/11/new_year_lg.jpg',0,'� jms�� ��)��','� jms�� ��)��'),('���0�X������','wp-content/uploads/2015/10/Black-Gold-150x150.jpg',0,'�A©�E��Α�$7��','�A©�E��Α�$7��'),('���E%?\n3�E�$m�y�','wp-content/uploads/2015/10/Waldorf-Astoria-Women-of-Valor-event-with-white-and-gold-Wanderfuls..jpg',0,'z��9�F�R]�Y/��','z��9�F�R]�Y/��'),('�����B�MkP50','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-lineheight.png',0,'���D}?/8^�ך','���D}?/8^�ך'),('��\"��뵽Թu��rc�','wp-content/uploads/2015/10/Casino-276x300.jpg',0,'�\Z���1r�Njn��l�','�\Z���1r�Njn��l�'),('���0F�#�@�1��','wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�����O��Z��eW�','wp-content/uploads/2015/10/Gold-and-purple-Wanderfuls-centerpiece-for-Kellys-quinceanera.-150x150.jpg',0,'��I���\'�3A��','��I���\'�3A��'),('��Jm]]��љ	[�','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('��X��C��\r�.�TD','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/loader.gif',0,'B��\n�����\0�Tb�','B��\n�����\0�Tb�'),('��9Qźav\"��S','wp-content/uploads/2015/10/slide_114.jpg',0,'����x�i����I','����x�i����I'),('������,{H��Ĭq','wp-content/plugins/wordfence/js/admin.liveTraffic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��OZ������4�U'),('�����I��{�ab@�','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_toggle.less',0,'��S���ώ��	�	+','��S���ώ��	�	+'),('��e�9���6���*ow�','wp-content/uploads/2015/10/Hot-Pink-Silver-and-Black.jpg',0,'K8�C�:\\D��fǷ�\Z�','K8�C�:\\D��fǷ�\Z�'),('�$)�_�!e]��x�','wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php',0,'��hm��N;.j�$��\'','��hm��N;.j�$��\''),('�k$��$k����no�','wp-content/plugins/backupbuddy/css/joyride.css',0,'	0M��9��=D�','	0M��9��=D�'),('��j^ig0��{e��n�','wp-content/themes/wanderfuls/framework/testimonials/testimonials-helpers.php',0,']w{���ەk�S���W',']w{���ەk�S���W'),('�-��>���\0�4�E*n�','wp-content/uploads/2015/10/Pink-and-brown-wedding-centerpiece-for-Brian-and-Nikkis-big-day.-300x269.jpg',0,'����<�>{w���de3�','����<�>{w���de3�'),('�1�o%��q�A��','wp-admin/js/inline-edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�;���o��/��'),('�XA?��g/,�u�%','wp-content/uploads/2015/10/anniversary-gold-ivory-main-300x218.jpg',0,'�O�BE��@K̈l','�O�BE��@K̈l'),('�[�V�Ea��6?���|','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/init.php',0,'\0��u��1\ZL0f�Z�','\0��u��1\ZL0f�Z�'),('�bD��l���6)5�w','wp-content/uploads/2016/07/wandlogo.gif',0,'-���9�59�I3|�i\\','-���9�59�I3|�i\\'),('�hE�ч�[���Z�k','wp-content/uploads/2015/10/Mohini-Roy-Staszewskis-Orange-Themed-Wedding-150x150.jpg',0,'�S牎]�i��;��','�S牎]�i��;��'),('�s�{ҭ�����G','wp-content/plugins/revslider/admin/assets/js/codemirror/util/loadmode.js',0,'�,��\'rFF�Nz��w','�,��\'rFF�Nz��w'),('�zR�u������	;','wp-content/plugins/wordfence/images/wordfenceFalcon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\'m_0�xZb-���%'),('��\"�\r8$�zgʋ�p6','wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.ttf',0,'/��w���8�\n��','/��w���8�\n��'),('��a�ձ#��Tj���','wp-content/themes/wanderfuls/css/ilightbox/mac/close-50.png',0,'�sN�̜��K��#�]','�sN�̜��K��#�]'),('��[��܀�xM�G�L��','wp-content/plugins/wordpress-seo/vendor/autoload_52.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ψ����ֺ�,i��Y'),('��z��a�7�>��� ','wp-content/plugins/w3-total-cache/pub/js/metadata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G_��`+y�.�'),('�ٞz�X��e,�³�','wp-content/uploads/2015/10/wands-300x168.jpg',0,'�@�D�`�oę�A�2','�@�D�`�oę�A�2'),('��F�����{��A','wp-content/plugins/wordfence/lib/sysinfo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zi�T�T2kU�}�٤'),('��ӫ�\r�W������','wp-content/uploads/revslider/templates/interactivewhiteboard/slide8.jpg',0,'��0��9@\n�YF|��U','��0��9@\n�YF|��U'),('���p��mqgN)��','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Net/SFTP/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('��E���Q?��	(�','wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A/ŦSwZ\Z�Ol�'),('��a!��x�z*yW�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php',0,',WuX�>�:7�+K',',WuX�>�:7�+K'),('�Zh���ˮUW=1O�','wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�.݁B��xK�Y�','wp-includes/ms-default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�r.�L��\\�蒀�i'),('�p�DǃQqjB�\r5�','wp-content/plugins/js_composer/assets/vc/empty_row.png',0,'�L1���\r�[�b��v','�L1���\r�[�b��v'),('��EnZbʹ]w�	','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery.ui.theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',#�d�]�2����Sx'),('��6����~e�{�\".w','wp-includes/widgets/class-wp-widget-recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�S\Z��㥑f�}�'),('�D�ؚHm�{�mޥ','wp-content/plugins/w3-total-cache/lib/W3/VarnishFlush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���4��m�\Z��j�'),('�\'`ᦖ=��,�\"�~','wp-content/plugins/w3-total-cache/lib/W3/Cache/File/Cleaner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3���#�T��Z�1'),('�*O-�Lτ���\r[�u','wp-admin/css/about-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�\n	���8�C[�V�'),('�,�I��[����d\"�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php',0,'\\1�ƚ/��۞$θ��','\\1�ƚ/��۞$θ��'),('�-qDuq�I22梶��','wp-content/themes/wanderfuls/css/ilightbox/dark/preloader.gif',0,'H��T�Lt��N|','H��T�Lt��N|'),('�2��6�H�7����','wp-content/uploads/2015/11/orange-wedding-centerpieces.jpg',0,'��ې�������TL','��ې�������TL'),('�9c�]�A����Q`H','wp-content/themes/wanderfuls/framework/classes/site-layouts.php',0,'���\0�\nr�R!1�ay','���\0�\nr�R!1�ay'),('�>���<9��ӽ�','wp-content/plugins/w3-total-cache/inc/options/support/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q!�I����O�'),('�??n�����_2g��j','wp-includes/js/wp-util.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pQ��)<���鎠�\'t�'),('�BȾj�iAb���ݬ','wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php',0,'�V��.x�D\Z�o��t','�V��.x�D\Z�o��t'),('�y~��/ݺ�KJ��ߡ','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Signer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xvmZ��j��M�1l'),('�����e���w��$','wp-content/plugins/backupbuddy/images/loading.gif',0,'5���ת��\"&��t.','5���ת��\"&��t.'),('������Xo��~�_k','wp-content/plugins/contact-form-7/includes/mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�zn�8�)>��'),('���6o8���NoL;','wp-content/plugins/contact-form-7/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5����ʏ�ٸ�l'),('��ҧ�y�:M��Z��','wp-content/plugins/wp-optimize/languages/wp-optimize-sl_SI.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�]suИ� 0r�r�'),('���qF�G�]�A��6','wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide1.jpg',0,'f�Q�](u����8�,�','f�Q�](u����8�,�'),('����!1�,z�A�)	}','wp-content/plugins/js_composer/assets/less/settings_tabs/automapper.less',0,'�}N�7>6��\'','�}N�7>6��\''),('���&�ME�`���E��','wp-content/uploads/revslider/clubix/s-150x150.jpg',0,'����^��p�F��c�','����^��p�F��c�'),('����)L�ܲ��Ÿja','wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css',0,'��D�VG��U0���','��D�VG��U0���'),('���������53�','wp-content/plugins/backupbuddy/backupbuddy.php',0,'k���@�q\Z�\"��','k���@�q\Z�\"��'),('��:��,��2q���2�','wp-content/themes/wanderfuls/fonts/fontawesome-webfont.svg',0,'v��<k�O�	��,\'��','v��<k�O�	��,\'��'),('��Y�\0)\r/j�)�Ar','wp-includes/customize/class-wp-customize-filter-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`Vv�>A�� �$��'),('��o���(��PY_�:s','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/media.less',0,'r8�1�@�8w�Uף�','r8�1�@�8w�Uף�'),('���B�r���]�ڝc','wp-content/uploads/2015/10/slide_114-300x218.jpg',0,'0��n���$5B��','0��n���$5B��'),('�<Y�n=��8�֒w','wp-content/plugins/revslider/admin/assets/imports/mainfeature/slide7.jpg',0,'J��*Sn����j��h','J��*Sn����j��h'),('�{\'f>�T�\'\0��SJ�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php',0,'��U�K�mK��U;�$�','��U�K�mK��U;�$�'),('���Q6���3�l�','wp-content/themes/wanderfuls/framework/addons/editor-formats.php',0,'�hV��\0���GUpG��','�hV��\0���GUpG��'),('�!�����S�;','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/databaseSettings.ejs',0,'�z��{2������/%�','�z��{2������/%�'),('�+�.�3���<��](','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-media-320.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5E\Z�cLC�T{�p0'),('�/�Su��:�lZ��','wp-content/plugins/revslider/admin/assets/js/edit_layers.js',0,'���z��q�v��','���z��q�v��'),('�?�cKl}��g5ᴐ��','wp-content/plugins/contact-form-7/includes/submission.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c{�<�IgI���]'),('�E�@āo}S���k��','wp-content/uploads/2015/10/Landon-and-Girl2.jpg',0,'J��6#��?�;��6��','J��6#��?�;��6��'),('�IMҭ�`�G�5���X','wp-content/uploads/revslider/templates/duotone/slide1.jpg',0,'C��n��Oq�4;��','C��n��Oq�4;��'),('�R;lzO�8m<3�Nie','wp-admin/user/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�˹��޳H�t��i.'),('�afh=F���T�:��6�','wp-admin/includes/class-ftp-sockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� s��̚��;�y*'),('�l@��=�]5�f�ֶ)','wp-content/themes/wanderfuls/js/lib/jquery.matchHeight.js',0,'�.�d�\"-3\\�Z��','�.�d�\"-3\\�Z��'),('�y�:4)���.y��','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js',0,'@���+t\rd&�ك�','@���+t\rd&�ك�'),('�|��[�W|�R���W','wp-content/plugins/w3-total-cache/lib/W3/Cache/File/Generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`l[>�ۮ�	�M8��`'),('��S�\Z�����9�C','wp-content/uploads/2015/11/candy-centerpiece-main-300x218.jpg',0,'�V�[��@G��','�V�[��@G��'),('��T,v��[�DǴ�J','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-alignleft-light.png',0,'�et\\����g���','�et\\����g���'),('��ęo*Zg�����jy�','wp-content/uploads/2015/10/Mardi-Gras-150x150.jpg',0,'��kn+��	�g�','��kn+��	�g�'),('�����;~ӷR�>��','wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�{�֯q�6�0e'),('���nvp�e������}�','wp-admin/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8��oJ�E�n�z�/'),('���tI@����,��([','wp-content/plugins/wordfence/images/flags/la.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�rΐ��B\0/>~i'),('��L�؊�*՚7E2j','wp-content/uploads/2015/10/New-Year-213x300.jpg',0,'�/άkB��D]�M�5�','�/άkB��D]�M�5�'),('��n�~ԥ�~����?','wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php',0,'o[ǡO����e\'m}]n','o[ǡO����e\'m}]n'),('����^FdȠ��[/','wp-content/uploads/2015/10/White-and-pink-Wanderfuls-party-favors-for-Kim-and-Tonys-wedding..jpg',0,'���\n���,a�{|\Z','���\n���,a�{|\Z'),('��]aG��u�$�$edo','wp-content/plugins/w3-total-cache/lib/SNS/services/sns.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w��� {��m�\\�'),('���yc�%:���o�','wp-content/plugins/wordfence/images/flags/um.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=G�\0	-�k�[��ԇ'),('�ŋQ�>�Nf�3wS��\'','wp-content/plugins/js_composer/include/helpers/helpers.php',0,'��I�P��P}XV��@','��I�P��P}XV��@'),('��$��W�W�\Z��S','wp-content/uploads/2015/10/findyoursizes-300x39.jpg',0,'�)ew�2qj{q\ZQ�','�)ew�2qj{q\ZQ�'),('��j�c-�G�4�O�O�','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/search-bar.png',0,'p�%���\r�k�O4��','p�%���\r�k�O4��'),('��*J��qU����','wp-content/uploads/2015/10/hat3-graduation-centerpieces-150x150.jpg',0,'�ք˪�����#�!}','�ք˪�����#�!}'),('���l\\�)�_,P��^','wp-content/uploads/2015/11/Thanksgiving-Turkey-Centerpiece-262x300.jpg',0,'�+l,�a	�6r�5','�+l,�a	�6r�5'),('��7��7�ޖ�z','wp-content/plugins/js_composer/config/content/shortcode-vc-video.php',0,'�|*�8HvW��(���','�|*�8HvW��(���'),('�i����\ZQƠ}\\','wp-content/plugins/w3-total-cache/inc/lightbox/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�M�T�^��ź���8'),('�c��M��sW���','wp-content/uploads/2015/11/azalea-wand-150x150.jpg',0,'�ܚl�_.�o���','�ܚl�_.�o���'),('��F��Ot3��v��','wp-content/plugins/js_composer/include/autoload/vendors/wp_customize.php',0,'�E��l�I���aF�C٤','�E��l�I���aF�C٤'),('�`���d�(��RK	�','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Diagnostics/ConfigurationDataSources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�˻�ߩQ���B=�S'),('�$BWm8��R�m�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-he_IL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��g����C�I��'),('�\'����82D�IA���','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/pages/server_tools.php',0,'�<d.׺m~Q��>�9��','�<d.׺m~Q��>�9��'),('�(�|n��sARF�+','wp-includes/js/crop/marqueeHoriz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̮����;���Lo\n'),('�0���#}�e�r\"��','wp-content/uploads/2015/10/corppg-290x300.jpg',0,'�Gp����E4�*(?j','�Gp����E4�*(?j'),('�C*�H�䙆[[�,�','wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php',0,'a��}���+c!��r�','a��}���+c!��r�'),('�F�g��^��_�B���','wp-content/uploads/2015/10/sweet16d5.jpg',0,'(NɥcVv<U^��$�_','(NɥcVv<U^��$�_'),('�],Y��I�t�g\"��','wp-content/uploads/revslider/templates/fullsite-block-4-products/slide1.jpg',0,'��M�H��O.�*�','��M�H��O.�*�'),('�p@M��C飯�v��','wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a�h56�.�6�'),('��FZ5g�w�y|�)','wp-content/plugins/w3-total-cache/lib/W3/UI/MinifyAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��R�w[̏Pu{�'),('���\'�&\r{���\'','wp-content/plugins/w3-total-cache/inc/options/minify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�Ϣ�H�m�ಞP'),('����|p��{��','wp-content/plugins/backupbuddy/images/email.png',0,'�X����z�(\nV71�','�X����z�(\nV71�'),('�����:[&b�[�hY��','wp-includes/images/smilies/icon_razz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��˭��=��J�@��'),('��S?�sƛ�����','wp-content/plugins/revslider/admin/views/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('��	�?�w�8�6vZ��','wp-content/uploads/2015/11/turquoise-wand.jpg',0,'\0���]���`j�L��','\0���]���`j�L��'),('��y��#\\�“�%� ','wp-content/plugins/backupbuddy/controllers/pages/_ms_import/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('��Ch8Ф�U���7�n�','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/complextype.class.php',0,'��D{	��_��sM','��D{	��_��sM'),('��3xvؾ*\\����ݠ�','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png',0,'�Q��$�[N�H-��','�Q��$�[N�H-��'),('���	�<�2q�C�','wp-content/plugins/wordpress-seo/images/banner-website-review.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#4�A\\�\n��U�B'),('��j��H�s�h��','wp-content/plugins/w3-total-cache/inc/options/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yי�0<T74�#%=F�'),('�����\nz�\\j|�i��','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/_html_1_stash.php',0,'|��W|1�7!�f�;','|��W|1�7!�f�;'),('������>��Ti��\Z','wp-content/plugins/backupbuddy/pluginbuddy/classes/filesystem.php',0,'�u#��>�xw\035�','�u#��>�xw\035�'),('����8`9��?Bb�Б','wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Iml�c�G�@�ȳ� �'),('��j�b�u��t��L\0�','wp-content/plugins/backupbuddy/images/pluginbuddy_tip.png',0,'>5��uj�c3nG��t','>5��uj�c3nG��t'),('�G\0��X4�v������','wp-content/plugins/backupbuddy/destinations/s3/init.php',0,'P�u���Z[����\r','P�u���Z[����\r'),('�L�^�F��ӥ\"wb\0','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/Message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%N��M�e�Kjm`��'),('�SȝL堁d��4$\0','wp-content/plugins/w3-total-cache/pub/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�c�̎��$\n\'@�\r��','wp-admin/setup-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�K�)�4e��`d'),('�{#���<��k�Q�s','wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php',0,'��Af��Fa�\n�#�','��Af��Fa�\n�#�'),('��L�:?�1���a','wp-content/uploads/2015/11/party-favor-main-3-150x150.jpg',0,'S+�=��ʼn�3P0<','S+�=��ʼn�3P0<'),('���J1��M�F��<�','wp-admin/js/tags-box.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F*�ϙG�t��-�'),('��r�@0Ǽ��}iԉ��','wp-content/themes/wanderfuls/images/double-line-dark.png',0,'�9n$?1�\'��\ZY�E','�9n$?1�\'��\ZY�E'),('���?ڟ�E���$PF','wp-includes/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�~t�:{��>�4V��'),('���ߞ��\rwu�m','wp-content/uploads/2015/10/slide_111.jpg',0,'È2V���:�FA��|','È2V���:�FA��|'),('�����.A���-F=','wp-content/plugins/w3-total-cache/lib/W3/UI/BrowserCacheAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƅ����3K��KvJU�'),('���6��b�g�>_�','wp-includes/images/wlw/wp-watermark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��uMmܭD|�w���D'),('��Y3��@8n\r5���','wp-content/uploads/2015/10/girlandivorylarge2.jpg',0,'�eb��S���w`�M��','�eb��S���w`�M��'),('����mr���8p�r','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php',0,'�Յ���O�V��d�CG�','�Յ���O�V��d�CG�'),('��0(�\ZJ�£��d','wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_FR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G\\@��c��T��'),('��2�U!�K���>j�f','wp-content/uploads/2015/11/yellow-candy-centerpiece-150x150.jpg',0,' 0����_�Q\'��',' 0����_�Q\'��'),('�����\'K�z�f��','wp-includes/customize/class-wp-customize-header-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{v�Va���51�1t�'),('�zQݙ�X���r�','wp-content/uploads/2015/11/sage.jpg',0,'㸳b/�)/����? �','㸳b/�)/����? �'),('��D���NC�|\\Kd�7','wp-content/plugins/wordfence/images/flags/th.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�(�o��)���o�'),('�Hc���1�ް�=','wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l��{�q�S\Z�x_�'),('���v9�b�$�L','wp-includes/random_compat/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YT�~\Z�\'\"�l�\nUe�'),('��W˷*�\\\\&�.E','wp-content/uploads/revslider/clubix/3-pic-600x600.jpg',0,'��%8��Vƹ�J1�ӊ','��%8��Vƹ�J1�ӊ'),('� �(T5!��h�u','wp-admin/css/press-this-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'&4 �XqT�~���'),('�#�?���Gc	¯l1e','wp-includes/class-wp-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r&p�:h�?��ۣǜ'),('�&�WH�_`�.��m�\\9','wp-content/uploads/revslider/templates/clean-news-post-based/slide1.jpg',0,'ڛ���O0ۖ�ז�0�','ڛ���O0ۖ�ז�0�'),('�1}�������JNM�','wp-content/uploads/revslider/templates/imagegallery/slide1.jpg',0,'�c\0#��*�n�B�>�','�c\0#��*�n�B�>�'),('�4���!����u�','wp-content/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/arrows.png',0,'	�O\Zs���b�~���','	�O\Zs���b�~���'),('�98;�8��bF�:','wp-content/uploads/2015/10/A102HPHPXXXXXXXX200SLXXXXHPBKIWBKBKHPBKSL.jpg',0,'ϗ��r0\ZRH����','ϗ��r0\ZRH����'),('�@V��T��L\'�~�i�','wp-content/plugins/wordpress-seo/admin/class-yoast-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w�m��2��STvG�'),('�H�����Pw��%8��','wp-includes/images/smilies/icon_sad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\'=��Oj�?�uA|��'),('�L�4�K�j��_\n','wp-content/plugins/js_composer/assets/less/shortcodes/vc_toggle.less',0,'8SFB/Cz���<׵�','8SFB/Cz���<׵�'),('�O��t��i�N/�bj','wp-content/plugins/js_composer/locale/js_composer-bg_BG.mo',0,'A��\"�V����\"��`','A��\"�V����\"��`'),('�Q49��Lz�J�','wp-content/plugins/wordfence/lib/wfUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nA*��h�*pU�!�;'),('�[�G`��(fZWG#�','wp-content/uploads/2015/11/Purple-and-Green-New-Orleans-Mardi-Gras-Centerpiece-150x150.jpg',0,'�ȫҷ\0\'Qض��1','�ȫҷ\0\'Qض��1'),('�[�n�G{�\'��q:�','wp-includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�D,=�y�±'),('�~�l�\rЗ�W�{�{ ','wp-content/plugins/js_composer/assets/images/icons/bookmark.png',0,',tc��m��?�,�{_',',tc��m��?�,�{_'),('���$O�p��\0��I�','wp-content/plugins/revslider/admin/assets/imports/classic-carousel/slide3.jpg',0,'�w�lϤPBN� j�h�','�w�lϤPBN� j�h�'),('�����ʊn���Z','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Zz�ly&o4cD2'),('��I���ҋ|�=�	v�(','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/sprite.png',0,'�W�v\\�(��7:~�k�#','�W�v\\�(��7:~�k�#'),('���w�8�l�4x�/�','wp-content/plugins/backupbuddy/lib/zipbuddy/zbzipproc.php',0,'��}v��#�C�溌BA','��}v��#�C�溌BA'),('��C�MD�jj�\r:?','wp-content/plugins/w3-total-cache/extensions/CloudFlareAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�$��v��w\nE�a�'),('��3F45���`rF�W','wp-content/uploads/2015/11/lime-green-graduation-centerpiece-300x218.jpg',0,'��߆��߶�4�joJ^','��߆��߶�4�joJ^'),('���Z|�-�\'ӡ�\"','wp-content/themes/wanderfuls/framework/updates/redux-migrate.php',0,'Y����~��\"fS�t\0Q','Y����~��\"fS�t\0Q'),('���Ȁ�~_q�I��S�','wp-admin/js/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��|��=��m�U��'),('���\\�D �>�F,���','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�KUl�j�d�sxt\'�'),('��a�.��0��}��','wp-content/plugins/revslider/admin/assets/imports/notgeneric/slide5.jpg',0,'%_>��>��+B?�Qk�','%_>��>��+B?�Qk�'),('��|�bn9`>肉�','wp-content/plugins/revslider/admin/assets/images/sliderpresets/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('��SQT��#k�N�w','wp-content/plugins/wordfence/images/flags/nc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��O���x��m�|'),('��$��\0�DMEs','wp-content/themes/wanderfuls/sidebar.php',0,'wD�PˋP�yG��~��','wD�PˋP�yG��~��'),('��L���7� �\0��','wp-content/uploads/2015/11/60s-and-70s-Vinyl-Record-Centerpiece-150x150.jpg',0,'�	�-�mï1+�T��','�	�-�mï1+�T��'),('�����������ōY','wp-content/plugins/w3-total-cache/configs/0.9.4-ConfigKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�h��i}�|%̩�['),('����R��d����t','wp-content/uploads/2015/10/Top-Hat-150x150.jpg',0,'%GNP( <��z�\n','%GNP( <��z�\n'),('���]�j�q����xN\n','wp-content/uploads/2015/10/findyourcolors1.jpg',0,'�%�Z	Sf6�y���','�%�Z	Sf6�y���'),('����EuG�&�','wp-content/themes/wanderfuls/images/loader.gif',0,'f|��<X�\\�Y\\Ļ�','f|��<X�\\�Y\\Ļ�'),('��^��,��^戉8��','wp-content/plugins/wordfence/images/flags/ch.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7_\Ze��M����\r�'),('�e/����M���/','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_LoginTicket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�n�=������}'),('�{�z���Z��A��','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-slide-published.png',0,'_U���DU�\r\r��','_U���DU�\r\r��'),('�(ܩAL?����ϟ�0.','wp-content/uploads/2015/11/party-favor-main-4.jpg',0,'�^�m��z<���^��','�^�m��z<���^��'),('�8�����\Z�I<�c','wp-content/themes/wanderfuls/css/ilightbox/dark/ilightbox-dark-skin.css',0,'���}�B�S�9�i!1U�','���}�B�S�9�i!1U�'),('�9��0��s�`ڮ@�&','wp-content/themes/wanderfuls/fonts/fontawesome-webfont.ttf',0,'|��\n�\rcϸ�?�9','|��\n�\rcϸ�?�9'),('�:�k�>�oJc���yw','wp-content/uploads/2015/10/A101IVXXXXXXXXXX600FRXXXXORMNCORMYERMRDSL.jpg',0,';��}O�b��b���#',';��}O�b��b���#'),('�@*9?r��nq�����','wp-content/plugins/backupbuddy/lib/xzipbuddy/zbzippclzip.php',0,'Xp�H�[`����0','Xp�H�[`����0'),('�A8�ݤ��n�J�<','wp-content/uploads/2015/10/candy.jpg',0,'����Q5yz��7�&�','����Q5yz��7�&�'),('�Bw��:՗k�.I','wp-content/plugins/wordpress-seo/frontend/class-breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H;�_Q,��e���'),('�S��	m�m��.�gP�W','wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_PT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��W@(��VV�|7c'),('�V~��Z�Bj�]�K�','wp-content/plugins/w3-total-cache/inc/options/cdn/common/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�W�[��lF*Q��M','wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x����� E9T�'),('�r�[(0,���8�-','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php',0,'����XOl���M�}','����XOl���M�}'),('��&�p���%�>9�','wp-content/uploads/2015/10/Mohini-Roy-Staszewskis-Orange-Themed-Wedding-300x225.jpg',0,'�����{$\rhs','�����{$\rhs'),('��=CѠ��*TX�4','wp-admin/css/colors/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�	k\Z	r�L���Z'),('����YP��F�Wũ�','wp-content/uploads/2015/11/slide6-150x150.jpg',0,'@���X��V��l�','@���X��V��l�'),('��v�PH̀ps����','wp-content/plugins/backupbuddy/css/filetree.css',0,'9��y�����\0sL','9��y�����\0sL'),('����;�Fb��I��f','wp-content/uploads/2015/10/slide_003-300x218.jpg',0,'v�V(��`��`��{<','v�V(��`��`��{<'),('��_�l�ﮂ�6t^\\\n(','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-phone-dark.png',0,'�Ɗ^�7L{�olFQ��','�Ɗ^�7L{�olFQ��'),('��ڷt�g�Z�gE�','wp-includes/class-wp-http-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v����p{ʕӑ,%�S�'),('��iݢ18�?�;�','wp-content/uploads/2015/10/A102BBIWXXXXXXXX300WHXXXXBBMSMSWHBBBBLBSL.jpg',0,'�Sy���wgWc����','�Sy���wgWc����'),('����^{8�=+ITD�','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php',0,'ÑCG-���5�:%_','ÑCG-���5�:%_'),('�ڰ��GK�� mt��:','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Auth/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�� ��It13&','wp-admin/js/nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \ZZJ��V����'),('����]ȭ0�ULMϬL','wp-content/themes/wanderfuls/partials/social-share.php',0,'$GәL��>p�1&','$GәL��>p�1&'),('��Y`�?D��>/Q\\���','wp-content/plugins/w3-total-cache/pub/img/button-grad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��N����9��o�'),('�\0��1Oy��Z�B�','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/StreamReadException.php',0,'FK��[��>Q�Рa','FK��[��>Q�Рa'),('���ZCI�ue�Y�','wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_carousel.less',0,'j�ͺɓ*�U@�cn','j�ͺɓ*�U@�cn'),('�2;~Y����ܕDA�','wp-content/plugins/contact-form-7/languages/contact-form-7-af.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� (�D���o0J'),('�8��?���v�6��p','wp-content/uploads/2015/10/rm5L_P3-150x150.jpg',0,'�l�||�gXN�n���','�l�||�gXN�n���'),('�;?2��S��\0��p','wp-admin/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P1�S��b�;����#�Y'),('�<r%\0&���꘯ᠫ�','wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js',0,'�\"oo�PV?p&Q��O','�\"oo�PV?p&Q��O'),('�H���s)=z�0\'��','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-rotationz.png',0,'���9�jj��S~3���','���9�jj��S~3���'),('�Oc�Ɯ��n<�,���','wp-content/plugins/w3-total-cache/lib/Minify/Solar/Dir.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��c��\n��9���׌'),('�Tw���͔\n4Ó�0�','wp-content/plugins/revslider/public/revslider-front.class.php',0,'Fhl$U���H�WA��','Fhl$U���H�WA��'),('�V�,�`�>�ֺ#8xs','wp-content/plugins/contact-form-7/languages/contact-form-7-ml_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���wb	`��{���,'),('�X��@��%�1C��i','wp-content/plugins/wordfence/images/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m]�a���\\$��'),('�]�.�1\rPXL�','wp-admin/includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J$���΢ӦW�O��Z'),('�jO׶�G\"��\0���k','wp-content/uploads/2015/11/lavender.jpg',0,'+�4�#zF:g+��6','+�4�#zF:g+��6'),('�jb�+CzO�V[�kF','wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg',0,'G�f񤭧����m�N��','G�f񤭧����m�N��'),('�jp�d�r��>=E\Z�','wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php',0,'�_y kPC��ΐ��x�','�_y kPC��ΐ��x�'),('�vw�c�ش�Bt','wp-content/uploads/2015/10/home-gallery-3-large1.jpg',0,'\Z�\n���HT�/��','\Z�\n���HT�/��'),('��C�v��Y$j�&y','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/index.html',0,'�3B[*�ԖG:_����','�3B[*�ԖG:_����'),('��w����}�%�euV�','wp-content/plugins/wordfence/images/flags/sprite2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','} �o��Ę_��2���'),('��N�a�R�8#_��','wp-content/plugins/w3-total-cache/lib/W3/AdminActions/SupportActionsAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~8���@K��'),('��#��BK/gf�`��','wp-content/uploads/2015/10/Sun-Flower.jpg',0,'۲�؊܍g�:7\0�آ','۲�؊܍g�:7\0�آ'),('���QE���b�Mn�','wp-content/plugins/backupbuddy/destinations/site/icon50.png',0,'F&Ω�-���?XC','F&Ω�-���?XC'),('��߱>H�3�����','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/image-flexslider.png',0,'d\0��&ZM@�疙q�<=','d\0��&ZM@�疙q�<='),('������|� ��','wp-includes/js/masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iq}Eigo@���T��'),('��ܴ;�T8J�02��','wp-content/plugins/backupbuddy/destinations/sftp/init.php',0,'���*xR�\0��\'�V�\Z','���*xR�\0��\'�V�\Z'),('���}��z�#�)��','wp-content/themes/wanderfuls/page-droom.php',0,'e�R�p|�@��k1e�_','e�R�p|�@��k1e�_'),('��bP��҅��D�','wp-content/plugins/backupbuddy/controllers/ajax/php_max_runtime_test.php',0,'��j��p��Ӕ��*3�','��j��p��Ӕ��*3�'),('�Ħ�0�Ï?	>�\Z�','wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_filter.less',0,'�}!K��R�K�$AC','�}!K��R�K�$AC'),('���v{C����ҧ��4I','wp-content/plugins/wordfence/lib/wfViewResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	qN��K80�O��'),('��p�$^���d�Z','wp-admin/network/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��Oy_��4�)�\Z���'),('��,>9a\"%�s†�3�r','wp-content/plugins/w3-total-cache/lib/W3/Cdn/S3/Cf/Custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ÙD����$Ixn�A'),('��[K���b���28�','wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�;�#V�V��|o�'),('��zr�U��\\�[#ud','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/_sql/pgsql.sql',0,'��0���!��n�8\"�','��0���!��n�8\"�'),('����mv�,A*s8�p','wp-content/themes/wanderfuls/css/ilightbox/light/arrow-next-icon-64.png',0,'��\'\0���	�n3��T�','��\'\0���	�n3��T�'),('�O68ݕ�o�N;��;','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/text-overflow.less',0,'���5�\n-w4!?�H:h^','���5�\n-w4!?�H:h^'),('��6�����#-','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/authentication/signer.abstract.php',0,'2*���Vb�����`��','2*���Vb�����`��'),('�\'z�%�*[�K��k�','wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php',0,'��Z�D�ͮ\n�u�H�IR','��Z�D�ͮ\n�u�H�IR'),('��NP���<U�����','wp-content/plugins/contact-form-7/admin/css/styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!3��(��q�'),('���X����J��p','wp-content/plugins/wordfence/lib/wfBrowscapCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)�)��Kϻ��'),('�\'r1��B�	dN�O)p','wp-content/uploads/revslider/templates/ourteamcarousel/slide7.jpg',0,'�[b[����{Ҭ\Ze�J','�[b[����{Ҭ\Ze�J'),('�\'�#308R�U��T�','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php',0,'�q���*�tF�|F','�q���*�tF�|F'),('�0?��X�8�o�','wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php',0,'�ҳ\Z~꒸�4�]I%�O','�ҳ\Z~꒸�4�]I%�O'),('�2�7���+�P�����','wp-content/plugins/w3-total-cache/pub/img/overlay/lite-gray-check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�o.eْ[��R��'),('�2`?,�\0|(<T&\0�','wp-content/plugins/widget-countdown/images/widget_example.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o̠�f��~�&c'),('�?ic	�Z�9D�0�','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Build.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���㍚1�@m��,��'),('�P���ג��R�w�','wp-content/themes/wanderfuls/images/closedhand.cur',0,'��t�;=��9�`�~8c','��t�;=��9�`�~8c'),('�W�S_�͖d�v8\"\0S','wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-frontend-editor.less',0,'�Y)5�R�	�oB�t@','�Y)5�R�	�oB�t@'),('�dX$s�\n���w�]��','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php',0,'�.���6nZ\"���5','�.���6nZ\"���5'),('�n֢��\r�V5��,�','wp-includes/widgets/class-wp-widget-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�d�<��}\Z�z�'),('�o����l>��x~I� �','wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=���SV��V���'),('�q��,+Q\n���\0�3iE','wp-content/themes/wanderfuls/css/ilightbox/light/x-mark-icon-ie.png',0,'M@�a���(ݎ�<�b','M@�a���(ݎ�<�b'),('���}4�v�2���X-q','wp-content/plugins/w3-total-cache/lib/W3/Plugin/Cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�W�57�����J?��'),('��yW=��D�q}���','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php',0,'\Z+�M�!�0\'�i.��N','\Z+�M�!�0\'�i.��N'),('���0j�l�S�K�','wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,��:�H����ʔ�RU'),('����^�T��5��j-�','wp-content/plugins/revslider/admin/views/slide-overview.php',0,'�\'$��;��6�ј�Y','�\'$��;��6�ј�Y'),('����|VyU	��Q��','wp-content/uploads/2015/10/Peach-Bouquet-150x150.jpg',0,'$[�$�b\"%Ս{�#��','$[�$�b\"%Ս{�#��'),('�����g��f�_�C}�','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php',0,'��{��a���m4���','��{��a���m4���'),('��,L�qm\\�jX#.s��','wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php',0,',W�-��yK|��m1�-',',W�-��yK|��m1�-'),('�«��-j=�u�N\\q\'','wp-admin/css/farbtastic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8)���}{��C�h2U'),('�ʋ\\gI�	k�c���6�','wp-content/plugins/backupbuddy/pluginbuddy/images/minicolors/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�����A\rFY��9�\'�','wp-content/plugins/w3-total-cache/lib/W3/Cdn/Ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/4��=�󐡡�C'),('��	�~ve�_s��[eZ�','wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/slider.jpg',0,'���c�G�B*�xp�u','���c�G�B*�xp�u'),('���lm�y�S�Qѕ�','wp-content/uploads/2015/10/candy-foil-wrapped.jpg',0,'���RȎ��H��\r�','���RȎ��H��\r�'),('��ᗏ�3�-��4�','wp-admin/css/colors/midnight/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���f�T��g�Q��'),('����s]^He5��!�','wp-content/plugins/backupbuddy/controllers/widgets/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('��W�gs��V_�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/images/button-grad.png',0,'`���x�r^v��~�)�','`���x�r^v��~�)�'),('��6!�obm�t�:�T','wp-content/uploads/2015/10/slide_002-100x50.jpg',0,'��?��%<#-YX��\nL','��?��%<#-YX��\nL'),('��}���ʆ�p<��','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-borderstyle.png',0,'#�Cçni%�)}�','#�Cçni%�)}�'),('�\"ڕK[@�G����9�','wp-admin/includes/class-wp-theme-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��O��,rT}7��'),('�&=}��\0y�ȡ���','wp-content/plugins/backupbuddy/classes/_migrate_database.php',0,'���4\Z��.H��\Z@��5','���4\Z��.H��\Z@��5'),('�+Lٻ1M��]�5��.n','wp-content/themes/wanderfuls/framework/addons/custom-css.php',0,'т~��Eᕉ4��5�4Z','т~��Eᕉ4��5�4Z'),('�,S�w�0z���V��','wp-content/uploads/revslider/clubix/2-pic-600x600.jpg',0,'�r�ѧ�eHX����\"�','�r�ѧ�eHX����\"�'),('�.�Ŋz�� VFZ�U�','wp-content/uploads/2015/11/St.-Patricks-Day-Shamrock-Centerpiece.jpg',0,'�K+��,�L��dz>','�K+��,�L��dz>'),('�3!9�=�6�ݡ','wp-admin/images/resize-rtl-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɞ�@��T0:��}'),('�G5�Z�F�լ��y','wp-content/themes/wanderfuls/partials/header/header-menu-mobile-alt.php',0,'�s��%�N����g�','�s��%�N����g�'),('�P�􀡱.���[�[�','wp-content/uploads/2015/11/orange-wand-150x150.jpg',0,'���L?B־�{��*�','���L?B־�{��*�'),('�Q�6�B5�r?�\"9','wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php',0,'�PY���U��h�>�p�','�PY���U��h�>�p�'),('�T*�I�mlJ�￵','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/FragmentCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��ʋܡ˻����0��'),('�^�A�������,','wp-content/plugins/revslider/admin/assets/js/oldvideo.js',0,'��+Lj���\rj	 �n','��+Lj���\rj	 �n'),('�_܍���Ôp��','wp-content/uploads/revslider/templates/foodcarousel/slide5.jpg',0,'������0u]��6��','������0u]��6��'),('�gD���?L�VO޷�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-parallax.png',0,'�5���gÿ�� ;�F�','�5���gÿ�� ;�F�'),('����5R��E}�&p','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/milestone.php',0,'8�M�eLa7�?�BJ�<','8�M�eLa7�?�BJ�<'),('���z\0�U���\n�','wp-content/uploads/2015/11/pink-and-white-bouquet.jpg',0,'������6��','������6��'),('��\r$��e�o�vl��L','wp-content/plugins/revslider/admin/assets/imports/classic-carousel/slide2.jpg',0,'��걁腴�H{�ѕ','��걁腴�H{�ѕ'),('��,Λ36�L�!�D�#','wp-content/plugins/wordpress-seo/languages/wordpress-seo-fi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��iaH���n�[��,'),('��-\"Z�c�1�&?zjEe','wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php',0,'®f�Aט3&-����|q','®f�Aט3&-����|q'),('��a�\Z�r�����','wp-content/themes/wanderfuls/css/ilightbox/metro-white/thumb-overlay-play.png',0,'�HO�Ȏ����*G�E&E','�HO�Ȏ����*G�E&E'),('���D�n���9��','wp-content/themes/wanderfuls/content.php',0,'x�Q���`Y/�ql�	|�','x�Q���`Y/�ql�	|�'),('������ƾ,�ܵ�(','wp-content/uploads/2015/11/teal-white-candy.jpg',0,'_#��5��eCde����','_#��5��eCde����'),('����H{��.Q73l�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W4��뗇,nA��VT'),('���FL`��a�)�]Z','wp-content/plugins/js_composer/include/params/params_preset/params_preset.php',0,'�ue\n;����?EoX�','�ue\n;����?EoX�'),('��2��ګ:K�����','wp-content/themes/wanderfuls/css/ilightbox/metro-black/arrow-prev-icon-64.png',0,'���]��&9>%[�_R�','���]��&9>%[�_R�'),('����B];4�X���','wp-content/plugins/revslider/admin/assets/images/sliderpresets/carousel_thumbs_right_fullscreen.png',0,'e�DH	���P?��','e�DH	���P?��'),('��EƙU����y','wp-content/plugins/backupbuddy/images/sucuri/9.png',0,'�4�)\n���gX~��n^','�4�)\n���gX~��n^'),('�<�8c�����0�','wp-content/uploads/2015/10/Lavender-White-150x150.jpg',0,'�����n.[q��6J!I','�����n.[q��6J!I'),('�-�Y.�V��2{��r�','wp-content/uploads/revslider/templates/websitebuilder-discover/slide1.jpg',0,'X���{�a���;�','X���{�a���;�'),('�ms�J�{ *��{4��','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php',0,'m=��X�4�6���','m=��X�4�6���'),('�)[\"J�H��|�jk��$','wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Sպ橶�ZMC�x�'),('�3^*�:S�m� �<i_','wp-content/uploads/2015/10/startdesigningnow.jpg',0,'�s���J������ސ�','�s���J������ސ�'),('�@f��-5NB���bo�','wp-content/uploads/2015/11/metallicred-wand-145x300.jpg',0,'ra���f��\\�3��','ra���f��\\�3��'),('�F�FPQ$�zn�c�','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php',0,'Oh���\nbVg\"��&','Oh���\nbVg\"��&'),('�JTV0D��oTA[@�','wp-admin/options-discussion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�hV��Qi��$��'),('�Kf�\rk���6�B_)','wp-content/plugins/js_composer/include/params/tab_id/tab_id.php',0,'�xԨ��R�����Y\"','�xԨ��R�����Y\"'),('�P���k�W�\"\0e�_','wp-content/uploads/2015/10/A101WHXXXXXXXXXX200SLXXXXRMORYEMSMSYERDSL.jpg',0,'K�33a���Y]�����','K�33a���Y]�����'),('�S��w��\"P���^G�','wp-content/uploads/2015/11/teal-white-birthday2-300x222.jpg',0,';�QэK�Xw�r��Xթ',';�QэK�Xw�r��Xթ'),('�{��Y�B��A��','wp-content/plugins/backupbuddy/controllers/pages/rollback/_step4.php',0,'̮�d�W�<Du�i$F','̮�d�W�<Du�i$F'),('��M�l7��g3�g�\Z','wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_wooc.png',0,'��Ӝ��ZL�[i�','��Ӝ��ZL�[i�'),('���%��!O���|��h','wp-content/themes/wanderfuls/partials/header/header-menu.php',0,'�0M��ɩ��ԛ*bŊ','�0M��ɩ��ԛ*bŊ'),('��!9i%}���qc','wp-content/uploads/2015/10/Laura-Billys-Wedding-reception-table-setting-with-pink-Wanderfuls-Centerpieces..jpg',0,'��I�z�ߜ3{�U��m','��I�z�ߜ3{�U��m'),('��\'y�x\Z��u��@�\\','wp-content/plugins/wordfence/images/flags/nz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H/ �^\"���q\\t�&'),('��G��Զ���O;\n','wp-content/plugins/wp-fastest-cache/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u#�<�}Ӝ��\Zgv�('),('����w�2�Vm��','wp-content/plugins/contact-form-7/languages/contact-form-7-ms_MY.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0�m�ᆡ�zw'),('����S�h���S�%Tz�','wp-includes/js/mediaelement/wp-mediaelement.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��7ԇ:�3U��:]�'),('��`�<-�j�s�ڙ��','wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wf�a�??��ö�_�?'),('��Q��I_P1~ڢ�','wp-content/uploads/2015/10/Mostly-Pink.jpg',0,'*u=|�4�4#o$�ɏl�','*u=|�4�4#o$�ɏl�'),('��+����\\C��0%','wp-content/uploads/2015/10/Codffee-Cream-150x150.jpg',0,'#s�w�Z�{缽���d','#s�w�Z�{缽���d'),('���V��HNͰ�u.��','wp-content/plugins/w3-total-cache/wp-content/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�FR��aOҶ.��'),('���h�{ѴT�I','wp-content/plugins/js_composer/assets/less/shortcodes/vc_image_gallery.less',0,'�BZVP��q.�#�*�;','�BZVP��q.�#�*�;'),('���\"ܒ����nzD','wp-includes/SimplePie/Caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����BjM��g[����'),('���(��@α��߄','wp-content/themes/wanderfuls/partials/portfolio/portfolio-single-media.php',0,'�\'Fi�u ~���0.�','�\'Fi�u ~���0.�'),('�ݞ߉�S���K�,�','wp-content/uploads/2015/11/slide_testimonials-300x218.jpg',0,'ߴ���m���N9���','ߴ���m���N9���'),('�޺��>9���;(&1','wp-content/plugins/js_composer/assets/less/backend_shortcodes/empty_containers.less',0,'�ʶ�9�	�\\�5�#n�','�ʶ�9�	�\\�5�#n�'),('��Z\nu�oK� ��T;e','wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��*�ӳ�S��'),('��d�$^�?�����','wp-content/plugins/js_composer/assets/vc/vc_gitem_image.png',0,'bX2��&:�0%P�I�','bX2��&:�0%P�I�'),('��UF˽}����','wp-content/uploads/2015/11/royalblue-wand-150x150.jpg',0,'1=����1 �FB','1=����1 �FB'),('�t�P�T��Mך�T{','wp-content/uploads/2015/10/A102MRRMXXXXXXXX200SLXXXXBKMRRMRMRMMRBKSL.jpg',0,'��rdG2W�̫iRR�','��rdG2W�̫iRR�'),('���Uy/�*%��;','wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6��*y�:�U�HyI'),('�\rE��U���̈́��','wp-includes/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�3��Y�(�I��m'),('�,�D]���514�A','wp-content/uploads/2015/11/Red-Lady-Bug-Centerpiece-262x300.jpg',0,'4�ȝa�w�C#�l�ʘY','4�ȝa�w�C#�l�ʘY'),('�I!���<�!	�S2','wp-content/themes/wanderfuls/css/ilightbox/metro-black/buttons.png',0,'X*G׷��:���\n��','X*G׷��:���\n��'),('� ���!���-���<','wp-content/uploads/2015/11/coporate_lg-150x150.jpg',0,'��m�=�Ţ�Y�X*�','��m�=�Ţ�Y�X*�'),('�0�~���ׯF�d�U','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/staff_carousel.php',0,'���Z�8t3CV','���Z�8t3CV'),('�7�2�9��O�\0�\"���','wp-content/themes/wanderfuls/framework/classes/category-meta.php',0,'��xd�L���Ҫ��','��xd�L���Ҫ��'),('�ES��	��Ta���Y� ','wp-content/uploads/2015/11/Navy-and-Ivory-with-Gold-Accents-300x300.jpg',0,'9k�z1��9�/�QzS!','9k�z1��9�/�QzS!'),('�NR,�J�*�̦G$i�','wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�^�iZ���4��h�'),('�^����U�w�(u�v�','wp-content/plugins/w3-total-cache/lib/W3/NewRelicAdminEnvironment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�m\"�(�d�1�'),('�d�?��\0�6/a\\í','wp-content/uploads/2015/11/irridescentwhite-wand-145x300.jpg',0,'4;\\gk�,k��-�E8��','4;\\gk�,k��-�E8��'),('�g(]\r[��ƒu,���>','wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�qUC���\\Π`9��4','wp-content/plugins/js_composer/assets/vc/row_layouts/13_13_13.gif',0,'N�k��rO7�(# q���','N�k��rO7�(# q���'),('�x�W���2e�uv�L','wp-includes/customize/class-wp-customize-background-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PK��a��ԏ\'s�1ȩ'),('��ĉ�Y\Z+��>â','wp-content/plugins/revslider/admin/assets/imports/mainfeature/slide3.jpg',0,'\'�]�ީg-ݙ�i','\'�]�ީg-ݙ�i'),('��`z|K��w�h�,�','wp-content/plugins/wordpress-seo/admin/views/tabs/social/google.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]G�ҞKۂQ��F�'),('��A�|(���F.�y�}','wp-content/plugins/revslider/admin/assets/imports/gym/slide2.jpg',0,'�������v�&��','�������v�&��'),('��o0F��Îc�z','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/dbreplace.php',0,'t@����,W�&�2N','t@����,W�&�2N'),('��݁����Lrv?)���','wp-content/plugins/wp-optimize/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�����o*n+�/��'),('��%����t����','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php',0,'Ɨ�\n��H\'h�DƟ̲','Ɨ�\n��H\'h�DƟ̲'),('��C��s\ZA��[��','wp-content/plugins/w3-total-cache/pub/img/w3tc-sprite-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+���ur��q�z�'),('�ʧ�)ɂ��A��ڳw','wp-content/uploads/revslider/templates/interactivewhiteboard/slide2.jpg',0,'�(�84�m��-����l','�(�84�m��-����l'),('����y�3��W�w','wp-content/themes/wanderfuls/partials/loop/loop-product.php',0,'�dK�1y?T����','�dK�1y?T����'),('��?����U��,�D','wp-content/uploads/revslider/templates/ourteamcarousel/slide4.jpg',0,'2�����,`;c|���','2�����,`;c|���'),('��蜦�?��R�j','wp-content/uploads/2015/11/metallicpink-wand-150x150.jpg',0,'x�\0�*��T�y%�\Z','x�\0�*��T�y%�\Z'),('��\0=���R��w�\0','wp-content/uploads/2015/11/silver.jpg',0,'�+k^\"����ƸE�_','�+k^\"����ƸE�_'),('���}Y�<c�Zp�','wp-content/uploads/2015/10/McDonalds-Managers-Event-300x199.jpg',0,'���&��@Fn�MK�\\','���&��@Fn�MK�\\'),('����i@��~�3>�','wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.kenburn.js',0,'G�Ϡ5�jv�H�J','G�Ϡ5�jv�H�J'),('������sp���e�','wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','([f�����&r_���#P'),('��<s��\r���\'��','wp-content/plugins/revslider/admin/views/templates/slides.php',0,'ea�`3�,�ՠ�RW','ea�`3�,�ՠ�RW'),('��CuG͉u���1��','wp-content/uploads/2015/11/bluebirthday-300x279.jpg',0,'AV˅u�\';i�P\0�8','AV˅u�\';i�P\0�8'),('��!f�Y�#�\\X�=�z�','wp-content/plugins/w3-total-cache/pub/js/lightbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=5j֖\r�cr&6����'),('�w�&4�gl�\Z��&','wp-content/plugins/js_composer/assets/images/icons/chart.png',0,'���2x�3Kg>�x�','���2x�3Kg>�x�'),('�\Z![)�5�~/^(���','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/AdSenseHost.php',0,'����֍�پ�y=:�','����֍�پ�y=:�'),('�#H�^���Y��ʾ��','wp-content/uploads/2015/10/Blue-Rasberry-Sun-150x150.jpg',0,'@ӛ��wƓ�I#�(��','@ӛ��wƓ�I#�(��'),('�-1�8�;�T�/X�]','wp-admin/ms-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']b$�����q���h'),('�3�I���Ě��\0݀��','wp-content/themes/wanderfuls/css/ilightbox/metro-black/arrows_vertical.png',0,'�i#ap�ʼn�g�D@5�','�i#ap�ʼn�g�D@5�'),('�F��y~�#����]�','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/searchbar.php',0,'���\r�\0������+�A','���\r�\0������+�A'),('�G��5-��\n\"�H��','wp-content/uploads/2015/10/Cigar-Lover-300x291.jpg',0,'H2������p��+','H2������p��+'),('�I�Y	v�1BI��\'�','wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��3ٔ����~N�S'),('�T�&��is\0����z','wp-content/plugins/w3-total-cache/inc/lightbox/create_netdna_maxcdn_pull_zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ķx��C1�\nS�'),('�X�\"\0A1�N5���','wp-content/uploads/2015/10/home-gallery-3-large-150x150.jpg',0,'4ӺR�F��f�c��@�E','4ӺR�F��f�c��@�E'),('�cnC�I;�_�TȈ�=','wp-content/plugins/wp-optimize/languages/wp-optimize-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������ķ�Q3��'),('�j�<M�Dd����4m�','wp-admin/includes/ms-admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q7�9��l;�'),('�v�~����	K��n�','wp-content/plugins/backupbuddy/views/_server_tools-database_replace.php',0,'`RB�T\\�drvaȜq�','`RB�T\\�drvaȜq�'),('�yT��N>8A��^�9G','wp-content/uploads/2015/11/mint-wand-150x150.jpg',0,'J�n��B�s��֩','J�n��B�s��֩'),('�yh:;�3�r�t�O��','wp-content/plugins/w3-total-cache/lib/W3/Cdn/S3/Cf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y2:{�\0(���'),('�}���ǰ��U�w��r','wp-content/uploads/2015/11/Red-Lady-Bug-Centerpiece.jpg',0,'6�Qh�BK�YϞױ_','6�Qh�BK�YϞױ_'),('��l��Ò-;P�\'@��','wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php',0,'�B >K����E��J�','�B >K����E��J�'),('��4y���b����M�','wp-content/plugins/w3-total-cache/inc/functions/rule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϝ���2)�\0��ߜ7'),('��8@&�q�����','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/WriteMode.php',0,'\"���O��p䪔�Z\Z','\"���O��p䪔�Z\Z'),('��xʈp>�k�O�z','wp-content/plugins/wordfence/images/flags/rw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ł/T���_n�QE*Pk'),('�șI���KD&�.��I','wp-content/plugins/backupbuddy/controllers/help/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�Ρ~�ߓ�:����eo','wp-content/plugins/wordfence/images/icons/tick128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ğ��c�h4\"���'),('�����0��[��\\6','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�c�� 3+U?\\ i'),('�뭇��i�Ջ�k��r','wp-content/plugins/backupbuddy/lib/zipbuddy/zipbuddy.php',0,'��ɷi����-n�3_�','��ɷi����-n�3_�'),('��ۛs5r0~��n�)','wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php',0,'��˛�Y�.�ݮ�6X','��˛�Y�.�ݮ�6X'),('��(5�aH�yo,X�','wp-includes/js/jquery/ui/tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Er����l�n�wGV��'),('�I-��i)�Pn���','wp-content/plugins/js_composer/include/autoload/params/hidden.php',0,'����Q%P�o\Z%E*��','����Q%P�o\Z%E*��'),('�P\nUm���$�\rK�','wp-content/uploads/2015/11/burgundy.jpg',0,'�!��;_��7p��^5','�!��;_��7p��^5'),('�\r]�a*xMP��	4��','wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png',0,'*D��s`�\"������','*D��s`�\"������'),('�$%�Y/D�m��{','wp-content/themes/wanderfuls/languages/tr_TR.mo',0,',�L���A�]��A\"�t',',�L���A�]��A\"�t'),('�$�͓�bHn��,\0-','wp-includes/images/smilies/icon_confused.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sYFPZ6��,��'),('�+\Z#TK�@_�����','wp-content/plugins/js_composer/include/autoload/hook-vc-message.php',0,'�`)���\0�`�D(�A','�`)���\0�`�D(�A'),('�=F}���kW�,r�\Zi5','wp-content/uploads/2015/10/candy-jordan-almonds-300x61.jpg',0,'�[i��ɯ�$��o\"�','�[i��ɯ�$��o\"�'),('�O}n���ϵs���e','wp-content/plugins/revslider/admin/assets/imports/search-form-hero/slide1.jpg',0,'\'XB�gK[��\"b�O','\'XB�gK[��\"b�O'),('�e���z8�IԘ-s��!','wp-content/plugins/revslider/admin/assets/imports/notgeneric/slide2.jpg',0,'U*���蝏W(\nB����','U*���蝏W(\nB����'),('�h��8�l�&G1����','wp-content/plugins/backupbuddy/controllers/ajax/refresh_site_objects_excluded.php',0,'aЀ�K���[\"\\��N','aЀ�K���[\"\\��N'),('�uG��3��:V14�','wp-content/uploads/2015/10/White-and-CoralbrSara-from-Missouri.jpg',0,'�V��5ĕh%���s$K','�V��5ĕh%���s$K'),('�{{AƓ1\'�OW�','wp-content/plugins/w3-total-cache/lib/W3/SharedPageUrls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�.��%$�'),('���p�g�fӐ���d�','wp-content/plugins/w3-total-cache/lib/W3/Db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��R�:��t����.'),('���-Z���n\'d','wp-content/uploads/2015/10/flowercenterpiece-802x1024.jpg',0,'	+�I-���6u��\r�','	+�I-���6u��\r�'),('��d\Z ���Լ�<�J','wp-content/plugins/w3-total-cache/lib/W3/Menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���+����w�r�|f'),('���:P�Ot�.ؐ�@','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/Compressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X~ v;�����\'��'),('��T�UDƭ�jõ�','wp-content/plugins/w3-total-cache/inc/popup/cdn_export_library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��4I�eYT�cy���H'),('��#��hթ\Z�E��','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('����|��&3W�k��','wp-content/themes/wanderfuls/css/ilightbox/mac/pause-25.png',0,'Η��4ö��5�)_�','Η��4ö��5�)_�'),('��GE�a(����T��`','wp-content/uploads/2015/10/sizesNewPAGE.jpg',0,'�A<�^ʩ0A~~p3+','�A<�^ʩ0A~~p3+'),('��I#�dpȶ}�����','wp-content/themes/wanderfuls/css/ilightbox/metro-black/x-mark-icon-64.png',0,'~�x\n\n��B�\Z��{@','~�x\n\n��B�\Z��{@'),('������k8Kݯ�','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-license-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{;�9�߇��L�U�qr'),('��ƛH\'���[Q��N��','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/recent-news.png',0,'�d�@N����m��y\n\'','�d�@N����m��y\n\''),('��S\0;�Sk��g5�]�','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php',0,'`�DD2�̤��ɕy;]','`�DD2�̤��ɕy;]'),('��Dž����gq47','wp-content/plugins/w3-total-cache/lib/W3/UI/NewRelicNotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&p�ͷ0�R�M�o%U'),('��m��#�����','wp-content/themes/wanderfuls/skins/classes/minimal-graphical/css/minimal-graphical-style.css',0,'��6#鵙����BՊR','��6#鵙����BՊR'),('��kU2�A��3� O','wp-content/plugins/js_composer/assets/less/popups/panel_edit_form.less',0,'��5�\Z�v�ם��','��5�\Z�v�ם��'),('����U<��qV��ar','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Security.php',0,'%.c��w�Z��>@@]4','%.c��w�Z��>@@]4'),('��-?��#��W. ','wp-content/plugins/backupbuddy/controllers/shortcodes.php',0,'�p���GE5~�Z�','�p���GE5~�Z�'),('��|0��{0�bʤ7~�\r','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/CookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�_7ErϠ�Eh�'),('��Y�+:�3�k:�','wp-content/themes/wanderfuls/css/ilightbox/metro-white/arrows_vertical.png',0,'0c\r�>+7���{�\'�','0c\r�>+7���{�\'�'),('��,Y�!���c�p��)','wp-content/uploads/2015/11/African-Jungle-Safari-Giraffe-Centerpiece-300x300.jpg',0,'�!օS����m�x	�','�!օS����m�x	�'),('�蹮^��Ǥ,�%��','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/init_public.php',0,'��C��ϓL�Wla6�u','��C��ϓL�Wla6�u'),('��w,�%\0�͏�O','wp-content/themes/wanderfuls/header.php',0,'�C#��RY]�9\0�','�C#��RY]�9\0�'),('�3?�~��z��jO8','wp-content/plugins/wordpress-seo/admin/class-help-center-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1��\0)�4��\Z'),('���o*#z�S����','wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-340.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%^�k���	Oq;��'),('�θ�`O~�/��n_','wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/fonts/fontawesome-webfont.eot',0,'E�7#�,o��=ia�-q�','E�7#�,o��=ia�-q�'),('�\Z�#�����ٮʊR','wp-content/themes/wanderfuls/css/ilightbox/light/alert.png',0,'o4�\Z5�E�$J[O:�','o4�\Z5�E�$J[O:�'),('�O3��K�jNRK�6�','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/callout.php',0,'��F�X�_�[#@�\0','��F�X�_�[#@�\0'),('�L���yE�{��f�','wp-includes/css/dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�&� %��!8��\rS'),('�N���\0պ�{�	`o�','wp-content/uploads/revslider/clubix/2-pic-300x300.jpg',0,'��L��<_��›','��L��<_��›'),('�\\�k,q麗�m�Y�]','wp-content/uploads/2015/10/wands.jpg',0,'��2�\'����#n�=��','��2�\'����#n�=��'),('�`!��Q��ar�ר�','wp-content/plugins/w3-total-cache/inc/popup/cdn_queue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@c�)	ǻ�c \'5:'),('�k�UL��ǡ�$���','wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H#�f{#ʃ��	6G�'),('�n��ve��ǀ��_)','wp-content/themes/wanderfuls/templates/blog.php',0,'�pA�BܵF��mg','�pA�BܵF��mg'),('�o�?�Dj!gӭ��-','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�*�0�M���'),('�r�y��q�nW�it�K','wp-content/plugins/wordpress-seo/languages/wordpress-seo-bg_BG.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-���[ܨ��߭��'),('�{�y�V�O�T�	Ґy�','wp-content/uploads/revslider/templates/magazineposts/slide2.jpg',0,'E}ݫYA��TWmߺ�q','E}ݫYA��TWmߺ�q'),('����aU��{�\"�','wp-content/plugins/js_composer/locale/js_composer-pt_BR.po',0,'�H�:���0��f�/0k','�H�:���0��f�/0k'),('��=��-Xԍn{]�pf','wp-includes/js/wp-embed-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�t�廋�r\r3]�'),('��&�$��Vk$1(XH�','wp-content/themes/wanderfuls/partials/loop/loop-portfolio.php',0,'�o���\'K���Z$��?6','�o���\'K���Z$��?6'),('�����G���(Y)%','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js',0,'^�2�J�0c�)p��','^�2�J�0c�)p��'),('��$���I}�]Ҝ�b','wp-content/plugins/backupbuddy/lib/updater/images/icon-unrecognized.png',0,'�B�\Z&!g�\\p��AE','�B�\Z&!g�\\p��AE'),('���fSu�B�ͥ?^yO','wp-admin/css/themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#�m��)<��9'),('���\0�|=X�b��L�','wp-content/uploads/revslider/templates/ourteam/slide6.jpg',0,'N��ff�-(�&cm*��+','N��ff�-(�&cm*��+'),('��?��摛w�0���8','wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide10.jpg',0,'7�悰�Kb�=��','7�悰�Kb�=��'),('����{^��W����C�','wp-admin/css/colors/ocean/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NE�����Ɲ�nl��r'),('��M�ZxK� ��t�ߴ','wp-content/plugins/contact-form-7/languages/contact-form-7-ht.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-�]��yl���֬j'),('�����C H��V]L�','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Path.php',0,'$*�C�f(X��\"�l','$*�C�f(X��\"�l'),('���2��$8�6Lռ\Z^�','wp-content/plugins/backupbuddy/destinations/s3/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('��/�{T�ʽ�ۏ��j','wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php',0,'��p�$��z	(���','��p�$��z	(���'),('���-�]�\r�~(#�','wp-content/plugins/wordpress-seo/admin/class-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�o�B�0�s��'),('����_��\Z��-��]','wp-content/themes/wanderfuls/single.php',0,'�HZ(/���A}Nٺn�)','�HZ(/���A}Nٺn�)'),('�Ӂ�*\ngl���Y�','wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js',0,'Q��u�2�\\�]2N~','Q��u�2�\\�]2N~'),('�������<�H-�A�\n','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php',0,'B�QK+�-<H���\Zf','B�QK+�-<H���\Zf'),('�݌�)ƫ��%�Z��','wp-content/plugins/wordfence/images/flags/ie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O&�-q�9�fF�x�'),('����<���zg���','wp-content/plugins/w3-total-cache/inc/widget/maxcdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t6�����V-�<sR'),('��f�W�j/ψJ��','wp-content/uploads/revslider/templates/slidingoverlays/slide1.jpg',0,'X\'5jN�2\r�L�Sj��','X\'5jN�2\r�L�Sj��'),('��N%��p�)~40~�','wp-content/plugins/w3-total-cache/extensions/WordPressSEOAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bߝ�.��Пq�W����'),('����-xҗQ��x','wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/slide3.jpg',0,'�|���U���W�6��','�|���U���W�6��'),('�����5��;2:����','wp-content/plugins/backupbuddy/destinations/local/icon50.png',0,'C�6ߌ�q� �y�}�','C�6ߌ�q� �y�}�'),('����˄�v��+�nG�','wp-content/plugins/wordfence/js/jquery.tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:-��Eՠx�$�B'),('��)��\"�x\r�T	�\0','wp-content/plugins/add-any-extension-to-pages/css/aaetp.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�O���q�1^<W�'),('��m��v��J�L[j��','wp-content/uploads/revslider/templates/focusparallax/slide2.jpg',0,'G��齈���/�-���)','G��齈���/�-���)'),('��&B�5V�AUU,��','wp-includes/class-wp-http-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�p(�=<�\r`+'),('�y��x`�\'��ʸ�&','wp-content/themes/wanderfuls/framework/classes/accent-color.php',0,'���3A��$n���o,','���3A��$n���o,'),('�?��<\\ms$����_','wp-content/uploads/2015/10/Gold-White-300x282.jpg',0,'�������y�VC9','�������y�VC9'),('�F��,��{���B<)','wp-content/uploads/2015/11/bigwanderfulsslider.jpg',0,',���2u��X[�,m�',',���2u��X[�,m�'),('�Kh\'�?�i��Y2','wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php',0,'8�O,k��7�g�N�F�','8�O,k��7�g�N�F�'),('�M|t�/�틎��?�D','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Op{�p��{f�NZ�'),('�U�j\r��q�ۛK��','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php',0,'������Q���8>kV','������Q���8>kV'),('�W�Cc����֮&��','readme.20ccb57eb21af517009fb3e45a8eec3e.html',0,')ȪY�%�z��ע\'Y�',')ȪY�%�z��ע\'Y�'),('�_f��;w�a��ځ�','wp-includes/js/tinymce/skins/wordpress/images/gallery.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_���Pw��PU�4'),('�h{n�V\"��0���','wp-content/plugins/wordfence/css/jquery-ui.structure.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\@�1D��?���'),('�i�-Z�ٚ_z�eUl�','wp-content/plugins/w3-total-cache/inc/options/support/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�u��<e�x��@ֈˆ>','wp-includes/js/underscore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j:CJ`�tCA�}�{�'),('��q?%�rp��0�7�q','wp-admin/css/colors/coffee/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f:��3�Rv��\'$'),('��8�k���#2�P�','wp-content/uploads/2015/10/testimonialslogoboxwide2.jpg',0,'?y�����qO�Z�','?y�����qO�Z�'),('����T~��$R��D�d�','wp-content/uploads/revslider/templates/parallaxscene/slide1.jpg',0,'DB��a,\"��a���`=','DB��a,\"��a���`='),('����O���\r�~Q��','wp-content/plugins/js_composer/include/params/vc_link/vc_link.php',0,'t#�\'@�3I�9�I','t#�\'@�3I�9�I'),('�����;�tio�','wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php',0,'��:S�g����W�Pi5','��:S�g����W�Pi5'),('�ƄH���3H�׏!�','wp-content/plugins/wordfence/images/flags/bs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�sYI����}�T'),('���W|y߯.ޝ��1','wp-content/plugins/js_composer/assets/less/shortcodes/vc_separator.less',0,'�;���\n=���i���','�;���\n=���i���'),('����+v�����b�','wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js',0,'2����Hu�9�d���O�','2����Hu�9�d���O�'),('��Ǿ�Ɯ���㬸��8','wp-content/uploads/2015/11/findyourorder-150x90.jpg',0,'��V)/�:���a','��V)/�:���a'),('��M6%N��K��\Z�D��','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/images/gray-grad.png',0,'�����ۂ/����-','�����ۂ/����-'),('���B�6[s��M�','wp-content/plugins/wordfence/lib/wfCountryMap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']hF�3���k�;�u'),('����x�Й�)DC��<','wp-includes/js/customize-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':y�t}ɟD�c\n2�@'),('���̎.qX�@�7','wp-content/uploads/2015/10/girlandivorylarge2-150x141.jpg',0,'w�Nl_� ���','w�Nl_� ���'),('�@P��w���vbb','wp-content/uploads/2015/11/corporate-centerpiece-3-150x150.jpg',0,'�{6���Ĺ�+�Qi','�{6���Ĺ�+�Qi'),('�~����U�\"�&��','wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�V�o�$��Of~7'),('�-�1�A��+�q�D_','wp-content/plugins/backupbuddy/views/multisite_export.php',0,'M�8��p�ٰ��(�','M�8��p�ٰ��(�'),('��W2��D��G�7�V','wp-admin/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}SdtϾ%���'),('�\Z5�V��y�Ǝ���','wp-content/plugins/wordfence/images/flags/tr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_�Js�^��R�'),('�V�x��\0�� l��g@','wp-content/plugins/w3-total-cache/lib/W3/UI/FAQAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�q�\"#}O�O\\)6'),('��M��~\n�T|�','wp-includes/js/mediaelement/wp-mediaelement.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�Og��ER{�1��'),('�\'�M�����r$�N�q�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Autoscaler.php',0,'닫��cLC�W.L��','닫��cLC�W.L��'),('�)�EQ��ɛը0�;��','wp-content/plugins/backupbuddy/css/images/ui-bg_glass_75_dadada_1x400.png',0,'�,e���dȣ��$i','�,e���dȣ��$i'),('�1�̀�4=Wɟ�0','wp-content/uploads/2015/10/all3-300x97.jpg',0,'[N��?�Np㔶�}�','[N��?�Np㔶�}�'),('�6cI�	@۞o����','wp-content/plugins/wordfence/lib/menu_scan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','暼d�؅������.�'),('�7;��(�/��5�Q��','wp-content/themes/wanderfuls/partials/overlays/plus-two-hover.php',0,'�~J;�]����r���','�~J;�]����r���'),('�;d���h��P��','wp-content/uploads/2015/11/limegreen-wand-145x300.jpg',0,'���;\r��W�0,','���;\r��W�0,'),('�?z^��3n��1���','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ro_RO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)����7�PD#�K�'),('�I�L��wM?$�ݷ�>','wp-content/plugins/revslider/admin/assets/images/mainoptions/bullets.png',0,'�^���G��b�x�ݝ','�^���G��b�x�ݝ'),('�J���F���x�\\','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Client/Adapter/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4!�WY#�PT�\0�(��'),('�Vb(kt�W\"�6(;ƴ�','wp-admin/includes/class-wp-media-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����9\n�[`u�'),('�hz�ى|GǠ&z;�','wp-content/plugins/revslider/admin/assets/images/tooltips/progressbar.png',0,'�Ц�[�=�.�-sU�','�Ц�[�=�.�-sU�'),('�jʻ�Q���g����','wp-content/plugins/w3-total-cache/inc/options/support/form/new_feature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�V��sY��'),('�l�>�L��K\rL$�','wp-content/uploads/2015/11/mustard-wand.jpg',0,'��f�A�V�u�3:y��','��f�A�V�u�3:y��'),('�tfF	�r{�܇�_I�x','wp-includes/SimplePie/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�.�b���~���+�'),('���N-�q���\0��','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�3!�_����/�3c'),('���:n�]�y���','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/requestcore/requestcore.class.php',0,'���^�Fo�1��z͕','���^�Fo�1��z͕'),('��\0lꁗ�J6Ql�M','wp-content/uploads/2015/11/Casino-Themed-Poker-Blackjack-Playing-Cards-Centerpiece.jpg',0,'�5?�N9*��h+�q','�5?�N9*��h+�q'),('��.V���I.��AlB','wp-content/plugins/revslider/public/assets/css/closedhand.cur',0,'��t�;=��9�`�~8c','��t�;=��9�`�~8c'),('���P��J�nL�A�','wp-content/uploads/revslider/templates/dark-fullsite-block-7-footer/slide1.jpg',0,'�c�O�|k��$��','�c�O�|k��$��'),('��(Ӊ��D�bf&��','wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php',0,'�X�Yذl�h�hLJ\r@','�X�Yذl�h�hLJ\r@'),('���5�+}�;��&�','wp-content/plugins/revslider/includes/slide.class.php',0,'�,A�8�D4$�f��X�','�,A�8�D4$�f��X�'),('��\r�Ef�ۜ\'6]','wp-content/plugins/revslider/admin/assets/imports/notgeneric/slide3.jpg',0,'7R���n�Z\"�/','7R���n�Z\"�/'),('��Ј��z�﹞��d�`','wp-content/uploads/2015/11/Peacock-Bird-Centerpiece.jpg',0,'(Ҡt��>�#������','(Ҡt��>�#������'),('��n\r�b%���`q�!�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php',0,'3dB��2�r��k��','3dB��2�r��k��'),('���#�X}=8�Gf�Ʃ','wp-content/plugins/revslider/admin/assets/images/slidersources/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('��vN�R��,7�0�`��','wp-content/uploads/2015/10/Wanderfuls-150x150.jpg',0,'���7���F���:�','���7���F���:�'),('�뤱\r�!���{t(U,','wp-content/plugins/w3-total-cache/pub/img/overlay/ceo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?3q`��\'��Q��'),('���7�,f����','wp-content/plugins/wp-optimize/screenshot-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��獑\0��Y��]�'),('��A��\\!�y*0�(','wp-content/uploads/2015/10/slide_002.jpg',0,'�q0;��wM�8��0XN','�q0;��wM�8��0XN'),('���8���i�3�\nY�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-edit_dark.png',0,'3^,���LN�5Y��K','3^,���LN�5Y��K'),('�	)����U_��G�','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/blog_grid.php',0,'��NqA��sC�KY	','��NqA��sC�KY	'),('�\n����ב0Kwb�(','wp-content/uploads/2015/10/Almost-White-150x150.jpg',0,'ʖUB�m��1��Z','ʖUB�m��1��Z'),('��߲;��0����','wp-includes/feed-rss2-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�?j��7�gg�'),('���h�DI�\Z9ijY','wp-content/plugins/wp-fastest-cache/css/fonts/flaticon.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�c ��s�ӫ�'),('�+L�H�U��5�D�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js',0,'��J�0����Ϻ.�DN','��J�0����Ϻ.�DN'),('�,Q�\"��t�7�n�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php',0,'o7M�|\nms����E�y�','o7M�|\nms����E�y�'),('�0�=Oh?���\nq3V�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Exception/NotImplemented.php',0,'�?������JB����','�?������JB����'),('�3���8��By�#�Y`','wp-content/themes/wanderfuls/languages/wpml-certificate.png',0,'����H՞���h{/+','����H՞���h{/+'),('�7�>��6���՚�}','wp-content/uploads/2015/10/wands1-300x168.jpg',0,'�Su7��Ett*�?�','�Su7��Ett*�?�'),('�Q����#����U�','wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js',0,'���0GϘ�,GKF�ڕ�','���0GϘ�,GKF�ڕ�'),('�S�����	S��So','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/Google_Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0������#�q'),('�sF\"tOߓ��;_�*.','wp-content/plugins/wordfence/images/flags/dk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���Dn~WMտM�'),('�u�/����ː�ʙ','wp-content/themes/wanderfuls/images/social/email.png',0,'>����!b�����e','>����!b�����e'),('�x�����epg��fV','wp-content/themes/wanderfuls/languages/it_IT.po',0,'/\"�n�la��V��','/\"�n�la��V��'),('�{�|�V�H�D�R±�','wp-content/plugins/w3-total-cache/inc/options/minify/yuicss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N,��Z�H�ER�2\n�\r'),('��3�T.^�ƙ<���','wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�Jԝ�ij̿a����'),('���m��;Z������9','wp-content/uploads/2015/10/Beautiful-and-soft-blue-and-white-centerpiece-made-for-Sophias-baby-shower.-150x150.jpg',0,'�L�ܒ֮�T�Jή�;�','�L�ܒ֮�T�Jή�;�'),('��F����9�4\Z`�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php',0,'ņ)׹����fP#�q','ņ)׹����fP#�q'),('���t��*�d��ߊ�=','wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/slide1.jpg',0,'5�	�vgҳ�!�O�Ǥ','5�	�vgҳ�!�O�Ǥ'),('�������Рa�~+\'','wp-content/plugins/w3-total-cache/inc/functions/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��}���@�Q΂Y'),('����6��m\'��o\Z�','wp-content/plugins/wordpress-seo/css/snippet-330.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�>%���W'),('��K���OȖ9�3|<�','wp-admin/maint/repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r�0�QN�iᆰ'),('�Ԧ��\Z��Ne�m�','wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/i18n-module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��\"^�3Ƽ���\n	'),('�׷�]#�ć$�DZ^','wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.eot',0,'��x�.�������','��x�.�������'),('���5�~������','wp-content/uploads/2015/11/theme-holidays-150x150.jpg',0,'E�,�tf�Ig�+��>�F','E�,�tf�Ig�+��>�F'),('��I���.$U0]\'�S_','wp-admin/includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TI�-1otpi><�\n�i$'),('��D;��V�X8�','wp-content/themes/wanderfuls/framework/classes/assets/tb-metabox.css',0,'\'ۮt��d;UHKK�','\'ۮt��d;UHKK�'),('�����)�_͇Zd�B�','wp-content/uploads/revslider/clubix/s-350x350.jpg',0,'��\'�¶z�Z���E�','��\'�¶z�Z���E�'),('��C��\0�Vhw����','wp-content/plugins/js_composer/assets/vc/vc-welcome/02.png',0,'e�WN[~@��/o��G/','e�WN[~@��/o��G/'),('��O\\w\"�.����l�','wp-content/uploads/2015/10/joyce-150x150.jpg',0,'R�_�	�+`��uJ�+','R�_�	�+`��uJ�+'),('�����Z�\'�H,�K','wp-content/plugins/wp-fastest-cache/templates/exclude.php',0,'hɪ�m�/�k�T.?0�','hɪ�m�/�k�T.?0�'),('��+D�FܿTZ[H7','wp-admin/images/post-formats-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�l��H\\�������'),('�����/E���','wp-content/plugins/backupbuddy/pluginbuddy/images/minicolors/gradient.png',0,'ǣ8��\r2�*�Ȱ\'P','ǣ8��\r2�*�Ȱ\'P'),('��@\"�d�6�y��h`','wp-content/uploads/woocommerce_uploads/.htaccess',0,'\\Ƞ+�a[�Z�ˢ�','\\Ƞ+�a[�Z�ˢ�'),('�j�̊�h[�%LqC','wp-content/uploads/revslider/templates/applandingpage/slide1.jpg',0,'�b%D/�>\02�	','�b%D/�>\02�	'),('�/s.�3����X�&��','wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide2.jpg',0,'��5�i���!y��c)�1','��5�i���!y��c)�1'),('�2��?�W*S��Ś�m','wp-content/themes/wanderfuls/vcex_templates/vcex_post_type_flexslider.php',0,'����uʞc�x�\n��','����uʞc�x�\n��'),('�4��f93.כ��?','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php',0,'�n��I����mG5�','�n��I����mG5�'),('�7(�Q�_6޳����','wp-content/plugins/js_composer/assets/vc/rowbg.png',0,'hV����ݴ�&m~Œ�','hV����ݴ�&m~Œ�'),('�=�fd�\\ӂv���','wp-content/plugins/contact-form-7/modules/listo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u˗�ů��|:Z�'),('�?�ͦ7�F�E�/)P�','wp-content/plugins/backupbuddy/controllers/pages/server_info/cron.php',0,'ʸ�^�p\0���ܟ��','ʸ�^�p\0���ܟ��'),('�A������}���','wp-content/plugins/revslider/includes/operations.class.php',0,'����!��M<&c�G','����!��M<&c�G'),('�GV\\z��#���!;��','wp-includes/js/media-audiovideo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rS����t�D'),('�J�OG����PHK̟','wp-content/uploads/2015/11/cabernet-wand-150x150.jpg',0,'z}b<���10f�%t�','z}b<���10f�%t�'),('�K�X�����\n��>�','wp-content/plugins/revslider/admin/views/templates/sliders-list.php',0,'�a���@Ff>@�9!]','�a���@Ff>@�9!]'),('�M��s�;\',���-E','wp-admin/css/dashboard-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K�C�b\n\Z��)�T6'),('�NF�z�B�Ga�F#��','wp-content/plugins/wordpress-seo/admin/views/partial-alerts-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/S�Vc���Ϭ:�'),('�O�r#��T�G��!','wp-includes/js/swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,�I}p�e~2�q�'),('�R�RYD��t��Rj�x','wp-content/uploads/2015/11/Hippie-Themed-Yellow-Submarine-Centerpiece-150x150.jpg',0,'y]�@\'����{��I�]','y]�@\'����{��I�]'),('�X�3�\Z�����FtD','wp-content/uploads/2015/11/sage-wand-150x150.jpg',0,'�����\\#����F','�����\\#����F'),('�a%I���>��`�g�','wp-content/themes/wanderfuls/framework/visual-composer/parse/parse-row-atts.php',0,'\Zy���c������','\Zy���c������'),('�l&�*������&','wp-includes/SimplePie/Content/Type/Sniffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|r��i�Ub�lw����3'),('�l���R��hr�!HƤ','wp-content/uploads/2015/10/girlandivorylarge-150x150.jpg',0,'�9P��c�ț��Sj�','�9P��c�ț��Sj�'),('�piQ�^�l�u�����J','wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ZlO���_�R�'),('�t�S�����֭c�u','wp-content/plugins/libravatar-replace/classes/ServicesLibravatarExt.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ى{�M���p���M�'),('�zHMב�&Q�#��Z�','wp-content/plugins/wordpress-seo/css/dashboard-330.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\y���.��(	�`���'),('���$;v�ރvr���','wp-content/uploads/revslider/templates/imagegallery/slide5.jpg',0,'�p��[�\r�A���','�p��[�\r�A���'),('���$(�g�(���P��/','wp-admin/css/wp-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݚ��*�7\"G�Ū�'),('�������kM��?�uX','wp-admin/css/ie-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A?��	���'),('��=�Y�O��oO�2��','wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php',0,'��b�a��Mz�\\�9u','��b�a��Mz�\\�9u'),('���)$*���+�&1��','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Utils/URITemplate.php',0,'�����ߘ�	�zg�(��','�����ߘ�	�zg�(��'),('��5��At߂�m0i�z�','wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K$��9	u�*v��5�'),('���Mǧ���7j����','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_progress_bar.less',0,'t�ӧI�u�-yn#[P�','t�ӧI�u�-yn#[P�'),('��O�]�>��ξ��/','wp-content/themes/wanderfuls/css/ilightbox/parade/ilightbox-parade-skin.css',0,'�\'�ݬ3��`��(O','�\'�ݬ3��`��(O'),('���q�K�U�j�','wp-includes/SimplePie/Category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��?��.\nܯd�*'),('������i��=f��`','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/gzipdecode.class.php',0,'�>�&�$�?�w��','�>�&�$�?�w��'),('���f��nυ��&','wp-content/plugins/js_composer/assets/vc/vc-welcome/03.png',0,'	:�a�˚Vm�4�A_�b','	:�a�˚Vm�4�A_�b'),('���XV!1�G=','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-laptop-light.png',0,'���cH�=~q��5','���cH�=~q��5'),('�ݵ1�c�J��0�','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_row_admin.less',0,'����=�v����I#','����=�v����I#'),('��-Z���:E�:','wp-admin/js/image-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��x;auKxr�	?Q'),('��bA~��e=�x���','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/responsive-utilities.less',0,'�dƝ�������)��','�dƝ�������)��'),('���\nm���k��x�','wp-content/uploads/2015/11/African-Jungle-Safari-Leopard-Centerpiece1-150x150.jpg',0,'^�g|6�F�~\0XOxq�','^�g|6�F�~\0XOxq�'),('���|�jX����|�fb','wp-admin/css/login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�c-��\"�/��Y:�1'),('�#O�Ҍ���6����','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/hide-text.less',0,'��1i��~��l�','��1i��~��l�'),('�(m�`�$f�\"���w','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-aligncenterh-light.png',0,'f��L�P�G���U','f��L�P�G���U'),('�=v�\"��!1�p��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}���U�����T��q\''),('�A��\Z�\r��q�.8�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Pagespeedonline.php',0,'�cb�����,p@�^�','�cb�����,p@�^�'),('�B�g*^����5�9','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php',0,'Ts��\Z�nw@�2a�','Ts��\Z�nw@�2a�'),('�MR��l�B�F�u','wp-includes/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��G�؇Đ�1'),('�S���@�\Z�e�$�\"�','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/SSLTester.php',0,'*��Tz�`�sC�cp�','*��Tz�`�sC�cp�'),('�Z���q�QJv�','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/credential.class.php',0,'YLt�\'�����z*�','YLt�\'�����z*�'),('�[\'l�7��Qs���v','wp-content/uploads/2015/10/slide_004-150x150.jpg',0,'H���7f./�\03}TʞO','H���7f./�\03}TʞO'),('�[C��X2�Z�+�}�L','wp-content/themes/wanderfuls/css/ilightbox/dark/alert.png',0,'٨yZ��i �Gp8��','٨yZ��i �Gp8��'),('�d�|�J?�\0+�*�','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Diagnostics/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�k\rՅ�e\\P]2)-','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php',0,'Q�O�+�#��t�mN�\r','Q�O�+�#��t�mN�\r'),('�r�\\�j�����A$�','wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zaw�5�+ǎ����Q'),('�t-��Ө����?�I��','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/default_thumbnail.gif',0,'�R�\'qs�h`� qxZ!w','�R�\'qs�h`� qxZ!w'),('��l�C�Ƭ§B!i$a�','wp-content/uploads/revslider/templates/ourteam/slide1.jpg',0,'H�5�i���)\n��','H�5�i���)\n��'),('����Y�\\�O�]3i	�/','wp-content/uploads/2015/11/mustard-wand-145x300.jpg',0,'#m_	�4����D4�p','#m_	�4����D4�p'),('����0\ZhrL��}��','wp-content/themes/wanderfuls/vc_templates/vc_column.php',0,'e!U�by��Y\n,�H�','e!U�by��Y\n,�H�'),('���\'�pС�M��:','wp-content/plugins/backupbuddy/lib/zipbuddy/zbzipziparchive.php',0,'�ѳuW�S[��bq��','�ѳuW�S[��bq��'),('�����\"Sέ`t@','wp-admin/network/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��|��MM0\0���'),('��u�MC�9�Ocw�1(','wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php',0,'�.^Ђ�s��R����','�.^Ђ�s��R����'),('����N%DF�5�K� ','movieMain5new.html',0,'�:�$���aSk�R=u/','�:�$���aSk�R=u/'),('���\\��.1��-��:','wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A,x�����l���'),('��x������@ʖ��','wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/LICENCE',0,'N$��)h�����','N$��)h�����'),('��ΝH�*��*.ځS','wp-admin/includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ8����E\\�MߘN'),('���f�	s&0\rH�{�','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/preview.less',0,'����7��/�5�R��','����7��/�5�R��'),('��.��	�+�r�q��','wp-content/plugins/backupbuddy/views/_quicksetup.php',0,'_��^���s���D','_��^���s���D'),('�ە�suIH,<�D���','wp-content/uploads/2015/10/coupon_003-300x228.jpg',0,'��H}��@B�e�Qݏ7','��H}��@B�e�Qݏ7'),('��M/��m�F���{�','wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide3.jpg',0,'C�<\r��^l��\n1','C�<\r��^l��\n1'),('����i�3օ;��(','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php',0,'E{r�{�]a�{.GF_w','E{r�{�]a�{.GF_w'),('��Ul1�ȕD�bmg�','wp-includes/css/buttons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' =!��<0�F�-�#2'),('��s���S}<n0C�','wp-content/uploads/2015/10/White-and-light-green-bridal-centerpiece-for-Tim-and-Joans-winter-wedding..jpg',0,'E���i�`a�|��G','E���i�`a�|��G'),('���UBѨ�:�o��O','wp-content/uploads/2015/11/azalea-wand.jpg',0,'��w�vν�Zٷ�/','��w�vν�Zٷ�/'),('����<��$R�ٻ�','wp-content/uploads/2015/10/bluebirthday-150x150.jpg',0,'Eȹh��c4g�4���L','Eȹh��c4g�4���L'),('���0��CGRk�X،','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Collection.php',0,'��g�ae8��0�V���','��g�ae8��0�V���'),('��oj	b�������\n1','wp-content/plugins/backupbuddy/classes/api/_getPreDeployInfo.php',0,'iW��@0ں��\0���','iW��@0ں��\0���'),('���cP\n�\0����','wp-content/themes/wanderfuls/css/ilightbox/smooth/arrow-next-icon-ie.png',0,'\\$�y+c�\0�F�T�p','\\$�y+c�\0�F�T�p'),('��f�SFR��`?l1g','wp-content/uploads/2015/11/metallichotpink-wand-145x300.jpg',0,'���r��u��ᚪ^#','���r��u��ᚪ^#'),('�\nfv�8���1���-I','wp-includes/SimplePie/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	K�v&���<\\ڏ�S5'),('����{C�nY/�X�,q','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Client.php',0,'Bҽ�\"���԰���J','Bҽ�\"���԰���J'),('�!�S�i��P��BG�','wp-content/themes/wanderfuls/fonts/fontawesome-webfont.woff',0,'߰/�m�	�X��h��','߰/�m�	�X��h��'),('�;/�}�ù�[�;��','wp-content/themes/wanderfuls/framework/addons/custom-wp-gallery.php',0,'�o�A\r��(%�b�2�','�o�A\r��(%�b�2�'),('�VtQbШ����8�-�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php',0,'�X�y��iZᛢ^','�X�y��iZᛢ^'),('�VFL�t:k��?��','wp-content/themes/wanderfuls/partials/staff/staff-single-media.php',0,'�4$\'��|�&���','�4$\'��|�&���'),('�q���DAE�4E�è','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Dns.php',0,'��J6[iI�^Zj���','��J6[iI�^Zj���'),('�rixDڔ�痌=Wv�','wp-content/plugins/w3-total-cache/lib/W3/Widget/PageSpeed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�0�x�ԥ@!==�\\j'),('�u�;�J�AH4M�ȩ','wp-content/uploads/2015/11/daffodil-wand.jpg',0,'���L��QA��h�s.','���L��QA��h�s.'),('��3\n�*��Y}��Sj','wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���pOQ�x��o<J�B'),('�����I!�X���l�k','wp-content/plugins/backupbuddy/controllers/ajax/remotesend_abort.php',0,'���2����c$\\��`','���2����c$\\��`'),('���O�����3��P','wp-content/plugins/backupbuddy/lib/zipbuddy/zbzip.php',0,'\n�(��ߴ�G+��','\n�(��ߴ�G+��'),('����zr���g\'�','wp-content/plugins/backupbuddy/controllers/pages/_backup-home.php',0,'���皁=���)��<�_','���皁=���)��<�_'),('��ԺB��:%���Hy�','wp-content/uploads/2015/10/White-and-pink-centerpiece-decorated-with-green-leaves-for-Amys-wedding-shower..jpg',0,'x��?�^B��\"��G','x��?�^B��\"��G'),('���ZQ4��\\(�܇','wp-admin/network/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��5Cs��	�'),('��P�-��rV��2','wp-content/plugins/js_composer/assets/images/icons/balloon-twitter.png',0,'����U;f�>�a�w!�','����U;f�>�a�w!�'),('���^=�釙\'Qrx�','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php',0,'��x�͠N\"���+;�','��x�͠N\"���+;�'),('���^4�a�,76E�9�	','wp-content/uploads/revslider/templates/dark-fullsite-block-2-about/slide1.jpg',0,'Hsnm����+����U','Hsnm����+����U'),('����{\n1!��IO�>','wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css',0,'1˦�p���� y�G','1˦�p���� y�G'),('��,�U׽���x','wp-content/plugins/w3-total-cache/inc/mime/other.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c4�\'U��@G\'Ah��'),('���j6B:B�tb`r�\n','wp-content/plugins/backupbuddy/images/dropbox_white.png',0,'��__Y��y�W�Z�[A','��__Y��y�W�Z�[A'),('��q��b���a7�j','wp-content/themes/wanderfuls/images/social/dribbble.png',0,'�$��|$l:\'�-;��	W','�$��|$l:\'�-;��	W'),('��x�(��󦜛��9�','wp-content/uploads/2015/10/slide_004.jpg',0,'�!��#|�=�S��!�#','�!��#|�=�S��!�#'),('�����b��hָ{-w(','wp-content/plugins/wordfence/images/flags/ky.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','늤�>�@�|g�H�3��'),('�/�x�r�U�uE��L','wp-content/uploads/2015/11/Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece1.jpg',0,'�k���/�\'��?7�bM:','�k���/�\'��?7�bM:'),('��p\r�d��l<��','wp-content/plugins/backupbuddy/destinations/local/_configure.php',0,'0�F؋G~ITo�-n�','0�F؋G~ITo�-n�'),('�\Z���l���3Ȋ�','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k7T���Vn@���'),('��~��g�I�6\'','wp-content/plugins/backupbuddy/css/images/ui-bg_flat_75_ffffff_40x100.png',0,'���������DÎ���','���������DÎ���'),('�$��8c�QsF��5,�','wp-content/uploads/2015/11/periwinkle.jpg',0,'��@y�n]U��t��','��@y�n]U��t��'),('�3\0�W\"5V���\r�Զ','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Store/Consumer/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�J|6}�P�,\rٛ','wp-admin/css/colors/_admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3}��K`f�#İ4=r�'),('�\\=(���$�$�d�ߐ','wp-content/themes/wanderfuls/css/ilightbox/dark/arrow-next-icon-ie.png',0,'\\$�y+c�\0�F�T�p','\\$�y+c�\0�F�T�p'),('�\\���i��LSX�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/bootstrap.less',0,'y_�$cؘ ���M$�','y_�$cؘ ���M$�'),('�`a�w�񧙾\\\\���}','wp-content/plugins/w3-total-cache/lib/W3/Cache/Xcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$���e9FdM����'),('�a����n|3�]l�^I','wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css',0,'=!�c��y�Jo��)�','=!�c��y�Jo��)�'),('�h�^��%H��','wp-content/plugins/js_composer/assets/lib/bower/progress-circle/README.md',0,'��~�?���,��','��~�?���,��'),('�k�);�\"�Ֆ��','wp-content/uploads/revslider/clubix/3-pic-1024x350.jpg',0,'^ʢ�K�(l��\0.�8/','^ʢ�K�(l��\0.�8/'),('�{R��֘U�d;C','wp-content/plugins/w3-total-cache/inc/options/new_relic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0��Мm�M�;^�2'),('�|��Q���\'�g���','wp-content/uploads/2015/11/party-favor-main-5-150x150.jpg',0,'	�g�|IM	ȓ�t','	�g�|IM	ȓ�t'),('�����[��:�����q','wp-admin/includes/class-wp-plugins-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��:��(�gb���'),('��]�.l�}�w���v�','wp-content/plugins/backupbuddy/pluginbuddy/js/pb_tabs.js',0,'Iq�?w��׷�\0ђ;�','Iq�?w��׷�\0ђ;�'),('������C�\r�X��','wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php',0,'���r����ˬ��h','���r����ˬ��h'),('���P�Of;���/��','wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�^/�\rB���Z#�%/a'),('��v\Z�)��)`o��','wp-content/plugins/wordfence/images/flags/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�eF�B�/�$Ir�i'),('�����Q��c%�g���','wp-content/plugins/revslider/admin/assets/imports/sportshero/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('��g�j|�A���\0��N�','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/knowledge-graph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�>��1u��˔�C'),('��/��I���뷓�^�-','wp-content/uploads/2015/11/bigwanderfulsslider-150x150.jpg',0,'�z:��[�Zj/0�','�z:��[�Zj/0�'),('���J	�*a�����#x�','wp-content/themes/wanderfuls/framework/config/polylang.php',0,'�����0U\r$O<��r^','�����0U\r$O<��r^'),('��G4����u�Kp_i','wp-content/plugins/w3-total-cache/inc/options/minify/ccjs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�n�<��v,�,c��'),('��\\ ��Iѻ���,','wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5W��,l��~��4�'),('��x��s6�؝7m���','wp-content/uploads/2015/11/Film-Strip-with-Photo-Centerpiece-262x300.jpg',0,'���LO6���`6^B��','���LO6���`6^B��'),('��	�eٵkb�1�A�','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/skill-bar.png',0,'�K�r\n��Ł�,qD','�K�r\n��Ł�,qD'),('����<P\"�S��CX','wp-content/plugins/w3-total-cache/lib/W3/UI/DbCacheAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8n���_��Ў^��F'),('����z��+D07ۍ�\\;','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_accordion.less',0,'y9�Eg�s\'a*lO\0','y9�Eg�s\'a*lO\0'),('��=�n�$>t�4��','wp-content/uploads/2015/10/Gold-Ivory-150x150.jpg',0,'K�A�E�3})[�V��v_','K�A�E�3})[�V��v_'),('�	�B���W�s�:+�5','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/Request2/Adapter.php',0,'i��ϵ���.&�,�{�','i��ϵ���.&�,�{�'),('�/ޝ�m)|�\"��','wp-content/uploads/2015/10/Laura-Billys-Wedding-reception-table-setting-with-pink-Wanderfuls-Centerpieces.-300x200.jpg',0,'�.e���S����+','�.e���S����+'),('�ᖺ	N�KR�`���','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/images/bluebutton.jpg',0,'$\r�� ���o���~R','$\r�� ���o���~R'),('�!Y��a�����','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-chooser-1-dark.png',0,'4~���6�NK;�Jr�','4~���6�NK;�Jr�'),('�(\'��\r���hs�r��','wp-content/uploads/2015/10/White-and-Aqua-Tiffany-from-Colorado-300x300.jpg',0,'���)˜��!>���','���)˜��!>���'),('�/&����2�ѡ\rgDs','wp-includes/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��t�C8��$���R'),('�61�]��FtH�>�','wp-content/uploads/2015/11/lightyellow-wand.jpg',0,'��n����V-��','��n����V-��'),('�B�,Q�vzx}Q�/��H','wp-content/themes/wanderfuls/framework/visual-composer/helpers/autocomplete.php',0,'ȎKw��֭^l\"M�7','ȎKw��֭^l\"M�7'),('�N��W�W�����YȺ','wp-content/plugins/wordpress-database-reset/views/partials/disclaimer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A0G�;́�cn�L'),('�QZ>�H5��7f���','wp-content/themes/wanderfuls/images/dotted-light.png',0,'�#O�n��1]Z7\n,�','�#O�n��1]Z7\n,�'),('������Nn��LvB�.','wp-content/uploads/revslider/templates/interactivewhiteboard/slide1.jpg',0,'KcJ\"Bed�(�ձ@','KcJ\"Bed�(�ձ@'),('��?�0|��5uơ��','wp-admin/custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GVlp�O�.�a8��@'),('��>�ދC;�$O���a','wp-content/plugins/w3-total-cache/inc/widget/latest_news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ҡV�3�W�e�ڭ��'),('�����%��⢕	;W','wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php',0,'�;��t%P�u�','�;��t%P�u�'),('���n�wd���q4�wN�','wp-content/plugins/js_composer/assets/less/vendor/jwplayer.less',0,'w��e0��2�aw��U','w��e0��2�aw��U'),('���m9�\"��\'D�.','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Credentials/SharedKeyLite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\\$��^�*[�	'),('���V��|�TDs���','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/FontAwesome.otf',0,'���=�W���b&�W','���=�W���b&�W'),('���qh�n�J�j�','wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_#k�&Ď��%3���z�'),('���<�	�f%�n�O�','wp-admin/includes/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"_�M��j]Q��$�o'),('�ÏuL�,�&Ǒ�\r1','wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�v)��K}ߎ�6_'),('��%I���}�P�zW��','wp-includes/random_compat/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%l��1/sŀl�)w�i'),('��&��<1��Lj^\r','wp-content/themes/wanderfuls/css/ilightbox/metro-white/pause-icon-64.png',0,'���h��<S\r���TO�','���h��<S\r���TO�'),('������\'754��.�S','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js',0,'P*�s/��\\0���','P*�s/��\\0���'),('��$�<@�Řa��c\"','wp-includes/js/swfupload/plugins/swfupload.swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̵q�V7�T\\���s'),('���-fR ��\Z','wp-content/plugins/wp-fastest-cache/images/button-back-green.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','之s�n��K�Y0޴n�'),('�\"�c����,���','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_tour.less',0,'΂�ƪ�-���b8qe�','΂�ƪ�-���b8qe�'),('�,�y���O�s�i�4�','wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_glass_65_ffffff_1x400.png',0,'��.(�\\\'��3Ȩ��','��.(�\\\'��3Ȩ��'),('�?���oݔ�A�� �','wp-content/uploads/2015/10/Centerpiece-for-Jordans-Christening-party..jpg',0,'X3�eZS�Qei�ڦ','X3�eZS�Qei�ڦ'),('�H����8&���','wp-content/uploads/2015/10/Mothers-Day-300x209.jpg',0,'��Wi�AO�t��\\N','��Wi�AO�t��\\N'),('�WM��{h���(��','wp-content/plugins/wordfence/lib/menu_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��b�KJ�f�h�'),('�W�>a�ϝ|���vy��','wp-content/plugins/backupbuddy/views/migrate-home.php',0,'�k�~�Bڢ��(���h','�k�~�Bڢ��(���h'),('�^�~z6WD=�s��@�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Signature/HMAC/SHA1.php',0,'�ѿ(�Ĥ�G}�o��','�ѿ(�Ĥ�G}�o��'),('�a�@o��\'��kb��','wp-includes/js/jquery/jquery-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q!�N�S ��Xdc��Q�'),('�c��m��wM�ͳfA','wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js',0,'p����sċs�kј�','p����sċs�kј�'),('�dt���Z#�K۾�8�r','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/config.inc.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�k��k(�\ny��h4','wp-content/themes/wanderfuls/framework/hooks/hooks.php',0,'��@��$�23��J�N$','��@��$�23��J�N$'),('�o��`�ԯ���s�{V','wp-content/uploads/2015/10/Cinderella-Bouquet-150x150.jpg',0,'�8,0�B�?	n�/xhW','�8,0�B�?	n�/xhW'),('�v������[K��','wp-content/plugins/w3-total-cache/lib/W3/Plugin/NewRelic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�|r4�|����'),('�}�(A59���l:','wp-content/plugins/revslider/admin/assets/images/mainoptions/tabs.png',0,' ɞo�2�9�\\a�x��',' ɞo�2�9�\\a�x��'),('���?������ZL[','wp-content/uploads/2015/10/Pastel-Wedding-288x300.jpg',0,'�(t�m��V�	,���','�(t�m��V�	,���'),('��0�M����H����','wp-content/uploads/2015/11/party-favor-main-2-300x218.jpg',0,'t���w]�N�z⋵�','t���w]�N�z⋵�'),('����^[X��i�	�','wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;a]R���0�tb�'),('��4T�(�\\9\'��3�)','wp-admin/css/customize-widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G �sF\r��Ж6Q��ƌ'),('���������E�^��1','wp-content/uploads/2015/10/candy-100x50.jpg',0,'��oB0�vO��d��','��oB0�vO��d��'),('��k{��&��x\n��','wp-includes/class-wp-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KA�SJD��Oa9�=h'),('��hH�x1������n�','wp-content/plugins/revslider/public/assets/js/source/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('��P�S.緂��p�','wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php',0,'\0�k����zCR�)� ','\0�k����zCR�)� '),('��5/,Y�/Ȋ�\n�','wp-content/plugins/js_composer/locale/js_composer-bg_BG.po',0,'�\r�.���10Dޒ�B','�\r�.���10Dޒ�B'),('��,I��ѽJ\rzR�jN','wp-content/plugins/wp-fastest-cache/templates/cdn/other.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̆���X:��j'),('���A0f��f`� Kǁ}','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','켘~d[�!L��A�/�9'),('��&?��Z*v�-�BGf','wp-content/uploads/2015/11/mint.jpg',0,'��)�.����6���g#','��)�.����6���g#'),('��`B�u�-�\rǒ�','wp-content/plugins/wp-fastest-cache/inc/admin-toolbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hU����;�\'�#�v'),('����VFN	؀#{��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bv<�^*�!4V�u7Ҹ'),('��˴�н��2��','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�-�(7���C a('),('���s�YX���㞗','wp-content/plugins/wordfence/css/phpinfo.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<`�,7��Ju\0�'),('���pw��@S��\\','wp-content/plugins/backupbuddy/css/jquery_smoothness.css',0,'���g�\Zt�8ґ�\0','���g�\Zt�8ґ�\0'),('�\0��%3[$x\0��.��(','wp-admin/images/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�*O2/�3I2���'),('���4�����=��','wp-content/plugins/wordfence/images/icons/ajaxScan.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʖ�Ѵ��~f���i�'),('�	���Em[�����l�<','wp-includes/js/tinymce/plugins/image/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U[M���0����#'),('����O�\0���)ϐ0','wp-content/themes/wanderfuls/framework/classes/remove-post-type-slugs.php',0,'��F\n$Y�r�.1b�','��F\n$Y�r�.1b�'),('�.��r�[\"���\\.\\�','wp-content/plugins/revslider/admin/assets/images/sliderpresets/thumbs_left_auto.png',0,'l\"��:�X��pU�Q','l\"��:�X��pU�Q'),('�����n�h�R��','wp-content/plugins/leverage-browser-caching-ninjas/js/script.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܅4p���/�鱿�;Mn'),('����҃��Ԩ[�\n�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/list-group.less',0,'f��$�<����N','f��$�<����N'),('�7A/}�yaPD�B�5�','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/yaml/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�U0^�C)�Q�V��%��','wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{d�H�B�ѿP�5�'),('�o�L\"�W�d\Z��Vy�v','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/navbar.php',0,'��XE3�,;)�uG+','��XE3�,;)�uG+'),('�w̐M�}5wQ���/\rO','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/background-variant.less',0,'4ŴX[��x��9V:�','4ŴX[��x��9V:�'),('���5�Թ�k���L�','wp-content/plugins/w3-total-cache/lib/W3/ConfigKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�h��i}�|%̩�['),('��yݿ� ީ;���P\0','wp-content/uploads/2015/10/Top-Hat.jpg',0,'�.�}�F�����M���','�.�}�F�����M���'),('��t&Z|i[�@�z��','wp-content/uploads/2015/10/Lavender-White.jpg',0,'l��K.�gp�Qz','l��K.�gp�Qz'),('��K7��1����','wp-content/plugins/revslider/admin/assets/images/logo_small.png',0,'�s�^�h��Z�&�@��','�s�^�h��Z�&�@��'),('��sؽ4j۰X�G�£','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php',0,'ß\rb��h�e�P��','ß\rb��h�e�P��'),('��5Z�����o��Ү<','wp-content/plugins/wordfence/css/fullLog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+����W�jw˄}��'),('��Xdu�)��Fg#�?h�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-scalex.png',0,'��0\r�=����K','��0\r�=����K'),('����XKs�N@�!��E','wp-content/uploads/revslider/templates/comingsoon/slide1.jpg',0,'�։i|�q~�87NI','�։i|�q~�87NI'),('��T)l��6㹬uzUx�','wp-content/themes/wanderfuls/css/ilightbox/smooth/play-icon-ie.png',0,'E�6)L�/V�Y�>�','E�6)L�/V�Y�>�'),('��=T�jם��hȲT�','wp-content/plugins/js_composer/include/autoload/components.json',0,'��o�/��D;�c�ZR','��o�/��D;�c�ZR'),('�ƨ_�?[E��u5C','wp-content/uploads/2015/10/Patriotic-Centerpiece-300x227.jpg',0,'g��0�B1����L��','g��0�B1����L��'),('��6�\Z�#iW?T���=�','wp-content/plugins/revslider/uninstall.php',0,'���f`�m�w�R�[�','���f`�m�w�R�[�'),('��{�]\\ֵ�	��d��','wp-admin/css/forms-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�սJC�eu��0����'),('����\'|V�#\"�ɐ','wp-content/uploads/2015/10/home-gallery-1-large.jpg',0,'��EX�]vJ�s�[�%','��EX�]vJ�s�[�%'),('��\n�fQ8Wm��=�R','wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%0���	���~������'),('��p^�$\'�[xۮs:U�','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Client/Adapter/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�9��\'n��k�3F�f'),('����*��M�H�>�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/normalize.less',0,'�˻3���DQ�~�l�K','�˻3���DQ�~�l�K'),('��\\�\'M�m���\ne�','wp-content/uploads/2015/10/groupshot51-217x300.jpg',0,'8{cB�����nj$ d��','8{cB�����nj$ d��'),('��ug6����*��2�','wp-content/plugins/backupbuddy/images/filetree/linux.png',0,'s�[_��Ɛg\\ԡ��','s�[_��Ɛg\\ԡ��'),('�����PhP�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p!*a}Κ1dv��?p�'),('���F�~T*�	#�D�\r','wp-content/plugins/w3-total-cache/inc/functions/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a_�?.e{�Km��Z�'),('�d��l>׷�p��{�','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/info.class.php',0,'j1���,*�`�M','j1���,*�`�M'),('�������\"�R�Ŝ','wp-includes/images/crystal/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� Ѳ��#�d�%�[�'),('�\ZO@pB\'���RK�','wp-content/plugins/js_composer/include/templates/editors/popups/panel_post_settings.tpl.php',0,'zT�>��۳��Qļ��','zT�>��۳��Qļ��'),('����\0Xq��S��?#V','wp-content/plugins/backupbuddy/destinations/stash/_manage.php',0,'$e�C��T���)','$e�C��T���)'),('����̦�_TlJ&׮','wp-content/themes/wanderfuls/css/tb-sensei.css',0,'�Ⱦ�q1!P���5','�Ⱦ�q1!P���5'),('� ���&U���A�\ZY0','wp-content/uploads/2015/11/anniversary_lg-300x252.jpg',0,'�J�m_%��Ѕ�3��`�','�J�m_%��Ѕ�3��`�'),('�&Cu�VLߗ�+���w','wp-content/uploads/2015/11/metallicblue-wand.jpg',0,'t��ՙ�Mi�	�)�-*v','t��ՙ�Mi�	�)�-*v'),('�(�v��1z_��,LP�','wp-content/themes/wanderfuls/skins/classes/minimal-graphical/minimal-graphical-skin.php',0,'��������/�A���','��������/�A���'),('�,����s��6��+�','wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php',0,'{��+���a9���','{��+���a9���'),('�-�(%�¨��=C�ֹ','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-editor.php',0,'5{�1�;����E�','5{�1�;����E�'),('�2oz���a>E)OA2X','wp-content/plugins/w3-total-cache/lib/W3/Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=������ژ��7'),('�Bl��lTB�t���','wp-content/uploads/2015/10/Fun-and-colorful-Dr.-Seuss-themed-party..jpg',0,'�\n�,���{�� �','�\n�,���{�� �'),('�U�����M��\'��','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/dom/ArrayToDOMDocument.php',0,'���\n�k�ھ��R�H','���\n�k�ھ��R�H'),('�W��zl�B�K\'��*61','wp-content/uploads/pb_backupbuddy/index.html',0,'�3B[*�ԖG:_����','�3B[*�ԖG:_����'),('�rY�A�\'z�@�X/	�','wp-content/uploads/2015/11/graduation-centerpiece-42.jpg',0,'F��_��u-�	ǔ(��','F��_��u-�	ǔ(��'),('�v%���S�[�̪�Ѿ','wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b`��p\n�#I�&�'),('�{����V)Z��Y[�','wp-content/themes/wanderfuls/images/quote.png',0,'��+�N�����>J���z','��+�N�����>J���z'),('�}O� �}��lG:Yf','wp-content/plugins/wordpress-seo/vendor/composer/autoload_real_52.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ٸb�<1S�Ma?��'),('��-h�J�>/N� ��','wp-content/themes/wanderfuls/framework/addons/custom-404.php',0,'��i�f_c�U�,r�z�','��i�f_c�U�,r�z�'),('��H��E�1&Y���','wp-content/plugins/wordfence/images/flags/bd.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�U!����¸�!s'),('��R��z�+���p�','wp-content/plugins/w3-total-cache/lib/W3/Cdn/Mirror/Cotendo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�*M�砺�;�{'),('��(�f<�ѥdB���','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-shortcode.png',0,'g�<�����b;��O','g�<�����b;��O'),('����S��\n�zhV�','wp-content/plugins/w3-total-cache/lib/W3/UI/AboutAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g���Ċ�x3R�f8'),('��&�x\Z3��W��m��','wp-content/uploads/revslider/templates/fullsite-block-menu/slide1.jpg',0,'��z#����V�!q��','��z#����V�!q��'),('���y�d٪�̺�Yc�\n','wp-content/themes/wanderfuls/vcex_templates/vcex_image_galleryslider.php',0,'�		9dKv&��a','�		9dKv&��a'),('���|��?��W?�P\"','wp-content/uploads/2015/10/Iridescent-White-with-Pink-Gumballs-300x300.jpg',0,'!�t�n�B�^$d[','!�t�n�B�^$d['),('��K��l\"���S�B�','wp-content/plugins/js_composer/assets/less/lib/resizable_modal.less',0,'�&�f���s���`J','�&�f���s���`J'),('��Du��K�B�Lk��','wp-content/plugins/contact-form-7/includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[� W�<�N4� �l'),('��p��RL*5��J��N3','wp-content/themes/wanderfuls/js/retina.js',0,'��0���|��2�{d�;','��0���|��2�{d�;'),('���}~e;!a����','wp-content/plugins/revslider/admin/assets/js/css_editor.js',0,'}�<�,�^�','}�<�,�^�'),('���X\"�-{��$48sx','wp-admin/css/deprecated-media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@s��&Y*t�M�Q�F�'),('�\"8�\0P��\nu›�U\0','wp-content/plugins/w3-total-cache/pub/img/ps_bar.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<V��\"qS�m\']��e&'),('�$0�Z����w�����','wp-content/plugins/w3-total-cache/lib/W3/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�\'�m���Z������','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/README',0,'i��	\Z���6�ٛ줎','i��	\Z���6�ٛ줎'),('�+��<OΎ�G\rX1���','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php',0,'�Ny�G�x�����c�X','�Ny�G�x�����c�X'),('�.F<r�ܪ����&�','wp-content/plugins/backupbuddy/images/status/database.png',0,'��;/\'طxr��lƜ�G','��;/\'طxr��lƜ�G'),('�N^�1�3��ݺt��','wp-content/plugins/w3-total-cache/lib/W3/AdminActions/ExtensionsActionsAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y#@��.�=�'),('�P$�Z�^ ��x;ym','wp-content/plugins/js_composer/assets/less/config/variables_colors.less',0,'�3/x�Ҕ��qv>H','�3/x�Ҕ��qv>H'),('�Vl#����#�d��','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/AppState.php',0,'w���QK��<\Zp��Q','w���QK��<\Zp��Q'),('�Z��Wt�p�N�h','wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�MkJ�$��HGbr�'),('�\\� M*_�Y��YRp|','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�w������Dq[g'),('�oHΒ�*i���o','wp-content/plugins/js_composer/assets/vc/row_layouts/14_12_14.gif',0,'\"��SO�6��P�!�#','\"��SO�6��P�!�#'),('�z��`��PP@m�$','wp-content/plugins/w3-total-cache/lib/W3/CdnAdminEnvironment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�,Kz@�d�ͷ�'),('����\'����:ܗ','wp-content/plugins/js_composer/assets/less/lib/grid.less',0,'SOcM 0�1%��Y)�','SOcM 0�1%��Y)�'),('���(VJ�Џ@;����~','wp-content/uploads/2015/10/New-Year.jpg',0,'�\'TC�B��|�@��(','�\'TC�B��|�@��('),('��Z ��Og\nW�W�2','wp-includes/js/wp-embed-template.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9GxDN������T.'),('��w��h��W�����P','wp-content/plugins/backupbuddy/css/images/ui-icons_cd0a0a_256x240.png',0,'>E*,f2����\0\Z�|','>E*,f2����\0\Z�|'),('����%�ˤ��1����','wp-content/uploads/2015/10/black-gold-bar-mitzvah-300x218.jpg',0,'��逞\r\n���o$','��逞\r\n���o$'),('���\\��9�ѕ�F�w�','wp-admin/js/revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�$�]>Mb��\nm*y�w'),('����V^qz�R���','wp-content/uploads/2015/10/candy-other-300x61.jpg',0,'�\"��X��V��N�:\r','�\"��X��V��N�:\r'),('���q��/[Q�\Z���','wp-content/uploads/2015/11/party-favor-main-2-150x150.jpg',0,'��1���U\\�\\���\0�','��1���U\\�\\���\0�'),('�̤3\\϶�ш����','wp-content/plugins/revslider/admin/assets/imports/photography/slide3.jpg',0,'ŗQ��?�[<��n�','ŗQ��?�[<��n�'),('��&��L!���}Vm `','wp-content/plugins/wordfence/images/flags/mt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RdZP|�i�Q�މ{�'),('��/j���SA��CJF��','wp-content/plugins/wordfence/images/flags/sd.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ڶ�-����,�p�'),('�ң��r��g9�K\0{','wp-content/uploads/2015/10/slide_008-100x50.jpg',0,'�h�w6��,��ff�Y','�h�w6��,��ff�Y'),('�ۖC��z�:J�\0�Ś','wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/fonts/FontAwesome.otf',0,'f�C�rXgo����}*b>','f�C�rXgo����}*b>'),('����y�yIg�$\rs]','wp-content/plugins/backupbuddy/controllers/ajax/site_size_listing.php',0,'��W�X ë�#���	T','��W�X ë�#���	T'),('��F~���D;��B,�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php',0,'�OM�����	�,��/','�OM�����	�,��/'),('�苔@��ݥ�px3�','wp-content/plugins/w3-total-cache/lib/W3/Redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.c�d�<\0)(B���9'),('��i��CX��I�\n3','wp-content/plugins/wordfence/images/flags/pr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�dM���N��hJ�#'),('��>j�r0�\\��<��','wp-content/plugins/backupbuddy/images/status/yellow.png',0,'|\Z��Vk0�)\"`��|','|\Z��Vk0�)\"`��|'),('��~�+E�^���;�d','wp-content/plugins/revslider/admin/views/system/dialog-global-settings.php',0,'ٰ.�8-g�]~�Ըv','ٰ.�8-g�]~�Ըv'),('��}7z�X�>�=��','wp-content/plugins/js_composer/assets/less/params/options_field.less',0,'u~�i�g�nB���P��','u~�i�g�nB���P��'),('���\r��i�\rDg��c','wp-content/uploads/2015/11/bar_mitzvah_lg-150x150.jpg',0,'-d�\\�uZ|��B]��','-d�\\�uZ|��B]��'),('��ĵ	��gZ�<ӿ��','wp-content/plugins/w3-total-cache/pub/img/overlay/gray-check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L0�6;���o���-�'),('��\"�����鿓�\'<�b','wp-content/uploads/2015/10/closeup.jpg',0,'��c�;��\'���K','��c�;��\'���K'),('�K����{8h�h͸','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/glyphicons.less',0,'l�����0LROvJ��','l�����0LROvJ��'),('���͒���/�{','wp-content/plugins/wp-optimize/wp-optimize-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����0oHG��'),('�\\�JM��\'�?�','wp-content/plugins/revslider/admin/assets/imports/vimeohero/slide1.jpg',0,'CK���*��V��U','CK���*��V��U'),('�Ө�:�:�Ǟ��FA�','wp-content/plugins/wordfence/images/flags/lb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H�(W8���JW'),('�*��_ ��O<�V�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-chooser-2-light.png',0,'\'o [\n7���B���','\'o [\n7���B���'),('�4}�Y���[�|kM�','wp-content/themes/wanderfuls/css/ilightbox/metro-white/buttons.png',0,'�\0����\r�����t','�\0����\r�����t'),('�;!әA�O���Z�','wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�L!M��u49U����'),('�=.�L_?r���','wp-content/uploads/revslider/templates/websitebuilder-slider/slide2.jpg',0,'g�� ��\n&Y���;','g�� ��\n&Y���;'),('�@�s.lzbU\0Yҏ �','wp-content/plugins/backupbuddy/controllers/ajax/remote_test.php',0,'���`�P��ʶ	�h�','���`�P��ʶ	�h�'),('�G�I�w����V_','wp-content/themes/wanderfuls/partials/loop/loop-bottom-product.php',0,'y��T�����{�]@','y��T�����{�]@'),('�J�95]I5��\nR��','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_WPCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lj:9+x��qo�f�'),('�aP�N�%pi1W���','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/vc_gitem_editor.less',0,'��r��xK*�s�Z','��r��xK*�s�Z'),('�q��D��mo�P�ϋ','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-laptop-dark.png',0,'k���N�z���\"РA','k���N�z���\"РA'),('���W�T�<7 Y','wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php',0,'��HE��f���H,��','��HE��f���H,��'),('����N���@�(�3�','wp-includes/ID3/module.audio.mp3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%{/�U��\"m��'),('��a֝T�u?�̬Je','wp-content/uploads/2015/11/Jack-O-Lantern-Pumpkin-Halloween-Centerpiece-300x300.jpg',0,'f��Y8� �R ','f��Y8� �R '),('��h���)UG@�x��v	','wp-admin/edit-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�MX)a���.�\n<�'),('���A^���&kn��','wp-content/uploads/2015/10/Presidents-Club-annual-dinner-with-Wanderfuls-centerpieces..jpg',0,'>��ݶ��ʻ3#','>��ݶ��ʻ3#'),('��(�[3?�H/�[�e]','wp-includes/js/tinymce/skins/lightgray/fonts/readme.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zd��+���E@�1�'),('��CB��)?�A�/4�','wp-content/plugins/w3-total-cache/lib/W3/CacheCase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;\"\"kdj\r1��#J��'),('��C��s}8��/Yf��','wp-content/themes/wanderfuls/skins/classes/neat/css/neat-style.css',0,'A��-��Ty�\0��ű','A��-��Ty�\0��ű'),('���|ٷ{.Z��Mi','wp-content/uploads/revslider/templates/ourteamcarousel/slide2.jpg',0,'�$\r{�Nn��\'Z�','�$\r{�Nn��\'Z�'),('��[LI�81��	��^�7','wp-content/plugins/w3-total-cache/lib/W3/Cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I�Cޑ�]��'),('��u:�v.�5�?��','wp-content/uploads/2015/10/filling2-300x166.jpg',0,' A�֨�}3@V���',' A�֨�}3@V���'),('���]�����=����','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�\n��cF\r����'),('��2]hqu:�T6E�U�','wp-content/plugins/wordfence/lib/wfAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!���^���J�)d'),('����C	O۷B�ڥ%�','wp-content/themes/wanderfuls/images/patterns/old_wall.png',0,'��R���������','��R���������'),('���	�N��1����','wp-content/themes/wanderfuls/framework/config/revslider.php',0,':�����2{:_��+�4�',':�����2{:_��+�4�'),('���\"_e�ZC����','wp-content/plugins/wordpress-seo/languages/wordpress-seo-nb_NO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F*乡�|w2�iWh'),('��Y��ߣ�.�n���','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Net/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('���9A�z���-��M','wp-content/themes/wanderfuls/vc_templates/vc_row.php',0,'��܉S7�V>�\\L�','��܉S7�V>�\\L�'),('���H�G�dޔJG��?','wp-content/uploads/revslider/templates/duotone/slide5.jpg',0,'��+g_p�<�H�do�','��+g_p�<�H�do�'),('�\"s~��g�\"�OE�','wp-content/uploads/2015/10/home-gallery-4-large1-300x300.jpg',0,'��]�\0���擵�o�','��]�\0���擵�o�'),('�#�AuI.F��/���','wp-includes/js/wp-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ˋ8�.�r:ě���'),('�$�����.4�t�h','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/teaser.png',0,'�2~�7p��*��\'�e��','�2~�7p��*��\'�e��'),('�,3(w�R�Gok��','wp-content/plugins/revslider/admin/assets/js/codemirror/codemirror.js',0,'�h*�@TB�+se�Ѥ�','�h*�@TB�+se�Ѥ�'),('�:�P=��N���B','wp-content/plugins/js_composer/assets/less/lib/pixel_icons.less',0,'ƀ5�4d��O1\'\\��','ƀ5�4d��O1\'\\��'),('�<{����,-�![M��','wp-includes/js/tinymce/skins/lightgray/skin.ie7.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.z�Mx��.j@�K\n�'),('�<ۣb�/i� !l��','wp-content/plugins/wp-fastest-cache/templates/update_success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���#��D���o�a� '),('�@�p�\n��5��T','wp-content/plugins/backupbuddy/images/filetree/php.png',0,'H͢��J1��fT|�,�','H͢��J1��fT|�,�'),('�@��,�n\\���+k�','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u\0���e���;'),('�H�0\nq\rv��Q�\"xP�','wp-content/plugins/revslider/admin/assets/images/sliderpresets/cover_carousel_thumbs.png',0,'7yH�DX��q�<K�u`','7yH�DX��q�<K�u`'),('�I�[��\n2�\Z)�=�','wp-content/uploads/2015/11/lightyellow-wand-150x150.jpg',0,'�S���e�������V�','�S���e�������V�'),('�m�}������+s]','wp-content/plugins/wordfence/images/flags/lt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�.%V��zl��'),('�p�2��@�*k$�s\r,','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/blog-grid.png',0,'5�<~N���C�','5�<~N���C�'),('�v�FI��2h���n�','wp-content/plugins/wordfence/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��mg�I&|�E��B��'),('�{�1�\"��^���.','wp-includes/class-wp-widget-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����+����'),('���P��%!��lH�?�','wp-content/themes/wanderfuls/images/ls-arrow-right.png',0,'9��j㊪�:�a�','9��j㊪�:�a�'),('���$�I���ƒ�8V','wp-content/plugins/w3-total-cache/inc/lightbox/minify_recommendations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gKn�5��hKj�\"i'),('���=V;�����N.K','wp-includes/js/wp-list-revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GQ\ru`�*�L��n$��'),('���F��|`^�B�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-save-dark.png',0,'4�*\Zql�3�Ӓ��','4�*\Zql�3�Ӓ��'),('�����.�$����2t�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q,)8�ߒL\ZW�{��'),('���M���	7$Q0�*$','wp-content/uploads/2015/10/big2-150x150.jpg',0,'�!PU4��/��J����','�!PU4��/��J����'),('��\n�ӛIQED	��','wp-includes/class-wp-comment-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��򣲬+�W��ɽ'),('��A{l�-+����G!+','wp-content/themes/wanderfuls/css/tb-layerslider.css',0,'��x�Qqh��%�IP3','��x�Qqh��%�IP3'),('���Ƿ�������\n�H�','wp-content/plugins/wordfence/lib/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�x>���zKK�b�['),('��5�PdT�}P)g�\" ','wp-content/plugins/revslider/admin/assets/imports/classicslider/slider.jpg',0,'�-]�ix��p�x���','�-]�ix��p�x���'),('�Ϻ2��	�	Bb\0Z�','wp-content/themes/wanderfuls/templates/landing-page.php',0,'Q��5�ԥ�G�WW��','Q��5�ԥ�G�WW��'),('��w[�(׳��8nU','wp-content/uploads/2015/10/Lush-Tropical-jungle-70x70.jpg',0,'~�.Ƈk�����/��','~�.Ƈk�����/��'),('��0x6|UD��>Q)��','wp-content/uploads/2015/10/Peach-Bouquet-300x268.jpg',0,'��n�k����I$�P�','��n�k����I$�P�'),('��Κ,�Q�a�gl��\Z�','wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.+ݪ7�/>\"Z��*��'),('��6r�D߆�[���w','wp-content/themes/wanderfuls/framework/classes/assets/tb-metabox.js',0,'Ց���ڥ�p��0�]�','Ց���ڥ�p��0�]�'),('��dA#���*�Źo7','wp-admin/js/customize-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��V�#f��{j2�'),('�\0��WB�L�f�\r2�','wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js',0,'��U��$���UeC�','��U��$���UeC�'),('���7��B��!$�','wp-content/plugins/revslider/admin/assets/images/mainoptions/fullscreen.png',0,'�F5�8�Ne�\\b��','�F5�8�Ne�\\b��'),('�\rq���3I=���g ','wp-content/plugins/wordpress-seo/images/Local_130x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0>p3�Bfz�u�'),('���Q�~�jJ�€D','wp-content/plugins/wordfence/images/flags/io.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r���ҲW��W��r�'),('�r�\n1&s9�2H9�','wp-content/uploads/2015/11/Navy-and-Ivory-with-Gold-Accents.jpg',0,'o�姄�Ʀߠ�IK�','o�姄�Ʀߠ�IK�'),('�/�;�e��<��)\"��','wp-content/uploads/2015/10/all.jpg',0,'�1;p��uL��oU','�1;p��uL��oU'),('�6�>�!^`�1��b','wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php',0,'\\�pgpxM�x�^l','\\�pgpxM�x�^l'),('�@l	\0,�Ȍ�3>AS','wp-content/uploads/2015/10/findyourcolors-300x39.jpg',0,'0�j\\<mx�[j9V�7','0�j\\<mx�[j9V�7'),('�M�fP��ղ%TJ�@�','wp-content/plugins/revslider/admin/assets/imports/classicslider/slide2.jpg',0,'��걁腴�H{�ѕ','��걁腴�H{�ѕ'),('�V\0p� %Z=�9��8','wp-content/plugins/backupbuddy/controllers/pages/deploy.php',0,'�6�9l��+w\'�k�','�6�9l��+w\'�k�'),('�`�[pa�J���k+b}m','wp-content/uploads/2015/10/Pink-and-brown-wedding-centerpiece-for-Brian-and-Nikkis-big-day.-150x150.jpg',0,'�YXp?r�ʹ�(��','�YXp?r�ʹ�(��'),('�o���f�c��','wp-content/plugins/wp-optimize/languages/wp-optimize-sk_SK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]���t����_�h�'),('��A�R)�藤$K*�','wp-content/plugins/revslider/admin/assets/imports/sportshero/slide1.jpg',0,'�c��Ƈ�_�\\�e��','�c��Ƈ�_�\\�e��'),('��`e} ��x�na)','wp-content/plugins/backupbuddy/controllers/pages/_zip_viewer.php',0,'̧�m:��l�����qw','̧�m:��l�����qw'),('��Gh���KV�dL�','wp-content/plugins/backupbuddy/pluginbuddy/classes/form.php',0,'��7�q�v�r\Z�}$�','��7�q�v�r\Z�}$�'),('������]��nkΈ','wp-content/themes/wanderfuls/images/highlight-right.png',0,'�t\rR�R�J\'��\r�Ԟ�','�t\rR�R�J\'��\r�Ԟ�'),('���스>���j1^','wp-content/plugins/wordfence/images/flags/fi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(��K��q��i+��'),('��������S��C�','wp-content/plugins/wp-optimize/languages/wp-optimize-hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2H�Kϰ{\Z\\�%%C'),('��3\"�(z�a�4�8�','wp-includes/images/media/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-o��Uʓ��U�U_'),('��{[���#(�{F��','wp-content/themes/wanderfuls/js/wanderfuls-min.js',0,'j4���&[M�!�P','j4���&[M�!�P'),('��(%岧���ӥk.�','wp-content/themes/wanderfuls/partials/staff/staff-single-gallery.php',0,'��°��\0]���9�','��°��\0]���9�'),('���)!�dsw�Oz}M*d','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Signature/PLAINTEXT.php',0,'@�0�X�s^�ۥ�;�','@�0�X�s^�ۥ�;�'),('��\Z\Z����m��@�','wp-content/themes/wanderfuls/framework/fonts.php',0,'�P2�:�����r','�P2�:�����r'),('���-S<�J��yRp��','wp-content/plugins/wordpress-seo/languages/wordpress-seo-cy.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�%��T�rL,��'),('�\'M\Z		����\rԑ��','wp-content/themes/wanderfuls/partials/search/search-entry-excerpt.php',0,'�9���@�~�\r��(D','�9���@�~�\r��(D'),('�A�C��GF�o��v�','wp-content/uploads/2015/10/Metallic-Baby-BluebrPete-from-Oregon-150x150.jpg',0,'w����v�4>�̭h=','w����v�4>�̭h='),('�%+�:�w�P\"�y�h','wp-content/plugins/wordpress-seo/admin/views/form/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƌ:t\n�y�3\0a��<�'),('�%†��Q���7(�\\6','wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php',0,'�j7V;�h=�c�1�','�j7V;�h=�c�1�'),('�-ʊ\0U2��Ӥ��','wp-content/plugins/revslider/admin/assets/imports/classicslider/slide5.jpg',0,'�){��q���1t4','�){��q���1t4'),('�3y��u�E��1wĎ','wp-content/plugins/wordfence/images/flags/bm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�����	�9�eX'),('�=p����݋B��sk�','wp-content/themes/wanderfuls/css/ilightbox/light/ilightbox-light-skin.css',0,'lю}	���3^�P%','lю}	���3^�P%'),('�?/Ө�d���Q��.y�','wp-content/plugins/wp-optimize/images/embedplus.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y(]���1�}x*='),('�J?����~����v�','wp-content/plugins/backupbuddy/destinations/bootstrap.php',0,'�F�s�f�O�~��F��','�F�s�f�O�~��F��'),('�S��F�7��͜�e','wp-content/uploads/2015/10/A102BBBBXXXXXXXX310WHSLXXBBMSMSWHBBBBSLSL.jpg',0,'\"��&�����M݉5�','\"��&�����M݉5�'),('�VXg!xOI����{�A','wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^^�7|a:�Ț��.�'),('�V����+�!','wp-content/uploads/2015/11/African-Zebra-Centerpiece-150x150.jpg',0,'C�9]YᖹK�6%�)','C�9]YᖹK�6%�)'),('�b�� sT3JL�ƝG','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/OAuth/Curl.php',0,'�4m�5#0���','�4m�5#0���'),('�kHm�1��`0ѹ��_','wp-content/plugins/wordfence/lib/wordfenceConstants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�j�/�&�����b'),('�vV^�$���S���S�','wp-content/plugins/w3-total-cache/lib/W3/Cdn/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�w�f�bc����','wp-content/uploads/2016/07/wandlogo-150x41.gif',0,'ە�ɦP�ψ�}c��','ە�ɦP�ψ�}c��'),('�z���f�2qĆ���','wp-content/themes/wanderfuls/framework/classes/widgets/simple-menu.php',0,'��:�{#��=�`O','��:�{#��=�`O'),('�zݿ�&X❙6���s','wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�BxY�~rW�C�u�'),('�{�|9�/ऍ�QM��*','wp-content/themes/wanderfuls/framework/addons/favicons.php',0,'!.�Pi��u�����','!.�Pi��u�����'),('�|5Z@��J��H�3�','wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/slider.jpg',0,'�U��Si>\\�l{��0�','�U��Si>\\�l{��0�'),('���{�Q��r�Y�','wp-content/plugins/wordpress-seo/admin/class-social-facebook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�Ӆ�����*\"�'),('���՗YO�im�N�N','wp-content/plugins/wordpress-seo/css/adminbar-340.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�2%S����6X^S�L'),('��\n�lt�7�08���','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/icachecore.interface.php',0,'��}�]�����)����','��}�]�����)����'),('���Dㄛ*�MEաPP','wp-content/uploads/2015/11/custom-theme2-150x150.jpg',0,'DO}�}�&��X@�X','DO}�}�&��X@�X'),('���&u�H7m���t��','wp-content/plugins/backupbuddy/pluginbuddy/images/minicolors/trigger.png',0,'f{Tq#\\��-\\pc�^','f{Tq#\\��-\\pc�^'),('��յ{	8\ZHg-�','wp-content/themes/wanderfuls/css/ilightbox/dark/play-icon-64.png',0,'�P�~hC\"�5��+�\'','�P�~hC\"�5��+�\''),('���#��x\n:d�)�>m','wp-content/plugins/js_composer/assets/vc/fe/social/gp/tall.png',0,'���U|�6&r��E��','���U|�6&r��E��'),('��@.�̯�1k�?q�','wp-content/uploads/2015/11/African-Jungle-Safari-Leopard-Centerpiece-150x150.jpg',0,'^�g|6�F�~\0XOxq�','^�g|6�F�~\0XOxq�'),('��О��պP?�s�䏪','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php',0,' �]%w;�p�+!',' �]%w;�p�+!'),('���4�d��Dٳr�j','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('����xyO�MQ��,','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zL��p���\Z)�'),('��[	i��1Dd I�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�+p�+�\Zف�cG�'),('�ٵ\nh��Jx�dv�ԃ]','wp-content/plugins/wordfence/lib/wf503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-^����K�D�h$�'),('��L�(�*�I����','wp-content/plugins/w3-total-cache/inc/mime/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('��5��[,	j�(�ƪ�','wp-includes/js/mediaelement/controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�\"�Ӭ����?�Ȥ'),('��NC��W������','wp-content/plugins/wordfence/images/flags/ap.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��d�\r�ٍ��_P�'),('���F�jd�ՙ�g<��j','wp-content/uploads/2015/10/Sweet-16-party-with-black-and-gold-Wanderfuls.-150x150.jpg',0,'D/Ϻ��T��	`��3�','D/Ϻ��T��	`��3�'),('���N�O��T�)EH','wp-content/plugins/contact-form-7/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E*�k���S�Nw�'),('���2zs�4x�EB','wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+6���Q��g4'),('���y�n6Kz�9��G�','wp-content/plugins/wordfence/images/flags/ao.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���m$�٧wh'),('����u�F���д��i�','wp-content/plugins/js_composer/assets/vc/fe/screen_sizes/laptop.png',0,'>՗�\\������^؈��','>՗�\\������^؈��'),('�Obc��\" ���|J(','wp-includes/images/smilies/icon_evil.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c���VM<�\"!�.'),('�,��#}��xӨ��','wp-content/plugins/w3-total-cache/lib/W3/UI/MonitoringAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�6�,��׊C.'),('�-7��ố6p�t�R','wp-content/themes/wanderfuls/framework/classes/widgets/posts-icons.php',0,'��_�$�u�?�MEo','��_�$�u�?�MEo'),('�1��WV(2��6����','wp-admin/images/icons32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۬[�m9��J�4�\Z�'),('�1�\"�i���:0��','wp-content/uploads/2015/11/Tropical-Hawaiian-Luau-Blue-Dolphin-Centerpiece.jpg',0,'�k���/�\'��?7�bM:','�k���/�\'��?7�bM:'),('�5>�$�:�(4�V�','wp-content/uploads/revslider/templates/travel-static-captions/slide2.jpg',0,'�AFWE���\\�x�','�AFWE���\\�x�'),('�EɁ�[y��ѷ�VI�','wp-content/uploads/revslider/templates/cleannewsslider/slide2.jpg',0,'�Wl�q1�z��\Z�f�1','�Wl�q1�z��\Z�f�1'),('�Jp��]�v#���\'�!','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js',0,'����=���\'��>�','����=���\'��>�'),('�L���%ǖ2(<c','wp-content/uploads/2015/11/Hunter-Green-and-Mint-Centerpiece-150x150.jpg',0,'5,��P&�E�6���','5,��P&�E�6���'),('�XS�7��L}�`t5','wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js',0,'4$�Vc�%:-H���8(','4$�Vc�%:-H���8('),('�`I|��ڣ5��y��h','wp-content/uploads/2015/10/Political-Favours-196x300.jpg',0,'�U\n��I�j��R�f�','�U\n��I�j��R�f�'),('�e��Ζ޽�2xHO','wp-content/uploads/2015/11/azalea.jpg',0,'��9��\0=6t���!','��9��\0=6t���!'),('�f�:~�d;�����','wp-content/uploads/2015/10/Beautiful-white-centerpiece-design-for-Sheila-and-Robs-wedding.-300x269.jpg',0,'G��X�_>��G�5�','G��X�_>��G�5�'),('�j���)�qE�iO�','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/recent_news.php',0,'EO\'+�U��̞9i(','EO\'+�U��̞9i('),('€	��A[�{u���d�','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Exception/InvalidAccessToken.php',0,'�jE�6mp`�Q蟧8�','�jE�6mp`�Q蟧8�'),('‹��o���\r)+��I','wp-content/plugins/w3-total-cache/lib/W3/UI/CdnAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u0�ƪF��	�'),('”u�g��hҖ���b','wp-content/uploads/2015/10/A102IWPKXXXXXXXX300WHXXXXBRMKMKBPBRXXMOSL.jpg',0,'�%b�|�沓�B�û�','�%b�|�沓�B�û�'),('˜&��B�|�Wx>��','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/Request2/CookieJar.php',0,'��qn�F����ls�W','��qn�F����ls�W'),('����,\'�[`��','wp-content/plugins/js_composer/assets/vc/minus.png',0,'3R��;)��s�v�d#7','3R��;)��s�v�d#7'),('Ÿ~7�d��3��\n�F','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/yaml/lib/sfYamlDumper.php',0,'(j�Φ}r���iX','(j�Φ}r���iX'),('¡Hﲒ�xT7D','wp-content/plugins/wordpress-seo/admin/class-option-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gg���M�\'˦	���M�'),('¤�EV�ˎ��A��&�','wp-content/uploads/2015/10/A101RDXXXXXXXXXX200SLXXXXBKMRRMRMRMMRRBSL.jpg',0,'�sO8\Z!�}��','�sO8\Z!�}��'),('¯\Z^��wo.߳|��B','wp-content/plugins/revslider/admin/assets/css/font/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('»6i=�6揍��!S','wp-content/uploads/2015/10/1.jpg',0,'_�s&�)g��=��*�','_�s&�)g��=��*�'),('¼j�)����L�՚U�','wp-content/plugins/js_composer/assets/css/vc-ie8.min.css',0,'��LM[���dI','��LM[���dI'),('�1���|�}���dQ','wp-admin/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���v�:K^��-�'),('��e����LeﰇX','wp-content/themes/wanderfuls/bootstrap336/css/bootstrap.min.css.map',0,'��u���|�۶�\0zw','��u���|�۶�\0zw'),('��W�GA�7\"F�$Ys�','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Curl.php',0,'����A��p��hc0�S','����A��p��hc0�S'),('�ٵ/�\n5�9Jz����','wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php',0,'�I�/N)-�jjw#','�I�/N)-�jjw#'),('��p��=�:�3��','wp-content/uploads/revslider/templates/sleeklandingpage/slide1.jpg',0,'U��C�)���9g���a','U��C�)���9g���a'),('������g<bܜ�\\,','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-xml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"JiG��s1;�U�g'),('���p���7;B&˦','wp-content/plugins/wp-optimize/images/elegantthemes_sm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �z���T�mć`[�'),('��A�\"�\Zg��ӭw','wp-content/themes/wanderfuls/css/ilightbox/smooth/fullscreen-icon-64.png',0,'�A��,���<Tx%P?','�A��,���<Tx%P?'),('��yv�υn��Ր�\0�5','wp-content/uploads/2015/11/Ivory-and-Peach-Centerpiece-150x150.jpg',0,'\ru��}YD�S�>�\nn','\ru��}YD�S�>�\nn'),('���˂�{5NK�?�GA','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-timezone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!0Y�2G���_'),('���~P��\\q;���|K','wp-content/plugins/backupbuddy/js/backupPerform.js',0,'��xR$�	-*�W�pDV','��xR$�	-*�W�pDV'),('�	1��А々�S:(','wp-includes/js/thickbox/loadingAnimation.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"h\r�c���&�'),('��nǙ4$��-C�','wp-content/themes/wanderfuls/framework/staff/staff-config.php',0,'+�4o��5�g�8��E�','+�4o��5�g�8��E�'),('�\Z�a�\"��Ob��~','wp-content/plugins/backupbuddy/images/filetree/ppt.png',0,'�6l��<��L�x+','�6l��<��L�x+'),('�.�B�|xӳ��E�','wp-admin/css/press-this-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�^�]�ڇ��[���'),('�;�է�[�����(f�','wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�u�R�q|�X��X�'),('�@![�ֶ�J��|�','wp-content/plugins/backupbuddy/pluginbuddy/images/draghandle.png',0,'e��]�ӻ]\"�򎠋�','e��]�ӻ]\"�򎠋�'),('�C�3�!0Q�o�J�e `','wp-includes/js/plupload/plupload.flash.swf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\rv�EROG�Ҙ�t��l'),('�E��e�\"^��zT��','wp-content/plugins/contact-form-7/modules/quiz.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0}ϳ�w\Z�\'��Ʃ'),('�YL۸Y{���6���','wp-content/plugins/revslider/public/assets/assets/sources/yt.png',0,'���,\r�w�B\"�+���','���,\r�w�B\"�+���'),('�\\��������L��','wp-content/plugins/wp-fastest-cache/templates/update_error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�0��ި ������2'),('�]\ZvG1{\"�ܫ(','wp-content/plugins/revslider/admin/assets/imports/gym/slide1.jpg',0,'�n&_h��>����8�S','�n&_h��>����8�S'),('�]SL�T�I�,�n-�','wp-content/plugins/revslider/admin/assets/imports/notgeneric/slider.jpg',0,'�2U�tJ#���׫�','�2U�tJ#���׫�'),('�_���jSX�2�QQ=','wp-includes/ms-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�Yw��3�\\��_Q'),('�b�� UzyM�����','wp-content/uploads/2015/11/engagement_lg.jpg',0,'{y��[��}C��E','{y��[��}C��E'),('�dyX�p�i�\Z�k�6','wp-content/themes/wanderfuls/framework/classes/widgets/social.php',0,'�����^��G�g(','�����^��G�g('),('�l�Q���۹BLa��','wp-content/uploads/2015/10/home-gallery-5-large1-300x300.jpg',0,'(@�s�C�mm���Bt�<','(@�s�C�mm���Bt�<'),('�w�_.��R�V�l̋:','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png',0,'��VW@��ʲ?�y���','��VW@��ʲ?�y���'),('Ï�:�J-]�L��^','wp-content/uploads/2015/11/football_lg-150x150.jpg',0,'A�\Z�N6O�[�%','A�\Z�N6O�[�%'),('âjC>�BoG\0Hk�','wp-content/themes/wanderfuls/css/tb-tribe-events.css',0,'��詝0jkz�Y1P��','��詝0jkz�Y1P��'),('ã�ä��}��D`F�','wp-content/plugins/backupbuddy/controllers/ajax/importexport_settings.php',0,'ޝ�JN�X.G�F��','ޝ�JN�X.G�F��'),('ï/�z���a�E��i','wp-content/plugins/w3-total-cache/inc/options/pro/fragmentcache_general_section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','or:��h�6��?'),('�ԑ�ՒQ����\\�A','wp-content/uploads/revslider/templates/snowscene/slide2.jpg',0,'0Iz!�C#�Lg�ڪ','0Iz!�C#�Lg�ڪ'),('��\0��mU���#����','wp-content/plugins/wordfence/images/flags/tk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�~���k�di�\\'),('��tnR�ؔ����%^�','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���Oe#�l@:P+\"v'),('���D����=^�%8�d','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��W�wKmq��M��'),('�Ӳ�b�]\0O�C��2%','wp-content/plugins/backupbuddy/controllers/pages/multisite_import.php',0,'��T�f�x����l','��T�f�x����l'),('���5�V\"�$$�_��','wp-admin/includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uH}y1q;��W����'),('��iY����\0\nR)��','wp-includes/post-thumbnail-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+����\\~��a�/'),('��u�X�ݼ#�-���','wp-includes/class-wp-http-ixr-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|IN6�>G�{��A'),('���X���J�Y4�_r','wp-content/themes/wanderfuls/bootstrap/config.json',0,'\'�f��I��zDK-Fy','\'�f��I��zDK-Fy'),('��ȸR��b���\'�W','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php',0,'��.�eK��h���','��.�eK��h���'),('��&^4�i�NIxRN','wp-content/themes/wanderfuls/css/ilightbox/metro-black/arrow-prev-icon-ie.png',0,'�̓^%�<���vd�','�̓^%�<���vd�'),('���	�֞�����','.ftpquota',0,'W�[�]�oK(|Q �','W�[�]�oK(|Q �'),('����Aa1��]S�\'�','wp-content/uploads/2015/11/silver-wand-145x300.jpg',0,'\"N�E��S�p����','\"N�E��S�p����'),('��*n�;A�LXI@�g','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�R��\n�J0f�-'),('�r��8;�[}�h�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/Request2/Adapter/Curl.php',0,'��@�W�$7�;�k<|','��@�W�$7�;�k<|'),('�M���m��G���}','wp-content/plugins/w3-total-cache/lib/W3/Cdn/S3/Cf/S3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�|��nU��D��`���'),('�lV�<��=��<z','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/text-emphasis.less',0,'�@��um섮�N*��','�@��um섮�N*��'),('��.��i��B]��','wp-content/plugins/wordpress-database-reset/assets/css/bsmselect.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~v��ZL��TVH�['),('�mt���hi���.�b','wp-content/uploads/2015/10/old_slide_114.jpg',0,'}I�m��F��L\'X�','}I�m��F��L\'X�'),('����FuPɦU�h|�','wp-content/plugins/revslider/includes/framework/update.class.php',0,',#�ޚ����c}PQ�',',#�ޚ����c}PQ�'),('�+�Z7K��Ft�G�m','wp-content/plugins/contact-form-7/languages/contact-form-7-ga.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̲-\\	�-���[�ze�'),('�4�5�\0�Ω�on','wp-content/plugins/contact-form-7/languages/contact-form-7-ar.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5nokIp�2�v̈��'),('�=>O�@�*��8p�o','wp-content/uploads/2015/10/Margarita-150x150.jpg',0,'��ܺH��X�RzFkd','��ܺH��X�RzFkd'),('�@y*p��A>�2c','wp-content/uploads/2015/11/emerald-wand.jpg',0,',��q/����zs�\\�',',��q/����zs�\\�'),('�L9ԔL�MU�)�M��','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�`�s�B��`����'),('�L=����~B=b���','wp-content/uploads/2015/11/ivory-wand-150x150.jpg',0,'H��*/z8���WK�=','H��*/z8���WK�='),('�M��T�������e','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/GamesManagement.php',0,'\r�/F��!��9�$[�k','\r�/F��!��9�$[�k'),('�n&�\nR���O�\0|','wp-content/uploads/2015/10/hat3-graduation-centerpieces.jpg',0,'o�+_�чJ��aψ','o�+_�чJ��aψ'),('�zk�n�Qm��|Ǹtk�','wp-content/plugins/wordfence/images/flags/de.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�����Nb��K�'),('�~�u1GI��s��e~q','wp-content/plugins/revslider/admin/assets/images/toolbar/lightcopy.png',0,'�k������3U)P��A:','�k������3U)P��A:'),('Ĉ^A��+l���o�d��','wp-includes/js/tinymce/skins/wordpress/images/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7~!���\0����\"w'),('ĉqLս����\"�','wp-content/themes/wanderfuls/partials/term-description.php',0,'&U`+�,\r�B+.��q��','&U`+�,\r�B+.��q��'),('đ�ԪV�CT����G','wp-content/plugins/wordpress-seo/admin/pages/licenses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�QYmW��^p��k�'),('ĔԼ���pP�Z	H��','wp-includes/images/smilies/icon_cry.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E>z?��Ap�mWlA�`'),('Ğ/���eK��-$','wp-content/plugins/revslider/admin/assets/images/icon_html5.png',0,'����h��g$��','����h��g$��'),('ħ])�/��<�%e���','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/classes/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('ıo�t�XZ<%�1','wp-content/plugins/js_composer/assets/vc/fe/social/pinterest/none.png',0,'16hp;�4�?�7�s!m','16hp;�4�?�7�s!m'),('ijJ�\n`|�5,HT��','wp-admin/includes/admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uc6�j��d�V�r�'),('Ļ���,\rA|��H�\'s','wp-content/plugins/wordpress-seo/admin/ajax/class-recalculate-scores-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�9���`�=��4�A\'�'),('Ľ&�o���f�V ��','wp-content/themes/wanderfuls/framework/comments-callback.php',0,'n�ׅX��EMW�����','n�ׅX��EMW�����'),('��\r�RШ�<״U;\"','wp-content/plugins/contact-form-7/admin/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a{����ʕ�7'),('���Ěz�̖x�&{cR','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-settings-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ǒ�~\Z�Ȳ��&'),('��ʙ\0}��甠K��.�','wp-includes/js/jquery/jquery.color.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-���E�G����>vJ'),('��Jqw�� �q�y�','wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_variables.less',0,'78n��,��q|�ׄ','78n��,��q|�ׄ'),('��\r�E^[�7kg(��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\\g����c��'),('��}[�LE��J�^�','wp-content/uploads/2015/11/white-wand-145x300.jpg',0,'{2h�q��<��2��','{2h�q��<��2��'),('��Y	:E�MiM���<�','wp-content/uploads/2015/11/peach-wand.jpg',0,'��S���Q�5|E�O�','��S���Q�5|E�O�'),('���)C�|>�G�','wp-content/plugins/backupbuddy/destinations/gdrive/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('��J�b��#�5)�J','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Urlshortener.php',0,'�˦4iؗx�њ)��','�˦4iؗx�њ)��'),('�����l_��f��8','wp-content/uploads/2015/11/sweet_sixteen_lg-150x150.jpg',0,'�Ԗ��g����:u%�I','�Ԗ��g����:u%�I'),('��č�c��$+Y��z;','wp-content/plugins/js_composer/assets/less/params/css_editor.less',0,'<LP_�C����pGYb�{','<LP_�C����pGYb�{'),('��{A��mm��*�K','wp-includes/nav-menu-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�4x&��q��g{C'),('��0-�2j4Ai�0','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/TableEntity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n6��K���v#Y>�iG'),('�\Z�E�[�ܿ����O','wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide3.jpg',0,'��; +�5��\'Q��','��; +�5��\'Q��'),('�b�A��\Z��x\r3�(','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_separator.less',0,'�ۛ��h��\\�Tug4','�ۛ��h��\\�Tug4'),('�)+\Z?-�Յ꯮�x�%','wp-content/plugins/revslider/admin/assets/js/settings.js',0,'P��F����P�z�Dw�','P��F����P�z�Dw�'),('�,�8���x[\r�#','wp-content/plugins/revslider/admin/assets/imports/mainfeature/slider.jpg',0,'L��_^!x5�Y�m��','L��_^!x5�Y�m��'),('�/{+�r]�\r��#*��','wp-content/plugins/wordpress-seo/languages/wordpress-seo-cs_CZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�39Y�˩��Ĭ�]'),('�8Z:�،O����','wp-content/plugins/w3-total-cache/lib/W3/Widget/NetDNA.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Iqn�R�!�'),('�9~=��\\k�-Fu\'u�','wp-content/uploads/2015/11/daffodil-wand-150x150.jpg',0,'��ҟb���z�V����','��ҟb���z�V����'),('�<(��bS���G�1!','wp-content/uploads/2015/10/Knicks-Season-Subscriber-Event-centerpieces-designed-by-Wanderfuls.-300x226.jpg',0,'��O)P,d��m.�p','��O)P,d��m.�p'),('�M�����ǫ���h�','wp-content/plugins/backupbuddy/destinations/ftp/_configure.php',0,'Ӗ��������d�_�','Ӗ��������d�_�'),('�M�X��M���:�r','wp-content/uploads/revslider/templates/foodcarousel/slide4.jpg',0,'�k|9�I��D�=.S�','�k|9�I��D�=.S�'),('�U�:=9X.d���O��]','wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�*�ޠ�Q����d\0�'),('�^s:T���8�&)+N','wp-content/themes/wanderfuls/css/ilightbox/metro-black/fullscreen-icon-64.png',0,'�A��,���<Tx%P?','�A��,���<Tx%P?'),('�`#��G�b�C��֊�','wp-includes/js/swfupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y,k?�X�N�0G�;'),('�fZ�k@\Z�_9| �C9�','wp-content/plugins/wp-fastest-cache/js/info.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-6^�I:��jW9H�O'),('�qN�%��=~sBՆ','wp-content/plugins/backupbuddy/destinations/site/_pushpull_foot.php',0,'y��tr�^��8Nk�S�','y��tr�^��8Nk�S�'),('�w\rS�a��*��m��!','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̇j����\\��E��\''),('�@��v�y?��Zs','wp-content/uploads/2015/10/Hotel-Ballroom-150x150.jpg',0,'�G4��C�H�3�ꩮ�','�G4��C�H�3�ꩮ�'),('łj�Dߋ�.�˖D��','wp-admin/css/forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��frW~c��д��X*'),('Ń������|�g�e','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/autoload.php',0,'U�J�	�X!�Ao3�^_�','U�J�	�X!�Ao3�^_�'),('Ŏ7Md��g�x�o��V','wp-content/plugins/backupbuddy/destinations/gdrive/icon50.png',0,'�g����\"�d=�ٽ�','�g����\"�d=�ٽ�'),('Ŗ�/PI����c�D=Y','wp-content/plugins/wordfence/css/images/ui-icons_222222_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':<Th��zģ ��*ˌ'),('Ŝ��C�8����a�','wp-content/uploads/2015/10/candy-other-150x150.jpg',0,'Ζ_̢�[nS]VMEi�!','Ζ_̢�[nS]VMEi�!'),('Ž��+<�L��1ָ\r�','wp-content/themes/wanderfuls/templates/login.php',0,'�G�u.���˹ؿw���','�G�u.���˹ؿw���'),('��oު�\';5�z�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Auth/LoginTicket.php',0,'=��Wn���=M�0','=��Wn���=M�0'),('��!�;��+%�yxs�','wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php',0,'}V��N{ܠO��D','}V��N{ܠO��D'),('��׼��`�~�	78���','wp-content/uploads/2015/11/Jester-Mask-Mardis-Gras-Centerpiece.jpg',0,'����ee·F]8�0)','����ee·F]8�0)'),('��-�p�lE���k�/�','wp-includes/js/jquery/jquery.hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S!}EU�\\b�g�h��='),('��eN��+r_g_i9��`','wp-content/uploads/2016/01/girlandivorylarge2-250x170.jpg',0,'����ǂ�;qN�1C','����ǂ�;qN�1C'),('��t.2��ʜ����','wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php',0,'?%�mםs)���Ʀ���','?%�mםs)���Ʀ���'),('���*�2�(<9��{','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-yoffset.png',0,'�GѼ��`��v�i0u�','�GѼ��`��v�i0u�'),('��CE����і�go@','wp-content/uploads/revslider/clubix/3-pic-150x150.jpg',0,'/�5!H��,�j/�b','/�5!H��,�j/�b'),('���\'VH�Z>*�\0z^<�','wp-content/uploads/2015/11/Film-Strip-with-Photo-Centerpiece-150x150.jpg',0,'���y� \\c�9� ¼�','���y� \\c�9� ¼�'),('����\Za7\n�NX�V�','wp-content/plugins/js_composer/assets/vc/fe/social/gp/tall_desc.png',0,'8���+��i\n�	i�>','8���+��i\n�	i�>'),('��C-� G�NR��','wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php',0,'�$N���Ӽa�3Ҍ%','�$N���Ӽa�3Ҍ%'),('��-����R���� ','wp-content/themes/wanderfuls/partials/blog/blog-entry-readmore.php',0,'j�[�y3cm�\nW8�\0','j�[�y3cm�\nW8�\0'),('�)N�q�\Z�P��?Ɖ','wp-content/plugins/w3-total-cache/lib/EDD/EDD_SL_Plugin_Updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Zܙç3���I68�)'),('�+���g���q6�^\0�','wp-admin/images/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0� q0m��\ZY%V�X�'),('�/��妛1���3�','wp-content/plugins/w3-total-cache/inc/options/common/help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A#h(��o+I�e�?#u'),('�1�AOy\'��/�Z��','wp-content/plugins/w3-total-cache/lib/W3/AdminActions/FlushActionsAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U{�=�J���(}�����'),('�@��j�� ���j','wp-content/themes/wanderfuls/partials/staff/staff-entry-media.php',0,'��>���|��c6ڤ','��>���|��c6ڤ'),('�B���	�(e�x��h�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/Exception.php',0,'x؛���1!V�EabLT','x؛���1!V�EabLT'),('�H�}�q\0t�V��D','wp-content/themes/wanderfuls/taxonomy-portfolio_tag.php',0,'��\Z�Xڅ\'���ޮ�M','��\Z�Xڅ\'���ޮ�M'),('�J��vr�+(�t.�U�','wp-content/plugins/w3-total-cache/inc/lightbox/support_us.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ҡf#b�+D�0N�u]'),('�W��V�ۑ�^�UD_','wp-content/themes/wanderfuls/framework/visual-composer/config/single-image.php',0,'	�S��u�Q5��','	�S��u�Q5��'),('�Y\0�A]�K�L�','wp-content/plugins/widget-countdown/images/featured_plugins/countdown.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��9Y�}�fU�ɯ'),('�ZW�)>��*�r�F','wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.ttf',0,'|�����8��U�W��n','|�����8��U�W��n'),('�f��#��q�V<\\i','wp-content/uploads/2015/10/Football.jpg',0,'2X#��:�u����<!','2X#��:�u����<!'),('�r%I�ZѪ\r٨���Ix','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php',0,'�O�l̊X!S.sӖ��','�O�l̊X!S.sӖ��'),('�w�s�?��4i�/','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/OAuth/Zend.php',0,'fj�3I�d8?bo�6\0�','fj�3I�d8?bo�6\0�'),('ƅ����|_�i/y��	','wp-includes/js/tinymce/plugins/media/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �61V]Q�ċd�'),('ƣU�3�E&6��K6�','wp-content/themes/wanderfuls/images/social/vk.png',0,'����k����ҁ�Cp','����k����ҁ�Cp'),('Ƭ+\Z���I�d^i <\0','wp-includes/js/jquery/suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':$tV�E�ʿ���'),('ƮC��s�W�%��T','wp-content/themes/wanderfuls/framework/hooks/actions.php',0,'�MtJ�����j2�','�MtJ�����j2�'),('ƻ]�f��&28U�','wp-content/plugins/backupbuddy/destinations/dropbox2/icon50.png',0,'�x�9�9V�?��z','�x�9�9V�?��z'),('ƻ�:b�d�G�&��O','wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{d�H�B�ѿP�5�'),('Ƽ����~9��~籌�','wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{;}�{�ko�^��h�d'),('���ؖV�\rج�\Z[�','wp-content/plugins/w3-total-cache/inc/widget/netdna_signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\nX�xȰ� j���'),('��N��ɼ�Zmg�?��','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/modals.less',0,'�f4����F��|��4!','�f4����F��|��4!'),('���ݹ����8�y6�','wp-content/plugins/backupbuddy/lib/updater/class-ithemes-credentials.php',0,'F3F���I\n|��(~�%','F3F���I\n|��(~�%'),('���a:�y�,���7q','wp-content/uploads/2015/10/Presidents-Circle-annual-party-with-Wanderfuls-centerpieces-in-gold-and-purple.-200x300.jpg',0,'/���b�x/�;_݁[','/���b�x/�;_݁['),('����E\0���r��UlC�','wp-content/themes/wanderfuls/partials/footer/footer-callout.php',0,'{0\\�6/&��t��^','{0\\�6/&��t��^'),('�알����=��w��','wp-content/plugins/backupbuddy/destinations/stash/lib/class.itx_helper.php',0,'�T����1�O�9t','�T����1�O�9t'),('��1�Û�$�����)','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/finished.ejs',0,'��̿V.1V�Y�����','��̿V.1V�Y�����'),('�6��ri�|�(P�@�!','wp-content/plugins/wp-fastest-cache/inc/admin.php',0,'bm:�����ҟ��','bm:�����ҟ��'),('����6\"���ן�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/jumbotron.less',0,'���vz����xf��J!\\','���vz����xf��J!\\'),('��Z�ʼnQX(Дp=#p','wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/css/jquery.fonticonpicker.min.css',0,'�\'2(Vx`�ɚ;','�\'2(Vx`�ɚ;'),('�\"�/��˹v闹x�','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Diagnostics/DirectoryConfigurationSubscription.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߲^���Ώ�O��gu'),('�\"*Ј�|c>��Ȳ','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/services/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�$�QˏN#��f�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/js/jquery.leanModal.min.js',0,'zb3����B[&�\r��','zb3����B[&�\r��'),('�E�K`\0�.J��䱥','wp-content/plugins/w3-total-cache/lib/Nusoap/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�t$_Y+��Q�YE�@�','wp-content/uploads/2015/11/sweet-sixteen-centerpiece-300x218.jpg',0,'sM8,j��IC�oε4I�','sM8,j��IC�oε4I�'),('�vXZ;�o~�Q�Y}�5','wp-content/uploads/2015/10/wedding-300x168.jpg',0,'E5d�u�纠-�a�S�','E5d�u�纠-�a�S�'),('�{�\n�\'6��=j��','wp-content/themes/wanderfuls/css/ilightbox/light/pause-icon-64.png',0,'E�K�I�\"E0`w��','E�K�I�\"E0`w��'),('�~���e��<��l','wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php',0,'�aq�1�]O\r�H��','�aq�1�]O\r�H��'),('ǂ-i)�.�\\���z�^a','wp-includes/Text/Diff/Engine/shell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�Aܑ�~J�^t����'),('Dž�9��9:���\Z�','wp-includes/cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ݙ![�ܢ�ͮE'),('dž3R��K��3��','wp-content/plugins/backupbuddy/views/_backup-home.php',0,'��v���i��6y�o�[','��v���i��6y�o�['),('Ǐ�QAZ��Ӝ��#','wp-content/uploads/2015/10/home-gallery-3-large1-300x300.jpg',0,'�M�{�	��5�[�l���','�M�{�	��5�[�l���'),('ǘ	{���\'�d_z�l�','wp-content/themes/wanderfuls/framework/conditionals.php',0,'��/�=��H��Ʊ��','��/�=��H��Ʊ��'),('Ǥ>z�Ԅ��!J]>','wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����:9�H!L'),('ǫ�=��m�/���^','wp-admin/includes/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Qιl��YC`;�'),('ǯ��\r�?��ғ�7��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;I�w��cݐ5��'),('Dz��d�	�Y$w��J�','wp-content/plugins/wp-fastest-cache/js/lang/de.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a^Vth�����'),('dz\\��_L-Y�Ō%$','wp-includes/ID3/module.audio.dts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V`�L7.��l] '),('Ǹ��K*��u҃�Av','wp-content/plugins/wordfence/images/flags/et.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\rP�����\0�%�'),('�rɛ<ηN\r���!','wp-content/plugins/js_composer/assets/vc/editors/ui/vc_ui-icon-pixel/controls.png',0,'���\"̋k���|��/','���\"̋k���|��/'),('��d��RI\0���g#','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php',0,'�W[o	���~���5b;','�W[o	���~���5b;'),('���1^r��5�Y�','wp-content/uploads/2015/11/ivory-wand.jpg',0,'Ģ��4y)����=\n�','Ģ��4y)����=\n�'),('��y�D*�;��8��5','wp-content/plugins/w3-total-cache/extensions/CloudFlare/general-settings-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�#���5��\r+�@'),('����4-Y`*���ss','wp-content/themes/wanderfuls/css/ilightbox/metro-black/arrow-next-icon-64.png',0,'?ֲ�OV�J7�X׆','?ֲ�OV�J7�X׆'),('�\r����[�avA','wp-content/uploads/2015/10/Beautiful-and-soft-blue-and-white-centerpiece-made-for-Sophias-baby-shower.-292x300.jpg',0,'pv��,��i�����T','pv��,��i�����T'),('�~WC����\"J�u','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Mirror.php',0,'^�S��xuG{�0ԨD�','^�S��xuG{�0ԨD�'),('�\r\Z�wʼn[�dT����','wp-content/plugins/backupbuddy/css/images/ui-bg_glass_65_ffffff_1x400.png',0,'��.(�\\\'��3Ȩ��','��.(�\\\'��3Ȩ��'),('��gZ�-)�?���5','wp-content/uploads/revslider/templates/websitebuilder-discover/slide2.jpg',0,'\'�z���Z�!E�Q���','\'�z���Z�!E�Q���'),('�\Z{g�?�3gڢ\Z�','wp-admin/images/icons32-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�*�����g����'),('�ոҕ�E��|��{8�','wp-content/themes/wanderfuls/images/social/youtube.png',0,'���D��d�}�LC0��','���D��d�}�LC0��'),('�!O�ƻL����L','wp-content/plugins/revslider/admin/assets/images/mainoptions/imageicon.png',0,'ʀ�[w���n��+','ʀ�[w���n��+'),('�\"u@��T��S��5�','wp-includes/images/smilies/icon_idea.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"m%h����S��r�'),('�\'S����|�<�9�','wp-content/plugins/wp-fastest-cache/images/loader-statics.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��NU\0\r1~M�qr�'),('�-h��,q�H���?i','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/TableInstance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%��tUTC�GX�Pl'),('�.U�{FQO\"�\'L,��','wp-content/uploads/2015/10/A101PKXXXXXXXXXX500LPXXXXMPORMGPGTUMNGLGL.jpg',0,'{0�h�Y�_����f','{0�h�Y�_����f'),('�>���E��$.\0��','wp-content/plugins/revslider/admin/assets/css/font/egfont.eot',0,'y��i�)S�c6��4�','y��i�)S�c6��4�'),('�Y$\'����o���','wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�L.�TR�@��矻'),('�j�jtTdj�ӗ�j�','wp-content/uploads/revslider/templates/agencywebsiteheader/slide1.jpg',0,'!�a�?Ȩ}���a�.','!�a�?Ȩ}���a�.'),('�n��94co����k','wp-content/plugins/wordfence/images/flags/sv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v8m�k�D�a\0�S6'),('�q��Y���H�\"��','wp-content/plugins/wordfence/images/flags/ee.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�VFY3�\ZXL���(��'),('�v|�C+�2��^��r�','wp-content/plugins/js_composer/assets/vc/fe/social/fb/button_count.png',0,'�Mh;-3���z��ҙ','�Mh;-3���z��ҙ'),('�D����f�	�K?','wp-content/uploads/2015/11/royalblue-wand.jpg',0,'#�E^���1����','#�E^���1����'),('ȁ��O�9(�\Z�־{f','wp-content/themes/wanderfuls/partials/portfolio/portfolio-single-meta.php',0,'�Ɉ�^���+Ѵ��4','�Ɉ�^���+Ѵ��4'),('ȁ��=�Ʋ�\\�R�ˆm','wp-content/themes/wanderfuls/images/patterns/dark_wood.png',0,'F�m�fN�dg��8:','F�m�fN�dg��8:'),('ȍP�� �3����\n��','wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��F�&�J�j�'),('ȓ<�:F�A\\��\"����','wp-content/themes/wanderfuls/partials/blog/blog-entry-content.php',0,'�WS�{��c@����','�WS�{��c@����'),('ȸޣL0\ZtD�dQ�%','wp-content/plugins/js_composer/assets/images/icons/blue-document-image.png',0,'�u=?�N�g�#���','�u=?�N�g�#���'),('��4�_���9I:���','wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_PT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`D(�܃�c��P�Ǿ�'),('�ƂJ������*�','wp-content/uploads/2015/11/designtoolssmall-150x150.jpg',0,'ࣉ/v����x�ے','ࣉ/v����x�ے'),('�Ə�����v���','wp-content/plugins/w3-total-cache/lib/CF/cloudfiles_exceptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z\n����h�Ȍ��'),('�����oe��5؈��','wp-content/plugins/js_composer/locale/js_composer-de_DE.mo',0,'�����|Bz�ϐ|','�����|Bz�ϐ|'),('���N-\Z=p\n����','wp-content/uploads/revslider/templates/r_about/slide1.jpg',0,'�N\'6�&��\n�\r�','�N\'6�&��\n�\r�'),('��Q�q�}ޅ��[\r��<','wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�,3�zi3�%g�Uco'),('��Tm��a�U]��','wp-content/plugins/wp-fastest-cache/css/fonts/flaticon.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䓣Ǧ�w��$��L��'),('�1��	Q�g���G\Z�','wp-content/plugins/backupbuddy/controllers/ajax/exclude_tree.php',0,'qm1�{��,hL��3��','qm1�{��,hL��3��'),('�\r��\0��#��!&��= ','wp-content/uploads/2015/11/hotpink-wand.jpg',0,'b�c0��s�-X?�L9','b�c0��s�-X?�L9'),('�����~\r\ZK4(#��','wp-admin/user/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ����ǀ[K}�Z'),('��o��q�\0`ߒ�[�','wp-content/plugins/revslider/admin/assets/images/mainoptions/openclose.png',0,';X;�t���<LQEP�',';X;�t���<LQEP�'),('�uj��e˗�R��A','wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��6���`����3-'),('��?����b-�3J','wp-content/uploads/revslider/clubix/s-400x400.jpg',0,'����\0N���DL��n','����\0N���DL��n'),('�&\Z��8�	�wٺ[fZg','wp-content/plugins/widget-countdown/includes/admin_menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ժ^.��b�{�b=���'),('�0��2�t:��٬','wp-content/plugins/revslider/includes/framework/include-framework.php',0,'��%j���\Z.~��','��%j���\Z.~��'),('�8;��j��Z�k�v','wp-content/themes/wanderfuls/skins/classes/agent/agent-skin.php',0,'�K\"i}S �v;^�-:','�K\"i}S �v;^�-:'),('�A7�\'�C#�w�S�s�','wp-admin/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^��G(}j�n�ʄ'),('�I��`�������i�','wp-content/plugins/js_composer/assets/less/modules/vc_messages.less',0,'�	S8��\Z��9�','�	S8��\Z��9�'),('�N�DEK�1+O3��h','wp-content/uploads/2015/11/Hippie-Themed-Yellow-Submarine-Centerpiece.jpg',0,'�V����d<HMّ��','�V����d<HMّ��'),('�lX�w��B�*X�W�','wp-content/plugins/wordfence/images/sort_asc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oɧ��*�X���9e'),('�o�[�����P��Q�K','wp-content/uploads/revslider/templates/cleannewsslider/slide1.jpg',0,'ڛ���O0ۖ�ז�0�','ڛ���O0ۖ�ז�0�'),('�o���1p���מÁ','wp-content/uploads/2015/11/slide4-300x147.jpg',0,'������X�+c�\nn��','������X�+c�\nn��'),('�q�|:Y��*�|/��','wp-content/plugins/js_composer/include/autoload/vendors/wpml.php',0,'v�yޭ*Q+�#a','v�yޭ*Q+�#a'),('�so�DTOd�溾�g','wp-content/themes/wanderfuls/partials/footer/footer-widgets.php',0,'�uN�r�aW���=u�','�uN�r�aW���=u�'),('Ʌc���*�w��M��','wp-content/themes/wanderfuls/vcex_templates/vcex_recent_news.php',0,'�}�w	���ٗE�ޘ��','�}�w	���ٗE�ޘ��'),('Ɇ8���pŻѵV�','wp-content/plugins/wordfence/lib/wfActivityReport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,7�̰b��w0�\''),('Ɍ�ք!>qV�Q}�','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/requestcore/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('ɐ�[���s���\\','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-helper.less',0,'�Ic4��9���R�Ȓ�','�Ic4��9���R�Ȓ�'),('ɛo�\"`�ѲV�s�\\�','wp-content/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-options.less',0,'�%���x�����\0�','�%���x�����\0�'),('ɮ;Fo\r�F�\Zoj���J','wp-content/plugins/backupbuddy/lib/updater/history.txt',0,'aߏ$��q㶚��=�','aߏ$��q㶚��=�'),('ɸSk���iĢ��V\'�','wp-content/uploads/2015/11/pink-wedding-table-centerpiece.jpg',0,'T9��&!V�U�*�','T9��&!V�U�*�'),('ɸ�T���SQ�N�:B','wp-content/plugins/js_composer/locale/js_composer-pl_PL.mo',0,'��%���gPk��:���','��%���gPk��:���'),('�ɉ�<�eؤ�\0��k{�','wp-content/themes/wanderfuls/page-droom-no-flash.php',0,'�ùm�]�θ��Y��','�ùm�]�θ��Y��'),('��#P(F\"T����(','wp-content/uploads/2015/10/bluebirthday-300x279.jpg',0,'۠O�6����ڀ��','۠O�6����ڀ��'),('���M���[\"\\�:P�','wp-content/plugins/wordfence/images/flags/mg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Ě|��d��>�'),('�����2D�i�e�','wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���P+^.(�zҤ�'),('��\"]�\Z#iƏU��;q','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-add-schedule.php',0,'�[ �s��l��\\��10�','�[ �s��l��\\��10�'),('��θ�&����&/0�','wp-content/plugins/revslider/admin/assets/imports/news-hero/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('����=Mq����','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CurlIO.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-{�2�\n<i�r�d�M�'),('��JQ�k#�VƤTM@','wp-content/plugins/js_composer/assets/images/icons/balloon-buzz.png',0,'�NJC�����E�����','�NJC�����E�����'),('��\r32����IV ��','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Signature/RSA/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('��nIAЁ9��k\'�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php',0,'�Ks���\n^�@�6ΔF','�Ks���\n^�@�6ΔF'),('�!&�i�)^�W���R�','wp-includes/js/jquery/ui/widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i4�6����	/'),('�#(QZ�N�1��rU�','wp-content/plugins/w3-total-cache/inc/popup/cdn_rename_domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jTժ�5ȍ*��B�h'),('�\'@7�B[������1','wp-content/plugins/revslider/public/assets/assets/loader.gif',0,'K:�����m𙗣P�','K:�����m𙗣P�'),('�\'�͈��j$��7Q-��','wp-content/uploads/2015/10/Soft-green-and-white-centerpiece-for-Celine-and-Bobs-20th-Anniversary-party.-150x150.jpg',0,'c�I�\"�	^�FQ}���','c�I�\"�	^�FQ}���'),('�(�q�4P�}�5Oz�k','wp-admin/js/inline-edit-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"Y�gC�_r�8'),('�6\\�O)�`E��&�','wp-content/plugins/widget-countdown/images/featured_plugins/facebook.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0\0��rr�8ſ�Y�'),('�Q�Fz/C	^	S)ω','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z/�,�Ϫ����sF`�'),('�R���ш�޿�0','wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kXp���R��SW~�'),('�\\:p�B�l��\'#�O','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_teaser_grid.less',0,'G��:]OMN=��h�','G��:]OMN=��h�'),('�hFM<@`%q-��','wp-admin/includes/class-wp-filesystem-direct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tx(�>���\0���'),('�xjP����!c�x','wp-admin/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|��K��:|&12��'),('ʅ-��g�C�ߪq=� 5','wp-content/plugins/revslider/admin/assets/imports/web-product-dark/slide4.jpg',0,'n���6��&��3��`�','n���6��&��3��`�'),('ʡsi#j����e��\0��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r^½H�l�����'),('ʥ��;P�����Rd�','wp-content/plugins/w3-total-cache/inc/options/cdn/maxcdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I���G׍FY��Mź�'),('ʫ&w}�bDyoD�^�','wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdlcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�Ɩ���\n/�M_���'),('ʬ�L�	�(�Ų\Z=)��','wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide7.jpg',0,'�~Ds}6)�5�ډ߼�','�~Ds}6)�5�ډ߼�'),('ʭ��u��I���Е�P','wp-content/themes/wanderfuls/bootstrap336/css/bootstrap.min.css',0,'/b@��_^y�[ŧ�B','/b@��_^y�[ŧ�B'),('ʯ���g����ұ��','wp-content/uploads/2015/11/theme-animals.jpg',0,'�a/�V�-M�E���','�a/�V�-M�E���'),('��)��J��N}�','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/cacheapc.class.php',0,'��\Zx�5���� �','��\Zx�5���� �'),('��?���(��\"��\np','wp-content/uploads/revslider/templates/magazineposts/slide4.jpg',0,'�˵��ؿ7/<��]�','�˵��ؿ7/<��]�'),('�ۨV��<��;�@P','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mܚ߈]�������Y'),('����P>芁�V���','wp-content/uploads/2015/10/Casino.jpg',0,'M�����}ށd���!','M�����}ށd���!'),('��	b���8�[����y','wp-includes/js/wp-emoji-release.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x���C�fY\0Z��'),('��9���3p��^�1��','wp-content/plugins/contact-form-7/admin/includes/editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��zxz���X�o��'),('�\0�}&�4�/v���]z','wp-content/themes/wanderfuls/js/lib/sticky.js',0,'�-Rt&����\"\"��b','�-Rt&����\"\"��b'),('�Y�dʊT�\\���','wp-content/uploads/2015/11/graduation-centerpiece-5-300x218.jpg',0,'=e0)����f��:�r','=e0)����f��:�r'),('���p&�n���FD�','wp-content/themes/wanderfuls/css/ilightbox/smooth/pause-icon-64.png',0,'�Ox%?��M~bڕI�ͅ','�Ox%?��M~bڕI�ͅ'),('�\r��r��cx#��g�','wp-content/uploads/2015/10/Margarita.jpg',0,'(XFx��I�f�\'euX','(XFx��I�f�\'euX'),('�!��#��I|���F�','wp-includes/js/tinymce/plugins/directionality/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_!8[EV�aYP@�A'),('�/6�!Ȑl-���q��','wp-content/uploads/2015/11/60s-Hippie-Flower-Power-Peace-Symbol-Centerpiece-150x150.jpg',0,'�RGo�\n��\0L^�	h','�RGo�\n��\0L^�	h'),('�3�|\0H�ũxh&��','wp-content/uploads/2015/11/Aqua-and-Periwinkle-300x300.jpg',0,'��ʅT/	�JD[%�A','��ʅT/	�JD[%�A'),('�6�<��C�﮿�V:(r','wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Q�=մn���ƹ��Y'),('�@���o|����e[M','wp-content/uploads/revslider/templates/rotatingwords/slide1.jpg',0,'�)�|���ɫ�hB','�)�|���ɫ�hB'),('�B�n��7��\'���','wp-content/plugins/wp-fastest-cache/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fȇ���Mr���'),('�P<�s�*E!�{�z�','wp-content/uploads/2015/10/findyourcolors-150x90.jpg',0,'0-#y���԰���X`','0-#y���԰���X`'),('�U<�?Y,����ػ(','wp-admin/js/svg-painter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ܥCi��ٌ�]'),('�_X�R����\0�au�','wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_defa.png',0,'�U���-3W�Rc(��s','�U���-3W�Rc(��s'),('�h��~�Yё��Tm','wp-content/uploads/2015/10/lan2.jpg',0,':<�����%J�!��M>',':<�����%J�!��M>'),('�l$�u�tOn���h|','wp-content/plugins/backupbuddy/lang/it-l10n-backupbuddy-fr_FR.mo',0,'�)Q(��T)6�W�o','�)Q(��T)6�W�o'),('�u�.�oP��$K�','wp-content/plugins/w3-total-cache/inc/widget/services.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��b��]8���T�9�'),('�v���s~c�o��i','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/badges.less',0,'��<1��!_�Q�j�a�','��<1��!_�Q�j�a�'),('ˈ�� ���#H�R��=','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/css/style.css',0,'�C��N���K�˷H','�C��N���K�˷H'),('ˍ�G䯀oe���o�','wp-includes/js/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s_�K\r3��\Z�h��V'),('ˎ�<�\r8�#	A)�AQ','wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js',0,'�X@�p�>��j��','�X@�p�>��j��'),('˛֑hc��l��>��','wp-content/plugins/w3-total-cache/lib/W3/Widget/News.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DW�9��D�4�� t�6�'),('˜�1�p!%-?��g','wp-content/plugins/revslider/admin/assets/images/mainoptions/arrows.png',0,'\nwP@�G��&\"�p�','\nwP@�G��&\"�p�'),('ˤԐ�{%k�#�f�','wp-includes/js/mediaelement/wp-playlist.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3p2K�N����We'),('˧�cu/�)�/����','wp-content/plugins/revslider/admin/assets/imports/news-gallery/slide2.jpg',0,':��.h�c\'�	��',':��.h�c\'�	��'),('˲J0�\\��V�4��','wp-content/plugins/wordfence/images/flags/sc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@l+�^�+�9U����'),('��Iى�(!�8�A','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Credentials/CredentialsAbstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!�y�Aׄz�pp�'),('��Mu�Wj2�8R���','wp-content/themes/wanderfuls/framework/classes/attachment-fields.php',0,'�R/ ��(�oy��S�\nJ','�R/ ��(�oy��S�\nJ'),('��t,ߚ��e\n��ԦŚ','wp-content/plugins/backupbuddy/css/images/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('��d�I�Kƹ�v\Z�0�','wp-content/plugins/wordpress-seo/admin/views/user-profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ư��9�i��'),('��v�E,�-O�{���','wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<WH��FS��*(���'),('���������>','wp-content/plugins/js_composer/assets/less/shortcodes/vc_button3_editform.less',0,'�=�~~ŭ����~��','�=�~~ŭ����~��'),('�!�LT�3��i��x�','wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T-_���Q��թM,m'),('�+E���߼�ܸj{��','wp-content/plugins/wordpress-seo/languages/wordpress-seo-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�~��uU�iT]��'),('�1	%g�a�x�}D�#	','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js',0,'ͥ0\Z��F߱�U�F;','ͥ0\Z��F߱�U�F;'),('�2V$�$l��h\n�L�','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/certs/trusted-certs.crt',0,'�\r�,���i����','�\r�,���i����'),('�7�N}��:bL��\0��','wp-content/plugins/backupbuddy/controllers/ajax/remoteClient.php',0,'!����o���M','!����o���M'),('�B��c֌y����^��','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Signature/RSA/SHA1.php',0,'��i\'\"�\"\Z�r�B','��i\'\"�\"\Z�r�B'),('�DW�8�3�R�v,�','wp-content/uploads/revslider/templates/fullsite-block1/slide1.jpg',0,'0���������s','0���������s'),('�Dn���CB�I�-','wp-content/themes/wanderfuls/framework/classes/widgets/comments-avatar.php',0,'������fK��','������fK��'),('�E�q�l�*g,.��I','wp-content/uploads/2015/10/groupshot5-150x150.jpg',0,'�T1���5�P���?','�T1���5�P���?'),('�M�Tq&[?��>칊�\n','wp-admin/css/colors/ectoplasm/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�9+�\"��+��'),('�V�ڮ����M��jӁ','wp-includes/js/plupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u&\n�TI�z����+�'),('�Y�:�i�d:�xHa','wp-content/plugins/backupbuddy/destinations/rackspace/lib/rackspace/cloudfiles_exceptions.php',0,'�z\n����h�Ȍ��','�z\n����h�Ȍ��'),('�[�Iʠ�˖�S�<�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-color.png',0,'��w9%�d㳸��D','��w9%�d㳸��D'),('�q۩���	�����e','wp-content/plugins/wordfence/images/flags/is.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�)���Ƿh��E'),('�s��}#.� ,��^�','wp-content/plugins/wp-fastest-cache/images/success.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ei�\no~{�kz�h�'),('�t`��R��[��I','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/spacing.png',0,'Wo��o��}!�','Wo��o��}!�'),('̊S�ݷ䚣\\����','wp-content/plugins/backupbuddy/destinations/rackspace/lib/rackspace/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('̋�����*6uP��','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Crypt/AES.php',0,'�����d*΢��Kv','�����d*΢��Kv'),('̫	u+ĥ�\0���$)S','wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php',0,'��@Lz���s�T�ڛj','��@Lz���s�T�ڛj'),('̮����Ke}��c�\Z�','wp-content/plugins/wp-fastest-cache/images/icon-32x32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�l����*49>�)}j'),('̵�̌���$ٿ�\'��','wp-content/plugins/w3-total-cache/ini/eaccelerator.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�,x��_\r�wR'),('̹9BF��h��t�,<F�','wp-content/plugins/wordfence/images/flags/sprite2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������m3;'),('�Ê5ff�;,G!\'��\'-','wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��\n���\Z��=�r'),('�NJ�E�v�c,�صyS^','wp-includes/images/crystal/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�Lc�iG�fQ�\r��'),('��=��\\���U�	I)�','wp-content/plugins/js_composer/assets/vc/no_image.png',0,'nJfU�~�SD̦�@�','nJfU�~�SD̦�@�'),('��it�?n�]D��;r�','wp-content/uploads/2015/10/A102IWMKXXXXXXXX400WHXXXXBUMKMSIWIWMSBXSL-106x80.jpg',0,'g��^@\"^>}R2}n','g��^@\"^>}R2}n'),('��t+���N-�̒��','wp-content/plugins/wordfence/lib/email_passwdChanged.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�IwK��mKa{į�;�'),('�衈q��� �','wp-content/plugins/backupbuddy/images/status/red.png',0,'�iP�ќ��|(���B','�iP�ќ��|(���B'),('���Z����.E','wp-content/plugins/w3-total-cache/inc/email/support_request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��z\'�t��ta���'),('��؋k�i��gr','wp-content/plugins/js_composer/assets/vc/drag_handler.gif',0,'������\'����\Z�u','������\'����\Z�u'),('��\0]j??•�g�.;3','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/CurlStreamRelay.php',0,'�QCY==�}k���X','�QCY==�}k���X'),('�t���Dq�pD','wp-content/plugins/widget-countdown/images/success.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�լ�����35��ey.'),('��$�Bq|Eɬ�CX','wp-content/plugins/backupbuddy/controllers/ajax/destination_ftp_pathpicker.php',0,'J���\'rF&��|\ZP�','J���\'rF&��|\ZP�'),('����p�j֛`��w','wp-admin/css/customize-controls-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ЊH���G\'��]�W*'),('�d���lP�O�I�','wp-admin/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�_�2�Pd.�+�'),('�&��&{��:/):5R','wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js',0,'G��ւ�p�4�����','G��ւ�p�4�����'),('�)����\0�e�_�5=�','wp-content/plugins/wordfence/lib/diffResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IY��Y8�\\@�6d\'r#'),('�,?hg�c�h�ˡX@','wp-content/plugins/wordfence/images/flags/sy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<6�F_.�6E�=T�N�'),('�-s���p��ݏeI','wp-content/uploads/2015/11/slide3-300x147.jpg',0,'R4`S�u\Z� 3<�T�g','R4`S�u\Z� 3<�T�g'),('�4g�43�!�B\\ꟑ�','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʁg#׺s��ζF'),('�4�6��\"�©���ͭ','wp-content/themes/wanderfuls/page-viewdesign.php',0,'���x���ۿ�;��o','���x���ۿ�;��o'),('�>��1���yƿ�0���','wp-content/plugins/w3-total-cache/extensions/WordPressSEO.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�H���<Z��F'),('�B��M�BǝцSV;�','wp-content/themes/wanderfuls/css/ilightbox/metro-white/play-icon-ie.png',0,'���Լ����Σ�','���Լ����Σ�'),('�E��>qh>�����\r','wp-content/uploads/2015/10/Lush-Tropical-jungle.jpg',0,'sY9��Pƒ�{r�%','sY9��Pƒ�{r�%'),('�I/\0���ND>!��<','wp-content/plugins/js_composer/assets/less/shortcodes/vc_alert.less',0,'}�5��v�O�2�D�B','}�5��v�O�2�D�B'),('�MmΚx�h؞l\"z','wp-content/plugins/revslider/admin/assets/images/toolbar/lighttrash.png',0,'A1F�!��<l���=','A1F�!��<l���='),('�XV���H!$��','wp-content/uploads/2015/10/Millenium-70x70.jpg',0,'���g���3�>�9Џ','���g���3�>�9Џ'),('�\\��!�I�~��EKF','wp-content/plugins/revslider/admin/assets/images/tp-brokenimage.png',0,'qh�p����H5Ix*','qh�p����H5Ix*'),('�g=�u�h��q<5�','wp-content/themes/wanderfuls/bootstrap/css/bootstrap-theme.min.css',0,'�\"���d\0�Tx?��8','�\"���d\0�Tx?��8'),('�j\\5�S]���v:���C','wp-content/plugins/revslider/admin/assets/images/toolbar/schematic_in.png',0,'G ��ݼ�˛�܏','G ��ݼ�˛�܏'),('�m��L0N\"�T~�b�','wp-includes/theme-compat/footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0<[���\\FY��{�]'),('�w�9=�_\"h%��v','wp-admin/css/install-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r\\�K�N�-\r3\0v�'),('͓�Y�36��l�Y��','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hɛ��ϑ��ôq�4��'),('͔��\r���j�p-F\\','wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/slider.jpg',0,'f�����x1�5Ӹ��','f�����x1�5Ӹ��'),('ͦ\'	���E��H���c','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/cachepdo.class.php',0,'w��x�>�W���','w��x�>�W���'),('ͧ����y�5�UK�','wp-content/uploads/2015/10/table2.jpg',0,'��V�/����','��V�/����'),('ͪ�t-����W�','wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.migration.js',0,'������=�;?Z4�','������=�;?Z4�'),('ͬ�8��O�#)�i�','wp-content/plugins/backupbuddy/pluginbuddy/images/rawr.gif',0,'0)�!k�{_&+�','0)�!k�{_&+�'),('ͮ�1X8�r胢��','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/callout.png',0,'�zoa�Cd���{���\'','�zoa�Cd���{���\''),('ͽ3��=��O�G�|~�','wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M猋*>\n�|'),(';�W�6�E�|����','wp-content/uploads/2015/10/old_home-gallery-6-large.jpg',0,'���V�8�Ti[t���','���V�8�Ti[t���'),('���[@���Y\nּ[´','wp-content/plugins/w3-total-cache/inc/options/extensions/list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7S��X�$ݒ�j���eg'),('��y�Uq���hŝ�','wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mdu�#���f���)s'),('�ʥ�#���=� ','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js',0,'8��;L@��#{�>��','8��;L@��#{�>��'),('���=��fQ���t�','wp-content/themes/wanderfuls/css/ilightbox/metro-white/pause-icon-ie.png',0,'ї������ѷc���','ї������ѷc���'),('��\'�S�q�s{�WgB�','wp-content/plugins/revslider/admin/assets/images/rs_rotate.png',0,'�g${�wr�{����B�','�g${�wr�{����B�'),('��+����y�y��\'','wp-content/plugins/backupbuddy/css/images/ui-icons_888888_256x240.png',0,'�F�ʴ>\"�K�&�Ԁm�','�F�ʴ>\"�K�&�Ԁm�'),('��l�u@���l�#\0','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_gallery.less',0,'G#��;����RF�','G#��;����RF�'),('��S-5�-����p�a�u','wp-content/plugins/wordfence/images/flags/tt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r3���tk9V�k'),('���\"W�[���$�_��','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('���j(g��~jU#��','wp-admin/includes/class-wp-filesystem-ssh2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D[-�^�)7띜'),('�\0pR%6�S{���ڷ�','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/WebAuthNoRedirect.php',0,'�W�25/��h�){�','�W�25/��h�){�'),('�\n��\Zq���ceʫl�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-decoration.png',0,'�\n�j\Z�6^��@���','�\n�j\Z�6^��@���'),('�%{w����A�PH�}','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-posts-grid.php',0,'4 �b��U`�','4 �b��U`�'),('�+y\\zߌ�K��&[0r','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/newsletter.png',0,'�\'J\\���0F-P��.#^','�\'J\\���0F-P��.#^'),('�14J<�o�kX��j��','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg',0,'��&���x�<��fJ`Ml','��&���x�<��fJ`Ml'),('�7:{�~�D\Z�a_�Z� ','wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�@�\0��wR�;��','wp-content/plugins/w3-total-cache/lib/SNS/utilities/simplexml.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*���ӱ�^m'),('�Fs��>G�\0\n�`i���','wp-content/plugins/backupbuddy/views/settings/_general.php',0,'��ͻ��<���\"','��ͻ��<���\"'),('�Q�b&�g�����o','wp-content/plugins/w3-total-cache/lib/W3/Root.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')���}<)�u��ˁ �'),('�S�p͝\\�P�AAm�b','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php',0,'�Wd��.�4:õ-','�Wd��.�4:õ-'),('�[��z�0�`�æ��','wp-content/plugins/w3-total-cache/lib/W3/Pro/FragmentCacheAdminEnvironment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_K�ϩ@��\'�ߙ['),('�]F���}�w���}','wp-content/plugins/contact-form-7/modules/recaptcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/N�fTT̿ftט��-�'),('�_)-�]�ˌkO	��','wp-includes/ID3/module.tag.apetag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4l����U��R�9I'),('�|��f�����,2�T	','wp-admin/term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~O�Q��;��͊C�l'),('�|Ҩ;ˆz�^겂��','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-dropdown.less',0,'\rY�Z0[�X�D�[�','\rY�Z0[�X�D�[�'),('Ή���d�Y$6\'�w�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-add-video.png',0,'�`SԸ	z�e�?٧�','�`SԸ	z�e�?٧�'),('Ί�Y�(e��_b�Wj_�','wp-includes/js/tinymce/plugins/wpembed/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�[���L	Zu�-,�'),('΋S�wYCa��\r�-�FR','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-rev-logo-mini-2.png',0,'�q�g��{&V��*�V�','�q�g��{&V��*�V�'),('Ρ�\r��1�j��O�-Y','wp-content/plugins/widget-countdown/includes/library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lG=�r��IC-��~'),('ί\"�;�OCo�-�M','wp-content/themes/wanderfuls/partials/testimonials/testimonials-entry.php',0,'���vU�����z�','���vU�����z�'),('ε�[���Tt�i�7�','wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide6.jpg',0,'����C@�P�K]Dw��.','����C@�P�K]Dw��.'),('ε���`��t�v�S�','wp-content/plugins/wordfence/images/flags/wales.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,�C�o{��v'),('κ>�a.�(�.4Ff���','wp-content/plugins/gzip-ninja-speed-compression/js/script.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܅4p���/�鱿�;Mn'),('νNic\r��7�X�!','wp-content/themes/wanderfuls/partials/staff/staff-entry-position.php',0,'G-��C�x��h�9','G-��C�x��h�9'),('��I��>c��mi6\0','wp-content/plugins/w3-total-cache/readme.txt',0,'|��OU\\Q9�.}�+1h','|��OU\\Q9�.}�+1h'),('�œ���ϔ�=��#6','wp-admin/images/post-formats32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY~�O��{�+_L�kE;'),('��O�B���\n%��~','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-easing.png',0,'Y<\'��m\nV��G��-\n�','Y<\'��m\nV��G��-\n�'),('�߬X��h_�q��u','wp-content/themes/wanderfuls/css/ilightbox/metro-white/fullscreen-hover-icon-ie.png',0,'�[��V��`��d�M�h','�[��V��`��d�M�h'),('��wOc$u��-� P�','wp-content/plugins/backupbuddy/classes/ithemes-sync/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('��b�&%��=���','wp-content/uploads/2015/10/wands3.jpg',0,'Vm�3z�)��eIcZ�*','Vm�3z�)��eIcZ�*'),('���m����c����>','wp-content/plugins/js_composer/assets/less/vendor/rev_slider.less',0,'������hۦE+T���','������hۦE+T���'),('���e~�L����x0\'','wp-content/uploads/2015/10/Multicolored-centerpiece-created-by-Wanderfuls-for-Kellys-Sweet-16-spring-party.-300x290.jpg',0,'�ؤ���ks��;ō�','�ؤ���ks��;ō�'),('��,�X(;c%����1D','wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide1.jpg',0,'����d(��U)Ֆ��$�','����d(��U)Ֆ��$�'),('�-�+�e���m�u\"��x','wp-admin/css/colors/sunrise/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|6j�9�U\"��7��'),('�C�;�6���!�J��l','wp-content/plugins/js_composer/locale/default.po',0,'��_i2��ƻZ��wP','��_i2��ƻZ��wP'),('�K���XsS>��d','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�L� �Zp]�;t���','wp-content/themes/wanderfuls/css/ilightbox/metro-white/arrow-prev-icon-ie.png',0,'#�����%��p����','#�����%��p����'),('�cx�>��j��h��IV','wp-content/plugins/revslider/includes/template.class.php',0,'�ǥ;|�ϟۆw���','�ǥ;|�ϟۆw���'),('�c�;V�8��`\'�W�','wp-content/uploads/2015/11/Patriotic-American-Flag-Fourth-of-July-Independence-Day-Centerpiece.jpg',0,'����Y�1,�3\Zw��','����Y�1,�3\Zw��'),('�uF��^G��E+��c','wp-admin/network/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����p�O~+�~�1'),('�z��(\'@l�P��','wp-content/uploads/2015/10/imprinting-300x300.jpg',0,'Y�O�ќ��A\r���','Y�O�ќ��A\r���'),('�z�oh՘g0�<��','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/AndroidPublisher.php',0,'H���6�#� �	\Z\'','H���6�#� �	\Z\''),('�~��pE��*�T�E4�','wp-content/plugins/wordfence/images/flags/am.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$/����cC\\&���P%'),('π�tGȩ����D','wp-includes/js/tinymce/plugins/image/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�����9`NA��v��'),('ςzcn:�0.�)&<�','wp-content/uploads/2015/10/A102AQFUXXXXXXXX550LPWHXXHPBBMSMSHPXXWHSL.jpg',0,'ݝ:�m\'p����','ݝ:�m\'p����'),('ϊ=��X���bBz\' �','wp-includes/js/jquery/ui/effect-explode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`YU����Q}X�Q�0�'),('ϛ*�Ӝ��`�Q)�8�o','wp-content/uploads/2015/11/Las-Vegas-City-Sign-Centerpiece-150x150.jpg',0,'N=��`�a<�sz/','N=��`�a<�sz/'),('Ϟ����<����?','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js',0,'�w�:qx�����o','�w�:qx�����o'),('Ϥ��#�x�s�\'��o','wp-content/themes/wanderfuls/css/ilightbox/light/play-icon-64.png',0,'�@hp�@�JM���/','�@hp�@�JM���/'),('ϧ`|*��K������','wp-content/uploads/revslider/templates/fullscreen-button/slide4.jpg',0,'Z%\n�`x�n���z6','Z%\n�`x�n���z6'),('ϪШ�_m�>��b#�','wp-content/plugins/w3-total-cache/pub/js/options.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�S@�F\'�,O(�6��'),('ϻe�Y`�9N��,��','wp-content/uploads/revslider/templates/creativefrontpage/slide4.jpg',0,'�_hq�N7��H/:��','�_hq�N7��H/:��'),('�����HԹ��f�k�','wp-includes/js/tinymce/wp-tinymce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b\n��0pr���Hv'),('�ݙ�P(���O\'E��e','wp-includes/js/jquery/ui/effect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A֢�pi��u+`�'),('�ݚ�y.\0�؜�i�','wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\\�7x���#���\\|('),('��&v��\n����1�SY','wp-content/uploads/2015/10/old_home-gallery-1-large.jpg',0,'��EX�]vJ�s�[�%','��EX�]vJ�s�[�%'),('�鋭��{^�MU*�_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g���CLtZ�����Z��'),('�$Ą��õs�l�=Y','wp-content/uploads/2015/10/purple-favors-plus2-150x150.jpg',0,'�|��J[�So���7q','�|��J[�So���7q'),('��VY��ϧ��wc','wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js',0,'�7�g\\�TuN%�U1�g','�7�g\\�TuN%�U1�g'),('�ɐǶ�lߗdP$�','wp-content/plugins/backupbuddy/lib/xzipbuddy/zbzipcore.php',0,'��DhL({?��)d]^r','��DhL({?��)d]^r'),('�-�BP͕�5���','wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php',0,'�o� tʧ�W��','�o� tʧ�W��'),('�cƷ]��2^�- �A','wp-content/uploads/2015/10/joyce-300x200.jpg',0,'���	�%=�\r�,@Ek�','���	�%=�\r�,@Ek�'),('��]mٲ�	▭�','wp-content/plugins/wordfence/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��fI��8�x�E\Z'),('����r��f���z','wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNAPresentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q��Rķ�PyA'),('�P���ɞ8,�*���','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Diagnostics/ConfigurationObjectBaseAbstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�3Þz�Y0>Q\0�'),('�\Z���o>�MN��FX','phone1800.txt',0,'���vm\n`��2\0~�','���vm\n`��2\0~�'),('�\"��6J�b�)�HV�','wp-content/uploads/2015/10/candy-jordan-almonds-150x150.jpg',0,'�C���\Z�.KWT�','�C���\Z�.KWT�'),('�>�s�l�WD7�M�','wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�\Z�`�^@�\"\\H�~'),('�B�WC>*f�j��j�R','wp-content/plugins/wordpress-seo/languages/wordpress-seo-pl_PL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P0gz�\03����{/�'),('�I�#��{��E�\r�t','wp-content/plugins/js_composer/assets/images/icons/blue-document-pdf.png',0,'�0�g�ȴ��s�0V','�0�g�ȴ��s�0V'),('�N� ��34,\\�8q|�','wp-content/themes/wanderfuls/css/ilightbox/dark/thumb-overlay-play.png',0,'9�#�i1A/�$S�#��','9�#�i1A/�$S�#��'),('�ac��I}�f�Ȅ�;','wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pm�E,�$�{_!�8.'),('�d��WD�f��Br\r�','wp-content/plugins/wordpress-seo/css/metabox-340.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ğ��%��k�$(��'),('�kPC�%2�?�O��','wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/slide1.jpg',0,'�U��Si>\\�l{��0�','�U��Si>\\�l{��0�'),('�s䤩ޙIʜ}֟�O','wp-content/uploads/2015/11/white-wedding-favor.jpg',0,'\\��T��FFk�W���','\\��T��FFk�W���'),('�u]a�,q��u6t>{7<','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/woocommerce_carousel.php',0,'s�+b؉;�\Z��)�','s�+b؉;�\Z��)�'),('�z�k�sa��5�\\�5&U','wp-content/plugins/backupbuddy/lib/commandbuddy/commandbuddy.php',0,'ף�\':၁�I(#\0','ף�\':၁�I(#\0'),('Џ�т��υ4\r8YؓZ','wp-content/uploads/2015/10/letscreate-150x150.jpg',0,'q.�nڜ�Q��=\Z)�','q.�nڜ�Q��=\Z)�'),('АY�|{о�8��f9','wp-content/uploads/2015/11/makeyourown.jpg',0,';ܙv*�y����{�6�',';ܙv*�y����{�6�'),('М#n�tTU9~m��7','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Crypt/Random.php',0,'Iү���H��X�','Iү���H��X�'),('ОF�̧��!$ѥ�%\Z','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_BatchRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B\n�Msng�$�\Z'),('Т�펹�|����@','wp-includes/images/smilies/icon_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʵ	�������('),('е7���	�� w','wp-content/plugins/wordpress-seo/admin/pages/xml-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����s��^��'),('и�s�;�r�S�4V\"�','wp-content/uploads/2015/10/old_home-gallery-3-large.jpg',0,'\Z�\n���HT�/��','\Z�\n���HT�/��'),('п�C����|�g�u��d','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/testimonials-grid.png',0,'0����І�$�1�7!�','0����І�$�1�7!�'),('��nr�d��Z��ӯ�','wp-content/uploads/2015/10/Green-and-white-graduation-themed-centerpiece-by-Wanderfuls-for-Merissas-college-graduation-party.-150x150.jpg',0,'��J�~�\0�W�(!>��','��J�~�\0�W�(!>��'),('����/�EmS��~�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�Xr����Y헶��'),('�ρ�X�Su}զ�pR\r','wp-content/plugins/w3-total-cache/extensions/CloudFlare/ip_in_range.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v4ҵ�z���8��'),('��^�\\�X�PvS�\\�{','wp-admin/js/media-upload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d��kTT��y_$m'),('����K7��\0e5��','wp-content/uploads/2015/10/Black-Gold-292x300.jpg',0,'q�P���G�z��ddه','q�P���G�z��ddه'),('�\0p��WG�\r}^\r�̈́L','wp-content/plugins/contact-form-7/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wSS���%�4I��'),('��] W������~','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/extensions/dynamodbsessionhandler.class.php',0,'ĸ(DY���4Z�_�;[�','ĸ(DY���4Z�_�;[�'),('�Z�8=�眕~�@���','wp-content/plugins/w3-total-cache/lib/Nusoap/class.nusoap_base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L��ꖢ���<��'),('�&Zs\"�i�r�\r�g�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�qg�ҟ/���;F'),('�/��0��\n*7�f(��','wp-includes/js/wp-a11y.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����k\n_˰���V\Z'),('�@�gk���;l����0i','wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js',0,'Ƚ��í7���>�_-�','Ƚ��í7���>�_-�'),('�I��,V�g7�`.v�t�','wp-content/plugins/backupbuddy/controllers/ajax/profile_settings.php',0,'�#�NXaC/��swe�5','�#�NXaC/��swe�5'),('�NM��zB,5�r4fU','wp-content/themes/wanderfuls/partials/blog/blog-entry-meta.php',0,'����yFId�24[ D','����yFId�24[ D'),('�SJ��$<`�	�ηU','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-list-destinationTypes.php',0,'Y{\\��}�F�	��!\r','Y{\\��}�F�	��!\r'),('�X_LchMm�Uq��E','wp-content/uploads/2015/10/home-gallery-3-large-300x242.jpg',0,'���AkӗT�{E��m','���AkӗT�{E��m'),('�_\\c9mL�v��1��','wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�Z��\"	^2Lh��\\q'),('�e��&h�{U�\r�jE','wp-content/uploads/2015/10/Mardi-Gras.jpg',0,'f׾�\nw�	G������','f׾�\nw�	G������'),('�m���2\r�|f��Y','wp-content/uploads/2015/11/Baby-Blue-and-White-150x150.jpg',0,'nN	1YZ���<K��#�','nN	1YZ���<K��#�'),('�y�s8rV�	}RȒ','wp-content/plugins/wp-optimize/languages/wp-optimize-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Hz�J��]͸�u���'),('рs�$P��l@I��#','wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php',0,'X�\'�b_\Z�ºAA[�x�','X�\'�b_\Z�ºAA[�x�'),('х�f��z$�A@b@\\','wp-content/plugins/revslider/languages/revslider-it_IT.po',0,'l��J��?P�|%g���','l��J��?P�|%g���'),('ю��_��hK6��ߏ�','wp-content/plugins/backupbuddy/destinations/_s3lib/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('є��H�����1��','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/SignedIdentifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����N}�Pr����v'),('ѕl|,:R��8��s(H','wp-content/plugins/js_composer/include/autoload/vc-image-filters.php',0,'�,�EB��!�c@�W�','�,�EB��!�c@�W�'),('Ѫ�6\\��(����(�','wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot',0,'^�+��s��+�B���','^�+��s��+�B���'),('Ѯ��3�~)DKӊ# ','wp-content/plugins/backupbuddy/images/filetree/spinner.gif',0,'��iBc�J��Hp�','��iBc�J��Hp�'),('ѶE*d�@��W1���J','wp-content/uploads/2015/10/download-300x287.png',0,'����oS{s\0щ�Ѭh','����oS{s\0щ�Ѭh'),('�����/�ʚy��','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/_assets.php',0,'s�ɛB�S�s�y�x1','s�ɛB�S�s�y�x1'),('����?}r�nLG�B','wp-content/uploads/2015/10/old_Clipboard021.jpg',0,'\0����g�P��\'u','\0����g�P��\'u'),('��fn��%HMP�&t�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Utils.php',0,'�Z��S��-���','�Z��S��-���'),('����v,�*\nX6�','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Response/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"dul��L#���&�r'),('�?����82��.1','wp-content/plugins/wordpress-seo/admin/class-help-center.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\�҈yF�b���+'),('������F�B-ר','wp-content/plugins/js_composer/assets/lib/bower/flexslider/images/bg_play_pause.png',0,'����v�r��R�\n�','����v�r��R�\n�'),('�Jh|��0�`Zp�E','wp-admin/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z�J�(w�ޜ�'),('�f�s\\;^���K2�,','wp-content/themes/wanderfuls/images/social/skype.png',0,'ӻÝu9�$ɘ','ӻÝu9�$ɘ'),('�\"<����*����','wp-content/plugins/js_composer/assets/less/params/iconpicker.less',0,'��*X.���J�q�i\\','��*X.���J�q�i\\'),('�*M�a��w4�ٍ�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/Request2/MultipartBody.php',0,'w�;7*ԒA�1[��J�','w�;7*ԒA�1[��J�'),('�H]W6z�#��8�d','wp-content/plugins/js_composer/include/templates/editors/partials/prompt.tpl.php',0,'~A�[�ob�-���Z�_�','~A�[�ob�-���Z�_�'),('�I.Ֆ9?y�ǯٱrj','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/StorageEntityAbstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�ۍ��Oed7'),('�W��E�q��J�	�c��','wp-content/plugins/js_composer/assets/vc/blank.gif',0,'2Tr`q��t�h�5','2Tr`q��t�h�5'),('�Y��6f�cix-�rIj','wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf',0,'�f��D\r�-?���1�}','�f��D\r�-?���1�}'),('�h����~��1��','wp-content/uploads/2015/11/royalblue.jpg',0,'W$x�f��\'ԩ�1�y}','W$x�f��\'ԩ�1�y}'),('�j�o�oC�̞��I�','wp-content/plugins/w3-total-cache/lib/W3/Cdn/Mirror/Edgecast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lY�&�Qa�eo[��6�'),('�n����F37�Lߡ�','wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php',0,'�^ez7mEМiK}�','�^ez7mEМiK}�'),('҃+����*��6�','wp-content/uploads/2015/11/Hippie-Themed-Yellow-Submarine-Centerpiece-300x300.jpg',0,'�ԯ���s�H��','�ԯ���s�H��'),('҈�iRoeu\n�bc\095�','wp-content/plugins/revslider/admin/assets/js/codemirror/codemirror.css',0,'�AzM!��H_�馯U��','�AzM!��H_�馯U��'),('Ҍ\'�^b�D��$�=L/','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Net/SCP.php',0,'���9���\"�0��̳��','���9���\"�0��̳��'),('ғ�Yz$���	��\Z+','wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php',0,'+k[��X\Z�q!���','+k[��X\Z�q!���'),('Җ�Q^`N\n�ԉ&-','wp-content/uploads/revslider/templates/websitebuilder-discover/slide4.jpg',0,'�{�\\���X��T�y|U','�{�\\���X��T�y|U'),('Ҟ���ǟ�	Ks���','wp-includes/images/icon-pointer-flag-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�b��&�Z�r'),('Ҫ*���H���\n;t��','wp-admin/includes/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��2.yQ���$�'),('ҫ3\0�q��qFy�Y�U�','wp-content/plugins/wp-fastest-cache/js/lang/ukr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6����#{��$\\b'),('ҭ�_VlK�g�!p�1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��I�\n<\'Z�{��'),('ү�e�������+f','wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js',0,'���fMz��-q,�','���fMz��-q,�'),('Ұ��Hx�l}�\'�P��','wp-content/plugins/backupbuddy/classes/remote_api.php',0,'0x\'Q��QS�-�����','0x\'Q��QS�-�����'),('ҲE5|�ѵ�C�d闼','wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̲�	���MCY��'),('Ҳ��9����2�5�L','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/navbar.less',0,'.�\0�hq\n:D��.','.�\0�hq\n:D��.'),('ҵ\\%�7zE\'{�^��Y','wp-content/themes/wanderfuls/css/ilightbox/minimal/skin.png',0,'�«8���~����*��','�«8���~����*��'),('ҹ)EG�T����h>�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php',0,'Mi�ʻ⯮��*�','Mi�ʻ⯮��*�'),('���sJJ*�J��4�l','wp-content/plugins/backupbuddy/images/bullet_go.png',0,'u&�ͧk����GlD� ','u&�ͧk����GlD� '),('��Lt593�u^���)��','wp-admin/images/comment-grey-bubble-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TY�ŝ2�s,\r�m��'),('��k�{����Cs��<','wp-content/themes/wanderfuls/css/ilightbox/white/skin.png',0,'M�\\�ɚ�].c�G��','M�\\�ɚ�].c�G��'),('�ߜ����R�d���M','wp-content/plugins/backupbuddy/classes/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('��5>���<�\"\r�*y�','wp-content/uploads/2015/11/Red-Lady-Bug-Centerpiece-150x150.jpg',0,'��%^�q�~�?)k�P�','��%^�q�~�?)k�P�'),('�p�Zt8/��S�','wp-content/plugins/widget-countdown/images/featured_plugins/facebook-comments-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`��<D̙�C@Ƒ'),('����݅6-�O�9��','wp-content/uploads/2015/11/sweet_sixteen_lg.jpg',0,'�]њ�n+ƾ�mwm','�]њ�n+ƾ�mwm'),('�����	n��7�u�','wp-content/uploads/2015/11/Metallic-Hot-Pink-and-Metallic-Purple-300x300.jpg',0,'��ӛdt�oЗ���|�','��ӛdt�oЗ���|�'),('�&)-â�\Z�Ι�p','wp-content/plugins/wordfence/lib/GeoIP.dat',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','si�$�� �(��>�'),('�->WB���{#��\r','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/Request2/Adapter/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�9�r�Snڣ�Pb�\Z�W','wp-content/uploads/2015/10/wands21.jpg',0,'i\n�O0�#q���)u�','i\n�O0�#q���)u�'),('�E#l��L��_&ܪ���','wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�$�>����>�Y'),('�L�����KV�F\r�','wp-content/uploads/revslider/templates/dark-fullsite-block-4-products/slide5.jpg',0,'�M���l�#�\n �5�','�M���l�#�\n �5�'),('�R;E���j5��1@�','wp-content/plugins/revslider/admin/assets/imports/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�Rs^�\0����@��I;#','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/staff-carousel.png',0,'�eo�Ud*Ĵ�+��V�','�eo�Ud*Ĵ�+��V�'),('�U��n�/|r@ڪ��','wp-content/wflogs/config.php',0,'{��W�x\r�e�ي�])','{��W�x\r�e�ي�])'),('�X�8c�]b�!��jg','wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.woff',0,'���`*����u�in0','���`*����u�in0'),('�i�bWx�o4�j�?�','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php',0,'�#J.=~�/�\r���A','�#J.=~�/�\r���A'),('�js��w2��p��qS','wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�͒�Z����Yk��'),('�k���]��lK�VI�$','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php',0,'���5�c�]�����3a�','���5�c�]�����3a�'),('�{ڭd3T�Xy����7;','wp-includes/css/admin-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l>�sz���_�y��'),('ӊmel�s�oYc��','wp-content/plugins/wordpress-seo/admin/class-recalculate-scores.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0��8ށ�>[E	K��B'),('Ӓr}�F$8��zf�:','wp-content/plugins/backupbuddy/lang/backupbuddy.pot',0,'Yq����:�s�g�c','Yq����:�s�g�c'),('ӛ.\Zs�ցp��;��','wp-content/uploads/2015/10/table1-150x150.jpg',0,'����{d�f�Ĕ�','����{d�f�Ĕ�'),('ӳ�~׺æ�Z9���b','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png',0,'\n��nJ�b<����','\n��nJ�b<����'),('��Q]E�Az�-�-�1','wp-content/themes/wanderfuls/images/social/yelp.png',0,'�?��d%7,�-ο�','�?��d%7,�-ο�'),('�������|f3���','wp-content/uploads/2015/11/Casino-Spade-Centerpiece-Can-also-be-made-with-a-club-heart-or-diamond.jpg',0,'y����T歡�ٜ�','y����T歡�ٜ�'),('��a�)e�|\\/��','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png',0,'��VW@��ʲ?�y���','��VW@��ʲ?�y���'),('��)_��]�xF�D','wp-content/plugins/backupbuddy/destinations/rackspace/icon.png',0,'Ef�a�N���dE3ҧ�H','Ef�a�N���dE3ҧ�H'),('�F=W������<C','wp-content/themes/wanderfuls/images/full-screen-overlay-nav-close-white.png',0,'mn������WV��y','mn������WV��y'),('�\0��Dd4���B�`','wp-content/plugins/js_composer/include/params/el_id/el_id.php',0,'e��۲x�Vl �','e��۲x�Vl �'),('�\0�e�tNO�z�sXG�','wp-content/uploads/2015/10/girlandivorylarge1.jpg',0,'O۱~F�p�Gt	�|�*�','O۱~F�p�Gt	�|�*�'),('�����0*�W��','wp-content/plugins/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP'),('��k�\\�x\'QaJ�','wp-content/themes/wanderfuls/js/lib/leanner-modal.js',0,'b�Z�B��3��S��E�','b�Z�B��3��S��E�'),('���Y��je�j�W','wp-content/plugins/w3-total-cache/inc/options/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�jM#�tݡV�t��O'),('�Q��[��j��I��','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/lib/pclzip/pclzip.php',0,'67(�C���ki��8�','67(�C���ki��8�'),('�\'�1i�_H�T�W�s','wp-content/plugins/js_composer/assets/js/vendors/yoast.js',0,'.v��@�3D]WB^�6!','.v��@�3D]WB^�6!'),('�)t���z��h�6>���','wp-content/themes/wanderfuls/css/ilightbox/modern/ilightbox-modern-skin.css',0,'Y�ޝ7v#ڶ&7��}','Y�ޝ7v#ڶ&7��}'),('�5��v�%d�o�Z�7L�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php',0,'B��q�:y��;�','B��q�:y��;�'),('�F0���.�\r�	jz+','wp-content/uploads/2015/11/teal-centerpiece-lg-300x184.jpg',0,'=HP����($�oAJv','=HP����($�oAJv'),('�J���3�K�ag���s','wp-content/plugins/wordpress-seo/languages/wordpress-seo-fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�eu�l�E�v�'),('�W\ZeC���Du�','wp-content/plugins/wordpress-seo/frontend/class-twitter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�in[<�x�	��T�6'),('�].�oo�ȦM-n	�','wp-admin/images/align-none-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XC�)[���-�4�'),('�]�>�l�p�����}<�','wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hT�E�)���50�H'),('�d|�\rb\n)�㢀2�z','wp-content/uploads/2015/10/plane3.jpg',0,'��?�b�@�E��`v]','��?�b�@�E��`v]'),('�d���d60gh��c:�Z','wp-content/uploads/2015/11/purple-wand-150x150.jpg',0,'	s\r���p����(m\"�','	s\r���p����(m\"�'),('�d������YB��','wp-content/uploads/2015/11/theme-peacock-150x150.jpg',0,'5n��Isؿ���g}','5n��Isؿ���g}'),('ԃ�V_��j@��@�\r','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Exception/BadRequest.php',0,'_\n�j-(�k�n��:ȴ�','_\n�j-(�k�n��:ȴ�'),('Ԇч�ީ���WWldR','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-onpage-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�W�S��aw�sG�'),('Ԓ��\Z���\\��G�_7','wp-content/uploads/2015/10/Elegant-and-beautiful-pink-and-white-centerpiece-for-Brittanys-baby-shower.-300x257.jpg',0,'�4��.M|��~!�)','�4��.M|��~!�)'),('ԙ��rjx2�G)����','wp-content/plugins/wordpress-database-reset/screenshot-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T\n�\"T���0��'),('Ԝ|�w�����6�/��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�/;?F!�ˀ�� ��'),('Ԟ�+�z����kTn','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-mode-phone-light.png',0,'����i<eiD��“\n','����i<eiD��“\n'),('Ԯf�}&}����8Y�','wp-content/uploads/2015/11/slide_testimonials-150x150.jpg',0,'�=f����~K�U ��','�=f����~K�U ��'),('�Ȇp���]4��L��q�','wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ju���/5\'��V5='),('��p��S��`�]T]D�','wp-includes/css/dashicons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�׃𫙼�Gu����'),('�؊/[���C\"��܆','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/image-carousel.png',0,'�	kq\'	�ji��;��*]','�	kq\'	�ji��;��*]'),('���dx=��o�/+','wp-content/uploads/2015/10/old_slide_116.jpg',0,'�z%��+�e���ւ�','�z%��+�e���ւ�'),('��/��2vpOV�w','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/HttpResponse.php',0,'\\��������@','\\��������@'),('���*$+�0�H�W]�.�','wp-content/plugins/backupbuddy/classes/api/_addSchedule.php',0,'������h���&q���','������h���&q���'),('�����A����','wp-content/plugins/wordpress-seo/css/featured-image-330.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<$r�,�k�rf~P�'),('�w�s�>���oK�:H�','wp-content/uploads/revslider/clubix/s-1024x518.jpg',0,'.�!�G���ڙ�L�','.�!�G���ڙ�L�'),('�fP�.�ջ���(�','wp-content/plugins/revslider/admin/assets/images/toolbar/out_black.png',0,'fpyx;Q���w���`','fpyx;Q���w���`'),('�X��$�a��B��^','wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T\\��\\|�\r�9�'),('����Y�a]�T�b!','wp-content/plugins/revslider/admin/assets/images/mainoptions/jqueryicon.png',0,'�ϓ���D�{wϜ��','�ϓ���D�{wϜ��'),('�;� �	ί�Чpt','wp-content/uploads/2015/11/Caribbean-Ocean-Fish-Centerpiece-300x300.jpg',0,'!��k��t��զ�q*','!��k��t��զ�q*'),('��m�����\'�N���','wp-content/plugins/w3-total-cache/lib/W3/Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�T��\"edX��l'),('�#������&e���^','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�(�$�_�����a�`','wp-content/uploads/2015/10/candy-foil-wrapped-300x61.jpg',0,'�����2����Ů�','�����2����Ů�'),('�)�+K�n��<-Bۯ','wp-content/uploads/revslider/templates/ourteam/slide7.jpg',0,'�[b[����{Ҭ\Ze�J','�[b[����{Ҭ\Ze�J'),('�7���OM��D3;�{','wp-content/themes/wanderfuls/framework/togglebar.php',0,'uh�%�Q�{�?���O','uh�%�Q�{�?���O'),('�8�:�n���=_G','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ca.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i����yuGM.�Q�'),('�<�AŹ��\0��5����','wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php',0,'-�(}�V�{�w�ƈtn�','-�(}�V�{�w�ƈtn�'),('�G:�U�n���	�(','wp-content/uploads/2015/10/A102IWPKXXXXXXXX300WHXXXXBRMKMKBPBRXXMOSL-106x80.jpg',0,'�7��%�Y/a���q','�7��%�Y/a���q'),('�P��)��3t;��ޯ','wp-content/plugins/wordfence/images/flags/sprite-des2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M�d�TW�cp,��'),('�Y�!@����eSNJ�\"\\','wp-content/themes/wanderfuls/css/hover-css.min.css',0,'E�\Z*6���Ĝ��()5','E�\Z*6���Ĝ��()5'),('�Z��Rf��*K*��ٿ','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/js/tooltip.js',0,'c����9�^v���f�','c����9�^v���f�'),('�`�<6V޾	����9{�','wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg',0,'B�T� ��}�9�O�','B�T� ��}�9�O�'),('�h��\"�ZE��d�&','wp-content/uploads/2015/11/Blue-Ocean-Starfish-Centerpiece.jpg',0,':��o������9:',':��o������9:'),('�kr�yE ��jiC\0�','wp-content/plugins/backupbuddy/images/loading-24x24.gif',0,'�l=��N��T����W','�l=��N��T����W'),('�p?��)\r�V��v�','wp-content/plugins/backupbuddy/js/filetree.js',0,'΀�c�B�:˱���<�','΀�c�B�:˱���<�'),('�q��);f�i�$�H#��','wp-content/uploads/2015/11/hotpink-wand-150x150.jpg',0,'|�`�XE��(�/CD','|�`�XE��(�/CD'),('�wy=��D���n{��s','wp-content/themes/wanderfuls/partials/footer-reveal-close.php',0,'��z��3�;C�l�','��z��3�;C�l�'),('Ղ.3��UxGSG��o�','wp-content/plugins/backupbuddy/controllers/ajax/remote_send.php',0,'�_\"	s�������','�_\"	s�������'),('Ն,���d�Č� {','wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide9.jpg',0,'�y�M���Dg�0v�6','�y�M���Dg�0v�6'),('Ֆr?�Lt���r��R5','wp-content/plugins/taptap-by-bonfire/taptap-accordion.js',0,'����qo/z�l�Eo?X','����qo/z�l�Eo?X'),('՛+n<��750��','wp-content/plugins/backupbuddy/images/sort_down.png',0,'�*�C����M0-i2��','�*�C����M0-i2��'),('՛���d���{W�4','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/loader.gif',0,'�F�0DWo����\Zd�1','�F�0DWo����\Zd�1'),('՝�5F�wH�f�u]','wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('ջO�sU���ȶTПa','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�CL͚��b���.{�'),('տ&�~���\0�7��H��','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-get-destinationSettings.php',0,'�d�ˊ1I��V��f','�d�ˊ1I��V��f'),('���݌4�1���ѓ','wp-content/plugins/js_composer/include/params/animation_style/animation_style.php',0,'n���\\QT�\n.�?p	','n���\\QT�\n.�?p	'),('���-�$�مA�\Z','wp-content/plugins/wordpress-seo/languages/wordpress-seo-da_DK.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nص����ٴi�$�[�'),('��%uC�d��ʻ��\\�','wp-content/plugins/backupbuddy/destinations/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('��\064�`+($�$O�','wp-content/uploads/2016/01/girlandivorylarge2-287x240.jpg',0,'�~v\\W��v���_','�~v\\W��v���_'),('��zH�iS:��ڶ�L','wp-content/uploads/2015/11/eggplant-wand-150x150.jpg',0,'^�K���0�\n�����','^�K���0�\n�����'),('��iAr��Oq�q�˥�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/ajax/6.php',0,'x��\r�5*�Cxy��D�','x��\r�5*�Cxy��D�'),('��JۋVI ��W(@','wp-content/plugins/js_composer/assets/less/params/autocomplete.less',0,'���ӷ�\n�7sh$','���ӷ�\n�7sh$'),('��2\"�4�ZxB�AC`��','wp-content/uploads/2015/11/eggplant-banquet-centerpiece.jpg',0,'Ds�^#-`˨\r|\r��f�','Ds�^#-`˨\r|\r��f�'),('���ͤ6�\0/��k���','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�.�e��By�Ur@%'),('�	����AR�Z\Z��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3��Ջ�YjKW�J�'),('��}��h4��\'�J�J=','wp-content/themes/wanderfuls/css/ilightbox/white/preloader.gif',0,'�J��HZ��򧉲�:��','�J��HZ��򧉲�:��'),('��i�B|�ZF\"�f4�+','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/_sql/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('� j;�����\\O�','wp-content/uploads/2015/11/pale-blue-wedding-favor.jpg',0,'�e�>d���rL�ti','�e�>d���rL�ti'),('��o�:�̄��~O�','wp-content/plugins/backupbuddy/pluginbuddy/images/pluginbuddy_play.png',0,'19�ou��T��kr�|','19�ou��T��kr�|'),('�*�	����Pem�{','wp-content/uploads/2015/10/anniversary-gold-ivory-main-150x150.jpg',0,'<���H,�b`ط�0���','<���H,�b`ط�0���'),('�2de���$���\"���','wp-content/uploads/2015/10/Sweet-16-Pretty-in-Pink-Party-150x150.jpg',0,'��\n�3��M�W/�k','��\n�3��M�W/�k'),('�7.�7��%4��6,�L','wp-content/uploads/2015/11/candy-foil-wrapped-150x150.jpg',0,'L�+�C6I�0��s�+','L�+�C6I�0��s�+'),('�<��O<����\r%�vl','wp-content/plugins/backupbuddy/images/filetree/zip.png',0,'.�g��}6c�D���ƽ�','.�g��}6c�D���ƽ�'),('�W��u���a��T�','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/AuthInfoLoadException.php',0,'D5�\\í5G��M4b�','D5�\\í5G��M4b�'),('�Z�	r!ޏf���	�','wp-includes/images/icon-pointer-flag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,���E^�j`\''),('�h�`_J�#�S��_,R','wp-content/plugins/wordfence/images/flags/fo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����e���^K�IV��'),('�m�n�X�EJ��','wp-content/uploads/revslider/templates/interactivewhiteboard/slide7.jpg',0,'�*Z�×�<�eR�lp','�*Z�×�<�eR�lp'),('�o�UWr�\Z?p{Cc','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����[�ȱ3=\0&[ư'),('�oҨ*K��o�7{� <','wp-includes/ID3/module.audio-video.matroska.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c����K9j\0�S��i�J'),('�rY�S�xwDY˚J�[','wp-includes/images/media/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R׬˂���ôʼnh�H'),('�~�a��F̳AT�X�X','wp-content/uploads/2015/11/Ocean-Starfish-Centerpiece1.jpg',0,':��o������9:',':��o������9:'),('�~�vf��Aix���?_','wp-content/plugins/w3-total-cache/lib/W3/Minify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I}���rLlBJl���'),('֋�8�[�����0�ʊ','wp-content/plugins/wordfence/views/waf/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��Tɤ���>M2�i'),('֬O�oH�R�����','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/RetryPolicy/NoRetry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1&�An�5F������'),('֮��xb�=�4�@� t%','wp-content/plugins/wordfence/images/flags/mu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�h\'�����A(l�'),('֯�.��}{�v�,b','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/credentials.class.php',0,'QN�@8x)�׻yXצ','QN�@8x)�׻yXצ'),('ֶ��9؞f�po3t','wp-includes/class-wp-admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T/���\Z��l]��'),('ֻ#@�h����m��B�','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CommentPreserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Re;W�U��5�t'),('ֽ�B��m�O�*�:q�z','wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��1�ηP *�.'),('ֿ�MVo�����*c�','wp-content/uploads/2015/11/fan-party-favors.jpg',0,'9r>�@r�o$�1�','9r>�@r�o$�1�'),('��\0�C�����8��V	','wp-content/plugins/revslider/admin/assets/imports/fashion/slide2.jpg',0,'��L���_�;�q���s','��L���_�;�q���s'),('��+��?���tl<�','wp-content/plugins/w3-total-cache/lib/W3/Plugin/ExtensionsAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|%[��o�~Sc'),('����\"����)N','wp-content/uploads/pb_backupbuddy/.htaccess',0,'��-��zcv��{@#��','��-��zcv��{@#��'),('��?u^+l�w��ȉ��S','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff',0,'�W ����C�~O�E�s','�W ����C�~O�E�s'),('��J��!�[W6ݧ�','wp-content/plugins/wordfence/lib/IPTraf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�݄���\n��tҍ�'),('�ړ�x�����<�3','wp-content/plugins/backupbuddy/images/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('���xľ�(�-8Z','wp-content/plugins/revslider/admin/assets/images/toolbar/arrow_white.png',0,'!_��~�^N��{��\Z=','!_��~�^N��{��\Z='),('��H�y�fh��l>��','wp-content/plugins/js_composer/assets/less/shortcodes/_shortcodes_container.less',0,'��R�7F��:����','��R�7F��:����'),('������A|C$�k�Kr','wp-content/uploads/2015/11/Casino-Spade-Centerpiece-Can-also-be-made-with-a-club-heart-or-diamond-150x150.jpg',0,']\04�e,���^�\\K`�',']\04�e,���^�\\K`�'),('�(+�ja>X3�a��!�L','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php',0,'���pA�ɹBܝ:\'�','���pA�ɹBܝ:\'�'),('�.D�#�1i:H	��','wp-content/plugins/js_composer/locale/readme.txt',0,'qi\0*o<Ƴx� 8�','qi\0*o<Ƴx� 8�'),('�4��ul�\"%�z�w','wp-content/uploads/2015/10/rm3L-150x150.jpg',0,'���Wr�.\r\0�H','���Wr�.\r\0�H'),('�7\r:�|MX5�F���','wp-content/uploads/2015/10/A102IWTUXXXXXXXX100SLXXXXTUPGHPTUPGFUHPSL-106x80.jpg',0,'}�i:��z�<����','}�i:��z�<����'),('�@[�@4��^s���c�J','wp-content/plugins/revslider/admin/assets/imports/photography/slide7.jpg',0,'¯����J&v>q��\"','¯����J&v>q��\"'),('�Gȩ��6����\0Y','wp-admin/includes/class-wp-posts-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c��A��Q|Wp�	�'),('�Is�?d�<��z��|','wp-content/plugins/backupbuddy/css/images/ui-bg_glass_75_e6e6e6_1x400.png',0,'�%CV¨ɣ� ^���\"�','�%CV¨ɣ� ^���\"�'),('�MC�Sڒ%,<�\'L���','wp-content/plugins/wordfence/images/flags/np.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�]��H��2�{�'),('�V���r5e��(�N','wp-content/plugins/js_composer/locale/js_composer-pt_BR.mo',0,'�\'wy��)D�w��y','�\'wy��)D�w��y'),('�XYHo$�\\����h@','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php',0,'��\ZO\0����\0�c+,�','��\ZO\0����\0�c+,�'),('�X�J�K�3��F~�','wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���cq�t�{�<'),('�d��xV|���e\r�zv�','wp-content/uploads/revslider/clubix/3-pic-890x305.jpg',0,'Ɂ�ٸ�!w�9r@�%','Ɂ�ٸ�!w�9r@�%'),('�l�iq�G�\0O\r��L�','wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.eot',0,'����PC�;��T�!�E','����PC�;��T�!�E'),('�o#�e&	86�hE�P','wp-content/plugins/w3-total-cache/languages/w3-total-cache-ar_AR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�\r&{u`��v��5��'),('ׇ�k��m(�T|�K�','wp-content/plugins/revslider/admin/assets/imports/webproductlight/slide1.jpg',0,'h�JY�1����h4�R','h�JY�1����h4�R'),('׌�H�G5�{}�\'�I��','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/File/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('א=r��Gu!�t�$','wp-content/plugins/backupbuddy/pluginbuddy/css/jquery.miniColors.css',0,'��9�:�� R�\'�I��','��9�:�� R�\'�I��'),('ט�Qf��D�!;�{�','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php',0,'4��SV�(h�O�U�v','4��SV�(h�O�U�v'),('מh�s.�:�ibZ!�','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Math/BigInteger.php',0,'\Z�O���n����\"','\Z�O���n����\"'),('מ�y�7mE5���O_�','wp-admin/js/media.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���$!&�^$�Y'),('׫����Wu��6�Eb�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php',0,'�$\Z�b���$[�;Mb','�$\Z�b���$[�;Mb'),('��j0���w�E}®R�','wp-admin/css/wp-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v&�o��0l\Z��'),('��-S&���?�&C�','wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php',0,'��K��\'�d�]��_��','��K��\'�d�]��_��'),('��o�(��Q��<ڐ(��','wp-content/plugins/wordfence/images/flags/cx.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:���	B��2���'),('�������o�7���','wp-content/themes/wanderfuls/css/ilightbox/metro-white/arrow-next-icon-ie.png',0,'���\n�c X�E+��1�','���\n�c X�E+��1�'),('���;A����vh','wp-content/plugins/backupbuddy/images/working.gif',0,'m���E�g�5��','m���E�g�5��'),('��s@�2ʔeO����','wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php',0,'n�چJn�6DYC�Uq	','n�چJn�6DYC�Uq	'),('���\r����5��x�s�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php',0,'�d��i�4D�>���','�d��i�4D�>���'),('��SMe0�!	�3B��n','wp-content/uploads/2015/10/Lavender-and-white-bridal-centerpiece..jpg',0,'̼\n���I?O�%Z`\Z��','̼\n���I?O�%Z`\Z��'),('��[���J�b�6gZ�#','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php',0,'�d�-�T�\'G�[��','�d�-�T�\'G�[��'),('��^�u����}�G��','wp-content/plugins/wordfence/lib/email_unlockRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �E�28.63R��'),('���M����R�N�a �','wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x�9�ꑦ�v�ņ�'),('�󯻛�\\�\'\r1t�/�','wp-content/plugins/backupbuddy/lib/updater/load.php',0,'\r�ɽ��\\��V<Y','\r�ɽ��\\��V<Y'),('�orJp��\n }i�','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/openssl.cnf',0,'��Ox.��e���E��','��Ox.��e���E��'),('�O�q���v�D��{n','wp-content/plugins/wordpress-seo/admin/class-stop-words.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��PS �$�\\=k �15'),('�n����穦�n�','wp-content/themes/wanderfuls/css/ilightbox/dark/fullscreen-icon-ie.png',0,'�[��V��`��d�M�h','�[��V��`��d�M�h'),('�/חȟ�x%kh�q6','wp-content/plugins/backupbuddy/destinations/s3/icon50.png',0,'0��.���?SL���u','0��.���?SL���u'),('�~��4�)�<T���','wp-content/plugins/w3-total-cache/lib/W3/ConfigWriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wX�W����dѵ��'),('��1�q��7�,&i�=','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/icon_box.php',0,'���(���$e�c�y�L','���(���$e�c�y�L'),('�%���������*','wp-content/uploads/2015/11/teal-wand-150x150.jpg',0,'��|36u�Hc��','��|36u�Hc��'),('�-��7:����C�S','wp-content/plugins/revslider/admin/assets/imports/contenttabs/slide2.jpg',0,'F���,���\\�Mb�A','F���,���\\�Mb�A'),('���E��:V�D2ω�','wp-content/plugins/revslider/admin/assets/images/tooltips/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('��^�Z��>ijP]','wp-content/plugins/contact-form-7/languages/contact-form-7-tl.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�X�rd�gn��'),('��\Zv�I:wm�\'~K-','wp-includes/ID3/module.audio-video.riff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TfbpGO�-�'),('�#�pG���AS�;�;?','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php',0,'I����+�j�3���B]','I����+�j�3���B]'),('�&�Zh�$�Éo�','wp-includes/class-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B{�vC�ޯM��A�m'),('�*hg�LG���V%��','wp-content/uploads/2015/11/mint-wedding-favor-2-150x150.jpg',0,'�âR��y��','�âR��y��'),('�.	@�KH�YhWs,','wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php',0,'�Z��Ţϊ���@�`��','�Z��Ţϊ���@�`��'),('�4��\n({�O�l3��','wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-presets-dropdown.tpl.php',0,'�.j��x۸y4��&f','�.j��x۸y4��&f'),('�8/B��$8���`m�','wp-includes/js/imgareaselect/jquery.imgareaselect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�B�RS���:Y�'),('�A�h)I�\Z]Gr��E','wp-admin/includes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�:����b\n��hy'),('�A\"8�`F�^7����X','wp-content/plugins/backupbuddy/images/icon_page_32x32.png',0,'��$�w�M��|l*','��$�w�M��|l*'),('�M&�3\r�3CMaQ{','wp-admin/images/yes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��7܉�\rqZ�Qk'),('�WN�p�?��*��8�','wp-content/plugins/js_composer/locale/js_composer-de_DE.po',0,'µR�i���|�-�%\"V','µR�i���|�-�%\"V'),('�_e�j�\rN.%l���','wp-content/plugins/js_composer/assets/less/lib/panel_preview.less',0,'K�ʑ���/�	���O�','K�ʑ���/�	���O�'),('�j8�0{��U<�ؓ�+','wp-content/uploads/revslider/templates/snowscene/slide1.jpg',0,'�\r���&DK�1����','�\r���&DK�1����'),('�o�ǣ�	ף�f0�Y','wp-includes/SimplePie/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#�������\Z�'),('�v����\r�&X��','wp-includes/js/jquery/ui/selectable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�\"�{�B�M���'),('�w�I��~��D�s�','wp-content/plugins/w3-total-cache/inc/options/minify/csstidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�����5f���B�Y'),('�x��βЦ��A	�<�','wp-content/plugins/wordfence/lib/wfCrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W��k|��)���4+'),('�{�T��%3w������','wp-content/plugins/backupbuddy/images/sucuri/6.png',0,'ڴ��~@��x���J�]\'','ڴ��~@��x���J�]\''),('�}�ِ9�c���*','wp-content/plugins/revslider/.DS_Store',0,'	�y~�!qOaZ�k:G<','	�y~�!qOaZ�k:G<'),('؅ѐYM,��wtP߈�','wp-content/plugins/revslider/includes/extension.class.php',0,'<R�0���>|).��','<R�0���>|).��'),('؈���#+2� ��','wp-content/plugins/revslider/admin/assets/imports/photography/slide8.jpg',0,'��d�̼пG)EQ�','��d�̼пG)EQ�'),('ؐV\\=lS��l�J�&','wp-content/plugins/wordfence/lib/menuHeader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vB��p_0*�k8�oG'),('ؖV�XAw��8�9	,K','wp-content/plugins/wordpress-seo/images/editicon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��ԤRI���.sT3*W'),('ؖ�� �eT�wc�vo','wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php',0,'������}`\rG�t�E','������}`\rG�t�E'),('ؗ�A��$O֙�6�','wp-content/plugins/backupbuddy/license.txt',0,'f�͒2�%��O�CE>�','f�͒2�%��O�CE>�'),('ت�3�o��a�ټ��','wp-content/uploads/revslider/clubix/2-pic-400x400.jpg',0,'+<B���d((1zp���','+<B���d((1zp���'),('ر�-�_}Z�h��\n�\Z','wp-admin/includes/class-walker-nav-menu-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\'�նם��B�w��'),('�O~�sS����g�','wp-content/plugins/revslider/admin/assets/images/mainoptions/tp_uparrow.png',0,'E�Q�\\�]�b�nO6','E�Q�\\�]�b�nO6'),('��Qy�^C\n��x��;�','wp-content/plugins/w3-total-cache/inc/lightbox/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('���n�y\"j��j�K�','wp-content/plugins/w3-total-cache/lib/W3/Minifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vE �J��i!�(2'),('��1��8rҞ�C�','wp-content/plugins/js_composer/assets/images/icons/asterisk.png',0,'��H��|L�sTl��A','��H��|L�sTl��A'),('�S~\0�q0����>�','wp-content/themes/wanderfuls/bootstrap336/css/bootstrap-theme.min.css.map',0,'���˕u��&���l','���˕u��&���l'),('��&�1A�\n*5�¡�','wp-content/plugins/wp-fastest-cache/templates/update_error.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��vƦE�7B���'),('�	���u��/i��y�','wp-content/uploads/2015/11/turquoise.jpg',0,'�Ți�O��?kƳeN�','�Ți�O��?kƳeN�'),('�\nh���j�fm8:c','wp-content/plugins/revslider/public/assets/js/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�ӵ�ROE,���$o','wp-content/plugins/backupbuddy/lib/zipbuddy/zbzipcore.php',0,'���\0`}�.B#��+','���\0`}�.B#��+'),('�\Z\"\'h:�\Zj��\ZxF0','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�gGA\\A���_KX��'),('�,(�i7:^�^�#','wp-includes/js/tinymce/plugins/paste/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s>�����-uu��'),('�/�0R��zH*�','wp-content/plugins/js_composer/assets/vc/pattern.gif',0,'wp��ʢ�Σȼ��-�','wp��ʢ�Σȼ��-�'),('�1b�v��Y=���xa','wp-content/themes/wanderfuls/js/infinite-scroll/infinitescroll-standard.js',0,'_bJWPqٮH\0��D�c','_bJWPqٮH\0��D�c'),('�7	�ώ�]@S�1%���','wp-content/uploads/2015/11/silver-wand.jpg',0,'J�Q��J��m��\Z','J�Q��J��m��\Z'),('�>�t���Keq;`ȉ*','wp-content/themes/wanderfuls/partials/search/header-search-replace.php',0,'�[:8�a�����>�','�[:8�a�����>�'),('�J��^\Z7��uG�k+','wp-content/plugins/wordfence/lib/wfDB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��?8]N\n:}MQ��'),('�R�5sQ��br7j� ','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Fusiontables.php',0,'��/esLw��,�f','��/esLw��,�f'),('�k��/y�����&��G','wp-includes/images/rss-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ya[�Q���rj�'),('�v�7=$ �;�		O','wp-content/plugins/wp-fastest-cache/css/toolbar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bq����\n�~^�am'),('�v[���It�l�a��','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/pagination.less',0,'�g�))�p�}VFk[','�g�))�p�}VFk['),('ه�7m�,�3�r�Y v','wp-content/plugins/backupbuddy/css/backupProcess2.css',0,'%�I6=�$L��Ϻ�@q','%�I6=�$L��Ϻ�@q'),('٘�\"P�ܞ��,���','wp-content/plugins/wordfence/images/icons/ajax24.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����m𙗣P�'),('ٙ�)�1�)=��-�','wp-content/themes/wanderfuls/partials/loop/loop-blog.php',0,'$$0��w���D��>','$$0��w���D��>'),('ٛ�8�U����e=���','wp-content/plugins/revslider/admin/assets/js/codemirror/util/foldcode.js',0,'�s���T\0p�;��kAd','�s���T\0p�;��kAd'),('ٜJ�ڴdrd=����','wp-content/plugins/backupbuddy/controllers/pages/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('ٝ��=�T�Ff	���','wp-content/plugins/contact-form-7/languages/contact-form-7-si_LK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I ��:�w���5�ڿ'),('٫��x�˰�Fd�]','wp-content/plugins/js_composer/config/lean-map.php',0,'�����͕4ȟ�����','�����͕4ȟ�����'),('ٵ�Ii�Q��?DJ8��','wp-content/uploads/2015/11/findyourcandy-150x90.jpg',0,'4�+\'Op�\'rE���F','4�+\'Op�\'rE���F'),('ټ��y�W�U�d3��','wp-content/uploads/2015/10/girls2-150x150.jpg',0,'�_�ѝC�����7�','�_�ѝC�����7�'),('��Ɩut���\'��','wp-content/plugins/w3-total-cache/ini/varnish-sample-config.vcl',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z�f�3�_��}�'),('������Y\Z���\r','wp-content/uploads/2015/11/quin_lg-150x150.jpg',0,'��%��vY�ꚲ��g��','��%��vY�ꚲ��g��'),('���*�g��Q�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php',0,'�C�K�c��m�r�-\"','�C�K�c��m�r�-\"'),('��Xll�mU�#�!','wp-content/themes/wanderfuls/page-showdesign.php',0,'��,ትj�E�\0�\'d�','��,ትj�E�\0�\'d�'),('��3��I�98\\�֛�[t','wp-includes/random_compat/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]m\riVi+Ԑ3�8'),('��(M�R�;o���TPE�','wp-content/plugins/wordfence/images/flags/pe.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�<�$,�E+<�('),('�޺e^��U;����s�O','wp-content/uploads/2015/10/Landon-and-Girl2-150x150.jpg',0,'���fk�\ri�r��3','���fk�\ri�r��3'),('��>��2T�����','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/portfolio-grid.png',0,'�\Z�}1�I��uӝY','�\Z�}1�I��uӝY'),('��!}�=�`*�gZ=','wp-admin/network/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M�s�~z+���`8'),('��¹S2��%�=er>','wp-content/plugins/wordfence/images/flags/pw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��0\0L���'),('�ǔ%��(Z\n�$w�','wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php',0,'d}�	�Ѝ̡�FD��','d}�	�Ѝ̡�FD��'),('�XF�b�/���NP�','wp-content/uploads/2015/11/African-Jungle-Safari-Giraffe-Centerpiece1.jpg',0,'5;�,���Lp�ťl','5;�,���Lp�ťl'),('�>�~�!�g�q��','wp-includes/js/tinymce/skins/lightgray/skin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�A��!�j��+�'),('�C�-l݈��2�%�	','wp-content/uploads/2015/10/findyoursizes.jpg',0,'����t?��Ԍ7&A','����t?��Ԍ7&A'),('��G\r�6��f�Lv-��','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php',0,'P��́���{-�;�','P��́���{-�;�'),('��p�[G.��k��w','wp-content/plugins/w3-total-cache/pub/img/overlay/lock.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�P�~��A��'),('��ߋ\n�1�v����','wp-content/uploads/2015/11/pink-wand-150x150.jpg',0,'��M�����Cɽ���-�','��M�����Cɽ���-�'),('����;�-qu%�S\Z	n','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-api-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iYز�y�o�2���A'),('�G��h��~����','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/QPXExpress.php',0,'�g�춃��T�bc�O�','�g�춃��T�bc�O�'),('��\0�h�4�;r��:s','wp-content/plugins/wordpress-database-reset/class-db-reset-command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���G�j�h�B��m'),('��tX�����@H','wp-content/uploads/2015/11/sweet_sixteen_lg-300x300.jpg',0,'���ˀM�E�.�','���ˀM�E�.�'),('��w�=Ţ�O�&�F�','wp-admin/css/colors/midnight/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&܍���|DW��!E�4'),('�$�Q�7\01n�J�Z','wp-content/uploads/2015/11/theme-holidays.jpg',0,']Ӿ�\nVM�F���',']Ӿ�\nVM�F���'),('�,U��^�v9dN(.7','wp-content/plugins/backupbuddy/images/sucuri/3.png',0,'������5t�!I{fj\r','������5t�!I{fj\r'),('�/�.c=]��LR��','wp-content/themes/wanderfuls/vcex_templates/vcex_staff_grid.php',0,'�_��A%��O#����͎','�_��A%��O#����͎'),('�B��a?�� �ˍs�','wp-content/plugins/wordpress-seo/css/inside-editor-331.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lm셴��^�.���Z['),('�EC�o�X�A\\�w@m','wp-content/uploads/2015/10/3-300x175.jpg',0,'���8�.D\'��','���8�.D\'��'),('�G��>Ds�Ȥ\0','wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg',0,'&︞�&��k�e��u','&︞�&��k�e��u'),('�[���+rp�;��$&','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Signer/P12.php',0,'���Hᄋ�Q��}Ѧ','���Hᄋ�Q��}Ѧ'),('�bg�Qx���6�','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Client/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�b2e���l�*�w�\r','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/code.less',0,'R7V$�E�Xb���(','R7V$�E�Xb���('),('�fFؒ�jRqL�P�,�s','wp-content/plugins/wordpress-seo/js/dist/wp-seo-post-scraper-341.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e]��wB�>�Ia|.t�'),('�m�8.�]d�v��d�','wp-content/themes/wanderfuls/css/ilightbox/metro-white/arrow-next-hover-icon-ie.png',0,'\\$�y+c�\0�F�T�p','\\$�y+c�\0�F�T�p'),('�q���QE�\r�LF�G','wp-content/plugins/w3-total-cache/lib/W3/Cache/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�z;�pL�\"c��>8�','wp-content/plugins/revslider/admin/assets/js/rev_admin.js',0,'%]�I\\���Sri��l','%]�I\\���Sri��l'),('�{����Ȥ����<��-','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/theme.less',0,'R��V��:>���Ȯ\n','R��V��:>���Ȯ\n'),('�|�#�԰#�{����','wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F��0�;��3�%-'),('ڍ�����ab���@','wp-content/plugins/wp-fastest-cache/js/language.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z8�H���\'��!�'),('ڙ���\"Q���\'�\'','wp-content/uploads/2015/10/A102HPPKXXXXXXXX200SLXXXXIWBPIWMSMSLALASL-106x80.jpg',0,'�)\r��\n �}�Q�z�','�)\r��\n �}�Q�z�'),('ڞk\"���B�Knk[.�','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-340.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_)��HPǛ���0�:*'),('ڢ���R���s�|���','wp-content/uploads/2015/10/girlandivorylarge1-250x170.jpg',0,'�	b>�$�v�RÑg','�	b>�$�v�RÑg'),('ڧ�c�wv_���','wp-content/uploads/2015/10/Veggie-Bouquet.jpg',0,'��Mw�H9�߱�����F','��Mw�H9�߱�����F'),('ڮf�l�4~�+��1','wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.eot',0,'(H�iG�;�+�.�YH>','(H�iG�;�+�.�YH>'),('ڹ��|P������','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php',0,'ϕW���w���~Β','ϕW���w���~Β'),('�i��\"B6�,���','wp-content/uploads/revslider/templates/fullscreen-button/slide5.jpg',0,'����x�0[�\Z[�','����x�0[�\Z[�'),('��V�FNk{\0���aN','wp-content/plugins/revslider/admin/assets/images/icon-all.png',0,'2 Y�\'�F�c�bF-�^�','2 Y�\'�F�c�bF-�^�'),('�ق��ح���$|��5','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/yaml/LICENSE',0,'H(��˘M�])��<ܽ','H(��˘M�])��<ܽ'),('��_�eF��,�<Zi�','wp-content/plugins/backupbuddy/controllers/ajax/_destination_picker.php',0,'����BNAL�/eYF�G�','����BNAL�/eYF�G�'),('��ea?=��F�{��k`','wp-content/plugins/backupbuddy/destinations/sftp/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('��)�V�:��v�|ߌv','wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php',0,'�(�h3\0$WPZ���r','�(�h3\0$WPZ���r'),('��ط�a��S(�(��','wp-content/themes/wanderfuls/vcex_templates/vcex_staff_carousel.php',0,'q�MYJth)wV��b��I','q�MYJth)wV��b��I'),('��6A�H\0��ea�o','wp-content/uploads/revslider/templates/sleeklandingpage/slide3.jpg',0,'�K�F-�)���[	','�K�F-�)���[	'),('�G�׸0ߒy�F�9�7','wp-content/uploads/2015/10/Navy-and-Ivory-with-Gold-Accentsbr-Madeline-from-Texas-150x150.jpg',0,'u���4��34Cw�','u���4��34Cw�'),('�\n.��<�rk	ړ�;=','wp-content/uploads/2015/11/Hawaiian-Tropical-Luau-Fish-Centerpiece-262x300.jpg',0,'���Km~�Jjg����','���Km~�Jjg����'),('�!�(t��<Թ','wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v}�P�*��Bv'),('��_\r�JL�#�@B��','wp-admin/css/colors/midnight/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�	�ߥ���_�j��'),('���I�tL���U�','wp-content/uploads/2015/11/wedding-favors-main-3-300x218.jpg',0,'�8�ˋdk8f�Zl','�8�ˋdk8f�Zl'),('� �I�_X�����?','wp-admin/js/gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N{%�3t�9Ze&Q�w'),('�*���:��@.�F ','wp-content/uploads/2015/11/slide1_2.jpg',0,'���f��˾�lF��;','���f��˾�lF��;'),('�+�H\"�9�ά�\"7�c','wp-content/plugins/revslider/admin/assets/images/toolbar/tools_black.png',0,'R!J_]\r�G������X!','R!J_]\r�G������X!'),('�0j�{�)��6�%�e�','wp-content/plugins/revslider/admin/assets/images/toolbar/largearrow_black.png',0,'5���m��6�K&�E','5���m��6�K&�E'),('�2�`�Z�~ϻ�z�','wp-content/uploads/2015/11/Hunter-Green-and-Mint-Centerpiece.jpg',0,'��W]\r5:o�n*','��W]\r5:o�n*'),('�9��^+�t���k��','wp-content/plugins/wordfence/images/flags/gw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�Mj+��+ON�zp'),('�FQ�	4^$��j�C','wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/slider.jpg',0,'�v%�PMq%�g��','�v%�PMq%�g��'),('�O#l��>���a�O','wp-content/themes/wanderfuls/images/patterns/ricepaper2.png',0,'�-�ۀ�{\"��*.&2','�-�ۀ�{\"��*.&2'),('�O���n�UW\"Qu��','wp-content/themes/wanderfuls/vcex_templates/vcex_image_grid.php',0,'�Z�\n���\n��7�9�','�Z�\n���\n��7�9�'),('�RЄlЉ)��Ç^?�','wp-content/plugins/revslider/backup/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�Z��뎏��l\"uZ�[','wp-content/uploads/revslider/clubix/s-300x152.jpg',0,'*�j�J�Y�9���~��','*�j�J�Y�9���~��'),('�\\=_:�*�ę�\ZM�','wp-content/themes/wanderfuls/partials/portfolio/portfolio-entry-content.php',0,'A� վx3����','A� վx3����'),('�d�z��n�<�,O�G�','wp-content/uploads/2015/10/sweet16b3-300x200.jpg',0,'�V�k�-o�aŀ�','�V�k�-o�aŀ�'),('�d�(��#P���,v7o','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/terms_grid.php',0,'/%(�c��~���i��,)','/%(�c��~���i��,)'),('�m\r�����zC��','wp-content/themes/wanderfuls/woocommerce/loop/thumbnail/gallery-slider.php',0,'w+\'���Jm���t/\r�,','w+\'���Jm���t/\r�,'),('�o��/�oYԙ�>K&kx','wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php',0,'�/\\\"�ɍZ���5�p[','�/\\\"�ɍZ���5�p['),('ۖJ�Bw�C��|M�v','wp-content/plugins/wordfence/lib/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R|�$����V;P���'),('ۘ�� Zw!bO�\"]�G�','wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.eot',0,'qI�6��Y0n�*���','qI�6��Y0n�*���'),('ۦ�\\ˠ��B&f���y','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/images/expanded.gif',0,'��_X�[�܁ϿYH�','��_X�[�܁ϿYH�'),('ۧ	H�d���d0��','wp-content/themes/wanderfuls/partials/overlays/plus-three-hover.php',0,'�L�R�ޣ�(oud{\0','�L�R�ޣ�(oud{\0'),('۪��	.�ո�\\���','wp-includes/js/tinymce/skins/wordpress/wp-content.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U\'`��\\%A���'),('۳V���-^(��b','wp-content/themes/wanderfuls/css/ilightbox/mac/play-ie.png',0,'+��[�.��3����D','+��[�.��3����D'),('��3s��m���]','wp-content/themes/wanderfuls/framework/overlays.php',0,'�H0T�ȒZ&���Iݵ','�H0T�ȒZ&���Iݵ'),('��r�����؁=�Ԓ�','wp-includes/images/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�(�.��*NZ�'),('�ȃi���Heʟ��0','wp-content/themes/wanderfuls/js/infinite-scroll/infinitescroll.js',0,'���?�--���~Q','���?�--���~Q'),('��\np���Gnu:���','wp-includes/js/colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V g�����-�'),('��]����TI�ŋ�ԝ�','wp-content/plugins/revslider/admin/assets/images/loader.gif',0,'�F��LE.��M3꼨��','�F��LE.��M3꼨��'),('��9O����EB�h�','wp-content/uploads/2015/11/Navy-and-Baby-Blue.jpg',0,'Ԣ=�Xt��?�Ħ��','Ԣ=�Xt��?�Ħ��'),('��(��1�LU�(�1ݞ','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_print.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)+��J�́���\Z'),('�ȼ�؟�\'\r`����','wp-includes/feed-rdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�I̳����7B��'),('��\"n�A;���:�n[','wp-content/plugins/js_composer/assets/vc/fe/social/gp/small_desc.png',0,'(*��@)�Β�0*F','(*��@)�Β�0*F'),('�p�D�t(!-G��>�%','wp-content/plugins/wordpress-seo/images/Video_130x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"T2=a(w�7>�g?'),('��D�欹�%;���b','wp-content/uploads/2015/11/bluebirthday.jpg',0,'��+�H����n�\0f-�^','��+�H����n�\0f-�^'),('�2G�?�_�\\��-B','wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P���<�ܫކ�;p�'),('�3���V���~P�=F5','wp-content/themes/wanderfuls/partials/overlays/title-bottom-see-through.php',0,'�[=Z�CDj����r','�[=Z�CDj����r'),('�F|\n�MN,8�ݪ�\'�','wp-admin/css/press-this.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Ʉ3���^�B�t�8'),('�P�P��o�`���O� �','wp-content/uploads/2015/11/blue-ivory-wedding-centepiece-300x218.jpg',0,'\0�\n��䒚M�w;*ǁ','\0�\n��䒚M�w;*ǁ'),('�V����A�Q9�X\0�9','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbuddy.php',0,'D^94�n��F���','D^94�n��F���'),('�}7	Y\Z7�WSG����','wp-content/uploads/2015/11/Patriotic-American-Flag-Fourth-of-July-Independence-Day-Centerpiece-150x150.jpg',0,'z���<)V.l���]�','z���<)V.l���]�'),('܉]�j�e�*:���p','wp-content/plugins/wordfence/images/flags/ck.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�ά���iԛ��'),('܊_���8�kb�lӰ','wp-content/themes/wanderfuls/partials/scroll-top.php',0,'�֚��K��Ŗ�','�֚��K��Ŗ�'),('ܚ\\}K0ć�ņF��&','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/JavaScript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��r,��*��\rΰ=޳'),('ܶ`*�=����lp�','wp-content/plugins/backupbuddy/controllers/pages/server_tools.php',0,'ޕAo1d�q/>��$','ޕAo1d�q/>��$'),('ܶ��>x�Q���p�ڽ','wp-content/themes/wanderfuls/404.php',0,'QQ)9o^\"�r��UB�','QQ)9o^\"�r��UB�'),('ܻ�C>_K/%m�\Z\ns�','wp-content/plugins/js_composer/include/classes/core/interfaces.php',0,'�u�s��Ջ�)!�u�','�u�s��Ջ�)!�u�'),('�ÿ#�7��\Z;�E�^��','wp-content/plugins/wordpress-seo/deprecated/class-yoast-textstatistics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,&E�٢�u��L�\Zs'),('��\r;0\\�{�w5\0��','wp-content/themes/wanderfuls/partials/meta/meta-download.php',0,'�I�0�� �%hL','�I�0�� �%hL'),('��2���>��۫Tx4\r','wp-content/plugins/w3-total-cache/extensions/GenesisAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�o�@��\'9Q'),('�ӿ!u{fc��r���|','wp-content/plugins/revslider/admin/assets/imports/photography-carousel/slide4.jpg',0,'k����U#\r:s�G','k����U#\r:s�G'),('�٧z4iq���ǡ�m�','wp-content/uploads/2015/10/Blooming-Earth.jpg',0,'-=�?H���a�T�a��','-=�?H���a�T�a��'),('��ջZml��4�ˮU','wp-includes/images/smilies/simple-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��{…��f�w�h'),('�뛂)�+\0\r��ZI� ','wp-content/themes/wanderfuls/css/ilightbox/light/arrow-prev-vertical-icon-64.png',0,'�d�o7�k�X�.v��','�d�o7�k�X�.v��'),('�j����r:��\r��','wp-content/plugins/w3-total-cache/lib/W3/Enterprise/SnsBase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`�4l	\n�g׬��'),('���� |��:�Ka���','wp-content/plugins/js_composer/assets/less/lib/controls.less',0,'���Cb�;b�s%iׂ�','���Cb�;b�s%iׂ�'),('�\rz��I�`\n�@�/','wp-content/uploads/2015/11/hunter-wand.jpg',0,';��ĝ��D�A*\'h��',';��ĝ��D�A*\'h��'),('��\r\0FJ��B��e�','wp-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OFg���b�섆Fd'),('�,�KA^���g�,fj�)','wp-content/uploads/2015/10/Under-the-Sea-themed-centerpiece-created-for-a-fun-and-festive-birthday-party..jpg',0,'�R�r��O��T�O','�R�r��O��T�O'),('�,��q�,ZQ��','wp-content/uploads/2015/10/PNRwand4-300x183.jpg',0,'�Er4ܵ<\n�݇�Dݭ','�Er4ܵ<\n�݇�Dݭ'),('�2[����<��\\','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/scaffolding.less',0,'Q5lgS4�����X�y-','Q5lgS4�����X�y-'),('�3ZW��AI����\\��','wp-content/plugins/revslider/admin/assets/imports/news-gallery/slide3.jpg',0,'̬��^3���v[�(��','̬��^3���v[�(��'),('�6����:�}s�p]��','wp-content/uploads/2015/11/pink-wand.jpg',0,'FO|�����8�LK�U','FO|�����8�LK�U'),('�J0���j�Yg�h�','wp-includes/js/tinymce/plugins/lists/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$,�e+_+�M�2g.�'),('�MƎ��p`#�W�yd','wp-content/plugins/js_composer/assets/images/icons/video.png',0,'�O`������)�rL��o','�O`������)�rL��o'),('�U��+�.�Ed �ז�','wp-content/plugins/w3-total-cache/lib/Minify/JSMin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^Kl�1�N�aG��'),('�Vƍv�U`+��y�!�','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_posts_slider.less',0,'\\�,�0�\ZP�Usml�','\\�,�0�\ZP�Usml�'),('�[6�5��+�	�n9�','wp-admin/images/sort.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�ˍ���lHj�]'),('�f��y���ħ�*!','wp-admin/js/nav-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��a��*Q���۸ٸ'),('�f�`�,���m?�[�','wp-content/themes/wanderfuls/languages/ru_RU.po',0,'�F��[�(��D]*','�F��[�(��D]*'),('�q��QeV�D��\'','wp-content/uploads/2015/10/girlandivorylarge.jpg',0,'O۱~F�p�Gt	�|�*�','O۱~F�p�Gt	�|�*�'),('�r��2T4o�x��`�','wp-content/plugins/revslider/admin/assets/images/visitstore.png',0,'/T�~ۚ^\r>��b�','/T�~ۚ^\r>��b�'),('�w�s���Y�e�s{�','wp-content/plugins/contact-form-7/admin/includes/help-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���JJ�G.o�E�'),('�~���\Zx�g�S�V�','wp-content/uploads/2015/10/slide_003-150x150.jpg',0,'�L�pd�vQ���','�L�pd�vQ���'),('݅�.��CY2��','wp-content/themes/wanderfuls/images/social/behance.png',0,'!��hiJ�g�}\n��','!��hiJ�g�}\n��'),('݋�rn}�z��w\'�','wp-content/plugins/contact-form-7/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�v��i�,�<,��'),('݌u���\\]��͏�_b','wp-content/plugins/revslider/admin/assets/imports/gym/slide3.jpg',0,'zچ��~�\r�_H�tI��','zچ��~�\r�_H�tI��'),('ݏ97X<Թ�/�j\\��','wp-content/plugins/wordfence/images/flags/yt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʉ��rT���\0h��'),('ݖ�\'�\"|3�_�t|��','wp-includes/class-wp-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���r�Y�6Sl$ay��'),('ݘ`b1tX�\ZZ� K/','wp-content/plugins/wordfence/images/flags/in.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�����Y��'),('ݠ�\00�E�\n�i\\9�','wp-content/plugins/add-any-extension-to-pages/add-any-extension-to-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ΩNx�~�Cu#� '),('ݢn�{\r��c9�\n���','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_twitter.less',0,'rQn�\\���RvK.L','rQn�\\���RvK.L'),('ݣ۪*���8�	�(9','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/btnNext.png',0,'�Կ�@��s!N����~','�Կ�@��s!N����~'),('ݧy\0��0��V389�\0','wp-content/plugins/w3-total-cache/lib/W3/Cache/Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y.��1u.B�K'),('ݺ$;k��J�	�a�l1�','wp-content/plugins/contact-form-7/modules/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M����\0g�u���'),('ݺ�������\"��$4�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-nb_NO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�)������x<'),('ݼ��y���(R��r','wp-content/plugins/js_composer/assets/vc/visual_composer.png',0,'ʩ5�g�@�&kܾ','ʩ5�g�@�&kܾ'),('���B[����#','wp-content/uploads/2015/11/party-favor-main-2.jpg',0,'��Tn����7��g�6�','��Tn����7��g�6�'),('��a��\0�f��GKS��','wp-content/plugins/backupbuddy/controllers/pages/_ms_import/_step5.php',0,'�<h�|��`�:O)P�%','�<h�|��`�:O)P�%'),('��O\0l[lq+R�S28�$','wp-content/plugins/w3-total-cache/inc/options/minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('��\n�:b�6K���','wp-content/themes/wanderfuls/css/ilightbox/mac/back-50.png',0,'h�T;^[C�(��廘��','h�T;^[C�(��廘��'),('��1>�d�ƛeUW���','wp-content/uploads/2015/10/rm4L_gold.jpg',0,'7��5���E�3�Q��_','7��5���E�3�Q��_'),('���ؚY�͡�[r_>','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Utils/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('��%�~r@�;!�s�t��','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Cache/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('��۾���S)�9�','wp-content/plugins/wordfence/images/flags/vn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P��᳗vwܶ��PTo'),('��9 [�6��pD˜p','wp-content/plugins/js_composer/assets/css/ui-custom-theme/images/ui-icons_1982d1_256x240.png',0,'7N>^�{�iR�s��B','7N>^�{�iR�s��B'),('�!%���9���F�','wp-content/plugins/backupbuddy/css/images/ui-icons_222222_256x240.png',0,'�涐*@����cy�Gu%','�涐*@����cy�Gu%'),('���Rs2{���\'','wp-content/uploads/2015/11/purple-wand-145x300.jpg',0,'3�\nR 9����	Cp��','3�\nR 9����	Cp��'),('�B�|ʗ�B%\n�[F�','wp-content/themes/wanderfuls/framework/visual-composer/helpers/inline-js.php',0,'��#+�Z}���	@�9ӵ','��#+�Z}���	@�9ӵ'),('��A��7v<֗�x��','wp-content/plugins/js_composer/assets/vc/editors/ui/vc_ui-icon-pixel/vc_ui-sprite.png',0,'Z!��Co��:��','Z!��Co��:��'),('��)Rw���l\\<�','wp-content/plugins/backupbuddy/destinations/dropbox/init.php',0,'�j���-yRP��)`c','�j���-yRP��)`c'),('� #�*�¸�3���','wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php',0,'p��e걌	B����I','p��e걌	B����I'),('�,�iCE��	�\'#�v�','wp-content/themes/wanderfuls/framework/post-layout.php',0,'�o��ÿ�^Y\n�w%','�o��ÿ�^Y\n�w%'),('�3^��PM�Y���H�D�','wp-includes/js/tinymce/skins/wordpress/images/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�¶��B�=\rz��3j�'),('�3�����@.綨�\0','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/js/restoreEvents.js',0,'_`�C�ބP5٫C�>��','_`�C�ބP5٫C�>��'),('�8�1\'�WP��9��1��','wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide5.jpg',0,'�pp�O,�eU�/�����','�pp�O,�eU�/�����'),('�<���86Ko��X','wp-content/plugins/wordfence/css/activity-report-widget.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\r�mE�d�b�'),('�A�ؿ��ӑՍ7O��','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png',0,'����o��NIǟ�጖�','����o��NIǟ�጖�'),('�N�\\�|�`*�,)@4','wp-includes/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r�T��`��?J�/�'),('�V�$�n-��*L�0)\';','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/Exception/OverQuota.php',0,'��p*�\"��?q��\"�','��p*�\"��?q��\"�'),('�f\nwO�#��(���','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-content-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��c�d�R�g_�N�4W'),('�f��urtg?�gr��','wp-content/themes/wanderfuls/framework/classes/gallery-metabox/gallery-metabox.php',0,'�I`��R��rKKT��','�I`��R��rKKT��'),('�h��3�\rx���H�','wp-content/plugins/wp-fastest-cache/images/icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӕc3�9�U���w	�'),('�{�z�	��/j;k��Q','wp-content/uploads/2015/10/Beautiful-white-centerpiece-design-for-Sheila-and-Robs-wedding..jpg',0,'Ø7x�lO�hQ-�8{�','Ø7x�lO�hQ-�8{�'),('ހ��4��,A����H�','wp-content/uploads/2015/10/girls2-300x183.jpg',0,'��h�,S���_���<','��h�,S���_���<'),('ޙ��6�	�8�w��ȩ','wp-content/plugins/revslider/admin/assets/imports/photography/slide1.jpg',0,'9�֬�؟�����','9�֬�؟�����'),('ޫ�$]T��ɍ���M�','wp-content/themes/wanderfuls/partials/staff/staff-entry-title.php',0,'<~�������','<~�������'),('ޮ1d��C̒x���]&','wp-content/uploads/2015/11/yellow-birthday-centerpiece2-150x150.jpg',0,'�56R�A߸9���H��','�56R�A߸9���H��'),('޸~���>��Fu�/�','wp-content/uploads/2015/11/preview-145x300.jpg',0,'bKUx�h/0��`->�','bKUx�h/0��`->�'),('޽s��㝢@1i:\Z�','wp-content/plugins/wordfence/images/flags/er.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AQ���	u�V��o�'),('���E���	ZF�aX�','wp-content/themes/wanderfuls/bootstrap336/js/bootstrap.min.js',0,'ŵ���f�#!��N1','ŵ���f�#!��N1'),('��J������H�\'�;','wp-content/uploads/2015/11/Multi-Colored-Pastel-Centerpiece-300x300.jpg',0,'��rS\Zz���a�{','��rS\Zz���a�{'),('��������/��','wp-content/plugins/wordfence/images/flags/ai.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��֖�*���솼�'),('�ݱ@��Ҧy;��qYA�','wp-content/plugins/js_composer/assets/images/toggle_close.png',0,'_��\n��]�8��','_��\n��]�8��'),('��]���+�œUE�\n','wp-content/uploads/2015/11/banquet-centerpiece-1.jpg',0,'V_e�h�oY�־[��6','V_e�h�oY�־[��6'),('�ދ���1F���a�','wp-content/plugins/wordfence/lib/wfArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�my��V�M�\Z��'),('��}�c���0�,���','wp-content/themes/wanderfuls/partials/search/search-entry-header.php',0,'u�h�sS½i��\'F�','u�h�sS½i��\'F�'),('��\'g!�:�H��),�','wp-includes/SimplePie/XML/Declaration/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���p(Å��B�s#b'),('��3=�a\Z4F-N��','wp-content/plugins/wp-fastest-cache/templates/buttons.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ދ���tB��ڽ��V'),('���H,fe���r�Yq','wp-content/uploads/2015/11/Hunter-Green-and-Mint-Centerpiece-300x300.jpg',0,':��#��Z۩�&�\ry�',':��#��Z۩�&�\ry�'),('���\"�����c)j�\"','wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�|O��\n�fU�D���'),('�I���\"�+���','wp-content/plugins/revslider/includes/navigation.class.php',0,'b��jS����L��)','b��jS����L��)'),('���(�`��p���}N','wp-content/themes/wanderfuls/languages/sv_SE.mo',0,'o%��˄�+��7�>�','o%��˄�+��7�>�'),('�!��9���b�!S�b','wp-content/uploads/2015/10/testimonialslogoboxwide2-150x135.jpg',0,'�J�K>�-*�:2�','�J�K>�-*�:2�'),('�\'�$�����J>Yr�','wp-content/plugins/backupbuddy/controllers/ajax/refresh_zip_methods.php',0,'|���dD%�fM�%�*/','|���dD%�fM�%�*/'),('�(#1�x���Ie�','wp-content/uploads/2015/10/Ocean-Theme-258x300.jpg',0,'�iϯV5�8�\0.F&���','�iϯV5�8�\0.F&���'),('�7Oqq.�t�҄[��g','wp-content/plugins/w3-total-cache/configs/0.9.2.10-ConfigKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��z=��m��3x'),('�CՑ�a�j�ν�t��','wp-content/plugins/js_composer/assets/vc/row_layouts/1.gif',0,'��n�(��rx<m6','��n�(��rx<m6'),('�q����%ű� m+','wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�Q�*�֥8%�lE'),('�r`5�+��P��;<�L','wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.ttf',0,'ӵ�~O�MK+ʦ�7$','ӵ�~O�MK+ʦ�7$'),('�u�Ջl�N]NB\"c��','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php',0,'}\ntu���#קn@��','}\ntu���#קn@��'),('�{ʫI]L�~��)��','wp-content/plugins/w3-total-cache/lib/W3/Plugin/MinifyAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ϣ}�,�^u]�'),('߄�š���r(c�','wp-content/themes/wanderfuls/partials/blog/blog-single-content.php',0,'W�S�/0�,\Z���Dg','W�S�/0�,\Z���Dg'),('ߌ��(������2���','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]���h�EJ�_�M'),('ߕL���A��cU��','wp-content/uploads/2015/10/Multi-colored-centerpiece-for-Clinton-Middle-Schools-graduation.-300x285.jpg',0,'����\Z#��0���Q�L','����\Z#��0���Q�L'),('ߗ�Q��u�!ٶx�[','wp-includes/js/wpdialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-���\0�g\r�Fġ�'),('ߥ䓿~;��Q2D��','wp-content/plugins/wordfence/images/flags/mn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�\']j����n`'),('ߪԯ\n�Ȥ�ͮ����','wp-content/plugins/backupbuddy/controllers/pages/malware_scan.php',0,'��c��a�8�%�+�DT�','��c��a�8�%�+�DT�'),('߮��B1q#�*\Z#<tf�','wp-content/uploads/2015/10/White-and-Mint-brIsabelle-from-Pennsylvania-150x150.jpg',0,'�El���!xf���+','�El���!xf���+'),('߰S����h[�۳�','wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�t��5���}4`���'),('߳1�\0�z}j�%��','wp-content/uploads/2015/10/big2-300x97.jpg',0,'�q8 ����tG����\Z\\','�q8 ����tG����\Z\\'),('߷oE�\"���o�u+vP�','wp-content/plugins/js_composer/assets/images/toggle_open.png',0,':f���Q��������?�',':f���Q��������?�'),('߹V�=���\"�#n�	�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��	=�~��i�'),('߻r��(W��L!Ɨ�#�','wp-content/uploads/2015/11/60s-Hippie-Flower-Power-Peace-Symbol-Centerpiece.jpg',0,'��A���̢����','��A���̢����'),('߾4�+�K�&�V�#�c','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js',0,'���n`�)�=!.4�l','���n`�)�=!.4�l'),('��D�)8���~�/��X�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/SiteVerification.php',0,'_T�`��+����','_T�`��+����'),('��!�Jz�+�k�g��','wp-content/plugins/w3-total-cache/inc/widget/latest_ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����.+����#s�'),('��dž��ވC;�ycF\\','wp-content/uploads/2015/10/sizes3-150x141.jpg',0,'���[69b�bƕ�\n�','���[69b�bƕ�\n�'),('��E����{����','wp-content/themes/wanderfuls/partials/blog/blog-single-series.php',0,'��:B�q�=��g','��:B�q�=��g'),('��l����w��0�\r�{j','wp-content/plugins/backupbuddy/destinations/email/init.php',0,'��T�v�	!���O�=','��T�v�	!���O�='),('��y:��6�N(����','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/forms.less',0,'+�ʄ]�\rJE)�q��','+�ʄ]�\rJE)�q��'),('�_�<�\n�95��1�r�','wp-content/uploads/2015/11/lavender-wand-150x150.jpg',0,'\nŨr(���]��','\nŨr(���]��'),('�H��C�Ѓ��{^','wp-content/uploads/2015/11/ocean_lg.jpg',0,'U$�l��U&S��aH2M','U$�l��U&S��aH2M'),('�!��0��tT�(� ��','wp-content/plugins/wordfence/css/images/ui-bg_flat_0_aaaaaa_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�\\K�K�G�лSA�'),('�%�f\\+,���\0\\Y','wp-admin/includes/class-wp-filesystem-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m8�����Mƹ�!��,'),('�\'�Q,[^�}���+�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�TZ((Mm�)�o��'),('�/���q�—2��v<','wp-content/uploads/2016/01/girlandivorylarge1-150x150.png',0,'�M ���7��\0���','�M ���7��\0���'),('�;��%ͤ�{Tby��i','wp-content/uploads/2015/10/Wild-Tropical-150x150.jpg',0,'\Z	����6�}��b}\r','\Z	����6�}��b}\r'),('�=���;���2�','wp-content/uploads/2015/11/findyourorder-300x39.jpg',0,'E�⵷p�L�����lv8','E�⵷p�L�����lv8'),('�A5v		�B\'pf��a','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php',0,'1Es���ʊ\0*�~[�*','1Es���ʊ\0*�~[�*'),('�J*~첆Hn�5�C\"','wp-content/plugins/revslider/admin/assets/images/iphone.png',0,'��1�gd:�*�.��=�','��1�gd:�*�.��=�'),('�Y�K�ٸ�MoLZ�˶','wp-content/uploads/2015/11/party-favor-main-4-150x150.jpg',0,'e����,���T���','e����,���T���'),('�|��B�����5Y��','wp-content/plugins/wordfence/lib/menu_sitePerf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϳ\"��x<�%��+�4'),('�nS���������^','wp-content/plugins/backupbuddy/classes/live.php',0,'\Zow�6�\r���US̀rb','\Zow�6�\r���US̀rb'),('��e�o=Bʓ<�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/size.less',0,'�Yrfz���NS�2\'�','�Yrfz���NS�2\'�'),('�h3D5{��\nG���f','wp-content/plugins/wp-fastest-cache/images/facebook-like-xxl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�:DM;�2��j�'),('��r��M�ܴ-\nS��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\rcmm��j��ik�'),('�Ѡ��e&�ə�m��','wp-content/plugins/w3-total-cache/pub/img/w3tc-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�@��V�.���{�M'),('��+Y��3�R��r(�','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Resource.php',0,'o��<���z����.�Z','o��<���z����.�Z'),('��i��ܪI�B�/d','wp-content/uploads/2015/11/newcandies2-300x218.jpg',0,'������!vп/��@x','������!vп/��@x'),('�\00����ݼ���','wp-content/themes/wanderfuls/framework/customizer/settings/blog.php',0,'�PY���R.�}c�\0��@','�PY���R.�}c�\0��@'),('��^��bR��SI�!�?','wp-includes/class-wp-image-editor-imagick.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���qp.�f�x�/�'),('��A��L�j�i_8��','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Credentials/SharedAccessSignature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!\'���(���\Z\Z+�A'),('�����4R��02','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/yaml/lib/sfYaml.php',0,'+q��o������0','+q��o������0'),('�,�M��}��.�Ue�V�','wp-content/uploads/2015/10/Bridal-Teal.jpg',0,'���эf,�/*�M7�','���эf,�/*�M7�'),('�2\Z��\0�m�����','wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php',0,'��rh�֞�(�}z�Q','��rh�֞�(�}z�Q'),('�A	!f�Y�j=	qQ|H','wp-content/plugins/wordfence/lib/menu_sitePerfStats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m�h�C��O�Io�'),('�FN�G\'QW	���@�V','wp-content/uploads/2015/10/slide_003-100x50.jpg',0,'�7*�)C�޻=M��F�','�7*�)C�޻=M��F�'),('�I���>�_g`�^����','wp-content/uploads/2015/10/groupshot51.jpg',0,'@v�\rN���W-0[7���','@v�\rN���W-0[7���'),('�I�$�O�������Y�','wp-content/themes/wanderfuls/images/dummy-image.jpg',0,'\\c�*ZO��+&7FM\'�','\\c�*ZO��+&7FM\'�'),('�KYA);�N�OcY\\�','wp-content/plugins/w3-total-cache/wp-content/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�P1\\\0�N��`O���q','wp-content/themes/wanderfuls/js/lib/supersubs.js',0,'����!��X+��9�0','����!��X+��9�0'),('�Sp����[N�j�5','wp-content/uploads/2015/10/imprinting2-300x300.jpg',0,'u��}�����u��t�_�','u��}�����u��t�_�'),('�V�t嫄�Ii����','wp-content/plugins/w3-total-cache/lib/Minify/Minify/IgnoredCommentPreserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö\rٖЇ�C�(d�$�a'),('�Z���(>(�1bޫ�Z�','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�8��̩\0�}�3'),('�\\Ƶ]B�Ȍs`���','wp-content/uploads/2015/10/White-and-purple-centerpiece-for-Tammys-baby-shower.-150x150.jpg',0,'[����)�B�~�+�,','[����)�B�~�+�,'),('�_��IQe��]D2�','wp-content/uploads/revslider/templates/dark-fullsite-block-4-products/slide3.jpg',0,'���������f���a�','���������f���a�'),('�q�@/��ꦑٞ-M�','wp-admin/network/site-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\nI��9�m(*z�W�'),('�3L��\n,~�RP7�','wp-content/themes/wanderfuls/partials/footer/footer-layout.php',0,'�_��i�)�i���E�','�_��i�)�i���E�'),('�l�Y�O��IvYJ�%','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php',0,'�`#�-ݏf}_�sK','�`#�-ݏf}_�sK'),('�ɒL$���/lak|','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php',0,'?\rv�]����%Y���Z','?\rv�]����%Y���Z'),('�\n��!1tѦ�n+�','wp-content/themes/wanderfuls/js/functions.js',0,'I�V���)l�#��','I�V���)l�#��'),('�>“���\n�5����Z','wp-includes/customize/class-wp-customize-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ui�h-� ���K�'),('៵�@~G5���2�','wp-content/plugins/wordfence/images/flags/sprite-des-64.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\n4F�6�.\\j	$�R'),('�L&��Z��]���a','wp-content/uploads/2015/11/bridal_shower_lg-300x300.jpg',0,'�͠��/鏉�-��[','�͠��/鏉�-��['),('��^���\0O���)W','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php',0,'���v�\'����A]�','���v�\'����A]�'),('�ɍS�\"��u�gW�\"!','wp-content/uploads/2015/10/black-gold-bar-mitzvah.jpg',0,'֠\0�~��s��4{d�','֠\0�~��s��4{d�'),('�����:��p�&�:M','wp-content/uploads/2015/10/blue3-150x150.jpg',0,'��7$۔�/4��aZu�','��7$۔�/4��aZu�'),('��n>���o�5���','wp-content/plugins/backupbuddy/controllers/ajax/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP'),('��D\0��ʼn��U�N','wp-content/uploads/revslider/templates/creativefrontpage/slide2.jpg',0,'��Iт�-ɘӣ�','��Iт�-ɘӣ�'),('��#��y�U���C�\'','wp-content/plugins/w3-total-cache/lib/W3/Plugin/BrowserCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+ҋ�\r��\"�'),('��C1����MsUGb��','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/authentication/signature_v3query.class.php',0,'�9g+���u���','�9g+���u���'),('��\\9ã>���Iz4�c','wp-includes/js/tinymce/plugins/hr/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���z{��@�X�б\Z'),('�v&��M�h�� ߻','wp-content/plugins/wordpress-seo/js/dist/wp-seo-term-scraper-341.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�:��	v���\'A��'),('�(U�g��J���xۛ','CorpBrochure.pdf',0,'�mE�O���0� ��_�[','�mE�O���0� ��_�['),('� *�s\\�O��il�','wp-content/plugins/wordfence/lib/menu_scanSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B)}&���|��'),('�!��c�29����K','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-slide-unpublished.png',0,'\Z�d���Gv��j�#�','\Z�d���Gv��j�#�'),('�$8��.Vp�j�B�@�','wp-content/plugins/wordfence/images/flags/.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4.��M:�<�K0ܟή'),('�+(�Œ���AGT','wp-content/uploads/2015/10/wandlogo.gif',0,'-���9�59�I3|�i\\','-���9�59�I3|�i\\'),('�5/Q3ag|ڂ6�L<�','wp-content/plugins/revslider/languages/revslider-pl_PL.po',0,'o�_jv%3�O�D���','o�_jv%3�O�D���'),('�B+0����DF��O�','wp-content/plugins/revslider/includes/framework/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�B1\0���p��L]��','wp-content/uploads/2015/10/Navy-blue-and-white-Wanderfuls-centerpiece-for-Katys-graduation-party.-300x180.jpg',0,'>��RG��?M�{�;�<','>��RG��?M�{�;�<'),('�L�>�ٟ�#{6p}Y��','wp-admin/options-writing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9i�K�(�r���'),('�Sp.c�:*Dic<�	;','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins.less',0,'9L�\Z�\r�դf	y�','9L�\Z�\r�դf	y�'),('�l�Ƀa�nd�v\"��Q','wp-content/plugins/contact-form-7/admin/js/tag-generator.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ު��(.���Ԁ'),('�s��\\�f�Z�Y�=�','wp-content/plugins/js_composer/assets/less/settings_tabs/general_settings.less',0,'�\Z��YeN��\Ze?','�\Z��YeN��\Ze?'),('�x+)$\ZͫĜ���d','wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php',0,'��m�.���`�H)','��m�.���`�H)'),('�~�S߮��M�\'Q','wp-content/plugins/js_composer/assets/lib/bower/flexslider/flexslider.min.css',0,'	�4\r��)��\n��%j�r','	�4\r��)��\n��%j�r'),('⏱�pJ4\\|9r7��','wp-content/uploads/2015/10/Gold-and-purple-Wanderfuls-centerpiece-for-Kellys-quinceanera.-300x273.jpg',0,'�H�@zːo�a�?9�6�','�H�@zːo�a�?9�6�'),('��2���@sn����+','wp-content/uploads/2015/11/Ocean-Starfish-Centerpiece.jpg',0,':��o������9:',':��o������9:'),('�r\'���i�K��','wp-content/themes/wanderfuls/single-testimonials.php',0,'_���3�i��X?�','_���3�i��X?�'),('��sZ��ޟ�ɮS��2','wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_x.png',0,'&�uY�\"[��>4�˄','&�uY�\"[��>4�˄'),('�Ӭ\r%!��\0��E\nZ','wp-content/themes/wanderfuls/css/tb-visual-composer-extend.css',0,'�r�Sv�?�w�','�r�Sv�?�w�'),('��I��ױg-\\\'I�','wp-content/uploads/2015/10/girlandivorylarge1-250x250.jpg',0,'N`�JC���ڟ�Bs�$','N`�JC���ڟ�Bs�$'),('���/�Q&���\Z���o','wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hœ�B�4�s:�Ǥ�l'),('���)2�: I�u+�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php',0,'\"�hՀg8w���Mv�','\"�hՀg8w���Mv�'),('��ĸ:�,p�1��Hr','wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z��ÜA�ʢ�>�5'),('��9թ�#f/�B]�v','wp-content/plugins/backupbuddy/images/filetree/music.png',0,'�\"D�(*Z�H�ל�Ŕ&','�\"D�(*Z�H�ל�Ŕ&'),('�3����WQ�Ɍ\"��','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/sns-exceptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��w,a<F��$���'),('��d��W�FZߴ�7��','wp-content/uploads/pb_backupbuddy/index.htm',0,'�3B[*�ԖG:_����','�3B[*�ԖG:_����'),('�m�p��6ckB�5v','wp-content/uploads/2015/11/graduations-ivory-forest-150x150.jpg',0,'\rhv�D]���<X�','\rhv�D]���<X�'),('�\0��וoxi3%\r+]kg','wp-admin/images/post-formats.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K���\0���%3���'),('�3\Z~s㸆�1�8)/','wp-content/plugins/wordfence/images/flags/pf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9}�=T{��f���\\�'),('���HX��L��z,s�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/cleanupSettings.ejs',0,'�5]m_��<�;l�v','�5]m_��<�;l�v'),('���������!x�','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Lines.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�-�$����A��*'),('�pHRA3�k����','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/component-animations.less',0,'�<���h\"��V��<_�','�<���h\"��V��<_�'),('��G_�H�aOhS쪦','wp-content/themes/wanderfuls/partials/testimonials/testimonials-entry-meta.php',0,'�7��}Ck�S��T��','�7��}Ck�S��T��'),('���۹\'Z�T�X!','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php',0,'��q�xўk�S9��˷�','��q�xўk�S9��˷�'),('�\"u4�fX���<�	��','wp-content/uploads/2015/11/sweet_sixteen_lg1.jpg',0,'�]њ�n+ƾ�mwm','�]њ�n+ƾ�mwm'),('�,�݅+[RXX7ۏ��','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php',0,'�N=&�dмZ-�޼s�r','�N=&�dмZ-�޼s�r'),('�/}ə���$n��r�','wp-content/plugins/wordpress-seo/images/banner-woocommerce-seo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�#�@�пN\n��_n'),('�0�;�-,�A�Ey�','wp-includes/theme-compat/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��]�!p�G#ϭ��P'),('�5^��W�����pS','wp-content/themes/wanderfuls/css/tb-woocommerce-responsive.css',0,'юN$ǔx?��Ϻ���','юN$ǔx?��Ϻ���'),('�5��[S.9a*.�ho�','wp-content/plugins/wp-fastest-cache/images/search_reset.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�Z��{е��%�'),('�>&�.�����i1','wp-content/uploads/2015/11/mustard.jpg',0,'��i��r�D�7��p�','��i��r�D�7��p�'),('�`g��#�(<�^�n4f','wp-content/uploads/2015/11/candy-jordan-almonds.jpg',0,'A�7���-�I���OI�','A�7���-�I���OI�'),('�a�Oj\'�ŻD*ցV4','wp-cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�vme%�I�v�26�'),('�y�R�hb�R�ʅ��','wp-content/themes/wanderfuls/images/patterns/tree_bark.png',0,'�~����Kg�۲�;���','�~����Kg�۲�;���'),('�y���z2�.��^�','wp-content/plugins/w3-total-cache/pub/css/options.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o5��/�;M�s�yf��'),('㇪k��w��h&�=','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/init_admin.php',0,'�qN�I.QJ��ċ݉X','�qN�I.QJ��ċ݉X'),('�e�\\�k�c��Xf','wp-includes/customize/class-wp-customize-upload-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J���F�yž�r@�{'),('�nW���x��R#��E','wp-content/plugins/backupbuddy/js/backupEvents.js',0,'��H�$}�3i�.J�','��H�$}�3i�.J�'),('㻎���s;�!�o��','wp-content/uploads/2015/11/cabernet-wand.jpg',0,'?+A�:E�{�e�~','?+A�:E�{�e�~'),('�癡,Nz�2}�o��','wp-content/uploads/revslider/clubix/s-600x600.jpg',0,'0��\"(�S{C*��)�4�','0��\"(�S{C*��)�4�'),('��������r�#','wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php',0,'��r�Ŧ#�(Q','��r�Ŧ#�(Q'),('��q�82��v�&#M','wp-includes/js/tinymce/plugins/wpview/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��֥��:A{�\"<���'),('��w��*�u(!{!�','wp-content/uploads/2015/11/hotpink.jpg',0,'Ǔ�MІ�c}�L�Il','Ǔ�MІ�c}�L�Il'),('���<kUJv%��1��','wp-includes/fonts/dashicons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F��F����Ń�'),('��a,�;wV�SY,���','wp-content/plugins/js_composer/include/autoload/vendors/revslider.php',0,'�>��]̪�=swZA','�>��]̪�=swZA'),('��p��z�uo2.��','wp-content/themes/wanderfuls/vcex_templates/vcex_searchbar.php',0,'��P�QV�;x_�)U��','��P�QV�;x_�)U��'),('�}�o�EKNUm���,','wp-content/uploads/2015/11/sweet-sixteen-centerpiece-150x150.jpg',0,'t?,6�3M�Wg�','t?,6�3M�Wg�'),('���#�iJ�H�?�@�','wp-includes/class-wp-http-curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RoU�A�U��d��L\r'),('�	r_��~9R��\\','wp-content/themes/wanderfuls/images/line.png',0,'c��O�v�Wk�e:�','c��O�v�Wk�e:�'),('�w����V���!�','wp-admin/includes/class-wp-ms-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���XC[!Cҭ��y�'),('�v��Oԟφ�:Dpg','wp-content/plugins/wordfence/images/flags/gq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�؟��.��Ծ�j)q\"'),('�Y%�F��\07è�','wp-content/themes/wanderfuls/framework/addons/assets/mode-javascript.js',0,'���jk��m�j��b','���jk��m�j��b'),('�{��}\Z��…S','wp-content/plugins/backupbuddy/classes/api/_getOverview.php',0,'Z�| �E^饴��','Z�| �E^饴��'),('��N�`��rHn0���','wp-includes/js/mediaelement/jumpforward.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ᬌ��.��&w�H�S'),('�Jy��E�0���m�','wp-content/uploads/2015/10/Lush-Tropical-jungle-150x150.jpg',0,'��F�24\r\r�`�B���','��F�24\r\r�`�B���'),('�O���O��\r�ss���','wp-content/plugins/revslider/admin/assets/js/edit_layers_timeline.js',0,'#+^��]���.++�M�','#+^��]���.++�M�'),('�Z\ZИ����?3ܮ�','wp-content/plugins/revslider/admin/assets/images/slidersources/tp_source_yout.png',0,'fKn�i79��bϝ�','fKn�i79��bϝ�'),('�^f�;�Y�{��㪇y','wp-content/uploads/2015/10/slide_001-300x218.jpg',0,'*1���Ɨ���Z�','*1���Ɨ���Z�'),('�b�.��`D�Hd^x���','wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��H��Ï��]}��'),('�y�bb�ߏu$#Ԗ','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�>����b�e7�O�p�'),('���/go��MR��','wp-content/plugins/js_composer/assets/images/icons/mail.png',0,'	7����(G{E\r�&�m','	7����(G{E\r�&�m'),('�m�	�J����Z�M','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/QueueInstance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����_4�#c�ͅ�'),('�&�[��!������D','wp-content/plugins/backupbuddy/images/filetree/application.png',0,'�Q}�-jd��_�]�r�','�Q}�-jd��_�]�r�'),('䭀@��.\"?-r��','wp-content/plugins/js_composer/assets/images/icons/anchor.png',0,'1�?rq�mM�&�c0,D','1�?rq�mM�&�c0,D'),('���B��m���c�~','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_call_to_action3.less',0,'�TUJ�R�3�?2�','�TUJ�R�3�?2�'),('��:+�v`8i����','wp-content/plugins/js_composer/include/templates/editors/popups/panel_templates.tpl.php',0,'�{i�D FɄX�)_�>s','�{i�D FɄX�)_�>s'),('����zpKC�{\\>��','wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0&,\n*�Wv��Ĺ'),('���1�]�M|�K�FZ','wp-content/plugins/wordfence/lib/wfBulkCountries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}���M슱���_#9'),('��]�����x�`=�F�','wp-content/plugins/w3-total-cache/lib/SNS/utilities/response.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�u��ݻr�F�'),('�\00��q�ĊNy)��','wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~����hWn����'),('�Z�{ON:#�ʽ��X','wp-content/plugins/backupbuddy/controllers/ajax/integrity_status.php',0,'P����l�o�ҏنu','P����l�o�ҏنu'),('��s�JfR>��xI','wp-content/plugins/leverage-browser-caching-ninjas/images/wphostingninjas-banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����R=!#x���'),('�\'�`F̔�~�Ė��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��J�g�!fy��L�'),('�+%�y�ޡI��RB�Y{','wp-content/plugins/w3-total-cache/inc/widget/spreadtheword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�bzx���A�$5�'),('�/���G�g*��P�','wp-content/plugins/backupbuddy/destinations/stash/lib/exception-list.php',0,'����5q�|׏?\'C�','����5q�|׏?\'C�'),('�2��ۖb>)��(Џ�','wp-content/themes/wanderfuls/taxonomy-portfolio_category.php',0,'F��e�5��8N�','F��e�5��8N�'),('�5���t�ʯ��[�','wp-content/plugins/backupbuddy/controllers/pages/server_info/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('�F�p���j��b��','wp-content/plugins/wp-fastest-cache/js/dialog_new.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��v��������'),('�H��4�.\\�:��#��','wp-admin/css/l10n.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\"n��C��,��U\\@'),('�P�v�d��I��4�u','wp-content/plugins/wordfence/images/flags/al.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:\reݴOo�j�DO'),('�R��5?�- S�^H��','wp-admin/js/editor-expand.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�.\\_xG�����y��'),('�U����l\n�š\0','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/OAuth/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�eŐ��n���A�','wp-content/plugins/wordfence/lib/wfView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⇲*�!�P�\'|�%\Z�'),('�w��Ԝ��Ʋb�6�','wp-content/plugins/w3-total-cache/lib/W3/AdminLinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��U���:�'),('募)����\n�.9O','wp-content/plugins/js_composer/assets/vc/fe/social/fb/standart.png',0,'R?�q�8D���)��','R?�q�8D���)��'),('�_{ᙞ�-z<�P�|','wp-content/plugins/js_composer/assets/less/lib/frontend_vc_elements.less',0,'s��;�a�hʹ	v��','s��;�a�hʹ	v��'),('嘒.��aν]�6)��','LBCachingNinja_uninstall_backup1454917645.htaccess',0,'��9ohAM$D�_���','��9ohAM$D�_���'),('���8�|L�P�	','wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:\0��>������}LQ\0'),('庖8V�y��K5Av�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php',0,'�vC�����]>X.�','�vC�����]>X.�'),('��68T;��LCd�O','wp-content/uploads/2015/10/Red-White-150x150.jpg',0,'�0�V������He��','�0�V������He��'),('�ɘ-|�^$���%','wp-content/uploads/2015/11/slide4-150x150.jpg',0,'��	y0E�eB�\"y\"�Q','��	y0E�eB�\"y\"�Q'),('���TP��5�<��蜻','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%(�5`��cC�z�'),('���7,<����L�=','wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_post_categories.less',0,'�3��θ��e��=��','�3��θ��e��=��'),('�`E�u�F}e��.�','wp-content/plugins/backupbuddy/js/jquery.joyride-2.0.3.js',0,'O3�Ɩ)x�F��\'�','O3�Ɩ)x�F��\'�'),('�\rQS!��t��y>','wp-content/plugins/js_composer/assets/vc/exclamation.png',0,'��\Z�uխ�����@%','��\Z�uխ�����@%'),('�\r�b\\��ɍ�\Z��','wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�A��,�E�*�'),('�\Zy̲\Z���8Q�r','wp-content/themes/wanderfuls/partials/loop/loop-testimonials.php',0,'gN��ה��-\0J�','gN��ה��-\0J�'),('�#f�	��w�exZ��','wp-content/uploads/2015/10/A102IWMSXXXXXXXX230SLWHXXMRMSMSMRRBMRRBSL-106x80.jpg',0,'��gmk�\Z\ZAv��KF','��gmk�\Z\ZAv��KF'),('�*z�\"�Ceu�CvR\0','wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D2�Og�8֜�TM�'),('�+���.��eF��','wp-admin/css/dashboard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����0=�Q\"����'),('�9e���kk�R�o���S','wp-includes/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}E���W�ߝ�p�'),('�A?>\\imd��+[��V','wp-content/plugins/revslider/admin/assets/imports/web-product-dark/slide3.jpg',0,'�h��tՖO��2�Ol:','�h��tՖO��2�Ol:'),('�G��5�@����07��','wp-includes/images/blank.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�+��51	��f]��9'),('�I�a%�\r/D�X��','wp-content/uploads/2015/11/Christmas-Tree-Centerpiece.jpg',0,'�J��iV��C�Ƿ_','�J��iV��C�Ƿ_'),('�J~_o�f�k�����','wp-includes/js/wp-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ف�/jV�@�}{'),('�S	��[�v\r\\�˩','wp-content/plugins/js_composer/assets/less/js_composer_frontend_editor_iframe.less',0,'yo��4����s��,','yo��4����s��,'),('�X�I~>��Ӄs\"�j','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Audit.php',0,'좴�k[�18E \"�s/<','좴�k[�18E \"�s/<'),('�Z�b���+O��ʢ','wp-content/plugins/w3-total-cache/lib/W3/UI/InstallAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E�Z��+;\'ed^l'),('�bq�����}�hZ�','wp-content/themes/wanderfuls/image.php',0,'X������x�-��0','X������x�-��0'),('�ifԕN��D ���T�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-rotation-end.png',0,'����[\0�[�8�k','����[\0�[�8�k'),('�j݃��͆2�.W','wp-content/plugins/backupbuddy/destinations/gdrive/Google/IO/Curl.php',0,'�6ŕ�*���.0��+^','�6ŕ�*���.0��+^'),('�ж�@�g�!�\\','wp-content/plugins/js_composer/assets/less/shortcodes/vc_progress_bar.less',0,'�]��]�+Ba\Z	e75r','�]��]�+Ba\Z	e75r'),('�>k�M��꙾(‘','wp-content/plugins/backupbuddy/controllers/ajax/set_backup_note.php',0,'��y�\n��g�L�k','��y�\n��g�L�k'),('�}=A��*G	�͕���','wp-content/themes/wanderfuls/index.php',0,'�A�k�3��;}¸','�A�k�3��;}¸'),('暐S�7�3f܉�U�','wp-content/uploads/2015/10/Mardi-Gras-192x300.jpg',0,'��: e&!�}��GYI','��: e&!�}��GYI'),('��;=��v�i��','wp-content/plugins/w3-total-cache/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	l�����^�#�8b�A�'),('椞�KIЏ\Z�Ɨ�','wp-content/plugins/wp-fastest-cache/js/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fȇ���Mr���'),('様��7�^�b�\"�','wp-content/plugins/wordfence/images/back_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���g��i���>'),('���ƒD�Z�;��+','wp-content/uploads/2015/11/Metallic-Gold-and-Black-300x300.jpg',0,')A= 4\n�M�&r��o(',')A= 4\n�M�&r��o('),('潂m�F�=��H�{O,','wp-content/plugins/wordfence/images/flags/sm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@7fߧ84�����,e'),('潂�aY��OD�\"i��','wp-content/plugins/w3-total-cache/inc/options/pgcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uN	�b-�5xD)P�$�'),('�y�l��s�U>�<��','wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�M�uU��m��YKw�'),('��񇻶�y�K���K�','wp-content/plugins/revslider/admin/assets/imports/news-bg-video/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('�;%�X�[�r��\\f�','wp-content/plugins/wordfence/images/flags/fj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�n� �=}<^(]\0�'),('��W���\"���Sk:�','wp-admin/images/align-center-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-�r�5*J7�If'),('��l�������U�','wp-content/plugins/backupbuddy/lib/mysqlbuddy/index.php',0,'�t��:s\nY.�2�9N','�t��:s\nY.�2�9N'),('��/ei�׹/�%��0�','wp-content/uploads/2015/11/theme-peacock.jpg',0,'�囿>���W�\'JT�¤','�囿>���W�\'JT�¤'),('��]��Zs�@~�OQ','wp-content/plugins/wordfence/images/flags/mm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�k0I�ZAf�ށ�o'),('�ڔ\"�p�����\"��','wp-content/plugins/w3-total-cache/inc/functions/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q���/�� ��J�Z'),('����ë.e7.��M{','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-fonttemplate.png',0,'��‡��2O�n�Oĉs','��‡��2O�n�Oĉs'),('�⣣�M�O����U�','wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nɍ�$&�����Fn'),('��a�4B\Z>#�}��','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php',0,'�(�����Z�����','�(�����Z�����'),('�\"���	�7�;��','wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('���R�q���-�O��','wp-content/uploads/2015/10/slide_112-300x218.jpg',0,'<a\'���+���aHa�','<a\'���+���aHa�'),('���v�St�U?���','wp-content/themes/wanderfuls/framework/classes/metabox.php',0,'�vg��]	r��\'%LU','�vg��]	r��\'%LU'),('�\"�ơ���7vs+�','wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M\"���,\\�jC�$��'),('� ���d�\"Xu�	3F','wp-content/plugins/backupbuddy/destinations/rackspace/_manage.php',0,'�\\�Xuϡ�I�۳','�\\�Xuϡ�I�۳'),('�$Y��x�8b5ZM��','wp-content/plugins/w3-total-cache/lib/Microsoft/Uri.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.���抐�>�'),('�,��E�\r�c��#*','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/list_item.php',0,'�a��5�cVb.1[ن1','�a��5�cVb.1[ن1'),('�6���P�X�56��','wp-content/themes/wanderfuls/css/ilightbox/mac/ilightbox-mac-skin.css',0,'����;ն�}L<�.�','����;ն�}L<�.�'),('�6�ׂ\Zo$�T��|��','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php',0,'+ب��sQ6�2l�I','+ب��sQ6�2l�I'),('�@6�>nMv^Si�g�','wp-content/plugins/js_composer/assets/lib/bower/json-js/README',0,'��k�~r`�Z�ƈ1<K','��k�~r`�Z�ƈ1<K'),('�Djמ�8]fД_�','wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':^^���{�b�A)��'),('�G%�xr�Wy\'�Fi�','wp-content/uploads/2015/11/Casino-Themed-Poker-Blackjack-Playing-Cards-Centerpiece-150x150.jpg',0,'i܉��P�B��s^�S�','i܉��P�B��s^�S�'),('�MbtDf\"HNg���t','wp-content/plugins/backupbuddy/images/pluginbuddy_play.png',0,'19�ou��T��kr�|','19�ou��T��kr�|'),('�N����3~��mY*m','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Groupssettings.php',0,'�u�DP,��v]B���','�u�DP,��v]B���'),('�]]hO��%���+','wp-content/plugins/revslider/admin/assets/images/toolbar/layers_bg_tile.png',0,'K��؍�gUR&\'�x','K��؍�gUR&\'�x'),('�b`K�\'��컜���K','wp-includes/functions.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O���[����=1<&�'),('�o�GWڳ3yU	g��','wp-content/plugins/w3-total-cache/inc/widget/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�o���2-b�t\r��d�','wp-content/plugins/wordfence/images/flags/sr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�a�p��L<zu����'),('�K�.L�v�kP*m�oj','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-add-keyword-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�{����,�vo�u�C'),('�/�b��r2?���','wp-content/plugins/js_composer/assets/vc/remove.png',0,'�Xj��+��^��5�͑','�Xj��+��^��5�͑'),('�t���ZsK�','wp-content/plugins/js_composer/assets/less/shortcodes/vc_pie.less',0,'f�4hH���WE9=j�','f�4hH���WE9=j�'),('�J��ёe�\rXd��$�','wp-includes/class-wp-customize-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JC�&�>�+fW��G+�'),('��ع�ϳ�qK���w','wp-content/themes/wanderfuls/css/ilightbox/metro-white/preloader.gif',0,'���*���	��^�-','���*���	��^�-'),('�l�XNEM�CgVsA:','wp-includes/js/swfupload/plugins/swfupload.queue.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�SR/�J��5�-v͏'),('筽��&��t�w\'�Fx','wp-content/uploads/2015/10/old_sizes3.jpg',0,'EŸ�����^� �\Z’','EŸ�����^� �\Z’'),('�Ó��]ɚ�d�Q�v','wp-content/plugins/revslider/public/assets/fonts/revicons/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~'),('���K�g���o#�0','wp-activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�I�W��f���\\[&'),('�ʼn�	i��/Э','wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=g��t��CG-m'),('��H���l��{!D#�!','wp-admin/js/color-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�rlB���j����	6'),('��ޏ�h�R����','wp-content/uploads/2015/10/Valeries-blue-and-yellow-10th-year-class-reunion-centerpieces..jpg',0,'Uk1�i%~�����˞','Uk1�i%~�����˞'),('��M���ϚD����','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-transition.png',0,'�?׎n`�/�!N� �q','�?׎n`�/�!N� �q'),('��F�ZY��C8��3E','wp-admin/css/colors/blue/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8��{x~�v��~�\0a'),('��_Z7�$���$�','wp-content/plugins/w3-total-cache/inc/widget/pagespeed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>,�s�E#ܼ�7'),('��EPK�-�YpQ�et|','wp-content/plugins/w3-total-cache/ini/nginx-standalone-sample-config.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dֹ#��\0�\n��o'),('��)W#�\Z�B�(�5�z','wp-content/plugins/js_composer/assets/less/lib/front.less',0,'}]�W޼6Ҩ$�6��h','}]�W޼6Ҩ$�6��h'),('������~\Z�1�+�','wp-content/uploads/2015/10/A102IWMKXXXXXXXX400WHXXXXBUMKMSIWIWMSBXSL.jpg',0,'scܤM�_O��~�\\X�','scܤM�_O��~�\\X�'),('� �ULtG8E�֍N6�','wp-content/plugins/revslider/admin/views/templates/edit-slider.php',0,'`�Dd��Փ�)�','`�Dd��Փ�)�'),('�!4\\{�\09N�p\\��','wp-content/uploads/2015/10/groupshot5-217x300.jpg',0,'8{cB�����nj$ d��','8{cB�����nj$ d��'),('�$�ʀ��f{�„���','wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_pagination_dots.less',0,':�5�󧌔f e�H�S�',':�5�󧌔f e�H�S�'),('�%y�>}H�o��(6','wp-includes/js/jquery/ui/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ms�\r�a���{'),('�+�g#�Q�x/Oy���','wp-content/plugins/wordpress-seo/js/dist/wp-seo-recalculate-340.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�x�������-To�2'),('�4�>�}��x�SǺmq','wp-content/plugins/w3-total-cache/pub/img/open.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S:�q�OZx1hg\\\rEx'),('�<QA\\�AA�J�4y3U','wp-content/plugins/revslider/admin/assets/images/sliderpresets/flat_carousel_thumbs_left.png',0,'��M�uh԰?�@','��M�uh԰?�@'),('�O;��t�\n��1�x�','wp-content/uploads/revslider/templates/interactivewhiteboard/slide6.jpg',0,'�����\r��0��}��0','�����\r��0��}��0'),('�c������$�#-����','wp-content/plugins/js_composer/assets/vc/fe/screen_sizes/ipad_h.png',0,'j�fk���@+�r0N��','j�fk���@+�r0N��'),('�e�����;��Ib','wp-content/plugins/backupbuddy/views/settings/_filetree.php',0,'�>�m��o���k�','�>�m��o���k�'),('�f�i�`�=@T��o�','wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����1c~\'�dv�vHq'),('�n�T�9��+�G7~','wp-content/plugins/js_composer/assets/images/icons/balloon.png',0,'�C8����,����xޡ','�C8����,����xޡ'),('�t#�ݕx�gM$�','wp-content/plugins/js_composer/assets/js/dist/settings.min.js',0,'<��<��s�� O�n','<��<��s�� O�n'),('�J���y��0m�`�/','wp-includes/class-IXR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�7�&��S=+fG�A'),('�\0�]�p��ޑ�	\rG','wp-admin/css/customize-nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\|�c�8\"36��?N�x'),('茺���qf�!��%� <','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/cachecore/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�n��.�����;���','wp-content/plugins/w3-total-cache/lib/W3/Licensing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\b�H��]�W�h��'),('�g�ˌ\"��(>ʽ4�','wp-content/uploads/2015/11/Patriotic-American-Flag-Fourth-of-July-Independence-Day-Centerpiece-300x300.jpg',0,'\0_������}f','\0_������}f'),('��<���*2�c��q','wp-content/plugins/contact-form-7/languages/contact-form-7-lv.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x+؍��߯�(�aV'),('�uZ�\0�[;@t̾�','wp-content/plugins/revslider/languages/revslider-de_DE.mo',0,'�/��\Z]��*��<-��','�/��\Z]��*��<-��'),('��/ O�C끮ŗx2�','wp-content/plugins/backupbuddy/lib/updater/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('���Y6�	 *�G2�.','wp-content/themes/wanderfuls/js/lib/jquery.mousewheel.js',0,'k�9��o�ě�:_TL�','k�9��o�ě�:_TL�'),('��\0����$$�J�','wp-content/plugins/wordfence/lib/menu_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g#&�m6�M9�#	+�N'),('��O��dl��׊H�R','wp-content/uploads/2015/10/White-and-CoralbrSara-from-Missouri-300x300.jpg',0,'˘�G}~2�/A�\n�C�`','˘�G}~2�/A�\n�C�`'),('��0�Q0�<#���','wp-content/plugins/w3-total-cache/inc/options/support/form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','贏Y�̖��=�P��C'),('��F��<t��=��ܼ','wp-content/plugins/backupbuddy/images/status/empty.png',0,'*�*Sbgp��a5x�5v','*�*Sbgp��a5x�5v'),('���Q�o�H*���(�','wp-content/plugins/wordfence/images/sort_asc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��I��+ƾ��=��'),('�%�$�g3d�N3�','wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php',0,'H�q�ݮ:�&�	p��','H�q�ݮ:�&�	p��'),('��v�BB\r��Z$','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php',0,'�DX�)�`H�Eͦ2Lc','�DX�)�`H�Eͦ2Lc'),('�X��_�K)��w�}\r','wp-content/uploads/revslider/templates/websitebuilder-menu/slide1.jpg',0,'Xi��F�);Rpƣ�','Xi��F�);Rpƣ�'),('���8I��I(QX��','wp-content/plugins/wordpress-database-reset/class-db-reset-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U\Zf98���#\00s$�'),('��4��78��e#��','wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/slide8.jpg',0,'6ml\"EßӪ����EG','6ml\"EßӪ����EG'),('����;|Og��@�Y�','wp-content/plugins/contact-form-7/languages/contact-form-7-sl_SI.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!T��Q��1���9'),('�\"��[Q	����','wp-content/plugins/wordfence/js/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�F�,\"-�?�=�J>�'),('�\'g\'��I9�P��+','wp-content/themes/wanderfuls/framework/visual-composer/helpers/inline-style.php',0,'�-䧛;dݦȊ�bt','�-䧛;dݦȊ�bt'),('�2޴�p��\r�\\�,','wp-content/plugins/w3-total-cache/inc/options/objectcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ط˾h�)a��K���)�'),('�5is!�pY����E�','wp-content/plugins/w3-total-cache/extensions/CloudFlare/CloudFlareSettings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bEc5�$7��ˈ>��S'),('�;K�|��/L����<w�','wp-content/uploads/2015/11/sage-wand-145x300.jpg',0,'csgO��|_B�+A�2','csgO��|_B�+A�2'),('�F�j!Y�{.J=,��','wp-admin/images/stars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[����><�k�{��(�'),('�Z�J���2�\Z���b\"�','wp-content/plugins/revslider/admin/assets/images/sources/revolution_slide1.png',0,'��#�S\\d��\\>�','��#�S\\d��\\>�'),('�]�W/>�}<8� VF�','wp-admin/includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�.��s�D/���l�'),('�^.�jT}�<��I��','wp-admin/js/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����$t8)!ioZ~�'),('�iC���%]�&�]x','wp-content/plugins/w3-total-cache/lib/W3/CdnCacheFlush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�fxm].7��z'),('�n.a�}����2�л�','wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_default_less_rounded.less',0,'�1����k��\0�j7�','�1����k��\0�j7�'),('�{��/��hq\Zu�ڋ','wp-content/uploads/revslider/templates/fullsite-block-3-services/slide1.jpg',0,'ӻn���\"��{���','ӻn���\"��{���'),('�\' ��#s��߾U|','wp-includes/js/mediaelement/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�&��B\"o�!e���'),('��8����o����','wp-content/uploads/2015/11/Multi-Colored-Pastel-Centerpiece-150x150.jpg',0,'�%�&�fb�O�Ƿ��r�','�%�&�fb�O�Ƿ��r�'),('頻�yN<���9�o\Z<','wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�\'�(�.�J9\r^'),('��Sp��*ǁ��a���','wp-content/plugins/wordfence/images/flags/vg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~U}\0�$�ը��\0�u~'),('��m�Mt���W�B','wp-admin/images/align-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�y0�d�Z�o.h��'),('�����dy��v���4�','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-update-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d���#*�qbķ_'),('������ߖZԚ\n','wp-content/uploads/2015/11/seafoam-wand.jpg',0,'��\rg�/hU9�`��g','��\rg�/hU9�`��g'),('����t���Z�O\'� \n','wp-includes/js/thickbox/macFFBgHack.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ȱg�W�,/u�'),('����V,E@�X���y','wp-includes/SimplePie/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�@�œ�B[	S�'),('�����\r<�| K�&','wp-content/plugins/backupbuddy/lib/updater/packages.php',0,'�\Z�\"a(|F�7�ҧ��','�\Z�\"a(|F�7�ҧ��'),('�9�����Q��w�','wp-content/plugins/backupbuddy/lang/it-l10n-backupbuddy-de_DE.mo',0,'kII�*�	\Z��Nw�^','kII�*�	\Z��Nw�^'),('���t%�6���h','wp-content/uploads/2015/11/Jack-O-Lantern-Pumpkin-Halloween-Centerpiece.jpg',0,'����4��)N� HQ� ','����4��)N� HQ� '),('�	0eϽe̎����5+','wp-content/plugins/wp-fastest-cache/templates/newpost.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S^.*��:g�)m�'),('�\n�k�9ˑ��+�b�x�','wp-content/plugins/w3-total-cache/lib/S3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hQ��(z��b�0�\'Y'),('�kLN\0��x6@','wp-admin/css/list-tables.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*`�l�`�_�\r�0��'),('�~��ߌR�&�ۥ@X','wp-content/uploads/2015/10/Laura-Billys-Wedding-reception-table-setting-with-pink-Wanderfuls-Centerpieces.-150x150.jpg',0,'���Y�N�z�0.tC��','���Y�N�z�0.tC��'),('��,�ysѼ�Ç�','wp-content/plugins/revslider/admin/views/system/dialog-video.php',0,'���1��i<�1��','���1��i<�1��'),('��5�w���\'��5','wp-content/themes/wanderfuls/partials/post-edit.php',0,'D\r{7���{J\Z�O�','D\r{7���{J\Z�O�'),('�0�%I�u! �NB>^','wp-content/plugins/wordpress-seo/images/banner-video-seo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�+��\n}	e����'),('�4���2�)A.;4�','wp-includes/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ىD}L“��f&���'),('�6�E��!��i���O','wp-content/plugins/backupbuddy/destinations/stash/_configure.php',0,'��nQyLD.�����','��nQyLD.�����'),('�8?�|qYw\Z5b�뾇�','wp-content/plugins/backupbuddy/lib/updater/ca/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�={�Yۧg�A��0��!','wp-content/uploads/2015/10/Lavender-Light-150x150.jpg',0,'�\'�\nMy&J󼉛/�@','�\'�\nMy&J󼉛/�@'),('�B0r�h�>���\"=�','wp-content/uploads/2015/11/Black-and-Yellow-Bumble-Bee-Centerpiece-300x300.jpg',0,'x���M��塆�8��|','x���M��塆�8��|'),('�F!���U�\Z�P�&y','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/ArrayEntryStore.php',0,'����Wi]�P��^�','����Wi]�P��^�'),('�F��耋�\"�����','wp-content/plugins/wordpress-seo/admin/onpage/class-onpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�k�y�T�Cm��'),('�H5(Ix&y������','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js',0,'������b�xߠ�\r��','������b�xߠ�\r��'),('�nmq\0���@pF�d*','wp-content/plugins/wordfence/css/images/ui-bg_glass_95_fef1ec_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���(5�&3lh�)W'),('�n|2;%���	=�g�','wp-content/plugins/revslider/admin/views/templates/slide-stage.php',0,'u�Ñ��9���w2�]�','u�Ñ��9���w2�]�'),('�yקE&�Y�����','wp-content/uploads/2015/11/Pink-and-Yellow-Butterfly-Centerpiece-262x300.jpg',0,'>w���0�H�����','>w���0�H�����'),('��9ńT�����P�','wp-content/uploads/2015/10/Sweet-16-Pretty-in-Pink-Party.jpg',0,'�P����Znw��gR�','�P����Znw��gR�'),('��B+�|�<;n}��','wp-content/uploads/2015/11/Ivory-with-Gold-Accents-300x300.jpg',0,'@u�`+NPdV웜�`�','@u�`+NPdV웜�`�'),('��`���1�#�y�','wp-content/uploads/2015/10/slide_116-100x50.jpg',0,'�rb�%�NJ���*Իu','�rb�%�NJ���*Իu'),('��#�IF�.S$#�','wp-content/uploads/2015/10/White-and-light-green-Wanderfuls-centerpiece-for-Nick-and-Chrissys-wedding.-300x269.jpg',0,'�!纖�)���[C','�!纖�)���[C'),('ꍥ��2jEbg؈W�x�','wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��܎��-�u=/!H!'),('�\Z��Ti�Sx���-f','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php',0,'7\r��2�i6�����*[','7\r��2�i6�����*['),('�LJ���4˓T`�k','wp-includes/js/wp-pointer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��|dMpX\0��fɐ�'),('�g*e3Tb�\0�G�Z','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php',0,'�\r���*�����','�\r���*�����'),('��A��(�6�16�','wp-content/themes/wanderfuls/partials/portfolio/portfolio-single-share.php',0,'k�{�M��C\09sz�8','k�{�M��C\09sz�8'),('�Ƣ	U�g���;yY�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_WPIO.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1 �Yl���qI��'),('��J�)�7aߎ��|h��','wp-content/uploads/backupbuddy_backups/index.htm',0,'�3B[*�ԖG:_����','�3B[*�ԖG:_����'),('��\Z5tb���u�@�d0�','wp-content/uploads/2015/11/Hawaiian-Luau-Tropical-Palm-Tree-Centerpiece-150x150.jpg',0,'��)���8Elj��,n','��)���8Elj��,n'),('�߬��w7?u���l�','wp-content/plugins/backupbuddy/lib/updater/api.php',0,'����k���G.=~�','����k���G.=~�'),('��ټ���5Td�;�','wp-content/plugins/backupbuddy/pluginbuddy/classes/ui.php',0,'N�`ӌ��v�w���8�','N�`ӌ��v�w���8�'),('����S��z)�','wp-content/plugins/revslider/admin/assets/images/icon-button-layer.png',0,'�ZP�;��D��{�','�ZP�;��D��{�'),('���hD�UX\r��|���','wp-content/plugins/wordfence/images/flags/hk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rY�F�f��̆�U7�'),('��|!&q�N|<;���e','wp-content/uploads/revslider/templates/innovation/slide3.jpg',0,'�{�{��*��%��!�','�{�{��*��%��!�'),('��0���$^�?GQC��+','wp-content/plugins/wp-optimize/languages/wp-optimize-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�����}�wɺ'),('�Y5����pE��FH','wp-content/uploads/2015/11/mardigras_lg-150x150.jpg',0,'�{����0d�͵R','�{����0d�͵R'),('�/e,K���g�Rx�','wp-content/plugins/js_composer/assets/images/icons/address-book.png',0,'����Q>�6��F��4�','����Q>�6��F��4�'),('���o�s��w���','wp-content/plugins/js_composer/assets/less/lib/frontend_draganddrop.less',0,'��}S_�ӕ�k�b%z','��}S_�ӕ�k�b%z'),('� ��j���.\ro�','wp-content/plugins/w3-total-cache/pub/img/white-grad-active.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�j:��}�v�\"�'),('�#P6\\�xA�4�)','wp-content/plugins/w3-total-cache/lib/W3/Cdn/Mirror/Netdna.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�׍��/R�.�F('),('�-n�$.�#g%�}�','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p���uQ���: �*'),('�0���R�J�{y�ˣ��','wp-includes/general-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�����8�(g�1�'),('�1~X�L&���n���','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/pages/homeBackupSelect.php',0,'�G^�ax�h@���|k','�G^�ax�h@���|k'),('�F �8�+�)��r�P�','wp-admin/images/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�d�$��ܟV7�'),('�J��J��M�J|�O(','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-wrap.png',0,'���$ބ4��ގ�`:�','���$ބ4��ގ�`:�'),('�M\Z���H�?ͲZ','wp-includes/class-wp-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʓ�[���r{�cc]�'),('�Oӿ�;�=\\J�zy','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7`��O�ty���O�'),('�n���i��Ѳ��','wp-content/plugins/wp-optimize/screenshot-4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':h�#�^�ԏ��^� �'),('�pNC��NU���\Z���X','wp-content/plugins/wp-optimize/screenshot-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�?\'mx`���Qہ'),('�p�������A^s%','wp-content/plugins/wordfence/images/flags/bb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,4�u�\n��߯?�g'),('�{5�����9��s��','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Storage/BatchStorageAbstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8͌����O|�D�'),('�i��y�\"�ʼn�w','wp-content/uploads/2015/10/all1.jpg',0,'�����(�h�����','�����(�h�����'),('���;�΋=��p�','wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_mixins.less',0,'��v7�~=��p\\�e','��v7�~=��p\\�e'),('�%�4���Gd�','wp-content/uploads/2015/10/Sedona-300x225.jpg',0,'����#��]ɳ)���','����#��]ɳ)���'),('똀�¾*G����~�!','wp-content/uploads/2015/11/African-Jungle-Safari-Giraffe-Centerpiece.jpg',0,'5;�,���Lp�ťl','5;�,���Lp�ťl'),('�JS<��\0�<�^���','wp-content/uploads/2015/10/A101DAXXXXXXXXXX300WHXXXXWHXXXXXXXXXXSLSL.jpg',0,'6GJ(�U*����`','6GJ(�U*����`'),('�Ů��/S��ϒ�4','wp-content/themes/wanderfuls/partials/header/header-menu-mobile-fixed-top.php',0,'P!\'��CR(�l$U��','P!\'��CR(�l$U��'),('뭷\r�!z}ML�K�E','wp-includes/ms-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѳoJ0�90�A�h�av'),('��Sڰp��GMǯ�l�','wp-includes/css/media-views.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7B��dI�i�'),('뽱����I��k�T','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/WebAuthException/BadState.php',0,'�.!����`��d�A','�.!����`��d�A'),('�����C�f�w�ػ','wp-content/uploads/2015/10/lan2-150x150.jpg',0,'��*�,J��)���[','��*�,J��)���['),('���׮F��p�s��4�','wp-content/plugins/wordfence/images/back_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]����H��'),('���kDYN��4�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_IO.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���t�3���{���'),('�˳�^�c �ۈ�J�','wp-content/plugins/js_composer/config/content/vc-icon-element.php',0,'�ps]@�7s�����{�','�ps]@�7s�����{�'),('�Ф��u�:1S1�Cқ','wp-content/uploads/2015/10/sizes3.jpg',0,'�|2�3�^<�ro���','�|2�3�^<�ro���'),('��L&I~6\Z�\nd����','wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php',0,'\\р�/ �_;���,!','\\р�/ �_;���,!'),('��vA�ds�����K�]','wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1��H�PR<�n�d�'),('��r�#L�fU��=���','wp-content/plugins/backupbuddy/images/red-grad.png',0,'�Z�j�|Z�IbS��','�Z�j�|Z�IbS��'),('��:�ѢX,̪�2F�','wp-content/uploads/2015/11/bridal_shower_lg1-300x259.jpg',0,'�Qq܋����B��','�Qq܋����B��'),('��YC��o�oR�亞�','wp-includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��b��Ct-d�s��4'),('��[�E��bb\rG�4��','wp-content/uploads/2015/10/unnamed-150x150.jpg',0,'goQ��j��4�Gs���','goQ��j��4�Gs���'),('��Y�޺4�`ց��','wp-content/plugins/contact-form-7/languages/contact-form-7.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�P|�zj�~U�Ӏ4'),('��v�2,V^7�+4�[','wp-content/plugins/w3-total-cache/pub/minify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�Q��\'>�_$H��v'),('���.㵓~�X�ѹ7�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y������{6'),('�8�ڧ��s}�ն�Ni','wp-includes/class-phpmailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|#vd��BhG�p��'),('�>s��s�Z\Z)8V��','wp-content/plugins/wordpress-seo/languages/wordpress-seo-id_ID.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\���503Ŕk%�E'),('�?����h�����;','wp-includes/js/quicktags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!:�C��>�<��#Q�'),('�?�~\"�S��%�ɞ�','wp-content/plugins/wordfence/images/flags/tj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�n��X�d,Djn�'),('�B#�Z���Q��=��','wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/slider.jpg',0,'�>�>��$�|\Z�D','�>�>��$�|\Z�D'),('�B\\e0��\\�+�v','wp-content/plugins/backupbuddy/destinations/gdrive/Google/IO/Stream.php',0,'J���ϑ:1f*��4','J���ϑ:1f*��4'),('�D\rh}�����!\n','wp-includes/js/jquery/ui/effect-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�V��ǥ�Y��F2��'),('�N����s=X�=�ږ�','wp-content/uploads/2015/10/Orange-150x150.jpg',0,'�3���O�h�BW�C��%','�3���O�h�BW�C��%'),('�Pط��悇̺ƴ$@�','wp-includes/SimplePie/HTTP/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W%��4�6���6	'),('�R�;C�_�/��jlxK','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php',0,'�BE�iE�l��zoJ<','�BE�iE�l��zoJ<'),('�X-s�x��b�\"h','wp-content/uploads/2015/11/preview.jpg',0,'�\\�\"���m���]','�\\�\"���m���]'),('�[�^,Ք��rEFF�','wp-content/plugins/revslider/admin/assets/js/tbld-3.9.js',0,'����Q�i\0�a�n��','����Q�i\0�a�n��'),('�\\\0Z]�_^��9vnb<','wp-content/plugins/revslider/admin/assets/imports/fashion/slide3.jpg',0,'mm�o��n9̐?��','mm�o��n9̐?��'),('�\\�~e}IRdN��K�','wp-content/uploads/2015/10/home-gallery-6-large1.jpg',0,'���V�8�Ti[t���','���V�8�Ti[t���'),('�]>��\"p���£e�','wp-content/uploads/2015/10/Dark-and-light-purple-centerpiece-for-Denises-Christening-party..jpg',0,'��h!�Xd�\n�G�x�','��h!�Xd�\n�G�x�'),('�_�ᾍ4[<}j�z���','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Signature/HMAC/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�s�/Q.�k�5C��','wp-content/plugins/w3-total-cache/inc/options/cdn/cf2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"w����3n�<v�'),('�Ww=o�7�{�','wp-content/plugins/wordpress-seo/admin/class-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A��7�[�*ẙ��'),('�� ~[P�Rz�?C��','wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.woff',0,'n�b����W�`G*','n�b����W�`G*'),('�j\n$��}���','wp-content/plugins/wp-fastest-cache/templates/cdn/specify_sources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L׫�E+��b�b\Z��\"'),('��c��.D�r� |��','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R���Z�?f.��8��	'),('�l�c�{\0��K�y�','wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js',0,'�k��G�E`��Z���b','�k��G�E`��Z���b'),('츃�v��6�;�~�','wp-includes/js/tinymce/utils/mctabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r��|uJkek��5\0'),('��)��j%�S�3�','wp-content/uploads/2015/11/row-of-favors.jpg',0,'F֞E�yC�`�G���','F֞E�yC�`�G���'),('�-x�(�E�oI�=�','wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��x�\Z�~�{�k��w'),('�ƿ�����o�F�h��','wp-content/plugins/contact-form-7/modules/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�l,�-��}�±��'),('�ǂPe�i\ZrD��P','wp-content/plugins/js_composer/credits.txt',0,'b�����Ɓ�(�!','b�����Ɓ�(�!'),('��T�xN��B�I�\r','wp-content/uploads/2015/11/birthday-centerpiece-main2-150x150.jpg',0,'�_,4o��p&����5','�_,4o��p&����5'),('��Lv!�y/��e�6�','wp-content/plugins/js_composer/assets/less/modules/vc_buttons.less',0,'�=a�{���DZ�Ԝ�','�=a�{���DZ�Ԝ�'),('�[e�QĐz�m���e�','wp-content/plugins/revslider/admin/views/master-view.php',0,'„�R:��j��m','„�R:��j��m'),('��R��a�z\'�:��0','wp-content/uploads/2015/10/home-gallery-4-large-150x150.jpg',0,'�uY�23F�4a��D','�uY�23F�4a��D'),('�\\�S�Շ��8��;2','wp-includes/class-wp-tax-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x���&Z�\Zd0/.p`'),('����a���\"c~j\ni','wp-content/plugins/wp-fastest-cache/images/read-more.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6%� �z=�x�1KY�'),('��*�X=�ŭs�+�','wp-content/uploads/2015/10/girlandivorylarge1-287x240.jpg',0,'�/�h��+�.r\'��','�/�h��+�.r\'��'),('�\Z���q��T�Ln09��','wp-content/themes/wanderfuls/framework/classes/ilightbox.php',0,'�=�O�#�C�,�V','�=�O�#�C�,�V'),('� �` #,R��L���','wp-content/plugins/backupbuddy/destinations/ftp/icon50.png',0,'�zRa�u��Q�;�A$�','�zRa�u��Q�;�A$�'),('�,�Ư�6�Ҕ����','wp-content/uploads/2015/11/banquet-centerpiece-4v2-150x150.jpg',0,'�Qˍ�&0;�f�׊�','�Qˍ�&0;�f�׊�'),('�0Q:݇D�Z��!d�','wp-content/themes/wanderfuls/framework/header-functions.php',0,'pq�fʫ��j�J���','pq�fʫ��j�J���'),('�4�:���j;F?��.','wp-content/plugins/contact-form-7/includes/pipe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�,B����w{��'),('�Dn�vow\'E���;�p','wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php',0,'T�x�ȗ\',��;+^','T�x�ȗ\',��;+^'),('�GVxRU��Or��>�','wp-content/plugins/widget-countdown/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S@�:P(�����Z��h'),('�H>4�^�I��/�','wp-content/uploads/2015/10/Hot-Pink-and-Azalea-with-Gold-Tassels-150x150.jpg',0,'}\r��79\'��d�7#c','}\r��79\'��d�7#c'),('�T�}�墑�k��~Q)','wp-content/uploads/2015/10/home-gallery-5-large-150x150.jpg',0,'6W������#�Z�','6W������#�Z�'),('�]��@�\n��>ĺ�Yn','wp-admin/admin-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�[s��+����,h'),('�\Z�:B��O����-','wp-content/plugins/backupbuddy/controllers/ajax/testErrorLog.php',0,'�.=zm�6wx��\"M','�.=zm�6wx��\"M'),('�j=XI�w>�S��E','wp-content/uploads/2015/10/A102MKMKXXXXXXXX400WHXXXXBUMKMSIWIWMSMOSL.jpg',0,'|\"�C\0�vu����#�','|\"�C\0�vu����#�'),('�@4���I��ÚY','wp-content/plugins/backupbuddy/images/filetree/film.png',0,'Z�%��ʐ�s|=�J^�','Z�%��ʐ�s|=�J^�'),('����(L{�� �6�','wp-content/uploads/2015/10/A101LAXXXXXXXXXX230SLWHXXBPHPBPBPLABPHPSL.jpg',0,'8;4f��d�\\�ag~G\\�','8;4f��d�\\�ag~G\\�'),('�QR\"��@3��v�S','wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��5ϳt�{��z�'),('�t�ŔB���hMy�q�','.DS_Store',0,'l��b\'0c����I��!','l��b\'0c����I��!'),('�G� ��~���`�','wp-includes/customize/class-wp-customize-nav-menu-name-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�`ٖ�_�7T��ȥ3'),('�����KL�Jy�2&�','wp-content/uploads/2015/10/Bridal-Shower-150x150.jpg',0,'�S��$���^D���','�S��$���^D���'),('��s�\\j��_��I���','wp-content/uploads/2015/10/slide_112-100x50.jpg',0,'0ꃼu�=����:0>	','0ꃼu�=����:0>	'),('��Z�4�e#�#��,','wp-content/uploads/revslider/templates/fullsite-block-4-products/slide2.jpg',0,'h��F^\n�\r=�fZ�','h��F^\n�\r=�fZ�'),('��\Za�]]�A��\'h���','wp-admin/network/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y����O��a���'),('����=�c�ه���','wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&~��\Z��F����\\DR�'),('��eC����Di!��','wp-admin/css/colors/coffee/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������u��C�(�'),('��m�@J-�ӆ�W3','wp-content/plugins/backupbuddy/controllers/ajax/deploy.php',0,'�	�i؂�i�]�i�','�	�i؂�i�]�i�'),('�C\"� ����\'��','wp-content/uploads/2015/10/startdesigningnow-300x105.jpg',0,'�&�`D�te.&�8','�&�`D�te.&�8'),('���;o#@3��	0��','wp-content/plugins/js_composer/assets/css/js_composer_frontend_editor_iframe.min.css',0,'He5w1����o�!t�S','He5w1����o�!t�S'),('���f�%u�P���','wp-includes/js/mce-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2���hy$��'),('�\Z���{:\Z���4f','wp-includes/js/customize-preview-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"M�Kß����;��(�'),('� �ىe>Q���\Z.y�','wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php',0,'1�k�+�l�i���','1�k�+�l�i���'),('�%b\Z�D\Z��TU���','wp-content/uploads/2015/11/Blue-Ocean-Starfish-Centerpiece-300x300.jpg',0,'�Y �(����Ǵ^','�Y �(����Ǵ^'),('�*����1�݋ַ?�','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/image-swap.png',0,'��oO��=�|�0,l','��oO��=�|�0,l'),('�9��0D�>�����','wp-content/plugins/backupbuddy/classes/_restoreFiles.php',0,'\"@Lk����z� !^��','\"@Lk����z� !^��'),('�:\r\"Ùy���E���','wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php',0,'�0QT\r�����U!\"�X','�0QT\r�����U!\"�X'),('�<֊/�����<�','wp-content/plugins/w3-total-cache/inc/functions/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�q���!���(<��'),('�B�Ŵ:g�22�^�','wp-content/plugins/js_composer/assets/less/params/vc_grid_element.less',0,'y���K�n��h*�U','y���K�n��h*�U'),('�DI�SHR�{d����','wp-content/plugins/backupbuddy/destinations/sftp/lib/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�QS ͫ�����(u�z','wp-content/uploads/2015/11/wedding_lg.jpg',0,'�ٛ�<�\0�߬(G�� ','�ٛ�<�\0�߬(G�� '),('�aɡ@1cČ���4�','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-create-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�JA$e����B�B'),('�k��)����rn�','wp-content/uploads/2015/10/White-and-CoralbrSara-from-Missouri-150x150.jpg',0,'\r��RT�Uj��{�X\Z','\r��RT�Uj��{�X\Z'),('�nЊ(��7����','wp-content/plugins/revslider/admin/assets/images/sliderpresets/carousel_full_rounded.png',0,'�J\\?�cҐ�$���','�J\\?�cҐ�$���'),('�u���5��W�\\1C\n�','wp-content/uploads/2015/11/Casino-Themed-Poker-Blackjack-Playing-Cards-Centerpiece-262x300.jpg',0,'8Bra��%�-�	�w0�T','8Bra��%�-�	�w0�T'),('�|B\r8Yӽ]�q�L','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-list-destinations.php',0,'��ˣ�Ƞ�Z�^eF��','��ˣ�Ƞ�Z�^eF��'),('�~�4?_�AQ����E','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/other.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G6�FK\"Ɖâ��'),('�F��>�!8u','wp-content/plugins/wordpress-seo/admin/class-premium-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�at:]줜�\'�w$'),('��}����0~T%�17','wp-content/plugins/backupbuddy/pluginbuddy/classes/settings.php',0,'����kOE�5�N���','����kOE�5�N���'),('��_������2L��','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/simplexml.class.php',0,'ZI���dF`����XO\"�','ZI���dF`����XO\"�'),('�����1�V����K�','wp-content/uploads/2015/11/Ocean-Starfish-Centerpiece1-262x300.jpg',0,'G�3�`��<��*���','G�3�`��<��*���'),('��~��\0�rm���<A)','wp-content/plugins/js_composer/assets/vc/gb_additional_content.png',0,'/�0k��g����#J�','/�0k��g����#J�'),('�蠩���(2�/��#�','wp-content/uploads/2015/10/A102IWLAXXXXXXXX410WHSLXXLAIWMSXXXXXXLASL-106x80.jpg',0,'y\\4�|i\'E�>�G�','y\\4�|i\'E�>�G�'),('���/�h����k�vA�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_GB.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�����@\ri$ ��'),('�\08Q/�&�w5)�R\Z��','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/General.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5Z�\n��٭su_P'),('�@}&�J~�¾&��\0','wp-includes/customize/class-wp-customize-new-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��!���A[�\rZL��'),('�%�]�E�tx��6*KN','wp-content/uploads/2015/11/slide5-300x147.jpg',0,'[1Z�?�\rN�A�ᰯ��','[1Z�?�\rN�A�ᰯ��'),('�3�Ό��x>�\"','wp-content/uploads/2015/11/Metallic-Gold-and-Black.jpg',0,'4�\'}J�Bfy�vŤ��','4�\'}J�Bfy�vŤ��'),('�;L�t�׬C����ɣ','wp-content/plugins/wordfence/tmp/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�z~�i�,L���'),('�A�e�ȷ��0^�c��','wp-content/themes/wanderfuls/images/social/linkedin.png',0,'ʾ���Xfy�����6(','ʾ���Xfy�����6('),('�D=JDž/	6ރa�','wp-includes/js/swfupload/plugins/swfupload.cookies.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�\rڈ�k\\ 7̴��'),('�P Qrr�}i_�pV','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/terms-grid.png',0,'����?€����ZM�','����?€����ZM�'),('�S���B@�s����%�','wp-content/uploads/2015/11/celedon-wand.jpg',0,'t-7>������#��o','t-7>������#��o'),('�Y^~5~��p�G-���','wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>h����%��N'),('�^���AU�h�%K��5','wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php',0,'Dq�ݖ+���HKE�Ȳ','Dq�ݖ+���HKE�Ȳ'),('�d�w����׸�@�r�','wp-content/plugins/revslider/admin/assets/images/sliderpresets/wide_fullscreen.png',0,'���z/�zT��T�4','���z/�zT��T�4'),('�o@˂��! ���','wp-content/plugins/js_composer/assets/vc/item_icon.png',0,'b��k�ޜ�;x	�g�','b��k�ޜ�;x	�g�'),('�uʗ6�>,��w�X�','wp-content/plugins/wp-optimize/wp-optimize-common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��6��2w%�l�'),('�z������|�z�xv','wp-includes/js/jquery/ui/droppable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZK\"q�H�d����~A�P'),('�z�,csd�s��1;','wp-content/themes/wanderfuls/framework/visual-composer/config/text-separator.php',0,'�B�Z�\'�j�!��`','�B�Z�\'�j�!��`'),('�|W$��_�\'<','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/images/loading.gif',0,'5���ת��\"&��t.','5���ת��\"&��t.'),('�RG��e�j!\\r��','wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>��F�03��'),('�5�N�;7a��)cY8','wp-content/uploads/2015/11/hunter-wand-150x150.jpg',0,'�`��s!��y�v��LJ�','�`��s!��y�v��LJ�'),('�~NS�\Z{y��4�','wp-content/plugins/backupbuddy/controllers/ajax/gdrive_folder_select.php',0,'Oq��^�x.PMBM','Oq��^�x.PMBM'),('ﶋ@Z�*gLk\"����','wp-content/uploads/2015/11/African-Jungle-Safari-Leopard-Centerpiece1-262x300.jpg',0,'(R\0�J\"�)�����','(R\0�J\"�)�����'),('リQ�����)B\n�,','wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��{Ob�UW~�Y˙'),('��P��a`Xu','wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<����J��ŽpH(D'),('����B�����Z��i','wp-content/uploads/2015/10/Malt-o-Meals-company-party-design-in-blue-and-white-150x150.jpg',0,'� 뚹C܉X��-j�,','� 뚹C܉X��-j�,'),('��Yf �n���رy�','wp-content/plugins/wordfence/images/flags/lr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J:��x�^b�;�#�uc'),('��X=U�pfp���Z','wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y޿>�n���ȹ�:�'),('���/���R�i�r��','wp-content/plugins/libravatar-replace/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�P�9�H5�t�'),('�צ!�<������','wp-content/uploads/2015/11/bluebirthday-150x150.jpg',0,'�6F�VTZ��G�Z','�6F�VTZ��G�Z'),('�ތt+�\\�+�Xa�ZU','wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�����*���3A��'),('��V��0���8�ο��','wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z����-�fm�֙'),('�㯩�	\'��ި��V','wp-includes/images/smilies/icon_biggrin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YpR�+�0}k�N{�k'),('����t��H�)S�=','wp-content/uploads/2015/10/download-150x150.png',0,'��|�Y{���0�2D`�','��|�Y{���0�2D`�'),('��6X�Ԫ4��[_��=t','wp-content/plugins/wordfence/lib/wfScanEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�m�2�OϨ,m�y'),('��}��ދ�fy;','wp-content/uploads/2015/10/White-and-Aqua-Tiffany-from-Colorado.jpg',0,'��\\4?8 [�U��z�*','��\\4?8 [�U��z�*'),('�T.|;�\ZG �V;�4','wp-content/uploads/2015/10/Almost-White-300x267.jpg',0,'��fH>\Z��ឬ̫','��fH>\Z��ឬ̫'),('�����k���ov�','wp-content/plugins/backupbuddy/classes/ithemes-sync/backupbuddy-get-backupStatus.php',0,'�Ԟ����H�U�Gܩ<','�Ԟ����H�U�Gܩ<'),('�@�̼�Q1�9Li��n','wp-content/uploads/2015/11/emerald-wand-150x150.jpg',0,'U�\r0e���\r�e�-:^','U�\r0e���\r�e�-:^'),('�~p_�pb�\"�%[L','wp-content/themes/wanderfuls/partials/staff/staff-entry-excerpt.php',0,'�\r�$�0��L\"+�]�^','�\r�$�0��L\"+�]�^'),('��9��r�Mԧ��','wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e�G6P|i��\Z\'\\'),('��A\no��[I��j�','wp-content/plugins/js_composer/assets/less/modules/vc_switcher.less',0,'|C��>���h�ڞ\"','|C��>���h�ڞ\"'),('�!O�o��j��#橰','wp-content/plugins/w3-total-cache/pub/apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�>��b᜝\n�>�'),('�$�ī�I�^��3���','wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�	T����5#���Ժ'),('�+R�mD��o��%0<�','wp-content/plugins/w3-total-cache/configs/0.9.2.6-ConfigKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7n�ŏ�X�]���f�'),('�,~�́�d�ŐS��','wp-content/themes/wanderfuls/partials/cart/cart-dropdown.php',0,'_����9�W4r��m�','_����9�W4r��m�'),('�6x�R��1���6�º','wp-content/themes/wanderfuls/vcex_templates/vcex_spacing.php',0,'6�tT���0��t�}�','6�tT���0��t�}�'),('�>�K[VFU����|','wp-content/themes/wanderfuls/languages/nl_NL.PO',0,'��J���6{�&��>','��J���6{�&��>'),('�Cd���&�(7�%e','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/dom/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�G����M��s�W�%�','wp-content/uploads/2015/10/White-and-LavenderbrSophie-from-California-300x300.jpg',0,'��>��Ɣ�F���.�','��>��Ɣ�F���.�'),('�\\d��/N��wM�Vs','wp-content/plugins/wordpress-seo/css/metabox-primary-category.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#MDGF;A���\'o��l�'),('�f�\n`��ytfWv[�','wp-content/plugins/widget-countdown/includes/javascript/foundation-datepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=��5��O���Xm'),('�w��}3F�sr�b�\r�P','wp-content/uploads/2015/11/slide3.jpg',0,'\0:�FS����J���','\0:�FS����J���'),('�z���3y9O)�l��','wp-content/plugins/w3-total-cache/pub/img/close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�SE������#8L�'),('����\Z��|9x�','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/owl-slider.png',0,'�#��J}��-�2��:+E','�#��J}��-�2��:+E'),('�KB+P�S�=s;��','wp-content/uploads/2015/11/Hawaiian-Tropical-Luau-Fish-Centerpiece-300x300.jpg',0,'=� uA��fy�&WR�','=� uA��fy�&WR�'),('�8���s�jo�_���','wp-content/plugins/backupbuddy/images/sucuri/8.png',0,'F�av���=H;��WU','F�av���=H;��WU'),('�N ���iiڭ�','wp-includes/random_compat/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~F��-��&�6,��Q'),('�h����_��/{�','wp-content/plugins/revslider/public/assets/css/captions-original.css',0,'ze�Zv��탽Trf�','ze�Zv��탽Trf�'),('��� 3q�̡iؕ�CM','wp-content/uploads/revslider/templates/woocommercesmall/slide1.jpg',0,'%��`I�o�l4�i��','%��`I�o�l4�i��'),('���M�eݙ�5l','wp-content/plugins/w3-total-cache/lib/W3/Cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iq~€����΂�*'),('��܊�����AZ���','wp-content/uploads/2015/11/blue-ivory-wedding-centepiece-150x150.jpg',0,'D�O*t2iU&*�r�4','D�O*t2iU&*�r�4'),('𿆒¿�O&��&�5/','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php',0,'����xc:a���#��','����xc:a���#��'),('��&�i$+n���','wp-content/uploads/2015/10/Patriotic-Centerpiece.jpg',0,'\\��ң6�\'j���zSF','\\��ң6�\'j���zSF'),('�з&�L۽¨��VN�','wp-includes/css/buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Qfc��eJ����+'),('��I�6H\r%�j�F=','wp-content/plugins/contact-form-7/languages/contact-form-7-ckb.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=����\0MA^�'),('����6$[���O�','wp-admin/css/customize-widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�����ҩ��^�'),('�i�*�x�]׌yL�6','wp-content/uploads/2015/10/Veggie-Bouquet-150x150.jpg',0,'5aۣ��i敓�>','5aۣ��i敓�>'),('���rp.u�3zx�','wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��|�*����d'),('���*xK\Zp��ll�','wp-content/plugins/w3-total-cache/lib/W3/DbCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��H�t@vN�Dg�Α'),('�9�`翭�!b���!','wp-content/plugins/wordfence/css/wordfenceBox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��+�C���.f��'),('�#�w��b~mi��P','wp-content/uploads/2015/11/eggplant-banquet-centerpiece-150x150.jpg',0,'&��ɪ��[W�','&��ɪ��[W�'),('�%oZ�C�{�e�#�#�','wp-content/themes/wanderfuls/bootstrap/js/bootstrap.min.js',0,'���Eh�Z	�9c�T-E','���Eh�Z	�9c�T-E'),('�2ol�&}�򀩰��<','wp-content/uploads/revslider/templates/betteryoutube/slide3.jpg',0,'��������ဂř','��������ဂř'),('�2�q�	�u?��8�\\','wp-content/plugins/js_composer/assets/lib/bower/skrollr/README.md',0,'��8�*�3��B�Q\0�','��8�*�3��B�Q\0�'),('�7s�\\]�}�AA�we1�','wp-admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z� ��_P��O�\"�'),('�7�Hw��ޟ���z[','wp-content/uploads/2015/10/Codffee-Cream.jpg',0,'Q`���ۏ���u`','Q`���ۏ���u`'),('�:C&zu�о���E<�','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/grid.less',0,'�vy�ǧ���:�j�','�vy�ǧ���:�j�'),('�><wR`y#a|���	','wp-content/plugins/backupbuddy/controllers/ajax/file_tree.php',0,'��RȘ\n<6�G-�d`','��RȘ\n<6�G-�d`'),('�B�����g��>��t','wp-content/plugins/wp-fastest-cache/js/lang/nl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f���I\nVX9�a?'),('�R8�9��e�H!��u��','wp-content/uploads/2015/10/PNRwand4-150x150.jpg',0,'�l�:�3�wL���ȹ','�l�:�3�wL���ȹ'),('�R`ѝ�8��C���<Ʀ','wp-content/plugins/wordpress-database-reset/assets/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t$�/		�\":�%�t�'),('�Z/���{Lt�ծF$�','wp-admin/js/svg-painter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����/�|ĩ���z�'),('�o�W��1�`1����F','wp-content/uploads/2015/11/sage-and-white-bouquet-150x150.jpg',0,'�iG���IO\"�w�\0��','�iG���IO\"�w�\0��'),('�pZ3b���FN','wp-content/uploads/2015/11/Caribbean-Ocean-Fish-Centerpiece-150x150.jpg',0,'��\\�JA��\nF�.�\n��','��\\�JA��\nF�.�\n��'),('���$�a�d5�T','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php',0,'ʹ2��h�_�Ns���','ʹ2��h�_�Ns���'),('�TY�PpE�w��','wp-includes/widgets/class-wp-widget-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�n�<�5�Y�O'),('��R�3��܇�F�=b','wp-content/plugins/js_composer/assets/less/lib/utils.less',0,'Dk̸��Oh�O�z#\Z�','Dk̸��Oh�O�z#\Z�'),('�ք���vV�#��s','wp-content/themes/wanderfuls/partials/overlays/title-excerpt-hover.php',0,'��O�U.�\rp.��Y','��O�U.�\rp.��Y'),('�ר�\'�J�Wrp�����','wp-content/themes/wanderfuls/partials/portfolio/portfolio-entry.php',0,'��|�q��)� Ϫ�','��|�q��)� Ϫ�'),('���6Wt��-�{�[n@','wp-content/themes/wanderfuls/framework/customizer/settings/visual_composer.php',0,'�pi�\"`:�M���V','�pi�\"`:�M���V'),('���N�ŏ�KlQ�','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6L�2Ӳ�k�1:��B��'),('��|U�\Z.	���F�','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�˙�(��nYMW���'),('�>X�@P��d~R','wp-content/plugins/wordfence/images/flags/bi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڴBp��+��Ğ'),('��d�L��\"���','wp-content/uploads/2015/10/slide_113-100x50.jpg',0,'��H3�����\0��`�r','��H3�����\0��`�r'),('����W�\Z��6�1�՘','wp-content/plugins/wordpress-seo/languages/wordpress-seo-eu.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�H�i����zG����'),('����A]�1@���','wp-content/themes/wanderfuls/framework/addons/theme-panel.php',0,'_�qT��n1�P^��xi','_�qT��n1�P^��xi'),('�7�Ǝ�{7q?��F_','wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_AU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�	P�z^���'),('�7�u��/\r�p�','wp-content/uploads/2015/11/cornflower-wand-150x150.jpg',0,'���3�_…\nN;���\"','���3�_…\nN;���\"'),('�7�#�`�2٥���\n�~','wp-content/plugins/backupbuddy/classes/_periodicCleanup.php',0,'��W�@��k��p_','��W�@��k��p_'),('�:�)##$L��q�&��','wp-content/uploads/2015/10/Purple-and-white-Wanderfuls-centerpiece-for-Donnas-50th-Birthday-celebration.-150x150.jpg',0,'�!��8��Շ*�t���','�!��8��Շ*�t���'),('�?��E_�)�xڅ$��','wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ТS\0xֹ�Y\''),('�Uj��IM���{{!�','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js',0,'\n̍Tų1F>�:��','\n̍Tų1F>�:��'),('�V���\0�=���Nu��','wp-content/uploads/2015/10/Fun-and-colorful-Dr.-Seuss-themed-party.-300x199.jpg',0,'̘B��լi�q�:','̘B��լi�q�:'),('�ece��ƭ]��','wp-content/themes/wanderfuls/framework/plugins/revslider.zip',0,'G���HU� �׆n��o','G���HU� �׆n��o'),('�i��<$�&d���\rx','wp-content/plugins/w3-total-cache/lib/Nusoap/class.xmlschema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m���J-u��6L@��'),('�po���X0%������','wp-includes/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','עX�<έ�U���q�e�'),('�ו�?��t��@�','wp-content/uploads/revslider/templates/concept/slide2.jpg',0,'�H�2�~8�8*υ�{','�H�2�~8�8*υ�{'),('�M�٦M�/`�','wp-includes/js/swfupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Oۅ��߲�}�'),('򱠭��B�R�z��Y','wp-includes/js/jquery/jquery.table-hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�go����~i�I	�'),('�?{o_���\'�n�','wp-admin/images/resize-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e?�&h.��\n��'),('��L΀zR��si.�4','wp-content/uploads/2015/10/bluebirthday.jpg',0,'��>�SS�\Z�l�61�','��>�SS�\Z�l�61�'),('���_f $�O<o','wp-admin/js/common.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z5��4/��%[Ed��'),('�Ĩ�t�>D�\\�','wp-content/uploads/2015/11/Purple-and-Green-New-Orleans-Mardi-Gras-Centerpiece-262x300.jpg',0,'1D>�mLck�����','1D>�mLck�����'),('��%�\0��z�f�N�pS','wp-includes/js/tinymce/plugins/wpemoji/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�za1�Pe=ߡzV�b�'),('��H��!A�c�S&�','wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-header.less',0,'+�4�\Z�)9QO����','+�4�\Z�)9QO����'),('��w�+\"+�$��^�','wp-content/plugins/wordfence/lib/wfLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w���`V�US@/�\06A'),('�牌懼�O�e�?e6P','wp-content/uploads/2015/10/sweet16a2.jpg',0,':2���퉟ZG�Y/P',':2���퉟ZG�Y/P'),('��f�{m)��q�믄��','wp-content/uploads/2015/10/joyce.jpg',0,'�ld�յrN6�Ă��M','�ld�յrN6�Ă��M'),('����&��g����','wp-content/plugins/w3-total-cache/lib/W3/Plugin/PgCacheAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�RaN��$��7�x'),('�7p��9����jN�','wp-content/themes/wanderfuls/partials/blog/media/blog-entry.php',0,'���S<rs�u�g(','���S<rs�u�g('),('���#�1R���\\','wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php',0,'k�^ǡRW����1Y��','k�^ǡRW����1Y��'),('�J��q�f,\\+S�r','wp-content/uploads/2015/10/Hot-pink-and-white-Wanderfuls-centerpiece-for-Magdas-Bat-Mitzvah-party..jpg',0,'��*�N9��k��G\0','��*�N9��k��G\0'),('�ռ�1BYPW�','wp-content/uploads/2015/10/mickeybride1-300x199.jpg',0,'�<��H�U\'�F�Ɛ��','�<��H�U\'�F�Ɛ��'),('�#\\���/�vXR','wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D5T���F���xԆ'),('�)Co�\r�+����qha','wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.video.js',0,'�k��a�[��0���','�k��a�[��0���'),('�7Xf���\0���� ','wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bF�+HwR�8W(\\��'),('�=dwe�\\4�ϰQ��','wp-content/themes/wanderfuls/partials/togglebar/togglebar-button.php',0,'��+Au�iN#cR��','��+Au�iN#cR��'),('�K��z��=�G��8i','wp-content/plugins/wordfence/lib/menu_passwd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�\'ِ,]\Z���+\'lێ'),('�P���\0���g[�','wp-content/uploads/2015/10/home-gallery-6-large1-300x300.jpg',0,'��m-�ܯ\0Mǥ�]ŧ','��m-�ܯ\0Mǥ�]ŧ'),('�a��d�[O�i��u\0�','wp-content/plugins/w3-total-cache/lib/W3/CacheFlush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Yp�Կ��Ry�o'),('�lF����c뒕�L���','wp-admin/js/iris.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�5`�@Ħ�Ue߰�'),('�s�I�iM�b]�oGh','wp-content/uploads/2015/10/slide_006-150x150.jpg',0,'\n���OdP1�k���J#�','\n���OdP1�k���J#�'),('�s��>�*d��fgx^��','wp-content/themes/wanderfuls/js/hide-header.js',0,'��yj6�i憡SC�6��','��yj6�i憡SC�6��'),('�yF�$�z��	+�׃0W','wp-content/uploads/2015/10/Silver-Rainbow.jpg',0,'��n�����p��O�','��n�����p��O�'),('�_�\\S�/9�[���m','wp-content/uploads/2015/10/Sunday-Bouquet-300x195.jpg',0,'� W�wPhb7�z|�','� W�wPhb7�z|�'),('��,�o�!�z�j\"�','wp-admin/css/edit.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����\Z�w;W���'),('�ؠ]�f���P��','wp-content/plugins/wordfence/lib/wfLockedOut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Wѱ�X�e D���'),('󙒘�LE};sgv\n0]','wp-content/plugins/js_composer/locale/js_composer-fr_FR.po',0,'S�Y\'-�Hi\r�%����','S�Y\'-�Hi\r�%����'),('��!�ڞXa�]�R��/','wp-content/plugins/revslider/admin/assets/imports/news-hero/slider.jpg',0,'5��IE(��`�F/n� T','5��IE(��`�F/n� T'),('󻯮`E.�jt�@�U�','wp-content/plugins/revslider/admin/assets/imports/webproductlight/slider.jpg',0,'h�JY�1����h4�R','h�JY�1����h4�R'),('�ʭ�ޘ��� Q�','wp-content/uploads/2015/10/1-150x150.jpg',0,'�1!���!�b����','�1!���!�b����'),('��q|�ʋ�L�//�B','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-perspective.png',0,'��Y���������o�','��Y���������o�'),('�����RF���Q�k��','wp-content/plugins/js_composer/assets/vc/fe/eye_ico.png',0,'Zx��\\�9���5̮','Zx��\\�9���5̮'),('���ك���u�4��	','wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php',0,'���{Nzr�ÝF7�\\�','���{Nzr�ÝF7�\\�'),('����s<����k�>�','wp-content/uploads/2015/11/eggplant-banquet-centerpiece-300x218.jpg',0,'���LTpoǼ�>�w?(','���LTpoǼ�>�w?('),('��$L7M�����','wp-content/plugins/w3-total-cache/lib/SNS/utilities/utilities.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��փof#}\\u\'�Y'),('���eŃLs�[��','wp-content/uploads/revslider/templates/cardealership/slide1.jpg',0,'�0��yC�~��z`=�','�0��yC�~��z`=�'),('�$%$Z�)�S��R','wp-content/plugins/wp-fastest-cache/js/lang/sv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@� Uk�YH���r��/'),('�Zc���CYr�@','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Auth/AppIdentity.php',0,'�&��t_\r+�F�.Ɓ�','�&��t_\r+�F�.Ɓ�'),('�V��k9۴�s���ֿ','wp-admin/css/customize-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L+hGF_mo��5�;�Z'),('���;�^𩸴8c�','wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�]��U�c�r\\�'),('�8�����%.�b_��','wp-content/plugins/w3-total-cache/ini/nginx-network-sample-config.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X&%��vU�:�{d'),('�$W#�^qč@���¹�','wp-content/plugins/backupbuddy/controllers/help/migrate_restore.php',0,'x�[&��S�5K\r���','x�[&��S�5K\r���'),('�%_1)!��5<�E�','wp-content/plugins/revslider/admin/assets/imports/news-gallery/slide4.jpg',0,'z�f��\\�C�zV\\v�','z�f��\\�C�zV\\v�'),('�BR �xYmTt\'K��','wp-content/plugins/w3-total-cache/lib/W3/RootAdminActivation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';m�L�1�4���R 6�`'),('�I�K�ʍ�*JGD�+�','wp-content/uploads/2015/10/Blue-and-white-themed-wedding-for-Ryan-and-Sandy.-300x225.jpg',0,'W�S���n�)�4As�','W�S���n�)�4As�'),('�J\'#��rN�0a\r�','wp-includes/images/crystal/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nV�:�ω�G��-#k'),('�Tn�Ê�-��iӼ�s�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AuthNone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kϋ`���D��&bh'),('�Yr!�r�H-��q�','wp-content/themes/wanderfuls/partials/loop/loop-bottom.php',0,'���N��t�o�Fܶ','���N��t�o�Fܶ'),('�Y��R�Yi/��l@HX�','wp-includes/js/media-grid.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ljt8�j��ݷW[@��'),('�\\�UV��T��6�>�','wp-content/plugins/js_composer/locale/js_composer-es_ES.mo',0,'ϐ�%O�q̞mM���B','ϐ�%O�q̞mM���B'),('�j8^ē�A�AC����T','wp-content/themes/wanderfuls/partials/cart/cart-overlay.php',0,'L�c�c��(ߓ�%�Yp','L�c�c��(ߓ�%�Yp'),('�r�{`\0��T�s5{�(','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_images_carousel.less',0,'�{S��9Ŏwn��h�[\'','�{S��9Ŏwn��h�[\''),('�s�Z�}����+�ΐ�','wp-content/uploads/2015/11/hunter.jpg',0,'\0j�9i�Cۏè���','\0j�9i�Cۏè���'),('�xH�|U�TevG\'e8�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-xoffset.png',0,'#rg\"��ؤ�k9�]t','#rg\"��ؤ�k9�]t'),('�|�z�i�����_t�','wp-content/plugins/w3-total-cache/lib/W3/UI/FragmentCacheAdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','މv�\Z��z��'),('�r�FdQ�yIJ��','wp-content/uploads/2015/10/Broadway-themed-party-with-Wanderfuls-centerpieces.-150x150.jpg',0,'����Z}wZe\0�_b���','����Z}wZe\0�_b���'),('����#����|��','wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php',0,'_���wڙZ�a�}e�','_���wڙZ�a�}e�'),('��U�I�CҴ��E','wp-content/plugins/backupbuddy/controllers/pages/destinations.php',0,'w��́�4\Z��E','w��́�4\Z��E'),('�j�8���ď�\Z���','wp-includes/js/wp-backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���O�[���J-v'),('�IVTFmU�ݍ-��','wp-content/uploads/2015/11/party-favor-main-5.jpg',0,'y��X:c�XC3��բ�`','y��X:c�XC3��բ�`'),('�i��z��6 X3�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/images/loading_large.gif',0,'ts`�m&;;Յ\Z럗','ts`�m&;;Յ\Z럗'),('�\Z֍<r��t<�_^���','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/animated-overlay.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�/|S\0����ͤ�%�'),('�!�c���8��c�,A','wp-content/plugins/w3-total-cache/lib/Minify/Minify/ImportProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�Y���e�Y��h˺'),('�%]���z)�܇���','wp-content/uploads/2015/10/home-gallery-1-large-150x150.jpg',0,'t0�-�7S�wv�Q3Mn','t0�-�7S�wv�Q3Mn'),('�)�<�����YH�m�/O','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/hadoopbootstrap.class.php',0,'��Ri=.�\Z%R��}�','��Ri=.�\Z%R��}�'),('�)����\Z�cq&#�,O','wp-content/plugins/wordfence/images/flags/bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','},z���d�@�@�^'),('�-\"D��ʹD�5a�/','wp-includes/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zKr^��E��_�fd�'),('�A4e���{�^����Z','wp-includes/js/wpdialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�9_�M@9\0�S�����'),('�F��\Z����C��1�P','wp-content/plugins/wordfence/lib/wfDict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��6Att��#�'),('�T�.�U҉Fĝp�e','wp-content/plugins/backupbuddy/destinations/dropbox/icon.png',0,'.ӓ�U�#��m�Y','.ӓ�U�#��m�Y'),('�\\N�ĕa��T�-|','wp-content/plugins/backupbuddy/css/destination_picker.css',0,'Z�eN�~1�o��c|��','Z�eN�~1�o��c|��'),('�f�kjƩ*��1!ݕJ','wp-content/plugins/revslider/admin/assets/images/toolbar/morestyles_black.png',0,'c��yp4t�R��QƐq','c��yp4t�R��QƐq'),('�pJ\Z��G�.�ą	��','wp-content/plugins/w3-total-cache/lib/W3/UI/Settings/SettingsHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%VY:��I��F��L'),('�ph,������c��','wp-content/uploads/2015/10/Purple-and-white-centerpiece-by-Wanderfuls-for-Judiths-Sweet-16-party.-150x150.jpg',0,'���E�x:������L','���E�x:������L'),('�r�%�nqvO��y��)','wp-content/plugins/revslider/admin/assets/imports/insta-gallery/slide1.jpg',0,'i)�W�D(�� U8���','i)�W�D(�� U8���'),('�u�N���.A_�_�','wp-includes/js/media-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��t�+~6ң8L�N'),('�wCQe�EH�Z`z�(��','wp-content/plugins/w3-total-cache/lib/Microsoft/Http/Client/Adapter/Curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���cH��k���&i�'),('�{����J�	��¡','wp-content/uploads/2015/11/St.-Patricks-Day-Shamrock-Centerpiece-262x300.jpg',0,'��cE3��Ĺ|a��S3','��cE3��Ĺ|a��S3'),('���Cڝ�e�S�\\\'Ea','wp-content/plugins/wp-fastest-cache/js/lang/it.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g���\r��!�A��\'i'),('��=��,�[��<�A�@','wp-content/uploads/2015/10/findyourcandy-300x39.jpg',0,'2�CH�Fΰv!YK','2�CH�Fΰv!YK'),('���Eq�Olͱ[q{,xk','wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.actions.js',0,'r?@_��P�6��Y�\n9','r?@_��P�6��Y�\n9'),('������>+ܞL[�m','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a5q��ȑ_4�@'),('���(��%�#�9yn','wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]��IjZ�y�&�'),('����H�q{��K�N��','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/buttons.less',0,'���rպ�}$Do�M�\Z','���rպ�}$Do�M�\Z'),('���,ݦ���+Վ;','wp-content/uploads/2015/10/Metallic-silver-and-maroon-centerpiece-designed-by-Wanderfuls-for-Ninas-retirement-party.-300x234.jpg',0,'��_(+��3����{�','��_(+��3����{�'),('����D2�d4��dy','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php',0,'��^�!�z(a�3YM��R','��^�!�z(a�3YM��R'),('��ᯰӦ0ncm��','wp-content/plugins/wordfence/images/flags/ar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l˼���Ucph\ZK�'),('��]k#[�?�cHQ%J\'','wp-content/plugins/backupbuddy/controllers/pages/multisite_export.php',0,'j��o;�B�O�8���o','j��o;�B�O�8���o'),('���k�jik�vɏ0��','wp-content/plugins/revslider/admin/assets/images/gridtile_3x3.png',0,'2�.U8N���#���','2�.U8N���#���'),('�ȉm���m��^m�B#','wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�T�X�06�#u�'),('��Ҩ��&�Q6S��C','wp-content/uploads/2015/11/bridal_shower_lg-300x259.jpg',0,'�Qq܋����B��','�Qq܋����B��'),('��Ǵ.;t�T&lu�/','wp-content/plugins/revslider/admin/assets/imports/webproductlight/slide2.jpg',0,'��;�)�����I(`�','��;�)�����I(`�'),('���g?B5n��Eˏ','wp-content/uploads/2015/11/metallicblue-wand-145x300.jpg',0,'8^��\rRo3�;�z�','8^��\rRo3�;�z�'),('����u��L����j@','wp-content/uploads/2015/10/Purple-and-white-Wanderfuls-centerpiece-for-Donnas-50th-Birthday-celebration.-300x218.jpg',0,'�ݬ�K�[�4�\\�','�ݬ�K�[�4�\\�'),('��Z��Fܹ�2Rf�\"','wp-content/uploads/2015/11/sweet_sixteen_lg1-150x150.jpg',0,'�Ԗ��g����:u%�I','�Ԗ��g����:u%�I'),('��6ɓc�\0c�د�t�','wp-content/plugins/backupbuddy/images/press.png',0,'J�(�#����1.V�C','J�(�#����1.V�C'),('����y��\0�\"��Q','wp-admin/user/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��»�g��E�p�'),('���Q��Pˀ%�}\r��P','wp-content/plugins/wordpress-seo/images/banner-yoast-seo-for-wordpress-training.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�W�\rU�`	���\n�B'),('��9�v��_ɃR�G�2','wp-content/plugins/revslider/admin/assets/images/toolbar/newlinear-vertical.png',0,'uA+S	�&�EU�\0db6','uA+S	�&�EU�\0db6'),('��Q�u�M��I�{�=��','wp-content/plugins/w3-total-cache/pub/img/ps_scores.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C��̿sx�'),('�^�@�4�v�PJ�X','wp-content/uploads/revslider/templates/websitebuilder-discover/slide5.jpg',0,'��.�x6��!�&+�g!','��.�x6��!�&+�g!'),('��~������r�C��','wp-admin/link-parse-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�#�/����|ھI�'),('���9i��:&7���','wp-content/themes/wanderfuls/images/dashed.png',0,'#�N�\'`<1��K�aF','#�N�\'`<1��K�aF'),('����2ذ�i\\49�b','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-aligncenterh-dark.png',0,'d8Rb�e`��,�9%�','d8Rb�e`��,�9%�'),('�j��Z�;\nlГ�','wp-includes/random_compat/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����G|�1[_s1�'),('���	�OZ̯q�q','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php',0,'ϥQԷb��b\0^�5','ϥQԷb��b\0^�5'),('���Ϗ��uU�SՍ','wp-content/plugins/backupbuddy/destinations/dropbox2/icon.png',0,'.ӓ�U�#��m�Y','.ӓ�U�#��m�Y'),('�1G������`�`|��','wp-content/uploads/2015/11/quinceanera-party.jpg',0,'��D_�N]Ո����#�','��D_�N]Ո����#�'),('�8���Ag����xa�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php',0,'�3�ѷM���޸ 5��','�3�ѷM���޸ 5��'),('�:ӱ�`J��i�L���','wp-content/plugins/contact-form-7/includes/integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�Tj�Z�V=!QJ�'),('�;���!Y:)L�Y��^','wp-content/themes/wanderfuls/vcex_templates/vcex_testimonials_grid.php',0,'#�+�*,�;��q��T','#�+�*,�;��q��T'),('�I��s5����FP崹','wp-content/uploads/2015/10/White-and-pink-Wanderfuls-party-favors-for-Kim-and-Tonys-wedding.-150x150.jpg',0,'��^�g%���I�zB','��^�g%���I�zB'),('�KF\nO�i�},�w�','wp-includes/random_compat/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u����t�����oyi'),('�RmN賽/�N��','wp-content/themes/wanderfuls/css/ilightbox/smooth/play-icon-64.png',0,'�P�~hC\"�5��+�\'','�P�~hC\"�5��+�\''),('�V9��K���goX��7�','wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�8�O�����^��c'),('�X�s6���.a�!#�','wp-content/plugins/backupbuddy/views/settings/_profiles-advanced.php',0,'aNE����+ ��\n��','aNE����+ ��\n��'),('�Y*y�Y���I/Cq','wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide4.jpg',0,'\Z�� >-&�:��E��+','\Z�� >-&�:��E��+'),('�[�i \'��0�C���','wp-content/uploads/2015/10/Millenium-238x300.jpg',0,'U��Y�E�-Zv�z\Z','U��Y�E�-Zv�z\Z'),('�dh9�\r(#!H>�','wp-content/uploads/2015/10/old_bluebirthday.jpg',0,'��+�H����n�\0f-�^','��+�H����n�\0f-�^'),('�e�E�}��y)��w�W','wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.navigation.js',0,'�T��Ѓ�*g�ǹ��','�T��Ѓ�*g�ǹ��'),('���r��ϝq�>A�q�','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/list-item.png',0,'i#�Bi�A;d�����}','i#�Bi�A;d�����}'),('��О]� �wj��dzKj','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php',0,'rM��R^�4��\']&~\ZV','rM��R^�4��\']&~\ZV'),('��G��Â�-$�\\�','wp-content/plugins/w3-total-cache/inc/options/minify/js.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�x�!�/B[�1g��'),('�����e���uL���6','wp-content/uploads/2015/10/Fun-and-bright-orange-and-white-centerpieces-for-Texs-retirement-party.-150x150.jpg',0,'�Y��(B\\�� �\'�g','�Y��(B\\�� �\'�g'),('��kn��?�(��eЯ2','loading.gif',0,'4ſ�q�#\Zε`�(=}','4ſ�q�#\Zε`�(=}'),('����ڣ�T����-	W','wp-content/plugins/js_composer/include/templates/shortcodes/vc_carousel.php',0,'w;]��v4C�~/o��\"','w;]��v4C�~/o��\"'),('���ͧޜ�(��k��}','wp-content/themes/wanderfuls/css/ilightbox/mac/resize-ie.png',0,'A+�u�p��E�\'��','A+�u�p��E�\'��'),('�����H�S!;� �','wp-admin/js/user-profile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����A�<k�G_�^'),('������y�ޫ���','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf',0,'y��>3��jR�f8ӆ','y��>3��jR�f8ӆ'),('��*�/&T �WO��9','wp-content/plugins/js_composer/assets/vc/row_layouts/14_46_16.gif',0,'�.� w><ܩ�jl�w	#','�.� w><ܩ�jl�w	#'),('���1��Cu�lE;O�','wp-content/plugins/w3-total-cache/inc/options/extensions/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'v�܀���/�J�aT'),('��!	����\0���!','wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.min.css',0,'�7w�n>��zY','�7w�n>��zY'),('��v�m�!���=�3�','wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js',0,'�+|��I�^U�6�\0&ߚ','�+|��I�^U�6�\0&ߚ'),('���+���q�pW��','wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�s�(ӽ{y�9y_^'),('�σ`t$�o?�՝Y�','wp-content/themes/wanderfuls/fonts/fontawesome-webfont.eot',0,'E�7#�,o��=ia�-q�','E�7#�,o��=ia�-q�'),('��J�5B�w�D��6�;','wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicPresentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J2�#f=!ft�%���'),('���`�&X<�aQ�Vh\\','wp-admin/user/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\0yݤ�&-'),('��Ԡ$��ֽ*:ܥ���','wp-content/plugins/wordfence/images/flags/ro.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5�VZʹ_�݋'),('�އ5�?>7]���S���','wp-content/plugins/revslider/public/assets/js/source/jquery.themepunch.enablelog.js',0,'�Fǿ��o��Ò3k�','�Fǿ��o��Ò3k�'),('��…v�S(�B8�*(�','wp-content/uploads/2015/11/metallicblue-wand-150x150.jpg',0,'��ͭ��>~�D>','��ͭ��>~�D>'),('��A�r�Wq���-��\n/','wp-content/themes/wanderfuls/css/ilightbox/dark/arrow-prev-vertical-icon-64.png',0,'�����\'\n�]����w','�����\'\n�]����w'),('�����8�XǼ��=,�','wp-content/plugins/backupbuddy/images/loading_large_darkbg.gif',0,'�	\\q� R�*��L��','�	\\q� R�*��L��'),('���Pq-�t�@l�','wp-includes/images/wlw/wp-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1	�ʚ�7w3K��*'),('��U��&(�f�+9ӽ�','wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js',0,'�p�^39����:\r^��','�p�^39����:\r^��'),('��b��\\�a�\\��\\','wp-content/uploads/2015/10/Sweetheart.jpg',0,'b[I���Cs�3d\r\0','b[I���Cs�3d\r\0'),('�	���)�&��Z��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#~�`�H�� ���'),('����CB��grǤi�','wp-content/themes/wanderfuls/partials/loop/loop-staff.php',0,'J��@��<s��\\��','J��@��<s��\\��'),('���n`c1�m1E-f','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth.php',0,'N��&<{aAT�J4K','N��&<{aAT�J4K'),('�\\qr����Fg�}1`�','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php',0,'�vr:�ߏ\n��Z.�\\4','�vr:�ߏ\n��Z.�\\4'),('�\Z��|���$	ᾆ�g�','wp-content/plugins/js_composer/changes.txt',0,'��Ӝ$�m�*uH>b��','��Ӝ$�m�*uH>b��'),('� @�;��*�|��','wp-includes/Text/Diff/Engine/string.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��=�M��\0��i)'),('�\"���u;�N�^`ا�','wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php',0,'6��aOE��||C��\0|','6��aOE��||C��\0|'),('�\']\\n��\r��;�v','wp-content/uploads/revslider/templates/interactivewhiteboard/slide5.jpg',0,'�c\n{M�b0�H�\0N','�c\n{M�b0�H�\0N'),('�*f{�K�rђ�|Ѵ�','wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php',0,']�DY7\'�J�\Z�GBS<',']�DY7\'�J�\Z�GBS<'),('�5 ��8�jq��B~T','wp-content/uploads/2015/11/irridescentwhite.jpg',0,'O�I��!�)�r�Y�SU','O�I��!�)�r�Y�SU'),('�@d\n��I��0.�F','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/utilities/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�l�y\r��%J3���','wp-content/uploads/revslider/clubix/2-pic-300x103.jpg',0,'T��K�m��.o\Z�0w','T��K�m��.o\Z�0w'),('�o$8����Y32\n�J�','wp-content/uploads/2015/10/slide_006-300x218.jpg',0,'M�m��o�E��iU}','M�m��o�E��iU}'),('�o`$ J�A����4�,�','wp-content/uploads/2015/11/sweet_sixteen_lg1-300x259.jpg',0,'Ϝ	E#Vj�)ȿ!�%�','Ϝ	E#Vj�)ȿ!�%�'),('�}�\n��&�D+�G�','wp-content/plugins/w3-total-cache/lib/W3/Plugin/CdnCommon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ٮo��+��,:[P<'),('��靬u:��#�\ZS�','wp-content/themes/wanderfuls/css/ilightbox/smooth/alert.png',0,'w�#ʉ�\\^��~��4��','w�#ʉ�\\^��~��4��'),('��xM�5���L�\Z\Z','wp-content/plugins/wordpress-seo/frontend/class-frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�. V|���T��'),('��8��C���!0��','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�0�v�PΪ��'),('���W��*��r�%9�U','wp-content/plugins/js_composer/include/autoload/vendors/cf7.php',0,'x\'��e&��`։G��','x\'��e&��`։G��'),('��\\���b���|��','wp-content/uploads/revslider/templates/creativefrontpage/slide3.jpg',0,'��\0����ؘ�J��{','��\0����ؘ�J��{'),('�����y�#�SJ\\Y','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-bg.png',0,'���˯=���� (�','���˯=���� (�'),('��B�H���w����','wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�m���v���P$�'),('������f��<��','wp-content/themes/wanderfuls/partials/topbar/topbar-content.php',0,'�8�I|ҥx�a3^?	^','�8�I|ҥx�a3^?	^'),('���{)2c�7�:','wp-content/themes/wanderfuls/framework/customizer/settings/header.php',0,'S�s�s��z;g�^�!�n','S�s�s��z;g�^�!�n'),('��`H\"*�+�dXs�l�','wp-content/plugins/w3-total-cache/lib/CF/cloudfiles_http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=��\"�\\\"el|o݇'),('���@%/*�R-g6��','wp-content/uploads/2015/11/Blue-Ocean-Starfish-Centerpiece-150x150.jpg',0,'�6*e��~͗��','�6*e��~͗��'),('�/�}%)��UZ�t','wp-content/plugins/wp-fastest-cache/inc/js-utilities.php',0,'�Lv�����Ws�','�Lv�����Ws�'),('��}���5�\r�lO','wp-content/uploads/2015/11/candy-other.jpg',0,'7���Sf�z�m`?�L','7���Sf�z�m`?�L'),('�uzFV�ʥ��r�t`l','wp-content/plugins/js_composer/include/classes/core/class-vc-page.php',0,'����M p����	#','����M p����	#'),('�!���A_5�ƖF��','wp-content/themes/wanderfuls/page.php',0,'��]�X�]\'�+\0�\\�','��]�X�]\'�+\0�\\�'),('�*G��q��ב�y��\0','wp-content/plugins/widget-countdown/images/featured_plugins/Booking_calendar_featured.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?P�b}y\Z&�5��[e'),('�,�ʥ��#wB�?f�','wp-content/themes/wanderfuls/framework/plugins/js_composer.zip',0,'���bz/s�(@,��','���bz/s�(@,��'),('�-dL1�e�,z�~��','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/RetryPolicy/RetryPolicyAbstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:���af�7q�'),('�.&5�M�����M�ܬ','wp-content/themes/wanderfuls/bootstrap/css/bootstrap-theme.css',0,'Wf̘�{�iٷgCy�Q�','Wf̘�{�iٷgCy�Q�'),('�//�\\:�A5��϶W','wp-content/uploads/2015/11/slide_009-150x150.jpg',0,'�O&��!��pr��7�','�O&��!��pr��7�'),('�@���sB0<�{l�3��','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԑ����i�^��'),('�@鬕I���z��?o�','wp-content/plugins/w3-total-cache/lib/W3/NewRelicService.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@{������\nG���m��'),('�K��x��i�4���\'�','wp-content/plugins/backupbuddy/destinations/sftp/lib/phpseclib/Crypt/Rijndael.php',0,'5�y����N �','5�y����N �'),('�U2��`s7�7ŏ�\'R','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/total-button.png',0,'���}��x7�Gi�n�','���}��x7�Gi�n�'),('�[����L�{�s�/6�','wp-content/uploads/2015/10/wand_diagram2-150x150.jpg',0,'�\'��[5�P�F!��','�\'��[5�P�F!��'),('�]�6?h��Q�\Z�C_','wp-content/uploads/2015/11/white-wand-150x150.jpg',0,'F���R:�Q}+����','F���R:�Q}+����'),('�i�\n���S�[�<','wp-content/plugins/w3-total-cache/inc/options/cdn/s3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RE���r�s�&>��=�'),('�k����e<F��4','wp-admin/js/revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�^�Om]�\'���9Dn'),('�k�%�Ƥ�\Zf?��2','wp-content/plugins/widget-countdown/images/featured_plugins/lightbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�+ˢ.K5�t\"�'),('�m��n��Bc�j\"�G1','wp-content/uploads/2015/11/peach-wand-145x300.jpg',0,'R;G����|���Z','R;G����|���Z'),('�u4�TJFK��yT\'�9','wp-content/plugins/w3-total-cache/lib/W3/Plugin/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�y8��h�%I	=\Z�y�H','wp-content/themes/wanderfuls/vcex_templates/vcex_image_swap.php',0,'p�D�;�����\rp','p�D�;�����\rp'),('����c�np�u�#�Y&','wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ցt�^��_��2:�{9'),('����w��붞��%��','wp-content/themes/wanderfuls/css/ilightbox/smooth/arrows_horizontal.png',0,'��=W�\0�����X�@','��=W�\0�����X�@'),('����sY�Qeٕ~\0\Z5','wp-content/wflogs/.htaccess',0,':RV���*��bLQ���',':RV���*��bLQ���'),('���`�t� >�l���','wp-content/plugins/w3-total-cache/lib/OAuth/W3tcOAuth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�F7%�omr��3�'),('�����Y!�\0��K8�T','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Diagnostics/ConfigurationDiagnosticInfrastructureLogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�ys�����Z�.q'),('��6K1���(��}/AX','wp-admin/network/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;��1��`�n!El'),('��oEŇ���\rv�Mɿ','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-clock.png',0,'2~�Ú�l�O�\Z\n','2~�Ú�l�O�\Z\n'),('���Z�G�6|4w�V�','wp-content/plugins/backupbuddy/controllers/pages.php',0,'��ޞF�PF�\'0����','��ޞF�PF�\'0����'),('��F7l�{5��&��y','wp-content/uploads/2015/10/table1-300x201.jpg',0,'��ރ&���Au��Yj','��ރ&���Au��Yj'),('��?1�嶨\\PY|^��','wp-content/uploads/2015/11/lavender-wedding-favor.jpg',0,'�P���v:���)���','�P���v:���)���'),('��YY���Z��ce�','wp-content/themes/wanderfuls/framework/addons/assets/mode-css.js',0,'���Ϊ�S����@��','���Ϊ�S����@��'),('���\nS�����DM','wp-content/plugins/w3-total-cache/lib/W3/Widget/SpreadTheWord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~[�oV���;]�8�^'),('�\n����\Z���w��Qv','wp-content/themes/wanderfuls/partials/blog/media/blog-single-video.php',0,'�˱�`�z�H�gJ�F','�˱�`�z�H�gJ�F');
INSERT INTO `wp_wffilemods` VALUES ('���S�\r��S�\Z�x','wp-content/uploads/2015/11/orange-wedding-centerpieces-150x150.jpg',0,'����d\\=͟~�����','����d\\=͟~�����'),('�^Q6l��J!�	�ͦ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�aD5H�r����'),('���;I���F&2�@T','wp-content/plugins/js_composer/assets/css/lib/isotope.min.css',0,'/�O��j\Z��6Q���','/�O��j\Z��6Q���'),('����\0\"��=*�L�','wp-content/plugins/revslider/admin/views/templates/create-slider.php',0,'<�@��y԰�ߴ*�Ϥ','<�@��y԰�ߴ*�Ϥ'),('�7ljL\n���8b���}�','wp-content/plugins/js_composer/include/helpers/helpers_api.php',0,'0*�CKe|3bR����{','0*�CKe|3bR����{'),('�<���nf�o�Sӝ.*','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php',0,'��T��*\r(��#&�3','��T��*\r(��#&�3'),('�O��_-�쐤\'�&)','wp-content/uploads/2015/10/letscreate.jpg',0,'�[�k�!}pB��D�Y/','�[�k�!}pB��D�Y/'),('�T4x���B=R�s��','wp-content/uploads/2015/10/White-and-light-green-Wanderfuls-centerpiece-for-Nick-and-Chrissys-wedding.-150x150.jpg',0,'�\'B��7	���gi�6��','�\'B��7	���gi�6��'),('�W���N�~�HA���','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CombineOnly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�f�6�1����.>�'),('�e	O�\' km�yٜ��','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js',0,'��U� \0�g[�㵍�','��U� \0�g[�㵍�'),('�f\\�����*�ϒ�v','wp-content/uploads/2015/10/A102BBIWXXXXXXXX300WHXXXXMSMSBBMSMSIWLBSL.jpg',0,'m9KK{�z�[��и�.','m9KK{�z�[��и�.'),('�i ~���s�S���','wp-content/themes/wanderfuls/woocommerce/single-product/title.php',0,'���ݻ?��!t�aV','���ݻ?��!t�aV'),('�l5⋾�#c����.�4','wp-content/uploads/2015/10/Movie-Star.jpg',0,'�C����g��<+V���','�C����g��<+V���'),('�{ҫ;҅���N\\���','wp-content/uploads/2015/10/A102HUNAXXXXXXXX200GLXXXXMGNAMGMGHUMGNAGL.jpg',0,'�<��Q�����TV��','�<��Q�����TV��'),('���ˆ]�Q��mc��','wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/permalinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*,\n}Y�!�q�b��'),('��H�Mz�@�A��','wp-admin/css/press-this-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5~�V6t)5�Lj�^'),('��8{�ֹ���0~','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-globe.png',0,'/���K�{L��|�z6','/���K�{L��|�z6'),('��ɱ%��a{Z�j	%�','wp-includes/class-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(?K���R��q%�Hu'),('����I�:4P�U���','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��JU���1SQ��?�'),('��G����e����','wp-content/uploads/2015/11/cabernet.jpg',0,'ެ=�d!#@��`}@(�a','ެ=�d!#@��`}@(�a'),('��8K�� ?O]ʹY','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\ZlY^[F\r�2xʻ'),('��}wn~J�P�D�;5�','wp-content/plugins/w3-total-cache/inc/options/cdn/ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UI^(�Hs��=]�	�'),('����3����h�_�','wp-content/plugins/wp-optimize/languages/wp-optimize-lt_LT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʚ/Y��5!�f'),('����p�l4[���e��','wp-admin/js/inline-edit-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��L���?�P\Zߊp�'),('��-�|^�/4-Q�+','wp-content/plugins/w3-total-cache/lib/W3/Cache/File/Cleaner/Generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���YX\r�ɾ�^n�'),('���XiU1`��]���','wp-content/plugins/wordfence/js/perf.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uQ�\"�wF���R@p'),('���n��ީ:�@��h','wp-content/plugins/w3-total-cache/extensions/CloudFlare/CloudFlareAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��U;�™�)���J'),('�š0xF�2�	`:O�y','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php',0,'-� e9�+z+�|�_�','-� e9�+z+�|�_�'),('�ɿj�K	��2���','wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php',0,'�V��K�Fd���\r��','�V��K�Fd���\r��'),('�����Ѝ3�>#�.�','wp-includes/rest-api/class-wp-rest-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~j��P~�7@V}'),('��EW�<� L�b�ʢ�','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/yaml/README.markdown',0,'�-�d�\Z6�Μ��','�-�d�\Z6�Μ��'),('��d��}#˦,��r�','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cAt�Samd��Do�'),('�R��=��*�d��n�','wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k+1��H��\'{I)'),('�B�C�\r��nc���','wp-content/plugins/revslider/admin/assets/images/mainoptions/showimage.png',0,'bq\Z�k�3P����*�','bq\Z�k�3P����*�'),('�Mn&�4׍�۝�1','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Signer/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�&�:*�W�F��|����','wp-content/plugins/wordpress-seo/admin/class-social-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��cG�T��$����'),('�-^g��̺@\0/���','wp-content/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gD,V�=\\�bP'),('�.ն���Zg{�=��','wp-admin/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dg8\rgb�Z�Gz��K'),('�0�tl�y�;7�\n��','wp-content/uploads/2015/10/Wild-Kingdom-150x150.jpg',0,'���-�h�	�戴��','���-�h�	�戴��'),('�2�jJe�H���~�$','wp-content/plugins/js_composer/include/classes/vendors/class-vc-vendors-manager.php',0,'��0��Uh�u�E�','��0��Uh�u�E�'),('�5�G�\"J�&����h�','wp-content/plugins/revslider/admin/assets/images/sources/ig.png',0,'{ea�!�����[��A','{ea�!�����[��A'),('�?]�Ҧ�L4.לv�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/images/icon_16x16.png',0,'O��,R+RC��{qr�','O��,R+RC��{qr�'),('�Fp�nAu�h�!�)�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Consumer/Response.php',0,'��J|e!��a�v','��J|e!��a�v'),('�^����Ej�Fρ�ޅ0','wp-content/plugins/wordfence/images/flags/gs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b ���p�H���sC�}'),('�l��\'����䛆W�	','wp-content/uploads/revslider/clubix/2-pic-663x227.jpg',0,'��F]qP#A�)�O�','��F]qP#A�)�O�'),('�p��u�s4��>~2�','droom.php',0,'9�xX�GQ\n�ZU|֬','9�xX�GQ\n�ZU|֬'),('�q����y���1��`m','wp-content/plugins/js_composer/assets/vc/navbar_controls.png',0,'O�1y9Ɖ��C�]0�Z','O�1y9Ɖ��C�]0�Z'),('�s����s�\n�a���E','wp-content/themes/wanderfuls/framework/classes/breadcrumbs.php',0,'x�t��XG��Z1N�g:<','x�t��XG��Z1N�g:<'),('�y�F$`��␨bo�','wp-content/plugins/revslider/admin/assets/images/sources/vm.png',0,'�ӊI���7sV+Ge�','�ӊI���7sV+Ge�'),('�����T���/([�\n','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Consumer/Request.php',0,'f8NJ�V����,)�eŌ','f8NJ�V����,)�eŌ'),('���~��a%��!�P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�6�#UQ:��|>#��'),('�����L?@��.~O�','wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z7U�Z�x6X��\r�'),('����L�W\0w����','wp-content/plugins/revslider/admin/assets/imports/news-video/slider.jpg',0,'&xN�\r�~&���\'?h','&xN�\r�~&���\'?h'),('����T\n���e.(��','wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+Q�?N~<��\r�R��'),('��F��ݕ/���̳�','wp-content/uploads/2015/11/theme-broadway-150x150.jpg',0,'�MNq�i�!����1l','�MNq�i�!����1l'),('����~��K�DZ�*1','wp-content/plugins/backupbuddy/controllers/ajax.php',0,'y�X�#BڬI:Z�Q6','y�X�#BڬI:Z�Q6'),('�ɲ�u9���}�y��','wp-content/uploads/2015/10/howtoordernow-150x105.jpg',0,'��4��<��6�$^�','��4��<��6�$^�'),('��}���PÛ�P\\�\Z','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VL��	�gS\'����i'),('��4�x�+�t�Kh�','wp-content/themes/wanderfuls/fonts/FontAwesome.otf',0,'f�C�rXgo����}*b>','f�C�rXgo����}*b>'),('��R�,�A���\Z�GJ\'-','wp-includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�80]\09uh��� '),('��[K����\"��z','wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php',0,'!�މ�z��Z��%��','!�މ�z��Z��%��'),('��h���5��3�d�\\','wp-content/plugins/backupbuddy/images/bullet_delete.png',0,'5�cNŠ��&�Y�eN*�','5�cNŠ��&�Y�eN*�'),('��}�g����+�i�i�\\','wp-content/uploads/2015/11/pplbday2-150x150.jpg',0,'��e�쎌��\Z_k�.�>','��e�쎌��\Z_k�.�>'),('��P$}��+A��U�E','wp-content/uploads/2015/10/A102HPHPXXXXXXXX200SLXXXXHPBKIWBKBKHPBKSL-106x80.jpg',0,'ha�Œ��\Z���J','ha�Œ��\Z���J'),('���\n\\�ɶ.5���','wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�X��`1���H��'),('��U��x��\0��\\','wp-content/uploads/2015/11/Jester-Mask-Mardis-Gras-Centerpiece-262x300.jpg',0,'?\'YL�9#�I1���','?\'YL�9#�I1���'),('��Wn�����.���','wp-content/plugins/w3-total-cache/pub/img/google-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�PAtK�X|3�g���>'),('����\n��fp�U�Z�','wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_googleplus.less',0,'�\'��5T�?��\\�','�\'��5T�?��\\�'),('�����3�}K2����','wp-content/uploads/revslider/templates/creativefrontpage/slide5.jpg',0,'q�\0o���45�>�\"','q�\0o���45�>�\"'),('�!W㎃�T��\0a@��o','wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php',0,'��W}\'>Hx>^�Z','��W}\'>Hx>^�Z'),('�$�b�\0,�Qf�[퇙','wp-content/plugins/wordpress-seo/deprecated/class-onpage-notifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���V��I+�en'),('�41	����>6P�','wp-content/plugins/backupbuddy/destinations/local/icon.png',0,'*��ũ#��A8|w��','*��ũ#��A8|w��'),('�D����]�|߼�$�','wp-includes/js/mediaelement/wp-mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J9W=K�F�\'/'),('�Ph�����rV�','wp-admin/css/revisions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�:�M�L��#�m'),('�Yy󿀠�Y�֟Z�','wp-content/plugins/contact-form-7/languages/contact-form-7-mk_MK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1��!<�Z�%�^U'),('�]�8��e�i1��	���','wp-content/themes/wanderfuls/partials/staff/staff-entry.php',0,'}����������qJ','}����������qJ'),('�_�IEo��RIe`�k','wp-content/uploads/2015/11/pplbday2.jpg',0,'�����2�,HfX��v','�����2�,HfX��v'),('�`�M!�*�4/_�\r','wp-content/plugins/w3-total-cache/lib/W3/Plugin/DefaultSettings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʺb��\"CR�K��\\\\��'),('�d$KU�b�z���3','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/RetryPolicy/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('�eQُ��c�[SoE7','wp-content/themes/wanderfuls/images/bullets-gray.png',0,'?��q��3�H��q�E','?��q��3�H��q�E'),('��i�Y:\0$��z��]','wp-content/plugins/wordfence/images/flags/kp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8�[���!�z�LEt'),('��~x���u�)�ʟ�GC','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/dropbox_api/Exception/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('���c��q,��FW��','wp-content/plugins/backupbuddy/images/filetree/ruby.png',0,'f��[#GI.II�d�','f��[#GI.II�d�'),('���o�D�KS�� ��','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/Checker.php',0,'t3�l\Z�S���fӄL�','t3�l\Z�S���fӄL�'),('��HP2��ځ\Z�C[','wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png',0,'g�\0��`��2�a`�','g�\0��`��2�a`�'),('�����65�ӣ(�','wp-content/themes/wanderfuls/vc_templates/legacy/vc_text_separator-pre_3.0.0.php',0,'��gp1/���b.4S','��gp1/���b.4S'),('��ߝJq0;�I<�٣~','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/images/pb-logo.png',0,'�ZS�oF�g�������','�ZS�oF�g�������'),('���6Ri*5���æ','wp-content/plugins/wordfence/lib/dbview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(D�e��d�:�]'),('��v�2�Y�2�n��\0w','wp-content/uploads/2015/10/Presidents-Circle-annual-party-with-Wanderfuls-centerpieces-in-gold-and-purple.-150x150.jpg',0,'�Q�����B���p�','�Q�����B���p�'),('��V}���M ���+�','wp-content/uploads/2015/10/White-and-light-green-Wanderfuls-centerpiece-for-Nick-and-Chrissys-wedding..jpg',0,'}��\n�W��Ag���','}��\n�W��Ag���'),('��ZQp��{�i#[��','wp-content/plugins/backupbuddy/controllers/ajax/phpinfo.php',0,'(�����.��\Z�B>�','(�����.��\Z�B>�'),('�\'���}����0','wp-includes/js/tinymce/wp-tinymce.js.gz',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\'���*y��N��'),('������2e�u5�','wp-content/uploads/2015/10/White-and-Mint-brIsabelle-from-Pennsylvania.jpg',0,')�FR�sb���@g)�',')�FR�sb���@g)�'),('�])��	���{�?R}','wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r-�V^�|��� �'),('�C;�wj���K��}M','wp-content/uploads/2015/10/Green-and-white-centerpiece-for-Alexs-graduation-party.-150x150.jpg',0,'N<r_�����<.̀��','N<r_�����<.̀��'),('�\"�5Յ���rsV�W','wp-content/uploads/2015/11/Wild-Western-Cowboy-Hat-Centerpiece.jpg',0,'�/��V+z������','�/��V+z������'),('�0<Ps��מH��22','wp-includes/js/jquery/jquery.table-hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��֔#t�gP�g��'),('�9(F�Rj2�n6]��','wp-admin/css/colors/light/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y�) ��w��2'),('�<�k��\n�Igg�','wp-content/uploads/2015/11/Peacock-Bird-Centerpiece-300x300.jpg',0,'�b?�/��E�}�|��','�b?�/��E�}�|��'),('�J���!2���\0����','wp-admin/css/about.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5��{�=�F]���'),('�^ֺ��S^�c��','wp-includes/random_compat/random_bytes_openssl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iVK��m�D�\'�c��'),('�_�&��O~9�R�G�','wp-content/plugins/wordfence/images/flags/ph.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ل@ܥ�){v�����'),('�`\n!vE�����3�L�','wp-content/plugins/w3-total-cache/lib/W3/BrowserCacheAdminEnvironment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����˨J�4����<'),('�f�]uXcC�\'0���','wp-content/plugins/w3-total-cache/inc/options/support/payment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r۝ʑH/�G�v�.5'),('�g�\"�}_�7����J5','wp-includes/js/jcrop/jquery.Jcrop.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V̞��/K�x����'),('�j���1\"��MF�bTSd','wp-content/uploads/2015/10/rm5L_P3.jpg',0,'y.ߡ�$t�$�y��','y.ߡ�$t�$�y��'),('�s��	�Gǻ��F�2�8','wp-content/uploads/2015/11/findyourcandy-300x39.jpg',0,'����,eQ�~a�]�K','����,eQ�~a�]�K'),('�w�}3?ǔw�ߵ��A�','wp-content/uploads/2015/11/Hot-Pink-with-White-Accents-300x300.jpg',0,'�Q&���#�&� \r�T�U','�Q&���#�&� \r�T�U'),('��l4�tf��de�a','wp-content/uploads/2015/11/Sandy-Desert-Cactus-Centerpiece-150x150.jpg',0,'�\"��~���_��ι\n,','�\"��~���_��ι\n,'),('��p��9�6è�R�','wp-admin/css/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ro�a����!wN�k�'),('����>�ֳX�NW]r','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Diagnostics/ConfigurationInstance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�矑�oܔ�� U�|�'),('���r^0���atK��ͤ','wp-content/uploads/2015/10/Landon-and-Girl2-300x163.jpg',0,'k��J�#�ÄMj���','k��J�#�ÄMj���'),('�����ƪq�悳��','wp-includes/js/tinymce/plugins/paste/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3����[��T�|'),('��x�9����N�','wp-content/uploads/2015/11/yellow-birthday-centerpiece2.jpg',0,'D�o���؜���fV��','D�o���؜���fV��'),('��)����.�~E^�m','wp-content/themes/wanderfuls/framework/visual-composer/vc-helpers.php',0,'��\0Q�ɼ0��͆޼�','��\0Q�ɼ0��͆޼�'),('��<l�a��,�bX,��','wp-admin/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r�T��`��?J�/�'),('��ʨ�\0	�d�i�H','wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js',0,'6�����p��V�z�y,','6�����p��V�z�y,'),('�Ȭ7\"Ǚ5���ᦸu�','wp-content/uploads/2015/11/ocean_lg-150x150.jpg',0,'�~0Ŧג�-\'n�t�3 ','�~0Ŧג�-\'n�t�3 '),('��%ti\r�0ڑDE','wp-content/plugins/revslider/admin/assets/images/mainoptions/mini-implement.jpg',0,'��X����:)�jN�','��X����:)�jN�'),('��ŷN	\0��f\ZT��','wp-content/plugins/wordfence/css/diff.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�����y1���4Z�'),('���]��s�YV1���','wp-content/uploads/2015/11/Hawaiian-Luau-Tropical-Palm-Tree-Centerpiece-300x300.jpg',0,'`Z};x�)���%�Cm-','`Z};x�)���%�Cm-'),('��M�J��dB.���*','wp-content/plugins/wordfence/css/images/ui-icons_fff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$�2��J��'),('��y�;{�Z�/�w(�','wp-content/plugins/backupbuddy/destinations/site/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�\nm�sה�I|Zک���','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-down-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�b��~�|�ǰ��'),('��Q�I��`8�m�D','wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php',0,'0���(ռ�p�i…','0���(ռ�p�i…'),('�!@A�;1)SJ��b��','wp-content/plugins/wordfence/css/colorbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jR �S���7����M�'),('�)\'�g���۰H�','wp-content/themes/wanderfuls/images/overlay-plus.png',0,'q�	�N��Xka���','q�	�N��Xka���'),('�+q^e����gu�F6\n','wp-includes/theme-compat/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�L��E�va3���6I'),('�<��<[n\\p��0�','wp-content/plugins/revslider/admin/views/system/validation.php',0,'�fwԭ9�XIA�$�','�fwԭ9�XIA�$�'),('�B�$�M�tb!G��i','wp-content/uploads/2015/11/wedding-favors-main-1-300x218.jpg',0,'��uX�<\n�+�J���','��uX�<\n�+�J���'),('�C�,�˒�gl�|�','wp-content/uploads/2015/11/quin_lg-300x236.jpg',0,'x{��{h4\n\n7q���','x{��{h4\n\n7q���'),('�EY`�N�FFISP','wp-content/themes/wanderfuls/framework/classes/image-resize.php',0,'�.�����B�{��','�.�����B�{��'),('�G���!#h�9	��&','wp-includes/js/tinymce/plugins/wordpress/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��֊V��q��sS�v'),('�Kj��h���','wp-content/plugins/wordfence/images/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�2��p\nK�X��'),('�la?�ӐB5�d�-�0�','wp-content/themes/wanderfuls/css/ilightbox/parade/caption-bg.png',0,'ao�M�C����S�Ҩq','ao�M�C����S�Ҩq'),('�r�\"�-�\0�E�w��X','wp-content/plugins/contact-form-7/modules/textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�Cb���pH��F'),('�}��]J����l�o','wp-content/uploads/2015/10/Cinderella-Bouquet.jpg',0,'�/Tl�Z72G(��:t','�/Tl�Z72G(��:t'),('���pT�v`�N���','wp-content/plugins/revslider/public/assets/css/openhand.cur',0,'�l$?SM�Ta�e(lը','�l$?SM�Ta�e(lը'),('��\\��ܝ��)�\\','wp-content/uploads/revslider/templates/cardealership/slide2.jpg',0,'�~�Fe��S�L�+$\'','�~�Fe��S�L�+$\''),('��lܯ�<!�C���R','wp-content/plugins/revslider/admin/assets/images/preview.png',0,'�t���2(�=+L6VS>','�t���2(�=+L6VS>'),('���?\'&G�x�\0Bl','wp-content/plugins/js_composer/assets/less/shortcodes/vc_custom_heading.less',0,'��#S��Ǥ^����D��','��#S��Ǥ^����D��'),('��d�|O�����\n�','wp-content/themes/wanderfuls/css/rtl.css',0,'6�E�І��\ne?X�','6�E�І��\ne?X�'),('���돚��L�p?g@�C','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/views/_footer.php',0,'g�G���¦�r�`','g�G���¦�r�`'),('���\'�B���7S�','wp-includes/js/zxcvbn-async.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\0�V]u#3'),('��{�	\n|p�٤','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	����(y:��g�'),('����2}_��Ν�fF','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/js/ui.core.js',0,'�X�̞wW�P��ۜ�','�X�̞wW�P��ۜ�'),('�����)�(��<��','wp-includes/js/json2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʌ�B��\r��/��Ĵ�'),('���oP�{�~7�̏','wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/slide1.jpg',0,'�-V�K�9�����h�','�-V�K�9�����h�'),('��i��=�\'W�W}@օ1','wp-content/uploads/2015/11/Peacock-Bird-Centerpiece-150x150.jpg',0,'�şY(:���t]x�','�şY(:���t]x�'),('�ȽTk�L)�ڜ� U7','wp-content/plugins/js_composer/assets/less/modules/vc_helper.less',0,'q?�\'r��Z}ۙ0�1','q?�\'r��Z}ۙ0�1'),('��a��\'@T瑓����','wp-admin/images/date-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.��I��V�ď�'),('���=ۅZ�1�','wp-content/plugins/backupbuddy/destinations/dropbox2/lib/Dropbox/WebAuthBase.php',0,'(�;�i>R�h�É:�O','(�;�i>R�h�É:�O'),('���0�~�l~�1����','wp-content/uploads/2015/10/mickeybride1.jpg',0,'�c��nh(�d9�7','�c��nh(�d9�7'),('���}�U.^92�-','wp-content/plugins/backupbuddy/destinations/gdrive/Google/Service/Resourceviews.php',0,'����QP��ۚ�l��','����QP��ۚ�l��'),('��S�mV��?/J�','wp-content/plugins/backupbuddy/destinations/dropbox/lib/dropbuddy/pear_includes/HTTP/OAuth/Provider/Exception/InvalidRequest.php',0,'�σ�ͫ�C�T�$F�','�σ�ͫ�C�T�$F�'),('��T(������޲.','wp-content/plugins/backupbuddy/destinations/_s3lib/aws-sdk/lib/yaml/lib/sfYamlParser.php',0,'��Tj&*�8\'^���ߴ','��Tj&*�8\'^���ߴ'),('��n��8���횃�','wp-content/plugins/wordfence/images/flags/gy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*�*�\"G�|�u'),('�9�L\"[>��e�3TM�','wp-content/uploads/2015/11/tangerine-wand-150x150.jpg',0,'�hƞRO�ɻ�L<��=','�hƞRO�ɻ�L<��='),('�\n./�@��2~I��','wp-content/uploads/2015/10/Fire-themed-Wanderfuls-centerpiece-created-for-Lindas-16th-Birthday-party..jpg',0,' @K�j_�s;����L�',' @K�j_�s;����L�'),('�#�5୳r�����','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js',0,'��ꃃt�B�WC8.�6','��ꃃt�B�WC8.�6'),('�C��ŝ�mfj�4j','wp-content/uploads/2015/10/A102HPYEXXXXXXXX200SLXXXXORMSXXXXXXXXORSL.jpg',0,'�&�l���-Y��H�z','�&�l���-Y��H�z'),('�\'T����́��Y�Ǚ','wp-includes/customize/class-wp-customize-cropped-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[W\'\"�f�Iޙ��t'),('�����)z]!?��a�','wp-admin/images/media-button-video.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������r�x�4Q���'),('�)r��ó��Fynշ�','wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js',0,'����$�1�qr��]d','����$�1�qr��]d'),('�2�}�+�x4f��	m�X','wp-content/plugins/wordpress-seo/admin/pages/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�E(�0�Yk�;�'),('�FUSl�L_C^d��','wp-content/themes/wanderfuls/framework/visual-composer/assets/icons/testimonials-slider.png',0,'���+\\�}���Đ��','���+\\�}���Đ��'),('�F�%��C��0����,','wp-admin/css/list-tables-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}f��(��6`�\r�'),('�I\"�p��t�Q��[Z6x','wp-includes/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!��5�XWf(`81'),('�T+��VWG�Vjr��','wp-content/uploads/2015/11/bridal_shower_lg.jpg',0,'#Pܸ��m�RM�K','#Pܸ��m�RM�K'),('�WzY!�a��vwQ^ޱ','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+7\r�/v�\Z�̙*���'),('�\\V���Bn:�C�l�','wp-content/uploads/2015/11/lavender-birthday-centerpiece.jpg',0,'�w���ٓA��W-o','�w���ٓA��W-o'),('�c��wk�(���4�3�','wp-admin/includes/list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aH\"&�2�o8�-��'),('�gV���HIw��!���','wp-includes/css/customize-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�@;��{��_'),('�r�#��K[T�V�a�','wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.woff',0,'7��<��ɛb���S','7��<��ɛb���S'),('�Qֿ6��yq�88','wp-includes/theme-compat/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�yW+(�a�0�Ĕ'),('��c���y���Z�f�','wp-content/plugins/js_composer/assets/less/shortcodes/vc_icon_element.less',0,'��Rף.�}��V��Q','��Rף.�}��V��Q'),('��x(���m���`��','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�d�a]Ү}�D\"�'),('���c\'�0��&ի','wp-content/uploads/2015/10/corporate-300x147.jpg',0,'��Sx�xR{4�AktYo','��Sx�xR{4�AktYo'),('���r\')��*gA�#��','wp-content/plugins/backupbuddy/lib/updater/images/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('��j������','wp-content/themes/wanderfuls/framework/visual-composer/shortcodes/testimonials_grid.php',0,'t�F�RR��]bJ^�','t�F�RR��]bJ^�'),('��:�N� �!ٍ����','wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php',0,'����1��!��ߚ\'�','����1��!��ߚ\'�'),('���w��\'�6)','wp-includes/rss-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�����l]�4j0l=�'),('��x�R���+@:D���','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���^t��g�\r��'),('����N��9�{�;','wp-includes/js/mediaelement/wp-mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zD�Q9�(q�9Qfy�'),('����[���I?�H�V','wp-content/uploads/2015/10/Codffee-Cream-300x277.jpg',0,'̃���SμD��i\r��','̃���SμD��i\r��'),('��R���\'��\Z��','wp-content/uploads/2015/10/A102HPYEXXXXXXXX200SLXXXXORMSXXXXXXXXORSL-106x80.jpg',0,'�QN�@�[�9\n�w','�QN�@�[�9\n�w'),('�\0���1����%�.�','wp-content/plugins/w3-total-cache/pub/img/overlay/select-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q^���e+<��~�'),('������z@�82+�','mainpage2.html',0,'}�E���BQ�','}�E���BQ�'),('��.�}/[��|�|��F','wp-content/plugins/wordpress-seo/js/dist/wp-seo-dismissible-330.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?�f&C�bB�ӎ'),('�>Է���\0\n�@��','wp-content/uploads/2015/10/White-and-orange-centerpieces-by-Wanderfuls-for-Joan-and-Shauns-anniversary-party.-300x252.jpg',0,'@-�`�<=��/ܭ#�','@-�`�<=��/ܭ#�'),('� �~a;=�O�.�m','wp-content/plugins/wp-fastest-cache/templates/cdn/file_types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�S�?��B�N2|�{x'),('�+��8GA��0aVVN','wp-content/themes/wanderfuls/css/ilightbox/white/ilightbox-white-skin.css',0,'\'�yAt�T���9�n�$�','\'�yAt�T���9�n�$�'),('�/A(�nU��p���','wp-content/uploads/revslider/templates/dark-fullsite-block-3-services/slide2.jpg',0,'�z�]��3V��b���','�z�]��3V��b���'),('�/M���\'S)̵�C-_','wp-content/themes/wanderfuls/vcex_templates/vcex_blog_carousel.php',0,'��p�\\�z0k���I�','��p�\\�z0k���I�'),('�/��Ēl��\n��>c0','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Packer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^s�]��lZPky\0�'),('�1Ϗ��O�# ~*��k','wp-content/uploads/2015/11/christmas_lg-300x234.jpg',0,'lKx�7gڃ!��t�','lKx�7gڃ!��t�'),('�3�}�Qn��=���8','wp-content/plugins/contact-form-7/languages/contact-form-7-vi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wإ�2���*_y��'),('�5|��Nɽ~*%�>Ht','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_MX.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M&��Ad4�qn7�\Z�8\''),('�;`�$r���$���=','wp-content/plugins/wordfence/images/icons/warning128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�G�I�t*����Np='),('�E58��y���Ws�O��','wp-admin/css/admin-menu.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����h�B�k=;W'),('�L����e5x?e=�&','wp-includes/js/plupload/wp-plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�y�,lf@�@'),('�S���U����B�','wp-content/plugins/backupbuddy/_importbuddy/importbuddy/controllers/ajax/4.php',0,'��N+	����#1�','��N+	����#1�'),('�Z�A���}pk�O��2','wp-content/plugins/w3-total-cache/inc/popup/cdn_export_file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6ln�Z8/��4��'),('�l��\n.��b�����','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php',0,'��5��b�0����','��5��b�0����'),('�x����ˣ//~�','wp-content/plugins/backupbuddy/lib/updater/css/index.php',0,'��O�pF4��\n��KkO','��O�pF4��\n��KkO'),('�~\"�-H�X\r\ZG|1�','wp-content/themes/wanderfuls/css/ilightbox/minimal/preloader.gif',0,'�J��HZ��򧉲�:��','�J��HZ��򧉲�:��'),('��d��D�������q','wp-content/uploads/2015/11/Blue-Dolphin-Caribbean-Ocean-Centerpiece.jpg',0,'�k���/�\'��?7�bM:','�k���/�\'��?7�bM:'),('����M~�^x��;��','wp-content/plugins/wordfence/lib/unknownFiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�{���U���z�[��'),('���j�ȿ�!������f','wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg',0,'�O(��Ն$��V\'�|�F','�O(��Ն$��V\'�|�F'),('���M�A�a�++[��@','wp-content/plugins/w3-total-cache/lib/W3/Cdn/S3/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('����J�~T\r�K3g�','wp-content/plugins/backupbuddy/controllers/ajax/stop_backup.php',0,'iJ�}=Ք%�̰�u','iJ�}=Ք%�̰�u'),('��a5[4�5�Me�pC','wp-includes/js/jquery/ui/effect-bounce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؖ�0TQ�5���S'),('������;��?\"`l ','wp-content/plugins/w3-total-cache/inc/options/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~'),('��@\'�p����J�]�','wp-content/uploads/2015/10/filling-150x150.jpg',0,'�W/^��RuX(���q','�W/^��RuX(���q'),('������:(\'�{G���','wp-content/plugins/revslider/admin/assets/images/dotted_horizontal.png',0,'�j��xbTC��<CU','�j��xbTC��<CU'),('���T����Ç=w���','wp-admin/js/bookmarklet.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5�j���ŕ��C'),('��S�CRC��l��','wp-admin/css/colors/sunrise/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��\Z�z�	h��=�'),('��Z��+o>�����	��','wp-content/themes/wanderfuls/framework/customizer/settings/togglebar.php',0,'s=�.G�Ld�_p9��','s=�.G�Ld�_p9��'),('����|�����2�','wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'2�x/��.q�91B�'),('���k��i��.���\\��','wp-includes/images/smilies/icon_neutral.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����	����Z�'),('��vb���A\r�%','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-borderwidth.png',0,'M�������F|*HU?�','M�������F|*HU?�'),('��%��i?�Z���Q�AS','wp-content/plugins/w3-total-cache/lib/Microsoft/WindowsAzure/Credentials/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>E��i���>��j�m'),('��ޙ��Q��+d��\\','wp-content/uploads/2015/10/Millenium.jpg',0,'Jw�NɊ	�����\"8','Jw�NɊ	�����\"8'),('���j\'����\rS�3','wp-content/plugins/backupbuddy/images/greenplus.png',0,'���T��\r���s���','���T��\r���s���'),('��\r$�^��*9�Ո.','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+-�(�=%mVZ��('),('��EE;�/+O�{�wY�','wp-content/plugins/revslider/admin/assets/images/toolbar/icon-basketball2.png',0,'�Yh���(뜢��','�Yh���(뜢��'),('��\0\'�����z�!Ķ\\','wp-content/uploads/2015/10/Multicolored-centerpiece-created-by-Wanderfuls-for-Kellys-Sweet-16-spring-party..jpg',0,'�F���}8���?l','�F���}8���?l'),('���]Ay��䞾K�FC','wp-content/uploads/2015/10/rm3L-233x300.jpg',0,'[��e�=�y�8����','[��e�=�y�8����');
/*!40000 ALTER TABLE `wp_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfhits`
--

DROP TABLE IF EXISTS `wp_wfhits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfhits` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attackLogTime` double(17,6) unsigned NOT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint(4) DEFAULT '0',
  `statusCode` int(11) NOT NULL DEFAULT '0',
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `newVisit` tinyint(3) unsigned NOT NULL,
  `URL` text,
  `referer` text,
  `UA` text,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text,
  `actionData` text,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`IP`,`ctime`),
  KEY `attackLogTime` (`attackLogTime`)
) ENGINE=InnoDB AUTO_INCREMENT=1122 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfhits`
--

LOCK TABLES `wp_wfhits` WRITE;
/*!40000 ALTER TABLE `wp_wfhits` DISABLE KEYS */;
INSERT INTO `wp_wfhits` VALUES (1,0.000000,1467698816.444454,'\0\0\0\0\0\0\0\0\0\0����Q',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/what-are-wanderfuls.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(2,0.000000,1467700833.265238,'\0\0\0\0\0\0\0\0\0\0����Y',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(3,0.000000,1467700835.008683,'\0\0\0\0\0\0\0\0\0\0����Y',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/candypage.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(4,0.000000,1467700838.443215,'\0\0\0\0\0\0\0\0\0\0����Y',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/centerpieces.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(5,0.000000,1467700840.732964,'\0\0\0\0\0\0\0\0\0\0����Y',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/color-design.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(6,0.000000,1467700843.652342,'\0\0\0\0\0\0\0\0\0\0����Y',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/testimonials.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(7,0.000000,1467700845.108038,'\0\0\0\0\0\0\0\0\0\0����Y',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/catalog.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(8,0.000000,1467700998.853587,'\0\0\0\0\0\0\0\0\0\0����Y',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wedding-favors.php','http://wp5.centerpiecedesignerwizard.com/candypage.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(9,0.000000,1467706997.175487,'\0\0\0\0\0\0\0\0\0\0���ߐ�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/banquets.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0','',NULL,NULL),(10,0.000000,1467707058.660041,'\0\0\0\0\0\0\0\0\0\0���ߐ�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/baptism-communion.php','http://wp5.centerpiecedesignerwizard.com/banquets.php','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0','',NULL,NULL),(11,0.000000,1467814931.078234,'\0\0\0\0\0\0\0\0\0\0��F���',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F69 Safari/601.1','',NULL,NULL),(12,0.000000,1467838881.980063,'\0\0\0\0\0\0\0\0\0\0��@y��',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','',NULL,NULL),(13,0.000000,1467838908.348599,'\0\0\0\0\0\0\0\0\0\0��@y��',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/anniversary.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','',NULL,NULL),(14,0.000000,1467838918.499613,'\0\0\0\0\0\0\0\0\0\0��@y��',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/bar-mitzvah.php','http://wp5.centerpiecedesignerwizard.com/banquets.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','',NULL,NULL),(15,0.000000,1467864898.849474,'\0\0\0\0\0\0\0\0\0\0���8#',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F69 Safari/601.1','',NULL,NULL),(16,0.000000,1467864983.937642,'\0\0\0\0\0\0\0\0\0\0���8#',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F69 Safari/601.1','',NULL,NULL),(17,0.000000,1467865932.163059,'\0\0\0\0\0\0\0\0\0\0���8#T',0,200,0,1,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php','http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F69 Safari/601.1','loginOK',NULL,NULL),(18,0.000000,1467920766.896135,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(19,0.000000,1467920801.723590,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,1,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php','http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','loginOK',NULL,NULL),(20,0.000000,1467927569.623254,'\0\0\0\0\0\0\0\0\0\0���8u',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(21,0.000000,1467927617.483065,'\0\0\0\0\0\0\0\0\0\0���8u',1,200,0,1,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php','http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','loginOK',NULL,NULL),(22,0.000000,1467928802.333241,'\0\0\0\0\0\0\0\0\0\0������',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/candy-centerpieces.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(23,0.000000,1467928824.670252,'\0\0\0\0\0\0\0\0\0\0������',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/graduation.php','http://wp5.centerpiecedesignerwizard.com/candy-centerpieces.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(24,0.000000,1467928879.401091,'\0\0\0\0\0\0\0\0\0\0������',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/bar-mitzvah.php','http://wp5.centerpiecedesignerwizard.com/makebouquet.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(25,0.000000,1467958805.511472,'\0\0\0\0\0\0\0\0\0\0�����C',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/robots.txt','','ia_archiver','',NULL,NULL),(26,0.000000,1467998431.300675,'\0\0\0\0\0\0\0\0\0\0���7\'o',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(27,0.000000,1468000266.819840,'\0\0\0\0\0\0\0\0\0\0��Jl�x',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.js?ver=4.7.2','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(28,0.000000,1468000266.745080,'\0\0\0\0\0\0\0\0\0\0��Jl�x',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/js/js_composer_front.js?ver=4.7.2','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(29,0.000000,1468000269.953497,'\0\0\0\0\0\0\0\0\0\0��Jl�x',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.js?ver=4.7.2','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(30,0.000000,1468000271.749968,'\0\0\0\0\0\0\0\0\0\0��Jl�x',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(31,0.000000,1468000292.913940,'\0\0\0\0\0\0\0\0\0\0��Jl�x',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(32,0.000000,1468000295.387773,'\0\0\0\0\0\0\0\0\0\0��Jl�x',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(33,0.000000,1468000321.569645,'\0\0\0\0\0\0\0\0\0\0��Jl�x',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/js/js_composer_front.js?ver=4.7.2','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(34,0.000000,1468000322.165627,'\0\0\0\0\0\0\0\0\0\0��Jl�x',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.js?ver=4.7.2','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(35,0.000000,1468000325.849145,'\0\0\0\0\0\0\0\0\0\0��Jl�x',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/js/js_composer_front.js?ver=4.7.2','http://wp5.centerpiecedesignerwizard.com/makebouquet.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(36,0.000000,1468000345.378535,'\0\0\0\0\0\0\0\0\0\0��Jl�x',1,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/js/js_composer_front.js?ver=4.7.2','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(37,0.000000,1468000345.487098,'\0\0\0\0\0\0\0\0\0\0��Jl�x',1,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.js?ver=4.7.2','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(38,0.000000,1468000348.553020,'\0\0\0\0\0\0\0\0\0\0��Jl�x',1,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms/','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(39,0.000000,1468001036.927411,'\0\0\0\0\0\0\0\0\0\0��BWu1',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(40,0.000000,1468002695.895334,'\0\0\0\0\0\0\0\0\0\0���8j',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.js?ver=4.7.2','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(41,0.000000,1468002695.849179,'\0\0\0\0\0\0\0\0\0\0���8j',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/js/js_composer_front.js?ver=4.7.2','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(42,0.000000,1468002697.070961,'\0\0\0\0\0\0\0\0\0\0���8j',1,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.js?ver=4.7.2','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(43,0.000000,1468002706.926194,'\0\0\0\0\0\0\0\0\0\0���8j',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(44,0.000000,1468002718.580288,'\0\0\0\0\0\0\0\0\0\0���8j',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(45,0.000000,1468003167.947313,'\0\0\0\0\0\0\0\0\0\0���8j',1,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/js/js_composer_front.js?ver=4.7.2','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(46,0.000000,1468003182.099647,'\0\0\0\0\0\0\0\0\0\0���8j',1,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/js/js_composer_front.js?ver=4.7.2','http://wp5.centerpiecedesignerwizard.com/color-design.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(47,0.000000,1468003463.530618,'\0\0\0\0\0\0\0\0\0\0���8j',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(48,0.000000,1468003983.234156,'\0\0\0\0\0\0\0\0\0\0���8j',1,200,0,1,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php','http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','loginOK',NULL,NULL),(49,0.000000,1468011879.716799,'\0\0\0\0\0\0\0\0\0\0������',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(50,0.000000,1468011890.994955,'\0\0\0\0\0\0\0\0\0\0������',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/birthday.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(51,0.000000,1468012001.271600,'\0\0\0\0\0\0\0\0\0\0������',1,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/how-to-order/','http://wp5.centerpiecedesignerwizard.com/birthday.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(52,0.000000,1468017566.022312,'\0\0\0\0\0\0\0\0\0\0��Jl�x',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(53,0.000000,1468018506.628975,'\0\0\0\0\0\0\0\0\0\0��BWuz',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(54,0.000000,1468018539.001701,'\0\0\0\0\0\0\0\0\0\0��BWuz',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/babyshowers.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(55,0.000000,1468018545.791818,'\0\0\0\0\0\0\0\0\0\0��BWuz',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/baptism-communion.php','http://wp5.centerpiecedesignerwizard.com/babyshowers.php','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(56,0.000000,1468018550.823022,'\0\0\0\0\0\0\0\0\0\0��BWuz',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/baptism-communion.php','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(57,0.000000,1468029826.616057,'\0\0\0\0\0\0\0\0\0\0��(M�,',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(58,0.000000,1468046389.346275,'\0\0\0\0\0\0\0\0\0\0��1͙�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/5.0 (Linux; Android 4.4.4; 2014818 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36','',NULL,NULL),(59,0.000000,1468046428.595441,'\0\0\0\0\0\0\0\0\0\0��1͙�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Linux; Android 4.4.4; 2014818 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36','',NULL,NULL),(60,0.000000,1468046524.728987,'\0\0\0\0\0\0\0\0\0\0��1͙�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/pompoms.php','Mozilla/5.0 (Linux; Android 4.4.4; 2014818 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36','',NULL,NULL),(61,0.000000,1468048955.128405,'\0\0\0\0\0\0\0\0\0\0��1͙�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/design-rooms.php','http://wp5.centerpiecedesignerwizard.com/pompoms.php','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0','',NULL,NULL),(62,0.000000,1468048971.028841,'\0\0\0\0\0\0\0\0\0\0��1͙�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/droom-no-flash.php?dr=2','http://wp5.centerpiecedesignerwizard.com/design-rooms.php','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0','',NULL,NULL),(63,0.000000,1468049004.033757,'\0\0\0\0\0\0\0\0\0\0��1͙�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/droom-no-flash.php?dr=1','http://wp5.centerpiecedesignerwizard.com/design-rooms.php','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0','',NULL,NULL),(64,0.000000,1468059714.718631,'\0\0\0\0\0\0\0\0\0\0��BWu�',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/how-to-order/','http://wp5.centerpiecedesignerwizard.com/pompoms.php','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(65,0.000000,1468060609.871449,'\0\0\0\0\0\0\0\0\0\0��z�(h',1,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/makebouquet/','http://wp5.centerpiecedesignerwizard.com/pompoms.php','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0','',NULL,NULL),(66,0.000000,1468108228.337896,'\0\0\0\0\0\0\0\0\0\0���8%�',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F69 Safari/601.1','',NULL,NULL),(67,0.000000,1468151322.243198,'\0\0\0\0\0\0\0\0\0\0��u�\'�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/catalog.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(68,0.000000,1468187574.307294,'\0\0\0\0\0\0\0\0\0\0��BWt�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(69,0.000000,1468187647.624705,'\0\0\0\0\0\0\0\0\0\0��BWt�',1,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms/','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(70,0.000000,1468187648.224686,'\0\0\0\0\0\0\0\0\0\0��BWt�',1,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms/','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(71,0.000000,1468187701.429456,'\0\0\0\0\0\0\0\0\0\0��BWt�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/candypage.php','http://wp5.centerpiecedesignerwizard.com/pompoms.php','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(72,0.000000,1468187729.761427,'\0\0\0\0\0\0\0\0\0\0��BWt�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/makebouquet.php','http://wp5.centerpiecedesignerwizard.com/candypage.php','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(73,0.000000,1468193664.934660,'\0\0\0\0\0\0\0\0\0\0���8$�',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F69 Safari/601.1','',NULL,NULL),(74,0.000000,1468244250.136781,'\0\0\0\0\0\0\0\0\0\0�����C',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/robots.txt','','ia_archiver','',NULL,NULL),(75,0.000000,1468261983.254011,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(76,0.000000,1468261992.063619,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(77,0.000000,1468262003.582701,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/candypage.php','http://wp5.centerpiecedesignerwizard.com/pompoms.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(78,0.000000,1468262008.151137,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/makebouquet.php','http://wp5.centerpiecedesignerwizard.com/candypage.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(79,0.000000,1468262023.342531,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/centerpieces.php','http://wp5.centerpiecedesignerwizard.com/makebouquet.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(80,0.000000,1468262026.895601,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/color-design.php','http://wp5.centerpiecedesignerwizard.com/centerpieces.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(81,0.000000,1468262031.160750,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/testimonials.php','http://wp5.centerpiecedesignerwizard.com/color-design.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(82,0.000000,1468262034.437861,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/catalog.php','http://wp5.centerpiecedesignerwizard.com/testimonials.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(83,0.000000,1468262063.319751,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','http://wp5.centerpiecedesignerwizard.com/catalog.php','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(84,0.000000,1468344014.462262,'\0\0\0\0\0\0\0\0\0\0��}>e�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/5.0 (Linux; Android 5.0; ASUS_Z00AD Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36','',NULL,NULL),(85,0.000000,1468344106.115221,'\0\0\0\0\0\0\0\0\0\0��}>e�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Linux; Android 5.0; ASUS_Z00AD Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36','',NULL,NULL),(86,0.000000,1468344138.103009,'\0\0\0\0\0\0\0\0\0\0��}>e�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(87,0.000000,1468344142.144752,'\0\0\0\0\0\0\0\0\0\0��}>e�',1,200,0,1,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php','http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','loginOK',NULL,NULL),(88,0.000000,1468344201.992096,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(89,0.000000,1468344203.940373,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(90,0.000000,1468344204.585359,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(91,0.000000,1468344205.420376,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(92,0.000000,1468344206.139606,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(93,0.000000,1468344206.976715,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(94,0.000000,1468344207.629038,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(95,0.000000,1468344208.463956,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(96,0.000000,1468344209.110411,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(97,0.000000,1468344209.945566,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss&','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(98,0.000000,1468344210.493336,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss','http://wp5.centerpiecedesignerwizard.com/\'http://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss&#038;ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(99,0.000000,1468344211.418259,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(100,0.000000,1468344212.067892,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(101,0.000000,1468344212.909277,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(102,0.000000,1468344213.556269,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(103,0.000000,1468344214.395479,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(104,0.000000,1468344215.043668,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(105,0.000000,1468344215.888605,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(106,0.000000,1468344216.551263,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(107,0.000000,1468344217.411210,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(108,0.000000,1468344218.059465,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(109,0.000000,1468344218.947233,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(110,0.000000,1468344219.593850,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(111,0.000000,1468344270.268956,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(112,0.000000,1468344275.359576,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(113,0.000000,1468344276.006150,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(114,0.000000,1468344276.838879,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(115,0.000000,1468344277.512158,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(116,0.000000,1468344278.344276,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(117,0.000000,1468344278.994224,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(118,0.000000,1468344279.827448,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(119,0.000000,1468344280.473947,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(120,0.000000,1468344281.307700,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss&','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(121,0.000000,1468344281.857262,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss','http://wp5.centerpiecedesignerwizard.com/\'http://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss&#038;ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(122,0.000000,1468344282.784547,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(123,0.000000,1468344283.430530,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(124,0.000000,1468344284.267086,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(125,0.000000,1468344284.919954,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(126,0.000000,1468344285.759769,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(127,0.000000,1468344286.406290,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(128,0.000000,1468344287.254386,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(129,0.000000,1468344287.906717,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(130,0.000000,1468344288.768643,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(131,0.000000,1468344289.417067,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(132,0.000000,1468344290.310136,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(133,0.000000,1468344290.956713,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(134,0.000000,1468344292.808449,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(135,0.000000,1468344297.905802,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(136,0.000000,1468344298.552329,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(137,0.000000,1468344299.415267,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(138,0.000000,1468344300.059336,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(139,0.000000,1468344300.891427,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(140,0.000000,1468344301.536865,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(141,0.000000,1468344302.388082,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(142,0.000000,1468344303.034103,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(143,0.000000,1468344303.867427,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss&','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(144,0.000000,1468344304.421009,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss','http://wp5.centerpiecedesignerwizard.com/\'http://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss&#038;ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(145,0.000000,1468344305.348798,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(146,0.000000,1468344305.997338,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(147,0.000000,1468344306.832256,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(148,0.000000,1468344307.487598,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(149,0.000000,1468344308.335994,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(150,0.000000,1468344308.984962,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(151,0.000000,1468344309.831440,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(152,0.000000,1468344310.480096,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(153,0.000000,1468344311.344415,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(154,0.000000,1468344311.988930,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(155,0.000000,1468344312.875451,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(156,0.000000,1468344313.522345,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(157,0.000000,1468344436.309907,'\0\0\0\0\0\0\0\0\0\0��}>e�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Linux; Android 5.0; ASUS_Z00AD Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36','',NULL,NULL),(158,0.000000,1468344597.239395,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(159,0.000000,1468344602.429533,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(160,0.000000,1468344603.078956,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(161,0.000000,1468344603.913932,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(162,0.000000,1468344604.563398,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(163,0.000000,1468344605.396772,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(164,0.000000,1468344606.044915,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(165,0.000000,1468344606.880397,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(166,0.000000,1468344607.539185,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(167,0.000000,1468344608.377891,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss&','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(168,0.000000,1468344608.937743,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss','http://wp5.centerpiecedesignerwizard.com/\'http://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss&#038;ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(169,0.000000,1468344609.875292,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(170,0.000000,1468344610.523955,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(171,0.000000,1468344611.364260,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(172,0.000000,1468344612.011774,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(173,0.000000,1468344612.864089,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(174,0.000000,1468344613.515658,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(175,0.000000,1468344614.373478,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(176,0.000000,1468344615.022345,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(177,0.000000,1468344615.892983,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(178,0.000000,1468344616.543631,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(179,0.000000,1468344617.438221,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(180,0.000000,1468344618.127925,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(181,0.000000,1468344619.961044,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(182,0.000000,1468344628.216596,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(183,0.000000,1468344628.915220,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(184,0.000000,1468344629.755178,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(185,0.000000,1468344630.423508,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(186,0.000000,1468344631.257835,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(187,0.000000,1468344631.909345,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(188,0.000000,1468344632.785450,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(189,0.000000,1468344633.438105,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(190,0.000000,1468344634.284201,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss&','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(191,0.000000,1468344634.839435,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss','http://wp5.centerpiecedesignerwizard.com/\'http://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss&#038;ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(192,0.000000,1468344635.721660,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(193,0.000000,1468344636.372391,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(194,0.000000,1468344637.211681,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(195,0.000000,1468344637.888440,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(196,0.000000,1468344638.733125,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(197,0.000000,1468344639.394396,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(198,0.000000,1468344640.245505,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(199,0.000000,1468344640.895178,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(200,0.000000,1468344641.761054,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(201,0.000000,1468344642.413920,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(202,0.000000,1468344643.343661,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(203,0.000000,1468344644.002931,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(204,1468345031.298318,1468345031.097900,'\0\0\0\0\0\0\0\0\0\0��}>e�',0,403,0,1,1,'http://wp5.centerpiecedesignerwizard.com/wp-admin/options.php','http://wp5.centerpiecedesignerwizard.com/wp-admin/admin.php?page=tb-panel-custom-css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3RiX2N1c3RvbV9jc3Nd\",\"paramValue\":\"LmNlbnRlci1jb24sIC5jZW50ZXItY29uIGgxLCAuY2VudGVyLWNvbiBwDQp7DQogICAgdGV4dC1hbGlnbjpjZW50ZXI7DQp9DQouY2VudGVyLWNvbiBwDQp7DQogICAgbWFyZ2luLWJvdHRvbTo1cHg7DQp9DQpoMQ0Kew0KICAgICAgICBmb250LXNpemU6MjhweDsNCiAgICBjb2xvcjogI2NjMzM2NjsgICAgZm9udC13ZWlnaHQ6IGJvbGQ7ICAgIG1hcmdpbjogMCAwIDEwcHg7DQp9DQoNCi5lbnRyeSBoMiwgLmVudHJ5IGgzIHsNCiAgICBmbG9hdDogbGVmdDsNCiAgICBkaXNwbGF5OiBibG9jazsgICAgd2lkdGg6IDEwMCU7DQp9DQoNCi5waW5rLWhlYWQNCnsNCiAgICBiYWNrZ3JvdW5kOiNGNTlBQUI7IGNvbG9yOiNmZmY7IGZvbnQtc2l6ZToyMHB4O2ZvbnQtd2VpZ2h0OmJvbGQ7IG1hcmdpbi10b3A6MjBweDt0ZXh0LWFsaWduOmNlbnRlcjsgcGFkZGluZzoyMHB4O21hcmdpbi1ib3R0b206MjBweDsNCn0NCi5oZWFkDQp7DQogICAgY29sb3I6I2MzNjsNCiAgICBmb250LXdlaWdodDpib2xkOw0KfQ0KLndwYl9yb3cgLndpZGdldC10aXRsZSB7DQogICAgbWFyZ2luOiAwIDAgMHB4IDMwcHggIWltcG9ydGFudDsNCiAgICBjb2xvcjogI2MzNiFpbXBvcnRhbnQ7DQp9DQouZW50cnkgLndpZGdldF9uYXZfbWVudSB1bCB7DQogICAgbGlzdC1zdHlsZTogbm9uZTsNCiAgICBtYXJnaW46IDAgMCAwcHggMzBweCFpbXBvcnRhbnQ7DQp9DQojZm9vdGVyIGEgew0KICAgIGNvbG9yOiAjY2MzMzY2Ow0KICAgIGZvbnQtd2VpZ2h0OiBib2xkOw0KfQ0KI2Zvb3Rlci1ib3R0b20gYSB7DQogICAgY29sb3I6ICNmZmZmZmY7DQogICAgZm9udC13ZWlnaHQ6IGJvbGQ7Zm9udC1zaXplOiAxM3B4Ow0KfQ0KLnNpZGVfbWVudSAuY3VycmVudF9wYWdlX2l0ZW0gYQ0Kew0KICAgICBjb2xvcjogI2NjMzM2NjsNCn0NCi5kZXNjIHsNCiAgICBmbG9hdDogbGVmdDsNCiAgICBjb2xvcjogIzhBMUI1RjsNCiAgICBmb250LXNpemU6IDIycHg7DQogICAgbWFyZ2luLXRvcDogMTBweDsNCn0NCi50cC1jYXB0aW9uIHsNCiAgIHdpZHRoOiA2OTVweDsNCiAgICBmbG9hdDogbGVmdDsNCiAgICBkaXNwbGF5OiBibG9jayAhaW1wb3J0YW50Ow0KICAgIHBvc2l0aW9uOiByZWxhdGl2ZSAhaW1wb3J0YW50Ow0KICAgIGJhY2tncm91bmQ6IHJnYmEoMjU1LDI1NSwyNTUsMC44MykgIWltcG9ydGFudDsNCiAgICBsZWZ0OiAwICFpbXBvcnRhbnQ7DQogICAgbWFyZ2luLWxlZnQ6IC01cHggIWltcG9ydGFudDsNCn0NCi50cC1jYXB0aW9uLmxhcmdld2hpdGViZyB7DQpwYWRkaW5nOiAzcHggMjBweCAwcHggIWltcG9ydGFudDsNCn0NCi50cC1jYXB0aW9uLm1lZGl1bXdoaXRlYmcgew0KcGFkZGluZy1ib3R0b206IDI0cHggIWltcG9ydGFudDsNCn0NCiNjb3B5cmlnaHQgew0KICAgIGRpc3BsYXk6IGJsb2NrOw0KICAgIHdpZHRoOiAxMDAlOw0KICAgIGNsZWFyOiBib3RoOw0KICAgIHRleHQtYWxpZ246IGNlbnRlcjsNCn0NCi8qIENvdW50ZXIgRGVzaWduICovDQouZWxlbWVudF9jb250ZWluZXIgew0KICAgIG1pbi13aWR0aDogMTMwcHggICFpbXBvcnRhbnQ7DQp9DQoNCi50aW1lX2xlZnQgew0KICAgIGJvcmRlci1yYWRpdXM6IDEwMCUgIWltcG9ydGFudDsNCiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGICFpbXBvcnRhbnQ7DQogICAgZm9udC1zaXplOiA2MHB4ICFpbXBvcnRhbnQ7DQogICAgY29sb3I6ICNjMzYgIWltcG9ydGFudDsNCn0NCi50aW1lX2xlZnQNCnsNCnBhZGRpbmctYm90dG9tOjAgIWltcG9ydGFudDsgICAgDQp9DQoNCi50aW1lX2Rlc2NyaXB0aW9uIHsNCiAgICBmb250LXNpemU6IDIwcHggIWltcG9ydGFudDsNCiAgICBmb250LWZhbWlseTogbW9ub3NwYWNlOw0KICAgIGNvbG9yOiAjQ0MzMzY2ICFpbXBvcnRhbnQ7DQp9DQoNCiNzaWRlYmFyIC53aWRnZXRfbmF2X21lbnUgLmN1cnJlbnRfcGFnZV9pdGVtID4gYSwgI3NpZGViYXIgLndpZGdldF9uYXZfbWVudSAuY3VycmVudC1tZW51LWl0ZW0gPiBhIHsNCiAgICBiYWNrZ3JvdW5kOnRyYW5zcGFyZW50ICFpbXBvcnRhbnQ7DQogICAgY29sb3I6ICNDQzMzNjYgIWltcG9ydGFudDsNCn0NCg0KLyogVGVzdGltb25pYWwgcGFnZSBEZXNpZ24gU2V0dXAqLw0KDQoNCi50ZXN0aW1vbmlhbC1jYXJldA0Kew0KICAgIGxlZnQ6NjRweCAhaW1wb3J0YW50OyAgICBkaXNwbGF5OiBub25lOw0KfQ0KLnRlc3RpbW9uaWFsLWVudHJ5LW1ldGEgew0KICAgIGZsb2F0OiBsZWZ0Ow0KICAgIHBhZGRpbmctbGVmdDogNjRweCFpbXBvcnRhbnQ7DQp9DQoudGVzdGltb25pYWwtZW50cnktYm90dG9tIHsNCiAgICBtYXJnaW4tdG9wOiAwIWltcG9ydGFudDsNCn0NCiNtZW51LXRoZW1lDQp7DQogICAgdGV4dC1hbGlnbjogY2VudGVyDQp9DQojbWVudS10aGVtZSBsaSB7DQogICAgZGlzcGxheTogaW5saW5lLWJsb2NrOw0KICAgIGNvbG9yOiAjNjI2MjYyOw0KICAgIG1hcmdpbjogMCAxMHB4Ow0KfQ0KI21lbnUtdGhlbWUgbGkgYSB7DQoNCiAgICBjb2xvcjogIzYyNjI2MjsNCn0NCiNtZW51LXRoZW1lIGxpIGE6aG92ZXIgew0KDQogICAgY29sb3I6ICNjYzMzNjY7DQp9DQoNCiNtZW51LXRoZW1lOmJlZm9yZSB7DQogICAgY29udGVudDogJ1N3aXRjaCBUaGVtZTonOw0KICAgIG1hcmdpbi1sZWZ0OiAtNjlweDsNCiAgICBjb2xvcjogIzAwMDsNCiAgICBmb250LXdlaWdodDogYm9sZDsNCiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7DQp9DQouc3ViaGVhZGluZyBiOmJlZm9yZXsNCiAgICBjb250ZW50OiAnIic7DQp9DQogLnN1YmhlYWRpbmcgYjphZnRlciB7DQogICAgY29udGVudDogJyInOw0KfQ0KLnN1YmhlYWRpbmcgYiB7DQogICAgZm9udC13ZWlnaHQ6IGJvbGQ7DQogICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTsNCn0NCkBtZWRpYSBvbmx5IHNjcmVlbiBhbmQgKG1heC13aWR0aDogOTU5cHgpDQp7DQojc2lkZWJhciB7DQpkaXNwbGF5Om5vbmU7DQp9DQp9DQpAbWVkaWEgb25seSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDc2N3B4KQ0Kew0KLnNpZGVfbWVudSB7DQpkaXNwbGF5Om5vbmU7DQp9DQouYm94ZWQtbWFpbi1sYXlvdXQgI291dGVyLXdyYXAgew0KcGFkZGluZzogNXB4ICFpbXBvcnRhbnQ7DQp9DQojZm9vdGVyLWJvdHRvbS1tZW51DQp7DQogICAgbWFyZ2luLWJvdHRvbToyMHB4ICFpbXBvcnRhbnQ7DQp9DQp9DQpAbWVkaWEgb25seSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDUwMHB4KQ0Kew0KICAgIGJvZHkudGItcmVzcG9uc2l2ZSAuY29udGFpbmVyLCBib2R5LnRiLXJlc3BvbnNpdmUgLnZjX3Jvdy1mbHVpZC5jb250YWluZXIgew0KICAgIG1heC13aWR0aDogOTAlICFpbXBvcnRhbnQ7DQp9DQojZm9vdGVyIGxpDQp7DQoNCiAgZGlzcGxheTogYmxvY2sgIWltcG9ydGFudDsNCiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7DQp9DQoucHJldmlldy1pbWctbGlzdEFRDQp7DQogIHBvc2l0aW9uOiBhYnNvbHV0ZTsNCiAgICByaWdodDogMDsNCiAgICB0b3A6IDIwMHB4Ow0KfQ0KLmxldHMtY3JlYXRlDQp7DQogICAgZGlzcGxheTpibG9jayAhaW1wb3J0YW50Ow0KfQ0KDQp9DQpAbWVkaWEgb25seSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDMyMHB4KQ0Kew0KICAgIGJvZHkudGItcmVzcG9uc2l2ZSAuY29udGFpbmVyLCBib2R5LnRiLXJlc3BvbnNpdmUgLnZjX3Jvdy1mbHVpZC5jb250YWluZXIgew0KICAgIG1heC13aWR0aDogOTAlICFpbXBvcnRhbnQ7DQp9DQoucHJldmlldy1pbWctbGlzdEFRDQp7DQogIHBvc2l0aW9uOiBhYnNvbHV0ZTsNCiAgICByaWdodDogMDsNCiAgICB0b3A6IDUwMHB4Ow0KfQ0KDQp9DQoNCi5ldmVudHMNCnsNCiAgICBiYWNrZ3JvdW5kOiAjNEE0OTQ5Ow0KICAgIGNvbG9yOiAjZmZmOw0KfQ0KLmV2ZW50cyBhDQp7DQogICAgY29sb3I6I2ZmZiAhaW1wb3J0YW50Ow0KfQ0KLmV2ZW50cyAuc3ViLW1lbnUNCnsNCiAgICBkaXNwbGF5OmJsb2NrIWltcG9ydGFudDsNCn0NCi5ldmVudHMgLnRhcHRhcC1zdWJtZW51LWFjdGl2ZSB+IC5zdWItbWVudQ0Kew0KICAgIGRpc3BsYXk6bm9uZSAhaW1wb3J0YW50Ow0KfQ0KLnNsaWRlbGluaw0Kew0KICAgIG9wYWNpdHk6MCAhaW1wb3J0YW50Ow0KfQ0KDQoucGFnZS1pZC04ODAgLnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyLCAucGFnZS1pZC04ODAgICN3cGFkbWluYmFyew0KICAgIGRpc3BsYXk6bm9uZSAhaW1wb3J0YW50Ow0KfQ0KDQoubGV0cy1jcmVhdGUgew0KICAgICAgIHdpZHRoOiA5MCU7DQogICAgYmFja2dyb3VuZDogI0NDMzM2NjsNCiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7DQogICAgcGFkZGluZzogNXB4IDA7DQogICAgYm9yZGVyLXJhZGl1czogNXB4Ow0KICAgIGRpc3BsYXk6IG5vbmU7DQogICAgbWFyZ2luOiAwIGF1dG87DQp9DQoubGV0cy1jcmVhdGUgYSB7DQogICAgY29sb3I6ICNmZmY7DQogICAgZm9udC1zaXplOiAxOHB4Ow0KICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7DQogICAgZGlzcGxheTogYmxvY2s7DQogICAgbWFyZ2luOiAwIDVweDsNCiAgICBib3JkZXI6IDFweCBzb2xpZCAjZmZmOw0KICAgIHBhZGRpbmc6IDVweDsNCiAgICBib3JkZXItcmFkaXVzOiA1cHg7DQp9DQp0YXB0YXAtYnktYm9uZmlyZSB1bCBsaSBhIHsgY29sb3I6ICNiYWJhYmEgIWltcG9ydGFudDsgfQ==\",\"path\":\"L3dwLWFkbWluL29wdGlvbnMucGhw\",\"category\":\"sqli\",\"ssl\":0}'),(205,1468345083.391074,1468345083.193800,'\0\0\0\0\0\0\0\0\0\0��}>e�',0,403,0,1,1,'http://wp5.centerpiecedesignerwizard.com/wp-admin/options.php','http://wp5.centerpiecedesignerwizard.com/wp-admin/admin.php?page=tb-panel-custom-css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3RiX2N1c3RvbV9jc3Nd\",\"paramValue\":\"LmNlbnRlci1jb24sIC5jZW50ZXItY29uIGgxLCAuY2VudGVyLWNvbiBwDQp7DQogICAgdGV4dC1hbGlnbjpjZW50ZXI7DQp9DQouY2VudGVyLWNvbiBwDQp7DQogICAgbWFyZ2luLWJvdHRvbTo1cHg7DQp9DQpoMQ0Kew0KICAgICAgICBmb250LXNpemU6MjhweDsNCiAgICBjb2xvcjogI2NjMzM2NjsgICAgZm9udC13ZWlnaHQ6IGJvbGQ7ICAgIG1hcmdpbjogMCAwIDEwcHg7DQp9DQoNCi5lbnRyeSBoMiwgLmVudHJ5IGgzIHsNCiAgICBmbG9hdDogbGVmdDsNCiAgICBkaXNwbGF5OiBibG9jazsgICAgd2lkdGg6IDEwMCU7DQp9DQoNCi5waW5rLWhlYWQNCnsNCiAgICBiYWNrZ3JvdW5kOiNGNTlBQUI7IGNvbG9yOiNmZmY7IGZvbnQtc2l6ZToyMHB4O2ZvbnQtd2VpZ2h0OmJvbGQ7IG1hcmdpbi10b3A6MjBweDt0ZXh0LWFsaWduOmNlbnRlcjsgcGFkZGluZzoyMHB4O21hcmdpbi1ib3R0b206MjBweDsNCn0NCi5oZWFkDQp7DQogICAgY29sb3I6I2MzNjsNCiAgICBmb250LXdlaWdodDpib2xkOw0KfQ0KLndwYl9yb3cgLndpZGdldC10aXRsZSB7DQogICAgbWFyZ2luOiAwIDAgMHB4IDMwcHggIWltcG9ydGFudDsNCiAgICBjb2xvcjogI2MzNiFpbXBvcnRhbnQ7DQp9DQouZW50cnkgLndpZGdldF9uYXZfbWVudSB1bCB7DQogICAgbGlzdC1zdHlsZTogbm9uZTsNCiAgICBtYXJnaW46IDAgMCAwcHggMzBweCFpbXBvcnRhbnQ7DQp9DQojZm9vdGVyIGEgew0KICAgIGNvbG9yOiAjY2MzMzY2Ow0KICAgIGZvbnQtd2VpZ2h0OiBib2xkOw0KfQ0KI2Zvb3Rlci1ib3R0b20gYSB7DQogICAgY29sb3I6ICNmZmZmZmY7DQogICAgZm9udC13ZWlnaHQ6IGJvbGQ7Zm9udC1zaXplOiAxM3B4Ow0KfQ0KLnNpZGVfbWVudSAuY3VycmVudF9wYWdlX2l0ZW0gYQ0Kew0KICAgICBjb2xvcjogI2NjMzM2NjsNCn0NCi5kZXNjIHsNCiAgICBmbG9hdDogbGVmdDsNCiAgICBjb2xvcjogIzhBMUI1RjsNCiAgICBmb250LXNpemU6IDIycHg7DQogICAgbWFyZ2luLXRvcDogMTBweDsNCn0NCi50cC1jYXB0aW9uIHsNCiAgIHdpZHRoOiA2OTVweDsNCiAgICBmbG9hdDogbGVmdDsNCiAgICBkaXNwbGF5OiBibG9jayAhaW1wb3J0YW50Ow0KICAgIHBvc2l0aW9uOiByZWxhdGl2ZSAhaW1wb3J0YW50Ow0KICAgIGJhY2tncm91bmQ6IHJnYmEoMjU1LDI1NSwyNTUsMC44MykgIWltcG9ydGFudDsNCiAgICBsZWZ0OiAwICFpbXBvcnRhbnQ7DQogICAgbWFyZ2luLWxlZnQ6IC01cHggIWltcG9ydGFudDsNCn0NCi50cC1jYXB0aW9uLmxhcmdld2hpdGViZyB7DQpwYWRkaW5nOiAzcHggMjBweCAwcHggIWltcG9ydGFudDsNCn0NCi50cC1jYXB0aW9uLm1lZGl1bXdoaXRlYmcgew0KcGFkZGluZy1ib3R0b206IDI0cHggIWltcG9ydGFudDsNCn0NCiNjb3B5cmlnaHQgew0KICAgIGRpc3BsYXk6IGJsb2NrOw0KICAgIHdpZHRoOiAxMDAlOw0KICAgIGNsZWFyOiBib3RoOw0KICAgIHRleHQtYWxpZ246IGNlbnRlcjsNCn0NCi8qIENvdW50ZXIgRGVzaWduICovDQouZWxlbWVudF9jb250ZWluZXIgew0KICAgIG1pbi13aWR0aDogMTMwcHggICFpbXBvcnRhbnQ7DQp9DQoNCi50aW1lX2xlZnQgew0KICAgIGJvcmRlci1yYWRpdXM6IDEwMCUgIWltcG9ydGFudDsNCiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGICFpbXBvcnRhbnQ7DQogICAgZm9udC1zaXplOiA2MHB4ICFpbXBvcnRhbnQ7DQogICAgY29sb3I6ICNjMzYgIWltcG9ydGFudDsNCn0NCi50aW1lX2xlZnQNCnsNCnBhZGRpbmctYm90dG9tOjAgIWltcG9ydGFudDsgICAgDQp9DQoNCi50aW1lX2Rlc2NyaXB0aW9uIHsNCiAgICBmb250LXNpemU6IDIwcHggIWltcG9ydGFudDsNCiAgICBmb250LWZhbWlseTogbW9ub3NwYWNlOw0KICAgIGNvbG9yOiAjQ0MzMzY2ICFpbXBvcnRhbnQ7DQp9DQoNCiNzaWRlYmFyIC53aWRnZXRfbmF2X21lbnUgLmN1cnJlbnRfcGFnZV9pdGVtID4gYSwgI3NpZGViYXIgLndpZGdldF9uYXZfbWVudSAuY3VycmVudC1tZW51LWl0ZW0gPiBhIHsNCiAgICBiYWNrZ3JvdW5kOnRyYW5zcGFyZW50ICFpbXBvcnRhbnQ7DQogICAgY29sb3I6ICNDQzMzNjYgIWltcG9ydGFudDsNCn0NCg0KLyogVGVzdGltb25pYWwgcGFnZSBEZXNpZ24gU2V0dXAqLw0KDQoNCi50ZXN0aW1vbmlhbC1jYXJldA0Kew0KICAgIGxlZnQ6NjRweCAhaW1wb3J0YW50OyAgICBkaXNwbGF5OiBub25lOw0KfQ0KLnRlc3RpbW9uaWFsLWVudHJ5LW1ldGEgew0KICAgIGZsb2F0OiBsZWZ0Ow0KICAgIHBhZGRpbmctbGVmdDogNjRweCFpbXBvcnRhbnQ7DQp9DQoudGVzdGltb25pYWwtZW50cnktYm90dG9tIHsNCiAgICBtYXJnaW4tdG9wOiAwIWltcG9ydGFudDsNCn0NCiNtZW51LXRoZW1lDQp7DQogICAgdGV4dC1hbGlnbjogY2VudGVyDQp9DQojbWVudS10aGVtZSBsaSB7DQogICAgZGlzcGxheTogaW5saW5lLWJsb2NrOw0KICAgIGNvbG9yOiAjNjI2MjYyOw0KICAgIG1hcmdpbjogMCAxMHB4Ow0KfQ0KI21lbnUtdGhlbWUgbGkgYSB7DQoNCiAgICBjb2xvcjogIzYyNjI2MjsNCn0NCiNtZW51LXRoZW1lIGxpIGE6aG92ZXIgew0KDQogICAgY29sb3I6ICNjYzMzNjY7DQp9DQoNCiNtZW51LXRoZW1lOmJlZm9yZSB7DQogICAgY29udGVudDogJ1N3aXRjaCBUaGVtZTonOw0KICAgIG1hcmdpbi1sZWZ0OiAtNjlweDsNCiAgICBjb2xvcjogIzAwMDsNCiAgICBmb250LXdlaWdodDogYm9sZDsNCiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7DQp9DQouc3ViaGVhZGluZyBiOmJlZm9yZXsNCiAgICBjb250ZW50OiAnIic7DQp9DQogLnN1YmhlYWRpbmcgYjphZnRlciB7DQogICAgY29udGVudDogJyInOw0KfQ0KLnN1YmhlYWRpbmcgYiB7DQogICAgZm9udC13ZWlnaHQ6IGJvbGQ7DQogICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTsNCn0NCkBtZWRpYSBvbmx5IHNjcmVlbiBhbmQgKG1heC13aWR0aDogOTU5cHgpDQp7DQojc2lkZWJhciB7DQpkaXNwbGF5Om5vbmU7DQp9DQp9DQpAbWVkaWEgb25seSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDc2N3B4KQ0Kew0KLnNpZGVfbWVudSB7DQpkaXNwbGF5Om5vbmU7DQp9DQouYm94ZWQtbWFpbi1sYXlvdXQgI291dGVyLXdyYXAgew0KcGFkZGluZzogNXB4ICFpbXBvcnRhbnQ7DQp9DQojZm9vdGVyLWJvdHRvbS1tZW51DQp7DQogICAgbWFyZ2luLWJvdHRvbToyMHB4ICFpbXBvcnRhbnQ7DQp9DQp9DQpAbWVkaWEgb25seSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDUwMHB4KQ0Kew0KICAgIGJvZHkudGItcmVzcG9uc2l2ZSAuY29udGFpbmVyLCBib2R5LnRiLXJlc3BvbnNpdmUgLnZjX3Jvdy1mbHVpZC5jb250YWluZXIgew0KICAgIG1heC13aWR0aDogOTAlICFpbXBvcnRhbnQ7DQp9DQojZm9vdGVyIGxpDQp7DQogIGRpc3BsYXk6IGJsb2NrICFpbXBvcnRhbnQ7DQogICAgdGV4dC1hbGlnbjogY2VudGVyOw0KfQ0KLnByZXZpZXctaW1nLWxpc3RBUQ0Kew0KICBwb3NpdGlvbjogYWJzb2x1dGU7DQogICAgcmlnaHQ6IDA7DQogICAgdG9wOiAyMDBweDsNCn0NCi5sZXRzLWNyZWF0ZQ0Kew0KICAgIGRpc3BsYXk6YmxvY2sgIWltcG9ydGFudDsNCn0NCg0KfQ0KQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiAzMjBweCkNCnsNCiAgICBib2R5LnRiLXJlc3BvbnNpdmUgLmNvbnRhaW5lciwgYm9keS50Yi1yZXNwb25zaXZlIC52Y19yb3ctZmx1aWQuY29udGFpbmVyIHsNCiAgICBtYXgtd2lkdGg6IDkwJSAhaW1wb3J0YW50Ow0KfQ0KLnByZXZpZXctaW1nLWxpc3RBUQ0Kew0KICBwb3NpdGlvbjogYWJzb2x1dGU7DQogICAgcmlnaHQ6IDA7DQogICAgdG9wOiA1MDBweDsNCn0NCg0KfQ0KDQouZXZlbnRzDQp7DQogICAgYmFja2dyb3VuZDogIzRBNDk0OTsNCiAgICBjb2xvcjogI2ZmZjsNCn0NCi5ldmVudHMgYQ0Kew0KICAgIGNvbG9yOiNmZmYgIWltcG9ydGFudDsNCn0NCi5ldmVudHMgLnN1Yi1tZW51DQp7DQogICAgZGlzcGxheTpibG9jayFpbXBvcnRhbnQ7DQp9DQouZXZlbnRzIC50YXB0YXAtc3VibWVudS1hY3RpdmUgfiAuc3ViLW1lbnUNCnsNCiAgICBkaXNwbGF5Om5vbmUgIWltcG9ydGFudDsNCn0NCi5zbGlkZWxpbmsNCnsNCiAgICBvcGFjaXR5OjAgIWltcG9ydGFudDsNCn0NCg0KLnBhZ2UtaWQtODgwIC50YXB0YXAtbWVudS1idXR0b24td3JhcHBlciwgLnBhZ2UtaWQtODgwICAjd3BhZG1pbmJhcnsNCiAgICBkaXNwbGF5Om5vbmUgIWltcG9ydGFudDsNCn0NCg0KLmxldHMtY3JlYXRlIHsNCiAgICAgICB3aWR0aDogOTAlOw0KICAgIGJhY2tncm91bmQ6ICNDQzMzNjY7DQogICAgdGV4dC1hbGlnbjogY2VudGVyOw0KICAgIHBhZGRpbmc6IDVweCAwOw0KICAgIGJvcmRlci1yYWRpdXM6IDVweDsNCiAgICBkaXNwbGF5OiBub25lOw0KICAgIG1hcmdpbjogMCBhdXRvOw0KfQ0KLmxldHMtY3JlYXRlIGEgew0KICAgIGNvbG9yOiAjZmZmOw0KICAgIGZvbnQtc2l6ZTogMThweDsNCiAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOw0KICAgIGRpc3BsYXk6IGJsb2NrOw0KICAgIG1hcmdpbjogMCA1cHg7DQogICAgYm9yZGVyOiAxcHggc29saWQgI2ZmZjsNCiAgICBwYWRkaW5nOiA1cHg7DQogICAgYm9yZGVyLXJhZGl1czogNXB4Ow0KfQ0KdGFwdGFwLWJ5LWJvbmZpcmUgdWwgbGkgYSB7IGNvbG9yOiAjYmFiYWJhICFpbXBvcnRhbnQ7IH0=\",\"path\":\"L3dwLWFkbWluL29wdGlvbnMucGhw\",\"category\":\"sqli\",\"ssl\":0}'),(206,0.000000,1468345130.568813,'\0\0\0\0\0\0\0\0\0\0��}>e�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Linux; Android 5.0; ASUS_Z00AD Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36','',NULL,NULL),(207,0.000000,1468345403.712040,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(208,0.000000,1468345409.869194,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(209,0.000000,1468345410.537640,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.11.2\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(210,0.000000,1468345411.379866,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(211,0.000000,1468345412.029283,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(212,0.000000,1468345412.870711,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(213,0.000000,1468345413.522386,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.0.8.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(214,0.000000,1468345414.360495,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(215,0.000000,1468345415.028754,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/taptap.css?ver=1\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(216,0.000000,1468345415.863892,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss&','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(217,0.000000,1468345416.415576,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss','http://wp5.centerpiecedesignerwizard.com/\'http://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A300%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400%27+rel%3D%27stylesheet%27+type%3D%27text%2Fcss&#038;ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(218,0.000000,1468345417.345175,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(219,0.000000,1468345418.012263,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css/font-awesome.min.css?ver=1\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(220,0.000000,1468345418.850552,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(221,0.000000,1468345419.500003,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/font-awesome.min.css?ver=4.3.0\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(222,0.000000,1468345420.341327,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(223,0.000000,1468345420.991047,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/style.css?ver=1.0.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(224,0.000000,1468345421.842724,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(225,0.000000,1468345422.494315,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/css/bootstrap.min.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(226,0.000000,1468345423.359354,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(227,0.000000,1468345424.009194,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/bootstrap/style.css?ver=7cdb002e3bbeff9a3e17942c6d0f6545\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(228,0.000000,1468345424.906222,'\0\0\0\0\0\0\0\0\0\0����g',0,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5\'','','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(229,0.000000,1468345425.568495,'\0\0\0\0\0\0\0\0\0\0����g',0,404,0,0,0,'http://wp5.centerpiecedesignerwizard.com/http:/wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5','http://wp5.centerpiecedesignerwizard.com/\'http://wp5.centerpiecedesignerwizard.com/wp-content/themes/wanderfuls/css/tb-visual-composer.css?ver=1.0.5\' type=\'text/css\' media=\'all\'','Mozilla/6.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/8.0 Mobile/10A5376e Safari/8536.25','',NULL,NULL),(230,0.000000,1468345878.112224,'\0\0\0\0\0\0\0\0\0\0��}>e�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/pompoms.php','http://wp5.centerpiecedesignerwizard.com/','Mozilla/5.0 (Linux; Android 5.0; ASUS_Z00AD Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36','',NULL,NULL),(231,0.000000,1468345916.312254,'\0\0\0\0\0\0\0\0\0\0��}>e�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/color-design.php','http://wp5.centerpiecedesignerwizard.com/pompoms.php','Mozilla/5.0 (Linux; Android 5.0; ASUS_Z00AD Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36','',NULL,NULL),(232,0.000000,1468345928.223083,'\0\0\0\0\0\0\0\0\0\0��}>e�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/color-design.php','http://wp5.centerpiecedesignerwizard.com/pompoms.php','Mozilla/5.0 (Linux; Android 5.0; ASUS_Z00AD Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36','',NULL,NULL),(233,0.000000,1468346071.971135,'\0\0\0\0\0\0\0\0\0\0��}>e�',1,200,0,0,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(234,0.000000,1468346154.453057,'\0\0\0\0\0\0\0\0\0\0��}>e�',1,200,0,1,0,'http://wp5.centerpiecedesignerwizard.com/wp-login.php','http://wp5.centerpiecedesignerwizard.com/wp-login.php?redirect_to=http%3A%2F%2Fwp5.centerpiecedesignerwizard.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','loginOK',NULL,NULL),(235,0.000000,1468346784.402658,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://alloccasionscenterpieces.com/?wordfence_logHuman=1&hid=D21CA59E9940ED73CDBBAAEF53CCF1E3&r=0.10044444620252468','http://alloccasionscenterpieces.com/pompoms.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(236,0.000000,1468347019.290126,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://alloccasionscenterpieces.com/?wordfence_logHuman=1&hid=D21CA59E9940ED73CDBBAAEF53CCF1E3&r=0.8731837530731816','http://www.alloccasionscenterpieces.com/pompoms.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(237,0.000000,1468347058.597785,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://alloccasionscenterpieces.com/?wordfence_logHuman=1&hid=D21CA59E9940ED73CDBBAAEF53CCF1E3&r=0.33008754969934206','http://www.alloccasionscenterpieces.com/pompoms.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(238,0.000000,1468347966.795579,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F69 Safari/601.1','',NULL,NULL),(239,0.000000,1468348036.561033,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://alloccasionscenterpieces.com/?wordfence_logHuman=1&hid=9FE5E5266C2C3BB43B14EA8EABEF23C4&r=0.29408474801740514','http://alloccasionscenterpieces.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(240,0.000000,1468348074.946244,'\0\0\0\0\0\0\0\0\0\0��BWt',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(241,0.000000,1468348075.573447,'\0\0\0\0\0\0\0\0\0\0��BWt',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(242,0.000000,1468348177.996656,'\0\0\0\0\0\0\0\0\0\0��}>e�',0,200,0,0,0,'http://alloccasionscenterpieces.com/?wordfence_logHuman=1&hid=9FE5E5266C2C3BB43B14EA8EABEF23C4&r=0.5741086132124462','http://alloccasionscenterpieces.com/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(243,0.000000,1468348236.437151,'\0\0\0\0\0\0\0\0\0\0��BWt',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143','',NULL,NULL),(244,0.000000,1468348236.919038,'\0\0\0\0\0\0\0\0\0\0��BWt',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143','',NULL,NULL),(245,0.000000,1468348817.336281,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://alloccasionscenterpieces.com/?wordfence_logHuman=1&hid=9FE5E5266C2C3BB43B14EA8EABEF23C4&r=0.9133895520645634','http://alloccasionscenterpieces.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(246,0.000000,1468348896.518011,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/wp-login.php?redirect_to=http%3A%2F%2Falloccasionscenterpieces.com%2Fwp-admin%2F&reauth=1','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(247,0.000000,1468348903.431004,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://alloccasionscenterpieces.com/?wordfence_logHuman=1&hid=9FE5E5266C2C3BB43B14EA8EABEF23C4&r=0.05847010621596582','http://alloccasionscenterpieces.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(248,0.000000,1468348906.163904,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://alloccasionscenterpieces.com/?wordfence_logHuman=1&hid=D21CA59E9940ED73CDBBAAEF53CCF1E3&r=0.3740856336591185','http://alloccasionscenterpieces.com/pompoms.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(249,0.000000,1468348964.974225,'\0\0\0\0\0\0\0\0\0\0��}>e�',0,200,0,0,0,'http://alloccasionscenterpieces.com/?wordfence_logHuman=1&hid=9FE5E5266C2C3BB43B14EA8EABEF23C4&r=0.23819841653643636','http://alloccasionscenterpieces.com/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(250,0.000000,1468348966.832248,'\0\0\0\0\0\0\0\0\0\0��}>e�',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/wp-login.php?redirect_to=http%3A%2F%2Falloccasionscenterpieces.com%2Fwp-admin%2F&reauth=1','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(251,0.000000,1468348988.496289,'\0\0\0\0\0\0\0\0\0\0��}>e�',1,200,0,1,0,'http://www.alloccasionscenterpieces.com/wp-login.php','http://www.alloccasionscenterpieces.com/wp-login.php?redirect_to=http%3A%2F%2Falloccasionscenterpieces.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','loginOK',NULL,NULL),(252,0.000000,1468355594.125588,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(253,0.000000,1468355594.622124,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(254,0.000000,1468355595.137804,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/1.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(255,0.000000,1468355595.602922,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/abc.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(256,0.000000,1468355596.059753,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/bookmark.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(257,0.000000,1468355596.519642,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/CHANGELOG.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(258,0.000000,1468355596.977805,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/configbak.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(259,0.000000,1468355597.437591,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/configbak.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(260,0.000000,1468355597.894348,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/.config.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(261,0.000000,1468355598.218693,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/.config.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(262,0.000000,1468355598.668728,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/configuration.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(263,0.000000,1468355598.994072,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/configuration.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(264,0.000000,1468355599.460724,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/configuration.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(265,0.000000,1468355599.924597,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/conns.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(266,0.000000,1468355600.386318,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/conns.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(267,0.000000,1468355600.841422,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/.cpanel_config.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(268,0.000000,1468355601.171344,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/.cpanel_config.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(269,0.000000,1468355601.649645,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/cron.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(270,0.000000,1468355602.112122,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/css.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(271,0.000000,1468355602.573574,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/elements.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(272,0.000000,1468355603.026068,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/extracts.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(273,0.000000,1468355603.483973,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/gemb.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(274,0.000000,1468355603.951464,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/home.bak.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(275,0.000000,1468355604.411571,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/include.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(276,0.000000,1468355604.872200,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/index2.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(277,0.000000,1468355605.334543,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/index.php?liu=qt&fukq=t&RNv=f','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(278,0.000000,1468355605.789539,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/index.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(279,0.000000,1468355606.247315,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/index.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(280,0.000000,1468355606.757151,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/.joomla.system.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(281,0.000000,1468355607.085169,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/.joomla.system.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(282,0.000000,1468355607.543791,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/license2016.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(283,0.000000,1468355607.994668,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/license.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(284,0.000000,1468355608.320145,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/license.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(285,0.000000,1468355608.776387,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/lic.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(286,0.000000,1468355609.231815,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/load-config.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(287,0.000000,1468355609.688901,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/locoy.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(288,0.000000,1468355610.148373,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/mko.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(289,0.000000,1468355610.608338,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/modx.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(290,0.000000,1468355611.060739,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/mysql.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(291,0.000000,1468355611.521416,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/nicesite.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(292,0.000000,1468355611.983552,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/ods.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(293,0.000000,1468355612.444324,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/plugin.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(294,0.000000,1468355612.897410,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/popup-pomo.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(295,0.000000,1468355613.221841,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/popup-pomo.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(296,0.000000,1468355613.678650,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/post.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(297,0.000000,1468355614.143238,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/rssd.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(298,0.000000,1468355614.596627,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/sample.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(299,0.000000,1468355615.054761,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/security.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(300,0.000000,1468355615.518720,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/shell.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(301,0.000000,1468355615.969496,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/showthread.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(302,0.000000,1468355616.437500,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/slic.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(303,0.000000,1468355616.915308,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/sql.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(304,0.000000,1468355617.373316,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/stats.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(305,0.000000,1468355617.842444,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/stats.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(306,0.000000,1468355618.305950,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/sw.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(307,0.000000,1468355618.763710,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/tmp.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(308,0.000000,1468355619.222102,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/version.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(309,0.000000,1468355619.683349,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/webconfig.txt.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(310,0.000000,1468355620.144117,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/wp-checking.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(311,0.000000,1468355620.601328,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/wp-checking.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(312,0.000000,1468355621.050152,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/wp-check.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(313,0.000000,1468355621.795159,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/wp-footers.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(314,0.000000,1468355622.252708,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-installation.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(315,0.000000,1468355622.575436,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-installation.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Firefox/13.0','',NULL,NULL),(316,0.000000,1468355623.034162,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/wp-lib.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(317,0.000000,1468355623.486964,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/wp-license.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(318,0.000000,1468355623.953758,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-links-opml.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(319,0.000000,1468355624.279311,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(320,0.000000,1468355624.618213,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-mail.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(321,0.000000,1468355624.976233,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/wp.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(322,0.000000,1468355625.446095,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-register.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(323,0.000000,1468355626.116055,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-signup.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(324,0.000000,1468355626.446592,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/wp-login.php?action=register','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(325,0.000000,1468355626.772261,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/wp-login.php?registration=disabled','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(326,0.000000,1468355627.098214,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/wp-sitemap.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(327,0.000000,1468355627.557200,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/wp-sitemaps.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(328,0.000000,1468355628.013957,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/wp-tmp.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(329,0.000000,1468355628.480598,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/wp-up.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(330,0.000000,1468355628.947790,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/wsdl.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(331,0.000000,1468355629.406586,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(332,0.000000,1468355629.729181,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(333,0.000000,1468355630.056129,'\0\0\0\0\0\0\0\0\0\0������',0,404,0,0,0,'http://alloccasionscenterpieces.com/xmlrppc.php','','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20130722 Firefox/16.0','',NULL,NULL),(334,0.000000,1468358472.984887,'\0\0\0\0\0\0\0\0\0\0��6ɚ�',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(335,0.000000,1468358640.761249,'\0\0\0\0\0\0\0\0\0\0���E�u',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.21 (KHTML, like Gecko) Chrome/19.0.1042.0 Safari/535.21','',NULL,NULL),(336,0.000000,1468358642.225517,'\0\0\0\0\0\0\0\0\0\0���E�u',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.21 (KHTML, like Gecko) Chrome/19.0.1042.0 Safari/535.21','',NULL,NULL),(337,0.000000,1468358668.660079,'\0\0\0\0\0\0\0\0\0\0���E�u',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Linux; Android 4.4; Nexus 5 Build/_BuildID_) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36','',NULL,NULL),(338,0.000000,1468358669.252053,'\0\0\0\0\0\0\0\0\0\0���E�u',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Linux; Android 4.4; Nexus 5 Build/_BuildID_) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36','',NULL,NULL),(339,0.000000,1468362447.224563,'\0\0\0\0\0\0\0\0\0\0��BWt\"',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(340,0.000000,1468364079.621656,'\0\0\0\0\0\0\0\0\0\0���R)o',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3','',NULL,NULL),(341,0.000000,1468364080.927994,'\0\0\0\0\0\0\0\0\0\0���R)o',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3','',NULL,NULL),(342,0.000000,1468364081.324935,'\0\0\0\0\0\0\0\0\0\0���R)o',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/contact-us.php','','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3','',NULL,NULL),(343,0.000000,1468369136.370292,'\0\0\0\0\0\0\0\0\0\0��`�;U',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(344,0.000000,1468369137.002587,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(345,0.000000,1468372562.381030,'\0\0\0\0\0\0\0\0\0\0��B�O�',0,200,1,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(346,0.000000,1468372910.310851,'\0\0\0\0\0\0\0\0\0\0��6�E',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(347,0.000000,1468381692.079627,'\0\0\0\0\0\0\0\0\0\0��Ugw',0,200,0,0,0,'http://alloccasionscenterpieces.com/','http://hvd-store.com/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','',NULL,NULL),(348,0.000000,1468381693.865437,'\0\0\0\0\0\0\0\0\0\0��Ugw',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://hvd-store.com/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','',NULL,NULL),(349,0.000000,1468385391.762433,'\0\0\0\0\0\0\0\0\0\0����e�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1115.rBSW2u2OrXy5nz_WcdppCaUgUsXaOwNbMP0LLkZ3sqzc2eZLzMZeYsZZ0MWUw1hz0wltzsHCDHdV2slRZPlwQg.16029811c035d3e33293fdac1a9ed9261d31d493&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxZ05wNVlrTGhPdWpHVlBaU2hFcHpoamt5NGthSkQzdm1DLW1LMldISHQzMDZFVnljbWxKY2M5Q0tzUXNwNUE3VnJ2Z1VMOEJzNEMyc3ZGaTcyNkVwYkN0MGdOZ01OY1E2UQ&b64e=2&sign=f3cd087bc4f844d2f23030e7a8b71747&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfnbIAHlB2ukjicbgRfA6ppb9aSHbZPpwicTJDgq3_bMv-tJWVcPVgusQ_jvzaXd3vjAEgttsfgiFwB1UQ-SqfZFomhNTWd5BxKuFA2SXdC1K9PWBE09hS7J3Dz7SnknBY&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVz9TJ3Mp6DkXm_UHtIJHyNga-azXv0-dOmIvpPsmPkMGwGySUdx8v5zOiDscUc-5q5JmN3ltXtXksZ6lhr3R7natBQol0s2Fw&l10n=ru&cts=1468385155935&mc=7.35318526098','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)','',NULL,NULL),(350,0.000000,1468385392.760643,'\0\0\0\0\0\0\0\0\0\0����e�',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1115.rBSW2u2OrXy5nz_WcdppCaUgUsXaOwNbMP0LLkZ3sqzc2eZLzMZeYsZZ0MWUw1hz0wltzsHCDHdV2slRZPlwQg.16029811c035d3e33293fdac1a9ed9261d31d493&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxZ05wNVlrTGhPdWpHVlBaU2hFcHpoamt5NGthSkQzdm1DLW1LMldISHQzMDZFVnljbWxKY2M5Q0tzUXNwNUE3VnJ2Z1VMOEJzNEMyc3ZGaTcyNkVwYkN0MGdOZ01OY1E2UQ&b64e=2&sign=f3cd087bc4f844d2f23030e7a8b71747&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfnbIAHlB2ukjicbgRfA6ppb9aSHbZPpwicTJDgq3_bMv-tJWVcPVgusQ_jvzaXd3vjAEgttsfgiFwB1UQ-SqfZFomhNTWd5BxKuFA2SXdC1K9PWBE09hS7J3Dz7SnknBY&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVz9TJ3Mp6DkXm_UHtIJHyNga-azXv0-dOmIvpPsmPkMGwGySUdx8v5zOiDscUc-5q5JmN3ltXtXksZ6lhr3R7natBQol0s2Fw&l10n=ru&cts=1468385155935&mc=7.35318526098','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)','',NULL,NULL),(351,0.000000,1468389104.424949,'\0\0\0\0\0\0\0\0\0\0����C',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Python-urllib/2.7','',NULL,NULL),(352,0.000000,1468389107.771531,'\0\0\0\0\0\0\0\0\0\0�����,',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Python-urllib/2.7','',NULL,NULL),(353,0.000000,1468390896.008118,'\0\0\0\0\0\0\0\0\0\0��6��/',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(354,0.000000,1468410388.483394,'\0\0\0\0\0\0\0\0\0\0��4��',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(355,0.000000,1468417967.585337,'\0\0\0\0\0\0\0\0\0\0���c	�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36','',NULL,NULL),(356,0.000000,1468419243.297651,'\0\0\0\0\0\0\0\0\0\0����P',0,200,0,0,0,'http://alloccasionscenterpieces.com/','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1115.XEPdWizEkX34LlqYxMoUF7wYsa4ks3FAHgUmU4JL1F5Sb3w07ZLGa1zuu2G9cjrAidlsjed3E0ifCB19_OltpA.fe54a0bac6ebd7910f9780538d96940b177bf8bb&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YFUVNhHyyhJgRFg5yeLMIWU&data=UlNrNmk5WktYejR0eWJFYk1LdmtxZ05wNVlrTGhPdWpHVlBaU2hFcHpoamt5NGthSkQzdm1DLW1LMldISHQzMDZFVnljbWxKY2MtQXBuSWFDNlUwYlZNX182NFlUcTlCZXF0d0tnWTVxU0FpblNrWDVPWF9Hdw&b64e=2&sign=b83ba3c1c83e0c8e405865f7c7eb7709&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiTOrxG2hiMk8LiZhVYl6ICN4Bt2fl89Ldn0l8X_eZclzOZzbfpi2Xzqq1Tc3WaJvEI3Ep-Jq9We78LHIHjmuqzZ_BZdTF9QligqLUyqLwC3pbULSBkzVa-zUa10bDZtFn&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW8s5kfnNkNj0CHny-qKMz-8aV5OiQ3LygWm4YL3U2JLN9Kxo6PY5vuFxsIcd2dSEO8j_J5w2HZWnHphE3RoabtEjjJKrevCTI&l10n=ru&cts=1468417573710&mc=2.48177132904','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; Touch; MAARJS)','',NULL,NULL),(357,0.000000,1468419244.595856,'\0\0\0\0\0\0\0\0\0\0����P',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1115.XEPdWizEkX34LlqYxMoUF7wYsa4ks3FAHgUmU4JL1F5Sb3w07ZLGa1zuu2G9cjrAidlsjed3E0ifCB19_OltpA.fe54a0bac6ebd7910f9780538d96940b177bf8bb&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YFUVNhHyyhJgRFg5yeLMIWU&data=UlNrNmk5WktYejR0eWJFYk1LdmtxZ05wNVlrTGhPdWpHVlBaU2hFcHpoamt5NGthSkQzdm1DLW1LMldISHQzMDZFVnljbWxKY2MtQXBuSWFDNlUwYlZNX182NFlUcTlCZXF0d0tnWTVxU0FpblNrWDVPWF9Hdw&b64e=2&sign=b83ba3c1c83e0c8e405865f7c7eb7709&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiTOrxG2hiMk8LiZhVYl6ICN4Bt2fl89Ldn0l8X_eZclzOZzbfpi2Xzqq1Tc3WaJvEI3Ep-Jq9We78LHIHjmuqzZ_BZdTF9QligqLUyqLwC3pbULSBkzVa-zUa10bDZtFn&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW8s5kfnNkNj0CHny-qKMz-8aV5OiQ3LygWm4YL3U2JLN9Kxo6PY5vuFxsIcd2dSEO8j_J5w2HZWnHphE3RoabtEjjJKrevCTI&l10n=ru&cts=1468417573710&mc=2.48177132904','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; Touch; MAARJS)','',NULL,NULL),(358,0.000000,1468429052.119199,'\0\0\0\0\0\0\0\0\0\0��6�m�',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(359,0.000000,1468438794.178112,'\0\0\0\0\0\0\0\0\0\0����I=',0,200,0,0,0,'http://alloccasionscenterpieces.com/','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1115.dXbLswS1-gVROlCY11QOkUhei6V7ZJsNiAtwpBNnLHAFJhXmq6w3-z41fkqxq8U6PtS1ZCec-zriEhRXguMMVQ.18c8526811885ed81b24d22d49f152be6cb574ff&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejR0eWJFYk1LdmtxZ05wNVlrTGhPdWpHVlBaU2hFcHpoamt5NGthSkQzdm1DLW1LMldISHQzMDZFVnljbWxKY2M4LUR4X1BKZHlKbklyRlp3WnhuZ0hvODV3UmJIVHJTR0pRUDdPcUFBcV9hQQ&b64e=2&sign=b000806cb401b309b2058889cb8e5406&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfNKAe3ziuzJgGuJp7r63HlHhbUxTm-joA-s78bUXFimg0_MUNnQf8j7u9VEVHYYZLDDXuChLQQxYauEmf5xQkHVhAo7TQv5lzx-jV9ahCfvU_5MDFZtQajA&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWdro5Jy5gJvTbf8NCs8w_KQvmx8IffD0GOmIDdcU7Y3J9PSl8ScvkilUx2kfGguV_JNKluZ1wimN6WUuFCNqHOt-bpYJGEaqQ&l10n=ru&cts=1468438189216&mc=3.80306923975','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)','',NULL,NULL),(360,0.000000,1468438795.971231,'\0\0\0\0\0\0\0\0\0\0����I=',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1115.dXbLswS1-gVROlCY11QOkUhei6V7ZJsNiAtwpBNnLHAFJhXmq6w3-z41fkqxq8U6PtS1ZCec-zriEhRXguMMVQ.18c8526811885ed81b24d22d49f152be6cb574ff&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejR0eWJFYk1LdmtxZ05wNVlrTGhPdWpHVlBaU2hFcHpoamt5NGthSkQzdm1DLW1LMldISHQzMDZFVnljbWxKY2M4LUR4X1BKZHlKbklyRlp3WnhuZ0hvODV3UmJIVHJTR0pRUDdPcUFBcV9hQQ&b64e=2&sign=b000806cb401b309b2058889cb8e5406&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfNKAe3ziuzJgGuJp7r63HlHhbUxTm-joA-s78bUXFimg0_MUNnQf8j7u9VEVHYYZLDDXuChLQQxYauEmf5xQkHVhAo7TQv5lzx-jV9ahCfvU_5MDFZtQajA&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWdro5Jy5gJvTbf8NCs8w_KQvmx8IffD0GOmIDdcU7Y3J9PSl8ScvkilUx2kfGguV_JNKluZ1wimN6WUuFCNqHOt-bpYJGEaqQ&l10n=ru&cts=1468438189216&mc=3.80306923975','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)','',NULL,NULL),(361,0.000000,1468458554.710892,'\0\0\0\0\0\0\0\0\0\0��d#�i',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(362,0.000000,1468458555.969303,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(363,0.000000,1468458563.512325,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/pompoms.php','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(364,0.000000,1468474624.687689,'\0\0\0\0\0\0\0\0\0\0��6�m�',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(365,0.000000,1468493393.805526,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-admin/user/system.php','http://alloccasionscenterpieces.com/wp-admin/user/system.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(366,0.000000,1468493393.810028,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/thumbs.php','http://alloccasionscenterpieces.com/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/thumbs.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(367,0.000000,1468493393.803324,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/ini.php','http://alloccasionscenterpieces.com/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/ini.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(368,0.000000,1468493393.826205,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-content/languages/themes/sys.php','http://alloccasionscenterpieces.com/wp-content/languages/themes/sys.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(369,0.000000,1468493393.812227,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-content/themes/profoblog20/functions/colorpicker/thumbs.php','http://alloccasionscenterpieces.com/wp-content/themes/profoblog20/functions/colorpicker/thumbs.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(370,0.000000,1468493411.813630,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-includes/js/crop/sys.php','http://alloccasionscenterpieces.com/wp-includes/js/crop/sys.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(371,0.000000,1468493411.808668,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/o2k7/thumbs.php','http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/o2k7/thumbs.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(372,0.000000,1468493411.833157,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/ini.php','http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/ini.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(373,0.000000,1468493411.866206,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-content/themes/profoblog20/functions/jquery-ui/thumbs.php','http://alloccasionscenterpieces.com/wp-content/themes/profoblog20/functions/jquery-ui/thumbs.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(374,0.000000,1468493411.856028,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/thumbs.php','http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/thumbs.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(375,0.000000,1468493411.810131,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/thumbs.php','http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/thumbs.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(376,0.000000,1468493411.828720,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-content/themes/profoblog20/js/helpers/thumbs.php','http://alloccasionscenterpieces.com/wp-content/themes/profoblog20/js/helpers/thumbs.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(377,0.000000,1468493411.948294,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ini.php','http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ini.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(378,0.000000,1468493411.968135,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-includes/js/system.php','http://alloccasionscenterpieces.com/wp-includes/js/system.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(379,0.000000,1468493412.333842,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/default/ini.php','http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/default/ini.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(380,0.000000,1468493412.354923,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-content/themes/twentyfourteen/genericons/font/thumbs.php','http://alloccasionscenterpieces.com/wp-content/themes/twentyfourteen/genericons/font/thumbs.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(381,0.000000,1468493412.382568,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-includes/js/jcrop/sys.php','http://alloccasionscenterpieces.com/wp-includes/js/jcrop/sys.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(382,0.000000,1468493412.382136,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/thumbs.php','http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/thumbs.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(383,0.000000,1468493412.368924,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/default/thumbs.php','http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/default/thumbs.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(384,0.000000,1468493412.425288,'\0\0\0\0\0\0\0\0\0\0��Φ�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ini.php','http://alloccasionscenterpieces.com/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ini.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','',NULL,NULL),(385,0.000000,1468497483.600373,'\0\0\0\0\0\0\0\0\0\0��6�m�',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(386,0.000000,1468521241.021575,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(387,0.000000,1468521258.114467,'\0\0\0\0\0\0\0\0\0\0��{}D�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(388,0.000000,1468521374.416360,'\0\0\0\0\0\0\0\0\0\0��{}G\\',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','',NULL,NULL),(389,0.000000,1468522531.643248,'\0\0\0\0\0\0\0\0\0\0��-7�d',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)','',NULL,NULL),(390,0.000000,1468547226.838568,'\0\0\0\0\0\0\0\0\0\0��`�;U',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(391,0.000000,1468547228.175843,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(392,0.000000,1468547234.670253,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/pompoms.php','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(393,0.000000,1468547388.599708,'\0\0\0\0\0\0\0\0\0\0��BWu',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(394,0.000000,1468547389.115061,'\0\0\0\0\0\0\0\0\0\0��BWu',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(395,0.000000,1468547420.729939,'\0\0\0\0\0\0\0\0\0\0��BWu',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/what-are-wanderfuls.php','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(396,0.000000,1468547456.860246,'\0\0\0\0\0\0\0\0\0\0��`�;U',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(397,0.000000,1468547457.131143,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(398,0.000000,1468547463.780265,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/pompoms.php','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(399,0.000000,1468547472.176484,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/what-are-wanderfuls.php','http://www.alloccasionscenterpieces.com/pompoms.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(400,0.000000,1468547620.811990,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://www.alloccasionscenterpieces.com/what-are-wanderfuls.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(401,0.000000,1468548217.864482,'\0\0\0\0\0\0\0\0\0\0��BWu',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(402,0.000000,1468555799.603623,'\0\0\0\0\0\0\0\0\0\0����;�',0,200,0,0,0,'http://alloccasionscenterpieces.com/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&version=1576&cid=20','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801','',NULL,NULL),(403,0.000000,1468555800.116406,'\0\0\0\0\0\0\0\0\0\0����;�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&version=1576&cid=20','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801','',NULL,NULL),(404,0.000000,1468558617.411307,'\0\0\0\0\0\0\0\0\0\0����;�',0,200,0,0,0,'http://alloccasionscenterpieces.com/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&version=1576&cid=20','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801','',NULL,NULL),(405,0.000000,1468558617.934597,'\0\0\0\0\0\0\0\0\0\0����;�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&version=1576&cid=20','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801','',NULL,NULL),(406,0.000000,1468562892.252967,'\0\0\0\0\0\0\0\0\0\0���c,�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','',NULL,NULL),(407,0.000000,1468562896.223026,'\0\0\0\0\0\0\0\0\0\0���c,�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','',NULL,NULL),(408,0.000000,1468562896.524706,'\0\0\0\0\0\0\0\0\0\0���c,�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','',NULL,NULL),(409,0.000000,1468562897.689186,'\0\0\0\0\0\0\0\0\0\0���c,�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Linux; Android 4.05; Galaxy Nexus Build/IMM76B) AppleWebKit/535.25 (KHTML, like Gecko) Chrome/17.0.1025.133 Mobile Safari/536.19','',NULL,NULL),(410,0.000000,1468566787.748798,'\0\0\0\0\0\0\0\0\0\0��4��',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(411,0.000000,1468566878.125448,'\0\0\0\0\0\0\0\0\0\0��B�E�',0,200,1,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(412,0.000000,1468570745.868230,'\0\0\0\0\0\0\0\0\0\0��BWu',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(413,0.000000,1468570753.653951,'\0\0\0\0\0\0\0\0\0\0��BWu',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/what-are-wanderfuls.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(414,0.000000,1468570796.577548,'\0\0\0\0\0\0\0\0\0\0��BWu',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(415,0.000000,1468570875.359073,'\0\0\0\0\0\0\0\0\0\0��BWu',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(416,0.000000,1468570886.371314,'\0\0\0\0\0\0\0\0\0\0��BWu',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/what-are-wanderfuls.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(417,0.000000,1468570893.562470,'\0\0\0\0\0\0\0\0\0\0��BWu',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/what-are-wanderfuls.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143','',NULL,NULL),(418,0.000000,1468570894.162362,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon-120x120-precomposed.png','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143','',NULL,NULL),(419,0.000000,1468570894.769487,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon-120x120.png','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143','',NULL,NULL),(420,0.000000,1468570895.240715,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon.png','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143','',NULL,NULL),(421,0.000000,1468570895.641830,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon.png','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143','',NULL,NULL),(422,0.000000,1468570896.085326,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon-precomposed.png','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143','',NULL,NULL),(423,0.000000,1468570903.623891,'\0\0\0\0\0\0\0\0\0\0��BWu',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/what-are-wanderfuls.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143','',NULL,NULL),(424,0.000000,1468570904.229525,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon-120x120-precomposed.png','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143','',NULL,NULL),(425,0.000000,1468570904.645157,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon-120x120.png','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143','',NULL,NULL),(426,0.000000,1468570905.017690,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon.png','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143','',NULL,NULL),(427,0.000000,1468570905.428853,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon.png','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143','',NULL,NULL),(428,0.000000,1468570905.866568,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon-precomposed.png','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143','',NULL,NULL),(429,0.000000,1468570951.369881,'\0\0\0\0\0\0\0\0\0\0��BWu',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/what-are-wanderfuls.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(430,0.000000,1468570958.288872,'\0\0\0\0\0\0\0\0\0\0��BWu',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/what-are-wanderfuls.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(431,0.000000,1468570965.212433,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon-120x120-precomposed.png','','MobileSafari/601.1 CFNetwork/758.1.6 Darwin/15.0.0','',NULL,NULL),(432,0.000000,1468570965.715196,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon-120x120.png','','MobileSafari/601.1 CFNetwork/758.1.6 Darwin/15.0.0','',NULL,NULL),(433,0.000000,1468570966.135190,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon.png','','MobileSafari/601.1 CFNetwork/758.1.6 Darwin/15.0.0','',NULL,NULL),(434,0.000000,1468570966.532183,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon.png','','MobileSafari/601.1 CFNetwork/758.1.6 Darwin/15.0.0','',NULL,NULL),(435,0.000000,1468570966.927069,'\0\0\0\0\0\0\0\0\0\0��BWu',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/apple-touch-icon-precomposed.png','','MobileSafari/601.1 CFNetwork/758.1.6 Darwin/15.0.0','',NULL,NULL),(436,0.000000,1468571380.538872,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(437,0.000000,1468571381.404860,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(438,0.000000,1468589994.743279,'\0\0\0\0\0\0\0\0\0\0��&d=',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','',NULL,NULL),(439,0.000000,1468589997.115922,'\0\0\0\0\0\0\0\0\0\0��&d=',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/contact-us.php','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','',NULL,NULL),(440,0.000000,1468589998.224226,'\0\0\0\0\0\0\0\0\0\0��&d=',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/shower-centerpieces.php','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','',NULL,NULL),(441,0.000000,1468589998.634221,'\0\0\0\0\0\0\0\0\0\0��&d=',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/wedding-favors.php','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','',NULL,NULL),(442,0.000000,1468589999.137215,'\0\0\0\0\0\0\0\0\0\0��&d=',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/banquets.php','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','',NULL,NULL),(443,0.000000,1468589999.539304,'\0\0\0\0\0\0\0\0\0\0��&d=',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/room-view.php','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','',NULL,NULL),(444,0.000000,1468590001.409595,'\0\0\0\0\0\0\0\0\0\0��&d=',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/graduation.php','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','',NULL,NULL),(445,0.000000,1468590002.128512,'\0\0\0\0\0\0\0\0\0\0��&d=',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/candypage.php','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','',NULL,NULL),(446,0.000000,1468597771.087483,'\0\0\0\0\0\0\0\0\0\0��S��',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1907.11 Safari/537.36','',NULL,NULL),(447,0.000000,1468597771.779034,'\0\0\0\0\0\0\0\0\0\0��S��',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1907.11 Safari/537.36','',NULL,NULL),(448,0.000000,1468603880.191675,'\0\0\0\0\0\0\0\0\0\0��d#�i',0,200,0,0,0,'http://alloccasionscenterpieces.com/pompoms.php','http://alloccasionscenterpieces.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F69 Safari/601.1','',NULL,NULL),(449,0.000000,1468603880.646890,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/pompoms.php','http://alloccasionscenterpieces.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F69 Safari/601.1','',NULL,NULL),(450,0.000000,1468615072.106553,'\0\0\0\0\0\0\0\0\0\0��B�K',0,200,1,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(451,0.000000,1468626384.368955,'\0\0\0\0\0\0\0\0\0\0��4)�4',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(452,0.000000,1468632229.412400,'\0\0\0\0\0\0\0\0\0\0��.�(',0,200,0,0,0,'http://alloccasionscenterpieces.com/xmlrpc.php','https://google.com','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11','',NULL,NULL),(453,0.000000,1468633434.554739,'\0\0\0\0\0\0\0\0\0\0����x',0,200,0,0,0,'http://alloccasionscenterpieces.com/','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1117.2ku2SD25rVeXRghHDAmmDZKO0Jk8E71tsQy29TbLN1QYWopBubnGh9lHXJBN5ntBnqCAuFI07SkVhAgG0dXtDg.cdad907c63a3b8423037d7cfb42960da81115350&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejR0eWJFYk1LdmtxZ05wNVlrTGhPdWpHVlBaU2hFcHpoamt5NGthSkQzdm1DLW1LMldISHQzMDZFVnljbWxKY2MtblVZM3N1aXZnRkJlVHhZaG9iaUdBcS14UTJxUXoxQlJEdGZSem9RaGg1Zw&b64e=2&sign=0e02203ef8569c8f3abeed1b12777529&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTThhPv4ajAo5vqTC1uYB6CslL_aywNgAohUzMHPKBjUEhwyTHTiE7pDYU7ueHqMweLNQkp7xrZb0HAVfxgxMRqFBrRywxt3kF0GNDPBH6Ul-HE2qMFnuOF23ryfeST7yjY&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX9U1h5sqoIOyoA2LHnN9VCzLadEg17Opc1i3Gl5VL4d2zntmmvH6c0HRv-6CCqyDVN4aZtx2_P6q4fyJaxHGLxPQ30FkMbzvw&l10n=ru&cts=1468630444042&mc=3.61651595219','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','',NULL,NULL),(454,0.000000,1468633435.314275,'\0\0\0\0\0\0\0\0\0\0����x',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1117.2ku2SD25rVeXRghHDAmmDZKO0Jk8E71tsQy29TbLN1QYWopBubnGh9lHXJBN5ntBnqCAuFI07SkVhAgG0dXtDg.cdad907c63a3b8423037d7cfb42960da81115350&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejR0eWJFYk1LdmtxZ05wNVlrTGhPdWpHVlBaU2hFcHpoamt5NGthSkQzdm1DLW1LMldISHQzMDZFVnljbWxKY2MtblVZM3N1aXZnRkJlVHhZaG9iaUdBcS14UTJxUXoxQlJEdGZSem9RaGg1Zw&b64e=2&sign=0e02203ef8569c8f3abeed1b12777529&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTThhPv4ajAo5vqTC1uYB6CslL_aywNgAohUzMHPKBjUEhwyTHTiE7pDYU7ueHqMweLNQkp7xrZb0HAVfxgxMRqFBrRywxt3kF0GNDPBH6Ul-HE2qMFnuOF23ryfeST7yjY&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX9U1h5sqoIOyoA2LHnN9VCzLadEg17Opc1i3Gl5VL4d2zntmmvH6c0HRv-6CCqyDVN4aZtx2_P6q4fyJaxHGLxPQ30FkMbzvw&l10n=ru&cts=1468630444042&mc=3.61651595219','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','',NULL,NULL),(455,0.000000,1468633636.585114,'\0\0\0\0\0\0\0\0\0\0���1yq',0,200,0,0,0,'http://alloccasionscenterpieces.com/?author=1','','Mozilla/5.0 (X11; Linux i686 on x86_64; rv:36.0) Gecko/20100101 Firefox/36.0','',NULL,NULL),(456,0.000000,1468633638.095759,'\0\0\0\0\0\0\0\0\0\0���1yq',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','http://alloccasionscenterpieces.com/?author=1','Mozilla/5.0 (X11; Linux i686 on x86_64; rv:36.0) Gecko/20100101 Firefox/36.0','loginFailValidUsername',NULL,NULL),(457,0.000000,1468646289.540449,'\0\0\0\0\0\0\0\0\0\0��h�;',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','CRAZYWEBCRAWLER 0.9.10, http://www.crazywebcrawler.com','',NULL,NULL),(458,0.000000,1468646289.984652,'\0\0\0\0\0\0\0\0\0\0��h�;',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','CRAZYWEBCRAWLER 0.9.10, http://www.crazywebcrawler.com','',NULL,NULL),(459,0.000000,1468646290.685097,'\0\0\0\0\0\0\0\0\0\0��h�;',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/contact-us.php','','CRAZYWEBCRAWLER 0.9.10, http://www.crazywebcrawler.com','',NULL,NULL),(460,0.000000,1468650215.587979,'\0\0\0\0\0\0\0\0\0\0��ܵ3K',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(461,0.000000,1468650217.332972,'\0\0\0\0\0\0\0\0\0\0��ܵ3R',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(462,0.000000,1468655389.874801,'\0\0\0\0\0\0\0\0\0\0��[ydB',0,200,0,0,0,'http://www.ALLOCCASIONSCENTERPIECES.COM/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','',NULL,NULL),(463,0.000000,1468655390.292751,'\0\0\0\0\0\0\0\0\0\0��[ydB',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','',NULL,NULL),(464,0.000000,1468655391.017249,'\0\0\0\0\0\0\0\0\0\0��[ydB',0,200,0,0,0,'http://ALLOCCASIONSCENTERPIECES.COM/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','',NULL,NULL),(465,0.000000,1468655391.435252,'\0\0\0\0\0\0\0\0\0\0��[ydB',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:43.0) Gecko/20100101 Firefox/43.0','',NULL,NULL),(466,0.000000,1468680293.121244,'\0\0\0\0\0\0\0\0\0\0���8jR',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/wp-login.php?redirect_to=http%3A%2F%2Falloccasionscenterpieces.com%2Fwp-admin%2F&reauth=1','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(467,0.000000,1468680299.880287,'\0\0\0\0\0\0\0\0\0\0���8jR',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://www.alloccasionscenterpieces.com/wp-login.php?redirect_to=http%3A%2F%2Falloccasionscenterpieces.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(468,0.000000,1468681141.661008,'\0\0\0\0\0\0\0\0\0\0���8jR',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/pompoms.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(469,0.000000,1468681144.083736,'\0\0\0\0\0\0\0\0\0\0���8jR',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/pompoms.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(470,0.000000,1468681152.833754,'\0\0\0\0\0\0\0\0\0\0���8jR',1,200,0,1,0,'http://www.alloccasionscenterpieces.com/wp-login.php','http://www.alloccasionscenterpieces.com/wp-login.php?redirect_to=http%3A%2F%2Falloccasionscenterpieces.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','loginOK',NULL,NULL),(471,0.000000,1468688489.760531,'\0\0\0\0\0\0\0\0\0\0��4��',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(472,0.000000,1468699141.454475,'\0\0\0\0\0\0\0\0\0\0��B�E�',0,200,1,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(473,0.000000,1468713688.285326,'\0\0\0\0\0\0\0\0\0\0���7\'(',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(474,0.000000,1468745640.418929,'\0\0\0\0\0\0\0\0\0\0��ܵl�',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','',NULL,NULL),(475,0.000000,1468751934.229661,'\0\0\0\0\0\0\0\0\0\0����X',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(476,0.000000,1468751935.756163,'\0\0\0\0\0\0\0\0\0\0����X',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(477,0.000000,1468752760.427412,'\0\0\0\0\0\0\0\0\0\0��4[�',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(478,0.000000,1468768345.228477,'\0\0\0\0\0\0\0\0\0\0��BWu�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/what-are-wanderfuls.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(479,0.000000,1468770158.119937,'\0\0\0\0\0\0\0\0\0\0��B�E�',0,200,1,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(480,0.000000,1468814588.963160,'\0\0\0\0\0\0\0\0\0\0��4��',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(481,0.000000,1468814892.042184,'\0\0\0\0\0\0\0\0\0\0��ܵ3L',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(482,0.000000,1468814892.733193,'\0\0\0\0\0\0\0\0\0\0��ܵ3J',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(483,0.000000,1468848971.129624,'\0\0\0\0\0\0\0\0\0\0��h�Y',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; spbot/5.0.2; +http://OpenLinkProfiler.org/bot )','',NULL,NULL),(484,0.000000,1468874155.749546,'\0\0\0\0\0\0\0\0\0\0��B�K',0,200,1,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(485,0.000000,1468879682.268759,'\0\0\0\0\0\0\0\0\0\0��=��h',0,200,0,0,0,'http://alloccasionscenterpieces.com/','http://www.baidu.com/s?wd=WelcomeToWanderfuls%816%BE4-YourPersonalizedandUniqueCandyCenterpieces%21','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','',NULL,NULL),(486,0.000000,1468886328.930315,'\0\0\0\0\0\0\0\0\0\0��4[�',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(487,0.000000,1468893803.009119,'\0\0\0\0\0\0\0\0\0\0���L',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','',NULL,NULL),(488,0.000000,1468894657.109438,'\0\0\0\0\0\0\0\0\0\0��B�E�',0,200,1,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(489,0.000000,1468898947.299491,'\0\0\0\0\0\0\0\0\0\0��O���',0,200,0,0,0,'http://alloccasionscenterpieces.com/','http://gfiquwerutijfmn474859378tug9keofmi49.com','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36','',NULL,NULL),(490,0.000000,1468898948.189906,'\0\0\0\0\0\0\0\0\0\0��O���',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://gfiquwerutijfmn474859378tug9keofmi49.com','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36','',NULL,NULL),(491,0.000000,1468898953.046176,'\0\0\0\0\0\0\0\0\0\0��O���',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://gfiquwerutijfmn474859378tug9keofmi49.com','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','',NULL,NULL),(492,0.000000,1468901101.936350,'\0\0\0\0\0\0\0\0\0\0��ܵ3n',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(493,0.000000,1468901102.750093,'\0\0\0\0\0\0\0\0\0\0��ܵ3m',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(494,0.000000,1468911074.121296,'\0\0\0\0\0\0\0\0\0\0��V-�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','GuzzleHttp/6.2.0 curl/7.38.0 PHP/7.0.8','',NULL,NULL),(495,0.000000,1468911077.100282,'\0\0\0\0\0\0\0\0\0\0��V-�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','GuzzleHttp/6.2.0 curl/7.38.0 PHP/7.0.8','',NULL,NULL),(496,0.000000,1468943659.089173,'\0\0\0\0\0\0\0\0\0\0���7\'�',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(497,0.000000,1468954726.115173,'\0\0\0\0\0\0\0\0\0\0��ih:�',0,200,0,0,0,'http://alloccasionscenterpieces.com/?author=1','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0','',NULL,NULL),(498,0.000000,1468961772.534194,'\0\0\0\0\0\0\0\0\0\0��4[�',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(499,0.000000,1468963591.436588,'\0\0\0\0\0\0\0\0\0\0��=��G',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(500,0.000000,1468969561.279160,'\0\0\0\0\0\0\0\0\0\0��2D�J',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','','',NULL,NULL),(501,0.000000,1468971795.658529,'\0\0\0\0\0\0\0\0\0\0��`�;U',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','',NULL,NULL),(502,0.000000,1468971796.105351,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','',NULL,NULL),(503,0.000000,1468990796.942792,'\0\0\0\0\0\0\0\0\0\0��{}G',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','',NULL,NULL),(504,0.000000,1468999721.099765,'\0\0\0\0\0\0\0\0\0\0����(�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1122.yeg9HV_1Trelc_devZPS4UCFkglkyHonucO5Fr_qA5dADDJ9p1g3vGBOf5vDfm0qKXiM6ZBonxwBXXZLS3tLpQ.adad7b744ad5b7c0ba231193c6d4d676b2714493&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YHRNgn3KsbHJbmUkku86_mY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxZ05wNVlrTGhPdWpHVlBaU2hFcHpoamt5NGthSkQzdm1DLW1LMldISHQzMDZFVnljbWxKY2MtV0QxWXhFRDRtMDhHRVZnREpKTUtVY2FVS1d5Y0NUYVl2a1ktR2pNdzloQQ&b64e=2&sign=bf00c87ea5bdcbb0d018f59521dea971&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4ozZn8FAD-SU8HpgBbZjbrZgLmQOTVni6cAPBLCFPe0PMPnnBJboADP6iobBwp6dAmpj2es3ZoitBneyeFmK_FTFLaLSSwptMDmjXMZVdIDjpjL5SlJB9iD-EonfRg1L8&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWbgDHRNa-0yhSSyzIEcwaQ9fw5gapHm5j9BouYYf6KZnwouFXj6m9Slut5JObp5ez8yhyNAFlfb0GMGrbL5_e9e6duUyBRnXI&l10n=ru&cts=1468996318184&mc=3.25564489839','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MASPJS)','',NULL,NULL),(505,0.000000,1468999722.962172,'\0\0\0\0\0\0\0\0\0\0����(�',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1122.yeg9HV_1Trelc_devZPS4UCFkglkyHonucO5Fr_qA5dADDJ9p1g3vGBOf5vDfm0qKXiM6ZBonxwBXXZLS3tLpQ.adad7b744ad5b7c0ba231193c6d4d676b2714493&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YHRNgn3KsbHJbmUkku86_mY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxZ05wNVlrTGhPdWpHVlBaU2hFcHpoamt5NGthSkQzdm1DLW1LMldISHQzMDZFVnljbWxKY2MtV0QxWXhFRDRtMDhHRVZnREpKTUtVY2FVS1d5Y0NUYVl2a1ktR2pNdzloQQ&b64e=2&sign=bf00c87ea5bdcbb0d018f59521dea971&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4ozZn8FAD-SU8HpgBbZjbrZgLmQOTVni6cAPBLCFPe0PMPnnBJboADP6iobBwp6dAmpj2es3ZoitBneyeFmK_FTFLaLSSwptMDmjXMZVdIDjpjL5SlJB9iD-EonfRg1L8&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWbgDHRNa-0yhSSyzIEcwaQ9fw5gapHm5j9BouYYf6KZnwouFXj6m9Slut5JObp5ez8yhyNAFlfb0GMGrbL5_e9e6duUyBRnXI&l10n=ru&cts=1468996318184&mc=3.25564489839','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MASPJS)','',NULL,NULL),(506,0.000000,1469000180.816923,'\0\0\0\0\0\0\0\0\0\0��B�B�',0,200,1,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(507,0.000000,1469005881.397222,'\0\0\0\0\0\0\0\0\0\0��B�B�',0,200,1,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(508,0.000000,1469013866.786537,'\0\0\0\0\0\0\0\0\0\0��B<�:',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:19.0) Gecko/20100101 Firefox/19.0','',NULL,NULL),(509,0.000000,1469059056.178988,'\0\0\0\0\0\0\0\0\0\0��4)�4',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','','','loginFailValidUsername',NULL,NULL),(510,0.000000,1469066174.532359,'\0\0\0\0\0\0\0\0\0\0��`�;U',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(511,0.000000,1469066175.884479,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(512,0.000000,1469066183.334334,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/color-design.php','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(513,0.000000,1469066198.836694,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/design-rooms.php','http://www.alloccasionscenterpieces.com/color-design.php','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(514,0.000000,1469066201.906068,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=1','http://www.alloccasionscenterpieces.com/design-rooms.php','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(515,0.000000,1469066303.251418,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=1','http://www.alloccasionscenterpieces.com/design-rooms.php','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(516,0.000000,1469066320.769919,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=1','http://www.alloccasionscenterpieces.com/design-rooms.php','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(517,0.000000,1469066630.905857,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=1','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(518,0.000000,1469069494.089238,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=1','http://www.alloccasionscenterpieces.com/design-rooms.php','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(519,0.000000,1469069566.564102,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=1','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(520,0.000000,1469070851.032990,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=1','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(521,0.000000,1469070887.393269,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/design-rooms.php','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(522,0.000000,1469070893.294712,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','http://www.alloccasionscenterpieces.com/design-rooms.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(523,0.000000,1469070977.206349,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(524,0.000000,1469071004.867292,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(525,0.000000,1469071091.282838,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000tiXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(526,0.000000,1469071091.834380,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANt%20to%20MyXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(527,0.000000,1469071092.378421,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000n%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(528,0.000000,1469071092.927467,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(529,0.000000,1469071093.476281,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM002%20tXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(530,0.000000,1469071094.027190,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM003coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(531,0.000000,1469071094.577737,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM004coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(532,0.000000,1469071095.129379,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM005nnXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(533,0.000000,1469071096.053897,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM007o%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(534,0.000000,1469071096.065413,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM006o%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(535,0.000000,1469071096.584178,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM008%20tXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(536,0.000000,1469071096.584139,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM009ecXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(537,0.000000,1469071097.130823,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM010edXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(538,0.000000,1469071097.132943,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS001L:XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(539,0.000000,1469071097.804104,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS002%20CXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(540,0.000000,1469071097.807982,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS003onXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(541,0.000000,1469071098.251205,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS005ctXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(542,0.000000,1469071098.250539,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS004neXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(543,0.000000,1469071098.782972,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS006ioXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(544,0.000000,1469071146.942895,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=1','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(545,0.000000,1469071293.415165,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/design-rooms.php','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(546,0.000000,1469071296.973460,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','http://www.alloccasionscenterpieces.com/design-rooms.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(547,0.000000,1469071436.287322,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(548,0.000000,1469071436.658530,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(549,0.000000,1469071436.954425,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(550,0.000000,1469071436.982670,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANt%20to%20MyXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(551,0.000000,1469071436.983005,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000tiXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(552,0.000000,1469071437.376726,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(553,0.000000,1469071437.375760,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000n%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(554,0.000000,1469071437.763704,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM002%20tXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(555,0.000000,1469071437.765546,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM003coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(556,0.000000,1469071438.144658,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM004coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(557,0.000000,1469071438.155090,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM005nnXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(558,0.000000,1469071438.522631,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM006o%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(559,0.000000,1469071438.532792,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM007o%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(560,0.000000,1469071438.903716,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM008%20tXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(561,0.000000,1469071438.906088,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM009ecXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(562,0.000000,1469071439.352000,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM010edXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(563,0.000000,1469071439.480620,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS001L:XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(564,0.000000,1469071439.815545,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS002%20CXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(565,0.000000,1469071439.864615,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS003onXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(566,0.000000,1469071440.271207,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS004neXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(567,0.000000,1469071440.306981,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS005ctXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(568,0.000000,1469071440.698944,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS006ioXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(569,0.000000,1469071441.303496,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(570,0.000000,1469071441.305113,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(571,0.000000,1469071441.683463,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(572,0.000000,1469071441.697080,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(573,0.000000,1469071441.948144,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANt%20to%20MyXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(574,0.000000,1469071442.006675,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000n%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(575,0.000000,1469071441.998433,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000tiXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(576,0.000000,1469071442.350271,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(577,0.000000,1469071442.477903,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM002%20tXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(578,0.000000,1469071442.512700,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM003coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(579,0.000000,1469071442.751136,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM004coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(580,0.000000,1469071442.859745,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM005nnXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(581,0.000000,1469071442.906686,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM006o%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(582,0.000000,1469071443.137331,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM007o%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(583,0.000000,1469071443.280650,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM008%20tXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(584,0.000000,1469071443.334075,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM009ecXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(585,0.000000,1469071443.518738,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM010edXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(586,0.000000,1469071443.662944,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS001L:XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(587,0.000000,1469071443.727785,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS002%20CXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(588,0.000000,1469071443.902659,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS003onXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(589,0.000000,1469071444.051499,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS004neXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(590,0.000000,1469071444.124921,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS005ctXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(591,0.000000,1469071444.342836,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS006ioXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(592,0.000000,1469071447.325955,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(593,0.000000,1469071447.328213,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(594,0.000000,1469071447.323852,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(595,0.000000,1469071447.532167,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000n%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(596,0.000000,1469071447.527780,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(597,0.000000,1469071447.521673,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000tiXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(598,0.000000,1469071447.532173,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANt%20to%20MyXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(599,0.000000,1469071447.934123,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM003coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(600,0.000000,1469071447.933549,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM002%20tXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(601,0.000000,1469071447.987796,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM004coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(602,0.000000,1469071447.997639,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM005nnXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(603,0.000000,1469071448.403048,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM007o%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(604,0.000000,1469071448.403048,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM006o%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(605,0.000000,1469071448.404081,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM008%20tXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(606,0.000000,1469071448.431613,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM009ecXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(607,0.000000,1469071448.826136,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS002%20CXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(608,0.000000,1469071448.823725,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS001L:XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(609,0.000000,1469071448.808747,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM010edXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(610,0.000000,1469071448.839538,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS003onXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(611,0.000000,1469071449.252142,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS004neXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(612,0.000000,1469071449.252142,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS005ctXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(613,0.000000,1469071449.281829,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS006ioXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(614,0.000000,1469071453.344674,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(615,0.000000,1469071453.344503,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(616,0.000000,1469071453.386973,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(617,0.000000,1469071453.440701,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(618,0.000000,1469071453.562516,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM002%20tXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(619,0.000000,1469071453.570234,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANt%20to%20MyXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(620,0.000000,1469071453.535395,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000tiXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(621,0.000000,1469071453.560053,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000n%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(622,0.000000,1469071453.689691,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(623,0.000000,1469071454.041355,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM004coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(624,0.000000,1469071454.065283,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM005nnXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(625,0.000000,1469071454.079008,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM006o%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(626,0.000000,1469071454.042828,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM003coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(627,0.000000,1469071454.204873,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM007o%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(628,0.000000,1469071454.459862,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM008%20tXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(629,0.000000,1469071454.465706,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM009ecXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(630,0.000000,1469071454.515890,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS001L:XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(631,0.000000,1469071454.485653,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM010edXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(632,0.000000,1469071454.678355,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS002%20CXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(633,0.000000,1469071454.877269,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS004neXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(634,0.000000,1469071454.914164,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS003onXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(635,0.000000,1469071454.950866,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS005ctXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(636,0.000000,1469071454.999940,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS006ioXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(637,0.000000,1469071458.442531,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANt%20to%20MyXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(638,0.000000,1469071458.452215,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM002%20tXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(639,0.000000,1469071458.501391,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(640,0.000000,1469071458.516021,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000n%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(641,0.000000,1469071458.510071,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000tiXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(642,0.000000,1469071458.522102,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM003coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(643,0.000000,1469071458.878773,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM004coXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(644,0.000000,1469071458.878773,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM005nnXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(645,0.000000,1469071459.025615,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM007o%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(646,0.000000,1469071459.080232,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM006o%20XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(647,0.000000,1469071459.081525,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM008%20tXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(648,0.000000,1469071459.119704,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM009ecXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(649,0.000000,1469071459.369698,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM010edXXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(650,0.000000,1469071459.513845,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(651,0.000000,1469071459.546777,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(652,0.000000,1469071459.563675,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(653,0.000000,1469071459.567690,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(654,0.000000,1469071459.564220,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(655,0.000000,1469071459.566947,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(656,0.000000,1469071459.927223,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(657,0.000000,1469071460.001976,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(658,0.000000,1469071460.064934,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM007XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(659,0.000000,1469071460.116341,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(660,0.000000,1469071460.150053,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM008XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(661,0.000000,1469071460.161631,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM009XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(662,0.000000,1469071460.399790,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM010XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(663,0.000000,1469071460.407010,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(664,0.000000,1469071460.593355,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(665,0.000000,1469071460.687814,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(666,0.000000,1469071460.683687,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(667,0.000000,1469071460.742482,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(668,0.000000,1469071460.849061,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(669,0.000000,1469071465.339856,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(670,0.000000,1469071465.362732,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(671,0.000000,1469071465.402899,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(672,0.000000,1469071465.376083,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(673,0.000000,1469071465.406454,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(674,0.000000,1469071465.403396,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(675,0.000000,1469071465.747919,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(676,0.000000,1469071465.817064,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(677,0.000000,1469071465.888718,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM007XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(678,0.000000,1469071465.935602,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM008XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(679,0.000000,1469071465.887333,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(680,0.000000,1469071465.959796,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM009XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(681,0.000000,1469071466.174743,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM010XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(682,0.000000,1469071466.321217,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(683,0.000000,1469071466.350363,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(684,0.000000,1469071466.418001,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(685,0.000000,1469071466.493136,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(686,0.000000,1469071466.493265,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(687,0.000000,1469071466.594460,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(688,0.000000,1469071471.333127,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(689,0.000000,1469071471.334981,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(690,0.000000,1469071471.400748,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(691,0.000000,1469071471.394481,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(692,0.000000,1469071471.400448,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(693,0.000000,1469071471.405174,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(694,0.000000,1469071471.748582,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(695,0.000000,1469071471.778952,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(696,0.000000,1469071471.878017,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(697,0.000000,1469071471.938287,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM007XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(698,0.000000,1469071471.958249,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM008XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(699,0.000000,1469071471.966832,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM009XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(700,0.000000,1469071472.171790,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM010XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(701,0.000000,1469071472.199611,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(702,0.000000,1469071472.414366,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(703,0.000000,1469071472.432948,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(704,0.000000,1469071472.454101,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(705,0.000000,1469071472.418823,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(706,0.000000,1469071472.629989,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(707,0.000000,1469071477.312009,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(708,0.000000,1469071477.326809,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(709,0.000000,1469071477.414305,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(710,0.000000,1469071477.428733,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(711,0.000000,1469071477.415649,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(712,0.000000,1469071477.415614,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(713,0.000000,1469071477.745464,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(714,0.000000,1469071477.865750,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(715,0.000000,1469071477.775399,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(716,0.000000,1469071477.886613,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM007XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(717,0.000000,1469071477.935852,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM008XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(718,0.000000,1469071477.959394,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM009XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(719,0.000000,1469071478.322088,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(720,0.000000,1469071478.295042,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM010XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(721,0.000000,1469071478.381533,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(722,0.000000,1469071478.344804,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(723,0.000000,1469071478.478632,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(724,0.000000,1469071478.489668,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(725,0.000000,1469071478.739076,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(726,0.000000,1469071483.333569,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(727,0.000000,1469071483.348101,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(728,0.000000,1469071483.385471,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(729,0.000000,1469071483.405585,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(730,0.000000,1469071483.406878,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(731,0.000000,1469071483.411903,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(732,0.000000,1469071483.722126,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(733,0.000000,1469071483.756249,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(734,0.000000,1469071483.873281,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM007XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(735,0.000000,1469071483.912648,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM008XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(736,0.000000,1469071483.873049,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(737,0.000000,1469071483.957907,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM009XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(738,0.000000,1469071484.171948,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM010XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(739,0.000000,1469071484.301885,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(740,0.000000,1469071484.362380,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(741,0.000000,1469071484.369250,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(742,0.000000,1469071484.407029,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(743,0.000000,1469071484.564134,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(744,0.000000,1469071487.205949,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(745,0.000000,1469071489.334062,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(746,0.000000,1469071489.347457,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(747,0.000000,1469071489.415036,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(748,0.000000,1469071489.411868,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(749,0.000000,1469071489.392695,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(750,0.000000,1469071489.413784,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(751,0.000000,1469071489.721397,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(752,0.000000,1469071489.756145,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(753,0.000000,1469071489.847021,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(754,0.000000,1469071489.886180,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM007XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(755,0.000000,1469071489.928794,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM008XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(756,0.000000,1469071489.932128,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM009XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(757,0.000000,1469071490.135757,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM010XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(758,0.000000,1469071490.200989,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(759,0.000000,1469071490.286336,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(760,0.000000,1469071490.393454,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(761,0.000000,1469071490.427119,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(762,0.000000,1469071490.446266,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(763,0.000000,1469071490.651381,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(764,0.000000,1469071495.328575,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(765,0.000000,1469071495.343313,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(766,0.000000,1469071495.387522,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(767,0.000000,1469071495.362294,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(768,0.000000,1469071495.412347,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(769,0.000000,1469071495.430158,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(770,0.000000,1469071495.754445,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(771,0.000000,1469071495.771884,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(772,0.000000,1469071495.883037,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(773,0.000000,1469071495.914401,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM007XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(774,0.000000,1469071495.981046,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM008XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(775,0.000000,1469071496.032941,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM009XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(776,0.000000,1469071496.203884,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM010XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(777,0.000000,1469071496.317081,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(778,0.000000,1469071496.424193,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(779,0.000000,1469071496.454204,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(780,0.000000,1469071496.508397,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(781,0.000000,1469071496.514307,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(782,0.000000,1469071496.625390,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(783,0.000000,1469071502.543778,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(784,0.000000,1469071502.550804,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/RIB/A10RIB000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(785,0.000000,1469071502.614231,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TUB/A10CANXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(786,0.000000,1469071502.617118,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(787,0.000000,1469071502.595601,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/A10BAS000XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(788,0.000000,1469071502.617493,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(789,0.000000,1469071508.156840,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(790,0.000000,1469071508.167590,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM007XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(791,0.000000,1469071508.167392,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(792,0.000000,1469071508.228423,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(793,0.000000,1469071508.239807,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM008XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(794,0.000000,1469071508.593274,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM010XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(795,0.000000,1469071508.606841,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS001XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(796,0.000000,1469071508.577360,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/POM/A10POM009XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(797,0.000000,1469071508.668639,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS002XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(798,0.000000,1469071508.794547,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS003XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(799,0.000000,1469071509.051457,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS004XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(800,0.000000,1469071509.052356,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS006XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(801,0.000000,1469071509.054310,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/design/A10/TAS/A10TAS005XXXX00.png','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(802,0.000000,1469071520.797265,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/design-rooms.php','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(803,0.000000,1469072067.152423,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=5','http://www.alloccasionscenterpieces.com/design-rooms.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','',NULL,NULL),(804,0.000000,1469074138.309152,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(805,0.000000,1469074139.023294,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(806,0.000000,1469089933.854609,'\0\0\0\0\0\0\0\0\0\0��B<�:',0,200,0,0,0,'http://alloccasionscenterpieces.com/administrator/index.php','','Mozilla/5.0 (Windows NT 6.1; rv:19.0) Gecko/20100101 Firefox/19.0','',NULL,NULL),(807,0.000000,1469095809.271111,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(808,0.000000,1469139106.252932,'\0\0\0\0\0\0\0\0\0\0���r��',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0','',NULL,NULL),(809,0.000000,1469143502.128457,'\0\0\0\0\0\0\0\0\0\0��(M�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(810,0.000000,1469144608.185436,'\0\0\0\0\0\0\0\0\0\0���,�:',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','','',NULL,NULL),(811,0.000000,1469144612.577559,'\0\0\0\0\0\0\0\0\0\0���,�:',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','','',NULL,NULL),(812,0.000000,1469193452.800202,'\0\0\0\0\0\0\0\0\0\0��(M�',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(813,0.000000,1469200952.272555,'\0\0\0\0\0\0\0\0\0\0��B�@�',0,200,1,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(814,0.000000,1469206958.115917,'\0\0\0\0\0\0\0\0\0\0��B�Kw',0,200,1,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(815,0.000000,1469241806.922209,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,200,0,0,0,'http://ALLOCCASIONSCENTERPIECES.COM/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/10.10 Chromium/14.0.808.0 Chrome/14.0.808.0 Safari/535.1','',NULL,NULL),(816,0.000000,1469241811.092571,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/10.10 Chromium/14.0.808.0 Chrome/14.0.808.0 Safari/535.1','',NULL,NULL),(817,0.000000,1469241816.664626,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/mac-dock-gallery/bugslist.txt','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11','',NULL,NULL),(818,0.000000,1469241816.901506,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/wp-e-commerce/license.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11','',NULL,NULL),(819,0.000000,1469241817.080796,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/custom-content-type-manager/index.html','','Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/10.04 Chromium/14.0.804.0 Chrome/14.0.804.0 Safari/535.1','',NULL,NULL),(820,0.000000,1469241817.201003,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/user-meta/readme.txt','','Mozilla/5.0 Slackware/13.37 (X11; U; Linux x86_64; en-US) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41','',NULL,NULL),(821,0.000000,1469241817.309420,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/wp-property/action_hooks.php','','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.36 Safari/535.7','',NULL,NULL),(822,0.000000,1469241817.343165,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/nextgen-gallery/changelog.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11','',NULL,NULL),(823,0.000000,1469241818.757803,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/nmedia-user-file-uploader/readme.txt','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.3 Safari/534.24','',NULL,NULL),(824,0.000000,1469241819.051699,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/cimy-user-extra-fields/README_OFFICIAL.txt','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30','',NULL,NULL),(825,0.000000,1469241819.087743,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/gallery-plugin/gallery-plugin.php','','Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.10 Chromium/17.0.963.65 Chrome/17.0.963.65 Safari/535.11','',NULL,NULL),(826,0.000000,1469241819.389382,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/ckeditor-for-wordpress/ckeditor.config.js','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.1 Safari/535.1','',NULL,NULL),(827,0.000000,1469241820.385342,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/wpmarketplace/readme.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.31 (KHTML, like Gecko) Chrome/13.0.748.0 Safari/534.31','',NULL,NULL),(828,0.000000,1469241821.300188,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.36 (KHTML, like Gecko) Chrome/13.0.766.0 Safari/534.36','',NULL,NULL),(829,0.000000,1469241822.487260,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/wp-image-news-slider/functions.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_3) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.32 Safari/535.1','',NULL,NULL),(830,0.000000,1469241822.631287,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/category-grid-view-gallery/cat_grid.php','','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.14 Safari/534.24','',NULL,NULL),(831,0.000000,1469241823.523892,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/auto-attachments/a-a.css','','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/11.0.654.0 Safari/534.17','',NULL,NULL),(832,0.000000,1469241825.083960,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/user-avatar/readme.txt','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.872.0 Safari/535.2','',NULL,NULL),(833,0.000000,1469241825.525658,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/wp-homepage-slideshow/functions.php','','Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.803.0 Safari/535.1','',NULL,NULL),(834,0.000000,1469241826.522567,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/zingiri-web-shop/admin.css','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/10.0.601.0 Safari/534.14','',NULL,NULL),(835,0.000000,1469241826.574709,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/front-end-upload/destination.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.0 Safari/534.24','',NULL,NULL),(836,0.000000,1469241827.414410,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/fcchat/default.png','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.24 Safari/535.1','',NULL,NULL),(837,0.000000,1469241828.540849,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/wp-filemanager/fm.php','','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16','',NULL,NULL),(838,0.000000,1469241828.891534,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/simple-dropbox-upload-form/index.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.790.0 Safari/535.1','',NULL,NULL),(839,0.000000,1469241829.053569,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/another-wordpress-classifieds-plugin/AWPCP.po','','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.0 Safari/534.16','',NULL,NULL),(840,0.000000,1469241830.240813,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/front-end-upload/destination.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.861.0 Safari/535.2','',NULL,NULL),(841,0.000000,1469241830.916571,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/simple-dropbox-upload-form/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.790.0 Safari/535.1','',NULL,NULL),(842,0.000000,1469241830.926602,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/font-uploader/font-uploader-free.php','','Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/14.0.825.0 Chrome/14.0.825.0 Safari/535.1','',NULL,NULL),(843,0.000000,1469241833.567254,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/magic-fields/MF_Constant.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.04 Chromium/17.0.963.56 Chrome/17.0.963.56 Safari/535.11','',NULL,NULL),(844,0.000000,1469241833.873180,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/resume-submissions-job-postings/installer.php','','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/10.0.649.0 Safari/534.17','',NULL,NULL),(845,0.000000,1469241836.105245,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/wpmarketplace/readme.txt','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1','',NULL,NULL),(846,0.000000,1469241837.660953,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/wpstorecart/lgpl.txt','','Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/14.0.825.0 Chrome/14.0.825.0 Safari/535.1','',NULL,NULL),(847,0.000000,1469241879.970792,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/gallery-plugin/gallery-plugin.php','','Mozilla/5.0 (X11; U; Linux armv7l; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16','',NULL,NULL),(848,0.000000,1469242583.493120,'\0\0\0\0\0\0\0\0\0\0��Pi�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/wp-content/plugins/user-photo/admin.css','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','',NULL,NULL),(849,0.000000,1469281628.629063,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(850,0.000000,1469281630.481502,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(851,0.000000,1469293430.844247,'\0\0\0\0\0\0\0\0\0\0��l���',0,200,0,0,0,'http://alloccasionscenterpieces.com/plugins/authentication/joomla/joomla.xml','http://www.example.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36','',NULL,NULL),(852,0.000000,1469293455.243619,'\0\0\0\0\0\0\0\0\0\0��l���',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/plugins/authentication/joomla/joomla.xml','http://www.example.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36','',NULL,NULL),(853,0.000000,1469314263.905824,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(854,0.000000,1469314265.248139,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(855,0.000000,1469314860.103444,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(856,0.000000,1469314860.498470,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(857,0.000000,1469315449.674432,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(858,0.000000,1469315450.457696,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(859,0.000000,1469316056.056972,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(860,0.000000,1469316056.352134,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(861,0.000000,1469316658.306115,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(862,0.000000,1469316658.683794,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(863,0.000000,1469317254.018530,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(864,0.000000,1469317256.409097,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(865,0.000000,1469317844.698674,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(866,0.000000,1469317845.032039,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(867,0.000000,1469318439.837321,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(868,0.000000,1469318440.153341,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(869,0.000000,1469319029.681214,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(870,0.000000,1469319030.021862,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(871,0.000000,1469319622.848022,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(872,0.000000,1469319623.116876,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(873,0.000000,1469320219.077520,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(874,0.000000,1469320219.677302,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(875,0.000000,1469320442.186932,'\0\0\0\0\0\0\0\0\0\0��.��',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; rv:2.0b10) Gecko/20110126 Firefox/4.0b10','',NULL,NULL),(876,0.000000,1469320444.486753,'\0\0\0\0\0\0\0\0\0\0��.��',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; rv:2.0b10) Gecko/20110126 Firefox/4.0b10','',NULL,NULL),(877,0.000000,1469320597.061855,'\0\0\0\0\0\0\0\0\0\0��.��',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2; rv:2.0b13pre) Gecko/20110304 Firefox/4.0b13pre','',NULL,NULL),(878,0.000000,1469320816.930902,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(879,0.000000,1469320817.220002,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(880,0.000000,1469321409.652516,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(881,0.000000,1469321410.031329,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(882,0.000000,1469322012.906509,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(883,0.000000,1469322013.253717,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(884,0.000000,1469322605.806619,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(885,0.000000,1469322606.450834,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(886,0.000000,1469323197.658978,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(887,0.000000,1469323198.011795,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(888,0.000000,1469323797.480789,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(889,0.000000,1469323799.766327,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(890,0.000000,1469324397.179234,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(891,0.000000,1469324397.458959,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(892,0.000000,1469324997.210105,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(893,0.000000,1469324999.502689,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(894,0.000000,1469325585.032634,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(895,0.000000,1469325585.321926,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(896,0.000000,1469326181.562422,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(897,0.000000,1469326184.654696,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(898,0.000000,1469326784.684931,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(899,0.000000,1469326785.018252,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(900,0.000000,1469327381.383877,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(901,0.000000,1469327381.794812,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(902,0.000000,1469327969.019870,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(903,0.000000,1469327969.385938,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(904,0.000000,1469328566.236137,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(905,0.000000,1469328566.509987,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(906,0.000000,1469329160.882353,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(907,0.000000,1469329161.233581,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(908,0.000000,1469329756.529442,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(909,0.000000,1469329756.827361,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(910,0.000000,1469330354.131974,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(911,0.000000,1469330356.900694,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(912,0.000000,1469330944.948161,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(913,0.000000,1469330945.233445,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(914,0.000000,1469331541.393385,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(915,0.000000,1469331541.683875,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(916,0.000000,1469332092.465550,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(917,0.000000,1469332103.351300,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(918,0.000000,1469332139.645544,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(919,0.000000,1469332140.505778,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(920,0.000000,1469332741.402246,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(921,0.000000,1469332742.605392,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(922,0.000000,1469333338.986671,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(923,0.000000,1469333339.386353,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(924,0.000000,1469333931.693669,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(925,0.000000,1469333934.157098,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(926,0.000000,1469334526.430498,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(927,0.000000,1469334530.871543,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(928,0.000000,1469335124.318694,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(929,0.000000,1469335124.603349,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(930,0.000000,1469335718.289302,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(931,0.000000,1469335720.590655,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(932,0.000000,1469336319.760263,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(933,0.000000,1469336320.099733,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(934,0.000000,1469336914.227046,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(935,0.000000,1469336914.569801,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(936,0.000000,1469337508.907189,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(937,0.000000,1469337509.208000,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(938,0.000000,1469338102.224375,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(939,0.000000,1469338102.519087,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(940,0.000000,1469338702.621201,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(941,0.000000,1469338704.985553,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(942,0.000000,1469339292.759070,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(943,0.000000,1469339293.048936,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(944,0.000000,1469339647.972839,'\0\0\0\0\0\0\0\0\0\0��- ��',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36','',NULL,NULL),(945,0.000000,1469339890.972189,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(946,0.000000,1469339891.304311,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(947,0.000000,1469340489.878395,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(948,0.000000,1469340490.237440,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(949,0.000000,1469341083.341165,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(950,0.000000,1469341084.636041,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(951,0.000000,1469341676.301454,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(952,0.000000,1469341676.594649,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(953,0.000000,1469342272.738771,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(954,0.000000,1469342273.074333,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(955,0.000000,1469342872.168646,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(956,0.000000,1469342872.548847,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(957,0.000000,1469343467.062829,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(958,0.000000,1469343467.755644,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(959,0.000000,1469344066.327051,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(960,0.000000,1469344066.682781,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(961,0.000000,1469344659.484902,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(962,0.000000,1469344659.767303,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(963,0.000000,1469345255.059429,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(964,0.000000,1469345255.419435,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(965,0.000000,1469345852.816585,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(966,0.000000,1469345855.112321,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(967,0.000000,1469346446.829049,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(968,0.000000,1469346447.129678,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(969,0.000000,1469347041.297076,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(970,0.000000,1469347041.736353,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(971,0.000000,1469347644.597100,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(972,0.000000,1469347646.919634,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(973,0.000000,1469348237.488915,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(974,0.000000,1469348239.784700,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(975,0.000000,1469348830.978623,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(976,0.000000,1469348833.481367,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(977,0.000000,1469349428.699847,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(978,0.000000,1469349428.988547,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(979,0.000000,1469350021.758156,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(980,0.000000,1469350022.108419,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(981,0.000000,1469350618.327180,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(982,0.000000,1469350618.752228,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(983,0.000000,1469351214.355756,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(984,0.000000,1469351214.716238,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(985,0.000000,1469351808.836101,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(986,0.000000,1469351811.196131,'\0\0\0\0\0\0\0\0\0\0���EJ',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','',NULL,NULL),(987,0.000000,1469372502.016674,'\0\0\0\0\0\0\0\0\0\0��(M�',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(988,0.000000,1469394924.339600,'\0\0\0\0\0\0\0\0\0\0��}@^�',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','',NULL,NULL),(989,0.000000,1469394926.139600,'\0\0\0\0\0\0\0\0\0\0��}@^�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','',NULL,NULL),(990,0.000000,1469394926.916543,'\0\0\0\0\0\0\0\0\0\0��}@^�',0,200,0,0,0,'http://alloccasionscenterpieces.com/test_404_page/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','',NULL,NULL),(991,0.000000,1469394927.651749,'\0\0\0\0\0\0\0\0\0\0��}@^�',0,200,0,0,0,'http://alloccasionscenterpieces.com/issmall/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','',NULL,NULL),(992,0.000000,1469394928.500575,'\0\0\0\0\0\0\0\0\0\0��}@^�',0,200,0,0,0,'http://alloccasionscenterpieces.com/phpmyadmin/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','',NULL,NULL),(993,0.000000,1469394929.332245,'\0\0\0\0\0\0\0\0\0\0��}@^�',0,200,0,0,0,'http://alloccasionscenterpieces.com/weblog/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','',NULL,NULL),(994,0.000000,1469394930.107239,'\0\0\0\0\0\0\0\0\0\0��}@^�',0,200,0,0,0,'http://alloccasionscenterpieces.com/blog/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','',NULL,NULL),(995,0.000000,1469394930.898656,'\0\0\0\0\0\0\0\0\0\0��}@^�',0,200,0,0,0,'http://alloccasionscenterpieces.com/forum/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','',NULL,NULL),(996,0.000000,1469394931.627329,'\0\0\0\0\0\0\0\0\0\0��}@^�',0,200,0,0,0,'http://alloccasionscenterpieces.com/bbs/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','',NULL,NULL),(997,0.000000,1469394932.385914,'\0\0\0\0\0\0\0\0\0\0��}@^�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wcm/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','',NULL,NULL),(998,0.000000,1469399693.230021,'\0\0\0\0\0\0\0\0\0\0��@���',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)','',NULL,NULL),(999,0.000000,1469429355.229054,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1000,0.000000,1469431956.002430,'\0\0\0\0\0\0\0\0\0\0���U�i',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla','',NULL,NULL),(1001,0.000000,1469431961.331624,'\0\0\0\0\0\0\0\0\0\0���U�i',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla','',NULL,NULL),(1002,0.000000,1469441789.763711,'\0\0\0\0\0\0\0\0\0\0��B�O�',0,200,1,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(1003,0.000000,1469454908.036301,'\0\0\0\0\0\0\0\0\0\0��B�O�',0,200,1,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(1004,0.000000,1469458544.132766,'\0\0\0\0\0\0\0\0\0\0���7\'R',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(1005,0.000000,1469481538.463135,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(1006,0.000000,1469481548.574699,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/design-rooms.php','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(1007,0.000000,1469481551.347282,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','http://www.alloccasionscenterpieces.com/design-rooms.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(1008,0.000000,1469492815.511481,'\0\0\0\0\0\0\0\0\0\0��6�kk',0,200,0,0,0,'http://www.ALLOCCASIONSCENTERPIECES.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0','',NULL,NULL),(1009,0.000000,1469492816.831545,'\0\0\0\0\0\0\0\0\0\0��6�kk',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0','',NULL,NULL),(1010,0.000000,1469492819.504979,'\0\0\0\0\0\0\0\0\0\0��6�kk',0,200,0,0,0,'http://www.ALLOCCASIONSCENTERPIECES.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0','',NULL,NULL),(1011,0.000000,1469492819.974652,'\0\0\0\0\0\0\0\0\0\0��6�kk',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0','',NULL,NULL),(1012,0.000000,1469505301.227226,'\0\0\0\0\0\0\0\0\0\0��o�$',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1013,0.000000,1469520967.109294,'\0\0\0\0\0\0\0\0\0\0����e�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/js/lib/elfinder/elfinder.html','','','',NULL,NULL),(1014,0.000000,1469520968.444990,'\0\0\0\0\0\0\0\0\0\0����e�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/Public/static/elfinder/elfinder.html','','','',NULL,NULL),(1015,0.000000,1469530546.018954,'\0\0\0\0\0\0\0\0\0\0��=���',0,200,0,0,0,'http://alloccasionscenterpieces.com/','http://m.baidu.com/s?wd=WelcomeToWanderfuls%816%BE4-YourPersonalizedandUniqueCandyCenterpieces%21','Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A334 Safari/7534.48.3','',NULL,NULL),(1016,0.000000,1469530548.208805,'\0\0\0\0\0\0\0\0\0\0��=��f',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://m.baidu.com/s?wd=WelcomeToWanderfuls%816%BE4-YourPersonalizedandUniqueCandyCenterpieces%21','Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A334 Safari/7534.48.3','',NULL,NULL),(1017,0.000000,1469546618.928755,'\0\0\0\0\0\0\0\0\0\0���.\r�',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(1018,0.000000,1469549070.114676,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(1019,0.000000,1469549077.584503,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/design-rooms.php','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(1020,0.000000,1469549080.704909,'\0\0\0\0\0\0\0\0\0\0��d#�i',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=2','http://www.alloccasionscenterpieces.com/design-rooms.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','',NULL,NULL),(1021,0.000000,1469553060.323353,'\0\0\0\0\0\0\0\0\0\0��h��T',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; TestCrawler)','',NULL,NULL),(1022,0.000000,1469554358.078858,'\0\0\0\0\0\0\0\0\0\0��B�Kp',0,200,1,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(1023,0.000000,1469635601.425415,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1024,0.000000,1469646950.893878,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1025,0.000000,1469646952.618450,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1026,0.000000,1469646952.821751,'\0\0\0\0\0\0\0\0\0\0��o\rf',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1027,0.000000,1469659722.626831,'\0\0\0\0\0\0\0\0\0\0��6��',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','roboto','',NULL,NULL),(1028,0.000000,1469659723.689119,'\0\0\0\0\0\0\0\0\0\0��6��',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://alloccasionscenterpieces.com/','roboto','',NULL,NULL),(1029,0.000000,1469673077.723707,'\0\0\0\0\0\0\0\0\0\0����U�',0,200,0,0,0,'http://ALLOCCASIONSCENTERPIECES.COM/license.php','','Opera/9.15','',NULL,NULL),(1030,0.000000,1469673079.901526,'\0\0\0\0\0\0\0\0\0\0����U�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/license.php','','Opera/9.15','',NULL,NULL),(1031,0.000000,1469673461.935556,'\0\0\0\0\0\0\0\0\0\0��B�E�',0,200,1,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(1032,0.000000,1469674959.882677,'\0\0\0\0\0\0\0\0\0\0�����\Z',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','SafeDNSBot (https://www.safedns.com/searchbot)','',NULL,NULL),(1033,0.000000,1469710223.404821,'\0\0\0\0\0\0\0\0\0\0��B�E�',0,200,1,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(1034,0.000000,1469713054.227280,'\0\0\0\0\0\0\0\0\0\0��d;�',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-content/themes/purevision/sliders/swfobject.js','','Microsoft Data Access Internet Publishing Provider Protocol Discovery','',NULL,NULL),(1035,0.000000,1469719746.801556,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1036,0.000000,1469719748.605623,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1037,0.000000,1469722286.986670,'\0\0\0\0\0\0\0\0\0\0��N//�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0','',NULL,NULL),(1038,0.000000,1469722288.699519,'\0\0\0\0\0\0\0\0\0\0��N//�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0','',NULL,NULL),(1039,0.000000,1469758054.228435,'\0\0\0\0\0\0\0\0\0\0���.\r\n',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(1040,0.000000,1469764269.897571,'\0\0\0\0\0\0\0\0\0\0��-7��',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; spbot/5.0.2; +http://OpenLinkProfiler.org/bot )','',NULL,NULL),(1041,0.000000,1469827615.660357,'\0\0\0\0\0\0\0\0\0\0��6���',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB6 (.NET CLR 3.5.30729)','',NULL,NULL),(1042,0.000000,1469827624.809838,'\0\0\0\0\0\0\0\0\0\0��6���',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB6 (.NET CLR 3.5.30729)','',NULL,NULL),(1043,0.000000,1469933484.496477,'\0\0\0\0\0\0\0\0\0\0��B�E�',0,200,1,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(1044,0.000000,1469954713.224841,'\0\0\0\0\0\0\0\0\0\0���M\Z',0,200,0,0,0,'http://alloccasionscenterpieces.com/','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1133.VBprz8urXC1NxdVFFn1HSHkDEWTz3bjoRnmkDnBB6jkZ5bckbSbFTn9w8_ZsdagWo4SiWamEThR75IEz7MSIBg.a4a425b49317359b84b22f6037a7617ac7229bd2&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM1sNxN_KHOPADPyHdOKa1Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxZ05wNVlrTGhPdWpHVlBaU2hFcHpoamt5NGthSkQzdm1DLW1LMldISHQzMF82RlpMNlotNUhlYTB0Q1RnUEczMkpNREJzN1RTTkpxUE1xT2gyWlhzZ2NBUmtHMS1oc1B1Zw&b64e=2&sign=dcd0463fcd288a25f1085c24cfe02e73&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93Xfrtkbaxni5wcPkP9KB58tLN3cwL1zuFzktfrWLz3kURn5Rpmd5SDs329XC1l_8oPCA-y-kNSYIqsASdBcjgEjgizCTOY-Ei2T-de4OWLpxGowJocpmuVZLxT9oUsqjDR0963tR&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVwjJVQHb9Csx2n-TS0uBwHb5kgbAafP49uQHc7pTy-_wOoD58lfuWsSrcCyB7k-THThT2qcTHat94FMD25eKRfIVaVqLkK53M&l10n=ru&cts=1469953446080&mc=6.34721064189','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)','',NULL,NULL),(1045,0.000000,1469954715.007251,'\0\0\0\0\0\0\0\0\0\0���M\Z',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1133.VBprz8urXC1NxdVFFn1HSHkDEWTz3bjoRnmkDnBB6jkZ5bckbSbFTn9w8_ZsdagWo4SiWamEThR75IEz7MSIBg.a4a425b49317359b84b22f6037a7617ac7229bd2&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM1sNxN_KHOPADPyHdOKa1Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxZ05wNVlrTGhPdWpHVlBaU2hFcHpoamt5NGthSkQzdm1DLW1LMldISHQzMF82RlpMNlotNUhlYTB0Q1RnUEczMkpNREJzN1RTTkpxUE1xT2gyWlhzZ2NBUmtHMS1oc1B1Zw&b64e=2&sign=dcd0463fcd288a25f1085c24cfe02e73&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93Xfrtkbaxni5wcPkP9KB58tLN3cwL1zuFzktfrWLz3kURn5Rpmd5SDs329XC1l_8oPCA-y-kNSYIqsASdBcjgEjgizCTOY-Ei2T-de4OWLpxGowJocpmuVZLxT9oUsqjDR0963tR&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVwjJVQHb9Csx2n-TS0uBwHb5kgbAafP49uQHc7pTy-_wOoD58lfuWsSrcCyB7k-THThT2qcTHat94FMD25eKRfIVaVqLkK53M&l10n=ru&cts=1469953446080&mc=6.34721064189','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)','',NULL,NULL),(1046,0.000000,1469960552.456046,'\0\0\0\0\0\0\0\0\0\0��ܵ3m',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1047,0.000000,1469960553.600546,'\0\0\0\0\0\0\0\0\0\0��ܵ3f',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1048,0.000000,1469966089.193595,'\0\0\0\0\0\0\0\0\0\0���.\r�',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(1049,0.000000,1469967793.692392,'\0\0\0\0\0\0\0\0\0\0����.�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','GuzzleHttp/6.2.1 curl/7.47.0 PHP/7.0.8-0ubuntu0.16.04.1','',NULL,NULL),(1050,0.000000,1469967794.341569,'\0\0\0\0\0\0\0\0\0\0����.�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','GuzzleHttp/6.2.1 curl/7.47.0 PHP/7.0.8-0ubuntu0.16.04.1','',NULL,NULL),(1051,0.000000,1469985257.200314,'\0\0\0\0\0\0\0\0\0\0��ܵ3R',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1052,0.000000,1469996662.594457,'\0\0\0\0\0\0\0\0\0\0��B�E�',0,200,1,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(1053,0.000000,1470013230.681673,'\0\0\0\0\0\0\0\0\0\0��{}G',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','',NULL,NULL),(1054,0.000000,1470041604.108130,'\0\0\0\0\0\0\0\0\0\0���7\'�',0,200,0,0,0,'http://alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(1055,0.000000,1470052423.711273,'\0\0\0\0\0\0\0\0\0\0��B�E�',0,200,1,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(1056,0.000000,1470079307.254106,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1057,0.000000,1470079309.101715,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1058,0.000000,1470079325.186115,'\0\0\0\0\0\0\0\0\0\0��o�$',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/robots.txt','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1059,0.000000,1470082134.462403,'\0\0\0\0\0\0\0\0\0\0��^��F',0,200,0,0,0,'http://alloccasionscenterpieces.com/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&method=form&cid=20&6bc427c8a7981f4fe1f5ac65c1246b5f=9d09f693c63c1988a9f8a564e0da7743','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','',NULL,NULL),(1060,1470082135.689044,1470082135.599100,'\0\0\0\0\0\0\0\0\0\0��^��F',0,403,0,0,0,'http://alloccasionscenterpieces.com/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&version=1576&cid=20',NULL,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2pzb25d\",\"paramValue\":\"eyJmbiI6ImZvbGRlclJlbmFtZSIsImFyZ3MiOlsiL2ljb24wLmdpZiIsIi4uLy4uL2ljb24wLnBocCJdfQ==\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),(1061,0.000000,1470087797.154259,'\0\0\0\0\0\0\0\0\0\0����\'T',0,200,0,0,0,'http://alloccasionscenterpieces.com/','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1134.a9ttY7B_DWObAfsqyf43iJYaxurF4hrl8rRdfudU8vSBctcmcVkXjlG_VrfPcI81rfVMLoA9BFNR5qxWtg04Xg.af07f08d3cbb951143b17fe994e3fa662be2d635&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YOm24rr5dkiDnIjpu2TfUVc&data=UlNrNmk5WktYejR0eWJFYk1LdmtxZ05wNVlrTGhPdWpHVlBaU2hFcHpoamt5NGthSkQzdm1DLW1LMldISHQzMGF0TFVhb3Vna0JKV2xmN1BTRDJaTWZtajhmWmZrMWVPa3Y5UFhJYk9WcHlqWURpZjVVU0ZQdw&b64e=2&sign=72c8d97ad83698122c567a9d0fd19e89&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv458hJOCTQg2oHx4kqP4DGEDnflmll_rqljWa1LXl-uDrR2fH0AK2wLUyxPTxEYPouepB2G9mTtLoUNyEb0hVpQdplEq5mvHXAucEjZDy4-1VuZCIMH8lpFrypgC6ifY5W&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXl57D8DglsoF2V1jNudDmlpflOWonYFBUfNdZtJKvr3mbcU9t6Qumbe9mj3myw-ZIDiX7REyltBNqR2rfLUl8kgnIfKe-SOgg&l10n=ru&cts=1470086266192&mc=2.74231156974','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727)','',NULL,NULL),(1062,0.000000,1470087798.627983,'\0\0\0\0\0\0\0\0\0\0����\'T',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1134.a9ttY7B_DWObAfsqyf43iJYaxurF4hrl8rRdfudU8vSBctcmcVkXjlG_VrfPcI81rfVMLoA9BFNR5qxWtg04Xg.af07f08d3cbb951143b17fe994e3fa662be2d635&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YOm24rr5dkiDnIjpu2TfUVc&data=UlNrNmk5WktYejR0eWJFYk1LdmtxZ05wNVlrTGhPdWpHVlBaU2hFcHpoamt5NGthSkQzdm1DLW1LMldISHQzMGF0TFVhb3Vna0JKV2xmN1BTRDJaTWZtajhmWmZrMWVPa3Y5UFhJYk9WcHlqWURpZjVVU0ZQdw&b64e=2&sign=72c8d97ad83698122c567a9d0fd19e89&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv458hJOCTQg2oHx4kqP4DGEDnflmll_rqljWa1LXl-uDrR2fH0AK2wLUyxPTxEYPouepB2G9mTtLoUNyEb0hVpQdplEq5mvHXAucEjZDy4-1VuZCIMH8lpFrypgC6ifY5W&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXl57D8DglsoF2V1jNudDmlpflOWonYFBUfNdZtJKvr3mbcU9t6Qumbe9mj3myw-ZIDiX7REyltBNqR2rfLUl8kgnIfKe-SOgg&l10n=ru&cts=1470086266192&mc=2.74231156974','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727)','',NULL,NULL),(1063,0.000000,1470098109.743801,'\0\0\0\0\0\0\0\0\0\0��4��R',0,200,0,0,0,'http://ALLOCCASIONSCENTERPIECES.COM/','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0','',NULL,NULL),(1064,0.000000,1470098112.333962,'\0\0\0\0\0\0\0\0\0\0��4��R',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0','',NULL,NULL),(1065,0.000000,1470142638.191598,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1066,0.000000,1470142640.272397,'\0\0\0\0\0\0\0\0\0\0��{}C�',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','',NULL,NULL),(1067,0.000000,1470180523.955111,'\0\0\0\0\0\0\0\0\0\0��`�;U',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36','',NULL,NULL),(1068,0.000000,1470180525.823198,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36','',NULL,NULL),(1069,0.000000,1470180552.741313,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/design-rooms.php','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36','',NULL,NULL),(1070,0.000000,1470180557.512431,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=1','http://www.alloccasionscenterpieces.com/design-rooms.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36','',NULL,NULL),(1071,0.000000,1470180910.430154,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://www.alloccasionscenterpieces.com/droom-no-flash.php?dr=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36','',NULL,NULL),(1072,0.000000,1470182711.855406,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.alloccasionscenterpieces.com%2Fwp-admin%2F&reauth=1','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36','',NULL,NULL),(1073,0.000000,1470182838.103399,'\0\0\0\0\0\0\0\0\0\0��cev',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5','',NULL,NULL),(1074,0.000000,1470182839.511393,'\0\0\0\0\0\0\0\0\0\0��cev',0,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5','',NULL,NULL),(1075,0.000000,1470182869.228469,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,1,0,'http://www.alloccasionscenterpieces.com/wp-login.php','http://www.alloccasionscenterpieces.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.alloccasionscenterpieces.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36','loginOK',NULL,NULL),(1076,0.000000,1470183129.918270,'\0\0\0\0\0\0\0\0\0\0��BWu�',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(1077,0.000000,1470183130.360453,'\0\0\0\0\0\0\0\0\0\0��BWu�',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(1078,0.000000,1470183652.155864,'\0\0\0\0\0\0\0\0\0\0���8$_',0,200,0,0,0,'http://alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G34 Safari/601.1','',NULL,NULL),(1079,0.000000,1470183652.655006,'\0\0\0\0\0\0\0\0\0\0���8$_',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G34 Safari/601.1','',NULL,NULL),(1080,0.000000,1470183672.776763,'\0\0\0\0\0\0\0\0\0\0��BWu�',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','',NULL,NULL),(1081,0.000000,1470183738.867065,'\0\0\0\0\0\0\0\0\0\0���8$_',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/pompoms/','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G34 Safari/601.1','',NULL,NULL),(1082,0.000000,1470183739.446890,'\0\0\0\0\0\0\0\0\0\0���8$_',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/pompoms/','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G34 Safari/601.1','',NULL,NULL),(1083,0.000000,1470193804.126436,'\0\0\0\0\0\0\0\0\0\0���8$�',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G34 Safari/601.1','',NULL,NULL),(1084,0.000000,1470208489.978402,'\0\0\0\0\0\0\0\0\0\0���8$�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/pompoms.php','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G34 Safari/601.1','',NULL,NULL),(1085,0.000000,1470208506.912218,'\0\0\0\0\0\0\0\0\0\0���6W�',0,404,0,0,0,'http://www.alloccasionscenterpieces.com/pompoms.php','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G34 Safari/601.1','',NULL,NULL),(1086,0.000000,1470208511.176141,'\0\0\0\0\0\0\0\0\0\0���6W�',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G34 Safari/601.1','',NULL,NULL),(1087,0.000000,1470208516.276853,'\0\0\0\0\0\0\0\0\0\0���6W�',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/pompoms.php','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G34 Safari/601.1','',NULL,NULL),(1088,0.000000,1470212166.366312,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2','',NULL,NULL),(1089,0.000000,1470212197.905333,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/pompoms.php','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2','',NULL,NULL),(1090,0.000000,1470212212.601187,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/','http://www.alloccasionscenterpieces.com/pompoms.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2','',NULL,NULL),(1091,0.000000,1470212248.681317,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,200,0,0,0,'http://www.alloccasionscenterpieces.com/bar-mitzvah/','http://www.alloccasionscenterpieces.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2','',NULL,NULL),(1092,0.000000,1470212251.838792,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/bar-mitzvah/images/twitter.png','http://www.alloccasionscenterpieces.com/bar-mitzvah/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2','',NULL,NULL),(1093,0.000000,1470212251.839507,'\0\0\0\0\0\0\0\0\0\0��`�;U',1,404,0,0,0,'http://www.alloccasionscenterpieces.com/bar-mitzvah/images/pinterest.png','http://www.alloccasionscenterpieces.com/bar-mitzvah/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2','',NULL,NULL),(1094,0.000000,1470445243.308029,'\0\0\0\0\0\0\0\0\0\0��.���',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','http://alloccasionscenterpieces.com/xmlrpc.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','loginFailValidUsername',NULL,NULL),(1095,0.000000,1470543419.810300,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1096,0.000000,1470543423.361000,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1097,0.000000,1470543426.996389,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1098,0.000000,1470543430.570718,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1099,0.000000,1470543434.176224,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1100,0.000000,1470543437.771712,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1101,0.000000,1470543441.350633,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1102,0.000000,1470543444.990610,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1103,0.000000,1470543448.575949,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1104,0.000000,1470543452.170927,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1105,0.000000,1470543455.777652,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1106,0.000000,1470543459.385572,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1107,0.000000,1470543462.994018,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1108,0.000000,1470543466.587220,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1109,0.000000,1470543470.171361,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1110,0.000000,1470543473.757192,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1111,0.000000,1470543477.362741,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1112,0.000000,1470543480.947137,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1113,0.000000,1470543484.560376,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','loginFailInvalidUsername',NULL,NULL),(1114,0.000000,1470543488.156661,'\0\0\0\0\0\0\0\0\0\0��[��',0,403,0,0,0,'http://alloccasionscenterpieces.com/wp-login.php','http://alloccasionscenterpieces.com/wp-login.php','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'Wanderfuls\'',NULL),(1115,0.000000,1470790155.908952,'\0\0\0\0\0\0\0\0\0\0��.���',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','http://alloccasionscenterpieces.com/xmlrpc.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','loginFailValidUsername',NULL,NULL),(1116,0.000000,1470960704.480146,'\0\0\0\0\0\0\0\0\0\0��.���',0,200,0,1,0,'http://alloccasionscenterpieces.com/xmlrpc.php','http://alloccasionscenterpieces.com/xmlrpc.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','loginFailValidUsername',NULL,NULL),(1117,0.000000,1470965414.231110,'\0\0\0\0\0\0\0\0\0\0��d#�i',0,200,0,1,0,'http://www.alloccasionscenterpieces.com/wp-login.php','http://www.alloccasionscenterpieces.com/wp-login.php?redirect_to=http%3A%2F%2Falloccasionscenterpieces.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','loginFailValidUsername',NULL,NULL),(1118,0.000000,1470965426.896463,'\0\0\0\0\0\0\0\0\0\0��d#�i',0,200,0,1,0,'http://www.alloccasionscenterpieces.com/wp-login.php','http://www.alloccasionscenterpieces.com/wp-login.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','loginFailValidUsername',NULL,NULL),(1119,0.000000,1470965563.507077,'\0\0\0\0\0\0\0\0\0\0��d#�i',0,200,0,1,0,'http://www.alloccasionscenterpieces.com/wp-login.php','http://www.alloccasionscenterpieces.com/wp-login.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','loginOK',NULL,NULL),(1120,1470970658.315303,1470970658.227400,'\0\0\0\0\0\0\0\0\0\0��d#�i',0,403,0,0,0,'http://www.alloccasionscenterpieces.com/anniversary.html?vc_editable=true&vc_post_id=45&_vcnonce=cc6e5d3e1b','http://www.alloccasionscenterpieces.com/wp-admin/post.php?vc_action=vc_inline&post_id=45&post_type=page','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3Nob3J0Y29kZXNdWzBdW3N0cmluZ10=\",\"paramValue\":\"W3ZjX3NpbmdsZV9pbWFnZSBpbWFnZT0iMjA0IiBhbGlnbm1lbnQ9ImNlbnRlciIgb25jbGljaz0iY3VzdG9tX2xpbmsiIGxpbms9InBvbXBvbXMuaHRtbCJdWy92Y19zaW5nbGVfaW1hZ2Vd\",\"path\":\"L2Fubml2ZXJzYXJ5Lmh0bWw=\",\"category\":\"xss\",\"ssl\":0,\"fullRequest\":\"UE9TVCAvYW5uaXZlcnNhcnkuaHRtbD92Y19lZGl0YWJsZT10cnVlJnZjX3Bvc3RfaWQ9NDUmX3Zjbm9uY2U9Y2M2ZTVkM2UxYiBIVFRQLzEuMQpIb3N0OiB3d3cuYWxsb2NjYXNpb25zY2VudGVycGllY2VzLmNvbQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkFjY2VwdDogdGV4dC9odG1sLCAqLyo7IHE9MC4wMQpPcmlnaW46IGh0dHA6Ly93d3cuYWxsb2NjYXNpb25zY2VudGVycGllY2VzLmNvbQpYLVJlcXVlc3RlZC1XaXRoOiBYTUxIdHRwUmVxdWVzdApVc2VyLUFnZW50OiBNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMF8xMV8yKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvNTEuMC4yNzA0LjEwMyBTYWZhcmkvNTM3LjM2ClJlZmVyZXI6IGh0dHA6Ly93d3cuYWxsb2NjYXNpb25zY2VudGVycGllY2VzLmNvbS93cC1hZG1pbi9wb3N0LnBocD92Y19hY3Rpb249dmNfaW5saW5lJnBvc3RfaWQ9NDUmcG9zdF90eXBlPXBhZ2UKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjgKQ29va2llOiBfX3FjYT1QMC0xNjExNDQ1MzMwLTE0NjY3MDEwNTA5Nzk7IF9qc3VpZD0xNDQ0OTk5MDc7IF9fdXRtYT0xOTQwODk0NjkuMjk4MDU0NjYxLjE0NjY3MDEwNTIuMTQ2NjcwMTA1Mi4xNDY2NzAxMDUyLjE7IF9fdXRtej0xOTQwODk0NjkuMTQ2NjcwMTA1Mi4xLjEudXRtY3NyJTNEJTI4ZGlyZWN0JTI5JTdDdXRtY2NuJTNEJTI4ZGlyZWN0JTI5JTdDdXRtY21kJTNEJTI4bm9uZSUyOTsgX2dhPUdBMS4yLjI5ODA1NDY2MS4xNDY2NzAxMDUyOyBvcHRpbWl6ZWx5RW5kVXNlcklkPW9ldTE0NjY3MjEwNDc2NThyMC41MDc2OTQxMzk4MTAzNjA5OyB3b3JkcHJlc3NfdGVzdF9jb29raWU9V1ArQ29va2llK2NoZWNrOyB3b3JkcHJlc3NfbG9nZ2VkX2luXzg3ZjE2NGEwYWVlMzFlZDhiNGY3OGMyNmY1ZTEwZGJlPWFkbWluJTdDMTQ3MTEzODM2MyU3Q1c4M0NpeWRRYk4yVlMxR0RUUkFYdVl4TzJwNEVXN3FCdm40eW5haFJDbFolN0MwM2YwYjcxNDUyNTUzNGVlM2UxZjY0NWZmM2U5MzgwMDIyN2FhOGI0M2FhNTRhNGIzODA4YjhhZmE1NGEwMGJhOyB3ZndhZi1hdXRoY29va2llLTY2NDVmMzA2OWI2YTRmODllYTEyODQ4ZTI1YmQ1Y2ZkPTElN0NhZG1pbmlzdHJhdG9yJTdDYmQ1ZGVjZDdkMWYwNWYzYjc1NDg5Mjg1OWFjMWE2NmFhYjM1M2JkMGVjMTRiNWVjZjI5NWJhOGJjMTBkMTUzYTsgb3B0aW1pemVseVNlZ21lbnRzPSU3QiUyMjE4NjM5NzA2NTQlMjIlM0ElMjJkaXJlY3QlMjIlMkMlMjIxODY3NDQyMTg3JTIyJTNBJTIyZmFsc2UlMjIlMkMlMjIxODg2MzIwNTMwJTIyJTNBJTIyZ2MlMjIlMkMlMjIzNTc4NTQxNTcwJTIyJTNBJTIybm9uZSUyMiU3RDsgb3B0aW1pemVseUJ1Y2tldHM9JTdCJTdEOyB3cC1zZXR0aW5ncy0xPWxpYnJhcnlDb250ZW50JTNEYnJvd3NlJTI2ZWRpdG9yJTNEdGlueW1jZSUyNnVybGJ1dHRvbiUzRG5vbmUlMjZpbWdzaXplJTNEZnVsbCUyNnBvc3RzX2xpc3RfbW9kZSUzRGxpc3QlMjZoaWRldGIlM0QwJTI2d3BsaW5rJTNEMCUyNmVkaXRfZWxlbWVudF92Y1VJUGFuZWxXaWR0aCUzRDY1MCUyNmVkaXRfZWxlbWVudF92Y1VJUGFuZWxMZWZ0JTNEMTAxNnB4JTI2ZWRpdF9lbGVtZW50X3ZjVUlQYW5lbFRvcCUzRDc0cHg7IHdwLXNldHRpbmdzLXRpbWUtMT0xNDcwOTcwMjQwOwpDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL3gtd3d3LWZvcm0tdXJsZW5jb2RlZDsgY2hhcnNldD1VVEYtOApDb250ZW50LUxlbmd0aDogMzQ1Cgpwb3N0X2lkPTQ1JnZjX2lubGluZT10cnVlJl92Y25vbmNlPWNjNmU1ZDNlMWImYWN0aW9uPXZjX2xvYWRfc2hvcnRjb2RlJnNob3J0Y29kZXMlNUIwJTVEJTVCaWQlNUQ9NTZhMmZmZTU1NWI3YzNmMGFhYmE0NTlkY2MwNzg0NmYmc2hvcnRjb2RlcyU1QjAlNUQlNUJzdHJpbmclNUQ9JTVCdmNfc2luZ2xlX2ltYWdlK2ltYWdlJTNEJTIyMjA0JTIyK2FsaWdubWVudCUzRCUyMmNlbnRlciUyMitvbmNsaWNrJTNEJTIyY3VzdG9tX2xpbmslMjIrbGluayUzRCUyMnBvbXBvbXMuaHRtbCUyMiU1RCU1QiUyRnZjX3NpbmdsZV9pbWFnZSU1RCZzaG9ydGNvZGVzJTVCMCU1RCU1QnRhZyU1RD12Y19zaW5nbGVfaW1hZ2U=\"}'),(1121,0.000000,1471043940.848546,'\0\0\0\0\0\0\0\0\0\0��\0\0',0,200,0,1,0,'http://www.wanderfuls.com/wp-login.php','http://www.wanderfuls.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.wanderfuls.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','loginOK',NULL,NULL);
/*!40000 ALTER TABLE `wp_wfhits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfhoover`
--

DROP TABLE IF EXISTS `wp_wfhoover`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfhoover` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `owner` text,
  `host` text,
  `path` text,
  `hostKey` binary(4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k2` (`hostKey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfhoover`
--

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

--
-- Table structure for table `wp_wfissues`
--

DROP TABLE IF EXISTS `wp_wfissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=604 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfissues`
--

LOCK TABLES `wp_wfissues` WRITE;
/*!40000 ALTER TABLE `wp_wfissues` DISABLE KEYS */;
INSERT INTO `wp_wfissues` VALUES (603,1471061856,'new','wfPluginUpgrade',2,'091802c8255147d6dbe5d69c603154dd','091802c8255147d6dbe5d69c603154dd','The Plugin \"WPBakery Visual Composer\" needs an upgrade (4.11.2 -> 4.12).','You need to upgrade \"WPBakery Visual Composer\" to the newest version to ensure you have any security fixes the developer has released.','a:16:{s:4:\"Name\";s:24:\"WPBakery Visual Composer\";s:9:\"PluginURI\";s:22:\"http://vc.wpbakery.com\";s:7:\"Version\";s:6:\"4.11.2\";s:11:\"Description\";s:233:\"Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required. <cite>By <a href=\"http://wpbakery.com\">Michael M - WPBakery.com</a>.</cite>\";s:6:\"Author\";s:58:\"<a href=\"http://wpbakery.com\">Michael M - WPBakery.com</a>\";s:9:\"AuthorURI\";s:19:\"http://wpbakery.com\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:61:\"<a href=\"http://vc.wpbakery.com\">WPBakery Visual Composer</a>\";s:10:\"AuthorName\";s:24:\"Michael M - WPBakery.com\";s:10:\"pluginFile\";s:77:\"/Users/lukasz/Sites/wanderfuls/wp-content/plugins/js_composer/js_composer.php\";s:10:\"newVersion\";s:4:\"4.12\";s:4:\"slug\";s:11:\"js_composer\";s:5:\"wpURL\";s:0:\"\";s:20:\"vulnerabilityPatched\";b:0;}');
/*!40000 ALTER TABLE `wp_wfissues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfleechers`
--

DROP TABLE IF EXISTS `wp_wfleechers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfleechers` (
  `eMin` int(10) unsigned NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hits` int(10) unsigned NOT NULL,
  PRIMARY KEY (`eMin`,`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfleechers`
--

LOCK TABLES `wp_wfleechers` WRITE;
/*!40000 ALTER TABLE `wp_wfleechers` DISABLE KEYS */;
INSERT INTO `wp_wfleechers` VALUES (24514455,'\0\0\0\0\0\0\0\0\0\0���L�',1),(24514780,'\0\0\0\0\0\0\0\0\0\0��ܵl�',1),(24515296,'\0\0\0\0\0\0\0\0\0\0���7\'�',1),(24516389,'\0\0\0\0\0\0\0\0\0\0��{}C�',1),(24516550,'\0\0\0\0\0\0\0\0\0\0��6UD3',4),(24517218,'\0\0\0\0\0\0\0\0\0\0��ܵ3Q',1);
/*!40000 ALTER TABLE `wp_wfleechers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wflockedout`
--

DROP TABLE IF EXISTS `wp_wflockedout`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wflockedout` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) unsigned DEFAULT '0',
  `blockedHits` int(10) unsigned DEFAULT '0',
  PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wflockedout`
--

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

--
-- Table structure for table `wp_wflocs`
--

DROP TABLE IF EXISTS `wp_wflocs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wflocs` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int(10) unsigned NOT NULL,
  `failed` tinyint(3) unsigned NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT '0.0000000',
  `lon` float(10,7) DEFAULT '0.0000000',
  PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wflocs`
--

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

--
-- Table structure for table `wp_wflogins`
--

DROP TABLE IF EXISTS `wp_wflogins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wflogins` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `hitID` int(11) DEFAULT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `fail` tinyint(3) unsigned NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text,
  PRIMARY KEY (`id`),
  KEY `k1` (`IP`,`fail`),
  KEY `hitID` (`hitID`)
) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wflogins`
--

LOCK TABLES `wp_wflogins` WRITE;
/*!40000 ALTER TABLE `wp_wflogins` DISABLE KEYS */;
INSERT INTO `wp_wflogins` VALUES (1,NULL,1454908889.496467,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��p�3�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.2.2564.88 Safari/537.36'),(2,NULL,1454911302.536657,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�$�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36'),(3,NULL,1454912868.569105,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�$�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36'),(4,NULL,1454943721.808936,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��ʤ/�','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/47.0.2526.106 Chrome/47.0.2526.106 Safari/537.36'),(5,NULL,1455010379.352850,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�$�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36'),(6,NULL,1466721185.070754,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d#�i','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(7,NULL,1466721197.608928,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d#�i','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(8,NULL,1466721377.662187,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��d#�i','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(9,NULL,1466740291.747678,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36'),(10,NULL,1466740383.711723,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36'),(11,NULL,1466740397.730585,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36'),(12,NULL,1466740542.561495,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36'),(13,NULL,1466740619.489242,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36'),(14,NULL,1466740643.772565,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36'),(15,727,1466740681.212364,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36'),(16,730,1466804521.043772,0,'logout','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36'),(17,739,1466838847.406224,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(18,740,1466838900.590103,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(19,741,1466839497.894249,0,'logout','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(20,745,1466839578.205861,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(21,746,1466839666.176680,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(22,763,1466847396.655398,0,'logout','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(23,17,1467865932.439849,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0���8#T','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F69 Safari/601.1'),(24,19,1467920802.488149,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��d#�i','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(25,21,1467927617.779884,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0���8u','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(26,48,1468003983.560626,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0���8j','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(27,87,1468344142.426457,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��}>e�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(28,234,1468346154.700322,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��}>e�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(29,251,1468348988.606638,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��}>e�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(30,334,1468358476.098826,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6ɚ�',''),(31,346,1468372913.426670,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6�E',''),(32,353,1468390900.133243,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6��/',''),(33,354,1468410391.941200,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��',''),(34,358,1468429055.572520,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6�m�',''),(35,364,1468474628.230603,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6�m�',''),(36,385,1468497486.718209,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6�m�',''),(37,410,1468566791.874901,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��',''),(38,451,1468626388.501995,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4)�4',''),(39,456,1468633641.206986,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1yq','Mozilla/5.0 (X11; Linux i686 on x86_64; rv:36.0) Gecko/20100101 Firefox/36.0'),(40,470,1468681152.959666,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0���8jR','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(41,471,1468688492.879893,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��',''),(42,477,1468752763.547098,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4[�',''),(43,480,1468814593.105963,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��',''),(44,486,1468886333.053272,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4[�',''),(45,498,1468961775.933245,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4[�',''),(46,509,1469059060.303550,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4)�4',''),(47,1075,1470182869.336104,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��`�;U','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36'),(48,1094,1470445247.451354,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.���','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36'),(49,1095,1470543422.922840,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(50,1096,1470543426.477372,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(51,1097,1470543430.120413,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(52,1098,1470543433.729901,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(53,1099,1470543437.317341,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(54,1100,1470543440.893818,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(55,1101,1470543444.485954,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(56,1102,1470543448.125923,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(57,1103,1470543451.714637,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(58,1104,1470543455.321982,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(59,1105,1470543458.930505,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(60,1106,1470543462.523909,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(61,1107,1470543466.138151,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(62,1108,1470543469.727400,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(63,1109,1470543473.296008,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(64,1110,1470543476.910650,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(65,1111,1470543480.501855,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(66,1112,1470543484.095100,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(67,1113,1470543487.701422,1,'loginFailInvalidUsername','Wanderfuls',0,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(68,1115,1470790159.264511,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.���','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36'),(69,1116,1470960707.885180,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.���','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36'),(70,1117,1470965417.347430,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d#�i','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(71,1118,1470965430.011434,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d#�i','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(72,1119,1470965563.627366,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��d#�i','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(73,1121,1471043941.167754,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��\0\0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36');
/*!40000 ALTER TABLE `wp_wflogins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfnet404s`
--

DROP TABLE IF EXISTS `wp_wfnet404s`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfnet404s` (
  `sig` binary(16) NOT NULL,
  `ctime` int(10) unsigned NOT NULL,
  `URI` varchar(1000) NOT NULL,
  PRIMARY KEY (`sig`),
  KEY `k1` (`ctime`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfnet404s`
--

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

--
-- Table structure for table `wp_wfreversecache`
--

DROP TABLE IF EXISTS `wp_wfreversecache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfreversecache` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `host` varchar(255) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfreversecache`
--

LOCK TABLES `wp_wfreversecache` WRITE;
/*!40000 ALTER TABLE `wp_wfreversecache` DISABLE KEYS */;
INSERT INTO `wp_wfreversecache` VALUES ('\0\0\0\0\0\0\0\0\0\0��B�E;','crawl-66-249-69-59.googlebot.com',1470992514);
/*!40000 ALTER TABLE `wp_wfreversecache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfscanners`
--

DROP TABLE IF EXISTS `wp_wfscanners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfscanners` (
  `eMin` int(10) unsigned NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hits` smallint(5) unsigned NOT NULL,
  PRIMARY KEY (`eMin`,`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfscanners`
--

LOCK TABLES `wp_wfscanners` WRITE;
/*!40000 ALTER TABLE `wp_wfscanners` DISABLE KEYS */;
INSERT INTO `wp_wfscanners` VALUES (24514311,'\0\0\0\0\0\0\0\0\0\0�����',1),(24515584,'\0\0\0\0\0\0\0\0\0\0���<�',24),(24515585,'\0\0\0\0\0\0\0\0\0\0���<�',22),(24515586,'\0\0\0\0\0\0\0\0\0\0���<�',5),(24515594,'\0\0\0\0\0\0\0\0\0\0���<�',1),(24515606,'\0\0\0\0\0\0\0\0\0\0���<�',1),(24515731,'\0\0\0\0\0\0\0\0\0\0���<�',1),(24516023,'\0\0\0\0\0\0\0\0\0\0��d#�i',2),(24516024,'\0\0\0\0\0\0\0\0\0\0��d#�i',4),(24516084,'\0\0\0\0\0\0\0\0\0\0��d#�i',6),(24516086,'\0\0\0\0\0\0\0\0\0\0��d#�i',2),(24516461,'\0\0\0\0\0\0\0\0\0\0��U� ',1);
/*!40000 ALTER TABLE `wp_wfscanners` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfstatus`
--

DROP TABLE IF EXISTS `wp_wfstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfstatus` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ctime` double(17,6) unsigned NOT NULL,
  `level` tinyint(3) unsigned NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=25005 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfstatus`
--

LOCK TABLES `wp_wfstatus` WRITE;
/*!40000 ALTER TABLE `wp_wfstatus` DISABLE KEYS */;
INSERT INTO `wp_wfstatus` VALUES (23885,1470858743.750123,2,'info','Analyzed 4100 files containing 57.58 MB of data so far'),(23886,1470858745.744546,2,'info','Analyzed 4200 files containing 57.95 MB of data so far'),(23887,1470858747.356586,2,'info','Analyzed 4300 files containing 61.23 MB of data so far'),(23888,1470858748.787060,2,'info','Analyzed 4400 files containing 62.98 MB of data so far'),(23889,1470858750.319409,2,'info','Analyzed 4500 files containing 63.51 MB of data so far'),(23890,1470858751.716041,2,'info','Analyzed 4600 files containing 64.22 MB of data so far'),(23891,1470858753.285959,2,'info','Analyzed 4700 files containing 66.32 MB of data so far'),(23892,1470858754.803052,2,'info','Analyzed 4800 files containing 69.31 MB of data so far'),(23893,1470858756.320145,2,'info','Analyzed 4900 files containing 70.27 MB of data so far'),(23894,1470858757.938192,2,'info','Analyzed 5000 files containing 73.05 MB of data so far'),(23895,1470858759.459508,2,'info','Analyzed 5100 files containing 73.15 MB of data so far'),(23896,1470858761.661188,2,'info','Analyzed 5200 files containing 74.61 MB of data so far'),(23897,1470858763.340266,2,'info','Analyzed 5300 files containing 84.04 MB of data so far'),(23898,1470858764.948964,2,'info','Analyzed 5400 files containing 84.68 MB of data so far'),(23899,1470858766.607347,2,'info','Analyzed 5500 files containing 91.24 MB of data so far'),(23900,1470858768.119691,2,'info','Analyzed 5600 files containing 91.35 MB of data so far'),(23901,1470858769.703519,2,'info','Analyzed 5700 files containing 91.98 MB of data so far'),(23902,1470858771.296279,2,'info','Analyzed 5800 files containing 93.44 MB of data so far'),(23903,1470858772.850358,2,'info','Analyzed 5900 files containing 97.65 MB of data so far'),(23904,1470858774.420237,2,'info','Analyzed 6000 files containing 101.98 MB of data so far'),(23905,1470858775.951796,2,'info','Analyzed 6100 files containing 106.82 MB of data so far'),(23906,1470858778.123636,2,'info','Analyzed 6200 files containing 113.36 MB of data so far'),(23907,1470858779.680676,2,'info','Analyzed 6300 files containing 121.08 MB of data so far'),(23908,1470858781.351132,2,'info','Analyzed 6400 files containing 129.22 MB of data so far'),(23909,1470858782.940094,2,'info','Analyzed 6500 files containing 135.12 MB of data so far'),(23910,1470858784.412422,2,'info','Analyzed 6600 files containing 140.83 MB of data so far'),(23911,1470858785.953394,2,'info','Analyzed 6700 files containing 146.05 MB of data so far'),(23912,1470858787.473093,2,'info','Analyzed 6800 files containing 149.82 MB of data so far'),(23913,1470858789.051924,2,'info','Analyzed 6900 files containing 151.94 MB of data so far'),(23914,1470858790.646260,2,'info','Analyzed 7000 files containing 154.86 MB of data so far'),(23915,1470858792.882361,2,'info','Analyzed 7100 files containing 159.39 MB of data so far'),(23916,1470858794.447205,2,'info','Analyzed 7200 files containing 165.78 MB of data so far'),(23917,1470858795.915871,2,'info','Analyzed 7300 files containing 166.81 MB of data so far'),(23918,1470858797.615372,2,'info','Analyzed 7400 files containing 168.71 MB of data so far'),(23919,1470858799.131457,2,'info','Analyzed 7500 files containing 172 MB of data so far'),(23920,1470858800.687768,2,'info','Analyzed 7600 files containing 174.44 MB of data so far'),(23921,1470858802.348208,2,'info','Analyzed 7700 files containing 175.73 MB of data so far'),(23922,1470858803.807641,2,'info','Analyzed 7800 files containing 176.36 MB of data so far'),(23923,1470858805.469633,2,'info','Analyzed 7900 files containing 177.87 MB of data so far'),(23924,1470858806.961101,2,'info','Analyzed 8000 files containing 179.32 MB of data so far'),(23925,1470858809.287481,2,'info','Analyzed 8100 files containing 181.88 MB of data so far'),(23926,1470858809.769730,2,'info','Analyzed 8129 files containing 182.28 MB of data.'),(23928,1470858809.785895,1,'error','Undefined index: coreUnknown (8) File: /home/alloccasions/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php Line: 141'),(23935,1470858810.575334,2,'info','Starting scan of file contents'),(23936,1470858811.597326,2,'info','Scanned contents of 59 additional files at 58.07 per second'),(23937,1470858812.601146,2,'info','Scanned contents of 119 additional files at 58.92 per second'),(23938,1470858813.606663,2,'info','Scanned contents of 178 additional files at 58.84 per second'),(23939,1470858814.618186,2,'info','Scanned contents of 230 additional files at 56.97 per second'),(23940,1470858815.622211,2,'info','Scanned contents of 288 additional files at 57.13 per second'),(23941,1470858816.638521,2,'info','Scanned contents of 348 additional files at 57.45 per second'),(23942,1470858817.648873,2,'info','Scanned contents of 400 additional files at 56.60 per second'),(23943,1470858818.666511,2,'info','Scanned contents of 445 additional files at 55.04 per second'),(23944,1470858819.675444,2,'info','Scanned contents of 498 additional files at 54.76 per second'),(23945,1470858820.675875,2,'info','Scanned contents of 556 additional files at 55.08 per second'),(23946,1470858821.679657,2,'info','Scanned contents of 623 additional files at 56.13 per second'),(23947,1470858822.696371,2,'info','Scanned contents of 676 additional files at 55.80 per second'),(23948,1470858823.701047,2,'info','Scanned contents of 726 additional files at 55.34 per second'),(23949,1470858824.703093,2,'info','Scanned contents of 752 additional files at 53.25 per second'),(23950,1470858825.705633,2,'info','Scanned contents of 804 additional files at 53.16 per second'),(23951,1470858826.714964,2,'info','Scanned contents of 849 additional files at 52.62 per second'),(23952,1470858827.734448,2,'info','Scanned contents of 892 additional files at 52.00 per second'),(23953,1470858828.755401,2,'info','Scanned contents of 947 additional files at 52.11 per second'),(23954,1470858829.776287,2,'info','Scanned contents of 1002 additional files at 52.20 per second'),(23955,1470858830.777074,2,'info','Scanned contents of 1059 additional files at 52.44 per second'),(23956,1470858831.790162,2,'info','Scanned contents of 1106 additional files at 52.15 per second'),(23957,1470858832.802390,2,'info','Scanned contents of 1162 additional files at 52.29 per second'),(23958,1470858833.819255,2,'info','Scanned contents of 1223 additional files at 52.63 per second'),(23959,1470858834.819836,2,'info','Scanned contents of 1268 additional files at 52.31 per second'),(23960,1470858835.820109,2,'info','Scanned contents of 1317 additional files at 52.18 per second'),(23961,1470858836.822489,2,'info','Scanned contents of 1365 additional files at 52.02 per second'),(23962,1470858837.297464,1,'error','<br />\n<b>Notice</b>:  Undefined index: coreUnknown in <b>/home/alloccasions/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php</b> on line <b>141</b><br />\n'),(23963,1470858837.844375,2,'info','Scanned contents of 1419 additional files at 52.05 per second'),(23964,1470858838.846113,2,'info','Scanned contents of 1461 additional files at 51.69 per second'),(23965,1470858839.848120,2,'info','Scanned contents of 1518 additional files at 51.87 per second'),(23966,1470858840.849891,2,'info','Scanned contents of 1541 additional files at 50.91 per second'),(23967,1470858841.849987,2,'info','Scanned contents of 1593 additional files at 50.95 per second'),(23968,1470858842.864128,2,'info','Scanned contents of 1650 additional files at 51.11 per second'),(23969,1470858843.897545,2,'info','Scanned contents of 1703 additional files at 51.12 per second'),(23970,1470858844.926147,2,'info','Scanned contents of 1757 additional files at 51.16 per second'),(23971,1470858845.946242,2,'info','Scanned contents of 1811 additional files at 51.21 per second'),(23972,1470858846.958630,2,'info','Scanned contents of 1865 additional files at 51.27 per second'),(23973,1470858847.969624,2,'info','Scanned contents of 1919 additional files at 51.33 per second'),(23974,1470858848.970711,2,'info','Scanned contents of 1965 additional files at 51.19 per second'),(23975,1470858849.973203,2,'info','Scanned contents of 2023 additional files at 51.36 per second'),(23976,1470858850.982691,2,'info','Scanned contents of 2076 additional files at 51.38 per second'),(23977,1470858852.000669,2,'info','Scanned contents of 2129 additional files at 51.40 per second'),(23978,1470858853.011899,2,'info','Scanned contents of 2176 additional files at 51.28 per second'),(23979,1470858854.023656,2,'info','Scanned contents of 2234 additional files at 51.42 per second'),(23980,1470858855.033338,2,'info','Scanned contents of 2286 additional files at 51.43 per second'),(23981,1470858856.531308,2,'info','Scanned contents of 2343 additional files at 50.99 per second'),(23982,1470858857.545919,2,'info','Scanned contents of 2395 additional files at 51.00 per second'),(23983,1470858858.568535,2,'info','Scanned contents of 2445 additional files at 50.95 per second'),(23984,1470858859.581973,2,'info','Scanned contents of 2495 additional files at 50.92 per second'),(23985,1470858860.677606,2,'info','Scanned contents of 2540 additional files at 50.70 per second'),(23986,1470858860.882372,2,'info','Scanned contents of 2547 additional files at 50.64 per second'),(23987,1470858860.887209,2,'info','Asking Wordfence to check URL\'s against malware list.'),(23988,1470858860.901824,2,'info','Checking 1241 host keys against Wordfence scanning servers.'),(23989,1470858861.256838,2,'info','Done host key check.'),(23990,1470858861.264788,2,'info','Checking 64 URLs from 37 sources.'),(23991,1470858861.805308,2,'info','Done URL check.'),(23992,1470858861.874875,2,'info','Done file contents scan'),(23996,1470858862.062605,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(23997,1470858862.068047,2,'info','Checking 5 host keys against Wordfence scanning servers.'),(23998,1470858862.358564,2,'info','Done host key check.'),(23999,1470858862.370871,2,'info','Done examining URLs'),(24002,1470858862.465258,2,'info','Checking 1 host keys against Wordfence scanning servers.'),(24003,1470858862.758703,2,'info','Done host key check.'),(24006,1470858862.816139,2,'info','Starting password strength check on 1 users.'),(24009,1470858862.968980,2,'info','Starting DNS scan for www.alloccasionscenterpieces.com'),(24010,1470858863.005232,2,'info','Scanning CNAME DNS record for www.alloccasionscenterpieces.com'),(24011,1470858863.012418,2,'info','Scanning DNS A record for alloccasionscenterpieces.com'),(24012,1470858863.020297,2,'info','Scanning DNS MX record for alloccasionscenterpieces.com'),(24015,1470858863.042406,2,'info','Total disk space: 220.5342GB -- Free disk space: 181.5910GB'),(24016,1470858863.048492,2,'info','The disk has 185949.19 MB space available'),(24022,1470858865.031940,1,'info','-------------------'),(24023,1470858865.038403,1,'info','Scan Complete. Scanned 8129 files, 16 plugins, 1 themes, 60 pages, 1 comments and 15733 records in 191 seconds.'),(24025,1470858865.379251,2,'info','Wordfence used 23.22MB of memory for scan. Server peak memory usage was: 63.20MB'),(24026,1470943605.486437,1,'info','Scheduled Wordfence scan starting at Thursday 11th of August 2016 07:26:45 PM'),(24034,1470943614.787754,1,'info','Contacting Wordfence to initiate scan'),(24035,1470943615.073657,2,'info','Getting plugin list from WordPress'),(24036,1470943615.079045,2,'info','Found 16 plugins'),(24037,1470943615.085725,2,'info','Getting theme list from WordPress'),(24038,1470943615.088570,2,'info','Found 1 themes'),(24048,1470943617.076588,2,'info','Analyzed 100 files containing 2.65 MB of data so far'),(24049,1470943617.804691,2,'info','Analyzed 200 files containing 3.87 MB of data so far'),(24050,1470943618.524241,2,'info','Analyzed 300 files containing 5.12 MB of data so far'),(24051,1470943619.305494,2,'info','Analyzed 400 files containing 6.89 MB of data so far'),(24052,1470943620.025306,2,'info','Analyzed 500 files containing 7.53 MB of data so far'),(24053,1470943620.765644,2,'info','Analyzed 600 files containing 8.24 MB of data so far'),(24054,1470943621.543095,2,'info','Analyzed 700 files containing 8.97 MB of data so far'),(24055,1470943622.330529,2,'info','Analyzed 800 files containing 9.4 MB of data so far'),(24056,1470943623.063391,2,'info','Analyzed 900 files containing 10.1 MB of data so far'),(24057,1470943623.799598,2,'info','Analyzed 1000 files containing 10.57 MB of data so far'),(24058,1470943624.572384,2,'info','Analyzed 1100 files containing 13.43 MB of data so far'),(24059,1470943625.327509,2,'info','Analyzed 1200 files containing 15.88 MB of data so far'),(24060,1470943626.039619,2,'info','Analyzed 1300 files containing 16.37 MB of data so far'),(24061,1470943626.794467,2,'info','Analyzed 1400 files containing 19.46 MB of data so far'),(24062,1470943627.520119,2,'info','Analyzed 1500 files containing 20.07 MB of data so far'),(24063,1470943628.281618,2,'info','Analyzed 1600 files containing 24.33 MB of data so far'),(24064,1470943629.005488,2,'info','Analyzed 1700 files containing 25.34 MB of data so far'),(24065,1470943629.721848,2,'info','Analyzed 1800 files containing 25.52 MB of data so far'),(24066,1470943631.082349,2,'info','Analyzed 1900 files containing 26.13 MB of data so far'),(24067,1470943631.801176,2,'info','Analyzed 2000 files containing 27.2 MB of data so far'),(24068,1470943632.530536,2,'info','Analyzed 2100 files containing 28.28 MB of data so far'),(24069,1470943633.246829,2,'info','Analyzed 2200 files containing 28.5 MB of data so far'),(24070,1470943633.962658,2,'info','Analyzed 2300 files containing 28.95 MB of data so far'),(24071,1470943634.679338,2,'info','Analyzed 2400 files containing 29.36 MB of data so far'),(24072,1470943635.384670,2,'info','Analyzed 2500 files containing 29.98 MB of data so far'),(24073,1470943636.091416,2,'info','Analyzed 2600 files containing 30.2 MB of data so far'),(24074,1470943636.906569,2,'info','Analyzed 2700 files containing 40.04 MB of data so far'),(24075,1470943637.623256,2,'info','Analyzed 2800 files containing 40.42 MB of data so far'),(24076,1470943638.355010,2,'info','Analyzed 2900 files containing 40.53 MB of data so far'),(24077,1470943639.072145,2,'info','Analyzed 3000 files containing 41.8 MB of data so far'),(24078,1470943639.793737,2,'info','Analyzed 3100 files containing 43.03 MB of data so far'),(24079,1470943640.580972,2,'info','Analyzed 3200 files containing 45.72 MB of data so far'),(24080,1470943641.359991,2,'info','Analyzed 3300 files containing 49.66 MB of data so far'),(24081,1470943642.118354,2,'info','Analyzed 3400 files containing 51.44 MB of data so far'),(24082,1470943642.886281,2,'info','Analyzed 3500 files containing 53.37 MB of data so far'),(24083,1470943643.617794,2,'info','Analyzed 3600 files containing 54.11 MB of data so far'),(24084,1470943644.365437,2,'info','Analyzed 3700 files containing 55.46 MB of data so far'),(24085,1470943645.078963,2,'info','Analyzed 3800 files containing 56.52 MB of data so far'),(24086,1470943646.504742,2,'info','Analyzed 3900 files containing 57.1 MB of data so far'),(24087,1470943647.221603,2,'info','Analyzed 4000 files containing 57.54 MB of data so far'),(24088,1470943647.934013,2,'info','Analyzed 4100 files containing 57.58 MB of data so far'),(24089,1470943648.656656,2,'info','Analyzed 4200 files containing 57.95 MB of data so far'),(24090,1470943649.403368,2,'info','Analyzed 4300 files containing 61.23 MB of data so far'),(24091,1470943650.111025,2,'info','Analyzed 4400 files containing 62.98 MB of data so far'),(24092,1470943650.813287,2,'info','Analyzed 4500 files containing 63.51 MB of data so far'),(24093,1470943651.944128,2,'info','Analyzed 4600 files containing 64.22 MB of data so far'),(24094,1470943653.262127,2,'info','Analyzed 4700 files containing 66.32 MB of data so far'),(24095,1470943654.600524,2,'info','Analyzed 4800 files containing 69.31 MB of data so far'),(24096,1470943655.899277,2,'info','Analyzed 4900 files containing 70.27 MB of data so far'),(24097,1470943657.233358,2,'info','Analyzed 5000 files containing 73.05 MB of data so far'),(24098,1470943658.525314,2,'info','Analyzed 5100 files containing 73.15 MB of data so far'),(24099,1470943659.833737,2,'info','Analyzed 5200 files containing 74.61 MB of data so far'),(24100,1470943661.200581,2,'info','Analyzed 5300 files containing 84.04 MB of data so far'),(24101,1470943663.158813,2,'info','Analyzed 5400 files containing 84.68 MB of data so far'),(24102,1470943664.546697,2,'info','Analyzed 5500 files containing 91.24 MB of data so far'),(24103,1470943665.855775,2,'info','Analyzed 5600 files containing 91.35 MB of data so far'),(24104,1470943667.188011,2,'info','Analyzed 5700 files containing 91.98 MB of data so far'),(24105,1470943668.524620,2,'info','Analyzed 5800 files containing 93.44 MB of data so far'),(24106,1470943669.875212,2,'info','Analyzed 5900 files containing 97.65 MB of data so far'),(24107,1470943671.265500,2,'info','Analyzed 6000 files containing 101.98 MB of data so far'),(24108,1470943672.615473,2,'info','Analyzed 6100 files containing 106.82 MB of data so far'),(24109,1470943674.000174,2,'info','Analyzed 6200 files containing 113.36 MB of data so far'),(24110,1470943675.386902,2,'info','Analyzed 6300 files containing 121.08 MB of data so far'),(24111,1470943676.775530,2,'info','Analyzed 6400 files containing 129.22 MB of data so far'),(24112,1470943678.791570,2,'info','Analyzed 6500 files containing 135.13 MB of data so far'),(24113,1470943680.185784,2,'info','Analyzed 6600 files containing 140.83 MB of data so far'),(24114,1470943681.556508,2,'info','Analyzed 6700 files containing 146.05 MB of data so far'),(24115,1470943682.908654,2,'info','Analyzed 6800 files containing 149.82 MB of data so far'),(24116,1470943684.263183,2,'info','Analyzed 6900 files containing 151.94 MB of data so far'),(24117,1470943685.608464,2,'info','Analyzed 7000 files containing 154.86 MB of data so far'),(24118,1470943686.953683,2,'info','Analyzed 7100 files containing 159.39 MB of data so far'),(24119,1470943688.341081,2,'info','Analyzed 7200 files containing 165.78 MB of data so far'),(24120,1470943689.662493,2,'info','Analyzed 7300 files containing 166.81 MB of data so far'),(24121,1470943690.987902,2,'info','Analyzed 7400 files containing 168.71 MB of data so far'),(24122,1470943692.357692,2,'info','Analyzed 7500 files containing 172 MB of data so far'),(24123,1470943694.348756,2,'info','Analyzed 7600 files containing 174.44 MB of data so far'),(24124,1470943695.656423,2,'info','Analyzed 7700 files containing 175.73 MB of data so far'),(24125,1470943696.962082,2,'info','Analyzed 7800 files containing 176.36 MB of data so far'),(24126,1470943698.280084,2,'info','Analyzed 7900 files containing 177.87 MB of data so far'),(24127,1470943699.590133,2,'info','Analyzed 8000 files containing 179.32 MB of data so far'),(24128,1470943700.962541,2,'info','Analyzed 8100 files containing 181.88 MB of data so far'),(24129,1470943701.357551,2,'info','Analyzed 8129 files containing 182.28 MB of data.'),(24131,1470943701.371818,1,'error','Undefined index: coreUnknown (8) File: /home/alloccasions/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php Line: 141'),(24138,1470943702.128555,2,'info','Starting scan of file contents'),(24139,1470943703.137651,2,'info','Scanned contents of 62 additional files at 61.99 per second'),(24140,1470943704.146188,2,'info','Scanned contents of 128 additional files at 63.72 per second'),(24141,1470943705.151865,2,'info','Scanned contents of 194 additional files at 64.36 per second'),(24142,1470943706.177083,2,'info','Scanned contents of 253 additional files at 62.63 per second'),(24143,1470943707.190233,2,'info','Scanned contents of 323 additional files at 63.93 per second'),(24144,1470943708.194165,2,'info','Scanned contents of 389 additional files at 64.23 per second'),(24145,1470943709.553426,2,'info','Scanned contents of 425 additional files at 57.31 per second'),(24146,1470943710.578689,2,'info','Scanned contents of 480 additional files at 56.86 per second'),(24147,1470943711.593739,2,'info','Scanned contents of 541 additional files at 57.21 per second'),(24148,1470943712.598414,2,'info','Scanned contents of 612 additional files at 58.50 per second'),(24149,1470943713.620701,2,'info','Scanned contents of 677 additional files at 58.96 per second'),(24150,1470943714.638635,2,'info','Scanned contents of 736 additional files at 58.87 per second'),(24151,1470943715.653971,2,'info','Scanned contents of 799 additional files at 59.11 per second'),(24152,1470943716.653987,2,'info','Scanned contents of 850 additional files at 58.55 per second'),(24153,1470943717.668891,2,'info','Scanned contents of 902 additional files at 58.08 per second'),(24154,1470943718.676821,2,'info','Scanned contents of 966 additional files at 58.41 per second'),(24155,1470943719.700950,2,'info','Scanned contents of 1032 additional files at 58.76 per second'),(24156,1470943720.714126,2,'info','Scanned contents of 1098 additional files at 59.11 per second'),(24157,1470943721.721731,2,'info','Scanned contents of 1156 additional files at 59.03 per second'),(24158,1470943722.288988,1,'error','<br />\n<b>Notice</b>:  Undefined index: coreUnknown in <b>/home/alloccasions/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php</b> on line <b>141</b><br />\n'),(24159,1470943722.727508,2,'info','Scanned contents of 1218 additional files at 59.15 per second'),(24160,1470943723.740086,2,'info','Scanned contents of 1273 additional files at 58.93 per second'),(24161,1470943724.746564,2,'info','Scanned contents of 1333 additional files at 58.96 per second'),(24162,1470943725.760256,2,'info','Scanned contents of 1359 additional files at 57.53 per second'),(24163,1470943726.809777,2,'info','Scanned contents of 1422 additional files at 57.64 per second'),(24164,1470943727.814913,2,'info','Scanned contents of 1482 additional files at 57.72 per second'),(24165,1470943728.827882,2,'info','Scanned contents of 1545 additional files at 57.89 per second'),(24166,1470943729.840713,2,'info','Scanned contents of 1608 additional files at 58.04 per second'),(24167,1470943730.848119,2,'info','Scanned contents of 1671 additional files at 58.20 per second'),(24168,1470943731.848149,2,'info','Scanned contents of 1726 additional files at 58.09 per second'),(24169,1470943732.868449,2,'info','Scanned contents of 1789 additional files at 58.21 per second'),(24170,1470943733.870877,2,'info','Scanned contents of 1847 additional files at 58.20 per second'),(24171,1470943734.880004,2,'info','Scanned contents of 1912 additional files at 58.39 per second'),(24172,1470943735.886684,2,'info','Scanned contents of 1969 additional files at 58.34 per second'),(24173,1470943736.897006,2,'info','Scanned contents of 2032 additional files at 58.46 per second'),(24174,1470943737.905244,2,'info','Scanned contents of 2093 additional files at 58.52 per second'),(24175,1470943738.942851,2,'info','Scanned contents of 2149 additional files at 58.39 per second'),(24176,1470943739.952320,2,'info','Scanned contents of 2214 additional files at 58.55 per second'),(24177,1470943740.961311,2,'info','Scanned contents of 2273 additional files at 58.55 per second'),(24178,1470943741.963117,2,'info','Scanned contents of 2301 additional files at 57.78 per second'),(24179,1470943742.972304,2,'info','Scanned contents of 2366 additional files at 57.94 per second'),(24180,1470943743.974033,2,'info','Scanned contents of 2424 additional files at 57.94 per second'),(24181,1470943744.984359,2,'info','Scanned contents of 2481 additional files at 57.90 per second'),(24182,1470943745.988128,2,'info','Scanned contents of 2538 additional files at 57.88 per second'),(24183,1470943746.344687,2,'info','Scanned contents of 2551 additional files at 57.71 per second'),(24184,1470943746.347531,2,'info','Asking Wordfence to check URL\'s against malware list.'),(24185,1470943746.356660,2,'info','Checking 1246 host keys against Wordfence scanning servers.'),(24186,1470943746.709849,2,'info','Done host key check.'),(24187,1470943746.721351,2,'info','Checking 64 URLs from 37 sources.'),(24188,1470943747.229603,2,'info','Done URL check.'),(24189,1470943747.282623,2,'info','Done file contents scan'),(24193,1470943747.459805,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(24194,1470943747.462710,2,'info','Checking 5 host keys against Wordfence scanning servers.'),(24195,1470943747.754318,2,'info','Done host key check.'),(24196,1470943747.761855,2,'info','Done examining URLs'),(24199,1470943747.860770,2,'info','Checking 1 host keys against Wordfence scanning servers.'),(24200,1470943748.153624,2,'info','Done host key check.'),(24203,1470943748.209891,2,'info','Starting password strength check on 1 users.'),(24206,1470943748.367306,2,'info','Starting DNS scan for www.alloccasionscenterpieces.com'),(24207,1470943748.372155,2,'info','Scanning CNAME DNS record for www.alloccasionscenterpieces.com'),(24208,1470943748.376029,2,'info','Scanning DNS A record for alloccasionscenterpieces.com'),(24209,1470943748.384008,2,'info','Scanning DNS MX record for alloccasionscenterpieces.com'),(24212,1470943748.408207,2,'info','Total disk space: 220.5342GB -- Free disk space: 181.6017GB'),(24213,1470943748.412267,2,'info','The disk has 185960.15 MB space available'),(24219,1470943750.347993,1,'info','-------------------'),(24220,1470943750.359352,1,'info','Scan Complete. Scanned 8129 files, 16 plugins, 1 themes, 60 pages, 1 comments and 15732 records in 144 seconds.'),(24222,1470943750.712388,2,'info','Wordfence used 23.22MB of memory for scan. Server peak memory usage was: 63.20MB'),(24223,1470968316.480445,1,'info','Scheduled Wordfence scan starting at Friday 12th of August 2016 02:18:36 AM'),(24231,1470968325.748429,1,'info','Contacting Wordfence to initiate scan'),(24232,1470968326.035340,2,'info','Getting plugin list from WordPress'),(24233,1470968326.040822,2,'info','Found 16 plugins'),(24234,1470968326.047559,2,'info','Getting theme list from WordPress'),(24235,1470968326.050553,2,'info','Found 1 themes'),(24245,1470968328.040880,2,'info','Analyzed 100 files containing 2.65 MB of data so far'),(24246,1470968328.763262,2,'info','Analyzed 200 files containing 3.87 MB of data so far'),(24247,1470968329.484676,2,'info','Analyzed 300 files containing 5.12 MB of data so far'),(24248,1470968330.218504,2,'info','Analyzed 400 files containing 6.89 MB of data so far'),(24249,1470968330.924149,2,'info','Analyzed 500 files containing 7.53 MB of data so far'),(24250,1470968331.636492,2,'info','Analyzed 600 files containing 8.24 MB of data so far'),(24251,1470968332.357500,2,'info','Analyzed 700 files containing 8.97 MB of data so far'),(24252,1470968333.059085,2,'info','Analyzed 800 files containing 9.4 MB of data so far'),(24253,1470968333.745540,2,'info','Analyzed 900 files containing 10.1 MB of data so far'),(24254,1470968334.443369,2,'info','Analyzed 1000 files containing 10.57 MB of data so far'),(24255,1470968335.171177,2,'info','Analyzed 1100 files containing 13.43 MB of data so far'),(24256,1470968335.905088,2,'info','Analyzed 1200 files containing 15.88 MB of data so far'),(24257,1470968336.612516,2,'info','Analyzed 1300 files containing 16.37 MB of data so far'),(24258,1470968337.350515,2,'info','Analyzed 1400 files containing 19.46 MB of data so far'),(24259,1470968338.053030,2,'info','Analyzed 1500 files containing 20.07 MB of data so far'),(24260,1470968338.773504,2,'info','Analyzed 1600 files containing 24.33 MB of data so far'),(24261,1470968339.467774,2,'info','Analyzed 1700 files containing 25.34 MB of data so far'),(24262,1470968340.163098,2,'info','Analyzed 1800 files containing 25.52 MB of data so far'),(24263,1470968340.856566,2,'info','Analyzed 1900 files containing 26.13 MB of data so far'),(24264,1470968342.183555,2,'info','Analyzed 2000 files containing 27.2 MB of data so far'),(24265,1470968342.895559,2,'info','Analyzed 2100 files containing 28.28 MB of data so far'),(24266,1470968343.579305,2,'info','Analyzed 2200 files containing 28.5 MB of data so far'),(24267,1470968344.281027,2,'info','Analyzed 2300 files containing 28.95 MB of data so far'),(24268,1470968344.985111,2,'info','Analyzed 2400 files containing 29.36 MB of data so far'),(24269,1470968345.699775,2,'info','Analyzed 2500 files containing 29.98 MB of data so far'),(24270,1470968346.409937,2,'info','Analyzed 2600 files containing 30.2 MB of data so far'),(24271,1470968347.212591,2,'info','Analyzed 2700 files containing 40.05 MB of data so far'),(24272,1470968347.925971,2,'info','Analyzed 2800 files containing 40.42 MB of data so far'),(24273,1470968348.641182,2,'info','Analyzed 2900 files containing 40.53 MB of data so far'),(24274,1470968349.339778,2,'info','Analyzed 3000 files containing 41.8 MB of data so far'),(24275,1470968350.034187,2,'info','Analyzed 3100 files containing 43.03 MB of data so far'),(24276,1470968350.754489,2,'info','Analyzed 3200 files containing 45.72 MB of data so far'),(24277,1470968351.474827,2,'info','Analyzed 3300 files containing 49.66 MB of data so far'),(24278,1470968352.175772,2,'info','Analyzed 3400 files containing 51.44 MB of data so far'),(24279,1470968352.887093,2,'info','Analyzed 3500 files containing 53.37 MB of data so far'),(24280,1470968353.574606,2,'info','Analyzed 3600 files containing 54.11 MB of data so far'),(24281,1470968354.280720,2,'info','Analyzed 3700 files containing 55.46 MB of data so far'),(24282,1470968354.983955,2,'info','Analyzed 3800 files containing 56.52 MB of data so far'),(24283,1470968355.671012,2,'info','Analyzed 3900 files containing 57.1 MB of data so far'),(24284,1470968356.364298,2,'info','Analyzed 4000 files containing 57.54 MB of data so far'),(24285,1470968357.696382,2,'info','Analyzed 4100 files containing 57.58 MB of data so far'),(24286,1470968358.384687,2,'info','Analyzed 4200 files containing 57.95 MB of data so far'),(24287,1470968359.095793,2,'info','Analyzed 4300 files containing 61.23 MB of data so far'),(24288,1470968359.798827,2,'info','Analyzed 4400 files containing 62.98 MB of data so far'),(24289,1470968360.494719,2,'info','Analyzed 4500 files containing 63.51 MB of data so far'),(24290,1470968361.207472,2,'info','Analyzed 4600 files containing 64.22 MB of data so far'),(24291,1470968361.924987,2,'info','Analyzed 4700 files containing 66.32 MB of data so far'),(24292,1470968362.670926,2,'info','Analyzed 4800 files containing 69.31 MB of data so far'),(24293,1470968363.362929,2,'info','Analyzed 4900 files containing 70.27 MB of data so far'),(24294,1470968364.631806,2,'info','Analyzed 5000 files containing 73.05 MB of data so far'),(24295,1470968365.938798,2,'info','Analyzed 5100 files containing 73.15 MB of data so far'),(24296,1470968367.268064,2,'info','Analyzed 5200 files containing 74.61 MB of data so far'),(24297,1470968368.640426,2,'info','Analyzed 5300 files containing 84.05 MB of data so far'),(24298,1470968369.945934,2,'info','Analyzed 5400 files containing 84.68 MB of data so far'),(24299,1470968371.320977,2,'info','Analyzed 5500 files containing 91.24 MB of data so far'),(24300,1470968373.254648,2,'info','Analyzed 5600 files containing 91.35 MB of data so far'),(24301,1470968374.548765,2,'info','Analyzed 5700 files containing 91.98 MB of data so far'),(24302,1470968375.859031,2,'info','Analyzed 5800 files containing 93.44 MB of data so far'),(24303,1470968377.196505,2,'info','Analyzed 5900 files containing 97.65 MB of data so far'),(24304,1470968378.524663,2,'info','Analyzed 6000 files containing 101.98 MB of data so far'),(24305,1470968379.838583,2,'info','Analyzed 6100 files containing 106.82 MB of data so far'),(24306,1470968381.200390,2,'info','Analyzed 6200 files containing 113.36 MB of data so far'),(24307,1470968382.562886,2,'info','Analyzed 6300 files containing 121.08 MB of data so far'),(24308,1470968383.920947,2,'info','Analyzed 6400 files containing 129.22 MB of data so far'),(24309,1470968385.268219,2,'info','Analyzed 6500 files containing 135.13 MB of data so far'),(24310,1470968386.595709,2,'info','Analyzed 6600 files containing 140.83 MB of data so far'),(24311,1470968387.926195,2,'info','Analyzed 6700 files containing 146.05 MB of data so far'),(24312,1470968389.897817,2,'info','Analyzed 6800 files containing 149.82 MB of data so far'),(24313,1470968391.210194,2,'info','Analyzed 6900 files containing 151.94 MB of data so far'),(24314,1470968392.527965,2,'info','Analyzed 7000 files containing 154.86 MB of data so far'),(24315,1470968393.858492,2,'info','Analyzed 7100 files containing 159.39 MB of data so far'),(24316,1470968395.249651,2,'info','Analyzed 7200 files containing 165.78 MB of data so far'),(24317,1470968396.564208,2,'info','Analyzed 7300 files containing 166.81 MB of data so far'),(24318,1470968397.889208,2,'info','Analyzed 7400 files containing 168.5 MB of data so far'),(24319,1470968399.197178,2,'info','Analyzed 7500 files containing 170.48 MB of data so far'),(24320,1470968400.498774,2,'info','Analyzed 7600 files containing 172.17 MB of data so far'),(24321,1470968401.819984,2,'info','Analyzed 7700 files containing 172.93 MB of data so far'),(24322,1470968403.134986,2,'info','Analyzed 7800 files containing 174.36 MB of data so far'),(24323,1470968405.112640,2,'info','Analyzed 7900 files containing 175.58 MB of data so far'),(24324,1470968406.423942,2,'info','Analyzed 8000 files containing 178.3 MB of data so far'),(24325,1470968407.228018,2,'info','Analyzed 8061 files containing 179.21 MB of data.'),(24327,1470968407.240235,1,'error','Undefined index: coreUnknown (8) File: /home/alloccasions/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php Line: 141'),(24331,1470968407.636264,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(24332,1470968407.650828,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(24333,1470968407.656996,10,'info','SUM_START:Scanning files for URLs in Google\'s Safe Browsing List'),(24334,1470968408.010069,2,'info','Starting scan of file contents'),(24335,1470968409.028595,2,'info','Scanned contents of 69 additional files at 68.13 per second'),(24336,1470968410.035580,2,'info','Scanned contents of 136 additional files at 67.33 per second'),(24337,1470968411.042424,2,'info','Scanned contents of 204 additional files at 67.40 per second'),(24338,1470968412.053165,2,'info','Scanned contents of 272 additional files at 67.37 per second'),(24339,1470968413.054881,2,'info','Scanned contents of 341 additional files at 67.67 per second'),(24340,1470968414.057727,2,'info','Scanned contents of 404 additional files at 66.87 per second'),(24341,1470968415.071089,2,'info','Scanned contents of 467 additional files at 66.19 per second'),(24342,1470968416.090459,2,'info','Scanned contents of 529 additional files at 65.51 per second'),(24343,1470968417.093959,2,'info','Scanned contents of 600 additional files at 66.09 per second'),(24344,1470968418.098137,2,'info','Scanned contents of 663 additional files at 65.76 per second'),(24345,1470968419.102377,2,'info','Scanned contents of 722 additional files at 65.12 per second'),(24346,1470968420.556510,2,'info','Scanned contents of 782 additional files at 62.36 per second'),(24347,1470968421.561009,2,'info','Scanned contents of 823 additional files at 60.76 per second'),(24348,1470968422.570927,2,'info','Scanned contents of 873 additional files at 59.98 per second'),(24349,1470968423.577005,2,'info','Scanned contents of 934 additional files at 60.02 per second'),(24350,1470968424.604504,2,'info','Scanned contents of 1000 additional files at 60.28 per second'),(24351,1470968425.616577,2,'info','Scanned contents of 1064 additional files at 60.45 per second'),(24352,1470968426.621544,2,'info','Scanned contents of 1112 additional files at 59.77 per second'),(24353,1470968427.648659,2,'info','Scanned contents of 1175 additional files at 59.85 per second'),(24354,1470968428.661972,2,'info','Scanned contents of 1225 additional files at 59.33 per second'),(24355,1470968429.663260,2,'info','Scanned contents of 1278 additional files at 59.04 per second'),(24356,1470968430.665698,2,'info','Scanned contents of 1327 additional files at 58.59 per second'),(24357,1470968431.677290,2,'info','Scanned contents of 1380 additional files at 58.32 per second'),(24358,1470968432.686136,2,'info','Scanned contents of 1426 additional files at 57.80 per second'),(24359,1470968433.298830,1,'error','<br />\n<b>Notice</b>:  Undefined index: coreUnknown in <b>/home/alloccasions/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php</b> on line <b>141</b><br />\n'),(24360,1470968433.704606,2,'info','Scanned contents of 1485 additional files at 57.81 per second'),(24361,1470968434.719487,2,'info','Scanned contents of 1536 additional files at 57.52 per second'),(24362,1470968435.723339,2,'info','Scanned contents of 1590 additional files at 57.39 per second'),(24363,1470968436.727594,2,'info','Scanned contents of 1613 additional files at 56.18 per second'),(24364,1470968437.758449,2,'info','Scanned contents of 1662 additional files at 55.88 per second'),(24365,1470968438.761185,2,'info','Scanned contents of 1715 additional files at 55.78 per second'),(24366,1470968439.779588,2,'info','Scanned contents of 1772 additional files at 55.79 per second'),(24367,1470968440.803402,2,'info','Scanned contents of 1822 additional files at 55.57 per second'),(24368,1470968441.844493,2,'info','Scanned contents of 1876 additional files at 55.46 per second'),(24369,1470968442.855118,2,'info','Scanned contents of 1925 additional files at 55.25 per second'),(24370,1470968443.862225,2,'info','Scanned contents of 1978 additional files at 55.18 per second'),(24371,1470968444.878315,2,'info','Scanned contents of 2030 additional files at 55.07 per second'),(24372,1470968445.880572,2,'info','Scanned contents of 2081 additional files at 54.96 per second'),(24373,1470968446.893531,2,'info','Scanned contents of 2130 additional files at 54.79 per second'),(24374,1470968447.918320,2,'info','Scanned contents of 2194 additional files at 54.98 per second'),(24375,1470968448.939725,2,'info','Scanned contents of 2256 additional files at 55.13 per second'),(24376,1470968449.969535,2,'info','Scanned contents of 2313 additional files at 55.13 per second'),(24377,1470968450.971045,2,'info','Scanned contents of 2367 additional files at 55.10 per second'),(24378,1470968451.980695,2,'info','Scanned contents of 2418 additional files at 55.00 per second'),(24379,1470968452.996266,2,'info','Scanned contents of 2440 additional files at 54.25 per second'),(24380,1470968453.999313,2,'info','Scanned contents of 2479 additional files at 53.91 per second'),(24381,1470968454.120162,2,'info','Scanned contents of 2483 additional files at 53.86 per second'),(24382,1470968454.126416,2,'info','Asking Wordfence to check URL\'s against malware list.'),(24383,1470968454.133290,2,'info','Checking 1236 host keys against Wordfence scanning servers.'),(24384,1470968454.487595,2,'info','Done host key check.'),(24385,1470968454.502592,2,'info','Checking 64 URLs from 37 sources.'),(24386,1470968455.032631,2,'info','Done URL check.'),(24387,1470968455.119735,2,'info','Done file contents scan'),(24388,1470968455.126272,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(24389,1470968455.135466,10,'info','SUM_ENDOK:Scanning files for URLs in Google\'s Safe Browsing List'),(24390,1470968455.153835,10,'info','SUM_START:Scanning posts for URLs in Google\'s Safe Browsing List'),(24391,1470968455.350621,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(24392,1470968455.355977,2,'info','Checking 5 host keys against Wordfence scanning servers.'),(24393,1470968455.643426,2,'info','Done host key check.'),(24394,1470968455.655526,2,'info','Done examining URLs'),(24395,1470968455.696410,10,'info','SUM_ENDOK:Scanning posts for URLs in Google\'s Safe Browsing List'),(24396,1470968455.710779,10,'info','SUM_START:Scanning comments for URLs in Google\'s Safe Browsing List'),(24397,1470968455.755158,2,'info','Checking 1 host keys against Wordfence scanning servers.'),(24398,1470968456.051590,2,'info','Done host key check.'),(24399,1470968456.099923,10,'info','SUM_ENDOK:Scanning comments for URLs in Google\'s Safe Browsing List'),(24400,1470968456.114094,10,'info','SUM_START:Scanning for weak passwords'),(24401,1470968456.120209,2,'info','Starting password strength check on 1 users.'),(24402,1470968456.257560,10,'info','SUM_ENDOK:Scanning for weak passwords'),(24403,1470968456.272921,10,'info','SUM_START:Scanning DNS for unauthorized changes'),(24404,1470968456.278370,2,'info','Starting DNS scan for www.alloccasionscenterpieces.com'),(24405,1470968456.318304,2,'info','Scanning CNAME DNS record for www.alloccasionscenterpieces.com'),(24406,1470968456.324152,2,'info','Scanning DNS A record for alloccasionscenterpieces.com'),(24407,1470968456.333450,2,'info','Scanning DNS MX record for alloccasionscenterpieces.com'),(24408,1470968456.339702,10,'info','SUM_ENDOK:Scanning DNS for unauthorized changes'),(24409,1470968456.354166,10,'info','SUM_START:Scanning to check available disk space'),(24410,1470968456.359435,2,'info','Total disk space: 220.5342GB -- Free disk space: 181.6005GB'),(24411,1470968456.362457,2,'info','The disk has 185958.95 MB space available'),(24412,1470968456.366967,10,'info','SUM_ENDOK:Scanning to check available disk space'),(24413,1470968456.380594,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(24414,1470968458.150733,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(24415,1470968458.164703,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(24416,1470968458.171181,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(24417,1470968458.189134,1,'info','-------------------'),(24418,1470968458.194697,1,'info','Scan Complete. Scanned 8061 files, 16 plugins, 1 themes, 60 pages, 1 comments and 15882 records in 142 seconds.'),(24419,1470968458.198652,10,'info','SUM_FINAL:Scan complete. You have 5 new issues to fix. See below.'),(24420,1470968458.538204,2,'info','Wordfence used 23.21MB of memory for scan. Server peak memory usage was: 63.21MB'),(24421,1470974732.490500,1,'info','Scheduled Wordfence scan starting at Friday 12th of August 2016 04:05:32 AM'),(24422,1470974733.000877,10,'info','SUM_PREP:Preparing a new scan.'),(24423,1470974733.006360,10,'info','SUM_PAIDONLY:Remote scan of public facing site only available to paid members'),(24424,1470974735.010733,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(24425,1470974737.016171,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(24426,1470974739.019364,10,'info','SUM_PAIDONLY:Checking if your site is on the Google Safe Browsing list is for paid members only'),(24427,1470974741.030858,10,'info','SUM_START:Scanning your site for the HeartBleed vulnerability'),(24428,1470974741.746534,10,'info','SUM_ENDOK:Scanning your site for the HeartBleed vulnerability'),(24429,1470974741.754622,1,'info','Contacting Wordfence to initiate scan'),(24430,1470974742.042399,2,'info','Getting plugin list from WordPress'),(24431,1470974742.047302,2,'info','Found 16 plugins'),(24432,1470974742.053182,2,'info','Getting theme list from WordPress'),(24433,1470974742.055858,2,'info','Found 1 themes'),(24434,1470974742.085252,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(24435,1470974742.605716,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(24436,1470974742.616287,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(24437,1470974743.228682,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(24438,1470974743.237089,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(24439,1470974743.239499,10,'info','SUM_DISABLED:Skipping theme scan'),(24440,1470974743.241901,10,'info','SUM_DISABLED:Skipping plugin scan'),(24441,1470974743.247089,10,'info','SUM_START:Scanning for known malware files'),(24442,1470974743.252075,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(24443,1470974743.979415,2,'info','Analyzed 100 files containing 2.65 MB of data so far'),(24444,1470974744.703528,2,'info','Analyzed 200 files containing 3.87 MB of data so far'),(24445,1470974745.413554,2,'info','Analyzed 300 files containing 5.12 MB of data so far'),(24446,1470974746.130337,2,'info','Analyzed 400 files containing 6.89 MB of data so far'),(24447,1470974746.822970,2,'info','Analyzed 500 files containing 7.53 MB of data so far'),(24448,1470974747.519911,2,'info','Analyzed 600 files containing 8.24 MB of data so far'),(24449,1470974748.224099,2,'info','Analyzed 700 files containing 8.97 MB of data so far'),(24450,1470974748.919310,2,'info','Analyzed 800 files containing 9.4 MB of data so far'),(24451,1470974749.627749,2,'info','Analyzed 900 files containing 10.1 MB of data so far'),(24452,1470974750.330608,2,'info','Analyzed 1000 files containing 10.57 MB of data so far'),(24453,1470974751.560073,2,'info','Analyzed 1100 files containing 13.43 MB of data so far'),(24454,1470974752.882165,2,'info','Analyzed 1200 files containing 15.88 MB of data so far'),(24455,1470974754.188027,2,'info','Analyzed 1300 files containing 16.37 MB of data so far'),(24456,1470974755.509350,2,'info','Analyzed 1400 files containing 19.46 MB of data so far'),(24457,1470974756.829990,2,'info','Analyzed 1500 files containing 20.07 MB of data so far'),(24458,1470974758.827442,2,'info','Analyzed 1600 files containing 24.33 MB of data so far'),(24459,1470974760.161004,2,'info','Analyzed 1700 files containing 25.34 MB of data so far'),(24460,1470974761.477761,2,'info','Analyzed 1800 files containing 25.52 MB of data so far'),(24461,1470974762.830783,2,'info','Analyzed 1900 files containing 26.13 MB of data so far'),(24462,1470974764.152312,2,'info','Analyzed 2000 files containing 27.2 MB of data so far'),(24463,1470974765.455050,2,'info','Analyzed 2100 files containing 28.28 MB of data so far'),(24464,1470974766.770284,2,'info','Analyzed 2200 files containing 28.5 MB of data so far'),(24465,1470974768.090932,2,'info','Analyzed 2300 files containing 28.95 MB of data so far'),(24466,1470974769.417738,2,'info','Analyzed 2400 files containing 29.36 MB of data so far'),(24467,1470974770.725927,2,'info','Analyzed 2500 files containing 29.98 MB of data so far'),(24468,1470974772.014688,2,'info','Analyzed 2600 files containing 30.2 MB of data so far'),(24469,1470974774.033017,2,'info','Analyzed 2700 files containing 40.05 MB of data so far'),(24470,1470974775.340869,2,'info','Analyzed 2800 files containing 40.42 MB of data so far'),(24471,1470974776.696034,2,'info','Analyzed 2900 files containing 40.53 MB of data so far'),(24472,1470974777.994074,2,'info','Analyzed 3000 files containing 41.8 MB of data so far'),(24473,1470974779.311238,2,'info','Analyzed 3100 files containing 43.03 MB of data so far'),(24474,1470974780.638801,2,'info','Analyzed 3200 files containing 45.72 MB of data so far'),(24475,1470974781.978180,2,'info','Analyzed 3300 files containing 49.66 MB of data so far'),(24476,1470974783.300188,2,'info','Analyzed 3400 files containing 51.44 MB of data so far'),(24477,1470974784.621021,2,'info','Analyzed 3500 files containing 53.37 MB of data so far'),(24478,1470974785.919113,2,'info','Analyzed 3600 files containing 54.11 MB of data so far'),(24479,1470974787.235521,2,'info','Analyzed 3700 files containing 55.46 MB of data so far'),(24480,1470974789.201297,2,'info','Analyzed 3800 files containing 56.52 MB of data so far'),(24481,1470974790.504555,2,'info','Analyzed 3900 files containing 57.1 MB of data so far'),(24482,1470974791.795565,2,'info','Analyzed 4000 files containing 57.54 MB of data so far'),(24483,1470974793.110970,2,'info','Analyzed 4100 files containing 57.59 MB of data so far'),(24484,1470974794.429890,2,'info','Analyzed 4200 files containing 57.95 MB of data so far'),(24485,1470974795.758898,2,'info','Analyzed 4300 files containing 61.24 MB of data so far'),(24486,1470974797.151546,2,'info','Analyzed 4400 files containing 62.98 MB of data so far'),(24487,1470974798.459139,2,'info','Analyzed 4500 files containing 63.51 MB of data so far'),(24488,1470974799.773287,2,'info','Analyzed 4600 files containing 64.22 MB of data so far'),(24489,1470974801.075318,2,'info','Analyzed 4700 files containing 66.28 MB of data so far'),(24490,1470974802.386143,2,'info','Analyzed 4800 files containing 69.32 MB of data so far'),(24491,1470974803.676152,2,'info','Analyzed 4900 files containing 70.25 MB of data so far'),(24492,1470974805.645222,2,'info','Analyzed 5000 files containing 73.05 MB of data so far'),(24493,1470974807.088954,2,'info','Analyzed 5100 files containing 73.16 MB of data so far'),(24494,1470974808.445247,2,'info','Analyzed 5200 files containing 74.61 MB of data so far'),(24495,1470974809.821621,2,'info','Analyzed 5300 files containing 84.05 MB of data so far'),(24496,1470974811.170244,2,'info','Analyzed 5400 files containing 84.68 MB of data so far'),(24497,1470974812.522417,2,'info','Analyzed 5500 files containing 91.23 MB of data so far'),(24498,1470974813.852411,2,'info','Analyzed 5600 files containing 91.35 MB of data so far'),(24499,1470974815.190722,2,'info','Analyzed 5700 files containing 91.97 MB of data so far'),(24500,1470974816.502917,2,'info','Analyzed 5800 files containing 93.41 MB of data so far'),(24501,1470974817.890157,2,'info','Analyzed 5900 files containing 97.64 MB of data so far'),(24502,1470974819.219804,2,'info','Analyzed 6000 files containing 101.94 MB of data so far'),(24503,1470974821.573275,2,'info','Analyzed 6100 files containing 106.82 MB of data so far'),(24504,1470974823.018567,2,'info','Analyzed 6200 files containing 113.33 MB of data so far'),(24505,1470974824.400636,2,'info','Analyzed 6300 files containing 121.06 MB of data so far'),(24506,1470974825.808601,2,'info','Analyzed 6400 files containing 129.22 MB of data so far'),(24507,1470974827.148501,2,'info','Analyzed 6500 files containing 135.1 MB of data so far'),(24508,1470974828.549004,2,'info','Analyzed 6600 files containing 140.81 MB of data so far'),(24509,1470974830.043980,2,'info','Analyzed 6700 files containing 146.04 MB of data so far'),(24510,1470974831.393949,2,'info','Analyzed 6800 files containing 149.8 MB of data so far'),(24511,1470974832.782780,2,'info','Analyzed 6900 files containing 151.93 MB of data so far'),(24512,1470974834.111576,2,'info','Analyzed 7000 files containing 154.84 MB of data so far'),(24513,1470974835.526316,2,'info','Analyzed 7100 files containing 159.36 MB of data so far'),(24514,1470974837.595154,2,'info','Analyzed 7200 files containing 165.76 MB of data so far'),(24515,1470974838.888496,2,'info','Analyzed 7300 files containing 166.8 MB of data so far'),(24516,1470974840.234156,2,'info','Analyzed 7400 files containing 168.49 MB of data so far'),(24517,1470974841.553836,2,'info','Analyzed 7500 files containing 170.48 MB of data so far'),(24518,1470974842.934782,2,'info','Analyzed 7600 files containing 172.15 MB of data so far'),(24519,1470974844.320774,2,'info','Analyzed 7700 files containing 172.91 MB of data so far'),(24520,1470974845.628654,2,'info','Analyzed 7800 files containing 174.35 MB of data so far'),(24521,1470974847.006094,2,'info','Analyzed 7900 files containing 175.55 MB of data so far'),(24522,1470974848.320997,2,'info','Analyzed 8000 files containing 178.3 MB of data so far'),(24523,1470974849.209864,2,'info','Analyzed 8062 files containing 179.21 MB of data.'),(24524,1470974849.212946,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(24525,1470974849.223338,1,'error','Undefined index: coreUnknown (8) File: /home/alloccasions/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php Line: 141'),(24526,1470974849.227544,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(24527,1470974849.572604,10,'info','SUM_ENDOK:Scanning for known malware files'),(24528,1470974849.617936,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(24529,1470974849.621218,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(24530,1470974849.636029,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(24531,1470974849.643955,10,'info','SUM_START:Scanning files for URLs in Google\'s Safe Browsing List'),(24532,1470974849.983428,2,'info','Starting scan of file contents'),(24533,1470974851.001532,2,'info','Scanned contents of 69 additional files at 68.34 per second'),(24534,1470974852.007700,2,'info','Scanned contents of 130 additional files at 64.49 per second'),(24535,1470974853.011320,2,'info','Scanned contents of 160 additional files at 52.99 per second'),(24536,1470974854.047542,2,'info','Scanned contents of 229 additional files at 56.46 per second'),(24537,1470974855.055345,2,'info','Scanned contents of 295 additional files at 58.26 per second'),(24538,1470974856.059686,2,'info','Scanned contents of 359 additional files at 59.17 per second'),(24539,1470974857.062427,2,'info','Scanned contents of 415 additional files at 58.69 per second'),(24540,1470974858.067535,2,'info','Scanned contents of 473 additional files at 58.57 per second'),(24541,1470974859.070272,2,'info','Scanned contents of 537 additional files at 59.15 per second'),(24542,1470974860.083164,2,'info','Scanned contents of 602 additional files at 59.66 per second'),(24543,1470974861.093890,2,'info','Scanned contents of 666 additional files at 59.99 per second'),(24544,1470974862.101318,2,'info','Scanned contents of 722 additional files at 59.62 per second'),(24545,1470974863.106169,2,'info','Scanned contents of 784 additional files at 59.78 per second'),(24546,1470974864.108678,2,'info','Scanned contents of 836 additional files at 59.22 per second'),(24547,1470974865.114173,2,'info','Scanned contents of 887 additional files at 58.66 per second'),(24548,1470974865.292764,1,'error','<br />\n<b>Notice</b>:  Undefined index: coreUnknown in <b>/home/alloccasions/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php</b> on line <b>141</b><br />\n'),(24549,1470974866.123570,2,'info','Scanned contents of 953 additional files at 59.08 per second'),(24550,1470974867.135359,2,'info','Scanned contents of 1019 additional files at 59.44 per second'),(24551,1470974868.571965,2,'info','Scanned contents of 1076 additional files at 57.91 per second'),(24552,1470974869.578737,2,'info','Scanned contents of 1140 additional files at 58.20 per second'),(24553,1470974870.588337,2,'info','Scanned contents of 1197 additional files at 58.12 per second'),(24554,1470974871.592854,2,'info','Scanned contents of 1256 additional files at 58.15 per second'),(24555,1470974872.626435,2,'info','Scanned contents of 1313 additional files at 58.01 per second'),(24556,1470974873.634902,2,'info','Scanned contents of 1373 additional files at 58.07 per second'),(24557,1470974874.641337,2,'info','Scanned contents of 1433 additional files at 58.14 per second'),(24558,1470974875.665646,2,'info','Scanned contents of 1496 additional files at 58.27 per second'),(24559,1470974876.678422,2,'info','Scanned contents of 1557 additional files at 58.34 per second'),(24560,1470974877.686489,2,'info','Scanned contents of 1621 additional files at 58.53 per second'),(24561,1470974878.690249,2,'info','Scanned contents of 1677 additional files at 58.44 per second'),(24562,1470974879.693578,2,'info','Scanned contents of 1742 additional files at 58.65 per second'),(24563,1470974880.709321,2,'info','Scanned contents of 1797 additional files at 58.50 per second'),(24564,1470974881.715603,2,'info','Scanned contents of 1860 additional files at 58.63 per second'),(24565,1470974882.717501,2,'info','Scanned contents of 1914 additional files at 58.49 per second'),(24566,1470974883.721916,2,'info','Scanned contents of 1977 additional files at 58.61 per second'),(24567,1470974884.735523,2,'info','Scanned contents of 2005 additional files at 57.71 per second'),(24568,1470974885.749390,2,'info','Scanned contents of 2064 additional files at 57.72 per second'),(24569,1470974886.762970,2,'info','Scanned contents of 2126 additional files at 57.82 per second'),(24570,1470974887.781297,2,'info','Scanned contents of 2194 additional files at 58.06 per second'),(24571,1470974888.786513,2,'info','Scanned contents of 2257 additional files at 58.18 per second'),(24572,1470974889.790094,2,'info','Scanned contents of 2322 additional files at 58.34 per second'),(24573,1470974890.809479,2,'info','Scanned contents of 2380 additional files at 58.31 per second'),(24574,1470974891.818855,2,'info','Scanned contents of 2442 additional files at 58.38 per second'),(24575,1470974892.647216,2,'info','Scanned contents of 2483 additional files at 58.21 per second'),(24576,1470974892.651407,2,'info','Asking Wordfence to check URL\'s against malware list.'),(24577,1470974892.655582,2,'info','Checking 1236 host keys against Wordfence scanning servers.'),(24578,1470974893.004111,2,'info','Done host key check.'),(24579,1470974893.014167,2,'info','Checking 64 URLs from 37 sources.'),(24580,1470974893.548169,2,'info','Done URL check.'),(24581,1470974893.652756,2,'info','Done file contents scan'),(24582,1470974893.658462,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(24583,1470974893.664822,10,'info','SUM_ENDOK:Scanning files for URLs in Google\'s Safe Browsing List'),(24584,1470974893.679796,10,'info','SUM_START:Scanning posts for URLs in Google\'s Safe Browsing List'),(24585,1470974893.823513,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(24586,1470974893.827936,2,'info','Checking 7 host keys against Wordfence scanning servers.'),(24587,1470974894.125012,2,'info','Done host key check.'),(24588,1470974894.132626,2,'info','Done examining URLs'),(24589,1470974894.168203,10,'info','SUM_ENDOK:Scanning posts for URLs in Google\'s Safe Browsing List'),(24590,1470974894.182072,10,'info','SUM_START:Scanning comments for URLs in Google\'s Safe Browsing List'),(24591,1470974894.222655,2,'info','Checking 1 host keys against Wordfence scanning servers.'),(24592,1470974894.511364,2,'info','Done host key check.'),(24593,1470974894.550288,10,'info','SUM_ENDOK:Scanning comments for URLs in Google\'s Safe Browsing List'),(24594,1470974894.565457,10,'info','SUM_START:Scanning for weak passwords'),(24595,1470974894.568462,2,'info','Starting password strength check on 1 users.'),(24596,1470974894.710127,10,'info','SUM_ENDOK:Scanning for weak passwords'),(24597,1470974894.723917,10,'info','SUM_START:Scanning DNS for unauthorized changes'),(24598,1470974894.728380,2,'info','Starting DNS scan for www.alloccasionscenterpieces.com'),(24599,1470974894.741599,2,'info','Scanning CNAME DNS record for www.alloccasionscenterpieces.com'),(24600,1470974894.746903,2,'info','Scanning DNS A record for alloccasionscenterpieces.com'),(24601,1470974894.752682,2,'info','Scanning DNS MX record for alloccasionscenterpieces.com'),(24602,1470974894.757670,10,'info','SUM_ENDOK:Scanning DNS for unauthorized changes'),(24603,1470974894.771365,10,'info','SUM_START:Scanning to check available disk space'),(24604,1470974894.775763,2,'info','Total disk space: 220.5342GB -- Free disk space: 181.5934GB'),(24605,1470974894.781372,2,'info','The disk has 185951.62 MB space available'),(24606,1470974894.785786,10,'info','SUM_ENDOK:Scanning to check available disk space'),(24607,1470974894.799795,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(24608,1470974896.566397,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(24609,1470974896.578805,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(24610,1470974896.588027,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(24611,1470974896.604523,1,'info','-------------------'),(24612,1470974896.610055,1,'info','Scan Complete. Scanned 8062 files, 16 plugins, 1 themes, 60 pages, 1 comments and 16089 records in 163 seconds.'),(24613,1470974896.614217,10,'info','SUM_FINAL:Scan complete. You have 5 new issues to fix. See below.'),(24614,1470974896.944832,2,'info','Wordfence used 23.22MB of memory for scan. Server peak memory usage was: 63.22MB'),(24615,1470992514.528179,1,'info','Scheduled Wordfence scan starting at Friday 12th of August 2016 09:01:54 AM'),(24616,1470992515.330593,10,'info','SUM_PREP:Preparing a new scan.'),(24617,1470992515.335861,10,'info','SUM_PAIDONLY:Remote scan of public facing site only available to paid members'),(24618,1470992517.340343,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(24619,1470992519.345306,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(24620,1470992521.348161,10,'info','SUM_PAIDONLY:Checking if your site is on the Google Safe Browsing list is for paid members only'),(24621,1470992523.354080,10,'info','SUM_START:Scanning your site for the HeartBleed vulnerability'),(24622,1470992524.064743,10,'info','SUM_ENDOK:Scanning your site for the HeartBleed vulnerability'),(24623,1470992524.072578,1,'info','Contacting Wordfence to initiate scan'),(24624,1470992524.356783,2,'info','Getting plugin list from WordPress'),(24625,1470992524.360850,2,'info','Found 16 plugins'),(24626,1470992524.366333,2,'info','Getting theme list from WordPress'),(24627,1470992524.368895,2,'info','Found 1 themes'),(24628,1470992524.399684,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(24629,1470992524.916476,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(24630,1470992524.927698,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(24631,1470992525.555478,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(24632,1470992525.563801,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(24633,1470992525.566196,10,'info','SUM_DISABLED:Skipping theme scan'),(24634,1470992525.568551,10,'info','SUM_DISABLED:Skipping plugin scan'),(24635,1470992525.574027,10,'info','SUM_START:Scanning for known malware files'),(24636,1470992525.579272,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(24637,1470992526.297223,2,'info','Analyzed 100 files containing 2.65 MB of data so far'),(24638,1470992527.004760,2,'info','Analyzed 200 files containing 3.87 MB of data so far'),(24639,1470992527.709096,2,'info','Analyzed 300 files containing 5.12 MB of data so far'),(24640,1470992528.451877,2,'info','Analyzed 400 files containing 6.89 MB of data so far'),(24641,1470992529.164974,2,'info','Analyzed 500 files containing 7.53 MB of data so far'),(24642,1470992529.905188,2,'info','Analyzed 600 files containing 8.24 MB of data so far'),(24643,1470992530.619461,2,'info','Analyzed 700 files containing 8.97 MB of data so far'),(24644,1470992531.312439,2,'info','Analyzed 800 files containing 9.4 MB of data so far'),(24645,1470992532.011488,2,'info','Analyzed 900 files containing 10.1 MB of data so far'),(24646,1470992532.720815,2,'info','Analyzed 1000 files containing 10.57 MB of data so far'),(24647,1470992533.461108,2,'info','Analyzed 1100 files containing 13.43 MB of data so far'),(24648,1470992534.189350,2,'info','Analyzed 1200 files containing 15.88 MB of data so far'),(24649,1470992534.893586,2,'info','Analyzed 1300 files containing 16.38 MB of data so far'),(24650,1470992535.631403,2,'info','Analyzed 1400 files containing 19.46 MB of data so far'),(24651,1470992536.334986,2,'info','Analyzed 1500 files containing 20.07 MB of data so far'),(24652,1470992537.078269,2,'info','Analyzed 1600 files containing 24.33 MB of data so far'),(24653,1470992537.781483,2,'info','Analyzed 1700 files containing 25.34 MB of data so far'),(24654,1470992538.491216,2,'info','Analyzed 1800 files containing 25.52 MB of data so far'),(24655,1470992539.206914,2,'info','Analyzed 1900 files containing 26.13 MB of data so far'),(24656,1470992540.568229,2,'info','Analyzed 2000 files containing 27.2 MB of data so far'),(24657,1470992541.280416,2,'info','Analyzed 2100 files containing 28.28 MB of data so far'),(24658,1470992541.989860,2,'info','Analyzed 2200 files containing 28.5 MB of data so far'),(24659,1470992542.720610,2,'info','Analyzed 2300 files containing 28.95 MB of data so far'),(24660,1470992543.446132,2,'info','Analyzed 2400 files containing 29.36 MB of data so far'),(24661,1470992544.177589,2,'info','Analyzed 2500 files containing 29.98 MB of data so far'),(24662,1470992544.902823,2,'info','Analyzed 2600 files containing 30.2 MB of data so far'),(24663,1470992545.707406,2,'info','Analyzed 2700 files containing 40.05 MB of data so far'),(24664,1470992546.799994,2,'info','Analyzed 2800 files containing 40.42 MB of data so far'),(24665,1470992548.160998,2,'info','Analyzed 2900 files containing 40.53 MB of data so far'),(24666,1470992549.483028,2,'info','Analyzed 3000 files containing 41.8 MB of data so far'),(24667,1470992550.788220,2,'info','Analyzed 3100 files containing 43.03 MB of data so far'),(24668,1470992552.106910,2,'info','Analyzed 3200 files containing 45.72 MB of data so far'),(24669,1470992553.451656,2,'info','Analyzed 3300 files containing 49.66 MB of data so far'),(24670,1470992554.775023,2,'info','Analyzed 3400 files containing 51.44 MB of data so far'),(24671,1470992556.766101,2,'info','Analyzed 3500 files containing 53.37 MB of data so far'),(24672,1470992558.089546,2,'info','Analyzed 3600 files containing 54.11 MB of data so far'),(24673,1470992559.419558,2,'info','Analyzed 3700 files containing 55.46 MB of data so far'),(24674,1470992560.757174,2,'info','Analyzed 3800 files containing 56.52 MB of data so far'),(24675,1470992562.072449,2,'info','Analyzed 3900 files containing 57.1 MB of data so far'),(24676,1470992563.368934,2,'info','Analyzed 4000 files containing 57.54 MB of data so far'),(24677,1470992564.682146,2,'info','Analyzed 4100 files containing 57.59 MB of data so far'),(24678,1470992565.969018,2,'info','Analyzed 4200 files containing 57.95 MB of data so far'),(24679,1470992567.269261,2,'info','Analyzed 4300 files containing 61.24 MB of data so far'),(24680,1470992568.574301,2,'info','Analyzed 4400 files containing 62.98 MB of data so far'),(24681,1470992569.853499,2,'info','Analyzed 4500 files containing 63.51 MB of data so far'),(24682,1470992571.814408,2,'info','Analyzed 4600 files containing 64.22 MB of data so far'),(24683,1470992573.138385,2,'info','Analyzed 4700 files containing 66.32 MB of data so far'),(24684,1470992574.485582,2,'info','Analyzed 4800 files containing 69.32 MB of data so far'),(24685,1470992575.786496,2,'info','Analyzed 4900 files containing 70.27 MB of data so far'),(24686,1470992577.116368,2,'info','Analyzed 5000 files containing 73.05 MB of data so far'),(24687,1470992578.411406,2,'info','Analyzed 5100 files containing 73.15 MB of data so far'),(24688,1470992579.727191,2,'info','Analyzed 5200 files containing 74.62 MB of data so far'),(24689,1470992581.087081,2,'info','Analyzed 5300 files containing 84.05 MB of data so far'),(24690,1470992582.370932,2,'info','Analyzed 5400 files containing 84.68 MB of data so far'),(24691,1470992583.748893,2,'info','Analyzed 5500 files containing 91.24 MB of data so far'),(24692,1470992585.043115,2,'info','Analyzed 5600 files containing 91.35 MB of data so far'),(24693,1470992587.015071,2,'info','Analyzed 5700 files containing 91.98 MB of data so far'),(24694,1470992588.325256,2,'info','Analyzed 5800 files containing 93.44 MB of data so far'),(24695,1470992589.703510,2,'info','Analyzed 5900 files containing 97.65 MB of data so far'),(24696,1470992591.021104,2,'info','Analyzed 6000 files containing 101.98 MB of data so far'),(24697,1470992592.358641,2,'info','Analyzed 6100 files containing 106.82 MB of data so far'),(24698,1470992593.709833,2,'info','Analyzed 6200 files containing 113.36 MB of data so far'),(24699,1470992595.082679,2,'info','Analyzed 6300 files containing 121.08 MB of data so far'),(24700,1470992596.442151,2,'info','Analyzed 6400 files containing 129.22 MB of data so far'),(24701,1470992597.764244,2,'info','Analyzed 6500 files containing 135.13 MB of data so far'),(24702,1470992599.090105,2,'info','Analyzed 6600 files containing 140.83 MB of data so far'),(24703,1470992600.446156,2,'info','Analyzed 6700 files containing 146.05 MB of data so far'),(24704,1470992602.598294,2,'info','Analyzed 6800 files containing 149.82 MB of data so far'),(24705,1470992603.915519,2,'info','Analyzed 6900 files containing 151.94 MB of data so far'),(24706,1470992605.283911,2,'info','Analyzed 7000 files containing 154.86 MB of data so far'),(24707,1470992606.640712,2,'info','Analyzed 7100 files containing 159.39 MB of data so far'),(24708,1470992607.992172,2,'info','Analyzed 7200 files containing 165.78 MB of data so far'),(24709,1470992609.306613,2,'info','Analyzed 7300 files containing 166.81 MB of data so far'),(24710,1470992610.605954,2,'info','Analyzed 7400 files containing 168.46 MB of data so far'),(24711,1470992611.961924,2,'info','Analyzed 7500 files containing 170.58 MB of data so far'),(24712,1470992613.313168,2,'info','Analyzed 7600 files containing 172.21 MB of data so far'),(24713,1470992614.611259,2,'info','Analyzed 7700 files containing 173.02 MB of data so far'),(24714,1470992615.968926,2,'info','Analyzed 7800 files containing 174.44 MB of data so far'),(24715,1470992617.269096,2,'info','Analyzed 7900 files containing 175.63 MB of data so far'),(24716,1470992619.305395,2,'info','Analyzed 8000 files containing 178.4 MB of data so far'),(24717,1470992620.166637,2,'info','Analyzed 8063 files containing 179.32 MB of data.'),(24718,1470992620.170933,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(24719,1470992620.178817,1,'error','Undefined index: coreUnknown (8) File: /home/alloccasions/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php Line: 141'),(24720,1470992620.185295,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(24721,1470992620.524539,10,'info','SUM_ENDOK:Scanning for known malware files'),(24722,1470992620.571682,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(24723,1470992620.576184,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(24724,1470992620.589987,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(24725,1470992620.597228,10,'info','SUM_START:Scanning files for URLs in Google\'s Safe Browsing List'),(24726,1470992620.933777,2,'info','Starting scan of file contents'),(24727,1470992621.944833,2,'info','Scanned contents of 64 additional files at 63.94 per second'),(24728,1470992622.947797,2,'info','Scanned contents of 129 additional files at 64.38 per second'),(24729,1470992623.987233,2,'info','Scanned contents of 194 additional files at 63.75 per second'),(24730,1470992624.992363,2,'info','Scanned contents of 262 additional files at 64.72 per second'),(24731,1470992626.029484,2,'info','Scanned contents of 332 additional files at 65.28 per second'),(24732,1470992627.032608,2,'info','Scanned contents of 392 additional files at 64.38 per second'),(24733,1470992628.035567,2,'info','Scanned contents of 451 additional files at 63.60 per second'),(24734,1470992629.041632,2,'info','Scanned contents of 508 additional files at 62.73 per second'),(24735,1470992630.044385,2,'info','Scanned contents of 578 additional files at 63.51 per second'),(24736,1470992631.054395,2,'info','Scanned contents of 642 additional files at 63.50 per second'),(24737,1470992632.054599,2,'info','Scanned contents of 700 additional files at 63.00 per second'),(24738,1470992633.079844,2,'info','Scanned contents of 760 additional files at 62.62 per second'),(24739,1470992634.555551,2,'info','Scanned contents of 813 additional files at 59.73 per second'),(24740,1470992635.560368,2,'info','Scanned contents of 864 additional files at 59.11 per second'),(24741,1470992636.569023,2,'info','Scanned contents of 926 additional files at 59.26 per second'),(24742,1470992637.580852,2,'info','Scanned contents of 986 additional files at 59.27 per second'),(24743,1470992638.596382,2,'info','Scanned contents of 1057 additional files at 59.88 per second'),(24744,1470992639.600702,2,'info','Scanned contents of 1110 additional files at 59.50 per second'),(24745,1470992640.604021,2,'info','Scanned contents of 1178 additional files at 59.92 per second'),(24746,1470992641.618204,2,'info','Scanned contents of 1233 additional files at 59.64 per second'),(24747,1470992642.639026,2,'info','Scanned contents of 1297 additional files at 59.78 per second'),(24748,1470992643.642273,2,'info','Scanned contents of 1355 additional files at 59.70 per second'),(24749,1470992644.661552,2,'info','Scanned contents of 1404 additional files at 59.20 per second'),(24750,1470992645.666594,2,'info','Scanned contents of 1470 additional files at 59.46 per second'),(24751,1470992646.676486,2,'info','Scanned contents of 1529 additional files at 59.42 per second'),(24752,1470992647.287779,1,'error','<br />\n<b>Notice</b>:  Undefined index: coreUnknown in <b>/home/alloccasions/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php</b> on line <b>141</b><br />\n'),(24753,1470992647.681711,2,'info','Scanned contents of 1596 additional files at 59.69 per second'),(24754,1470992648.695749,2,'info','Scanned contents of 1659 additional files at 59.78 per second'),(24755,1470992649.697284,2,'info','Scanned contents of 1714 additional files at 59.61 per second'),(24756,1470992650.697300,2,'info','Scanned contents of 1742 additional files at 58.55 per second'),(24757,1470992651.715178,2,'info','Scanned contents of 1803 additional files at 58.59 per second'),(24758,1470992652.733150,2,'info','Scanned contents of 1868 additional files at 58.76 per second'),(24759,1470992653.733346,2,'info','Scanned contents of 1929 additional files at 58.83 per second'),(24760,1470992654.749600,2,'info','Scanned contents of 1987 additional files at 58.78 per second'),(24761,1470992655.767622,2,'info','Scanned contents of 2050 additional files at 58.87 per second'),(24762,1470992656.792626,2,'info','Scanned contents of 2113 additional files at 58.94 per second'),(24763,1470992657.800694,2,'info','Scanned contents of 2177 additional files at 59.07 per second'),(24764,1470992658.805609,2,'info','Scanned contents of 2240 additional files at 59.16 per second'),(24765,1470992659.818046,2,'info','Scanned contents of 2307 additional files at 59.35 per second'),(24766,1470992660.833458,2,'info','Scanned contents of 2365 additional files at 59.29 per second'),(24767,1470992661.865590,2,'info','Scanned contents of 2425 additional files at 59.26 per second'),(24768,1470992662.878184,2,'info','Scanned contents of 2479 additional files at 59.12 per second'),(24769,1470992663.001794,2,'info','Scanned contents of 2485 additional files at 59.09 per second'),(24770,1470992663.006017,2,'info','Asking Wordfence to check URL\'s against malware list.'),(24771,1470992663.010407,2,'info','Checking 1242 host keys against Wordfence scanning servers.'),(24772,1470992663.364906,2,'info','Done host key check.'),(24773,1470992663.373632,2,'info','Checking 64 URLs from 37 sources.'),(24774,1470992663.833803,2,'info','Done URL check.'),(24775,1470992663.897922,2,'info','Done file contents scan'),(24776,1470992663.902481,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(24777,1470992663.910851,10,'info','SUM_ENDOK:Scanning files for URLs in Google\'s Safe Browsing List'),(24778,1470992663.924886,10,'info','SUM_START:Scanning posts for URLs in Google\'s Safe Browsing List'),(24779,1470992664.073624,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(24780,1470992664.077943,2,'info','Checking 7 host keys against Wordfence scanning servers.'),(24781,1470992664.372209,2,'info','Done host key check.'),(24782,1470992664.380344,2,'info','Done examining URLs'),(24783,1470992664.416699,10,'info','SUM_ENDOK:Scanning posts for URLs in Google\'s Safe Browsing List'),(24784,1470992664.430723,10,'info','SUM_START:Scanning comments for URLs in Google\'s Safe Browsing List'),(24785,1470992664.471053,2,'info','Checking 1 host keys against Wordfence scanning servers.'),(24786,1470992664.772534,2,'info','Done host key check.'),(24787,1470992664.815897,10,'info','SUM_ENDOK:Scanning comments for URLs in Google\'s Safe Browsing List'),(24788,1470992664.829740,10,'info','SUM_START:Scanning for weak passwords'),(24789,1470992664.834336,2,'info','Starting password strength check on 1 users.'),(24790,1470992664.974227,10,'info','SUM_ENDOK:Scanning for weak passwords'),(24791,1470992664.987669,10,'info','SUM_START:Scanning DNS for unauthorized changes'),(24792,1470992664.993529,2,'info','Starting DNS scan for www.alloccasionscenterpieces.com'),(24793,1470992665.023595,2,'info','Scanning CNAME DNS record for www.alloccasionscenterpieces.com'),(24794,1470992665.027939,2,'info','Scanning DNS A record for alloccasionscenterpieces.com'),(24795,1470992665.035918,2,'info','Scanning DNS MX record for alloccasionscenterpieces.com'),(24796,1470992665.042368,10,'info','SUM_ENDOK:Scanning DNS for unauthorized changes'),(24797,1470992665.054963,10,'info','SUM_START:Scanning to check available disk space'),(24798,1470992665.060629,2,'info','Total disk space: 220.5342GB -- Free disk space: 181.5753GB'),(24799,1470992665.064967,2,'info','The disk has 185933.13 MB space available'),(24800,1470992665.068179,10,'info','SUM_ENDOK:Scanning to check available disk space'),(24801,1470992665.083419,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(24802,1470992667.293515,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(24803,1470992667.825814,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(24804,1470992667.829366,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(24805,1470992667.848626,1,'info','-------------------'),(24806,1470992667.851335,1,'info','Scan Complete. Scanned 8063 files, 16 plugins, 1 themes, 60 pages, 1 comments and 16296 records in 152 seconds.'),(24807,1470992667.857322,10,'info','SUM_FINAL:Scan complete. You have 5 new issues to fix. See below.'),(24808,1470992668.243626,2,'info','Wordfence used 23.21MB of memory for scan. Server peak memory usage was: 63.21MB'),(24809,1471061580.134190,1,'info','Scheduled Wordfence scan starting at Saturday 13th of August 2016 04:13:00 AM'),(24810,1471061581.284019,10,'info','SUM_PREP:Preparing a new scan.'),(24811,1471061581.320410,10,'info','SUM_PAIDONLY:Remote scan of public facing site only available to paid members'),(24812,1471061583.321694,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(24813,1471061585.323868,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(24814,1471061587.325476,10,'info','SUM_PAIDONLY:Checking if your site is on the Google Safe Browsing list is for paid members only'),(24815,1471061589.331084,10,'info','SUM_START:Scanning your site for the HeartBleed vulnerability'),(24816,1471061596.290431,10,'info','SUM_ENDOK:Scanning your site for the HeartBleed vulnerability'),(24817,1471061596.293187,1,'info','Contacting Wordfence to initiate scan'),(24818,1471061596.884389,2,'info','Getting plugin list from WordPress'),(24819,1471061596.885198,2,'info','Found 16 plugins'),(24820,1471061596.889995,2,'info','Getting theme list from WordPress'),(24821,1471061596.890985,2,'info','Found 1 themes'),(24822,1471061596.910278,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(24823,1471061597.856586,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(24824,1471061597.872970,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(24825,1471061599.232732,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(24826,1471061599.237386,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(24827,1471061599.237875,10,'info','SUM_DISABLED:Skipping theme scan'),(24828,1471061599.238318,10,'info','SUM_DISABLED:Skipping plugin scan'),(24829,1471061599.245847,10,'info','SUM_START:Scanning for known malware files'),(24830,1471061599.249011,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(24831,1471061603.071921,2,'info','Analyzed 100 files containing 8.56 MB of data so far'),(24832,1471061605.362241,2,'info','Analyzed 200 files containing 10.03 MB of data so far'),(24833,1471061607.239549,2,'info','Analyzed 300 files containing 11.01 MB of data so far'),(24834,1471061609.036438,2,'info','Analyzed 400 files containing 12.96 MB of data so far'),(24835,1471061610.977129,2,'info','Analyzed 500 files containing 13.62 MB of data so far'),(24836,1471061612.992464,2,'info','Analyzed 600 files containing 14.22 MB of data so far'),(24837,1471061615.049536,2,'info','Analyzed 700 files containing 15.17 MB of data so far'),(24838,1471061618.472982,2,'info','Analyzed 800 files containing 15.6 MB of data so far'),(24839,1471061620.508573,2,'info','Analyzed 900 files containing 16.28 MB of data so far'),(24840,1471061622.556458,2,'info','Analyzed 1000 files containing 16.75 MB of data so far'),(24841,1471061625.026069,2,'info','Analyzed 1100 files containing 19.04 MB of data so far'),(24842,1471061627.592544,2,'info','Analyzed 1200 files containing 21.71 MB of data so far'),(24843,1471061629.517224,2,'info','Analyzed 1300 files containing 22.54 MB of data so far'),(24844,1471061631.551584,2,'info','Analyzed 1400 files containing 25.23 MB of data so far'),(24845,1471061634.724377,2,'info','Analyzed 1500 files containing 26.1 MB of data so far'),(24846,1471061636.872305,2,'info','Analyzed 1600 files containing 29.73 MB of data so far'),(24847,1471061638.946369,2,'info','Analyzed 1700 files containing 31.49 MB of data so far'),(24848,1471061640.857375,2,'info','Analyzed 1800 files containing 31.66 MB of data so far'),(24849,1471061642.816946,2,'info','Analyzed 1900 files containing 31.94 MB of data so far'),(24850,1471061644.681032,2,'info','Analyzed 2000 files containing 32.77 MB of data so far'),(24851,1471061646.683209,2,'info','Analyzed 2100 files containing 34.42 MB of data so far'),(24852,1471061648.029856,2,'info','Analyzed 2200 files containing 34.63 MB of data so far'),(24853,1471061650.768598,2,'info','Analyzed 2300 files containing 35.1 MB of data so far'),(24854,1471061651.632349,2,'info','Analyzed 2400 files containing 35.49 MB of data so far'),(24855,1471061652.656210,2,'info','Analyzed 2500 files containing 36.12 MB of data so far'),(24856,1471061654.326672,2,'info','Analyzed 2600 files containing 36.33 MB of data so far'),(24857,1471061656.938535,2,'info','Analyzed 2700 files containing 46.18 MB of data so far'),(24858,1471061659.428526,2,'info','Analyzed 2800 files containing 46.57 MB of data so far'),(24859,1471061661.309572,2,'info','Analyzed 2900 files containing 46.68 MB of data so far'),(24860,1471061663.860121,2,'info','Analyzed 3000 files containing 47.79 MB of data so far'),(24861,1471061668.244186,2,'info','Analyzed 3100 files containing 49.07 MB of data so far'),(24862,1471061670.132334,2,'info','Analyzed 3200 files containing 51.18 MB of data so far'),(24863,1471061672.264866,2,'info','Analyzed 3300 files containing 55.39 MB of data so far'),(24864,1471061674.497985,2,'info','Analyzed 3400 files containing 57.54 MB of data so far'),(24865,1471061676.163434,2,'info','Analyzed 3500 files containing 58.37 MB of data so far'),(24866,1471061678.572217,2,'info','Analyzed 3600 files containing 60.23 MB of data so far'),(24867,1471061680.469807,2,'info','Analyzed 3700 files containing 61.55 MB of data so far'),(24868,1471061684.367774,2,'info','Analyzed 3800 files containing 62.61 MB of data so far'),(24869,1471061686.110566,2,'info','Analyzed 3900 files containing 63.14 MB of data so far'),(24870,1471061687.813107,2,'info','Analyzed 4000 files containing 63.7 MB of data so far'),(24871,1471061689.366833,2,'info','Analyzed 4100 files containing 63.74 MB of data so far'),(24872,1471061691.387541,2,'info','Analyzed 4200 files containing 64.1 MB of data so far'),(24873,1471061693.319120,2,'info','Analyzed 4300 files containing 67.43 MB of data so far'),(24874,1471061694.492401,2,'info','Analyzed 4400 files containing 69.24 MB of data so far'),(24875,1471061695.589405,2,'info','Analyzed 4500 files containing 69.71 MB of data so far'),(24876,1471061697.157752,2,'info','Analyzed 4600 files containing 70.37 MB of data so far'),(24877,1471061700.212954,2,'info','Analyzed 4700 files containing 71.27 MB of data so far'),(24878,1471061704.029527,2,'info','Analyzed 4800 files containing 75.49 MB of data so far'),(24879,1471061706.546852,2,'info','Analyzed 4900 files containing 76.42 MB of data so far'),(24880,1471061709.490821,2,'info','Analyzed 5000 files containing 79.31 MB of data so far'),(24881,1471061711.569363,2,'info','Analyzed 5100 files containing 79.4 MB of data so far'),(24882,1471061713.525858,2,'info','Analyzed 5200 files containing 80.67 MB of data so far'),(24883,1471061716.378599,2,'info','Analyzed 5300 files containing 90.31 MB of data so far'),(24884,1471061717.669974,2,'info','Analyzed 5400 files containing 90.94 MB of data so far'),(24885,1471061719.745732,2,'info','Analyzed 5500 files containing 95.25 MB of data so far'),(24886,1471061721.685670,2,'info','Analyzed 5600 files containing 97.61 MB of data so far'),(24887,1471061723.307884,2,'info','Analyzed 5700 files containing 98.16 MB of data so far'),(24888,1471061725.675681,2,'info','Analyzed 5800 files containing 99.54 MB of data so far'),(24889,1471061729.387640,2,'info','Analyzed 5900 files containing 103.37 MB of data so far'),(24890,1471061735.094531,2,'info','Analyzed 6000 files containing 107.33 MB of data so far'),(24891,1471061739.266863,2,'info','Analyzed 6100 files containing 112.68 MB of data so far'),(24892,1471061742.745919,2,'info','Analyzed 6200 files containing 118.54 MB of data so far'),(24893,1471061746.399354,2,'info','Analyzed 6300 files containing 126.7 MB of data so far'),(24894,1471061751.669393,2,'info','Analyzed 6400 files containing 134.72 MB of data so far'),(24895,1471061755.255004,2,'info','Analyzed 6500 files containing 140.66 MB of data so far'),(24896,1471061758.453774,2,'info','Analyzed 6600 files containing 146.14 MB of data so far'),(24897,1471061761.927362,2,'info','Analyzed 6700 files containing 152.1 MB of data so far'),(24898,1471061767.137416,2,'info','Analyzed 6800 files containing 155.71 MB of data so far'),(24899,1471061770.054851,2,'info','Analyzed 6900 files containing 158.06 MB of data so far'),(24900,1471061772.897933,2,'info','Analyzed 7000 files containing 160.77 MB of data so far'),(24901,1471061775.980254,2,'info','Analyzed 7100 files containing 165.45 MB of data so far'),(24902,1471061779.124909,2,'info','Analyzed 7200 files containing 170.68 MB of data so far'),(24903,1471061783.776222,2,'info','Analyzed 7300 files containing 172.96 MB of data so far'),(24904,1471061786.195637,2,'info','Analyzed 7400 files containing 174.06 MB of data so far'),(24905,1471061789.917184,2,'info','Analyzed 7500 files containing 176.58 MB of data so far'),(24906,1471061791.824819,2,'info','Analyzed 7600 files containing 178.18 MB of data so far'),(24907,1471061795.895633,2,'info','Analyzed 7700 files containing 179.1 MB of data so far'),(24908,1471061799.521704,2,'info','Analyzed 7800 files containing 180.27 MB of data so far'),(24909,1471061801.834928,2,'info','Analyzed 7900 files containing 181.59 MB of data so far'),(24910,1471061803.793736,2,'info','Analyzed 8000 files containing 184.13 MB of data so far'),(24911,1471061804.763267,2,'info','Analyzed 8074 files containing 185.48 MB of data.'),(24912,1471061804.764313,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(24913,1471061804.767037,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(24914,1471061805.410641,10,'info','SUM_ENDOK:Scanning for known malware files'),(24915,1471061805.499203,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(24916,1471061805.505393,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(24917,1471061805.528560,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(24918,1471061805.536667,10,'info','SUM_START:Scanning files for URLs in Google\'s Safe Browsing List'),(24919,1471061806.151679,2,'info','Starting scan of file contents'),(24920,1471061807.267754,2,'info','Scanned contents of 22 additional files at 21.49 per second'),(24921,1471061808.310667,2,'info','Scanned contents of 97 additional files at 46.93 per second'),(24922,1471061809.327186,2,'info','Scanned contents of 159 additional files at 51.57 per second'),(24923,1471061810.328984,2,'info','Scanned contents of 241 additional files at 59.00 per second'),(24924,1471061811.332623,2,'info','Scanned contents of 290 additional files at 56.99 per second'),(24925,1471061812.388569,2,'info','Scanned contents of 348 additional files at 56.63 per second'),(24926,1471061814.456877,2,'info','Scanned contents of 387 additional files at 47.12 per second'),(24927,1471061815.602747,2,'info','Scanned contents of 455 additional files at 48.62 per second'),(24928,1471061816.645523,2,'info','Scanned contents of 524 additional files at 50.38 per second'),(24929,1471061817.651728,2,'info','Scanned contents of 615 additional files at 53.91 per second'),(24930,1471061818.656127,2,'info','Scanned contents of 683 additional files at 55.03 per second'),(24931,1471061819.657300,2,'info','Scanned contents of 744 additional files at 55.47 per second'),(24932,1471061820.674893,2,'info','Scanned contents of 814 additional files at 56.41 per second'),(24933,1471061821.722825,2,'info','Scanned contents of 857 additional files at 55.37 per second'),(24934,1471061824.533225,2,'info','Scanned contents of 916 additional files at 50.08 per second'),(24935,1471061825.556097,2,'info','Scanned contents of 992 additional files at 51.37 per second'),(24936,1471061826.746199,2,'info','Scanned contents of 1084 additional files at 52.87 per second'),(24937,1471061827.774925,2,'info','Scanned contents of 1109 additional files at 51.51 per second'),(24938,1471061828.799467,2,'info','Scanned contents of 1199 additional files at 53.16 per second'),(24939,1471061829.836875,2,'info','Scanned contents of 1237 additional files at 52.43 per second'),(24940,1471061831.127786,2,'info','Scanned contents of 1254 additional files at 50.39 per second'),(24941,1471061832.142077,2,'info','Scanned contents of 1315 additional files at 50.78 per second'),(24942,1471061833.148264,2,'info','Scanned contents of 1365 additional files at 50.74 per second'),(24943,1471061834.333905,2,'info','Scanned contents of 1407 additional files at 50.09 per second'),(24944,1471061835.364910,2,'info','Scanned contents of 1487 additional files at 51.06 per second'),(24945,1471061836.367706,2,'info','Scanned contents of 1561 additional files at 51.82 per second'),(24946,1471061837.368551,2,'info','Scanned contents of 1662 additional files at 53.40 per second'),(24947,1471061838.374594,2,'info','Scanned contents of 1721 additional files at 53.56 per second'),(24948,1471061839.431473,2,'info','Scanned contents of 1783 additional files at 53.72 per second'),(24949,1471061840.526877,2,'info','Scanned contents of 1811 additional files at 52.83 per second'),(24950,1471061841.537661,2,'info','Scanned contents of 1906 additional files at 54.00 per second'),(24951,1471061842.540127,2,'info','Scanned contents of 1977 additional files at 54.47 per second'),(24952,1471061843.541635,2,'info','Scanned contents of 2055 additional files at 55.10 per second'),(24953,1471061844.684148,2,'info','Scanned contents of 2133 additional files at 55.49 per second'),(24954,1471061845.699422,2,'info','Scanned contents of 2209 additional files at 55.99 per second'),(24955,1471061846.718588,2,'info','Scanned contents of 2282 additional files at 56.38 per second'),(24956,1471061848.256132,2,'info','Scanned contents of 2312 additional files at 55.03 per second'),(24957,1471061849.265496,2,'info','Scanned contents of 2375 additional files at 55.20 per second'),(24958,1471061850.266060,2,'info','Scanned contents of 2460 additional files at 55.88 per second'),(24959,1471061851.331326,2,'info','Scanned contents of 2487 additional files at 55.16 per second'),(24960,1471061851.408565,2,'info','Scanned contents of 2494 additional files at 55.22 per second'),(24961,1471061851.409209,2,'info','Asking Wordfence to check URL\'s against malware list.'),(24962,1471061851.428430,2,'info','Checking 1242 host keys against Wordfence scanning servers.'),(24963,1471061852.150229,2,'info','Done host key check.'),(24964,1471061852.158407,2,'info','Checking 69 URLs from 39 sources.'),(24965,1471061853.037326,2,'info','Done URL check.'),(24966,1471061853.045407,2,'info','Done file contents scan'),(24967,1471061853.047084,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(24968,1471061853.051166,10,'info','SUM_ENDOK:Scanning files for URLs in Google\'s Safe Browsing List'),(24969,1471061853.059863,10,'info','SUM_START:Scanning posts for URLs in Google\'s Safe Browsing List'),(24970,1471061853.146422,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(24971,1471061853.149313,2,'info','Checking 5 host keys against Wordfence scanning servers.'),(24972,1471061853.760183,2,'info','Done host key check.'),(24973,1471061853.760986,2,'info','Done examining URLs'),(24974,1471061853.766107,10,'info','SUM_ENDOK:Scanning posts for URLs in Google\'s Safe Browsing List'),(24975,1471061853.770933,10,'info','SUM_START:Scanning comments for URLs in Google\'s Safe Browsing List'),(24976,1471061853.782774,2,'info','Checking 1 host keys against Wordfence scanning servers.'),(24977,1471061854.350433,2,'info','Done host key check.'),(24978,1471061854.355861,10,'info','SUM_ENDOK:Scanning comments for URLs in Google\'s Safe Browsing List'),(24979,1471061854.371247,10,'info','SUM_START:Scanning for weak passwords'),(24980,1471061854.371862,2,'info','Starting password strength check on 1 users.'),(24981,1471061854.674305,10,'info','SUM_ENDOK:Scanning for weak passwords'),(24982,1471061854.685383,10,'info','SUM_START:Scanning DNS for unauthorized changes'),(24983,1471061854.686036,2,'info','Starting DNS scan for www.wanderfuls.com'),(24984,1471061854.703323,2,'info','Scanning CNAME DNS record for www.wanderfuls.com'),(24985,1471061854.706402,2,'info','Scanning DNS A record for wanderfuls.com'),(24986,1471061854.826076,2,'info','Scanning DNS MX record for wanderfuls.com'),(24987,1471061854.826811,2,'info','Scanning DNS MX record for wanderfuls.com'),(24988,1471061854.827404,2,'info','Scanning DNS MX record for wanderfuls.com'),(24989,1471061854.827873,2,'info','Scanning DNS MX record for wanderfuls.com'),(24990,1471061854.828354,2,'info','Scanning DNS MX record for wanderfuls.com'),(24991,1471061854.828829,2,'info','Scanning DNS MX record for wanderfuls.com'),(24992,1471061854.830882,10,'info','SUM_ENDBAD:Scanning DNS for unauthorized changes'),(24993,1471061854.836861,10,'info','SUM_START:Scanning to check available disk space'),(24994,1471061854.837382,2,'info','Total disk space: 930.7127GB -- Free disk space: 265.3620GB'),(24995,1471061854.837802,2,'info','The disk has 271730.69 MB space available'),(24996,1471061854.838592,10,'info','SUM_ENDOK:Scanning to check available disk space'),(24997,1471061854.849482,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(24998,1471061856.004010,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(24999,1471061856.009861,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(25000,1471061856.013085,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(25001,1471061856.064979,1,'info','-------------------'),(25002,1471061856.065566,1,'info','Scan Complete. Scanned 8074 files, 16 plugins, 1 themes, 60 pages, 1 comments and 14932 records in 275 seconds.'),(25003,1471061856.066143,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),(25004,1471061856.914872,2,'info','Wordfence used 45.61MB of memory for scan. Server peak memory usage was: 102.47MB');
/*!40000 ALTER TABLE `wp_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfthrottlelog`
--

DROP TABLE IF EXISTS `wp_wfthrottlelog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfthrottlelog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `startTime` int(10) unsigned NOT NULL,
  `endTime` int(10) unsigned NOT NULL,
  `timesThrottled` int(10) unsigned NOT NULL,
  `lastReason` varchar(255) NOT NULL,
  PRIMARY KEY (`IP`),
  KEY `k2` (`endTime`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfthrottlelog`
--

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

--
-- Table structure for table `wp_wfvulnscanners`
--

DROP TABLE IF EXISTS `wp_wfvulnscanners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfvulnscanners` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int(10) unsigned NOT NULL,
  `hits` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfvulnscanners`
--

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

--
-- Table structure for table `wp_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `wp_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_ci,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_api_keys`
--

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

--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_label` longtext COLLATE utf8mb4_unicode_ci,
  `attribute_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_orderby` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_attribute_taxonomies`
--

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

--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `download_id` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `order_id` bigint(20) NOT NULL DEFAULT '0',
  `order_key` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(191),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_downloadable_product_permissions`
--

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

--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--

DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=145 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_order_itemmeta`
--

LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (1,1,'_qty','9'),(2,1,'_product_id','1755'),(3,1,'_line_subtotal','467.1'),(4,1,'_line_total','467.1'),(5,2,'_qty','2'),(6,2,'_product_id','1929'),(7,2,'_line_subtotal','85.44'),(8,2,'_line_total','85.44'),(9,3,'_qty','1'),(10,3,'_product_id','2047'),(11,3,'_line_subtotal','37.14'),(12,3,'_line_total','37.14'),(13,4,'_qty','4'),(14,4,'_product_id','1849'),(15,4,'_line_subtotal','170.88'),(16,4,'_line_total','170.88'),(17,5,'_qty','1'),(18,5,'_product_id','1969'),(19,5,'_line_subtotal','33.54'),(20,5,'_line_total','33.54'),(21,6,'_qty','6'),(22,6,'_product_id','1932'),(23,6,'_line_subtotal','285.12'),(24,6,'_line_total','285.12'),(25,7,'_qty','14'),(26,7,'_product_id','1756'),(27,7,'_line_subtotal','662.34'),(28,7,'_line_total','662.34'),(29,8,'_qty','1'),(30,8,'_product_id','2011'),(31,8,'_line_subtotal','47.31'),(32,8,'_line_total','47.31'),(33,9,'_qty','1'),(34,9,'_product_id','1708'),(35,9,'_line_subtotal','51.9'),(36,9,'_line_total','51.9'),(37,10,'_qty','1'),(38,10,'_product_id','1756'),(39,10,'_line_subtotal','47.31'),(40,10,'_line_total','47.31'),(41,11,'_qty','1'),(42,11,'_product_id','2166'),(43,11,'_line_subtotal','33.54'),(44,11,'_line_total','33.54'),(45,12,'_qty','1'),(46,12,'_product_id','1755'),(47,12,'_line_subtotal','33.54'),(48,12,'_line_total','33.54'),(49,13,'_qty','1'),(50,13,'_product_id','1997'),(51,13,'_line_subtotal','45.9'),(52,13,'_line_total','45.9'),(53,14,'_qty','6'),(54,14,'_product_id','1996'),(55,14,'_line_subtotal','285.12'),(56,14,'_line_total','285.12'),(57,15,'_qty','4'),(58,15,'_product_id','2250'),(59,15,'_line_subtotal','210.84'),(60,15,'_line_total','210.84'),(61,16,'_qty','1'),(62,16,'_product_id','2171'),(63,16,'_line_subtotal','33.54'),(64,16,'_line_total','33.54'),(65,17,'_qty','1'),(66,17,'_product_id','1876'),(67,17,'_line_subtotal','33.54'),(68,17,'_line_total','33.54'),(69,18,'_qty','1'),(70,18,'_product_id','2038'),(71,18,'_line_subtotal','33.54'),(72,18,'_line_total','33.54'),(73,19,'_qty','1'),(74,19,'_product_id','1297'),(75,19,'_line_subtotal','37.92'),(76,19,'_line_total','37.92'),(77,20,'_qty','4'),(78,20,'_product_id','1671'),(79,20,'_line_subtotal','148.56'),(80,20,'_line_total','148.56'),(81,21,'_qty','1'),(82,21,'_product_id','2250'),(83,21,'_line_subtotal','41.91'),(84,21,'_line_total','41.91'),(85,22,'_qty','1'),(86,22,'_product_id','2077'),(87,22,'_line_subtotal','33.54'),(88,22,'_line_total','33.54'),(89,23,'_qty','1'),(90,23,'_product_id','1704'),(91,23,'_line_subtotal','41.91'),(92,23,'_line_total','41.91'),(93,24,'_qty','1'),(94,24,'_product_id','2015'),(95,24,'_line_subtotal','47.31'),(96,24,'_line_total','47.31'),(97,25,'_qty','4'),(98,25,'_product_id','2011'),(99,25,'_line_subtotal','148.56'),(100,25,'_line_total','148.56'),(101,26,'_qty','6'),(102,26,'_product_id','2145'),(103,26,'_line_subtotal','347.4'),(104,26,'_line_total','347.4'),(105,27,'_qty','1'),(106,27,'_product_id','1756'),(107,27,'_line_subtotal','41.91'),(108,27,'_line_total','41.91'),(109,28,'_qty','4'),(110,28,'_product_id','2262'),(111,28,'_line_subtotal','134.16'),(112,28,'_line_total','134.16'),(113,29,'_qty','4'),(114,29,'_product_id','1273'),(115,29,'_line_subtotal','134.16'),(116,29,'_line_total','134.16'),(117,30,'_qty','1'),(118,30,'_product_id','2051'),(119,30,'_line_subtotal','33.54'),(120,30,'_line_total','33.54'),(121,31,'_qty','1'),(122,31,'_product_id','2121'),(123,31,'_line_subtotal','37.14'),(124,31,'_line_total','37.14'),(125,32,'_qty','2'),(126,32,'_product_id','1297'),(127,32,'_line_subtotal','59.88'),(128,32,'_line_total','59.88'),(129,33,'_qty','4'),(130,33,'_product_id','1871'),(131,33,'_line_subtotal','210.84'),(132,33,'_line_total','210.84'),(133,34,'_qty','1'),(134,34,'_product_id','1819'),(135,34,'_line_subtotal','32.34'),(136,34,'_line_total','32.34'),(137,35,'_qty','12'),(138,35,'_product_id','1225'),(139,35,'_line_subtotal','567.72'),(140,35,'_line_total','567.72'),(141,36,'_qty','1'),(142,36,'_product_id','1371'),(143,36,'_line_subtotal','29.94'),(144,36,'_line_total','29.94');
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_order_items`
--

DROP TABLE IF EXISTS `wp_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `order_item_name` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_order_items`
--

LOCK TABLES `wp_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_items` VALUES (1,'Baby Pink and Celedon Green Baby Shower Centerpiece with White M','line_item',2347),(2,'Black and White Graduation School Colors Centerpiece','line_item',2348),(3,'Baby Girl Christening Centerpiece','line_item',2348),(4,'Easter Celebration Centerpiece','line_item',2348),(5,'Career Celebration Retirement Party Centerpiece','line_item',2348),(6,'10th High School Reunion Centerpiece','line_item',2348),(7,'Baby Pink and Mint Green Baby Shower Centerpiece with White Mint','line_item',2349),(8,'50th Anniversary Centerpiece','line_item',2349),(9,'Charcoal Wedding Sophistication Centerpiece','line_item',2349),(10,'Baby Pink and Mint Green Baby Shower Centerpiece with White Mint','line_item',2350),(11,'Air Force Blue Centerpiece','line_item',2351),(12,'Baby Pink and Celedon Green Baby Shower Centerpiece with White M','line_item',2352),(13,'Elegant 15th Anniversary Centerpiece','line_item',2353),(14,'Festive 15th Wedding Anniversary Centerpiece','line_item',2354),(15,'Azalea Pink and Charcoal Grey Theme Bat Mitzvah Centerpiece with','line_item',2355),(16,'Marine Red and Gold Formal Centerpiece','line_item',2356),(17,'White and Baby Pink Bridal Shower Centerpiece','line_item',2357),(18,'Iridescent White and Aqua Christening Centerpiece','line_item',2358),(19,'Lavender and Purple Centerpiece with White Almonds','line_item',2359),(20,'Celadon and Baby Pink Centerpiece with White Mints','line_item',2360),(21,'Azalea Pink and Charcoal Grey Theme Bat Mitzvah Centerpiece with','line_item',2361),(22,'Baby Pink First Communion Centerpiece with White Almonds','line_item',2362),(23,'Burgundy Bridal Centerpiece','line_item',2363),(24,'50th Wedding Anniversary Centerpiece','line_item',2364),(25,'50th Anniversary Centerpiece','line_item',2365),(26,'Adult Baptism Celebration Centerpiece','line_item',2365),(27,'Baby Pink and Mint Green Baby Shower Centerpiece with White Mint','line_item',2366),(28,'Azalea and Aqua Theme Bat Mitzvah Centerpiece with Kosher White ','line_item',2367),(29,'Hot Pink and Azalea Centerpiece with White Mints','line_item',2368),(30,'Baby Boy Christening Centerpiece','line_item',2369),(31,'Baby Blues and Silver Confirmation Centerpiece','line_item',2370),(32,'Lavender and Purple Centerpiece with White Almonds','line_item',2371),(33,'White and Aqua Bridal Shower Centerpiece','line_item',2371),(34,'1st Boy Birthday Centerpiece','line_item',2372),(35,'Aqua and Iridescent White Centerpiece with White Almonds','line_item',2373),(36,'Peach and Ivory Centerpiece with Peach Almonds','line_item',2374);
/*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_payment_tokenmeta`
--

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

--
-- Table structure for table `wp_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) NOT NULL DEFAULT '0',
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_payment_tokens`
--

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

--
-- Table structure for table `wp_woocommerce_sessions`
--

DROP TABLE IF EXISTS `wp_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_sessions` (
  `session_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `session_key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_expiry` bigint(20) NOT NULL,
  PRIMARY KEY (`session_key`),
  UNIQUE KEY `session_id` (`session_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_sessions`
--

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

--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) NOT NULL,
  `location_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type` (`location_type`),
  KEY `location_type_code` (`location_type`,`location_code`(90))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zone_locations`
--

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

--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) NOT NULL,
  `instance_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `method_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `method_order` bigint(20) NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zone_methods`
--

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

--
-- Table structure for table `wp_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `zone_order` bigint(20) NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zones`
--

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

--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `location_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tax_rate_id` bigint(20) NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type` (`location_type`),
  KEY `location_type_code` (`location_type`,`location_code`(90))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rate_locations`
--

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

--
-- Table structure for table `wp_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT '0',
  `tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
  `tax_rate_order` bigint(20) NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`(191)),
  KEY `tax_rate_state` (`tax_rate_state`(191)),
  KEY `tax_rate_class` (`tax_rate_class`(191)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rates`
--

LOCK TABLES `wp_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_tax_rates` VALUES (1,'US','NY','4.0000','State Tax',1,0,1,0,'');
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_termmeta`
--

DROP TABLE IF EXISTS `wp_woocommerce_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_termmeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `woocommerce_term_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `woocommerce_term_id` (`woocommerce_term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_termmeta`
--

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

--
-- Dumping routines for database 'gourmetc_wp'
--
/*!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 2019-07-08 15:06:25